@nextui-org/theme 0.0.0-dev-v2-20230607013542 → 0.0.0-dev-v2-20230609003119

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 (40) hide show
  1. package/dist/{chunk-5HKM2D3Z.mjs → chunk-2ENRZMQI.mjs} +1 -1
  2. package/dist/{chunk-76WBK7WN.mjs → chunk-2EZKKIUU.mjs} +2 -2
  3. package/dist/{chunk-6QXUR7SY.mjs → chunk-3YM7ZXUG.mjs} +4 -4
  4. package/dist/{chunk-QU2TIGOD.mjs → chunk-45VMNIGW.mjs} +15 -4
  5. package/dist/{chunk-7PRU5S35.mjs → chunk-CNGIMNA5.mjs} +1 -1
  6. package/dist/{chunk-HRWLUZGK.mjs → chunk-DDHBMNDB.mjs} +28 -3
  7. package/dist/{chunk-KO33WCU2.mjs → chunk-IJYQWVHA.mjs} +1 -0
  8. package/dist/{chunk-V25QDRJB.mjs → chunk-NAMFTWN5.mjs} +5 -5
  9. package/dist/{chunk-BUDAC6TR.mjs → chunk-NCUYKKNP.mjs} +11 -11
  10. package/dist/{chunk-6LITGDC7.mjs → chunk-SNSTSXNE.mjs} +1 -2
  11. package/dist/colors/index.js +4 -4
  12. package/dist/colors/index.mjs +2 -2
  13. package/dist/colors/semantic.js +4 -4
  14. package/dist/colors/semantic.mjs +1 -1
  15. package/dist/colors/types.d.ts +1 -1
  16. package/dist/colors.js +4 -4
  17. package/dist/colors.mjs +2 -2
  18. package/dist/components/accordion.js +2 -2
  19. package/dist/components/accordion.mjs +1 -1
  20. package/dist/components/badge.js +11 -11
  21. package/dist/components/badge.mjs +1 -1
  22. package/dist/components/button.js +1 -0
  23. package/dist/components/button.mjs +1 -1
  24. package/dist/components/chip.js +5 -5
  25. package/dist/components/chip.mjs +1 -1
  26. package/dist/components/divider.d.ts +1 -1
  27. package/dist/components/divider.js +1 -1
  28. package/dist/components/divider.mjs +1 -1
  29. package/dist/components/index.js +49 -24
  30. package/dist/components/index.mjs +7 -7
  31. package/dist/components/navbar.js +1 -2
  32. package/dist/components/navbar.mjs +1 -1
  33. package/dist/components/tabs.d.ts +46 -0
  34. package/dist/components/tabs.js +28 -3
  35. package/dist/components/tabs.mjs +1 -1
  36. package/dist/index.js +64 -28
  37. package/dist/index.mjs +11 -11
  38. package/dist/plugin.js +15 -4
  39. package/dist/plugin.mjs +4 -4
  40. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  // src/components/divider.ts
2
2
  import { tv } from "tailwind-variants";
3
3
  var divider = tv({
4
- base: "shrink-0 bg-border border-none",
4
+ base: "shrink-0 bg-divider border-none",
5
5
  variants: {
6
6
  orientation: {
7
7
  horizontal: "w-full h-px",
@@ -6,7 +6,7 @@ var accordion = tv({
6
6
  variant: {
7
7
  light: "",
8
8
  shadow: "px-4 shadow-lg rounded-xl bg-background dark:bg-content1 border border-default-100",
9
- bordered: "px-4 border border-default rounded-lg",
9
+ bordered: "px-4 border border-divider rounded-lg",
10
10
  splitted: "group is-splitted flex flex-col gap-2"
11
11
  },
12
12
  fullWidth: {
@@ -21,7 +21,7 @@ var accordion = tv({
21
21
  var accordionItem = tv({
22
22
  slots: {
23
23
  base: [
24
- "border-default",
24
+ "border-divider",
25
25
  "[&:not(:last-of-type)]:border-b",
26
26
  "group-[.is-splitted]:px-4",
27
27
  "group-[.is-splitted]:bg-background",
@@ -16,8 +16,8 @@ var base = {
16
16
  foreground: {
17
17
  DEFAULT: "#11181C"
18
18
  },
19
- border: {
20
- DEFAULT: twColors.zinc[300]
19
+ divider: {
20
+ DEFAULT: "rgba(17, 17, 17, 0.25)"
21
21
  },
22
22
  content1: {
23
23
  DEFAULT: twColors.zinc[50],
@@ -43,8 +43,8 @@ var base = {
43
43
  foreground: {
44
44
  DEFAULT: "#ECEDEE"
45
45
  },
46
- border: {
47
- DEFAULT: twColors.zinc[700]
46
+ divider: {
47
+ DEFAULT: "rgba(255, 255, 255, 0.20)"
48
48
  },
49
49
  content1: {
50
50
  DEFAULT: twColors.zinc[900],
@@ -4,15 +4,15 @@ import {
4
4
  import {
5
5
  baseStyles
6
6
  } from "./chunk-INZK6TTL.mjs";
7
- import {
8
- animations
9
- } from "./chunk-DMASP6FA.mjs";
10
7
  import {
11
8
  semanticColors
12
- } from "./chunk-6QXUR7SY.mjs";
9
+ } from "./chunk-3YM7ZXUG.mjs";
13
10
  import {
14
11
  removeDefaultKeys
15
12
  } from "./chunk-37PIXVP4.mjs";
13
+ import {
14
+ animations
15
+ } from "./chunk-DMASP6FA.mjs";
16
16
  import {
17
17
  commonColors
18
18
  } from "./chunk-CRCBVLUP.mjs";
@@ -121,6 +121,17 @@ var corePlugin = (config = {}, defaultTheme, prefix) => {
121
121
  3: "3px",
122
122
  5: "5px"
123
123
  },
124
+ minWidth: {
125
+ 1: "0.25rem",
126
+ 2: "0.5rem",
127
+ 3: "0.75rem",
128
+ "3.5": "0.875rem",
129
+ 4: "1rem",
130
+ 5: "1.25rem",
131
+ 6: "1.5rem",
132
+ 7: "1.75rem",
133
+ 8: "2rem"
134
+ },
124
135
  backgroundImage: {
125
136
  "stripe-gradient": "linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent)"
126
137
  },
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  semanticColors
3
- } from "./chunk-6QXUR7SY.mjs";
3
+ } from "./chunk-3YM7ZXUG.mjs";
4
4
  import {
5
5
  commonColors
6
6
  } from "./chunk-CRCBVLUP.mjs";
@@ -6,7 +6,7 @@ import {
6
6
  import { tv } from "tailwind-variants";
7
7
  var tabs = tv({
8
8
  slots: {
9
- base: "inline-block",
9
+ base: "inline-flex",
10
10
  tabList: ["flex", "items-center", "gap-2", "bg-default-100", "p-1"],
11
11
  tab: [
12
12
  "z-0",
@@ -39,9 +39,10 @@ var tabs = tv({
39
39
  "text-default-500",
40
40
  "group-data-[selected=true]:text-foreground"
41
41
  ],
42
- cursor: ["absolute", "z-0", "bg-white", "shadow-md"],
42
+ cursor: ["absolute", "z-0", "bg-white"],
43
43
  panel: [
44
- "mt-3",
44
+ "py-3",
45
+ "px-1",
45
46
  "outline-none",
46
47
  "data-[focus-visible=true]:outline-none",
47
48
  "data-[focus-visible=true]:ring-2",
@@ -131,6 +132,29 @@ var tabs = tv({
131
132
  cursor: "rounded-full"
132
133
  }
133
134
  },
135
+ shadowCursor: {
136
+ none: {
137
+ cursor: "shadow-none"
138
+ },
139
+ sm: {
140
+ cursor: "shadow-sm"
141
+ },
142
+ md: {
143
+ cursor: "shadow-md"
144
+ },
145
+ lg: {
146
+ cursor: "shadow-lg"
147
+ },
148
+ xl: {
149
+ cursor: "shadow-xl"
150
+ },
151
+ "2xl": {
152
+ cursor: "shadow-2xl"
153
+ },
154
+ inner: {
155
+ cursor: "shadow-inner"
156
+ }
157
+ },
134
158
  fullWidth: {
135
159
  true: {
136
160
  base: "w-full",
@@ -153,6 +177,7 @@ var tabs = tv({
153
177
  radius: "xl",
154
178
  color: "default",
155
179
  variant: "solid",
180
+ shadowCursor: "md",
156
181
  size: "md",
157
182
  fullWidth: false,
158
183
  isDisabled: false,
@@ -20,6 +20,7 @@ var button = tv({
20
20
  "subpixel-antialiased",
21
21
  "data-[pressed=true]:scale-95",
22
22
  "overflow-hidden",
23
+ "data-[focus-visible=true]:z-10",
23
24
  "data-[focus-visible=true]:outline-none",
24
25
  "data-[focus-visible=true]:ring-2",
25
26
  "data-[focus-visible=true]:ring-primary",
@@ -391,35 +391,35 @@ var chip = tv({
391
391
  isOneChar: true,
392
392
  size: "xs",
393
393
  class: {
394
- base: "w-4 h-4"
394
+ base: "w-4 h-4 min-w-4 min-h-4"
395
395
  }
396
396
  },
397
397
  {
398
398
  isOneChar: true,
399
399
  size: "sm",
400
400
  class: {
401
- base: "w-5 h-5"
401
+ base: "w-5 h-5 min-w-5 min-h-5"
402
402
  }
403
403
  },
404
404
  {
405
405
  isOneChar: true,
406
406
  size: "md",
407
407
  class: {
408
- base: "w-6 h-6"
408
+ base: "w-6 h-6 min-w-6 min-h-6"
409
409
  }
410
410
  },
411
411
  {
412
412
  isOneChar: true,
413
413
  size: "lg",
414
414
  class: {
415
- base: "w-7 h-7"
415
+ base: "w-7 h-7 min-w-7 min-h-7"
416
416
  }
417
417
  },
418
418
  {
419
419
  isOneChar: true,
420
420
  size: "xl",
421
421
  class: {
422
- base: "w-8 h-8"
422
+ base: "w-8 h-8 min-w-8 min-h-8"
423
423
  }
424
424
  },
425
425
  {
@@ -6,7 +6,7 @@ import {
6
6
  import { tv } from "tailwind-variants";
7
7
  var badge = tv({
8
8
  slots: {
9
- base: ["relative", "inline-flex", "shrink-0", "overflow-visible", "align-middle"],
9
+ base: ["relative", "flex", "shrink-0", "overflow-visible", "items-center", "justify-center"],
10
10
  badge: [
11
11
  "flex",
12
12
  "z-10",
@@ -262,70 +262,70 @@ var badge = tv({
262
262
  isOneChar: true,
263
263
  size: "xs",
264
264
  class: {
265
- badge: "w-3.5 h-3.5"
265
+ badge: "w-3.5 h-3.5 min-w-3.5 min-h-3.5"
266
266
  }
267
267
  },
268
268
  {
269
269
  isOneChar: true,
270
270
  size: "sm",
271
271
  class: {
272
- badge: "w-4 h-4"
272
+ badge: "w-4 h-4 min-w-4 min-h-4"
273
273
  }
274
274
  },
275
275
  {
276
276
  isOneChar: true,
277
277
  size: "md",
278
278
  class: {
279
- badge: "w-5 h-5"
279
+ badge: "w-5 h-5 min-w-5 min-h-5"
280
280
  }
281
281
  },
282
282
  {
283
283
  isOneChar: true,
284
284
  size: "lg",
285
285
  class: {
286
- badge: "w-6 h-6"
286
+ badge: "w-6 h-6 min-w-6 min-h-6"
287
287
  }
288
288
  },
289
289
  {
290
290
  isOneChar: true,
291
291
  size: "xl",
292
292
  class: {
293
- badge: "w-7 h-7"
293
+ badge: "w-7 h-7 min-w-7 min-h-7"
294
294
  }
295
295
  },
296
296
  {
297
297
  isDot: true,
298
298
  size: "xs",
299
299
  class: {
300
- badge: "w-2 h-2"
300
+ badge: "w-2 h-2 min-w-2 min-h-2"
301
301
  }
302
302
  },
303
303
  {
304
304
  isDot: true,
305
305
  size: "sm",
306
306
  class: {
307
- badge: "w-3 h-3"
307
+ badge: "w-3 h-3 min-w-3 min-h-3"
308
308
  }
309
309
  },
310
310
  {
311
311
  isDot: true,
312
312
  size: "md",
313
313
  class: {
314
- badge: "w-3.5 h-3.5"
314
+ badge: "w-3.5 h-3.5 min-w-3.5 min-h-3.5"
315
315
  }
316
316
  },
317
317
  {
318
318
  isDot: true,
319
319
  size: "lg",
320
320
  class: {
321
- badge: "w-4 h-4"
321
+ badge: "w-4 h-4 min-w-4 min-h-4"
322
322
  }
323
323
  },
324
324
  {
325
325
  isDot: true,
326
326
  size: "xl",
327
327
  class: {
328
- badge: "w-5 h-5"
328
+ badge: "w-5 h-5 min-w-5 min-h-5"
329
329
  }
330
330
  },
331
331
  {
@@ -11,8 +11,7 @@ var navbar = tv({
11
11
  "items-center",
12
12
  "justify-center",
13
13
  "border-b",
14
- "border-default-200",
15
- "dark:border-default-100"
14
+ "border-divider"
16
15
  ],
17
16
  wrapper: [
18
17
  "flex",
@@ -174,8 +174,8 @@ var base = {
174
174
  foreground: {
175
175
  DEFAULT: "#11181C"
176
176
  },
177
- border: {
178
- DEFAULT: import_colors.default.zinc[300]
177
+ divider: {
178
+ DEFAULT: "rgba(17, 17, 17, 0.25)"
179
179
  },
180
180
  content1: {
181
181
  DEFAULT: import_colors.default.zinc[50],
@@ -201,8 +201,8 @@ var base = {
201
201
  foreground: {
202
202
  DEFAULT: "#ECEDEE"
203
203
  },
204
- border: {
205
- DEFAULT: import_colors.default.zinc[700]
204
+ divider: {
205
+ DEFAULT: "rgba(255, 255, 255, 0.20)"
206
206
  },
207
207
  content1: {
208
208
  DEFAULT: import_colors.default.zinc[900],
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  colors
3
- } from "../chunk-7PRU5S35.mjs";
3
+ } from "../chunk-CNGIMNA5.mjs";
4
4
  import {
5
5
  semanticColors
6
- } from "../chunk-6QXUR7SY.mjs";
6
+ } from "../chunk-3YM7ZXUG.mjs";
7
7
  import "../chunk-37PIXVP4.mjs";
8
8
  import "../chunk-M63AFAHO.mjs";
9
9
  import {
@@ -172,8 +172,8 @@ var base = {
172
172
  foreground: {
173
173
  DEFAULT: "#11181C"
174
174
  },
175
- border: {
176
- DEFAULT: import_colors.default.zinc[300]
175
+ divider: {
176
+ DEFAULT: "rgba(17, 17, 17, 0.25)"
177
177
  },
178
178
  content1: {
179
179
  DEFAULT: import_colors.default.zinc[50],
@@ -199,8 +199,8 @@ var base = {
199
199
  foreground: {
200
200
  DEFAULT: "#ECEDEE"
201
201
  },
202
- border: {
203
- DEFAULT: import_colors.default.zinc[700]
202
+ divider: {
203
+ DEFAULT: "rgba(255, 255, 255, 0.20)"
204
204
  },
205
205
  content1: {
206
206
  DEFAULT: import_colors.default.zinc[900],
@@ -2,7 +2,7 @@ import {
2
2
  semanticColors,
3
3
  semanticColorsDark,
4
4
  semanticColorsLight
5
- } from "../chunk-6QXUR7SY.mjs";
5
+ } from "../chunk-3YM7ZXUG.mjs";
6
6
  import "../chunk-37PIXVP4.mjs";
7
7
  import "../chunk-CRCBVLUP.mjs";
8
8
  import "../chunk-DCEG5LGX.mjs";
@@ -15,7 +15,7 @@ type ColorScale = Partial<{
15
15
  type BaseColors = {
16
16
  background: ColorScale;
17
17
  foreground: ColorScale;
18
- border: ColorScale;
18
+ divider: ColorScale;
19
19
  content1: ColorScale;
20
20
  content2: ColorScale;
21
21
  content3: ColorScale;
package/dist/colors.js CHANGED
@@ -174,8 +174,8 @@ var base = {
174
174
  foreground: {
175
175
  DEFAULT: "#11181C"
176
176
  },
177
- border: {
178
- DEFAULT: import_colors.default.zinc[300]
177
+ divider: {
178
+ DEFAULT: "rgba(17, 17, 17, 0.25)"
179
179
  },
180
180
  content1: {
181
181
  DEFAULT: import_colors.default.zinc[50],
@@ -201,8 +201,8 @@ var base = {
201
201
  foreground: {
202
202
  DEFAULT: "#ECEDEE"
203
203
  },
204
- border: {
205
- DEFAULT: import_colors.default.zinc[700]
204
+ divider: {
205
+ DEFAULT: "rgba(255, 255, 255, 0.20)"
206
206
  },
207
207
  content1: {
208
208
  DEFAULT: import_colors.default.zinc[900],
package/dist/colors.mjs CHANGED
@@ -1,10 +1,10 @@
1
1
  import "./chunk-WQEDQHKX.mjs";
2
2
  import {
3
3
  colors
4
- } from "./chunk-7PRU5S35.mjs";
4
+ } from "./chunk-CNGIMNA5.mjs";
5
5
  import {
6
6
  semanticColors
7
- } from "./chunk-6QXUR7SY.mjs";
7
+ } from "./chunk-3YM7ZXUG.mjs";
8
8
  import "./chunk-37PIXVP4.mjs";
9
9
  import "./chunk-M63AFAHO.mjs";
10
10
  import {
@@ -31,7 +31,7 @@ var accordion = (0, import_tailwind_variants.tv)({
31
31
  variant: {
32
32
  light: "",
33
33
  shadow: "px-4 shadow-lg rounded-xl bg-background dark:bg-content1 border border-default-100",
34
- bordered: "px-4 border border-default rounded-lg",
34
+ bordered: "px-4 border border-divider rounded-lg",
35
35
  splitted: "group is-splitted flex flex-col gap-2"
36
36
  },
37
37
  fullWidth: {
@@ -46,7 +46,7 @@ var accordion = (0, import_tailwind_variants.tv)({
46
46
  var accordionItem = (0, import_tailwind_variants.tv)({
47
47
  slots: {
48
48
  base: [
49
- "border-default",
49
+ "border-divider",
50
50
  "[&:not(:last-of-type)]:border-b",
51
51
  "group-[.is-splitted]:px-4",
52
52
  "group-[.is-splitted]:bg-background",
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  accordion,
3
3
  accordionItem
4
- } from "../chunk-76WBK7WN.mjs";
4
+ } from "../chunk-2EZKKIUU.mjs";
5
5
  export {
6
6
  accordion,
7
7
  accordionItem
@@ -102,7 +102,7 @@ var colorVariants = {
102
102
  // src/components/badge.ts
103
103
  var badge = (0, import_tailwind_variants.tv)({
104
104
  slots: {
105
- base: ["relative", "inline-flex", "shrink-0", "overflow-visible", "align-middle"],
105
+ base: ["relative", "flex", "shrink-0", "overflow-visible", "items-center", "justify-center"],
106
106
  badge: [
107
107
  "flex",
108
108
  "z-10",
@@ -358,70 +358,70 @@ var badge = (0, import_tailwind_variants.tv)({
358
358
  isOneChar: true,
359
359
  size: "xs",
360
360
  class: {
361
- badge: "w-3.5 h-3.5"
361
+ badge: "w-3.5 h-3.5 min-w-3.5 min-h-3.5"
362
362
  }
363
363
  },
364
364
  {
365
365
  isOneChar: true,
366
366
  size: "sm",
367
367
  class: {
368
- badge: "w-4 h-4"
368
+ badge: "w-4 h-4 min-w-4 min-h-4"
369
369
  }
370
370
  },
371
371
  {
372
372
  isOneChar: true,
373
373
  size: "md",
374
374
  class: {
375
- badge: "w-5 h-5"
375
+ badge: "w-5 h-5 min-w-5 min-h-5"
376
376
  }
377
377
  },
378
378
  {
379
379
  isOneChar: true,
380
380
  size: "lg",
381
381
  class: {
382
- badge: "w-6 h-6"
382
+ badge: "w-6 h-6 min-w-6 min-h-6"
383
383
  }
384
384
  },
385
385
  {
386
386
  isOneChar: true,
387
387
  size: "xl",
388
388
  class: {
389
- badge: "w-7 h-7"
389
+ badge: "w-7 h-7 min-w-7 min-h-7"
390
390
  }
391
391
  },
392
392
  {
393
393
  isDot: true,
394
394
  size: "xs",
395
395
  class: {
396
- badge: "w-2 h-2"
396
+ badge: "w-2 h-2 min-w-2 min-h-2"
397
397
  }
398
398
  },
399
399
  {
400
400
  isDot: true,
401
401
  size: "sm",
402
402
  class: {
403
- badge: "w-3 h-3"
403
+ badge: "w-3 h-3 min-w-3 min-h-3"
404
404
  }
405
405
  },
406
406
  {
407
407
  isDot: true,
408
408
  size: "md",
409
409
  class: {
410
- badge: "w-3.5 h-3.5"
410
+ badge: "w-3.5 h-3.5 min-w-3.5 min-h-3.5"
411
411
  }
412
412
  },
413
413
  {
414
414
  isDot: true,
415
415
  size: "lg",
416
416
  class: {
417
- badge: "w-4 h-4"
417
+ badge: "w-4 h-4 min-w-4 min-h-4"
418
418
  }
419
419
  },
420
420
  {
421
421
  isDot: true,
422
422
  size: "xl",
423
423
  class: {
424
- badge: "w-5 h-5"
424
+ badge: "w-5 h-5 min-w-5 min-h-5"
425
425
  }
426
426
  },
427
427
  {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  badge
3
- } from "../chunk-BUDAC6TR.mjs";
3
+ } from "../chunk-NCUYKKNP.mjs";
4
4
  import "../chunk-CMYR6AOY.mjs";
5
5
  import "../chunk-K7LK7NCE.mjs";
6
6
  import "../chunk-IQPW7V4N.mjs";
@@ -117,6 +117,7 @@ var button = (0, import_tailwind_variants.tv)({
117
117
  "subpixel-antialiased",
118
118
  "data-[pressed=true]:scale-95",
119
119
  "overflow-hidden",
120
+ "data-[focus-visible=true]:z-10",
120
121
  "data-[focus-visible=true]:outline-none",
121
122
  "data-[focus-visible=true]:ring-2",
122
123
  "data-[focus-visible=true]:ring-primary",
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  button,
3
3
  buttonGroup
4
- } from "../chunk-KO33WCU2.mjs";
4
+ } from "../chunk-IJYQWVHA.mjs";
5
5
  import "../chunk-CMYR6AOY.mjs";
6
6
  import "../chunk-K7LK7NCE.mjs";
7
7
  import "../chunk-IQPW7V4N.mjs";
@@ -494,35 +494,35 @@ var chip = (0, import_tailwind_variants.tv)({
494
494
  isOneChar: true,
495
495
  size: "xs",
496
496
  class: {
497
- base: "w-4 h-4"
497
+ base: "w-4 h-4 min-w-4 min-h-4"
498
498
  }
499
499
  },
500
500
  {
501
501
  isOneChar: true,
502
502
  size: "sm",
503
503
  class: {
504
- base: "w-5 h-5"
504
+ base: "w-5 h-5 min-w-5 min-h-5"
505
505
  }
506
506
  },
507
507
  {
508
508
  isOneChar: true,
509
509
  size: "md",
510
510
  class: {
511
- base: "w-6 h-6"
511
+ base: "w-6 h-6 min-w-6 min-h-6"
512
512
  }
513
513
  },
514
514
  {
515
515
  isOneChar: true,
516
516
  size: "lg",
517
517
  class: {
518
- base: "w-7 h-7"
518
+ base: "w-7 h-7 min-w-7 min-h-7"
519
519
  }
520
520
  },
521
521
  {
522
522
  isOneChar: true,
523
523
  size: "xl",
524
524
  class: {
525
- base: "w-8 h-8"
525
+ base: "w-8 h-8 min-w-8 min-h-8"
526
526
  }
527
527
  },
528
528
  {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  chip
3
- } from "../chunk-V25QDRJB.mjs";
3
+ } from "../chunk-NAMFTWN5.mjs";
4
4
  import "../chunk-CMYR6AOY.mjs";
5
5
  import "../chunk-K7LK7NCE.mjs";
6
6
  import "../chunk-IQPW7V4N.mjs";
@@ -16,7 +16,7 @@ declare const divider: tailwind_variants.TVReturnType<{
16
16
  horizontal: string;
17
17
  vertical: string;
18
18
  };
19
- }, undefined, "shrink-0 bg-border border-none", tailwind_variants_dist_config.TVConfig<{
19
+ }, undefined, "shrink-0 bg-divider border-none", tailwind_variants_dist_config.TVConfig<{
20
20
  orientation: {
21
21
  horizontal: string;
22
22
  vertical: string;
@@ -25,7 +25,7 @@ __export(divider_exports, {
25
25
  module.exports = __toCommonJS(divider_exports);
26
26
  var import_tailwind_variants = require("tailwind-variants");
27
27
  var divider = (0, import_tailwind_variants.tv)({
28
- base: "shrink-0 bg-border border-none",
28
+ base: "shrink-0 bg-divider border-none",
29
29
  variants: {
30
30
  orientation: {
31
31
  horizontal: "w-full h-px",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  divider
3
- } from "../chunk-5HKM2D3Z.mjs";
3
+ } from "../chunk-2ENRZMQI.mjs";
4
4
  export {
5
5
  divider
6
6
  };