Skip to content

Commit

Permalink
Publish to npm v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arturmamedov committed Nov 23, 2021
1 parent b52bf4f commit b10e63c
Show file tree
Hide file tree
Showing 27 changed files with 140 additions and 136 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "withFront",
"version": "v1.6.0",
"version": "v1.6.1",
"homepage": "https://github.com/arturmamedov/withFront",
"authors": [
"Artur Mamedov <[email protected]>"
Expand Down
8 changes: 4 additions & 4 deletions dist/css/libraries.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/libraries.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/w-style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/w-style.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/libraries.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/libraries.min.js.map

Large diffs are not rendered by default.

80 changes: 41 additions & 39 deletions dist/js/w-plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -1464,46 +1464,48 @@ $('.w-binded.w-setter').each( function(){
});

$(function(){
/* Slick activation other settings are made by data-slick="{}" api */
$(".slick-carousel").slick({
slidesToShow: 4,
slidesToScroll: 3,
autoplay: true,
dots: true,
arrows: true,
responsive: [
{
breakpoint: 1024,
settings: {
dots: true,
arrows: true,
infinite: true,
slidesToShow: 3,
slidesToScroll: 2
}
},
{
breakpoint: 600,
settings: {
dots: false,
arrows: true,
infinite: true,
slidesToShow: 2,
slidesToScroll: 2
}
},
{
breakpoint: 480,
settings: {
dots: false,
arrows: true,
infinite: true,
slidesToShow: 2,
slidesToScroll: 1
if ($().slick) {
/* Slick activation other settings are made by data-slick="{}" api */
$(".slick-carousel").slick({
slidesToShow: 4,
slidesToScroll: 3,
autoplay: true,
dots: true,
arrows: true,
responsive: [
{
breakpoint: 1024,
settings: {
dots: true,
arrows: true,
infinite: true,
slidesToShow: 3,
slidesToScroll: 2
}
},
{
breakpoint: 600,
settings: {
dots: false,
arrows: true,
infinite: true,
slidesToShow: 2,
slidesToScroll: 2
}
},
{
breakpoint: 480,
settings: {
dots: false,
arrows: true,
infinite: true,
slidesToShow: 2,
slidesToScroll: 1
}
}
}
]
});
]
});
}
});

/*
Expand Down
2 changes: 1 addition & 1 deletion dist/js/w-plugins.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/w-plugins.min.js.map

Large diffs are not rendered by default.

Binary file modified dist/webfonts/fa-brands-400.eot
Binary file not shown.
82 changes: 41 additions & 41 deletions dist/webfonts/fa-brands-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified dist/webfonts/fa-brands-400.woff
Binary file not shown.
Binary file modified dist/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified dist/webfonts/fa-regular-400.eot
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/webfonts/fa-regular-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file modified dist/webfonts/fa-regular-400.woff
Binary file not shown.
Binary file modified dist/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file modified dist/webfonts/fa-solid-900.eot
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/webfonts/fa-solid-900.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified dist/webfonts/fa-solid-900.woff
Binary file not shown.
Binary file modified dist/webfonts/fa-solid-900.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "withfront",
"version": "1.6.0",
"version": "1.6.1",
"description": "Tools for frontend development especially with Bootstrap 3.x and jQuery 3.x also FontAwesome, jsCookie and more",
"author": "Artur Mamedov <[email protected]>",
"license": "MIT",
Expand Down
80 changes: 41 additions & 39 deletions withplugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -1464,46 +1464,48 @@ $('.w-binded.w-setter').each( function(){
});

$(function(){
/* Slick activation other settings are made by data-slick="{}" api */
$(".slick-carousel").slick({
slidesToShow: 4,
slidesToScroll: 3,
autoplay: true,
dots: true,
arrows: true,
responsive: [
{
breakpoint: 1024,
settings: {
dots: true,
arrows: true,
infinite: true,
slidesToShow: 3,
slidesToScroll: 2
}
},
{
breakpoint: 600,
settings: {
dots: false,
arrows: true,
infinite: true,
slidesToShow: 2,
slidesToScroll: 2
}
},
{
breakpoint: 480,
settings: {
dots: false,
arrows: true,
infinite: true,
slidesToShow: 2,
slidesToScroll: 1
if ($().slick) {
/* Slick activation other settings are made by data-slick="{}" api */
$(".slick-carousel").slick({
slidesToShow: 4,
slidesToScroll: 3,
autoplay: true,
dots: true,
arrows: true,
responsive: [
{
breakpoint: 1024,
settings: {
dots: true,
arrows: true,
infinite: true,
slidesToShow: 3,
slidesToScroll: 2
}
},
{
breakpoint: 600,
settings: {
dots: false,
arrows: true,
infinite: true,
slidesToShow: 2,
slidesToScroll: 2
}
},
{
breakpoint: 480,
settings: {
dots: false,
arrows: true,
infinite: true,
slidesToShow: 2,
slidesToScroll: 1
}
}
}
]
});
]
});
}
});

/*
Expand Down

0 comments on commit b10e63c

Please sign in to comment.