@max-ts/kit 1.0.1 → 1.1.0
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/lib/components/Button/Button.d.ts +1 -1
- package/lib/components/Button/Button.d.ts.map +1 -1
- package/lib/components/Combobox/Combobox.d.ts +22 -0
- package/lib/components/Combobox/Combobox.d.ts.map +1 -0
- package/lib/components/Combobox/index.d.ts +3 -0
- package/lib/components/Combobox/index.d.ts.map +1 -0
- package/lib/components/Combobox/styles.css.d.ts +22 -0
- package/lib/components/Combobox/styles.css.d.ts.map +1 -0
- package/lib/components/Combobox/types.d.ts +26 -0
- package/lib/components/Combobox/types.d.ts.map +1 -0
- package/lib/components/Input/styles.css.d.ts +0 -2
- package/lib/components/Input/styles.css.d.ts.map +1 -1
- package/lib/components/InputGroup/InputGroup.d.ts +11 -0
- package/lib/components/InputGroup/InputGroup.d.ts.map +1 -0
- package/lib/components/InputGroup/index.d.ts +3 -0
- package/lib/components/InputGroup/index.d.ts.map +1 -0
- package/lib/components/InputGroup/styles.css.d.ts +10 -0
- package/lib/components/InputGroup/styles.css.d.ts.map +1 -0
- package/lib/components/InputGroup/types.d.ts +16 -0
- package/lib/components/InputGroup/types.d.ts.map +1 -0
- package/lib/components/PageLayout/Header/Header.d.ts +7 -33
- package/lib/components/PageLayout/Header/Header.d.ts.map +1 -1
- package/lib/components/PageLayout/Header/styles.css.d.ts +3 -8
- package/lib/components/PageLayout/Header/styles.css.d.ts.map +1 -1
- package/lib/components/PageLayout/PageLayout.d.ts +1 -1
- package/lib/components/Textarea/Textarea.d.ts +5 -0
- package/lib/components/Textarea/Textarea.d.ts.map +1 -0
- package/lib/components/Textarea/index.d.ts +2 -0
- package/lib/components/Textarea/index.d.ts.map +1 -0
- package/lib/components/Textarea/styles.css.d.ts +2 -0
- package/lib/components/Textarea/styles.css.d.ts.map +1 -0
- package/lib/components/index.d.ts +3 -0
- package/lib/components/index.d.ts.map +1 -1
- package/lib/index.mjs +340 -104
- package/lib/stories/Button.stories.d.ts +1 -1
- package/lib/stories/Combobox.stories.d.ts +8 -0
- package/lib/stories/Combobox.stories.d.ts.map +1 -0
- package/lib/stories/DashboardLayout.stories.d.ts.map +1 -1
- package/lib/stories/InputGroup.stories.d.ts +8 -0
- package/lib/stories/InputGroup.stories.d.ts.map +1 -0
- package/lib/stories/Sidebar/Sidebar.stories.d.ts.map +1 -1
- package/lib/stories/Textarea.stories.d.ts +8 -0
- package/lib/stories/Textarea.stories.d.ts.map +1 -0
- package/lib/styles.css +515 -81
- package/package.json +15 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@max-ts/kit",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./lib/index.mjs",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -21,30 +21,34 @@
|
|
|
21
21
|
"embla-carousel-react": "^8.6.0",
|
|
22
22
|
"input-otp": "^1.4.2",
|
|
23
23
|
"lucide-react": "^1.17.0",
|
|
24
|
-
"react": "19.2.7",
|
|
25
24
|
"react-day-picker": "^10.0.1",
|
|
26
|
-
"react-dom": "19.2.7",
|
|
27
25
|
"react-virtuoso": "^4.18.7",
|
|
28
26
|
"sonner": "^2.0.7"
|
|
29
27
|
},
|
|
28
|
+
"peerDependencies": {
|
|
29
|
+
"react": "^19.0.0",
|
|
30
|
+
"react-dom": "^19.0.0"
|
|
31
|
+
},
|
|
30
32
|
"devDependencies": {
|
|
31
33
|
"@biomejs/biome": "^2.4.16",
|
|
32
34
|
"@changesets/cli": "^2.31.0",
|
|
33
35
|
"@chromatic-com/storybook": "^5.2.1",
|
|
34
36
|
"@fontsource-variable/roboto": "^5.2.10",
|
|
35
|
-
"@rsbuild/core": "^2.0.
|
|
37
|
+
"@rsbuild/core": "^2.0.12",
|
|
36
38
|
"@rsbuild/plugin-react": "^2.0.1",
|
|
37
|
-
"@rslib/core": "^0.22.
|
|
38
|
-
"@storybook/addon-docs": "10.4.
|
|
39
|
-
"@storybook/addon-onboarding": "10.4.
|
|
40
|
-
"@storybook/react": "10.4.
|
|
41
|
-
"@types/node": "^25.9.
|
|
39
|
+
"@rslib/core": "^0.22.1",
|
|
40
|
+
"@storybook/addon-docs": "10.4.4",
|
|
41
|
+
"@storybook/addon-onboarding": "10.4.4",
|
|
42
|
+
"@storybook/react": "10.4.4",
|
|
43
|
+
"@types/node": "^25.9.3",
|
|
42
44
|
"@types/react": "^19.2.17",
|
|
43
45
|
"@types/react-dom": "^19.2.3",
|
|
44
46
|
"@vanilla-extract/css": "^1.20.1",
|
|
45
47
|
"@vanilla-extract/webpack-plugin": "^2.3.27",
|
|
46
|
-
"rsbuild-plugin-dts": "^0.22.
|
|
47
|
-
"
|
|
48
|
+
"rsbuild-plugin-dts": "^0.22.1",
|
|
49
|
+
"react": "19.2.7",
|
|
50
|
+
"react-dom": "19.2.7",
|
|
51
|
+
"storybook": "10.4.4",
|
|
48
52
|
"storybook-addon-rslib": "^3.3.4",
|
|
49
53
|
"storybook-react-rsbuild": "^3.3.4",
|
|
50
54
|
"typescript": "^6.0.3"
|