@saasflare/ui 1.0.0 → 1.0.1
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/README.md +258 -0
- package/dist/button-B2DR7obe.d.mts +316 -0
- package/dist/button-B2DR7obe.d.ts +316 -0
- package/dist/chunk-7UB3R5JU.js +590 -0
- package/dist/chunk-JOVJRQO3.js +13 -0
- package/dist/chunk-P2JF7JDY.mjs +550 -0
- package/dist/chunk-S26666D6.mjs +11 -0
- package/dist/entries/carousel.d.mts +24 -0
- package/dist/entries/carousel.d.ts +24 -0
- package/dist/entries/carousel.js +223 -0
- package/dist/entries/carousel.mjs +194 -0
- package/dist/entries/chart.d.mts +69 -0
- package/dist/entries/chart.d.ts +69 -0
- package/dist/entries/chart.js +265 -0
- package/dist/entries/chart.mjs +237 -0
- package/dist/index.d.mts +173 -545
- package/dist/index.d.ts +173 -545
- package/dist/index.js +1094 -2018
- package/dist/index.mjs +650 -1638
- package/package.json +82 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saasflare/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Saasflare UI Components Library – Standalone components built on Radix UI + Tailwind CSS",
|
|
@@ -33,7 +33,17 @@
|
|
|
33
33
|
"./fonts/rounded": "./fonts/presets/rounded.ts",
|
|
34
34
|
"./fonts/distinctive": "./fonts/presets/distinctive.ts",
|
|
35
35
|
"./fonts/neutral": "./fonts/presets/neutral.ts",
|
|
36
|
-
"./fonts/*": null
|
|
36
|
+
"./fonts/*": null,
|
|
37
|
+
"./chart": {
|
|
38
|
+
"types": "./dist/entries/chart.d.ts",
|
|
39
|
+
"import": "./dist/entries/chart.mjs",
|
|
40
|
+
"require": "./dist/entries/chart.js"
|
|
41
|
+
},
|
|
42
|
+
"./carousel": {
|
|
43
|
+
"types": "./dist/entries/carousel.d.ts",
|
|
44
|
+
"import": "./dist/entries/carousel.mjs",
|
|
45
|
+
"require": "./dist/entries/carousel.js"
|
|
46
|
+
}
|
|
37
47
|
},
|
|
38
48
|
"files": [
|
|
39
49
|
"dist",
|
|
@@ -41,37 +51,91 @@
|
|
|
41
51
|
"fonts"
|
|
42
52
|
],
|
|
43
53
|
"dependencies": {
|
|
44
|
-
"radix-ui": "^1.
|
|
45
|
-
"@
|
|
54
|
+
"@radix-ui/react-accordion": "^1.2.12",
|
|
55
|
+
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
56
|
+
"@radix-ui/react-aspect-ratio": "^1.1.7",
|
|
57
|
+
"@radix-ui/react-avatar": "^1.1.10",
|
|
58
|
+
"@radix-ui/react-checkbox": "^1.3.3",
|
|
59
|
+
"@radix-ui/react-collapsible": "^1.1.12",
|
|
60
|
+
"@radix-ui/react-context-menu": "^2.2.16",
|
|
61
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
62
|
+
"@radix-ui/react-direction": "^1.1.1",
|
|
63
|
+
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
64
|
+
"@radix-ui/react-hover-card": "^1.1.15",
|
|
65
|
+
"@radix-ui/react-label": "^2.1.7",
|
|
66
|
+
"@radix-ui/react-menubar": "^1.1.16",
|
|
67
|
+
"@radix-ui/react-navigation-menu": "^1.2.14",
|
|
68
|
+
"@radix-ui/react-popover": "^1.1.15",
|
|
69
|
+
"@radix-ui/react-progress": "^1.1.7",
|
|
70
|
+
"@radix-ui/react-radio-group": "^1.3.8",
|
|
71
|
+
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
72
|
+
"@radix-ui/react-select": "^2.2.6",
|
|
73
|
+
"@radix-ui/react-separator": "^1.1.7",
|
|
74
|
+
"@radix-ui/react-slider": "^1.3.6",
|
|
75
|
+
"@radix-ui/react-slot": "^1.2.3",
|
|
76
|
+
"@radix-ui/react-switch": "^1.2.6",
|
|
77
|
+
"@radix-ui/react-tabs": "^1.1.13",
|
|
78
|
+
"@radix-ui/react-toggle": "^1.1.10",
|
|
79
|
+
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
80
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
46
81
|
"class-variance-authority": "^0.7.1",
|
|
47
82
|
"clsx": "^2.1.1",
|
|
48
83
|
"cmdk": "^1.1.1",
|
|
49
84
|
"input-otp": "^1.4.2",
|
|
50
85
|
"lucide-react": "^0.577.0",
|
|
51
|
-
"nprogress": "^0.2.0",
|
|
52
86
|
"tailwind-merge": "^3.5.0",
|
|
53
87
|
"tw-animate-css": "^1.4.0"
|
|
54
88
|
},
|
|
55
89
|
"peerDependencies": {
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"react": "^
|
|
59
|
-
"react-dom": "^19.0.0",
|
|
60
|
-
"tailwindcss": "^4.0.0",
|
|
90
|
+
"@hookform/resolvers": "^5.0.0",
|
|
91
|
+
"date-fns": "^4.0.0",
|
|
92
|
+
"embla-carousel-react": "^8.0.0",
|
|
61
93
|
"framer-motion": "^12.0.0",
|
|
62
|
-
"
|
|
94
|
+
"next": "^16.0.0",
|
|
95
|
+
"next-themes": "^0.4.0",
|
|
96
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
97
|
+
"react-day-picker": "^9.0.0",
|
|
98
|
+
"react-dom": "^18.2.0 || ^19.0.0",
|
|
63
99
|
"react-hook-form": "^7.0.0",
|
|
64
|
-
"
|
|
65
|
-
"
|
|
100
|
+
"react-resizable-panels": "^4.0.0",
|
|
101
|
+
"recharts": "^3.0.0",
|
|
66
102
|
"sonner": "^2.0.0",
|
|
67
103
|
"vaul": "^1.0.0",
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
"
|
|
104
|
+
"zod": "^4.0.0"
|
|
105
|
+
},
|
|
106
|
+
"peerDependenciesMeta": {
|
|
107
|
+
"@hookform/resolvers": {
|
|
108
|
+
"optional": true
|
|
109
|
+
},
|
|
110
|
+
"date-fns": {
|
|
111
|
+
"optional": true
|
|
112
|
+
},
|
|
113
|
+
"embla-carousel-react": {
|
|
114
|
+
"optional": true
|
|
115
|
+
},
|
|
116
|
+
"react-day-picker": {
|
|
117
|
+
"optional": true
|
|
118
|
+
},
|
|
119
|
+
"react-hook-form": {
|
|
120
|
+
"optional": true
|
|
121
|
+
},
|
|
122
|
+
"react-resizable-panels": {
|
|
123
|
+
"optional": true
|
|
124
|
+
},
|
|
125
|
+
"recharts": {
|
|
126
|
+
"optional": true
|
|
127
|
+
},
|
|
128
|
+
"sonner": {
|
|
129
|
+
"optional": true
|
|
130
|
+
},
|
|
131
|
+
"vaul": {
|
|
132
|
+
"optional": true
|
|
133
|
+
},
|
|
134
|
+
"zod": {
|
|
135
|
+
"optional": true
|
|
136
|
+
}
|
|
72
137
|
},
|
|
73
138
|
"devDependencies": {
|
|
74
|
-
"@types/nprogress": "^0.2.3",
|
|
75
139
|
"@types/react": "^19.2.14",
|
|
76
140
|
"@types/react-dom": "^19.2.3",
|
|
77
141
|
"next": "16.2.3",
|