@sc-360-v2/storefront-cms-library 0.3.39 → 0.3.40

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/dist/video.scss CHANGED
@@ -1,3 +1,6 @@
1
+ @use "sass:map";
2
+ @use "sass:list";
3
+ @use "./functions.scss" as *;
1
4
  [data-div-type="element"] {
2
5
  &[data-element-type="video"] {
3
6
  // width: var(--_sf-nw-wh, var(--_tst-lt-wh));
@@ -318,6 +321,9 @@
318
321
  }
319
322
 
320
323
  .video__icon {
324
+ display: var(--_d-flex);
325
+ align-items: center;
326
+ justify-content: center;
321
327
  cursor: pointer;
322
328
  position: absolute;
323
329
  top: 50%;
@@ -327,14 +333,17 @@
327
333
  --_ctm-mob-dn-py-pe-bd-cr,
328
334
  var(--_ctm-tab-dn-py-pe-bd-cr, var(--_ctm-dn-py-pe-bd-cr))
329
335
  );
330
- padding: var(--_ctm-mob-dn-py-pe-pd, var(--_ctm-tab-dn-py-pe-pd, 6%));
336
+ // padding: var(--_ctm-mob-dn-py-pe-pd, var(--_ctm-tab-dn-py-pe-pd, 6%));
331
337
 
332
- width: calc(
333
- var(--_ctm-mob-dn-py-pe-se, var(--_ctm-tab-dn-py-pe-se, var(--_ctm-dn-py-pe-se))) + 40px
334
- );
335
- height: calc(
336
- var(--_ctm-mob-dn-py-pe-se, var(--_ctm-tab-dn-py-pe-se, var(--_ctm-dn-py-pe-se))) + 40px
337
- );
338
+ // width: calc(
339
+ // var(--_ctm-mob-dn-py-pe-se, var(--_ctm-tab-dn-py-pe-se, var(--_ctm-dn-py-pe-se))) + 40px
340
+ // );
341
+ // height: calc(
342
+ // var(--_ctm-mob-dn-py-pe-se, var(--_ctm-tab-dn-py-pe-se, var(--_ctm-dn-py-pe-se))) + 40px
343
+ // );
344
+ --_perc: 2.5;
345
+ width: calc(var(--_perc) * #{prepareMediaVariable(--_ctm-dn-py-pe-se)});
346
+ height: calc(var(--_perc) * #{prepareMediaVariable(--_ctm-dn-py-pe-se)});
338
347
 
339
348
  svg {
340
349
  width: var(
package/dist/widget.scss CHANGED
@@ -118,3 +118,4 @@
118
118
  @use "./language-selector.scss";
119
119
  @use "./loader.scss";
120
120
  @use "./empty-states.scss";
121
+ @use "./review-cart.scss";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.3.39",
3
+ "version": "0.3.40",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {