@semcore/carousel 2.1.3 → 2.1.5

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 CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
- ## [2.1.3] - 2022-10-24
5
+ ## [2.1.5] - 2022-10-28
6
6
 
7
7
  ### Changed
8
8
 
9
- - Version patch update due to children dependencies update (`@semcore/icon` [3.0.2 ~> 3.1.0]).
9
+ - Version patch update due to children dependencies update (`@semcore/utils` [3.40.0 ~> 3.40.0], `@semcore/icon` [3.1.1 ~> 3.1.2]).
10
10
 
11
11
  ## [2.1.0] - 2022-10-10
12
12
 
@@ -54,22 +54,22 @@ var style = (
54
54
  /*__reshadow_css_start__*/
55
55
  _core.sstyled.insert(
56
56
  /*__inner_css_start__*/
57
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SCarousel_yjxl9_gg_ {\n overflow: hidden;\n outline: none;\n}\n\n.___SContainer_yjxl9_gg_ {\n display: flex;\n transition: transform var(--duration_yjxl9) ease-in-out;\n}\n\n.___SItem_yjxl9_gg_ {\n flex: 0 0 100%;\n max-width: 100%;\n box-sizing: border-box;\n transform: var(--transform_yjxl9);\n border-radius: 6px;\n overflow: hidden;\n}\n\n.___SIndicators_yjxl9_gg_ {\n display: flex;\n justify-content: center;\n margin-top: 16px;\n}\n\n.___SIndicator_yjxl9_gg_ {\n margin: 0 6px;\n cursor: pointer;\n display: block;\n width: 12px;\n height: 12px;\n border-radius: 6px;\n background-color: #a9abb6;\n opacity: 0.3;\n -o-object-fit: cover;\n object-fit: cover;\n transition: ease-in-out opacity 0.1s;\n}\n\n.___SIndicator_yjxl9_gg_:hover {\n opacity: 0.6;\n}\n\n.___SIndicator_yjxl9_gg_.__active_yjxl9_gg_ {\n opacity: 1;\n}\n\n.___SPrev_yjxl9_gg_,\n.___SNext_yjxl9_gg_ {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n}\n\n.___SPrev_yjxl9_gg_ {\n margin-right: 12px;\n}\n\n.___SNext_yjxl9_gg_ {\n margin-left: 12px;\n}\n\n.___SPrev_yjxl9_gg_.__disabled_yjxl9_gg_,\n.___SNext_yjxl9_gg_.__disabled_yjxl9_gg_ {\n opacity: 0.3;\n cursor: default;\n pointer-events: none;\n}\n\n@media (prefers-reduced-motion) {\n .___SContainer_yjxl9_gg_ {\n transition: none;\n }\n}\n"
57
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SCarousel_12y55_gg_ {\n overflow: hidden;\n outline: none;\n}\n\n.___SContainer_12y55_gg_ {\n display: flex;\n transition: transform var(--duration_12y55) ease-in-out;\n}\n\n.___SItem_12y55_gg_ {\n flex: 0 0 100%;\n max-width: 100%;\n box-sizing: border-box;\n transform: var(--transform_12y55);\n border-radius: 6px;\n overflow: hidden;\n}\n\n.___SIndicators_12y55_gg_ {\n display: flex;\n justify-content: center;\n margin-top: 16px;\n}\n\n.___SIndicator_12y55_gg_ {\n margin: 0 6px;\n cursor: pointer;\n display: block;\n width: 12px;\n height: 12px;\n border-radius: 6px;\n background-color: #a9abb6;\n opacity: 0.3;\n -o-object-fit: cover;\n object-fit: cover;\n transition: ease-in-out opacity 0.1s;\n}\n\n.___SIndicator_12y55_gg_:hover {\n opacity: 0.6;\n}\n\n.___SIndicator_12y55_gg_.__active_12y55_gg_ {\n opacity: 1;\n}\n\n.___SPrev_12y55_gg_,\n.___SNext_12y55_gg_ {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n}\n\n.___SPrev_12y55_gg_ {\n margin-right: 12px;\n}\n\n.___SNext_12y55_gg_ {\n margin-left: 12px;\n}\n\n.___SPrev_12y55_gg_.__disabled_12y55_gg_,\n.___SNext_12y55_gg_.__disabled_12y55_gg_ {\n opacity: 0.3;\n cursor: default;\n pointer-events: none;\n}\n\n@media (prefers-reduced-motion) {\n .___SContainer_12y55_gg_ {\n transition: none;\n }\n}\n"
58
58
  /*__inner_css_end__*/
59
- , "yjxl9_gg_")
59
+ , "12y55_gg_")
60
60
  /*__reshadow_css_end__*/
61
61
  , {
62
- "__SCarousel": "___SCarousel_yjxl9_gg_",
63
- "__SContainer": "___SContainer_yjxl9_gg_",
64
- "--duration": "--duration_yjxl9",
65
- "__SItem": "___SItem_yjxl9_gg_",
66
- "--transform": "--transform_yjxl9",
67
- "__SIndicators": "___SIndicators_yjxl9_gg_",
68
- "__SIndicator": "___SIndicator_yjxl9_gg_",
69
- "_active": "__active_yjxl9_gg_",
70
- "__SPrev": "___SPrev_yjxl9_gg_",
71
- "__SNext": "___SNext_yjxl9_gg_",
72
- "_disabled": "__disabled_yjxl9_gg_"
62
+ "__SCarousel": "___SCarousel_12y55_gg_",
63
+ "__SContainer": "___SContainer_12y55_gg_",
64
+ "--duration": "--duration_12y55",
65
+ "__SItem": "___SItem_12y55_gg_",
66
+ "--transform": "--transform_12y55",
67
+ "__SIndicators": "___SIndicators_12y55_gg_",
68
+ "__SIndicator": "___SIndicator_12y55_gg_",
69
+ "_active": "__active_12y55_gg_",
70
+ "__SPrev": "___SPrev_12y55_gg_",
71
+ "__SNext": "___SNext_12y55_gg_",
72
+ "_disabled": "__disabled_12y55_gg_"
73
73
  });
74
74
  var position = {
75
75
  getItemMin: function getItemMin(items) {
@@ -36,22 +36,22 @@ var style = (
36
36
  /*__reshadow_css_start__*/
37
37
  _sstyled.insert(
38
38
  /*__inner_css_start__*/
39
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SCarousel_yjxl9_gg_ {\n overflow: hidden;\n outline: none;\n}\n\n.___SContainer_yjxl9_gg_ {\n display: flex;\n transition: transform var(--duration_yjxl9) ease-in-out;\n}\n\n.___SItem_yjxl9_gg_ {\n flex: 0 0 100%;\n max-width: 100%;\n box-sizing: border-box;\n transform: var(--transform_yjxl9);\n border-radius: 6px;\n overflow: hidden;\n}\n\n.___SIndicators_yjxl9_gg_ {\n display: flex;\n justify-content: center;\n margin-top: 16px;\n}\n\n.___SIndicator_yjxl9_gg_ {\n margin: 0 6px;\n cursor: pointer;\n display: block;\n width: 12px;\n height: 12px;\n border-radius: 6px;\n background-color: #a9abb6;\n opacity: 0.3;\n -o-object-fit: cover;\n object-fit: cover;\n transition: ease-in-out opacity 0.1s;\n}\n\n.___SIndicator_yjxl9_gg_:hover {\n opacity: 0.6;\n}\n\n.___SIndicator_yjxl9_gg_.__active_yjxl9_gg_ {\n opacity: 1;\n}\n\n.___SPrev_yjxl9_gg_,\n.___SNext_yjxl9_gg_ {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n}\n\n.___SPrev_yjxl9_gg_ {\n margin-right: 12px;\n}\n\n.___SNext_yjxl9_gg_ {\n margin-left: 12px;\n}\n\n.___SPrev_yjxl9_gg_.__disabled_yjxl9_gg_,\n.___SNext_yjxl9_gg_.__disabled_yjxl9_gg_ {\n opacity: 0.3;\n cursor: default;\n pointer-events: none;\n}\n\n@media (prefers-reduced-motion) {\n .___SContainer_yjxl9_gg_ {\n transition: none;\n }\n}\n"
39
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SCarousel_12y55_gg_ {\n overflow: hidden;\n outline: none;\n}\n\n.___SContainer_12y55_gg_ {\n display: flex;\n transition: transform var(--duration_12y55) ease-in-out;\n}\n\n.___SItem_12y55_gg_ {\n flex: 0 0 100%;\n max-width: 100%;\n box-sizing: border-box;\n transform: var(--transform_12y55);\n border-radius: 6px;\n overflow: hidden;\n}\n\n.___SIndicators_12y55_gg_ {\n display: flex;\n justify-content: center;\n margin-top: 16px;\n}\n\n.___SIndicator_12y55_gg_ {\n margin: 0 6px;\n cursor: pointer;\n display: block;\n width: 12px;\n height: 12px;\n border-radius: 6px;\n background-color: #a9abb6;\n opacity: 0.3;\n -o-object-fit: cover;\n object-fit: cover;\n transition: ease-in-out opacity 0.1s;\n}\n\n.___SIndicator_12y55_gg_:hover {\n opacity: 0.6;\n}\n\n.___SIndicator_12y55_gg_.__active_12y55_gg_ {\n opacity: 1;\n}\n\n.___SPrev_12y55_gg_,\n.___SNext_12y55_gg_ {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n}\n\n.___SPrev_12y55_gg_ {\n margin-right: 12px;\n}\n\n.___SNext_12y55_gg_ {\n margin-left: 12px;\n}\n\n.___SPrev_12y55_gg_.__disabled_12y55_gg_,\n.___SNext_12y55_gg_.__disabled_12y55_gg_ {\n opacity: 0.3;\n cursor: default;\n pointer-events: none;\n}\n\n@media (prefers-reduced-motion) {\n .___SContainer_12y55_gg_ {\n transition: none;\n }\n}\n"
40
40
  /*__inner_css_end__*/
41
- , "yjxl9_gg_")
41
+ , "12y55_gg_")
42
42
  /*__reshadow_css_end__*/
43
43
  , {
44
- "__SCarousel": "___SCarousel_yjxl9_gg_",
45
- "__SContainer": "___SContainer_yjxl9_gg_",
46
- "--duration": "--duration_yjxl9",
47
- "__SItem": "___SItem_yjxl9_gg_",
48
- "--transform": "--transform_yjxl9",
49
- "__SIndicators": "___SIndicators_yjxl9_gg_",
50
- "__SIndicator": "___SIndicator_yjxl9_gg_",
51
- "_active": "__active_yjxl9_gg_",
52
- "__SPrev": "___SPrev_yjxl9_gg_",
53
- "__SNext": "___SNext_yjxl9_gg_",
54
- "_disabled": "__disabled_yjxl9_gg_"
44
+ "__SCarousel": "___SCarousel_12y55_gg_",
45
+ "__SContainer": "___SContainer_12y55_gg_",
46
+ "--duration": "--duration_12y55",
47
+ "__SItem": "___SItem_12y55_gg_",
48
+ "--transform": "--transform_12y55",
49
+ "__SIndicators": "___SIndicators_12y55_gg_",
50
+ "__SIndicator": "___SIndicator_12y55_gg_",
51
+ "_active": "__active_12y55_gg_",
52
+ "__SPrev": "___SPrev_12y55_gg_",
53
+ "__SNext": "___SNext_12y55_gg_",
54
+ "_disabled": "__disabled_12y55_gg_"
55
55
  });
56
56
  var position = {
57
57
  getItemMin: function getItemMin(items) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/carousel",
3
3
  "description": "Semrush Carousel Component",
4
- "version": "2.1.3",
4
+ "version": "2.1.5",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es6/index.js",
7
7
  "typings": "lib/types/index.d.ts",