@orderingstack/front-components-product-configurator 1.0.2 → 1.0.4

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
- {"version":3,"file":"useMenuProduct.d.ts","sourceRoot":"","sources":["useMenuProduct.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAA;AAOvE,wBAAgB,cAAc,CAAC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,aAAa;;;;;;;;;;;;6BAgD1C,GAAG;;;;EAiCpC"}
1
+ {"version":3,"file":"useMenuProduct.d.ts","sourceRoot":"","sources":["useMenuProduct.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAA;AAOvE,wBAAgB,cAAc,CAAC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,aAAa;;;;;;;;;;;;6BAiD1C,GAAG;;;;EAiCpC"}
@@ -5,5 +5,5 @@ export declare enum ModalSetSizeStage {
5
5
  REFRESH_AGAIN = 2,
6
6
  BLOCKED = 3
7
7
  }
8
- export declare function MenuProductRootDefaultShitUI(props: IMenuProductRootUIProps): JSX.Element;
9
- //# sourceMappingURL=MenuProductRootDefaultShitUI.d.ts.map
8
+ export declare function MenuProductRootDefaultUI(props: IMenuProductRootUIProps): JSX.Element;
9
+ //# sourceMappingURL=MenuProductRootDefaultUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MenuProductRootDefaultUI.d.ts","sourceRoot":"","sources":["MenuProductRootDefaultUI.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,OAAO,CAAA;AAU/C,oBAAY,iBAAiB;IAC3B,IAAI,IAAA;IACJ,OAAO,IAAA;IACP,aAAa,IAAA;IACb,OAAO,IAAA;CACR;AAED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,uBAAuB,eAqKtE"}
@@ -0,0 +1,8 @@
1
+ interface Props {
2
+ children?: JSX.Element;
3
+ isOpen: boolean;
4
+ handleClose: () => void;
5
+ }
6
+ export declare function Modal(props: Props): JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=MenuProductRootDefaultUIModal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MenuProductRootDefaultUIModal.d.ts","sourceRoot":"","sources":["MenuProductRootDefaultUIModal.tsx"],"names":[],"mappings":"AAIA,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,CAAA;IACtB,MAAM,EAAE,OAAO,CAAA;IACf,WAAW,EAAE,MAAM,IAAI,CAAA;CACxB;AAED,wBAAgB,KAAK,CAAC,KAAK,EAAE,KAAK,eAkFjC"}
@@ -1,3 +1,3 @@
1
1
  import { IProductConfiguratorProps } from '@orderingstack/ordering-types';
2
2
  export declare function ProductConfigurator(props: IProductConfiguratorProps): JSX.Element;
3
- //# sourceMappingURL=ProductConfiguratorNew.d.ts.map
3
+ //# sourceMappingURL=ProductConfigurator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProductConfigurator.d.ts","sourceRoot":"","sources":["ProductConfigurator.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAA;AAEzE,OAAO,aAAa,CAAA;AAIpB,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,yBAAyB,eA+GnE"}
@@ -0,0 +1,3 @@
1
+ import { ProductConfigurator } from './ProductConfigurator';
2
+ export default ProductConfigurator;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAC3D,eAAe,mBAAmB,CAAA"}