@konstructio/ui 0.1.0-alpha.13 → 0.1.0-alpha.14
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/{chevron-down-UW8ts6wI.js → chevron-down-1hnuqhTt.js} +2 -2
- package/dist/components/Badge/Badge.js +2 -2
- package/dist/components/Datepicker/DatePicker.js +367 -361
- package/dist/components/Filter/components/BadgeDropdown/BadgeMultiSelect.js +1 -1
- package/dist/components/Filter/components/DateFilterDropdown/DateFilterDropdown.js +1 -1
- package/dist/components/Filter/components/ResetButton/ResetButton.js +22 -16
- package/dist/components/Loading/Loading.js +2 -2
- package/dist/components/TimePicker/components/Wrapper/Wrapper.js +1 -1
- package/dist/{createLucideIcon-ByJ0JZvK.js → createLucideIcon-qZIN4i94.js} +4 -4
- package/dist/index.d.ts +1 -0
- package/dist/package.json +21 -21
- package/dist/styles.css +1 -1
- package/dist/utils/index.js +1 -1
- package/package.json +21 -21
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.0-alpha.
|
|
5
|
+
"version": "0.1.0-alpha.14",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -69,12 +69,12 @@
|
|
|
69
69
|
"cmdk": "^1.1.1",
|
|
70
70
|
"countries-and-timezones": "^3.8.0",
|
|
71
71
|
"js-cookie": "^3.0.5",
|
|
72
|
-
"lucide-react": "^0.
|
|
73
|
-
"react-day-picker": "^9.
|
|
72
|
+
"lucide-react": "^0.525.0",
|
|
73
|
+
"react-day-picker": "^9.8.0",
|
|
74
74
|
"react-feather": "^2.0.10",
|
|
75
75
|
"react-focus-lock": "^2.13.6",
|
|
76
76
|
"react-remove-scroll": "^2.7.1",
|
|
77
|
-
"tailwind-merge": "^3.3.
|
|
77
|
+
"tailwind-merge": "^3.3.1"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
80
|
"@types/react": "*",
|
|
@@ -106,37 +106,37 @@
|
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@rollup/plugin-alias": "^5.1.1",
|
|
109
|
-
"@storybook/addon-docs": "^9.1.0-alpha.
|
|
110
|
-
"@storybook/addon-links": "^9.1.0-alpha.
|
|
111
|
-
"@storybook/react-vite": "^9.1.0-alpha.
|
|
112
|
-
"@tailwindcss/vite": "^4.1.
|
|
109
|
+
"@storybook/addon-docs": "^9.1.0-alpha.6",
|
|
110
|
+
"@storybook/addon-links": "^9.1.0-alpha.6",
|
|
111
|
+
"@storybook/react-vite": "^9.1.0-alpha.6",
|
|
112
|
+
"@tailwindcss/vite": "^4.1.11",
|
|
113
113
|
"@testing-library/jest-dom": "^6.6.3",
|
|
114
114
|
"@testing-library/react": "^16.3.0",
|
|
115
115
|
"@testing-library/user-event": "^14.6.1",
|
|
116
116
|
"@types/jest-axe": "^3.5.9",
|
|
117
117
|
"@types/js-cookie": "^3.0.6",
|
|
118
|
-
"@types/lodash": "^4.17.
|
|
119
|
-
"@types/react": "^19.1.
|
|
118
|
+
"@types/lodash": "^4.17.20",
|
|
119
|
+
"@types/react": "^19.1.8",
|
|
120
120
|
"@types/react-dom": "^19.1.6",
|
|
121
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
122
|
-
"@typescript-eslint/parser": "^8.
|
|
123
|
-
"@vitejs/plugin-react": "^4.
|
|
124
|
-
"@vitest/coverage-v8": "^3.2.
|
|
121
|
+
"@typescript-eslint/eslint-plugin": "^8.35.1",
|
|
122
|
+
"@typescript-eslint/parser": "^8.35.1",
|
|
123
|
+
"@vitejs/plugin-react": "^4.6.0",
|
|
124
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
125
125
|
"autoprefixer": "^10.4.21",
|
|
126
126
|
"eslint": "^8.57.0",
|
|
127
127
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
128
128
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
129
|
-
"eslint-plugin-storybook": "^9.1.0-alpha.
|
|
130
|
-
"glob": "^11.0.
|
|
129
|
+
"eslint-plugin-storybook": "^9.1.0-alpha.6",
|
|
130
|
+
"glob": "^11.0.3",
|
|
131
131
|
"husky": "^9.1.7",
|
|
132
132
|
"jest-axe": "^10.0.0",
|
|
133
133
|
"jsdom": "^26.1.0",
|
|
134
134
|
"lodash": "^4.17.21",
|
|
135
|
-
"postcss": "^8.5.
|
|
136
|
-
"prettier": "^3.
|
|
135
|
+
"postcss": "^8.5.6",
|
|
136
|
+
"prettier": "^3.6.2",
|
|
137
137
|
"rimraf": "^6.0.1",
|
|
138
|
-
"storybook": "^9.1.0-alpha.
|
|
139
|
-
"tailwindcss": "^4.1.
|
|
138
|
+
"storybook": "^9.1.0-alpha.6",
|
|
139
|
+
"tailwindcss": "^4.1.11",
|
|
140
140
|
"ts-node": "^10.9.2",
|
|
141
141
|
"typescript": "^5.8.3",
|
|
142
142
|
"vite": "^6.3.5",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
145
145
|
"vite-plugin-svgr": "^4.3.0",
|
|
146
146
|
"vite-tsconfig-paths": "^5.1.4",
|
|
147
|
-
"vitest": "^3.2.
|
|
147
|
+
"vitest": "^3.2.4"
|
|
148
148
|
},
|
|
149
149
|
"overrides": {
|
|
150
150
|
"storybook": "$storybook"
|