@work-rjkashyap/unified-ui 0.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.
Files changed (60) hide show
  1. package/CHANGELOG.md +152 -0
  2. package/README.md +365 -0
  3. package/dist/chunk-2JFREULQ.cjs +29 -0
  4. package/dist/chunk-2RGLRX6K.cjs +279 -0
  5. package/dist/chunk-3HHJAYQI.cjs +469 -0
  6. package/dist/chunk-5S5DMH5G.cjs +5983 -0
  7. package/dist/chunk-BIW2RPDU.cjs +73 -0
  8. package/dist/chunk-CWETOWRM.mjs +456 -0
  9. package/dist/chunk-ECIGDEAH.cjs +140 -0
  10. package/dist/chunk-EO4WROWH.mjs +432 -0
  11. package/dist/chunk-EZ2L3XPS.mjs +83 -0
  12. package/dist/chunk-I74E52C5.mjs +271 -0
  13. package/dist/chunk-ITBG42M5.mjs +133 -0
  14. package/dist/chunk-IWJ5VMZ7.mjs +323 -0
  15. package/dist/chunk-KHON2AEM.cjs +342 -0
  16. package/dist/chunk-LSNKPQP7.cjs +58 -0
  17. package/dist/chunk-M2LNQWOB.mjs +63 -0
  18. package/dist/chunk-NMPHV6ZD.mjs +27 -0
  19. package/dist/chunk-QXR4VY7Q.cjs +268 -0
  20. package/dist/chunk-SSGN5QDC.mjs +248 -0
  21. package/dist/chunk-X2WCY4VB.mjs +5836 -0
  22. package/dist/chunk-XCKK6P46.cjs +91 -0
  23. package/dist/chunk-ZBN26FLO.mjs +46 -0
  24. package/dist/chunk-ZPIPKY2J.cjs +478 -0
  25. package/dist/components.cjs +477 -0
  26. package/dist/components.d.cts +3077 -0
  27. package/dist/components.d.ts +3077 -0
  28. package/dist/components.mjs +4 -0
  29. package/dist/index.cjs +1027 -0
  30. package/dist/index.d.cts +30 -0
  31. package/dist/index.d.ts +30 -0
  32. package/dist/index.mjs +17 -0
  33. package/dist/motion-D9wQbcKL.d.cts +80 -0
  34. package/dist/motion-D9wQbcKL.d.ts +80 -0
  35. package/dist/motion.cjs +216 -0
  36. package/dist/motion.d.cts +104 -0
  37. package/dist/motion.d.ts +104 -0
  38. package/dist/motion.mjs +3 -0
  39. package/dist/primitives.cjs +57 -0
  40. package/dist/primitives.d.cts +390 -0
  41. package/dist/primitives.d.ts +390 -0
  42. package/dist/primitives.mjs +4 -0
  43. package/dist/theme.cjs +38 -0
  44. package/dist/theme.d.cts +117 -0
  45. package/dist/theme.d.ts +117 -0
  46. package/dist/theme.mjs +5 -0
  47. package/dist/tokens.cjs +137 -0
  48. package/dist/tokens.d.cts +30 -0
  49. package/dist/tokens.d.ts +30 -0
  50. package/dist/tokens.mjs +4 -0
  51. package/dist/typography-DlvVjEdE.d.cts +146 -0
  52. package/dist/typography-DlvVjEdE.d.ts +146 -0
  53. package/dist/utils.cjs +164 -0
  54. package/dist/utils.d.cts +521 -0
  55. package/dist/utils.d.ts +521 -0
  56. package/dist/utils.mjs +3 -0
  57. package/dist/z-index-B_nTQ3qo.d.cts +422 -0
  58. package/dist/z-index-B_nTQ3qo.d.ts +422 -0
  59. package/package.json +183 -0
  60. package/styles.css +500 -0
@@ -0,0 +1,422 @@
1
+ declare const slate: {
2
+ readonly 50: "248 250 252";
3
+ readonly 100: "241 245 249";
4
+ readonly 200: "226 232 240";
5
+ readonly 300: "203 213 225";
6
+ readonly 400: "148 163 184";
7
+ readonly 500: "100 116 139";
8
+ readonly 600: "71 85 105";
9
+ readonly 700: "51 65 85";
10
+ readonly 800: "30 41 59";
11
+ readonly 900: "15 23 42";
12
+ readonly 950: "2 6 23";
13
+ };
14
+ declare const gray: {
15
+ readonly 50: "249 250 251";
16
+ readonly 100: "243 244 246";
17
+ readonly 200: "229 231 235";
18
+ readonly 300: "209 213 219";
19
+ readonly 400: "156 163 175";
20
+ readonly 500: "107 114 128";
21
+ readonly 600: "75 85 99";
22
+ readonly 700: "55 65 81";
23
+ readonly 800: "31 41 55";
24
+ readonly 900: "17 24 39";
25
+ readonly 950: "3 7 18";
26
+ };
27
+ declare const zinc: {
28
+ readonly 50: "250 250 250";
29
+ readonly 100: "244 244 245";
30
+ readonly 200: "228 228 231";
31
+ readonly 300: "212 212 216";
32
+ readonly 400: "161 161 170";
33
+ readonly 500: "113 113 122";
34
+ readonly 600: "82 82 91";
35
+ readonly 700: "63 63 70";
36
+ readonly 800: "39 39 42";
37
+ readonly 900: "24 24 27";
38
+ readonly 950: "9 9 11";
39
+ };
40
+ declare const brand: {
41
+ readonly 50: "238 242 255";
42
+ readonly 100: "224 231 255";
43
+ readonly 200: "199 210 254";
44
+ readonly 300: "165 180 252";
45
+ readonly 400: "129 140 248";
46
+ readonly 500: "99 102 241";
47
+ readonly 600: "79 70 229";
48
+ readonly 700: "67 56 202";
49
+ readonly 800: "55 48 163";
50
+ readonly 900: "49 46 129";
51
+ readonly 950: "30 27 75";
52
+ };
53
+ declare const blue: {
54
+ readonly 50: "239 246 255";
55
+ readonly 100: "219 234 254";
56
+ readonly 200: "191 219 254";
57
+ readonly 300: "147 197 253";
58
+ readonly 400: "96 165 250";
59
+ readonly 500: "59 130 246";
60
+ readonly 600: "37 99 235";
61
+ readonly 700: "29 78 216";
62
+ readonly 800: "30 64 175";
63
+ readonly 900: "30 58 138";
64
+ readonly 950: "23 37 84";
65
+ };
66
+ declare const green: {
67
+ readonly 50: "240 253 244";
68
+ readonly 100: "220 252 231";
69
+ readonly 200: "187 247 208";
70
+ readonly 300: "134 239 172";
71
+ readonly 400: "74 222 128";
72
+ readonly 500: "34 197 94";
73
+ readonly 600: "22 163 74";
74
+ readonly 700: "21 128 61";
75
+ readonly 800: "22 101 52";
76
+ readonly 900: "20 83 45";
77
+ readonly 950: "5 46 22";
78
+ };
79
+ declare const amber: {
80
+ readonly 50: "255 251 235";
81
+ readonly 100: "254 243 199";
82
+ readonly 200: "253 230 138";
83
+ readonly 300: "252 211 77";
84
+ readonly 400: "251 191 36";
85
+ readonly 500: "245 158 11";
86
+ readonly 600: "217 119 6";
87
+ readonly 700: "180 83 9";
88
+ readonly 800: "146 64 14";
89
+ readonly 900: "120 53 15";
90
+ readonly 950: "69 26 3";
91
+ };
92
+ declare const red: {
93
+ readonly 50: "254 242 242";
94
+ readonly 100: "254 226 226";
95
+ readonly 200: "254 202 202";
96
+ readonly 300: "252 165 165";
97
+ readonly 400: "248 113 113";
98
+ readonly 500: "239 68 68";
99
+ readonly 600: "220 38 38";
100
+ readonly 700: "185 28 28";
101
+ readonly 800: "153 27 27";
102
+ readonly 900: "127 29 29";
103
+ readonly 950: "69 10 10";
104
+ };
105
+ declare const teal: {
106
+ readonly 50: "240 253 250";
107
+ readonly 100: "204 251 241";
108
+ readonly 200: "153 246 228";
109
+ readonly 300: "94 234 212";
110
+ readonly 400: "45 212 191";
111
+ readonly 500: "20 184 166";
112
+ readonly 600: "13 148 136";
113
+ readonly 700: "15 118 110";
114
+ readonly 800: "17 94 89";
115
+ readonly 900: "19 78 74";
116
+ readonly 950: "4 47 46";
117
+ };
118
+ declare const pure: {
119
+ readonly white: "255 255 255";
120
+ readonly black: "0 0 0";
121
+ readonly transparent: "transparent";
122
+ };
123
+ declare const neutral: {
124
+ readonly 50: "250 250 250";
125
+ readonly 100: "244 244 245";
126
+ readonly 200: "228 228 231";
127
+ readonly 300: "212 212 216";
128
+ readonly 400: "161 161 170";
129
+ readonly 500: "113 113 122";
130
+ readonly 600: "82 82 91";
131
+ readonly 700: "63 63 70";
132
+ readonly 800: "39 39 42";
133
+ readonly 900: "24 24 27";
134
+ readonly 950: "9 9 11";
135
+ };
136
+ declare const semanticLight: {
137
+ readonly background: "255 255 255";
138
+ readonly foreground: "9 9 11";
139
+ readonly surface: "250 250 250";
140
+ readonly surfaceRaised: "255 255 255";
141
+ readonly surfaceOverlay: "244 244 245";
142
+ readonly muted: "244 244 245";
143
+ readonly mutedForeground: "82 82 91";
144
+ readonly primary: "79 70 229";
145
+ readonly primaryForeground: "255 255 255";
146
+ readonly primaryHover: "67 56 202";
147
+ readonly primaryActive: "55 48 163";
148
+ readonly primaryMuted: "238 242 255";
149
+ readonly primaryMutedForeground: "67 56 202";
150
+ readonly secondary: "244 244 245";
151
+ readonly secondaryForeground: "24 24 27";
152
+ readonly secondaryHover: "228 228 231";
153
+ readonly secondaryActive: "212 212 216";
154
+ readonly success: "22 163 74";
155
+ readonly successForeground: "9 9 11";
156
+ readonly successMuted: "240 253 244";
157
+ readonly successMutedForeground: "21 128 61";
158
+ readonly warning: "245 158 11";
159
+ readonly warningForeground: "9 9 11";
160
+ readonly warningMuted: "255 251 235";
161
+ readonly warningMutedForeground: "180 83 9";
162
+ readonly danger: "220 38 38";
163
+ readonly dangerForeground: "255 255 255";
164
+ readonly dangerHover: "185 28 28";
165
+ readonly dangerActive: "153 27 27";
166
+ readonly dangerMuted: "254 242 242";
167
+ readonly dangerMutedForeground: "185 28 28";
168
+ readonly info: "37 99 235";
169
+ readonly infoForeground: "255 255 255";
170
+ readonly infoMuted: "239 246 255";
171
+ readonly infoMutedForeground: "29 78 216";
172
+ readonly border: "188 188 194";
173
+ readonly borderMuted: "244 244 245";
174
+ readonly borderStrong: "148 148 157";
175
+ readonly focusRing: "99 102 241";
176
+ readonly input: "148 148 157";
177
+ readonly inputForeground: "24 24 27";
178
+ readonly inputPlaceholder: "113 113 122";
179
+ readonly disabled: "244 244 245";
180
+ readonly disabledForeground: "120 120 129";
181
+ };
182
+ declare const semanticDark: {
183
+ readonly background: "9 9 11";
184
+ readonly foreground: "250 250 250";
185
+ readonly surface: "24 24 27";
186
+ readonly surfaceRaised: "39 39 42";
187
+ readonly surfaceOverlay: "39 39 42";
188
+ readonly muted: "39 39 42";
189
+ readonly mutedForeground: "161 161 170";
190
+ readonly primary: "129 140 248";
191
+ readonly primaryForeground: "24 24 27";
192
+ readonly primaryHover: "165 180 252";
193
+ readonly primaryActive: "199 210 254";
194
+ readonly primaryMuted: "30 27 75";
195
+ readonly primaryMutedForeground: "165 180 252";
196
+ readonly secondary: "39 39 42";
197
+ readonly secondaryForeground: "244 244 245";
198
+ readonly secondaryHover: "63 63 70";
199
+ readonly secondaryActive: "82 82 91";
200
+ readonly success: "34 197 94";
201
+ readonly successForeground: "9 9 11";
202
+ readonly successMuted: "5 46 22";
203
+ readonly successMutedForeground: "134 239 172";
204
+ readonly warning: "251 191 36";
205
+ readonly warningForeground: "9 9 11";
206
+ readonly warningMuted: "69 26 3";
207
+ readonly warningMutedForeground: "252 211 77";
208
+ readonly danger: "239 68 68";
209
+ readonly dangerForeground: "9 9 11";
210
+ readonly dangerHover: "248 113 113";
211
+ readonly dangerActive: "252 165 165";
212
+ readonly dangerMuted: "69 10 10";
213
+ readonly dangerMutedForeground: "252 165 165";
214
+ readonly info: "96 165 250";
215
+ readonly infoForeground: "9 9 11";
216
+ readonly infoMuted: "23 37 84";
217
+ readonly infoMutedForeground: "147 197 253";
218
+ readonly border: "82 82 91";
219
+ readonly borderMuted: "39 39 42";
220
+ readonly borderStrong: "113 113 122";
221
+ readonly focusRing: "129 140 248";
222
+ readonly input: "96 96 105";
223
+ readonly inputForeground: "250 250 250";
224
+ readonly inputPlaceholder: "137 137 145";
225
+ readonly disabled: "39 39 42";
226
+ readonly disabledForeground: "113 113 122";
227
+ };
228
+ type ColorScale = Record<string, string>;
229
+ type SemanticColors = typeof semanticLight;
230
+ type SemanticColorKey = keyof SemanticColors;
231
+ declare const palettes: {
232
+ readonly slate: {
233
+ readonly 50: "248 250 252";
234
+ readonly 100: "241 245 249";
235
+ readonly 200: "226 232 240";
236
+ readonly 300: "203 213 225";
237
+ readonly 400: "148 163 184";
238
+ readonly 500: "100 116 139";
239
+ readonly 600: "71 85 105";
240
+ readonly 700: "51 65 85";
241
+ readonly 800: "30 41 59";
242
+ readonly 900: "15 23 42";
243
+ readonly 950: "2 6 23";
244
+ };
245
+ readonly gray: {
246
+ readonly 50: "249 250 251";
247
+ readonly 100: "243 244 246";
248
+ readonly 200: "229 231 235";
249
+ readonly 300: "209 213 219";
250
+ readonly 400: "156 163 175";
251
+ readonly 500: "107 114 128";
252
+ readonly 600: "75 85 99";
253
+ readonly 700: "55 65 81";
254
+ readonly 800: "31 41 55";
255
+ readonly 900: "17 24 39";
256
+ readonly 950: "3 7 18";
257
+ };
258
+ readonly zinc: {
259
+ readonly 50: "250 250 250";
260
+ readonly 100: "244 244 245";
261
+ readonly 200: "228 228 231";
262
+ readonly 300: "212 212 216";
263
+ readonly 400: "161 161 170";
264
+ readonly 500: "113 113 122";
265
+ readonly 600: "82 82 91";
266
+ readonly 700: "63 63 70";
267
+ readonly 800: "39 39 42";
268
+ readonly 900: "24 24 27";
269
+ readonly 950: "9 9 11";
270
+ };
271
+ readonly brand: {
272
+ readonly 50: "238 242 255";
273
+ readonly 100: "224 231 255";
274
+ readonly 200: "199 210 254";
275
+ readonly 300: "165 180 252";
276
+ readonly 400: "129 140 248";
277
+ readonly 500: "99 102 241";
278
+ readonly 600: "79 70 229";
279
+ readonly 700: "67 56 202";
280
+ readonly 800: "55 48 163";
281
+ readonly 900: "49 46 129";
282
+ readonly 950: "30 27 75";
283
+ };
284
+ readonly blue: {
285
+ readonly 50: "239 246 255";
286
+ readonly 100: "219 234 254";
287
+ readonly 200: "191 219 254";
288
+ readonly 300: "147 197 253";
289
+ readonly 400: "96 165 250";
290
+ readonly 500: "59 130 246";
291
+ readonly 600: "37 99 235";
292
+ readonly 700: "29 78 216";
293
+ readonly 800: "30 64 175";
294
+ readonly 900: "30 58 138";
295
+ readonly 950: "23 37 84";
296
+ };
297
+ readonly green: {
298
+ readonly 50: "240 253 244";
299
+ readonly 100: "220 252 231";
300
+ readonly 200: "187 247 208";
301
+ readonly 300: "134 239 172";
302
+ readonly 400: "74 222 128";
303
+ readonly 500: "34 197 94";
304
+ readonly 600: "22 163 74";
305
+ readonly 700: "21 128 61";
306
+ readonly 800: "22 101 52";
307
+ readonly 900: "20 83 45";
308
+ readonly 950: "5 46 22";
309
+ };
310
+ readonly amber: {
311
+ readonly 50: "255 251 235";
312
+ readonly 100: "254 243 199";
313
+ readonly 200: "253 230 138";
314
+ readonly 300: "252 211 77";
315
+ readonly 400: "251 191 36";
316
+ readonly 500: "245 158 11";
317
+ readonly 600: "217 119 6";
318
+ readonly 700: "180 83 9";
319
+ readonly 800: "146 64 14";
320
+ readonly 900: "120 53 15";
321
+ readonly 950: "69 26 3";
322
+ };
323
+ readonly red: {
324
+ readonly 50: "254 242 242";
325
+ readonly 100: "254 226 226";
326
+ readonly 200: "254 202 202";
327
+ readonly 300: "252 165 165";
328
+ readonly 400: "248 113 113";
329
+ readonly 500: "239 68 68";
330
+ readonly 600: "220 38 38";
331
+ readonly 700: "185 28 28";
332
+ readonly 800: "153 27 27";
333
+ readonly 900: "127 29 29";
334
+ readonly 950: "69 10 10";
335
+ };
336
+ readonly teal: {
337
+ readonly 50: "240 253 250";
338
+ readonly 100: "204 251 241";
339
+ readonly 200: "153 246 228";
340
+ readonly 300: "94 234 212";
341
+ readonly 400: "45 212 191";
342
+ readonly 500: "20 184 166";
343
+ readonly 600: "13 148 136";
344
+ readonly 700: "15 118 110";
345
+ readonly 800: "17 94 89";
346
+ readonly 900: "19 78 74";
347
+ readonly 950: "4 47 46";
348
+ };
349
+ };
350
+
351
+ declare const radius: {
352
+ /** No rounding */
353
+ readonly none: "0px";
354
+ /** Barely perceptible — tags, micro elements */
355
+ readonly sm: "4px";
356
+ /** Default for buttons, inputs, cards */
357
+ readonly md: "6px";
358
+ /** Dialogs, sheets, popovers, dropdowns */
359
+ readonly lg: "8px";
360
+ /** Larger containers, modals */
361
+ readonly xl: "12px";
362
+ /** Full pill / circle — avatars, toggle pills */
363
+ readonly full: "9999px";
364
+ };
365
+ type Radius = keyof typeof radius;
366
+ type RadiusValue = (typeof radius)[Radius];
367
+
368
+ declare const shadow: {
369
+ /** No shadow — flush with the surface */
370
+ readonly none: "none";
371
+ /** Subtle lift — cards on hover, slightly raised surfaces */
372
+ readonly xs: "0 1px 2px 0 rgb(0 0 0 / 0.05)";
373
+ /** Default card elevation — raised cards, wells */
374
+ readonly sm: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)";
375
+ /** Dropdowns, autocomplete menus, select panels */
376
+ readonly md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)";
377
+ /** Popovers, floating toolbars, sticky headers */
378
+ readonly lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)";
379
+ /** Dialogs, modals, command palettes */
380
+ readonly xl: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)";
381
+ /** Toast notifications, top-level overlays */
382
+ readonly "2xl": "0 25px 50px -12px rgb(0 0 0 / 0.25)";
383
+ /** Focus ring shadow — used alongside outline for focus indication */
384
+ readonly focusRing: "0 0 0 2px rgb(var(--ds-color-focus-ring) / 0.4)";
385
+ };
386
+ declare const shadowDark: {
387
+ readonly none: "none";
388
+ readonly xs: "0 1px 2px 0 rgb(0 0 0 / 0.2)";
389
+ readonly sm: "0 1px 3px 0 rgb(0 0 0 / 0.3), 0 1px 2px -1px rgb(0 0 0 / 0.3)";
390
+ readonly md: "0 4px 6px -1px rgb(0 0 0 / 0.35), 0 2px 4px -2px rgb(0 0 0 / 0.3)";
391
+ readonly lg: "0 10px 15px -3px rgb(0 0 0 / 0.35), 0 4px 6px -4px rgb(0 0 0 / 0.3)";
392
+ readonly xl: "0 20px 25px -5px rgb(0 0 0 / 0.4), 0 8px 10px -6px rgb(0 0 0 / 0.35)";
393
+ readonly "2xl": "0 25px 50px -12px rgb(0 0 0 / 0.5)";
394
+ readonly focusRing: "0 0 0 2px rgb(var(--ds-color-focus-ring) / 0.5)";
395
+ };
396
+ type Shadow = keyof typeof shadow;
397
+ type ShadowValue = (typeof shadow)[Shadow];
398
+
399
+ declare const zIndex: {
400
+ /** Default document flow — no explicit stacking */
401
+ readonly base: "0";
402
+ /** Dropdowns, select menus, autocomplete lists */
403
+ readonly dropdown: "10";
404
+ /** Sticky headers, floating action bars, pinned columns */
405
+ readonly sticky: "20";
406
+ /** Backdrop overlays behind modals and drawers */
407
+ readonly overlay: "30";
408
+ /** Modals, dialogs, sheets, drawers */
409
+ readonly modal: "40";
410
+ /** Popovers that must render above modals */
411
+ readonly popover: "50";
412
+ /** Toast notifications — always visible above all content */
413
+ readonly toast: "60";
414
+ /** Tooltips — highest interactive z-layer */
415
+ readonly tooltip: "70";
416
+ /** Emergency escape hatch — use sparingly and document why */
417
+ readonly max: "9999";
418
+ };
419
+ type ZIndex = keyof typeof zIndex;
420
+ type ZIndexValue = (typeof zIndex)[ZIndex];
421
+
422
+ export { type ColorScale as C, type Radius as R, type SemanticColorKey as S, type ZIndex as Z, type RadiusValue as a, type SemanticColors as b, type Shadow as c, type ShadowValue as d, type ZIndexValue as e, amber as f, blue as g, brand as h, gray as i, green as j, pure as k, red as l, semanticLight as m, neutral as n, shadow as o, palettes as p, shadowDark as q, radius as r, semanticDark as s, slate as t, teal as u, zinc as v, zIndex as z };
package/package.json ADDED
@@ -0,0 +1,183 @@
1
+ {
2
+ "name": "@work-rjkashyap/unified-ui",
3
+ "version": "0.1.0",
4
+ "description": "A scalable, token-driven React design system built with Tailwind CSS v4 and Framer Motion.",
5
+ "author": "Rajeshwar Kashyap",
6
+ "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/work-rjkashyap/unified-ui",
10
+ "directory": "packages/unified-ui"
11
+ },
12
+ "type": "module",
13
+ "main": "./dist/index.cjs",
14
+ "module": "./dist/index.mjs",
15
+ "types": "./dist/index.d.ts",
16
+ "sideEffects": [
17
+ "./styles.css",
18
+ "./dist/**/*.css"
19
+ ],
20
+ "exports": {
21
+ ".": {
22
+ "import": {
23
+ "types": "./dist/index.d.ts",
24
+ "default": "./dist/index.mjs"
25
+ },
26
+ "require": {
27
+ "types": "./dist/index.d.cts",
28
+ "default": "./dist/index.cjs"
29
+ }
30
+ },
31
+ "./tokens": {
32
+ "import": {
33
+ "types": "./dist/tokens.d.ts",
34
+ "default": "./dist/tokens.mjs"
35
+ },
36
+ "require": {
37
+ "types": "./dist/tokens.d.cts",
38
+ "default": "./dist/tokens.cjs"
39
+ }
40
+ },
41
+ "./theme": {
42
+ "import": {
43
+ "types": "./dist/theme.d.ts",
44
+ "default": "./dist/theme.mjs"
45
+ },
46
+ "require": {
47
+ "types": "./dist/theme.d.cts",
48
+ "default": "./dist/theme.cjs"
49
+ }
50
+ },
51
+ "./primitives": {
52
+ "import": {
53
+ "types": "./dist/primitives.d.ts",
54
+ "default": "./dist/primitives.mjs"
55
+ },
56
+ "require": {
57
+ "types": "./dist/primitives.d.cts",
58
+ "default": "./dist/primitives.cjs"
59
+ }
60
+ },
61
+ "./components": {
62
+ "import": {
63
+ "types": "./dist/components.d.ts",
64
+ "default": "./dist/components.mjs"
65
+ },
66
+ "require": {
67
+ "types": "./dist/components.d.cts",
68
+ "default": "./dist/components.cjs"
69
+ }
70
+ },
71
+ "./motion": {
72
+ "import": {
73
+ "types": "./dist/motion.d.ts",
74
+ "default": "./dist/motion.mjs"
75
+ },
76
+ "require": {
77
+ "types": "./dist/motion.d.cts",
78
+ "default": "./dist/motion.cjs"
79
+ }
80
+ },
81
+ "./utils": {
82
+ "import": {
83
+ "types": "./dist/utils.d.ts",
84
+ "default": "./dist/utils.mjs"
85
+ },
86
+ "require": {
87
+ "types": "./dist/utils.d.cts",
88
+ "default": "./dist/utils.cjs"
89
+ }
90
+ },
91
+ "./styles.css": "./styles.css"
92
+ },
93
+ "typesVersions": {
94
+ "*": {
95
+ "tokens": ["./dist/tokens.d.ts"],
96
+ "theme": ["./dist/theme.d.ts"],
97
+ "primitives": ["./dist/primitives.d.ts"],
98
+ "components": ["./dist/components.d.ts"],
99
+ "motion": ["./dist/motion.d.ts"],
100
+ "utils": ["./dist/utils.d.ts"]
101
+ }
102
+ },
103
+ "files": [
104
+ "dist",
105
+ "styles.css",
106
+ "README.md",
107
+ "CHANGELOG.md"
108
+ ],
109
+ "scripts": {
110
+ "build": "tsup",
111
+ "build:watch": "tsup --watch",
112
+ "dev": "tsup --watch",
113
+ "clean": "rm -rf dist",
114
+ "typecheck": "tsc --noEmit",
115
+ "prepublishOnly": "npm run clean && npm run build"
116
+ },
117
+ "keywords": [
118
+ "react",
119
+ "design-system",
120
+ "tailwindcss",
121
+ "tailwind",
122
+ "components",
123
+ "ui",
124
+ "unified-ui",
125
+ "tokens",
126
+ "framer-motion",
127
+ "accessibility",
128
+ "radix-ui"
129
+ ],
130
+ "peerDependencies": {
131
+ "react": ">=19.0.0",
132
+ "react-dom": ">=19.0.0",
133
+ "tailwindcss": ">=4.0.0"
134
+ },
135
+ "peerDependenciesMeta": {
136
+ "tailwindcss": {
137
+ "optional": true
138
+ }
139
+ },
140
+ "dependencies": {
141
+ "class-variance-authority": "^0.7.1",
142
+ "clsx": "^2.1.1",
143
+ "tailwind-merge": "^3.4.0"
144
+ },
145
+ "optionalDependencies": {
146
+ "framer-motion": ">=12.0.0",
147
+ "@radix-ui/react-accordion": ">=1.2.0",
148
+ "@radix-ui/react-checkbox": ">=1.3.0",
149
+ "@radix-ui/react-dialog": ">=1.1.0",
150
+ "@radix-ui/react-dropdown-menu": ">=2.1.0",
151
+ "@radix-ui/react-popover": ">=1.1.0",
152
+ "@radix-ui/react-radio-group": ">=1.3.0",
153
+ "@radix-ui/react-select": ">=2.2.0",
154
+ "@radix-ui/react-switch": ">=1.2.0",
155
+ "@radix-ui/react-tabs": ">=1.1.0",
156
+ "@radix-ui/react-tooltip": ">=1.2.0"
157
+ },
158
+ "devDependencies": {
159
+ "@types/react": "^19.2.8",
160
+ "@types/react-dom": "^19.2.3",
161
+ "framer-motion": "^12.34.3",
162
+ "react": "^19.2.3",
163
+ "react-dom": "^19.2.3",
164
+ "tsup": "^8.5.1",
165
+ "typescript": "^5.9.3",
166
+ "@radix-ui/react-accordion": "^1.2.12",
167
+ "@radix-ui/react-checkbox": "^1.3.3",
168
+ "@radix-ui/react-dialog": "^1.1.15",
169
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
170
+ "@radix-ui/react-popover": "^1.1.15",
171
+ "@radix-ui/react-radio-group": "^1.3.8",
172
+ "@radix-ui/react-select": "^2.2.6",
173
+ "@radix-ui/react-switch": "^1.2.6",
174
+ "@radix-ui/react-tabs": "^1.1.13",
175
+ "@radix-ui/react-tooltip": "^1.2.8"
176
+ },
177
+ "publishConfig": {
178
+ "access": "public"
179
+ },
180
+ "engines": {
181
+ "node": ">=20.0.0"
182
+ }
183
+ }