@rafal.lemieszewski/tide-ui 0.1.1 → 0.1.2
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/index.d.ts +9 -0
- package/dist/components/ui/chart.d.ts +1 -1
- package/dist/components/ui/data-table.d.ts +44 -0
- package/dist/components/ui/date-picker.d.ts +30 -0
- package/dist/components/ui/editable.d.ts +51 -0
- package/dist/components/ui/empty-state.d.ts +47 -0
- package/dist/components/ui/file-upload.d.ts +76 -0
- package/dist/components/ui/listbox.d.ts +40 -0
- package/dist/components/ui/mention.d.ts +69 -0
- package/dist/components/ui/number-scrubber.d.ts +21 -0
- package/dist/components/ui/progress.d.ts +13 -0
- package/dist/components/ui/scroll-area.d.ts +5 -0
- package/dist/components/ui/sortable.d.ts +41 -0
- package/dist/components/ui/spinner.d.ts +92 -0
- package/dist/components/ui/tag.d.ts +82 -0
- package/dist/components/ui/tree.d.ts +34 -0
- package/dist/components/ui/typography.d.ts +10 -0
- package/dist/index.cjs.js +1677 -1633
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +17655 -12149
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +19 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rafal.lemieszewski/tide-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "A comprehensive React component library built with Tailwind CSS and Radix UI primitives",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs.js",
|
|
@@ -26,9 +26,12 @@
|
|
|
26
26
|
"build:lib": "vite build --config vite.config.lib.ts",
|
|
27
27
|
"lint": "eslint .",
|
|
28
28
|
"preview": "vite preview",
|
|
29
|
-
"storybook": "storybook dev -p 6006",
|
|
30
|
-
"build-storybook": "storybook build",
|
|
31
|
-
"prepublishOnly": "npm run build:lib"
|
|
29
|
+
"storybook": "npx storybook dev -p 6006",
|
|
30
|
+
"build-storybook": "npx storybook build --quiet",
|
|
31
|
+
"prepublishOnly": "npm run build:lib",
|
|
32
|
+
"release:patch": "npm version patch && git push && git push --tags",
|
|
33
|
+
"release:minor": "npm version minor && git push && git push --tags",
|
|
34
|
+
"release:major": "npm version major && git push && git push --tags"
|
|
32
35
|
},
|
|
33
36
|
"keywords": [
|
|
34
37
|
"react",
|
|
@@ -50,7 +53,14 @@
|
|
|
50
53
|
"react": ">=18.0.0",
|
|
51
54
|
"react-dom": ">=18.0.0"
|
|
52
55
|
},
|
|
56
|
+
"optionalDependencies": {
|
|
57
|
+
"@rollup/rollup-linux-x64-gnu": "^4.46.2",
|
|
58
|
+
"lightningcss-linux-x64-gnu": "^1.30.1"
|
|
59
|
+
},
|
|
53
60
|
"dependencies": {
|
|
61
|
+
"@dnd-kit/core": "^6.3.1",
|
|
62
|
+
"@dnd-kit/sortable": "^10.0.0",
|
|
63
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
54
64
|
"@fontsource/inter": "^5.2.6",
|
|
55
65
|
"@hookform/resolvers": "^5.2.1",
|
|
56
66
|
"@radix-ui/react-accordion": "^1.2.11",
|
|
@@ -63,7 +73,9 @@
|
|
|
63
73
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
64
74
|
"@radix-ui/react-hover-card": "^1.1.14",
|
|
65
75
|
"@radix-ui/react-popover": "^1.1.14",
|
|
76
|
+
"@radix-ui/react-progress": "^1.1.7",
|
|
66
77
|
"@radix-ui/react-radio-group": "^1.3.7",
|
|
78
|
+
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
67
79
|
"@radix-ui/react-select": "^2.2.5",
|
|
68
80
|
"@radix-ui/react-separator": "^1.1.7",
|
|
69
81
|
"@radix-ui/react-slider": "^1.3.5",
|
|
@@ -74,15 +86,16 @@
|
|
|
74
86
|
"@radix-ui/react-toggle-group": "^1.1.10",
|
|
75
87
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
76
88
|
"@tailwindcss/vite": "^4.1.11",
|
|
89
|
+
"@tanstack/react-table": "^8.21.3",
|
|
77
90
|
"class-variance-authority": "^0.7.1",
|
|
78
91
|
"clsx": "^2.1.1",
|
|
79
92
|
"cmdk": "^1.1.1",
|
|
80
93
|
"country-data-list": "^1.5.4",
|
|
81
94
|
"date-fns": "^4.1.0",
|
|
82
95
|
"lucide-react": "^0.534.0",
|
|
83
|
-
"react": "
|
|
96
|
+
"react": ">=18.0.0",
|
|
84
97
|
"react-day-picker": "^9.8.1",
|
|
85
|
-
"react-dom": "
|
|
98
|
+
"react-dom": ">=18.0.0",
|
|
86
99
|
"react-hook-form": "^7.62.0",
|
|
87
100
|
"recharts": "^3.1.2",
|
|
88
101
|
"sonner": "^2.0.7",
|