@commercelayer/app-elements 6.7.0 → 6.8.0
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/{InputDateComponent-CLWsQgfK.js → InputDateComponent-HBIJB0ef.js} +6 -6
- package/dist/{RuleEngineComponent-C-GrA_GR.js → RuleEngineComponent-CR8GxFNt.js} +2 -2
- package/dist/{main-Bm574P5L.js → main-B681ROwD.js} +5290 -5215
- package/dist/main.js +1 -1
- package/dist/{parseISO-S4YY3wXw.js → parseISO-rPNJQMj2.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/tailwind.global.css +12 -12
- package/dist/ui/atoms/Badge/badgeVariants.d.ts +1 -1
- package/dist/ui/atoms/Card.d.ts +24 -24
- package/dist/ui/atoms/Icon/icons.d.ts +1 -0
- package/dist/ui/atoms/RadialProgress.d.ts +6 -2
- package/dist/ui/atoms/StatusIcon.d.ts +5 -1
- package/dist/ui/composite/Dropdown/DropdownItem.d.ts +24 -24
- package/dist/ui/composite/Modal.d.ts +1 -1
- package/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercelayer/app-elements",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.8.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -35,62 +35,62 @@
|
|
|
35
35
|
"pnpm": ">=7"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@commercelayer/js-auth": "^7.
|
|
39
|
-
"@commercelayer/sdk": "6.
|
|
38
|
+
"@commercelayer/js-auth": "^7.2.0",
|
|
39
|
+
"@commercelayer/sdk": "6.52.0",
|
|
40
40
|
"@date-fns/tz": "^1.4.1",
|
|
41
41
|
"@monaco-editor/react": "4.7.0",
|
|
42
42
|
"@types/lodash-es": "^4.17.12",
|
|
43
|
-
"@types/react": "19.
|
|
43
|
+
"@types/react": "19.2.13",
|
|
44
44
|
"@types/react-datepicker": "^7.0.0",
|
|
45
|
-
"@types/react-dom": "19.
|
|
45
|
+
"@types/react-dom": "19.2.3",
|
|
46
46
|
"classnames": "^2.5.1",
|
|
47
|
-
"i18next": "^25.
|
|
47
|
+
"i18next": "^25.8.4",
|
|
48
48
|
"i18next-resources-to-backend": "^1.2.1",
|
|
49
49
|
"js-cookie": "^3.0.5",
|
|
50
50
|
"jwt-decode": "^4.0.0",
|
|
51
|
-
"lodash-es": "^4.17.
|
|
51
|
+
"lodash-es": "^4.17.23",
|
|
52
52
|
"monaco-editor": "0.53.0",
|
|
53
53
|
"pluralize": "^8.0.0",
|
|
54
54
|
"query-string": "^9.3.1",
|
|
55
|
-
"react": "19.
|
|
55
|
+
"react": "19.2.4",
|
|
56
56
|
"react-currency-input-field": "^3.10.0",
|
|
57
57
|
"react-datepicker": "^8.10.0",
|
|
58
|
-
"react-dom": "19.
|
|
58
|
+
"react-dom": "19.2.4",
|
|
59
59
|
"react-hook-form": "7.62.0",
|
|
60
60
|
"react-i18next": "^15.7.4",
|
|
61
61
|
"react-select": "^5.10.2",
|
|
62
62
|
"react-toastify": "^11.0.5",
|
|
63
63
|
"react-tooltip": "^5.30.0",
|
|
64
|
-
"swr": "^2.
|
|
64
|
+
"swr": "^2.4.0",
|
|
65
65
|
"ts-invariant": "^0.10.3",
|
|
66
|
-
"type-fest": "^5.3
|
|
66
|
+
"type-fest": "^5.4.3",
|
|
67
67
|
"zod": "^3.25.76"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@hookform/resolvers": "^3.10.0",
|
|
71
71
|
"@phosphor-icons/react": "v2.1.10",
|
|
72
|
-
"@tailwindcss/forms": "^0.5.
|
|
72
|
+
"@tailwindcss/forms": "^0.5.11",
|
|
73
73
|
"@tailwindcss/postcss": "^4.1.18",
|
|
74
74
|
"@testing-library/jest-dom": "^6.9.1",
|
|
75
|
-
"@testing-library/react": "^16.3.
|
|
75
|
+
"@testing-library/react": "^16.3.2",
|
|
76
76
|
"@types/js-cookie": "^3.0.6",
|
|
77
|
-
"@types/node": "^20.19.
|
|
77
|
+
"@types/node": "^20.19.31",
|
|
78
78
|
"@types/pluralize": "^0.0.33",
|
|
79
79
|
"@types/react-gtm-module": "^2.0.4",
|
|
80
|
-
"@vitejs/plugin-react": "^5.1.
|
|
80
|
+
"@vitejs/plugin-react": "^5.1.3",
|
|
81
81
|
"cross-fetch": "^4.1.0",
|
|
82
82
|
"date-fns": "^4.1.0",
|
|
83
83
|
"date-fns-tz": "^3.2.0",
|
|
84
|
-
"jsdom": "^27.
|
|
85
|
-
"msw": "^2.12.
|
|
84
|
+
"jsdom": "^27.4.0",
|
|
85
|
+
"msw": "^2.12.8",
|
|
86
86
|
"postcss": "^8.5.6",
|
|
87
87
|
"react-gtm-module": "^2.0.11",
|
|
88
88
|
"tailwindcss": "^4.1.18",
|
|
89
89
|
"typescript": "~5.9.3",
|
|
90
|
-
"vite": "^7.3.
|
|
90
|
+
"vite": "^7.3.1",
|
|
91
91
|
"vite-plugin-dts": "^4.5.4",
|
|
92
92
|
"vitest": "^3.2.4",
|
|
93
|
-
"wouter": "^3.
|
|
93
|
+
"wouter": "^3.9.0"
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|
|
96
96
|
"@commercelayer/sdk": "^6.x",
|