@datavac/ui-kit 1.6.0 → 1.7.0-select.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datavac/ui-kit",
3
- "version": "1.6.0",
3
+ "version": "1.7.0-select.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -47,61 +47,63 @@
47
47
  "access": "public"
48
48
  },
49
49
  "dependencies": {
50
- "@radix-ui/react-accordion": "^1.2.12",
51
- "@radix-ui/react-dialog": "^1.1.15",
52
- "@radix-ui/react-slot": "^1.2.4",
53
- "@radix-ui/react-tabs": "^1.1.13",
54
- "@radix-ui/react-tooltip": "^1.2.8",
55
- "class-variance-authority": "^0.7.1",
56
- "clsx": "^2.1.1",
57
- "tailwind-merge": "^3.5.0",
58
- "vaul": "^1.1.2"
50
+ "@radix-ui/react-accordion": "1.2.12",
51
+ "@radix-ui/react-dialog": "1.1.15",
52
+ "@radix-ui/react-popover": "1.1.15",
53
+ "@radix-ui/react-select": "2.2.6",
54
+ "@radix-ui/react-slot": "1.2.4",
55
+ "@radix-ui/react-tabs": "1.1.13",
56
+ "@radix-ui/react-tooltip": "1.2.8",
57
+ "class-variance-authority": "0.7.1",
58
+ "clsx": "2.1.1",
59
+ "tailwind-merge": "3.5.0",
60
+ "vaul": "1.1.2"
59
61
  },
60
62
  "devDependencies": {
61
- "@chromatic-com/storybook": "^5.1.2",
62
- "@commitlint/cli": "^20.5.3",
63
- "@commitlint/config-conventional": "^20.5.3",
64
- "@eslint/js": "^10.0.1",
65
- "@semantic-release/changelog": "^6.0.3",
66
- "@semantic-release/git": "^10.0.1",
67
- "@storybook/addon-a11y": "^10.3.6",
68
- "@storybook/addon-docs": "^10.3.6",
69
- "@storybook/addon-themes": "^10.3.6",
70
- "@storybook/addon-vitest": "^10.3.6",
71
- "@storybook/react": "^10.3.6",
72
- "@storybook/react-vite": "^10.3.6",
73
- "@tailwindcss/vite": "^4.2.4",
74
- "@testing-library/dom": "^10.4.1",
75
- "@testing-library/jest-dom": "^6.9.1",
76
- "@testing-library/react": "^16.3.2",
77
- "@testing-library/user-event": "^14.6.1",
78
- "@types/node": "^25.6.0",
79
- "@types/react": "^19.2.14",
80
- "@types/react-dom": "^19.2.3",
81
- "@vitejs/plugin-react": "^6.0.1",
82
- "@vitest/browser": "^4.1.5",
83
- "@vitest/browser-playwright": "^4.1.5",
84
- "@vitest/coverage-v8": "^4.1.5",
85
- "eslint": "^10.3.0",
86
- "eslint-config-prettier": "^10.1.8",
87
- "eslint-plugin-react": "^7.37.5",
88
- "eslint-plugin-react-hooks": "^7.1.1",
89
- "eslint-plugin-react-refresh": "^0.5.2",
90
- "globals": "^17.6.0",
91
- "jsdom": "^29.1.1",
92
- "lint-staged": "^17.0.2",
93
- "playwright": "^1.59.1",
94
- "prettier": "^3.8.3",
95
- "react": "^19.0.0",
96
- "react-dom": "^19.0.0",
97
- "semantic-release": "^25.0.3",
98
- "storybook": "^10.3.6",
99
- "tailwindcss": "^4.2.4",
100
- "typescript": "^5.9.3",
101
- "typescript-eslint": "^8.59.2",
102
- "vite": "^8.0.10",
103
- "vite-plugin-dts": "^4.5.4",
104
- "vite-plugin-svgr": "^5.2.0",
105
- "vitest": "^4.1.5"
63
+ "@chromatic-com/storybook": "5.1.2",
64
+ "@commitlint/cli": "20.5.3",
65
+ "@commitlint/config-conventional": "20.5.3",
66
+ "@eslint/js": "10.0.1",
67
+ "@semantic-release/changelog": "6.0.3",
68
+ "@semantic-release/git": "10.0.1",
69
+ "@storybook/addon-a11y": "10.3.6",
70
+ "@storybook/addon-docs": "10.3.6",
71
+ "@storybook/addon-themes": "10.3.6",
72
+ "@storybook/addon-vitest": "10.3.6",
73
+ "@storybook/react": "10.3.6",
74
+ "@storybook/react-vite": "10.3.6",
75
+ "@tailwindcss/vite": "4.2.4",
76
+ "@testing-library/dom": "10.4.1",
77
+ "@testing-library/jest-dom": "6.9.1",
78
+ "@testing-library/react": "16.3.2",
79
+ "@testing-library/user-event": "14.6.1",
80
+ "@types/node": "25.6.0",
81
+ "@types/react": "19.2.14",
82
+ "@types/react-dom": "19.2.3",
83
+ "@vitejs/plugin-react": "6.0.1",
84
+ "@vitest/browser": "4.1.5",
85
+ "@vitest/browser-playwright": "4.1.5",
86
+ "@vitest/coverage-v8": "4.1.5",
87
+ "eslint": "10.3.0",
88
+ "eslint-config-prettier": "10.1.8",
89
+ "eslint-plugin-react": "7.37.5",
90
+ "eslint-plugin-react-hooks": "7.1.1",
91
+ "eslint-plugin-react-refresh": "0.5.2",
92
+ "globals": "17.6.0",
93
+ "jsdom": "29.1.1",
94
+ "lint-staged": "17.0.2",
95
+ "playwright": "1.59.1",
96
+ "prettier": "3.8.3",
97
+ "react": "19.0.0",
98
+ "react-dom": "19.0.0",
99
+ "semantic-release": "25.0.3",
100
+ "storybook": "10.3.6",
101
+ "tailwindcss": "4.2.4",
102
+ "typescript": "5.9.3",
103
+ "typescript-eslint": "8.59.2",
104
+ "vite": "8.0.10",
105
+ "vite-plugin-dts": "4.5.4",
106
+ "vite-plugin-svgr": "5.2.0",
107
+ "vitest": "4.1.5"
106
108
  }
107
109
  }