@keeper-security/keeper-js-ui 0.8.0 → 0.10.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/CHANGELOG.md +28 -0
- package/dist/index.es.d.ts +77 -32
- package/dist/index.es.js +2682 -2463
- package/dist/index.umd.js +18 -18
- package/dist/style.css +1 -1
- package/package.json +31 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keeper-security/keeper-js-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React components built for accessibility, consistency, and speed.",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test:ci": "npm run test:storybook --",
|
|
31
31
|
"test:storybook": "vitest --project=storybook",
|
|
32
32
|
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
|
|
33
|
-
"format": "prettier . --write --ignore-unknown",
|
|
33
|
+
"format": "prettier . '!CHANGELOG.md' --write --ignore-unknown",
|
|
34
34
|
"prepare": "husky",
|
|
35
35
|
"commit": "cz",
|
|
36
36
|
"components:add": "npx shadcn@latest add",
|
|
@@ -57,57 +57,58 @@
|
|
|
57
57
|
"tailwindcss-animate": "^1.0.7"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@chromatic-com/storybook": "^3.2.
|
|
60
|
+
"@chromatic-com/storybook": "^3.2.6",
|
|
61
61
|
"@commitlint/cli": "^19.7.1",
|
|
62
62
|
"@commitlint/config-conventional": "^19.7.1",
|
|
63
63
|
"@eslint/compat": "^1.2.4",
|
|
64
64
|
"@eslint/js": "^9.17.0",
|
|
65
|
-
"@storybook/addon-a11y": "^8.6.
|
|
65
|
+
"@storybook/addon-a11y": "^8.6.9",
|
|
66
66
|
"@storybook/addon-console": "^3.0.0",
|
|
67
|
-
"@storybook/addon-docs": "^8.6.
|
|
68
|
-
"@storybook/addon-essentials": "^8.6.
|
|
69
|
-
"@storybook/addon-interactions": "^8.6.
|
|
70
|
-
"@storybook/addon-links": "^8.6.
|
|
71
|
-
"@storybook/addon-onboarding": "^8.6.
|
|
72
|
-
"@storybook/addon-themes": "^8.6.
|
|
73
|
-
"@storybook/blocks": "^8.6.
|
|
74
|
-
"@storybook/experimental-addon-test": "^8.6.
|
|
75
|
-
"@storybook/manager-api": "^8.6.
|
|
76
|
-
"@storybook/preview-api": "^8.6.
|
|
77
|
-
"@storybook/react": "^8.6.
|
|
78
|
-
"@storybook/react-vite": "^8.6.
|
|
79
|
-
"@storybook/test": "^8.6.
|
|
67
|
+
"@storybook/addon-docs": "^8.6.9",
|
|
68
|
+
"@storybook/addon-essentials": "^8.6.9",
|
|
69
|
+
"@storybook/addon-interactions": "^8.6.9",
|
|
70
|
+
"@storybook/addon-links": "^8.6.9",
|
|
71
|
+
"@storybook/addon-onboarding": "^8.6.9",
|
|
72
|
+
"@storybook/addon-themes": "^8.6.9",
|
|
73
|
+
"@storybook/blocks": "^8.6.9",
|
|
74
|
+
"@storybook/experimental-addon-test": "^8.6.9",
|
|
75
|
+
"@storybook/manager-api": "^8.6.9",
|
|
76
|
+
"@storybook/preview-api": "^8.6.9",
|
|
77
|
+
"@storybook/react": "^8.6.9",
|
|
78
|
+
"@storybook/react-vite": "^8.6.9",
|
|
79
|
+
"@storybook/test": "^8.6.9",
|
|
80
80
|
"@storybook/test-runner": "^0.22.0",
|
|
81
|
-
"@storybook/theming": "^8.6.
|
|
81
|
+
"@storybook/theming": "^8.6.9",
|
|
82
82
|
"@types/node": "^22.7.6",
|
|
83
83
|
"@types/react": "^18.3.17",
|
|
84
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
85
|
-
"@typescript-eslint/parser": "^8.
|
|
86
|
-
"@vitejs/plugin-react-swc": "^3.8.
|
|
87
|
-
"@vitest/browser": "^3.
|
|
88
|
-
"@vitest/coverage-v8": "^3.
|
|
84
|
+
"@typescript-eslint/eslint-plugin": "^8.28.0",
|
|
85
|
+
"@typescript-eslint/parser": "^8.28.0",
|
|
86
|
+
"@vitejs/plugin-react-swc": "^3.8.1",
|
|
87
|
+
"@vitest/browser": "^3.1.1",
|
|
88
|
+
"@vitest/coverage-v8": "^3.1.1",
|
|
89
89
|
"autoprefixer": "^10.4.20",
|
|
90
90
|
"axe-playwright": "^2.0.3",
|
|
91
91
|
"commitizen": "^4.3.1",
|
|
92
92
|
"cz-conventional-changelog": "^3.3.0",
|
|
93
|
-
"eslint": "^9.
|
|
93
|
+
"eslint": "^9.23.0",
|
|
94
94
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
95
95
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
96
|
-
"eslint-plugin-storybook": "^0.
|
|
96
|
+
"eslint-plugin-storybook": "^0.12.0",
|
|
97
97
|
"globals": "^15.13.0",
|
|
98
98
|
"husky": "^9.1.7",
|
|
99
99
|
"lint-staged": "^15.4.3",
|
|
100
|
-
"playwright": "^1.
|
|
100
|
+
"playwright": "^1.51.1",
|
|
101
101
|
"postcss": "^8.4.49",
|
|
102
102
|
"prettier": "^3.5.1",
|
|
103
|
+
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
103
104
|
"remark-gfm": "^4.0.1",
|
|
104
|
-
"storybook": "^8.6.
|
|
105
|
+
"storybook": "^8.6.9",
|
|
105
106
|
"storybook-addon-rtl": "^1.0.1",
|
|
106
107
|
"tailwindcss": "^3.4.16",
|
|
107
|
-
"typescript": "^5.
|
|
108
|
-
"vite": "^6.
|
|
108
|
+
"typescript": "^5.8.2",
|
|
109
|
+
"vite": "^6.2.6",
|
|
109
110
|
"vite-plugin-dts": "^4.3.0",
|
|
110
|
-
"vitest": "^3.
|
|
111
|
+
"vitest": "^3.1.1"
|
|
111
112
|
},
|
|
112
113
|
"peerDependencies": {
|
|
113
114
|
"react": "^18.3.1",
|