@konstructio/ui 0.1.2-alpha.22 → 0.1.2-alpha.23
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/VirtualizedTable/VirtualizedTable.js +20 -19
- package/dist/components/VirtualizedTable/components/Body/Body.js +33 -25
- package/dist/components/VirtualizedTable/components/Pagination/Pagination.js +20 -19
- package/dist/components/VirtualizedTable/components/Skeleton/Skeleton.js +46 -31
- package/dist/package.json +10 -10
- package/dist/styles.css +1 -1
- package/dist/utils/index.js +534 -501
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@konstructio/ui",
|
|
3
3
|
"description": "A set of reusable and customizable React components built for konstruct.io",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.1.2-alpha.
|
|
5
|
+
"version": "0.1.2-alpha.23",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -72,13 +72,13 @@
|
|
|
72
72
|
"cmdk": "^1.1.1",
|
|
73
73
|
"countries-and-timezones": "^3.8.0",
|
|
74
74
|
"js-cookie": "^3.0.5",
|
|
75
|
-
"lucide-react": "^0.
|
|
75
|
+
"lucide-react": "^0.553.0",
|
|
76
76
|
"react-chartjs-2": "^5.3.1",
|
|
77
77
|
"react-day-picker": "^9.11.1",
|
|
78
78
|
"react-feather": "^2.0.10",
|
|
79
79
|
"react-focus-lock": "^2.13.6",
|
|
80
80
|
"react-remove-scroll": "^2.7.1",
|
|
81
|
-
"tailwind-merge": "^3.
|
|
81
|
+
"tailwind-merge": "^3.4.0"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
84
|
"@tanstack/react-query": "^5.90",
|
|
@@ -115,9 +115,9 @@
|
|
|
115
115
|
"devDependencies": {
|
|
116
116
|
"@faker-js/faker": "^10.1.0",
|
|
117
117
|
"@rollup/plugin-alias": "^6.0.0",
|
|
118
|
-
"@storybook/addon-docs": "^10.0.
|
|
119
|
-
"@storybook/addon-links": "^10.0.
|
|
120
|
-
"@storybook/react-vite": "^10.0.
|
|
118
|
+
"@storybook/addon-docs": "^10.0.6",
|
|
119
|
+
"@storybook/addon-links": "^10.0.6",
|
|
120
|
+
"@storybook/react-vite": "^10.0.6",
|
|
121
121
|
"@tailwindcss/vite": "^4.1.17",
|
|
122
122
|
"@tanstack/react-query": "^5.90.7",
|
|
123
123
|
"@testing-library/jest-dom": "^6.9.1",
|
|
@@ -128,8 +128,8 @@
|
|
|
128
128
|
"@types/lodash": "^4.17.20",
|
|
129
129
|
"@types/react": "^19.2.2",
|
|
130
130
|
"@types/react-dom": "^19.2.2",
|
|
131
|
-
"@typescript-eslint/eslint-plugin": "^8.46.
|
|
132
|
-
"@typescript-eslint/parser": "^8.46.
|
|
131
|
+
"@typescript-eslint/eslint-plugin": "^8.46.4",
|
|
132
|
+
"@typescript-eslint/parser": "^8.46.4",
|
|
133
133
|
"@vitejs/plugin-react": "^5.1.0",
|
|
134
134
|
"@vitest/coverage-v8": "^3.2.4",
|
|
135
135
|
"autoprefixer": "^10.4.21",
|
|
@@ -147,11 +147,11 @@
|
|
|
147
147
|
"postcss": "^8.5.6",
|
|
148
148
|
"prettier": "^3.6.2",
|
|
149
149
|
"rimraf": "^6.1.0",
|
|
150
|
-
"storybook": "^10.0.
|
|
150
|
+
"storybook": "^10.0.6",
|
|
151
151
|
"tailwindcss": "^4.1.17",
|
|
152
152
|
"ts-node": "^10.9.2",
|
|
153
153
|
"typescript": "^5.9.3",
|
|
154
|
-
"vite": "^7.2.
|
|
154
|
+
"vite": "^7.2.2",
|
|
155
155
|
"vite-plugin-dts": "^4.5.4",
|
|
156
156
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
157
157
|
"vite-plugin-svgr": "^4.5.0",
|