@keeper-security/keeper-js-ui 0.6.0 → 0.7.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 +13 -0
- package/README.md +1 -1
- package/dist/index.es.d.ts +38 -3
- package/dist/index.es.js +5296 -3834
- package/dist/index.umd.js +23 -19
- package/dist/style.css +1 -1
- package/package.json +35 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keeper-security/keeper-js-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React components built for accessibility, consistency, and speed.",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
@@ -38,12 +38,14 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@radix-ui/react-avatar": "^1.1.2",
|
|
41
|
+
"@radix-ui/react-dialog": "^1.1.4",
|
|
41
42
|
"@radix-ui/react-direction": "^1.1.0",
|
|
42
43
|
"@radix-ui/react-dropdown-menu": "^2.1.3",
|
|
43
44
|
"@radix-ui/react-separator": "^1.1.1",
|
|
44
45
|
"@radix-ui/react-slot": "^1.1.1",
|
|
45
46
|
"@radix-ui/react-switch": "^1.1.2",
|
|
46
47
|
"@radix-ui/react-toast": "^1.2.4",
|
|
48
|
+
"@radix-ui/react-tooltip": "^1.1.6",
|
|
47
49
|
"class-variance-authority": "^0.7.1",
|
|
48
50
|
"clsx": "^2.1.1",
|
|
49
51
|
"lucide-react": "^0.453.0",
|
|
@@ -54,61 +56,62 @@
|
|
|
54
56
|
},
|
|
55
57
|
"devDependencies": {
|
|
56
58
|
"@chromatic-com/storybook": "^3.2.2",
|
|
57
|
-
"@commitlint/cli": "^19.
|
|
58
|
-
"@commitlint/config-conventional": "^19.
|
|
59
|
+
"@commitlint/cli": "^19.7.1",
|
|
60
|
+
"@commitlint/config-conventional": "^19.7.1",
|
|
59
61
|
"@eslint/compat": "^1.2.4",
|
|
60
62
|
"@eslint/js": "^9.17.0",
|
|
61
|
-
"@storybook/addon-a11y": "^8.5.
|
|
63
|
+
"@storybook/addon-a11y": "^8.5.7",
|
|
62
64
|
"@storybook/addon-console": "^3.0.0",
|
|
63
|
-
"@storybook/addon-docs": "^8.5.
|
|
64
|
-
"@storybook/addon-essentials": "^8.5.
|
|
65
|
-
"@storybook/addon-interactions": "^8.5.
|
|
66
|
-
"@storybook/addon-links": "^8.5.
|
|
67
|
-
"@storybook/addon-onboarding": "^8.5.
|
|
68
|
-
"@storybook/addon-themes": "^8.5.
|
|
69
|
-
"@storybook/blocks": "^8.5.
|
|
70
|
-
"@storybook/experimental-addon-test": "^8.5.
|
|
71
|
-
"@storybook/manager-api": "^8.5.
|
|
72
|
-
"@storybook/preview-api": "^8.5.
|
|
73
|
-
"@storybook/react": "^8.5.
|
|
74
|
-
"@storybook/react-vite": "^8.5.
|
|
75
|
-
"@storybook/test": "^8.5.
|
|
76
|
-
"@storybook/test-runner": "^0.21.
|
|
77
|
-
"@storybook/theming": "^8.5.
|
|
65
|
+
"@storybook/addon-docs": "^8.5.7",
|
|
66
|
+
"@storybook/addon-essentials": "^8.5.7",
|
|
67
|
+
"@storybook/addon-interactions": "^8.5.7",
|
|
68
|
+
"@storybook/addon-links": "^8.5.7",
|
|
69
|
+
"@storybook/addon-onboarding": "^8.5.7",
|
|
70
|
+
"@storybook/addon-themes": "^8.5.7",
|
|
71
|
+
"@storybook/blocks": "^8.5.7",
|
|
72
|
+
"@storybook/experimental-addon-test": "^8.5.7",
|
|
73
|
+
"@storybook/manager-api": "^8.5.7",
|
|
74
|
+
"@storybook/preview-api": "^8.5.7",
|
|
75
|
+
"@storybook/react": "^8.5.7",
|
|
76
|
+
"@storybook/react-vite": "^8.5.7",
|
|
77
|
+
"@storybook/test": "^8.5.7",
|
|
78
|
+
"@storybook/test-runner": "^0.21.1",
|
|
79
|
+
"@storybook/theming": "^8.5.7",
|
|
78
80
|
"@types/node": "^22.7.6",
|
|
79
81
|
"@types/react": "^18.3.17",
|
|
80
82
|
"@typescript-eslint/eslint-plugin": "^8.18.1",
|
|
81
83
|
"@typescript-eslint/parser": "^8.18.1",
|
|
82
|
-
"@vitejs/plugin-react-swc": "^3.
|
|
83
|
-
"@vitest/browser": "^3.0.
|
|
84
|
+
"@vitejs/plugin-react-swc": "^3.8.0",
|
|
85
|
+
"@vitest/browser": "^3.0.6",
|
|
86
|
+
"@vitest/coverage-v8": "^3.0.6",
|
|
84
87
|
"autoprefixer": "^10.4.20",
|
|
85
88
|
"axe-playwright": "^2.0.3",
|
|
86
89
|
"commitizen": "^4.3.1",
|
|
87
90
|
"cz-conventional-changelog": "^3.3.0",
|
|
88
|
-
"eslint": "^9.
|
|
91
|
+
"eslint": "^9.20.1",
|
|
89
92
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
90
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
91
|
-
"eslint-plugin-storybook": "^0.11.
|
|
93
|
+
"eslint-plugin-react-refresh": "^0.4.19",
|
|
94
|
+
"eslint-plugin-storybook": "^0.11.3",
|
|
92
95
|
"globals": "^15.13.0",
|
|
93
96
|
"husky": "^9.1.7",
|
|
94
|
-
"lint-staged": "^15.
|
|
95
|
-
"playwright": "^1.
|
|
97
|
+
"lint-staged": "^15.4.3",
|
|
98
|
+
"playwright": "^1.50.1",
|
|
96
99
|
"postcss": "^8.4.49",
|
|
97
|
-
"prettier": "^3.
|
|
98
|
-
"remark-gfm": "^4.0.
|
|
99
|
-
"storybook": "^8.5.
|
|
100
|
+
"prettier": "^3.5.1",
|
|
101
|
+
"remark-gfm": "^4.0.1",
|
|
102
|
+
"storybook": "^8.5.7",
|
|
100
103
|
"storybook-addon-rtl": "^1.0.1",
|
|
101
104
|
"tailwindcss": "^3.4.16",
|
|
102
105
|
"typescript": "^5.7.2",
|
|
103
|
-
"vite": "^6.0
|
|
106
|
+
"vite": "^6.1.0",
|
|
104
107
|
"vite-plugin-dts": "^4.3.0",
|
|
105
|
-
"vitest": "^3.0.
|
|
108
|
+
"vitest": "^3.0.6"
|
|
106
109
|
},
|
|
107
110
|
"peerDependencies": {
|
|
108
111
|
"react": "^18.3.1",
|
|
109
112
|
"react-dom": "^18.3.1"
|
|
110
113
|
},
|
|
111
114
|
"optionalDependencies": {
|
|
112
|
-
"@rollup/rollup-linux-x64-gnu": "4.
|
|
115
|
+
"@rollup/rollup-linux-x64-gnu": "4.34.8"
|
|
113
116
|
}
|
|
114
117
|
}
|