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