@keeper-security/keeper-js-ui 0.7.0 → 0.9.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keeper-security/keeper-js-ui",
3
- "version": "0.7.0",
3
+ "version": "0.9.0",
4
4
  "type": "module",
5
5
  "description": "React components built for accessibility, consistency, and speed.",
6
6
  "main": "dist/index.es.js",
@@ -28,9 +28,9 @@
28
28
  "start": "npm run storybook",
29
29
  "test": "npx playwright install --with-deps && npm run test:storybook --",
30
30
  "test:ci": "npm run test:storybook --",
31
- "test:storybook": "test-storybook",
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",
@@ -41,6 +41,8 @@
41
41
  "@radix-ui/react-dialog": "^1.1.4",
42
42
  "@radix-ui/react-direction": "^1.1.0",
43
43
  "@radix-ui/react-dropdown-menu": "^2.1.3",
44
+ "@radix-ui/react-scroll-area": "^1.2.3",
45
+ "@radix-ui/react-select": "^2.1.6",
44
46
  "@radix-ui/react-separator": "^1.1.1",
45
47
  "@radix-ui/react-slot": "^1.1.1",
46
48
  "@radix-ui/react-switch": "^1.1.2",
@@ -55,57 +57,58 @@
55
57
  "tailwindcss-animate": "^1.0.7"
56
58
  },
57
59
  "devDependencies": {
58
- "@chromatic-com/storybook": "^3.2.2",
60
+ "@chromatic-com/storybook": "^3.2.6",
59
61
  "@commitlint/cli": "^19.7.1",
60
62
  "@commitlint/config-conventional": "^19.7.1",
61
63
  "@eslint/compat": "^1.2.4",
62
64
  "@eslint/js": "^9.17.0",
63
- "@storybook/addon-a11y": "^8.5.7",
65
+ "@storybook/addon-a11y": "^8.6.9",
64
66
  "@storybook/addon-console": "^3.0.0",
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",
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
+ "@storybook/test-runner": "^0.22.0",
81
+ "@storybook/theming": "^8.6.9",
80
82
  "@types/node": "^22.7.6",
81
83
  "@types/react": "^18.3.17",
82
- "@typescript-eslint/eslint-plugin": "^8.18.1",
83
- "@typescript-eslint/parser": "^8.18.1",
84
- "@vitejs/plugin-react-swc": "^3.8.0",
85
- "@vitest/browser": "^3.0.6",
86
- "@vitest/coverage-v8": "^3.0.6",
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",
87
89
  "autoprefixer": "^10.4.20",
88
90
  "axe-playwright": "^2.0.3",
89
91
  "commitizen": "^4.3.1",
90
92
  "cz-conventional-changelog": "^3.3.0",
91
- "eslint": "^9.20.1",
93
+ "eslint": "^9.23.0",
92
94
  "eslint-plugin-react-hooks": "^5.1.0",
93
95
  "eslint-plugin-react-refresh": "^0.4.19",
94
- "eslint-plugin-storybook": "^0.11.3",
96
+ "eslint-plugin-storybook": "^0.12.0",
95
97
  "globals": "^15.13.0",
96
98
  "husky": "^9.1.7",
97
99
  "lint-staged": "^15.4.3",
98
- "playwright": "^1.50.1",
100
+ "playwright": "^1.51.1",
99
101
  "postcss": "^8.4.49",
100
102
  "prettier": "^3.5.1",
103
+ "prettier-plugin-tailwindcss": "^0.6.11",
101
104
  "remark-gfm": "^4.0.1",
102
- "storybook": "^8.5.7",
105
+ "storybook": "^8.6.9",
103
106
  "storybook-addon-rtl": "^1.0.1",
104
107
  "tailwindcss": "^3.4.16",
105
- "typescript": "^5.7.2",
106
- "vite": "^6.1.0",
108
+ "typescript": "^5.8.2",
109
+ "vite": "^6.2.6",
107
110
  "vite-plugin-dts": "^4.3.0",
108
- "vitest": "^3.0.6"
111
+ "vitest": "^3.1.1"
109
112
  },
110
113
  "peerDependencies": {
111
114
  "react": "^18.3.1",