@sc-360-v2/storefront-cms-library 0.3.12 → 0.3.13

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.
@@ -12,7 +12,9 @@ $flexColumnReverse: "cln-rv";
12
12
  &[data-element-type="layouter-pro"] {
13
13
  // width: var(--_sf-con-nw-wh);
14
14
  // width: var(--_sf-el-wh-st-mx, calc(1% * var(--_ctm-ele-nw-wh-vl, var(--_sf-nw-wh))));
15
- width: calc(1% * #{prepareMediaVariable(--_ctm-layou-ele-nw-wh-vl)});
15
+ // width: calc(1% * #{prepareMediaVariable(--_ctm-layou-ele-nw-wh-vl)});
16
+ max-width: 100% !important;
17
+ width: min(#{prepareMediaVariable(--_ctm-layou-lt-wh)}, 100%);
16
18
  // width: 100%;
17
19
  // height: var(--_ctm-con-lt-ht);
18
20
  margin: prepareMediaVariable(--_ctm-layou-lt-mn);
@@ -383,7 +383,8 @@ export declare enum CMSCustomEventsListEnums {
383
383
  PRODUCT_DETAILS_STATE = "productDetailsState",
384
384
  IMAGE_CROP = "imageCrop",
385
385
  IMAGE_CROP_TEMP_DATA = "imageCropTempData",
386
- FORM_BUILDER_STATE = "formBuilderState"
386
+ FORM_BUILDER_STATE = "formBuilderState",
387
+ EMBROIDERY_PLAYGROUND_STATE = "embroideryPlaygroundState"
387
388
  }
388
389
  export declare enum FlexAppVersionEnums {
389
390
  NESTEDJSON = 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.3.12",
3
+ "version": "0.3.13",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {