@orderingstack/front-components-product-configurator 1.4.2-beta.0 → 1.4.2-beta.2

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":"filter.d.ts","sourceRoot":"","sources":["filter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAA;AAG7E,eAAO,MAAM,qBAAqB,YACvB,QAAQ,eACJ,mBAAmB,YAgBjC,CAAA;AAED,eAAO,MAAM,wBAAwB,YAC1B,QAAQ,qBACE,OAAO;;;CAuB3B,CAAA;AAED,eAAO,MAAM,sBAAsB,uBACb,QAAQ,EAAE,kBACd,GAAG,SAKpB,CAAA;AAED,eAAO,MAAM,oBAAoB,sBACZ,QAAQ,EAAE,kBACb,GAAG,wBACG,GAAG,SAW1B,CAAA"}
1
+ {"version":3,"file":"filter.d.ts","sourceRoot":"","sources":["filter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAA;AAG7E,eAAO,MAAM,qBAAqB,YACvB,QAAQ,eACJ,mBAAmB,YAcjC,CAAA;AAED,eAAO,MAAM,wBAAwB,YAC1B,QAAQ,qBACE,OAAO;;;CAuB3B,CAAA;AAED,eAAO,MAAM,sBAAsB,uBACb,QAAQ,EAAE,kBACd,GAAG,SAKpB,CAAA;AAED,eAAO,MAAM,oBAAoB,sBACZ,QAAQ,EAAE,kBACb,GAAG,wBACG,GAAG,SAW1B,CAAA"}
@@ -1,2 +1,3 @@
1
+ export declare const removeProductFromState: (selCtx: string, getValues: any, setValue: any) => void;
1
2
  export declare const selectUnselectProduct: (setValue: any, getValues: any, items: any, isChecked: boolean, state: any) => void;
2
3
  //# sourceMappingURL=setSelected.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"setSelected.d.ts","sourceRoot":"","sources":["setSelected.ts"],"names":[],"mappings":"AAwBA,eAAO,MAAM,qBAAqB,aACtB,GAAG,aACF,GAAG,SACP,GAAG,aACC,OAAO,SACX,GAAG,SAsCX,CAAA"}
1
+ {"version":3,"file":"setSelected.d.ts","sourceRoot":"","sources":["setSelected.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,sBAAsB,WACzB,MAAM,aACH,GAAG,YACJ,GAAG,SAWd,CAAA;AAED,eAAO,MAAM,qBAAqB,aACtB,GAAG,aACF,GAAG,SACP,GAAG,aACC,OAAO,SACX,GAAG,SAwCX,CAAA"}
package/package.json CHANGED
@@ -1,89 +1,89 @@
1
- {
2
- "name": "@orderingstack/front-components-product-configurator",
3
- "version": "1.4.2-beta.0",
4
- "license": "MIT",
5
- "main": "dist/index.cjs.js",
6
- "module": "dist/index.es.js",
7
- "types": "dist/types/index.d.ts",
8
- "files": [
9
- "dist"
10
- ],
11
- "scripts": {
12
- "dev": "vite",
13
- "build": "vite build",
14
- "prepublishOnly": "npm run build",
15
- "build:watch": "vite build --watch",
16
- "serve": "vite preview",
17
- "test": "jest",
18
- "lint": "eslint src --max-warnings=0",
19
- "storybook": "start-storybook -p 6006",
20
- "build-storybook": "build-storybook",
21
- "typecheck": "tsc --project tsconfig.json --noEmit"
22
- },
23
- "dependencies": {
24
- "@headlessui/react": "^1.4.2",
25
- "clsx": "^1.1.1",
26
- "dinero.js": "^1.9.1",
27
- "i18next": "^21.6.11",
28
- "i18next-browser-languagedetector": "^6.1.3",
29
- "i18next-http-backend": "^1.3.2",
30
- "lodash-es": "^4.17.21",
31
- "react-hook-form": "^7.24.1",
32
- "react-i18next": "^11.15.4",
33
- "zustand": "^3.6.9"
34
- },
35
- "peerDependencies": {
36
- "react": "^17.0.2 || ^18.2.0",
37
- "react-dom": "^17.0.2 || ^18.2.0",
38
- "react-spring": "^9.5.2"
39
- },
40
- "devDependencies": {
41
- "@babel/core": "^7.16.7",
42
- "@babel/preset-env": "^7.16.8",
43
- "@babel/preset-react": "^7.16.7",
44
- "@babel/preset-typescript": "^7.16.7",
45
- "@orderingstack/ordering-types": "1.26.1",
46
- "@storybook/addon-actions": "^6.4.12",
47
- "@storybook/addon-essentials": "^6.4.12",
48
- "@storybook/addon-links": "^6.4.12",
49
- "@storybook/addon-postcss": "^2.0.0",
50
- "@storybook/addon-viewport": "^6.4.13",
51
- "@storybook/react": "^6.4.12",
52
- "@testing-library/jest-dom": "^5.16.1",
53
- "@testing-library/react": "^12.1.2",
54
- "@types/dinero.js": "^1.9.0",
55
- "@types/jest": "^27.4.0",
56
- "@types/lodash-es": "^4.17.6",
57
- "@types/node": "^17.0.8",
58
- "@types/react": "^17.0.38",
59
- "@types/react-dom": "^17.0.11",
60
- "@typescript-eslint/eslint-plugin": "^5.9.1",
61
- "@typescript-eslint/parser": "^5.9.1",
62
- "@vitejs/plugin-react": "^1.1.4",
63
- "autoprefixer": "^10.4.2",
64
- "babel-jest": "^27.4.6",
65
- "babel-loader": "^8.2.3",
66
- "eslint": "^8.6.0",
67
- "eslint-config-prettier": "^8.3.0",
68
- "eslint-plugin-prettier": "^4.0.0",
69
- "eslint-plugin-react": "^7.28.0",
70
- "eslint-plugin-react-hooks": "^4.3.0",
71
- "eslint-plugin-tailwindcss": "^3.1.2",
72
- "identity-obj-proxy": "^3.0.0",
73
- "jest": "^27.4.7",
74
- "postcss": "^8.4.5",
75
- "prettier": "2.5.1",
76
- "tailwindcss": "^3.0.15",
77
- "typescript": "^4.5.4",
78
- "vite": "^2.7.10",
79
- "vite-plugin-dts": "^1.7.1",
80
- "vite-tsconfig-paths": "^3.3.17"
81
- },
82
- "browserslist": [
83
- "last 2 versions",
84
- "> 1%",
85
- "not dead",
86
- "not ie <= 11",
87
- "not op_mini all"
88
- ]
89
- }
1
+ {
2
+ "name": "@orderingstack/front-components-product-configurator",
3
+ "version": "1.4.2-beta.2",
4
+ "license": "MIT",
5
+ "main": "dist/index.cjs.js",
6
+ "module": "dist/index.es.js",
7
+ "types": "dist/types/index.d.ts",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "scripts": {
12
+ "dev": "vite",
13
+ "build": "vite build",
14
+ "prepublishOnly": "npm run build",
15
+ "build:watch": "vite build --watch",
16
+ "serve": "vite preview",
17
+ "test": "jest",
18
+ "lint": "eslint src --max-warnings=0",
19
+ "storybook": "start-storybook -p 6006",
20
+ "build-storybook": "build-storybook",
21
+ "typecheck": "tsc --project tsconfig.json --noEmit"
22
+ },
23
+ "dependencies": {
24
+ "@headlessui/react": "^1.4.2",
25
+ "clsx": "^1.1.1",
26
+ "dinero.js": "^1.9.1",
27
+ "i18next": "^21.6.11",
28
+ "i18next-browser-languagedetector": "^6.1.3",
29
+ "i18next-http-backend": "^1.3.2",
30
+ "lodash-es": "^4.17.21",
31
+ "react-hook-form": "^7.24.1",
32
+ "react-i18next": "^11.15.4",
33
+ "zustand": "^3.6.9"
34
+ },
35
+ "peerDependencies": {
36
+ "react": "^17.0.2 || ^18.2.0",
37
+ "react-dom": "^17.0.2 || ^18.2.0",
38
+ "react-spring": "^9.5.2"
39
+ },
40
+ "devDependencies": {
41
+ "@babel/core": "^7.16.7",
42
+ "@babel/preset-env": "^7.16.8",
43
+ "@babel/preset-react": "^7.16.7",
44
+ "@babel/preset-typescript": "^7.16.7",
45
+ "@orderingstack/ordering-types": "1.26.1",
46
+ "@storybook/addon-actions": "^6.4.12",
47
+ "@storybook/addon-essentials": "^6.4.12",
48
+ "@storybook/addon-links": "^6.4.12",
49
+ "@storybook/addon-postcss": "^2.0.0",
50
+ "@storybook/addon-viewport": "^6.4.13",
51
+ "@storybook/react": "^6.4.12",
52
+ "@testing-library/jest-dom": "^5.16.1",
53
+ "@testing-library/react": "^12.1.2",
54
+ "@types/dinero.js": "^1.9.0",
55
+ "@types/jest": "^27.4.0",
56
+ "@types/lodash-es": "^4.17.6",
57
+ "@types/node": "^17.0.8",
58
+ "@types/react": "^17.0.38",
59
+ "@types/react-dom": "^17.0.11",
60
+ "@typescript-eslint/eslint-plugin": "^5.9.1",
61
+ "@typescript-eslint/parser": "^5.9.1",
62
+ "@vitejs/plugin-react": "^1.1.4",
63
+ "autoprefixer": "^10.4.2",
64
+ "babel-jest": "^27.4.6",
65
+ "babel-loader": "^8.2.3",
66
+ "eslint": "^8.6.0",
67
+ "eslint-config-prettier": "^8.3.0",
68
+ "eslint-plugin-prettier": "^4.0.0",
69
+ "eslint-plugin-react": "^7.28.0",
70
+ "eslint-plugin-react-hooks": "^4.3.0",
71
+ "eslint-plugin-tailwindcss": "^3.1.2",
72
+ "identity-obj-proxy": "^3.0.0",
73
+ "jest": "^27.4.7",
74
+ "postcss": "^8.4.5",
75
+ "prettier": "2.5.1",
76
+ "tailwindcss": "^3.0.15",
77
+ "typescript": "^4.5.4",
78
+ "vite": "^2.7.10",
79
+ "vite-plugin-dts": "^1.7.1",
80
+ "vite-tsconfig-paths": "^3.3.17"
81
+ },
82
+ "browserslist": [
83
+ "last 2 versions",
84
+ "> 1%",
85
+ "not dead",
86
+ "not ie <= 11",
87
+ "not op_mini all"
88
+ ]
89
+ }