@gem-sdk/components 4.0.0-staging.1197 → 4.0.0-staging.1198
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var helpers=require("../common/helpers.js");const AovBundlesVolumeDiscounts=({setting:e,advanced:s})=>{let{align:o,appBlockId:
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var helpers=require("../common/helpers.js");const AovBundlesVolumeDiscounts=({setting:e,advanced:s})=>{let{align:o,appBlockId:l}=e??{};return helpers.getLiquidForAppBlock(l,o,`${s?.cssClass??""}!gp-block [&_*]:gp-max-w-none`)};exports.default=AovBundlesVolumeDiscounts;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{getLiquidForAppBlock as
|
|
1
|
+
import{getLiquidForAppBlock as o}from"../common/helpers.js";let AovBundlesVolumeDiscounts=({setting:s,advanced:e})=>{let{align:l,appBlockId:n}=s??{};return o(n,l,`${e?.cssClass??""}!gp-block [&_*]:gp-max-w-none`)};export{AovBundlesVolumeDiscounts as default};
|