@konstructio/ui 0.1.0-alpha.5 → 0.1.0-alpha.7
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/{Combination-Cvr3uETz.js → Combination-VYaRRJBZ.js} +104 -106
- package/dist/Modal-CrG0m703.js +98 -0
- package/dist/{chevron-up-DgLBQCKD.js → chevron-up-RLP4nX7V.js} +1 -1
- package/dist/components/Alert/Alert.js +1 -1
- package/dist/components/AlertDialog/AlertDialog.js +1 -1
- package/dist/components/AlertDialog/components/AlertDialogTrigger.js +1 -1
- package/dist/components/AlertDialog/components/index.js +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.js +1 -1
- package/dist/components/Checkbox/Checkbox.js +1 -1
- package/dist/components/Command/Command.js +1 -1
- package/dist/components/Command/components/Command.js +1 -1
- package/dist/components/Command/components/CommandEmpty.js +1 -1
- package/dist/components/Command/components/CommandGroup.js +1 -1
- package/dist/components/Command/components/CommandInput.js +2 -2
- package/dist/components/Command/components/CommandItem.js +1 -1
- package/dist/components/Command/components/CommandList.js +1 -1
- package/dist/components/Command/components/CommandSeparator.js +1 -1
- package/dist/components/Command/components/DialogContent.js +2 -2
- package/dist/components/Command/components/DialogOverlay.js +1 -1
- package/dist/components/Dropdown/components/List/List.js +40 -36
- package/dist/components/Dropdown/components/List/List.variants.js +3 -3
- package/dist/components/Dropdown/components/ListItem/ListItem.js +18 -16
- package/dist/components/Dropdown/components/Wrapper.js +110 -94
- package/dist/components/Dropdown/contexts/dropdown.context.js +6 -2
- package/dist/components/Dropdown/contexts/dropdown.provider.js +18 -11
- package/dist/components/Input/Input.js +9 -9
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/Modal/components/Wrapper/Wrapper.js +3 -3
- package/dist/components/Modal/components/Wrapper/Wrapper.variants.js +4 -6
- package/dist/components/Modal/components/index.js +1 -1
- package/dist/components/NumberInput/NumberInput.js +1 -1
- package/dist/components/TagSelect/components/Wrapper/Wrapper.js +2 -2
- package/dist/components/Toast/Toast.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/{index-BuxebbOg.js → index-BNU3RH-3.js} +1 -1
- package/dist/{index-1RDo-S_f.js → index-DLYwlPRZ.js} +1 -1
- package/dist/{index-Cz09twLl.js → index-Dkt8F6CZ.js} +1 -1
- package/dist/{index-C5psggHV.js → index-h-Ul0anl.js} +1 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/package.json +21 -24
- package/dist/styles.css +1 -1
- package/dist/{x-DU-Zw-L_.js → x-BPcqkRZd.js} +1 -1
- package/package.json +20 -23
- package/dist/Modal-DXYBiafI.js +0 -926
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.7",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"@radix-ui/react-slider": "^1.3.5",
|
|
62
62
|
"@radix-ui/react-slot": "^1.2.3",
|
|
63
63
|
"@radix-ui/react-switch": "^1.2.5",
|
|
64
|
-
"@radix-ui/react-toast": "^1.2.14",
|
|
65
64
|
"@radix-ui/react-tabs": "^1.1.12",
|
|
65
|
+
"@radix-ui/react-toast": "^1.2.14",
|
|
66
66
|
"@radix-ui/react-visually-hidden": "^1.2.3",
|
|
67
67
|
"class-variance-authority": "^0.7.1",
|
|
68
68
|
"clsx": "^2.1.1",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"react-day-picker": "^9.7.0",
|
|
74
74
|
"react-feather": "^2.0.10",
|
|
75
75
|
"react-focus-lock": "^2.13.6",
|
|
76
|
-
"react-remove-scroll": "^2.7.
|
|
76
|
+
"react-remove-scroll": "^2.7.1",
|
|
77
77
|
"tailwind-merge": "^3.3.0"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
@@ -106,43 +106,37 @@
|
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@rollup/plugin-alias": "^5.1.1",
|
|
109
|
-
"@storybook/addon-docs": "^
|
|
110
|
-
"@storybook/addon-
|
|
111
|
-
"@storybook/
|
|
112
|
-
"@
|
|
113
|
-
"@storybook/addon-styling-webpack": "^1.0.1",
|
|
114
|
-
"@storybook/blocks": "^8.6.14",
|
|
115
|
-
"@storybook/react": "^8.6.14",
|
|
116
|
-
"@storybook/react-vite": "^8.6.14",
|
|
117
|
-
"@storybook/test": "^8.6.14",
|
|
118
|
-
"@tailwindcss/vite": "^4.1.7",
|
|
109
|
+
"@storybook/addon-docs": "^9.1.0-alpha.2",
|
|
110
|
+
"@storybook/addon-links": "^9.1.0-alpha.2",
|
|
111
|
+
"@storybook/react-vite": "^9.1.0-alpha.2",
|
|
112
|
+
"@tailwindcss/vite": "^4.1.8",
|
|
119
113
|
"@testing-library/jest-dom": "^6.6.3",
|
|
120
114
|
"@testing-library/react": "^16.3.0",
|
|
121
115
|
"@testing-library/user-event": "^14.6.1",
|
|
122
116
|
"@types/jest-axe": "^3.5.9",
|
|
123
117
|
"@types/js-cookie": "^3.0.6",
|
|
124
118
|
"@types/lodash": "^4.17.17",
|
|
125
|
-
"@types/react": "^19.1.
|
|
119
|
+
"@types/react": "^19.1.6",
|
|
126
120
|
"@types/react-dom": "^19.1.5",
|
|
127
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
128
|
-
"@typescript-eslint/parser": "^8.
|
|
129
|
-
"@vitejs/plugin-react": "^4.
|
|
130
|
-
"@vitest/coverage-v8": "^3.
|
|
121
|
+
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
|
122
|
+
"@typescript-eslint/parser": "^8.33.1",
|
|
123
|
+
"@vitejs/plugin-react": "^4.5.0",
|
|
124
|
+
"@vitest/coverage-v8": "^3.2.0",
|
|
131
125
|
"autoprefixer": "^10.4.21",
|
|
132
126
|
"eslint": "^8.57.0",
|
|
133
127
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
134
128
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
135
|
-
"eslint-plugin-storybook": "^
|
|
129
|
+
"eslint-plugin-storybook": "^9.1.0-alpha.2",
|
|
136
130
|
"glob": "^11.0.2",
|
|
137
131
|
"husky": "^9.1.7",
|
|
138
132
|
"jest-axe": "^10.0.0",
|
|
139
133
|
"jsdom": "^26.1.0",
|
|
140
134
|
"lodash": "^4.17.21",
|
|
141
|
-
"postcss": "^8.5.
|
|
135
|
+
"postcss": "^8.5.4",
|
|
142
136
|
"prettier": "^3.5.3",
|
|
143
137
|
"rimraf": "^6.0.1",
|
|
144
|
-
"storybook": "^
|
|
145
|
-
"tailwindcss": "^4.1.
|
|
138
|
+
"storybook": "^9.1.0-alpha.2",
|
|
139
|
+
"tailwindcss": "^4.1.8",
|
|
146
140
|
"ts-node": "^10.9.2",
|
|
147
141
|
"typescript": "^5.8.3",
|
|
148
142
|
"vite": "^6.3.5",
|
|
@@ -150,6 +144,9 @@
|
|
|
150
144
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
151
145
|
"vite-plugin-svgr": "^4.3.0",
|
|
152
146
|
"vite-tsconfig-paths": "^5.1.4",
|
|
153
|
-
"vitest": "^3.
|
|
147
|
+
"vitest": "^3.2.0"
|
|
148
|
+
},
|
|
149
|
+
"overrides": {
|
|
150
|
+
"storybook": "$storybook"
|
|
154
151
|
}
|
|
155
152
|
}
|