@nextui-org/theme 0.0.0-dev-v2-20230326012034

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 (181) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +24 -0
  3. package/colors.d.ts +1 -0
  4. package/colors.js +1 -0
  5. package/dist/animations/index.d.ts +57 -0
  6. package/dist/animations/index.js +84 -0
  7. package/dist/animations/index.mjs +6 -0
  8. package/dist/chunk-37PIXVP4.mjs +33 -0
  9. package/dist/chunk-45FXWIO6.mjs +70 -0
  10. package/dist/chunk-5OE5CWK6.mjs +84 -0
  11. package/dist/chunk-5SJ7B53O.mjs +0 -0
  12. package/dist/chunk-5Z3NCB7W.mjs +391 -0
  13. package/dist/chunk-7BYRB2YS.mjs +386 -0
  14. package/dist/chunk-7MQD7UA2.mjs +16 -0
  15. package/dist/chunk-B5S7HT6N.mjs +44 -0
  16. package/dist/chunk-CMYR6AOY.mjs +0 -0
  17. package/dist/chunk-CO6ANWRA.mjs +125 -0
  18. package/dist/chunk-CRCBVLUP.mjs +38 -0
  19. package/dist/chunk-D4TJV7NY.mjs +206 -0
  20. package/dist/chunk-DCEG5LGX.mjs +17 -0
  21. package/dist/chunk-FS36US4S.mjs +25 -0
  22. package/dist/chunk-HHWXPWYN.mjs +13 -0
  23. package/dist/chunk-IJCHUO4J.mjs +38 -0
  24. package/dist/chunk-K7LK7NCE.mjs +0 -0
  25. package/dist/chunk-KZJBCC2H.mjs +17 -0
  26. package/dist/chunk-L2OL7R23.mjs +17 -0
  27. package/dist/chunk-LGGZKBOO.mjs +77 -0
  28. package/dist/chunk-M63AFAHO.mjs +0 -0
  29. package/dist/chunk-MLH3XSY7.mjs +14 -0
  30. package/dist/chunk-NJQP2VWT.mjs +160 -0
  31. package/dist/chunk-OIVGIOVG.mjs +9 -0
  32. package/dist/chunk-OR5PUD24.mjs +17 -0
  33. package/dist/chunk-OSARGUKT.mjs +326 -0
  34. package/dist/chunk-QIC7EALL.mjs +277 -0
  35. package/dist/chunk-QMP2FDFR.mjs +240 -0
  36. package/dist/chunk-QPN3H4E3.mjs +60 -0
  37. package/dist/chunk-RD42SVXB.mjs +90 -0
  38. package/dist/chunk-T3GWIVAM.mjs +17 -0
  39. package/dist/chunk-TV7EJNXI.mjs +457 -0
  40. package/dist/chunk-U77YMEWM.mjs +13 -0
  41. package/dist/chunk-VB4T62HR.mjs +159 -0
  42. package/dist/chunk-VKFQ7EZN.mjs +17 -0
  43. package/dist/chunk-WQEDQHKX.mjs +0 -0
  44. package/dist/chunk-Y37XC5QN.mjs +169 -0
  45. package/dist/chunk-Y4YW5MKL.mjs +17 -0
  46. package/dist/chunk-Y52EXP4A.mjs +142 -0
  47. package/dist/chunk-YYBLBQIV.mjs +16 -0
  48. package/dist/chunk-YZYGFPNK.mjs +17 -0
  49. package/dist/chunk-Z5OKZPNV.mjs +190 -0
  50. package/dist/colors/blue.d.ts +14 -0
  51. package/dist/colors/blue.js +41 -0
  52. package/dist/colors/blue.mjs +6 -0
  53. package/dist/colors/common.d.ts +91 -0
  54. package/dist/colors/common.js +140 -0
  55. package/dist/colors/common.mjs +13 -0
  56. package/dist/colors/cyan.d.ts +14 -0
  57. package/dist/colors/cyan.js +41 -0
  58. package/dist/colors/cyan.mjs +6 -0
  59. package/dist/colors/green.d.ts +14 -0
  60. package/dist/colors/green.js +41 -0
  61. package/dist/colors/green.mjs +6 -0
  62. package/dist/colors/index.d.ts +97 -0
  63. package/dist/colors/index.js +306 -0
  64. package/dist/colors/index.mjs +23 -0
  65. package/dist/colors/pink.d.ts +14 -0
  66. package/dist/colors/pink.js +41 -0
  67. package/dist/colors/pink.mjs +6 -0
  68. package/dist/colors/purple.d.ts +14 -0
  69. package/dist/colors/purple.js +41 -0
  70. package/dist/colors/purple.mjs +6 -0
  71. package/dist/colors/red.d.ts +14 -0
  72. package/dist/colors/red.js +41 -0
  73. package/dist/colors/red.mjs +6 -0
  74. package/dist/colors/semantic.d.ts +10 -0
  75. package/dist/colors/semantic.js +298 -0
  76. package/dist/colors/semantic.mjs +19 -0
  77. package/dist/colors/types.d.ts +37 -0
  78. package/dist/colors/types.js +18 -0
  79. package/dist/colors/types.mjs +1 -0
  80. package/dist/colors/yellow.d.ts +14 -0
  81. package/dist/colors/yellow.js +41 -0
  82. package/dist/colors/yellow.mjs +6 -0
  83. package/dist/colors.d.ts +4 -0
  84. package/dist/colors.js +306 -0
  85. package/dist/colors.mjs +24 -0
  86. package/dist/components/accordion-item.d.ts +135 -0
  87. package/dist/components/accordion-item.js +122 -0
  88. package/dist/components/accordion-item.mjs +10 -0
  89. package/dist/components/accordion.d.ts +30 -0
  90. package/dist/components/accordion.js +40 -0
  91. package/dist/components/accordion.mjs +6 -0
  92. package/dist/components/avatar-group.d.ts +26 -0
  93. package/dist/components/avatar-group.js +38 -0
  94. package/dist/components/avatar-group.mjs +6 -0
  95. package/dist/components/avatar.d.ts +211 -0
  96. package/dist/components/avatar.js +315 -0
  97. package/dist/components/avatar.mjs +10 -0
  98. package/dist/components/badge.d.ts +235 -0
  99. package/dist/components/badge.js +487 -0
  100. package/dist/components/badge.mjs +10 -0
  101. package/dist/components/button-group.d.ts +26 -0
  102. package/dist/components/button-group.js +41 -0
  103. package/dist/components/button-group.mjs +6 -0
  104. package/dist/components/button.d.ts +122 -0
  105. package/dist/components/button.js +429 -0
  106. package/dist/components/button.mjs +10 -0
  107. package/dist/components/card.d.ts +239 -0
  108. package/dist/components/card.js +222 -0
  109. package/dist/components/card.mjs +10 -0
  110. package/dist/components/checkbox-group.d.ts +32 -0
  111. package/dist/components/checkbox-group.js +37 -0
  112. package/dist/components/checkbox-group.mjs +6 -0
  113. package/dist/components/checkbox.d.ts +226 -0
  114. package/dist/components/checkbox.js +192 -0
  115. package/dist/components/checkbox.mjs +10 -0
  116. package/dist/components/chip.d.ts +274 -0
  117. package/dist/components/chip.js +560 -0
  118. package/dist/components/chip.mjs +10 -0
  119. package/dist/components/code.d.ts +68 -0
  120. package/dist/components/code.js +140 -0
  121. package/dist/components/code.mjs +10 -0
  122. package/dist/components/drip.d.ts +14 -0
  123. package/dist/components/drip.js +33 -0
  124. package/dist/components/drip.mjs +6 -0
  125. package/dist/components/index.d.ts +24 -0
  126. package/dist/components/index.js +3442 -0
  127. package/dist/components/index.mjs +95 -0
  128. package/dist/components/link.d.ts +74 -0
  129. package/dist/components/link.js +117 -0
  130. package/dist/components/link.mjs +10 -0
  131. package/dist/components/pagination.d.ts +201 -0
  132. package/dist/components/pagination.js +489 -0
  133. package/dist/components/pagination.mjs +10 -0
  134. package/dist/components/radio-group.d.ts +32 -0
  135. package/dist/components/radio-group.js +37 -0
  136. package/dist/components/radio-group.mjs +6 -0
  137. package/dist/components/radio.d.ts +271 -0
  138. package/dist/components/radio.js +201 -0
  139. package/dist/components/radio.mjs +10 -0
  140. package/dist/components/snippet.d.ts +184 -0
  141. package/dist/components/snippet.js +343 -0
  142. package/dist/components/snippet.mjs +10 -0
  143. package/dist/components/spinner.d.ts +192 -0
  144. package/dist/components/spinner.js +149 -0
  145. package/dist/components/spinner.mjs +6 -0
  146. package/dist/components/toggle.d.ts +197 -0
  147. package/dist/components/toggle.js +191 -0
  148. package/dist/components/toggle.mjs +10 -0
  149. package/dist/components/tooltip.d.ts +176 -0
  150. package/dist/components/tooltip.js +373 -0
  151. package/dist/components/tooltip.mjs +10 -0
  152. package/dist/components/user.d.ts +40 -0
  153. package/dist/components/user.js +57 -0
  154. package/dist/components/user.mjs +10 -0
  155. package/dist/index.d.ts +35 -0
  156. package/dist/index.js +3747 -0
  157. package/dist/index.mjs +138 -0
  158. package/dist/plugin.d.ts +38 -0
  159. package/dist/plugin.js +564 -0
  160. package/dist/plugin.mjs +151 -0
  161. package/dist/utilities/index.d.ts +72 -0
  162. package/dist/utilities/index.js +94 -0
  163. package/dist/utilities/index.mjs +6 -0
  164. package/dist/utils/index.d.ts +4 -0
  165. package/dist/utils/index.js +144 -0
  166. package/dist/utils/index.mjs +20 -0
  167. package/dist/utils/object.d.ts +4 -0
  168. package/dist/utils/object.js +58 -0
  169. package/dist/utils/object.mjs +8 -0
  170. package/dist/utils/styles.d.ts +20 -0
  171. package/dist/utils/styles.js +66 -0
  172. package/dist/utils/styles.mjs +14 -0
  173. package/dist/utils/types.d.ts +10 -0
  174. package/dist/utils/types.js +18 -0
  175. package/dist/utils/types.mjs +1 -0
  176. package/dist/utils/variants.d.ts +67 -0
  177. package/dist/utils/variants.js +101 -0
  178. package/dist/utils/variants.mjs +6 -0
  179. package/package.json +85 -0
  180. package/plugin.d.ts +1 -0
  181. package/plugin.js +1 -0
@@ -0,0 +1,386 @@
1
+ import {
2
+ colorVariants
3
+ } from "./chunk-LGGZKBOO.mjs";
4
+ import {
5
+ ringClasses
6
+ } from "./chunk-IJCHUO4J.mjs";
7
+
8
+ // src/components/pagination.ts
9
+ import { tv } from "tailwind-variants";
10
+ var pagination = tv({
11
+ slots: {
12
+ base: "flex flex-wrap relative items-center gap-1 max-w-fit",
13
+ item: "",
14
+ prev: "",
15
+ next: "",
16
+ cursor: [
17
+ "absolute",
18
+ "flex",
19
+ "overflow-visible",
20
+ "items-center",
21
+ "justify-center",
22
+ "origin-center",
23
+ "left-0"
24
+ ]
25
+ },
26
+ variants: {
27
+ variant: {
28
+ bordered: {
29
+ item: ["border-1.5", "border-neutral", "bg-transparent", "hover:bg-neutral-100"]
30
+ },
31
+ light: {
32
+ item: "bg-transparent"
33
+ },
34
+ flat: {},
35
+ faded: {
36
+ item: "border-1.5"
37
+ }
38
+ },
39
+ color: {
40
+ neutral: {
41
+ cursor: colorVariants.solid.neutral
42
+ },
43
+ primary: {
44
+ cursor: colorVariants.solid.primary
45
+ },
46
+ secondary: {
47
+ cursor: colorVariants.solid.secondary
48
+ },
49
+ success: {
50
+ cursor: colorVariants.solid.success
51
+ },
52
+ warning: {
53
+ cursor: colorVariants.solid.warning
54
+ },
55
+ danger: {
56
+ cursor: colorVariants.solid.danger
57
+ }
58
+ },
59
+ size: {
60
+ xs: {},
61
+ sm: {},
62
+ md: {},
63
+ lg: {},
64
+ xl: {}
65
+ },
66
+ radius: {
67
+ none: {},
68
+ base: {},
69
+ sm: {},
70
+ md: {},
71
+ lg: {},
72
+ xl: {},
73
+ full: {}
74
+ },
75
+ isCompact: {
76
+ true: {
77
+ base: "gap-0",
78
+ item: [
79
+ "first-of-type:rounded-r-none",
80
+ "last-of-type:rounded-l-none",
81
+ "[&:not(:first-of-type):not(:last-of-type)]:rounded-none"
82
+ ],
83
+ prev: "!rounded-r-none",
84
+ next: "!rounded-l-none"
85
+ }
86
+ },
87
+ isDisabled: {
88
+ true: {
89
+ base: "opacity-50 pointer-events-none"
90
+ }
91
+ },
92
+ isFocusVisible: {
93
+ true: {
94
+ wrapper: [...ringClasses]
95
+ }
96
+ },
97
+ showShadow: {
98
+ true: {}
99
+ },
100
+ disableAnimation: {
101
+ true: {
102
+ item: "transition-none",
103
+ cursor: "transition-none"
104
+ },
105
+ false: {
106
+ item: "transition-background",
107
+ cursor: ["transition-transform", "!duration-300"]
108
+ }
109
+ },
110
+ disableCursor: {
111
+ true: {
112
+ cursor: "hidden"
113
+ }
114
+ }
115
+ },
116
+ defaultVariants: {
117
+ variant: "flat",
118
+ color: "primary",
119
+ size: "md",
120
+ radius: "xl",
121
+ isCompact: false,
122
+ isDisabled: false,
123
+ showShadow: false,
124
+ disableAnimation: false,
125
+ disableCursor: false
126
+ },
127
+ compoundVariants: [
128
+ {
129
+ showShadow: true,
130
+ color: "neutral",
131
+ class: {
132
+ cursor: colorVariants.shadow.neutral
133
+ }
134
+ },
135
+ {
136
+ showShadow: true,
137
+ color: "primary",
138
+ class: {
139
+ cursor: colorVariants.shadow.primary
140
+ }
141
+ },
142
+ {
143
+ showShadow: true,
144
+ color: "secondary",
145
+ class: {
146
+ cursor: colorVariants.shadow.secondary
147
+ }
148
+ },
149
+ {
150
+ showShadow: true,
151
+ color: "success",
152
+ class: {
153
+ cursor: colorVariants.shadow.success
154
+ }
155
+ },
156
+ {
157
+ showShadow: true,
158
+ color: "warning",
159
+ class: {
160
+ cursor: colorVariants.shadow.warning
161
+ }
162
+ },
163
+ {
164
+ showShadow: true,
165
+ color: "danger",
166
+ class: {
167
+ cursor: colorVariants.shadow.danger
168
+ }
169
+ },
170
+ {
171
+ isCompact: true,
172
+ variant: "bordered",
173
+ class: {
174
+ item: "[&:not(:first-of-type)]:border-l-0"
175
+ }
176
+ },
177
+ {
178
+ disableCursor: true,
179
+ color: "neutral",
180
+ class: {
181
+ item: [
182
+ "data-[active=true]:bg-neutral-400",
183
+ "data-[active=true]:border-neutral-400",
184
+ "data-[active=true]:text-neutral-contrastText"
185
+ ]
186
+ }
187
+ },
188
+ {
189
+ disableCursor: true,
190
+ color: "primary",
191
+ class: {
192
+ item: [
193
+ "data-[active=true]:bg-primary",
194
+ "data-[active=true]:border-primary",
195
+ "data-[active=true]:text-primary-contrastText"
196
+ ]
197
+ }
198
+ },
199
+ {
200
+ disableCursor: true,
201
+ color: "secondary",
202
+ class: {
203
+ item: [
204
+ "data-[active=true]:bg-secondary",
205
+ "data-[active=true]:border-secondary",
206
+ "data-[active=true]:text-secondary-contrastText"
207
+ ]
208
+ }
209
+ },
210
+ {
211
+ disableCursor: true,
212
+ color: "success",
213
+ class: {
214
+ item: [
215
+ "data-[active=true]:bg-success",
216
+ "data-[active=true]:border-success",
217
+ "data-[active=true]:text-success-contrastText"
218
+ ]
219
+ }
220
+ },
221
+ {
222
+ disableCursor: true,
223
+ color: "warning",
224
+ class: {
225
+ item: [
226
+ "data-[active=true]:bg-warning",
227
+ "data-[active=true]:border-warning",
228
+ "data-[active=true]:text-warning-contrastText"
229
+ ]
230
+ }
231
+ },
232
+ {
233
+ disableCursor: true,
234
+ color: "danger",
235
+ class: {
236
+ item: [
237
+ "data-[active=true]:bg-danger",
238
+ "data-[active=true]:border-danger",
239
+ "data-[active=true]:text-danger-contrastText"
240
+ ]
241
+ }
242
+ },
243
+ {
244
+ disableCursor: true,
245
+ showShadow: true,
246
+ color: "neutral",
247
+ class: {
248
+ item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-neutral/50"]
249
+ }
250
+ },
251
+ {
252
+ disableCursor: true,
253
+ showShadow: true,
254
+ color: "primary",
255
+ class: {
256
+ item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-primary/40"]
257
+ }
258
+ },
259
+ {
260
+ disableCursor: true,
261
+ showShadow: true,
262
+ color: "secondary",
263
+ class: {
264
+ item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-secondary/40"]
265
+ }
266
+ },
267
+ {
268
+ disableCursor: true,
269
+ showShadow: true,
270
+ color: "success",
271
+ class: {
272
+ item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-success/40"]
273
+ }
274
+ },
275
+ {
276
+ disableCursor: true,
277
+ showShadow: true,
278
+ color: "warning",
279
+ class: {
280
+ item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-warning/40"]
281
+ }
282
+ },
283
+ {
284
+ disableCursor: true,
285
+ showShadow: true,
286
+ color: "danger",
287
+ class: {
288
+ item: ["data-[active=true]:shadow-lg", "data-[active=true]:shadow-danger/40"]
289
+ }
290
+ }
291
+ ],
292
+ compoundSlots: [
293
+ {
294
+ slots: ["item", "prev", "next"],
295
+ class: [
296
+ "flex",
297
+ "flex-wrap",
298
+ "truncate",
299
+ "box-border",
300
+ "outline-none",
301
+ "items-center",
302
+ "justify-center",
303
+ "text-neutral-contrastText"
304
+ ]
305
+ },
306
+ {
307
+ slots: ["item", "prev", "next"],
308
+ variant: "flat",
309
+ class: ["bg-neutral-100", "hover:bg-neutral-200", "active:bg-neutral-300"]
310
+ },
311
+ {
312
+ slots: ["item", "prev", "next"],
313
+ variant: "faded",
314
+ class: ["bg-neutral-100", "hover:bg-neutral-200", "active:bg-neutral-300"]
315
+ },
316
+ {
317
+ slots: ["item", "prev", "next"],
318
+ variant: "light",
319
+ class: ["hover:bg-neutral-100", "active:bg-neutral-200"]
320
+ },
321
+ {
322
+ slots: ["item", "cursor", "prev", "next"],
323
+ size: "xs",
324
+ class: "w-7 h-7 text-xs"
325
+ },
326
+ {
327
+ slots: ["item", "cursor", "prev", "next"],
328
+ size: "sm",
329
+ class: "w-8 h-8 text-sm"
330
+ },
331
+ {
332
+ slots: ["item", "cursor", "prev", "next"],
333
+ size: "md",
334
+ class: "w-9 h-9 text-sm"
335
+ },
336
+ {
337
+ slots: ["item", "cursor", "prev", "next"],
338
+ size: "lg",
339
+ class: "w-10 h-10 text-base"
340
+ },
341
+ {
342
+ slots: ["item", "cursor", "prev", "next"],
343
+ size: "xl",
344
+ class: "w-11 h-11 text-base"
345
+ },
346
+ {
347
+ slots: ["item", "cursor", "prev", "next"],
348
+ radius: "none",
349
+ class: "rounded-none"
350
+ },
351
+ {
352
+ slots: ["item", "cursor", "prev", "next"],
353
+ radius: "base",
354
+ class: "rounded-base"
355
+ },
356
+ {
357
+ slots: ["item", "cursor", "prev", "next"],
358
+ radius: "sm",
359
+ class: "rounded-sm"
360
+ },
361
+ {
362
+ slots: ["item", "cursor", "prev", "next"],
363
+ radius: "md",
364
+ class: "rounded"
365
+ },
366
+ {
367
+ slots: ["item", "cursor", "prev", "next"],
368
+ radius: "lg",
369
+ class: "rounded-lg"
370
+ },
371
+ {
372
+ slots: ["item", "cursor", "prev", "next"],
373
+ radius: "xl",
374
+ class: "rounded-xl"
375
+ },
376
+ {
377
+ slots: ["item", "cursor", "prev", "next"],
378
+ radius: "full",
379
+ class: "rounded-full"
380
+ }
381
+ ]
382
+ });
383
+
384
+ export {
385
+ pagination
386
+ };
@@ -0,0 +1,16 @@
1
+ import {
2
+ semanticColors
3
+ } from "./chunk-Y52EXP4A.mjs";
4
+ import {
5
+ commonColors
6
+ } from "./chunk-CRCBVLUP.mjs";
7
+
8
+ // src/colors/index.ts
9
+ var colors = {
10
+ ...commonColors,
11
+ ...semanticColors
12
+ };
13
+
14
+ export {
15
+ colors
16
+ };
@@ -0,0 +1,44 @@
1
+ import {
2
+ colorVariants
3
+ } from "./chunk-LGGZKBOO.mjs";
4
+
5
+ // src/components/code.ts
6
+ import { tv } from "tailwind-variants";
7
+ var code = tv({
8
+ base: ["px-2", "py-1", "font-mono", "whitespace-pre-wrap"],
9
+ variants: {
10
+ color: {
11
+ neutral: colorVariants.flat.neutral,
12
+ primary: colorVariants.flat.primary,
13
+ secondary: colorVariants.flat.secondary,
14
+ success: colorVariants.flat.success,
15
+ warning: colorVariants.flat.warning,
16
+ danger: colorVariants.flat.danger
17
+ },
18
+ size: {
19
+ xs: "text-xs",
20
+ sm: "text-sm",
21
+ md: "text-base",
22
+ lg: "text-lg",
23
+ xl: "text-xl"
24
+ },
25
+ radius: {
26
+ none: "rounded-none",
27
+ base: "rounded-base",
28
+ sm: "rounded-sm",
29
+ md: "rounded-md",
30
+ lg: "rounded-lg",
31
+ xl: "rounded-xl",
32
+ full: "rounded-full"
33
+ }
34
+ },
35
+ defaultVariants: {
36
+ color: "neutral",
37
+ size: "sm",
38
+ radius: "lg"
39
+ }
40
+ });
41
+
42
+ export {
43
+ code
44
+ };
File without changes
@@ -0,0 +1,125 @@
1
+ // src/components/spinner.ts
2
+ import { tv } from "tailwind-variants";
3
+ var spinner = tv({
4
+ slots: {
5
+ base: "flex flex-col items-center justify-center relative",
6
+ circle1: [
7
+ "absolute",
8
+ "w-full",
9
+ "h-full",
10
+ "rounded-full",
11
+ "animate-spinner-ease-spin",
12
+ "border-2",
13
+ "border-solid",
14
+ "border-t-transparent",
15
+ "border-l-transparent",
16
+ "border-r-transparent"
17
+ ],
18
+ circle2: [
19
+ "absolute",
20
+ "w-full",
21
+ "h-full",
22
+ "rounded-full",
23
+ "opacity-75",
24
+ "animate-spinner-linear-spin",
25
+ "border-2",
26
+ "border-dotted",
27
+ "border-t-transparent",
28
+ "border-l-transparent",
29
+ "border-r-transparent"
30
+ ],
31
+ label: "text-foreground dark:text-foreground-dark font-regular"
32
+ },
33
+ variants: {
34
+ size: {
35
+ xs: {
36
+ base: "w-4 h-4",
37
+ circle1: "border-2",
38
+ circle2: "border-2",
39
+ label: "translate-y-6 text-xs"
40
+ },
41
+ sm: {
42
+ base: "w-5 h-5",
43
+ circle1: "border-2",
44
+ circle2: "border-2",
45
+ label: "translate-y-6 text-xs"
46
+ },
47
+ md: {
48
+ base: "w-8 h-8",
49
+ circle1: "border-3",
50
+ circle2: "border-3",
51
+ label: "translate-y-8 text-sm"
52
+ },
53
+ lg: {
54
+ base: "w-10 h-10",
55
+ circle1: "border-3",
56
+ circle2: "border-3",
57
+ label: "translate-y-10 text-base"
58
+ },
59
+ xl: {
60
+ base: "w-12 h-12",
61
+ circle1: "border-4",
62
+ circle2: "border-4",
63
+ label: "translate-y-12 text-lg"
64
+ }
65
+ },
66
+ color: {
67
+ white: {
68
+ circle1: "border-b-white",
69
+ circle2: "border-b-white"
70
+ },
71
+ neutral: {
72
+ circle1: "border-b-neutral",
73
+ circle2: "border-b-neutral"
74
+ },
75
+ primary: {
76
+ circle1: "border-b-primary",
77
+ circle2: "border-b-primary"
78
+ },
79
+ secondary: {
80
+ circle1: "border-b-secondary",
81
+ circle2: "border-b-secondary"
82
+ },
83
+ success: {
84
+ circle1: "border-b-success",
85
+ circle2: "border-b-success"
86
+ },
87
+ warning: {
88
+ circle1: "border-b-warning",
89
+ circle2: "border-b-warning"
90
+ },
91
+ danger: {
92
+ circle1: "border-b-danger",
93
+ circle2: "border-b-danger"
94
+ }
95
+ },
96
+ labelColor: {
97
+ neutral: {
98
+ label: "text-neutral"
99
+ },
100
+ primary: {
101
+ label: "text-primary"
102
+ },
103
+ secondary: {
104
+ label: "text-secondary"
105
+ },
106
+ success: {
107
+ label: "text-success"
108
+ },
109
+ warning: {
110
+ label: "text-warning"
111
+ },
112
+ danger: {
113
+ label: "text-danger"
114
+ }
115
+ }
116
+ },
117
+ defaultVariants: {
118
+ size: "md",
119
+ color: "primary"
120
+ }
121
+ });
122
+
123
+ export {
124
+ spinner
125
+ };
@@ -0,0 +1,38 @@
1
+ import {
2
+ pink
3
+ } from "./chunk-DCEG5LGX.mjs";
4
+ import {
5
+ purple
6
+ } from "./chunk-L2OL7R23.mjs";
7
+ import {
8
+ red
9
+ } from "./chunk-YZYGFPNK.mjs";
10
+ import {
11
+ yellow
12
+ } from "./chunk-Y4YW5MKL.mjs";
13
+ import {
14
+ blue
15
+ } from "./chunk-KZJBCC2H.mjs";
16
+ import {
17
+ cyan
18
+ } from "./chunk-T3GWIVAM.mjs";
19
+ import {
20
+ green
21
+ } from "./chunk-OR5PUD24.mjs";
22
+
23
+ // src/colors/common.ts
24
+ var commonColors = {
25
+ white: "#ffffff",
26
+ black: "#000000",
27
+ blue,
28
+ green,
29
+ pink,
30
+ purple,
31
+ red,
32
+ yellow,
33
+ cyan
34
+ };
35
+
36
+ export {
37
+ commonColors
38
+ };