@best-bundles/bundle-ui 0.0.50 → 0.0.51
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/components/BundleBuilderDrawer.d.ts.map +1 -1
- package/dist/components/BundleBuilderPanel.d.ts.map +1 -1
- package/dist/components/RuleRewardDisplay.d.ts +15 -0
- package/dist/components/RuleRewardDisplay.d.ts.map +1 -0
- package/dist/components/VolumeDiscountPanel.d.ts.map +1 -1
- package/dist/constants.d.ts +2 -0
- package/dist/constants.d.ts.map +1 -1
- package/dist/context/BundleProvider.d.ts.map +1 -1
- package/dist/i18n.d.ts +1 -1
- package/dist/i18n.d.ts.map +1 -1
- package/dist/index.js +2030 -1837
- package/dist/index.js.map +1 -1
- package/dist/liquid/bundle-ui.iife.css +1 -1
- package/dist/liquid/bundle-ui.iife.js +18 -18
- package/dist/liquid/bundle-ui.iife.js.map +1 -1
- package/dist/stories/BundleUI.stories.d.ts.map +1 -1
- package/dist/stories/fixtures/productBundle.d.ts.map +1 -1
- package/dist/types.d.ts +4 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/previewMode.d.ts +7 -0
- package/dist/utils/previewMode.d.ts.map +1 -0
- package/dist/utils/ruleReward.d.ts +11 -0
- package/dist/utils/ruleReward.d.ts.map +1 -0
- package/dist/utils/stock.d.ts +1 -0
- package/dist/utils/stock.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BundleBuilderDrawer.d.ts","sourceRoot":"","sources":["../../src/components/BundleBuilderDrawer.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BundleBuilderDrawer.d.ts","sourceRoot":"","sources":["../../src/components/BundleBuilderDrawer.tsx"],"names":[],"mappings":"AAeA,MAAM,MAAM,wBAAwB,GAAG;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,wBAAwB,kDAyhClE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BundleBuilderPanel.d.ts","sourceRoot":"","sources":["../../src/components/BundleBuilderPanel.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BundleBuilderPanel.d.ts","sourceRoot":"","sources":["../../src/components/BundleBuilderPanel.tsx"],"names":[],"mappings":"AAaA,MAAM,MAAM,uBAAuB,GAAG;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,uBAAuB,2CAi0BhE"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { BundleDiscountRule } from "../types";
|
|
2
|
+
import type { BundleUiMessageKey } from "../i18n";
|
|
3
|
+
export type RuleRewardDisplayProps = {
|
|
4
|
+
rule: BundleDiscountRule;
|
|
5
|
+
t: (key: BundleUiMessageKey, values?: Record<string, string | number>) => string;
|
|
6
|
+
imageClassName: string;
|
|
7
|
+
fallbackClassName: string;
|
|
8
|
+
textClassName: string;
|
|
9
|
+
imageStackClassName?: string;
|
|
10
|
+
centered?: boolean;
|
|
11
|
+
layout?: "box" | "line";
|
|
12
|
+
};
|
|
13
|
+
export declare function RuleRewardDisplay(props: RuleRewardDisplayProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export declare function RuleRewardLineLabel(props: Omit<RuleRewardDisplayProps, "centered" | "imageStackClassName">): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
//# sourceMappingURL=RuleRewardDisplay.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RuleRewardDisplay.d.ts","sourceRoot":"","sources":["../../src/components/RuleRewardDisplay.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AACnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAQlD,MAAM,MAAM,sBAAsB,GAAG;IACnC,IAAI,EAAE,kBAAkB,CAAC;IACzB,CAAC,EAAE,CAAC,GAAG,EAAE,kBAAkB,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,KAAK,MAAM,CAAC;IACjF,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;CACzB,CAAC;AA+EF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,2CAO9D;AAED,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,IAAI,CAAC,sBAAsB,EAAE,UAAU,GAAG,qBAAqB,CAAC,2CAE1G"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VolumeDiscountPanel.d.ts","sourceRoot":"","sources":["../../src/components/VolumeDiscountPanel.tsx"],"names":[],"mappings":"AA8CA,MAAM,MAAM,wBAAwB,GAAG;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0BAA0B,CAAC,EAAE,OAAO,CAAC;CACtC,CAAC;AAEF,wBAAgB,mBAAmB,CAAC,EAAE,SAAS,EAAE,0BAAkC,EAAE,EAAE,wBAAwB,
|
|
1
|
+
{"version":3,"file":"VolumeDiscountPanel.d.ts","sourceRoot":"","sources":["../../src/components/VolumeDiscountPanel.tsx"],"names":[],"mappings":"AA8CA,MAAM,MAAM,wBAAwB,GAAG;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0BAA0B,CAAC,EAAE,OAAO,CAAC;CACtC,CAAC;AAEF,wBAAgB,mBAAmB,CAAC,EAAE,SAAS,EAAE,0BAAkC,EAAE,EAAE,wBAAwB,kDA6J9G"}
|
package/dist/constants.d.ts
CHANGED
|
@@ -3,6 +3,8 @@ export declare const BundleLineAttributeKeys: {
|
|
|
3
3
|
readonly bundleConfig: "_bundle_config";
|
|
4
4
|
readonly bundleSource: "_bundle_source";
|
|
5
5
|
readonly bundleTitle: "_bundle_title";
|
|
6
|
+
readonly bundleGift: "_bundle_gift";
|
|
7
|
+
readonly bundleGiftRule: "_bundle_gift_rule";
|
|
6
8
|
};
|
|
7
9
|
export declare const BundleSessionStorageKeys: {
|
|
8
10
|
readonly pendingActions: "best_bundles_pending_actions";
|
package/dist/constants.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB;;;;;;;CAO1B,CAAC;AAEX,eAAO,MAAM,wBAAwB;;;CAG3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BundleProvider.d.ts","sourceRoot":"","sources":["../../src/context/BundleProvider.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,iBAAiB,EACjB,YAAY,EACZ,uBAAuB,EACvB,qBAAqB,EACrB,kBAAkB,EAClB,uBAAuB,EACvB,iCAAiC,EACjC,0BAA0B,EAC1B,gCAAgC,EAEjC,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"BundleProvider.d.ts","sourceRoot":"","sources":["../../src/context/BundleProvider.tsx"],"names":[],"mappings":"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"}
|
package/dist/i18n.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export type BundleUiLocale = "en" | "fr" | "de" | "es";
|
|
2
|
-
export type BundleUiMessageKey = "bundle.title.default" | "bundle.loading" | "bundle.empty" | "bundle.drawer.aria" | "bundle.search" | "bundle.search.expanded" | "bundle.search.placeholder" | "bundle.search.clear" | "bundle.close" | "bundle.section.discount_tiers" | "bundle.section.your_bundle" | "bundle.section.select_items" | "bundle.select.items" | "bundle.size.min" | "bundle.stock.max_reached" | "bundle.stock.max_added" | "bundle.stock.sold_out" | "bundle.item.generic" | "bundle.slot" | "bundle.unlocks" | "bundle.totals" | "bundle.discount.badge" | "bundle.discount.off_label" | "bundle.celebration.received_discount" | "bundle.cta.adding" | "bundle.cta.processing" | "bundle.cta.checkout" | "bundle.cta.add_to_bundle" | "bundle.cta.add_to_basket" | "bundle.cta.add_more" | "bundle.powered_by" | "bundle.button.default" | "bundle.provider.inactive_error" | "bundle.provider.load_error" | "bundle.provider.stock_error" | "bundle.provider.add_error" | "bundle.a11y.add_to_bundle" | "bundle.a11y.remove_from_bundle" | "bundle.a11y.quantity" | "bundle.a11y.sold_out" | "bundle.a11y.max_available_selected" | "bundle.a11y.increase" | "bundle.a11y.decrease" | "bundle.select.variant" | "bundle.stock.sold_out_suffix";
|
|
2
|
+
export type BundleUiMessageKey = "bundle.title.default" | "bundle.loading" | "bundle.empty" | "bundle.drawer.aria" | "bundle.search" | "bundle.search.expanded" | "bundle.search.placeholder" | "bundle.search.clear" | "bundle.close" | "bundle.section.discount_tiers" | "bundle.section.your_bundle" | "bundle.section.select_items" | "bundle.select.items" | "bundle.size.min" | "bundle.stock.max_reached" | "bundle.stock.max_added" | "bundle.stock.sold_out" | "bundle.item.generic" | "bundle.slot" | "bundle.unlocks" | "bundle.totals" | "bundle.discount.badge" | "bundle.discount.off_label" | "bundle.discount.free" | "bundle.discount.free_gift" | "bundle.discount.free_gift_with_products" | "bundle.celebration.received_discount" | "bundle.celebration.received_free_gift" | "bundle.celebration.received_free_gift_with_products" | "bundle.cta.adding" | "bundle.cta.processing" | "bundle.cta.checkout" | "bundle.cta.add_to_bundle" | "bundle.cta.add_to_basket" | "bundle.cta.add_more" | "bundle.powered_by" | "bundle.button.default" | "bundle.provider.inactive_error" | "bundle.provider.load_error" | "bundle.provider.stock_error" | "bundle.provider.add_error" | "bundle.a11y.add_to_bundle" | "bundle.a11y.remove_from_bundle" | "bundle.a11y.quantity" | "bundle.a11y.sold_out" | "bundle.a11y.max_available_selected" | "bundle.a11y.increase" | "bundle.a11y.decrease" | "bundle.select.variant" | "bundle.stock.sold_out_suffix";
|
|
3
3
|
export type BundleUiMessages = Partial<Record<BundleUiMessageKey, string>>;
|
|
4
4
|
export declare function normalizeBundleLocale(raw: string | null | undefined): BundleUiLocale;
|
|
5
5
|
export declare function translateBundleUi(locale: BundleUiLocale, key: BundleUiMessageKey, vars?: Record<string, string | number>, overrides?: BundleUiMessages): string;
|
package/dist/i18n.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../src/i18n.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEvD,MAAM,MAAM,kBAAkB,GAC1B,sBAAsB,GACtB,gBAAgB,GAChB,cAAc,GACd,oBAAoB,GACpB,eAAe,GACf,wBAAwB,GACxB,2BAA2B,GAC3B,qBAAqB,GACrB,cAAc,GACd,+BAA+B,GAC/B,4BAA4B,GAC5B,6BAA6B,GAC7B,qBAAqB,GACrB,iBAAiB,GACjB,0BAA0B,GAC1B,wBAAwB,GACxB,uBAAuB,GACvB,qBAAqB,GACrB,aAAa,GACb,gBAAgB,GAChB,eAAe,GACf,uBAAuB,GACvB,2BAA2B,GAC3B,sCAAsC,GACtC,mBAAmB,GACnB,uBAAuB,GACvB,qBAAqB,GACrB,0BAA0B,GAC1B,0BAA0B,GAC1B,qBAAqB,GACrB,mBAAmB,GACnB,uBAAuB,GACvB,gCAAgC,GAChC,4BAA4B,GAC5B,6BAA6B,GAC7B,2BAA2B,GAC3B,2BAA2B,GAC3B,gCAAgC,GAChC,sBAAsB,GACtB,sBAAsB,GACtB,oCAAoC,GACpC,sBAAsB,GACtB,sBAAsB,GACtB,uBAAuB,GACvB,8BAA8B,CAAC;AAEnC,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,MAAM,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../src/i18n.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEvD,MAAM,MAAM,kBAAkB,GAC1B,sBAAsB,GACtB,gBAAgB,GAChB,cAAc,GACd,oBAAoB,GACpB,eAAe,GACf,wBAAwB,GACxB,2BAA2B,GAC3B,qBAAqB,GACrB,cAAc,GACd,+BAA+B,GAC/B,4BAA4B,GAC5B,6BAA6B,GAC7B,qBAAqB,GACrB,iBAAiB,GACjB,0BAA0B,GAC1B,wBAAwB,GACxB,uBAAuB,GACvB,qBAAqB,GACrB,aAAa,GACb,gBAAgB,GAChB,eAAe,GACf,uBAAuB,GACvB,2BAA2B,GAC3B,sBAAsB,GACtB,2BAA2B,GAC3B,yCAAyC,GACzC,sCAAsC,GACtC,uCAAuC,GACvC,qDAAqD,GACrD,mBAAmB,GACnB,uBAAuB,GACvB,qBAAqB,GACrB,0BAA0B,GAC1B,0BAA0B,GAC1B,qBAAqB,GACrB,mBAAmB,GACnB,uBAAuB,GACvB,gCAAgC,GAChC,4BAA4B,GAC5B,6BAA6B,GAC7B,2BAA2B,GAC3B,2BAA2B,GAC3B,gCAAgC,GAChC,sBAAsB,GACtB,sBAAsB,GACtB,oCAAoC,GACpC,sBAAsB,GACtB,sBAAsB,GACtB,uBAAuB,GACvB,8BAA8B,CAAC;AAEnC,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,MAAM,CAAC,kBAAkB,EAAE,MAAM,CAAC,CAAC,CAAC;AAoM3E,wBAAgB,qBAAqB,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,cAAc,CAMpF;AAED,wBAAgB,iBAAiB,CAC/B,MAAM,EAAE,cAAc,EACtB,GAAG,EAAE,kBAAkB,EACvB,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,EACtC,SAAS,CAAC,EAAE,gBAAgB,GAC3B,MAAM,CAMR;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,IAAI,EAAE,MAAM,EAAE,MAAM,UAaxG;AAED,wBAAgB,cAAc,CAAC,MAAM,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,uGAMnE"}
|