@nextui-org/theme 0.0.0-dev-v2-20230615024440 → 0.0.0-dev-v2-20230617005419

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 (90) hide show
  1. package/dist/{chunk-CU2CEJ2Y.mjs → chunk-27PQQNKZ.mjs} +1 -1
  2. package/dist/{chunk-7WHZSA65.mjs → chunk-2FCKB2MY.mjs} +2 -2
  3. package/dist/{chunk-GYSMGV7B.mjs → chunk-GBPOVFEX.mjs} +1 -2
  4. package/dist/{chunk-G6KSF7PF.mjs → chunk-HKMIRUA2.mjs} +1 -1
  5. package/dist/{chunk-W3WKU3QV.mjs → chunk-I4OYRSA7.mjs} +6 -6
  6. package/dist/{chunk-GKMFQDRM.mjs → chunk-JH2TR6BI.mjs} +5 -0
  7. package/dist/{chunk-MVHNLIGC.mjs → chunk-K55AW2NU.mjs} +1 -1
  8. package/dist/{chunk-WQF44BEH.mjs → chunk-LWJT5D6G.mjs} +32 -64
  9. package/dist/{chunk-LKIEW7IB.mjs → chunk-MWWMIOTS.mjs} +1 -1
  10. package/dist/{chunk-IY2YC7CG.mjs → chunk-NASOHMPB.mjs} +1 -1
  11. package/dist/{chunk-CNGIMNA5.mjs → chunk-PFNGC6IG.mjs} +2 -2
  12. package/dist/{chunk-ODLEUC3L.mjs → chunk-RWQ57OVD.mjs} +5 -5
  13. package/dist/{chunk-3L2LTGPE.mjs → chunk-TO7LQPC3.mjs} +1 -1
  14. package/dist/{chunk-B5DUUZBQ.mjs → chunk-WUX2XFG4.mjs} +7 -7
  15. package/dist/{chunk-45VMNIGW.mjs → chunk-XMV4AU26.mjs} +7 -7
  16. package/dist/{chunk-YRIORG7Z.mjs → chunk-YOSP6YO6.mjs} +2 -2
  17. package/dist/{chunk-3YM7ZXUG.mjs → chunk-Z5FFO6RH.mjs} +3 -3
  18. package/dist/colors/common.mjs +3 -3
  19. package/dist/colors/index.mjs +6 -6
  20. package/dist/colors/semantic.mjs +5 -5
  21. package/dist/colors.mjs +6 -6
  22. package/dist/components/accordion.d.ts +126 -12
  23. package/dist/components/avatar.d.ts +192 -4
  24. package/dist/components/avatar.js +6 -6
  25. package/dist/components/avatar.mjs +2 -2
  26. package/dist/components/badge.d.ts +192 -1
  27. package/dist/components/badge.js +6 -6
  28. package/dist/components/badge.mjs +2 -2
  29. package/dist/components/button.d.ts +194 -74
  30. package/dist/components/button.js +12 -12
  31. package/dist/components/button.mjs +2 -2
  32. package/dist/components/card.d.ts +222 -3
  33. package/dist/components/checkbox.d.ts +217 -4
  34. package/dist/components/chip.d.ts +249 -1
  35. package/dist/components/chip.js +6 -6
  36. package/dist/components/chip.mjs +2 -2
  37. package/dist/components/circular-progress.d.ts +137 -1
  38. package/dist/components/code.d.ts +75 -25
  39. package/dist/components/code.js +6 -6
  40. package/dist/components/code.mjs +2 -2
  41. package/dist/components/divider.d.ts +15 -5
  42. package/dist/components/drip.d.ts +5 -1
  43. package/dist/components/dropdown.d.ts +120 -4
  44. package/dist/components/image.d.ts +136 -1
  45. package/dist/components/index.js +52 -85
  46. package/dist/components/index.mjs +44 -44
  47. package/dist/components/input.d.ts +306 -1
  48. package/dist/components/kbd.d.ts +5 -1
  49. package/dist/components/kbd.js +1 -2
  50. package/dist/components/kbd.mjs +1 -1
  51. package/dist/components/link.d.ts +105 -39
  52. package/dist/components/modal.d.ts +176 -1
  53. package/dist/components/modal.js +2 -2
  54. package/dist/components/modal.mjs +1 -1
  55. package/dist/components/navbar.d.ts +135 -8
  56. package/dist/components/navbar.js +32 -64
  57. package/dist/components/navbar.mjs +1 -1
  58. package/dist/components/pagination.d.ts +170 -1
  59. package/dist/components/pagination.js +6 -6
  60. package/dist/components/pagination.mjs +2 -2
  61. package/dist/components/popover.d.ts +220 -1
  62. package/dist/components/popover.js +7 -7
  63. package/dist/components/popover.mjs +2 -2
  64. package/dist/components/progress.d.ts +107 -1
  65. package/dist/components/radio.d.ts +261 -4
  66. package/dist/components/skeleton.d.ts +26 -1
  67. package/dist/components/snippet.d.ts +151 -9
  68. package/dist/components/snippet.js +6 -6
  69. package/dist/components/snippet.mjs +2 -2
  70. package/dist/components/spacer.d.ts +15 -5
  71. package/dist/components/spinner.d.ts +181 -1
  72. package/dist/components/table.d.ts +233 -1
  73. package/dist/components/tabs.d.ts +248 -1
  74. package/dist/components/tabs.js +10 -10
  75. package/dist/components/tabs.mjs +2 -2
  76. package/dist/components/toggle.d.ts +159 -1
  77. package/dist/components/user.d.ts +22 -3
  78. package/dist/index.js +57 -85
  79. package/dist/index.mjs +64 -64
  80. package/dist/plugin.js +5 -0
  81. package/dist/plugin.mjs +10 -10
  82. package/dist/utilities/index.d.ts +5 -0
  83. package/dist/utilities/index.js +5 -0
  84. package/dist/utilities/index.mjs +1 -1
  85. package/dist/utils/index.js +6 -6
  86. package/dist/utils/index.mjs +2 -2
  87. package/dist/utils/variants.js +6 -6
  88. package/dist/utils/variants.mjs +1 -1
  89. package/package.json +2 -2
  90. package/dist/{chunk-CRCBVLUP.mjs → chunk-W4HTBNGS.mjs} +6 -6
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  colorVariants
3
- } from "./chunk-W3WKU3QV.mjs";
3
+ } from "./chunk-I4OYRSA7.mjs";
4
4
 
5
5
  // src/components/code.ts
6
6
  import { tv } from "tailwind-variants";
@@ -83,7 +83,7 @@ var modal = tv({
83
83
  base: "max-w-5xl"
84
84
  },
85
85
  full: {
86
- base: "my-0 max-w-full min-h-full !rounded-none"
86
+ base: "my-0 max-w-full h-[100dvh] !rounded-none"
87
87
  }
88
88
  },
89
89
  radius: {
@@ -131,7 +131,7 @@ var modal = tv({
131
131
  {
132
132
  backdrop: ["opaque", "blur"],
133
133
  class: {
134
- backdrop: "w-full h-full fixed inset-0"
134
+ backdrop: "w-screen h-screen fixed inset-0"
135
135
  }
136
136
  }
137
137
  ]
@@ -3,8 +3,7 @@ import { tv } from "tailwind-variants";
3
3
  var kbd = tv({
4
4
  slots: {
5
5
  base: [
6
- "px-2",
7
- "py-1",
6
+ "px-1",
8
7
  "inline-block",
9
8
  "space-x-0.5",
10
9
  "font-sans",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  colorVariants
3
- } from "./chunk-W3WKU3QV.mjs";
3
+ } from "./chunk-I4OYRSA7.mjs";
4
4
 
5
5
  // src/components/snippet.ts
6
6
  import { tv } from "tailwind-variants";
@@ -27,12 +27,12 @@ var bordered = {
27
27
  foreground: "bg-transparent border-foreground text-foreground"
28
28
  };
29
29
  var flat = {
30
- default: "bg-default-100 text-default-foreground",
31
- primary: "bg-primary-50 text-primary",
32
- secondary: "bg-secondary-100 text-secondary",
33
- success: "bg-success-50 text-success-600 dark:text-success",
34
- warning: "bg-warning-50 text-warning-600 dark:text-warning",
35
- danger: "bg-danger-50 text-danger",
30
+ default: "bg-default-100/50 text-default-foreground",
31
+ primary: "bg-primary-100/50 text-primary",
32
+ secondary: "bg-secondary-100/50 text-secondary",
33
+ success: "bg-success-100/50 text-success-600 dark:text-success",
34
+ warning: "bg-warning-100/50 text-warning-600 dark:text-warning",
35
+ danger: "bg-danger-100/50 text-danger",
36
36
  foreground: "bg-foreground/10 text-foreground"
37
37
  };
38
38
  var faded = {
@@ -43,6 +43,11 @@ var utilities = {
43
43
  "transition-timing-function": "ease",
44
44
  "transition-duration": DEFAULT_TRANSITION_DURATION
45
45
  },
46
+ ".transition-height": {
47
+ "transition-property": "height",
48
+ "transition-timing-function": "ease",
49
+ "transition-duration": DEFAULT_TRANSITION_DURATION
50
+ },
46
51
  ".transition-left": {
47
52
  "transition-property": "left",
48
53
  "transition-timing-function": "ease",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  colorVariants
3
- } from "./chunk-W3WKU3QV.mjs";
3
+ } from "./chunk-I4OYRSA7.mjs";
4
4
 
5
5
  // src/components/pagination.ts
6
6
  import { tv } from "tailwind-variants";
@@ -3,26 +3,27 @@ import { tv } from "tailwind-variants";
3
3
  var navbar = tv({
4
4
  slots: {
5
5
  base: [
6
- "relative",
6
+ "flex",
7
7
  "z-40",
8
8
  "w-full",
9
9
  "h-auto",
10
- "flex",
11
10
  "items-center",
12
11
  "justify-center",
13
12
  "border-b",
14
- "border-divider"
13
+ "border-divider",
14
+ "data-[menu-open=true]:border-none"
15
15
  ],
16
16
  wrapper: [
17
+ "z-40",
17
18
  "flex",
19
+ "px-6",
20
+ "w-full",
18
21
  "flex-row",
19
22
  "relative",
20
23
  "flex-nowrap",
21
24
  "items-center",
22
25
  "justify-between",
23
- "w-full",
24
- "h-[var(--navbar-height)]",
25
- "px-6"
26
+ "h-[var(--navbar-height)]"
26
27
  ],
27
28
  toggle: [
28
29
  "group",
@@ -30,7 +31,7 @@ var navbar = tv({
30
31
  "items-center",
31
32
  "justify-center",
32
33
  "w-6",
33
- "h-10",
34
+ "h-full",
34
35
  "outline-none",
35
36
  "rounded-sm",
36
37
  "data-[focus-visible=true]:outline-none",
@@ -107,19 +108,15 @@ var navbar = tv({
107
108
  "data-[active=true]:font-semibold"
108
109
  ],
109
110
  menu: [
110
- "z-40",
111
- "hidden",
111
+ "z-30",
112
112
  "px-6",
113
- "pt-4",
114
- "absolute",
113
+ "pt-2",
114
+ "fixed",
115
115
  "max-w-full",
116
- "top-[calc(var(--navbar-height)_+_1px)]",
117
- "h-[calc(100vh_-_var(--navbar-height)_-_1px)]",
116
+ "top-[var(--navbar-height)]",
118
117
  "inset-x-0",
119
118
  "bottom-0",
120
119
  "w-screen",
121
- "bg-background",
122
- "data-[open=true]:flex",
123
120
  "flex-col",
124
121
  "gap-3",
125
122
  "overflow-y-auto"
@@ -131,11 +128,8 @@ var navbar = tv({
131
128
  static: {
132
129
  base: "static"
133
130
  },
134
- sticky: {},
135
- floating: {
136
- base: "shadow-none border-b-0",
137
- wrapper: "mt-4 mx-8 shadow-md border border-default-200 dark:border-default-100 rounded-xl",
138
- menu: "mt-5 mx-8 border border-default-200 dark:border-default-100 rounded-xl max-w-[calc(100%_-_4rem)]"
131
+ fixed: {
132
+ base: "fixed top-0 inset-x-0"
139
133
  }
140
134
  },
141
135
  maxWidth: {
@@ -160,7 +154,7 @@ var navbar = tv({
160
154
  },
161
155
  hideOnScroll: {
162
156
  true: {
163
- base: ["sticky", "top-0", "inset-x-0"]
157
+ base: ["fixed", "top-0", "inset-x-0"]
164
158
  }
165
159
  },
166
160
  isBordered: {
@@ -168,56 +162,30 @@ var navbar = tv({
168
162
  },
169
163
  isBlurred: {
170
164
  false: {
171
- base: "bg-background"
165
+ base: "bg-background",
166
+ menu: "bg-background"
172
167
  },
173
- true: {}
174
- }
175
- },
176
- defaultVariants: {
177
- maxWidth: "lg",
178
- position: "sticky",
179
- isBlurred: true
180
- },
181
- compoundVariants: [
182
- {
183
- position: ["sticky", "floating"],
184
- class: {
185
- base: "sticky top-0 inset-x-0"
186
- }
187
- },
188
- {
189
- isBlurred: true,
190
- position: ["static", "sticky"],
191
- class: {
168
+ true: {
192
169
  base: [
193
- "backdrop-blur",
170
+ "backdrop-blur-lg",
171
+ "data-[menu-open=true]:backdrop-blur-xl",
194
172
  "backdrop-saturate-150",
195
- "bg-background/80",
196
- "dark:bg-background/50",
197
- "data-[menu-open=true]:bg-background"
198
- ]
173
+ "bg-background/70"
174
+ ],
175
+ menu: ["backdrop-blur-xl", "backdrop-saturate-150", "bg-background/70"]
199
176
  }
200
177
  },
201
- {
202
- isBlurred: true,
203
- position: "floating",
204
- class: {
205
- base: "bg-gradient-to-b from-background to-transparent",
206
- wrapper: [
207
- "before:content-['']",
208
- "before:block",
209
- "before:z-[-1]",
210
- "before:absolute",
211
- "before:-top-px",
212
- "before:inset-0",
213
- "before:backdrop-blur",
214
- "before:backdrop-saturate-150",
215
- "before:bg-background/50",
216
- "data-[menu-open=true]:before:bg-background"
217
- ]
178
+ disableAnimation: {
179
+ true: {
180
+ menu: ["hidden", "h-[calc(100dvh_-_var(--navbar-height)_-_1px)]", "data-[open=true]:flex"]
218
181
  }
219
182
  }
220
- ]
183
+ },
184
+ defaultVariants: {
185
+ maxWidth: "lg",
186
+ position: "fixed",
187
+ isBlurred: true
188
+ }
221
189
  });
222
190
 
223
191
  export {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  colorVariants
3
- } from "./chunk-W3WKU3QV.mjs";
3
+ } from "./chunk-I4OYRSA7.mjs";
4
4
  import {
5
5
  translateCenterClasses
6
6
  } from "./chunk-INZK6TTL.mjs";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  colorVariants
3
- } from "./chunk-W3WKU3QV.mjs";
3
+ } from "./chunk-I4OYRSA7.mjs";
4
4
 
5
5
  // src/components/badge.ts
6
6
  import { tv } from "tailwind-variants";
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  semanticColors
3
- } from "./chunk-3YM7ZXUG.mjs";
3
+ } from "./chunk-Z5FFO6RH.mjs";
4
4
  import {
5
5
  commonColors
6
- } from "./chunk-CRCBVLUP.mjs";
6
+ } from "./chunk-W4HTBNGS.mjs";
7
7
 
8
8
  // src/colors/index.ts
9
9
  var colors = {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  colorVariants
3
- } from "./chunk-W3WKU3QV.mjs";
3
+ } from "./chunk-I4OYRSA7.mjs";
4
4
 
5
5
  // src/components/tabs.ts
6
6
  import { tv } from "tailwind-variants";
@@ -58,15 +58,15 @@ var tabs = tv({
58
58
  cursor: "inset-0"
59
59
  },
60
60
  light: {
61
- tabList: "bg-transparent",
61
+ tabList: "bg-transparent dark:bg-transparent",
62
62
  cursor: "inset-0"
63
63
  },
64
64
  underlined: {
65
- tabList: "bg-transparent",
65
+ tabList: "bg-transparent dark:bg-transparent",
66
66
  cursor: "h-[2px] w-[80%] bottom-0 shadow-[0_1px_0px_0_rgba(0,0,0,0.05)]"
67
67
  },
68
68
  bordered: {
69
- tabList: "bg-transparent border-1 border-default-200 shadow-sm",
69
+ tabList: "bg-transparent dark:bg-transparent border-1 border-default-200 shadow-sm",
70
70
  cursor: "inset-0"
71
71
  }
72
72
  },
@@ -188,7 +188,7 @@ var tabs = tv({
188
188
  variant: ["solid", "bordered", "light"],
189
189
  color: "default",
190
190
  class: {
191
- cursor: ["bg-background", "dark:bg-default"],
191
+ cursor: ["bg-background", "dark:bg-default", "border border-default-100 dark:border-none"],
192
192
  tabContent: "group-data-[selected=true]:text-default-foreground"
193
193
  }
194
194
  },
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  colorVariants
3
- } from "./chunk-W3WKU3QV.mjs";
3
+ } from "./chunk-I4OYRSA7.mjs";
4
4
  import {
5
5
  ringClasses
6
6
  } from "./chunk-INZK6TTL.mjs";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  colorVariants
3
- } from "./chunk-W3WKU3QV.mjs";
3
+ } from "./chunk-I4OYRSA7.mjs";
4
4
 
5
5
  // src/components/button.ts
6
6
  import { tv } from "tailwind-variants";
@@ -250,32 +250,32 @@ var button = tv({
250
250
  {
251
251
  variant: "light",
252
252
  color: "default",
253
- class: [colorVariants.light.default, "data-[hover=true]:bg-default-100"]
253
+ class: [colorVariants.light.default, "data-[hover=true]:bg-default-100/50"]
254
254
  },
255
255
  {
256
256
  variant: "light",
257
257
  color: "primary",
258
- class: [colorVariants.light.primary, "data-[hover=true]:bg-primary-50"]
258
+ class: [colorVariants.light.primary, "data-[hover=true]:bg-primary-100/50"]
259
259
  },
260
260
  {
261
261
  variant: "light",
262
262
  color: "secondary",
263
- class: [colorVariants.light.secondary, "data-[hover=true]:bg-secondary-100"]
263
+ class: [colorVariants.light.secondary, "data-[hover=true]:bg-secondary-100/50"]
264
264
  },
265
265
  {
266
266
  variant: "light",
267
267
  color: "success",
268
- class: [colorVariants.light.success, "data-[hover=true]:bg-success-50"]
268
+ class: [colorVariants.light.success, "data-[hover=true]:bg-success-100/50"]
269
269
  },
270
270
  {
271
271
  variant: "light",
272
272
  color: "warning",
273
- class: [colorVariants.light.warning, "data-[hover=true]:bg-warning-50"]
273
+ class: [colorVariants.light.warning, "data-[hover=true]:bg-warning-100/50"]
274
274
  },
275
275
  {
276
276
  variant: "light",
277
277
  color: "danger",
278
- class: [colorVariants.light.danger, "data-[hover=true]:bg-danger-50"]
278
+ class: [colorVariants.light.danger, "data-[hover=true]:bg-danger-100/50"]
279
279
  },
280
280
  {
281
281
  variant: "ghost",
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  utilities
3
- } from "./chunk-GKMFQDRM.mjs";
4
- import {
5
- baseStyles
6
- } from "./chunk-INZK6TTL.mjs";
3
+ } from "./chunk-JH2TR6BI.mjs";
7
4
  import {
8
5
  semanticColors
9
- } from "./chunk-3YM7ZXUG.mjs";
6
+ } from "./chunk-Z5FFO6RH.mjs";
7
+ import {
8
+ commonColors
9
+ } from "./chunk-W4HTBNGS.mjs";
10
10
  import {
11
11
  removeDefaultKeys
12
12
  } from "./chunk-37PIXVP4.mjs";
@@ -14,8 +14,8 @@ import {
14
14
  animations
15
15
  } from "./chunk-DMASP6FA.mjs";
16
16
  import {
17
- commonColors
18
- } from "./chunk-CRCBVLUP.mjs";
17
+ baseStyles
18
+ } from "./chunk-INZK6TTL.mjs";
19
19
 
20
20
  // src/plugin.ts
21
21
  import Color from "color";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  colorVariants
3
- } from "./chunk-W3WKU3QV.mjs";
3
+ } from "./chunk-I4OYRSA7.mjs";
4
4
 
5
5
  // src/components/popover.ts
6
6
  import { tv } from "tailwind-variants";
@@ -72,7 +72,7 @@ var popover = tv({
72
72
  },
73
73
  color: {
74
74
  default: {
75
- base: "bg-background dark:bg-content1"
75
+ base: "bg-background dark:bg-content1 border border-default-100"
76
76
  },
77
77
  foreground: {
78
78
  base: colorVariants.solid.foreground
@@ -1,9 +1,9 @@
1
+ import {
2
+ commonColors
3
+ } from "./chunk-W4HTBNGS.mjs";
1
4
  import {
2
5
  swapColorValues
3
6
  } from "./chunk-37PIXVP4.mjs";
4
- import {
5
- commonColors
6
- } from "./chunk-CRCBVLUP.mjs";
7
7
 
8
8
  // src/colors/semantic.ts
9
9
  import twColors from "tailwindcss/colors.js";
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  commonColors
3
- } from "../chunk-CRCBVLUP.mjs";
4
- import "../chunk-DCEG5LGX.mjs";
5
- import "../chunk-L2OL7R23.mjs";
3
+ } from "../chunk-W4HTBNGS.mjs";
6
4
  import "../chunk-YZYGFPNK.mjs";
7
5
  import "../chunk-Y4YW5MKL.mjs";
8
6
  import "../chunk-KZJBCC2H.mjs";
9
7
  import "../chunk-T3GWIVAM.mjs";
10
8
  import "../chunk-OR5PUD24.mjs";
9
+ import "../chunk-DCEG5LGX.mjs";
10
+ import "../chunk-L2OL7R23.mjs";
11
11
  export {
12
12
  commonColors
13
13
  };
@@ -1,21 +1,21 @@
1
1
  import {
2
2
  colors
3
- } from "../chunk-CNGIMNA5.mjs";
3
+ } from "../chunk-PFNGC6IG.mjs";
4
4
  import {
5
5
  semanticColors
6
- } from "../chunk-3YM7ZXUG.mjs";
7
- import "../chunk-37PIXVP4.mjs";
6
+ } from "../chunk-Z5FFO6RH.mjs";
8
7
  import "../chunk-M63AFAHO.mjs";
9
8
  import {
10
9
  commonColors
11
- } from "../chunk-CRCBVLUP.mjs";
12
- import "../chunk-DCEG5LGX.mjs";
13
- import "../chunk-L2OL7R23.mjs";
10
+ } from "../chunk-W4HTBNGS.mjs";
14
11
  import "../chunk-YZYGFPNK.mjs";
15
12
  import "../chunk-Y4YW5MKL.mjs";
16
13
  import "../chunk-KZJBCC2H.mjs";
17
14
  import "../chunk-T3GWIVAM.mjs";
18
15
  import "../chunk-OR5PUD24.mjs";
16
+ import "../chunk-DCEG5LGX.mjs";
17
+ import "../chunk-L2OL7R23.mjs";
18
+ import "../chunk-37PIXVP4.mjs";
19
19
  export {
20
20
  colors,
21
21
  commonColors,
@@ -2,16 +2,16 @@ import {
2
2
  semanticColors,
3
3
  semanticColorsDark,
4
4
  semanticColorsLight
5
- } from "../chunk-3YM7ZXUG.mjs";
6
- import "../chunk-37PIXVP4.mjs";
7
- import "../chunk-CRCBVLUP.mjs";
8
- import "../chunk-DCEG5LGX.mjs";
9
- import "../chunk-L2OL7R23.mjs";
5
+ } from "../chunk-Z5FFO6RH.mjs";
6
+ import "../chunk-W4HTBNGS.mjs";
10
7
  import "../chunk-YZYGFPNK.mjs";
11
8
  import "../chunk-Y4YW5MKL.mjs";
12
9
  import "../chunk-KZJBCC2H.mjs";
13
10
  import "../chunk-T3GWIVAM.mjs";
14
11
  import "../chunk-OR5PUD24.mjs";
12
+ import "../chunk-DCEG5LGX.mjs";
13
+ import "../chunk-L2OL7R23.mjs";
14
+ import "../chunk-37PIXVP4.mjs";
15
15
  export {
16
16
  semanticColors,
17
17
  semanticColorsDark,
package/dist/colors.mjs CHANGED
@@ -1,22 +1,22 @@
1
1
  import "./chunk-WQEDQHKX.mjs";
2
2
  import {
3
3
  colors
4
- } from "./chunk-CNGIMNA5.mjs";
4
+ } from "./chunk-PFNGC6IG.mjs";
5
5
  import {
6
6
  semanticColors
7
- } from "./chunk-3YM7ZXUG.mjs";
8
- import "./chunk-37PIXVP4.mjs";
7
+ } from "./chunk-Z5FFO6RH.mjs";
9
8
  import "./chunk-M63AFAHO.mjs";
10
9
  import {
11
10
  commonColors
12
- } from "./chunk-CRCBVLUP.mjs";
13
- import "./chunk-DCEG5LGX.mjs";
14
- import "./chunk-L2OL7R23.mjs";
11
+ } from "./chunk-W4HTBNGS.mjs";
15
12
  import "./chunk-YZYGFPNK.mjs";
16
13
  import "./chunk-Y4YW5MKL.mjs";
17
14
  import "./chunk-KZJBCC2H.mjs";
18
15
  import "./chunk-T3GWIVAM.mjs";
19
16
  import "./chunk-OR5PUD24.mjs";
17
+ import "./chunk-DCEG5LGX.mjs";
18
+ import "./chunk-L2OL7R23.mjs";
19
+ import "./chunk-37PIXVP4.mjs";
20
20
  export {
21
21
  colors,
22
22
  commonColors,