@post-pioneer/ui-kit 0.1.137 → 0.1.140
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/README.md +6 -2
- package/dist/index.css +1 -1
- package/dist/ui-kit-postpioneer.es.js +6976 -7769
- package/dist/ui-kit-postpioneer.umd.js +22 -22
- package/package.json +28 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@post-pioneer/ui-kit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.140",
|
|
4
4
|
"description": "UI Kit for Post Pioneer applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/ui-kit-postpioneer.umd.js",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
],
|
|
13
13
|
"exports": {
|
|
14
14
|
".": {
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
15
16
|
"import": "./dist/ui-kit-postpioneer.es.js",
|
|
16
|
-
"require": "./dist/ui-kit-postpioneer.umd.js"
|
|
17
|
-
"types": "./dist/index.d.ts"
|
|
17
|
+
"require": "./dist/ui-kit-postpioneer.umd.js"
|
|
18
18
|
},
|
|
19
19
|
"./index.css": "./dist/index.css"
|
|
20
20
|
},
|
|
@@ -54,25 +54,25 @@
|
|
|
54
54
|
},
|
|
55
55
|
"homepage": "https://github.com/post-pioneer/ui-kit-postpioneer#readme",
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"react": "^18.2.0",
|
|
58
|
-
"react-dom": "^18.2.0"
|
|
57
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
58
|
+
"react-dom": "^18.2.0 || ^19.0.0"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@emotion/cache": "^11.14.0",
|
|
62
62
|
"@emotion/react": "^11.14.0",
|
|
63
63
|
"@emotion/styled": "^11.14.1",
|
|
64
|
-
"@mui/material": "^
|
|
64
|
+
"@mui/material": "^9.2.0",
|
|
65
65
|
"@radix-ui/primitive": "1.0.1",
|
|
66
|
-
"@radix-ui/react-checkbox": "1.
|
|
67
|
-
"@radix-ui/react-dialog": "1.
|
|
68
|
-
"@radix-ui/react-dropdown-menu": "2.
|
|
69
|
-
"@radix-ui/react-label": "^2.1.
|
|
70
|
-
"@radix-ui/react-popover": "1.1.
|
|
71
|
-
"@radix-ui/react-radio-group": "1.
|
|
72
|
-
"@radix-ui/react-scroll-area": "1.
|
|
73
|
-
"@radix-ui/react-select": "^2.
|
|
74
|
-
"@radix-ui/react-slider": "1.
|
|
75
|
-
"@radix-ui/react-tabs": "^1.1.
|
|
66
|
+
"@radix-ui/react-checkbox": "^1.3.7",
|
|
67
|
+
"@radix-ui/react-dialog": "^1.1.19",
|
|
68
|
+
"@radix-ui/react-dropdown-menu": "^2.1.20",
|
|
69
|
+
"@radix-ui/react-label": "^2.1.11",
|
|
70
|
+
"@radix-ui/react-popover": "^1.1.19",
|
|
71
|
+
"@radix-ui/react-radio-group": "^1.4.3",
|
|
72
|
+
"@radix-ui/react-scroll-area": "^1.2.14",
|
|
73
|
+
"@radix-ui/react-select": "^2.3.3",
|
|
74
|
+
"@radix-ui/react-slider": "^1.4.3",
|
|
75
|
+
"@radix-ui/react-tabs": "^1.1.17",
|
|
76
76
|
"clsx": "^2.1.1",
|
|
77
77
|
"react-hook-form": "^7.64.0",
|
|
78
78
|
"react-multi-date-picker": "^4.5.2",
|
|
@@ -82,21 +82,21 @@
|
|
|
82
82
|
"@babel/preset-env": "^7.28.5",
|
|
83
83
|
"@babel/preset-react": "^7.28.5",
|
|
84
84
|
"@babel/preset-typescript": "^7.28.5",
|
|
85
|
-
"@chromatic-com/storybook": "^
|
|
85
|
+
"@chromatic-com/storybook": "^5.2.1",
|
|
86
86
|
"@eslint/js": "^9.33.0",
|
|
87
|
-
"@storybook/addon-a11y": "^
|
|
88
|
-
"@storybook/addon-docs": "^
|
|
89
|
-
"@storybook/addon-onboarding": "^
|
|
90
|
-
"@storybook/addon-vitest": "^
|
|
91
|
-
"@storybook/react": "^
|
|
92
|
-
"@storybook/react-vite": "^
|
|
87
|
+
"@storybook/addon-a11y": "^10.5.0",
|
|
88
|
+
"@storybook/addon-docs": "^10.5.0",
|
|
89
|
+
"@storybook/addon-onboarding": "^10.5.0",
|
|
90
|
+
"@storybook/addon-vitest": "^10.5.0",
|
|
91
|
+
"@storybook/react": "^10.5.0",
|
|
92
|
+
"@storybook/react-vite": "^10.5.0",
|
|
93
93
|
"@testing-library/jest-dom": "^6.8.0",
|
|
94
94
|
"@testing-library/react": "^16.3.0",
|
|
95
95
|
"@testing-library/user-event": "^14.6.1",
|
|
96
96
|
"@types/jest": "^30.0.0",
|
|
97
97
|
"@types/node": "^22.10.2",
|
|
98
|
-
"@types/react": "^
|
|
99
|
-
"@types/react-dom": "^
|
|
98
|
+
"@types/react": "^19.2.3",
|
|
99
|
+
"@types/react-dom": "^19.2.3",
|
|
100
100
|
"@vitejs/plugin-react": "^4.7.0",
|
|
101
101
|
"classnames": "^2.5.1",
|
|
102
102
|
"eslint": "^9.33.0",
|
|
@@ -114,7 +114,9 @@
|
|
|
114
114
|
"jsdom": "^26.1.0",
|
|
115
115
|
"lint-staged": "^16.2.6",
|
|
116
116
|
"prettier": "^3.6.2",
|
|
117
|
-
"
|
|
117
|
+
"react": "^19.2.7",
|
|
118
|
+
"react-dom": "^19.2.7",
|
|
119
|
+
"storybook": "^10.5.0",
|
|
118
120
|
"ts-jest": "^29.4.6",
|
|
119
121
|
"tslib": "^2.8.1",
|
|
120
122
|
"typescript": "~5.8.3",
|