@ancon/wildcat-utils 1.27.2 → 1.27.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ancon/wildcat-utils",
3
- "version": "1.27.2",
3
+ "version": "1.27.3",
4
4
  "private": false,
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
@@ -17,24 +17,3 @@ export declare type ConfigureAddonGroupFormState = {
17
17
  selectedCount: number;
18
18
  addOnSettings: AddonSettings;
19
19
  };
20
- export declare type ConfigureUpsellGroupFormState = {
21
- variantId: string;
22
- selectedCount: number;
23
- };
24
- export declare enum ConfigureProductFormStep {
25
- Product = 0,
26
- UpsellGroup = 1
27
- }
28
- export declare type ConfigureProductFormState = {
29
- activeAccordionIndex?: string;
30
- selectedVariantId: string;
31
- selectedVariantShowingPrice: number;
32
- selectedIngredients: ConfigureIngredientFormState[];
33
- selectedAddons: ConfigureAddonGroupFormState[];
34
- quantity: number;
35
- outletId: string;
36
- };
37
- export declare type ConfigureProductUpsellGroupFormState = {
38
- upsellGroupId: string;
39
- selectedUpsellGroups: ConfigureUpsellGroupFormState[];
40
- };
package/product/types.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var e=(l=>(l[l.Product=0]="Product",l[l.UpsellGroup=1]="UpsellGroup",l))(e||{});exports.ConfigureProductFormStep=e;
1
+ "use strict";
package/product/types.mjs CHANGED
@@ -1,4 +1 @@
1
- var p = /* @__PURE__ */ ((l) => (l[l.Product = 0] = "Product", l[l.UpsellGroup = 1] = "UpsellGroup", l))(p || {});
2
- export {
3
- p as ConfigureProductFormStep
4
- };
1
+