@keeper-security/keeper-js-ui 0.2.0 → 0.3.1
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 +19 -0
- package/dist/index.es.d.ts +117 -41
- package/dist/index.es.js +4904 -708
- package/dist/index.umd.js +76 -1
- package/dist/style.css +1 -1
- package/package.json +51 -45
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keeper-security/keeper-js-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React components built for accessibility, consistency, and speed.",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
@@ -33,65 +33,71 @@
|
|
|
33
33
|
"components:diff": "npx shadcn@latest diff"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
+
"@radix-ui/react-avatar": "^1.1.2",
|
|
36
37
|
"@radix-ui/react-direction": "^1.1.0",
|
|
37
|
-
"@radix-ui/react-
|
|
38
|
-
"@radix-ui/react-
|
|
39
|
-
"
|
|
38
|
+
"@radix-ui/react-dropdown-menu": "^2.1.3",
|
|
39
|
+
"@radix-ui/react-separator": "^1.1.1",
|
|
40
|
+
"@radix-ui/react-slot": "^1.1.1",
|
|
41
|
+
"@radix-ui/react-switch": "^1.1.2",
|
|
42
|
+
"class-variance-authority": "^0.7.1",
|
|
40
43
|
"clsx": "^2.1.1",
|
|
41
44
|
"lucide-react": "^0.453.0",
|
|
42
45
|
"react": "^18.2.0",
|
|
43
|
-
"
|
|
46
|
+
"react-dom": "^18.2.0",
|
|
47
|
+
"tailwind-merge": "^2.5.5",
|
|
44
48
|
"tailwindcss-animate": "^1.0.7"
|
|
45
49
|
},
|
|
46
50
|
"devDependencies": {
|
|
47
51
|
"@chromatic-com/storybook": "^3.2.2",
|
|
48
|
-
"@commitlint/cli": "^19.
|
|
49
|
-
"@commitlint/config-conventional": "^19.
|
|
50
|
-
"@eslint/compat": "^1.2.
|
|
51
|
-
"@eslint/js": "^9.
|
|
52
|
-
"@storybook/addon-a11y": "^8.4.
|
|
53
|
-
"@storybook/addon-
|
|
54
|
-
"@storybook/addon-
|
|
55
|
-
"@storybook/addon-
|
|
56
|
-
"@storybook/addon-
|
|
57
|
-
"@storybook/addon-
|
|
58
|
-
"@storybook/addon-
|
|
59
|
-
"@storybook/
|
|
60
|
-
"@storybook/
|
|
61
|
-
"@storybook/
|
|
62
|
-
"@storybook/react
|
|
63
|
-
"@storybook/
|
|
64
|
-
"@storybook/test
|
|
52
|
+
"@commitlint/cli": "^19.6.1",
|
|
53
|
+
"@commitlint/config-conventional": "^19.6.0",
|
|
54
|
+
"@eslint/compat": "^1.2.4",
|
|
55
|
+
"@eslint/js": "^9.17.0",
|
|
56
|
+
"@storybook/addon-a11y": "^8.4.7",
|
|
57
|
+
"@storybook/addon-console": "^3.0.0",
|
|
58
|
+
"@storybook/addon-docs": "^8.4.7",
|
|
59
|
+
"@storybook/addon-essentials": "^8.4.7",
|
|
60
|
+
"@storybook/addon-interactions": "^8.4.7",
|
|
61
|
+
"@storybook/addon-links": "^8.4.7",
|
|
62
|
+
"@storybook/addon-onboarding": "^8.4.7",
|
|
63
|
+
"@storybook/addon-themes": "^8.4.7",
|
|
64
|
+
"@storybook/blocks": "^8.4.7",
|
|
65
|
+
"@storybook/experimental-addon-test": "^8.4.7",
|
|
66
|
+
"@storybook/react": "^8.4.7",
|
|
67
|
+
"@storybook/react-vite": "^8.4.7",
|
|
68
|
+
"@storybook/test": "^8.4.7",
|
|
69
|
+
"@storybook/test-runner": "^0.20.1",
|
|
65
70
|
"@types/node": "^22.7.6",
|
|
66
|
-
"@types/react": "^18.3.
|
|
67
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
68
|
-
"@typescript-eslint/parser": "^8.
|
|
69
|
-
"@vitejs/plugin-react-swc": "^3.7.
|
|
70
|
-
"@vitest/browser": "^2.1.
|
|
71
|
-
"autoprefixer": "^10.4.
|
|
71
|
+
"@types/react": "^18.3.17",
|
|
72
|
+
"@typescript-eslint/eslint-plugin": "^8.18.1",
|
|
73
|
+
"@typescript-eslint/parser": "^8.18.1",
|
|
74
|
+
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
75
|
+
"@vitest/browser": "^2.1.8",
|
|
76
|
+
"autoprefixer": "^10.4.20",
|
|
72
77
|
"commitizen": "^4.3.1",
|
|
73
78
|
"cz-conventional-changelog": "^3.3.0",
|
|
74
|
-
"eslint": "^9.
|
|
75
|
-
"eslint-plugin-react-hooks": "^5.
|
|
76
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
77
|
-
"eslint-plugin-storybook": "^0.11.
|
|
78
|
-
"globals": "^15.
|
|
79
|
-
"husky": "^9.1.
|
|
80
|
-
"lint-staged": "^15.2.
|
|
81
|
-
"playwright": "^1.
|
|
82
|
-
"postcss": "^8.4.
|
|
83
|
-
"prettier": "3.
|
|
79
|
+
"eslint": "^9.17.0",
|
|
80
|
+
"eslint-plugin-react-hooks": "^5.1.0",
|
|
81
|
+
"eslint-plugin-react-refresh": "^0.4.16",
|
|
82
|
+
"eslint-plugin-storybook": "^0.11.1",
|
|
83
|
+
"globals": "^15.13.0",
|
|
84
|
+
"husky": "^9.1.7",
|
|
85
|
+
"lint-staged": "^15.2.11",
|
|
86
|
+
"playwright": "^1.49.1",
|
|
87
|
+
"postcss": "^8.4.49",
|
|
88
|
+
"prettier": "^3.4.2",
|
|
84
89
|
"remark-gfm": "^4.0.0",
|
|
85
|
-
"storybook": "^8.4.
|
|
90
|
+
"storybook": "^8.4.7",
|
|
86
91
|
"storybook-addon-rtl": "^1.0.1",
|
|
87
|
-
"tailwindcss": "^3.4.
|
|
88
|
-
"typescript": "^5.
|
|
89
|
-
"vite": "^
|
|
90
|
-
"vite-plugin-dts": "^4.
|
|
91
|
-
"vitest": "^2.1.
|
|
92
|
+
"tailwindcss": "^3.4.16",
|
|
93
|
+
"typescript": "^5.7.2",
|
|
94
|
+
"vite": "^6.0.3",
|
|
95
|
+
"vite-plugin-dts": "^4.3.0",
|
|
96
|
+
"vitest": "^2.1.8"
|
|
92
97
|
},
|
|
93
98
|
"peerDependencies": {
|
|
94
|
-
"react": "^18.2.0"
|
|
99
|
+
"react": "^18.2.0",
|
|
100
|
+
"react-dom": "^18.2.0"
|
|
95
101
|
},
|
|
96
102
|
"optionalDependencies": {
|
|
97
103
|
"@rollup/rollup-linux-x64-gnu": "4.24.0"
|