@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.
- package/dist/builder.js +1 -1
- package/dist/icons.js +1 -1
- package/dist/index.js +1 -1
- package/dist/layouter-pro.scss +3 -1
- package/dist/types/builder/enums/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/layouter-pro.scss
CHANGED
|
@@ -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,
|