@sc-360-v2/storefront-cms-library 0.4.52 → 0.4.54

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.
@@ -920,6 +920,7 @@
920
920
  // height: 200px;
921
921
 
922
922
  .embla__thumbs__slide {
923
+ flex-shrink: 0;
923
924
  // min-width: var(--_ctm-dn-pt-pl-dn-pt-ie-lt-tl-se);
924
925
  max-width: var(
925
926
  --_ctm-mob-dn-pt-pl-dn-pt-ie-lt-tl-se,
@@ -490,7 +490,9 @@
490
490
 
491
491
  .embla__viewport {
492
492
  width: 100%;
493
- height: 100%;
493
+ // height: 100%;
494
+ height: auto;
495
+ flex-grow: 1;
494
496
  position: relative;
495
497
  display: flex;
496
498
  flex-direction: column;
@@ -1068,6 +1070,7 @@
1068
1070
 
1069
1071
  .embla__thumbs__slide {
1070
1072
  // min-width: var(--_ctm-lt-tl-se);
1073
+ flex-shrink: 0;
1071
1074
  max-width: var(--_ctm-mob-lt-tl-se, var(--_ctm-tab-lt-tl-se, var(--_ctm-lt-tl-se)));
1072
1075
 
1073
1076
  height: var(--_ctm-mob-lt-tl-se, var(--_ctm-tab-lt-tl-se, var(--_ctm-lt-tl-se)));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.4.52",
3
+ "version": "0.4.54",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {