@tanishraj/ui-kit 2.4.1 → 2.5.3
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/globals.css +1 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +612 -111
- package/dist/index.es.js +152 -100
- package/dist/index.es.js.map +1 -1
- package/package.json +27 -24
- package/readme.md +164 -539
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanishraj/ui-kit",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.3",
|
|
4
4
|
"description": "A production-ready React component library with modern tooling, Storybook docs, and TypeScript support.",
|
|
5
5
|
"author": "Tanishraj",
|
|
6
6
|
"license": "MIT",
|
|
@@ -72,34 +72,37 @@
|
|
|
72
72
|
"clsx": "^2.1.1",
|
|
73
73
|
"d3": "^7.9.0",
|
|
74
74
|
"d3-org-chart": "^3.1.1",
|
|
75
|
-
"lucide-react": "^1.
|
|
75
|
+
"lucide-react": "^1.21.0",
|
|
76
76
|
"react": "^19.2.7",
|
|
77
|
+
"react-day-picker": "^10.0.1",
|
|
77
78
|
"react-dom": "^19.2.7",
|
|
79
|
+
"react-select": "^5.10.2",
|
|
80
|
+
"react-tooltip": "^6.0.8",
|
|
78
81
|
"sonner": "^2.0.7",
|
|
79
82
|
"tailwind-merge": "^3.6.0"
|
|
80
83
|
},
|
|
81
84
|
"devDependencies": {
|
|
82
85
|
"@chromatic-com/storybook": "^5.2.1",
|
|
83
|
-
"@eslint/js": "^9.
|
|
86
|
+
"@eslint/js": "^9.39.4",
|
|
84
87
|
"@microsoft/api-extractor": "^7.58.9",
|
|
85
|
-
"@storybook/addon-docs": "^10.4.
|
|
86
|
-
"@storybook/addon-onboarding": "^10.4.
|
|
87
|
-
"@storybook/addon-vitest": "10.4.
|
|
88
|
-
"@storybook/react": "^10.4.
|
|
89
|
-
"@storybook/react-vite": "^10.4.
|
|
90
|
-
"@tailwindcss/postcss": "^4.3.
|
|
91
|
-
"@tailwindcss/typography": "^0.5.
|
|
92
|
-
"@tailwindcss/vite": "^4.3.
|
|
88
|
+
"@storybook/addon-docs": "^10.4.6",
|
|
89
|
+
"@storybook/addon-onboarding": "^10.4.6",
|
|
90
|
+
"@storybook/addon-vitest": "10.4.6",
|
|
91
|
+
"@storybook/react": "^10.4.6",
|
|
92
|
+
"@storybook/react-vite": "^10.4.6",
|
|
93
|
+
"@tailwindcss/postcss": "^4.3.1",
|
|
94
|
+
"@tailwindcss/typography": "^0.5.20",
|
|
95
|
+
"@tailwindcss/vite": "^4.3.1",
|
|
93
96
|
"@testing-library/dom": "^10.4.1",
|
|
94
97
|
"@testing-library/jest-dom": "^6.9.1",
|
|
95
98
|
"@testing-library/react": "^16.3.2",
|
|
96
99
|
"@types/d3-org-chart": "^3.1.2",
|
|
97
100
|
"@types/react": "^19.2.17",
|
|
98
101
|
"@types/react-dom": "^19.2.3",
|
|
99
|
-
"@vitejs/plugin-react": "^6.0.
|
|
100
|
-
"@vitest/coverage-v8": "4.1.
|
|
102
|
+
"@vitejs/plugin-react": "^6.0.3",
|
|
103
|
+
"@vitest/coverage-v8": "4.1.9",
|
|
101
104
|
"@vueless/storybook-dark-mode": "^10.0.8",
|
|
102
|
-
"eslint": "^9.
|
|
105
|
+
"eslint": "^9.39.4",
|
|
103
106
|
"eslint-config-prettier": "^10.1.8",
|
|
104
107
|
"eslint-import-resolver-typescript": "^4.4.5",
|
|
105
108
|
"eslint-plugin-import": "^2.32.0",
|
|
@@ -108,21 +111,21 @@
|
|
|
108
111
|
"eslint-plugin-react": "^7.37.5",
|
|
109
112
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
110
113
|
"eslint-plugin-react-perf": "^3.3.3",
|
|
111
|
-
"eslint-plugin-react-refresh": "^0.5.
|
|
112
|
-
"eslint-plugin-storybook": "^10.4.
|
|
113
|
-
"globals": "^17.
|
|
114
|
+
"eslint-plugin-react-refresh": "^0.5.3",
|
|
115
|
+
"eslint-plugin-storybook": "^10.4.6",
|
|
116
|
+
"globals": "^17.7.0",
|
|
114
117
|
"jsdom": "^29.1.1",
|
|
115
118
|
"postcss": "^8.5.15",
|
|
116
|
-
"prettier": "^3.8.
|
|
117
|
-
"storybook": "^10.4.
|
|
118
|
-
"tailwindcss": "^4.3.
|
|
119
|
+
"prettier": "^3.8.4",
|
|
120
|
+
"storybook": "^10.4.6",
|
|
121
|
+
"tailwindcss": "^4.3.1",
|
|
119
122
|
"tailwindcss-animate": "^1.0.7",
|
|
120
123
|
"terser": "^5.48.0",
|
|
121
124
|
"typescript": "^6.0.3",
|
|
122
|
-
"typescript-eslint": "^8.
|
|
123
|
-
"vite": "^8.0
|
|
125
|
+
"typescript-eslint": "^8.62.0",
|
|
126
|
+
"vite": "^8.1.0",
|
|
124
127
|
"vite-plugin-css-injected-by-js": "^5.0.1",
|
|
125
|
-
"vite-plugin-dts": "^5.0.
|
|
126
|
-
"vitest": "^4.1.
|
|
128
|
+
"vite-plugin-dts": "^5.0.3",
|
|
129
|
+
"vitest": "^4.1.9"
|
|
127
130
|
}
|
|
128
131
|
}
|