@semcore/carousel 2.0.18 → 2.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/lib/cjs/Carousel.js +13 -13
- package/lib/es6/Carousel.js +13 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
+
## [2.0.19] - 2022-10-04
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Version patch update due to children dependencies update (`@semcore/utils` [3.37.1 ~> 3.37.2]).
|
|
10
|
+
|
|
5
11
|
## [2.0.18] - 2022-10-03
|
|
6
12
|
|
|
7
13
|
### Changed
|
package/lib/cjs/Carousel.js
CHANGED
|
@@ -54,22 +54,22 @@ var style = (
|
|
|
54
54
|
/*__reshadow_css_start__*/
|
|
55
55
|
_core.sstyled.insert(
|
|
56
56
|
/*__inner_css_start__*/
|
|
57
|
-
".
|
|
57
|
+
".___SCarousel_3eynj_gg_{overflow:hidden;outline:none}.___SContainer_3eynj_gg_{display:flex;transition:transform var(--duration_3eynj) ease-in-out}.___SItem_3eynj_gg_{flex:0 0 100%;max-width:100%;box-sizing:border-box;transform:var(--transform_3eynj);border-radius:6px;overflow:hidden}.___SIndicators_3eynj_gg_{display:flex;justify-content:center;margin-top:16px}.___SIndicator_3eynj_gg_{margin:0 6px;cursor:pointer;display:block;width:12px;height:12px;border-radius:6px;background-color:#a9abb6;opacity:.3;-o-object-fit:cover;object-fit:cover;transition:opacity .1s ease-in-out}.___SIndicator_3eynj_gg_:hover{opacity:.6}.___SIndicator_3eynj_gg_.__active_3eynj_gg_{opacity:1}.___SNext_3eynj_gg_,.___SPrev_3eynj_gg_{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.___SPrev_3eynj_gg_{margin-right:12px}.___SNext_3eynj_gg_{margin-left:12px}.___SNext_3eynj_gg_.__disabled_3eynj_gg_,.___SPrev_3eynj_gg_.__disabled_3eynj_gg_{opacity:0.3;cursor:default;pointer-events:none}@media (prefers-reduced-motion){.___SContainer_3eynj_gg_{transition:none}}"
|
|
58
58
|
/*__inner_css_end__*/
|
|
59
|
-
, "
|
|
59
|
+
, "3eynj_gg_")
|
|
60
60
|
/*__reshadow_css_end__*/
|
|
61
61
|
, {
|
|
62
|
-
"__SCarousel": "
|
|
63
|
-
"__SContainer": "
|
|
64
|
-
"--duration": "--
|
|
65
|
-
"__SItem": "
|
|
66
|
-
"--transform": "--
|
|
67
|
-
"__SIndicators": "
|
|
68
|
-
"__SIndicator": "
|
|
69
|
-
"_active": "
|
|
70
|
-
"__SNext": "
|
|
71
|
-
"__SPrev": "
|
|
72
|
-
"_disabled": "
|
|
62
|
+
"__SCarousel": "___SCarousel_3eynj_gg_",
|
|
63
|
+
"__SContainer": "___SContainer_3eynj_gg_",
|
|
64
|
+
"--duration": "--duration_3eynj",
|
|
65
|
+
"__SItem": "___SItem_3eynj_gg_",
|
|
66
|
+
"--transform": "--transform_3eynj",
|
|
67
|
+
"__SIndicators": "___SIndicators_3eynj_gg_",
|
|
68
|
+
"__SIndicator": "___SIndicator_3eynj_gg_",
|
|
69
|
+
"_active": "__active_3eynj_gg_",
|
|
70
|
+
"__SNext": "___SNext_3eynj_gg_",
|
|
71
|
+
"__SPrev": "___SPrev_3eynj_gg_",
|
|
72
|
+
"_disabled": "__disabled_3eynj_gg_"
|
|
73
73
|
});
|
|
74
74
|
var position = {
|
|
75
75
|
getItemMin: function getItemMin(items) {
|
package/lib/es6/Carousel.js
CHANGED
|
@@ -36,22 +36,22 @@ var style = (
|
|
|
36
36
|
/*__reshadow_css_start__*/
|
|
37
37
|
_sstyled.insert(
|
|
38
38
|
/*__inner_css_start__*/
|
|
39
|
-
".
|
|
39
|
+
".___SCarousel_3eynj_gg_{overflow:hidden;outline:none}.___SContainer_3eynj_gg_{display:flex;transition:transform var(--duration_3eynj) ease-in-out}.___SItem_3eynj_gg_{flex:0 0 100%;max-width:100%;box-sizing:border-box;transform:var(--transform_3eynj);border-radius:6px;overflow:hidden}.___SIndicators_3eynj_gg_{display:flex;justify-content:center;margin-top:16px}.___SIndicator_3eynj_gg_{margin:0 6px;cursor:pointer;display:block;width:12px;height:12px;border-radius:6px;background-color:#a9abb6;opacity:.3;-o-object-fit:cover;object-fit:cover;transition:opacity .1s ease-in-out}.___SIndicator_3eynj_gg_:hover{opacity:.6}.___SIndicator_3eynj_gg_.__active_3eynj_gg_{opacity:1}.___SNext_3eynj_gg_,.___SPrev_3eynj_gg_{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.___SPrev_3eynj_gg_{margin-right:12px}.___SNext_3eynj_gg_{margin-left:12px}.___SNext_3eynj_gg_.__disabled_3eynj_gg_,.___SPrev_3eynj_gg_.__disabled_3eynj_gg_{opacity:0.3;cursor:default;pointer-events:none}@media (prefers-reduced-motion){.___SContainer_3eynj_gg_{transition:none}}"
|
|
40
40
|
/*__inner_css_end__*/
|
|
41
|
-
, "
|
|
41
|
+
, "3eynj_gg_")
|
|
42
42
|
/*__reshadow_css_end__*/
|
|
43
43
|
, {
|
|
44
|
-
"__SCarousel": "
|
|
45
|
-
"__SContainer": "
|
|
46
|
-
"--duration": "--
|
|
47
|
-
"__SItem": "
|
|
48
|
-
"--transform": "--
|
|
49
|
-
"__SIndicators": "
|
|
50
|
-
"__SIndicator": "
|
|
51
|
-
"_active": "
|
|
52
|
-
"__SNext": "
|
|
53
|
-
"__SPrev": "
|
|
54
|
-
"_disabled": "
|
|
44
|
+
"__SCarousel": "___SCarousel_3eynj_gg_",
|
|
45
|
+
"__SContainer": "___SContainer_3eynj_gg_",
|
|
46
|
+
"--duration": "--duration_3eynj",
|
|
47
|
+
"__SItem": "___SItem_3eynj_gg_",
|
|
48
|
+
"--transform": "--transform_3eynj",
|
|
49
|
+
"__SIndicators": "___SIndicators_3eynj_gg_",
|
|
50
|
+
"__SIndicator": "___SIndicator_3eynj_gg_",
|
|
51
|
+
"_active": "__active_3eynj_gg_",
|
|
52
|
+
"__SNext": "___SNext_3eynj_gg_",
|
|
53
|
+
"__SPrev": "___SPrev_3eynj_gg_",
|
|
54
|
+
"_disabled": "__disabled_3eynj_gg_"
|
|
55
55
|
});
|
|
56
56
|
var position = {
|
|
57
57
|
getItemMin: function getItemMin(items) {
|