@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasflare/ui",
3
- "version": "1.0.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.4.3",
45
- "@base-ui/react": "^1.2.0",
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
- "next": "16.2.3",
57
- "next-themes": "^0.4.0",
58
- "react": "^19.0.0",
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
- "recharts": "^3.0.0",
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
- "@hookform/resolvers": "^5.0.0",
65
- "zod": "^4.0.0",
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
- "react-day-picker": "^9.0.0",
69
- "date-fns": "^4.0.0",
70
- "embla-carousel-react": "^8.0.0",
71
- "react-resizable-panels": "^4.0.0"
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",