@nextui-org/theme 0.0.0-dev-v2-20230701230240 → 0.0.0-dev-v2-20230702033431

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 (52) hide show
  1. package/dist/{chunk-RMP5GJT5.mjs → chunk-7HEEC54H.mjs} +1 -1
  2. package/dist/{chunk-U7M6NPLF.mjs → chunk-CJRYUKCX.mjs} +11 -29
  3. package/dist/{chunk-3DUVVNBM.mjs → chunk-D25D4ZPI.mjs} +3 -8
  4. package/dist/{chunk-XJ2ME5DT.mjs → chunk-H7GKXBYI.mjs} +1 -1
  5. package/dist/{chunk-IG4H42LV.mjs → chunk-ZACTN4QJ.mjs} +0 -6
  6. package/dist/colors/index.js +0 -6
  7. package/dist/colors/index.mjs +2 -2
  8. package/dist/colors/semantic.js +0 -6
  9. package/dist/colors/semantic.mjs +1 -1
  10. package/dist/colors/types.d.ts +0 -1
  11. package/dist/colors.js +0 -6
  12. package/dist/colors.mjs +2 -2
  13. package/dist/components/accordion.mjs +1 -1
  14. package/dist/components/avatar.mjs +2 -2
  15. package/dist/components/badge.mjs +2 -2
  16. package/dist/components/button.mjs +2 -2
  17. package/dist/components/card.mjs +1 -1
  18. package/dist/components/checkbox.mjs +1 -1
  19. package/dist/components/chip.mjs +2 -2
  20. package/dist/components/code.mjs +2 -2
  21. package/dist/components/dropdown.js +3 -8
  22. package/dist/components/dropdown.mjs +2 -2
  23. package/dist/components/index.js +14 -37
  24. package/dist/components/index.mjs +39 -39
  25. package/dist/components/input.mjs +1 -1
  26. package/dist/components/link.mjs +1 -1
  27. package/dist/components/modal.mjs +1 -1
  28. package/dist/components/navbar.mjs +1 -1
  29. package/dist/components/pagination.mjs +2 -2
  30. package/dist/components/popover.mjs +2 -2
  31. package/dist/components/radio.mjs +1 -1
  32. package/dist/components/snippet.mjs +2 -2
  33. package/dist/components/table.d.ts +0 -72
  34. package/dist/components/table.js +11 -29
  35. package/dist/components/table.mjs +2 -2
  36. package/dist/components/tabs.mjs +2 -2
  37. package/dist/components/toggle.mjs +1 -1
  38. package/dist/components/user.mjs +1 -1
  39. package/dist/index.js +14 -43
  40. package/dist/index.mjs +42 -42
  41. package/dist/plugin.js +0 -6
  42. package/dist/plugin.mjs +3 -3
  43. package/package.json +2 -2
  44. package/dist/{chunk-Q7Y2WFSA.mjs → chunk-2OJQTQ24.mjs} +3 -3
  45. package/dist/{chunk-V5ZTBGGO.mjs → chunk-5LSACMFO.mjs} +3 -3
  46. package/dist/{chunk-ZQYK5VM2.mjs → chunk-5NYMZUEK.mjs} +3 -3
  47. package/dist/{chunk-5VNI3CVI.mjs → chunk-ETX5K2PY.mjs} +3 -3
  48. package/dist/{chunk-BC3PVAWS.mjs → chunk-GZVAQ5VD.mjs} +3 -3
  49. package/dist/{chunk-ZHGJEVPT.mjs → chunk-JKWIX3WW.mjs} +3 -3
  50. package/dist/{chunk-6PEULYVG.mjs → chunk-K7J53FGN.mjs} +3 -3
  51. package/dist/{chunk-DY5676QC.mjs → chunk-L7XBTQSM.mjs} +3 -3
  52. package/dist/{chunk-C43HNPNG.mjs → chunk-QA5I3ZAL.mjs} +3 -3
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  semanticColors
3
- } from "./chunk-IG4H42LV.mjs";
3
+ } from "./chunk-ZACTN4QJ.mjs";
4
4
  import {
5
5
  commonColors
6
6
  } from "./chunk-IAS3SFA4.mjs";
@@ -15,8 +15,8 @@ var table = tv({
15
15
  "relative",
16
16
  "justify-between",
17
17
  "gap-4",
18
- "border",
19
- "border-boundary",
18
+ "shadow-medium",
19
+ "bg-content1",
20
20
  "overflow-auto"
21
21
  ],
22
22
  table: "min-w-full h-auto",
@@ -47,7 +47,7 @@ var table = tv({
47
47
  "relative",
48
48
  "align-middle",
49
49
  "whitespace-normal",
50
- "text-small",
50
+ "text-medium",
51
51
  "font-normal",
52
52
  "outline-none",
53
53
  ...dataFocusVisibleClasses,
@@ -107,23 +107,14 @@ var table = tv({
107
107
  none: {
108
108
  base: "rounded-none"
109
109
  },
110
- base: {
111
- base: "rounded"
112
- },
113
110
  sm: {
114
- base: "rounded-sm"
111
+ base: "rounded-small"
115
112
  },
116
113
  md: {
117
- base: "rounded-md"
114
+ base: "rounded-medium"
118
115
  },
119
116
  lg: {
120
- base: "rounded-lg"
121
- },
122
- xl: {
123
- base: "rounded-xl"
124
- },
125
- "2xl": {
126
- base: "rounded-2xl"
117
+ base: "rounded-large"
127
118
  }
128
119
  },
129
120
  shadow: {
@@ -131,22 +122,13 @@ var table = tv({
131
122
  base: "shadow-none"
132
123
  },
133
124
  sm: {
134
- base: "shadow-sm"
125
+ base: "shadow-small"
135
126
  },
136
127
  md: {
137
- base: "shadow-md"
128
+ base: "shadow-medium"
138
129
  },
139
130
  lg: {
140
- base: "shadow-lg"
141
- },
142
- xl: {
143
- base: "shadow-xl"
144
- },
145
- "2xl": {
146
- base: "shadow-2xl"
147
- },
148
- inner: {
149
- base: "shadow-inner"
131
+ base: "shadow-large"
150
132
  }
151
133
  },
152
134
  hideHeader: {
@@ -196,8 +178,8 @@ var table = tv({
196
178
  },
197
179
  defaultVariants: {
198
180
  layout: "auto",
199
- shadow: "lg",
200
- radius: "xl",
181
+ shadow: "md",
182
+ radius: "lg",
201
183
  color: "default",
202
184
  hideHeader: false,
203
185
  isStriped: false,
@@ -32,13 +32,8 @@ var dropdownItem = tv({
32
32
  "data-[focus-visible=true]:dark:ring-offset-background-content1"
33
33
  ],
34
34
  wrapper: "w-full flex flex-col items-start justify-center",
35
- title: "flex-1 text-medium lg:text-small font-normal truncate",
36
- description: [
37
- "w-full",
38
- "text-small lg:text-tiny",
39
- "text-foreground-500",
40
- "group-hover:text-current"
41
- ],
35
+ title: "flex-1 text-medium font-normal truncate",
36
+ description: ["w-full", "text-small", "text-foreground-500", "group-hover:text-current"],
42
37
  selectedIcon: ["text-inherit", "w-3", "h-3", "flex-shrink-0"],
43
38
  shortcut: [
44
39
  "px-1",
@@ -46,7 +41,7 @@ var dropdownItem = tv({
46
41
  "rounded",
47
42
  "font-sans",
48
43
  "text-foreground-500",
49
- "text-tiny",
44
+ "text-small",
50
45
  "border-small",
51
46
  "border-default-300",
52
47
  "group-hover:border-current"
@@ -9,7 +9,7 @@ import {
9
9
  } from "./chunk-G2ZSNGR5.mjs";
10
10
  import {
11
11
  semanticColors
12
- } from "./chunk-IG4H42LV.mjs";
12
+ } from "./chunk-ZACTN4QJ.mjs";
13
13
  import {
14
14
  flattenThemeObject,
15
15
  transformKeysToKebab
@@ -19,9 +19,6 @@ var base = {
19
19
  divider: {
20
20
  DEFAULT: "rgba(17, 17, 17, 0.15)"
21
21
  },
22
- boundary: {
23
- DEFAULT: commonColors.zinc[200]
24
- },
25
22
  focus: {
26
23
  DEFAULT: commonColors.blue[500]
27
24
  },
@@ -62,9 +59,6 @@ var base = {
62
59
  divider: {
63
60
  DEFAULT: "rgba(255, 255, 255, 0.15)"
64
61
  },
65
- boundary: {
66
- DEFAULT: commonColors.zinc[800]
67
- },
68
62
  content1: {
69
63
  DEFAULT: commonColors.zinc[900],
70
64
  foreground: commonColors.zinc[50]
@@ -194,9 +194,6 @@ var base = {
194
194
  divider: {
195
195
  DEFAULT: "rgba(17, 17, 17, 0.15)"
196
196
  },
197
- boundary: {
198
- DEFAULT: commonColors.zinc[200]
199
- },
200
197
  focus: {
201
198
  DEFAULT: commonColors.blue[500]
202
199
  },
@@ -237,9 +234,6 @@ var base = {
237
234
  divider: {
238
235
  DEFAULT: "rgba(255, 255, 255, 0.15)"
239
236
  },
240
- boundary: {
241
- DEFAULT: commonColors.zinc[800]
242
- },
243
237
  content1: {
244
238
  DEFAULT: commonColors.zinc[900],
245
239
  foreground: commonColors.zinc[50]
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  colors
3
- } from "../chunk-RMP5GJT5.mjs";
3
+ } from "../chunk-7HEEC54H.mjs";
4
4
  import {
5
5
  semanticColors
6
- } from "../chunk-IG4H42LV.mjs";
6
+ } from "../chunk-ZACTN4QJ.mjs";
7
7
  import "../chunk-MEZC3VSI.mjs";
8
8
  import "../chunk-M63AFAHO.mjs";
9
9
  import {
@@ -192,9 +192,6 @@ var base = {
192
192
  divider: {
193
193
  DEFAULT: "rgba(17, 17, 17, 0.15)"
194
194
  },
195
- boundary: {
196
- DEFAULT: commonColors.zinc[200]
197
- },
198
195
  focus: {
199
196
  DEFAULT: commonColors.blue[500]
200
197
  },
@@ -235,9 +232,6 @@ var base = {
235
232
  divider: {
236
233
  DEFAULT: "rgba(255, 255, 255, 0.15)"
237
234
  },
238
- boundary: {
239
- DEFAULT: commonColors.zinc[800]
240
- },
241
235
  content1: {
242
236
  DEFAULT: commonColors.zinc[900],
243
237
  foreground: commonColors.zinc[50]
@@ -2,7 +2,7 @@ import {
2
2
  semanticColors,
3
3
  themeColorsDark,
4
4
  themeColorsLight
5
- } from "../chunk-IG4H42LV.mjs";
5
+ } from "../chunk-ZACTN4QJ.mjs";
6
6
  import "../chunk-MEZC3VSI.mjs";
7
7
  import "../chunk-IAS3SFA4.mjs";
8
8
  import "../chunk-JUEOCLA3.mjs";
@@ -16,7 +16,6 @@ type BaseColors = {
16
16
  background: ColorScale;
17
17
  foreground: ColorScale;
18
18
  divider: ColorScale;
19
- boundary: ColorScale;
20
19
  overlay: ColorScale;
21
20
  focus: ColorScale;
22
21
  content1: ColorScale;
package/dist/colors.js CHANGED
@@ -194,9 +194,6 @@ var base = {
194
194
  divider: {
195
195
  DEFAULT: "rgba(17, 17, 17, 0.15)"
196
196
  },
197
- boundary: {
198
- DEFAULT: commonColors.zinc[200]
199
- },
200
197
  focus: {
201
198
  DEFAULT: commonColors.blue[500]
202
199
  },
@@ -237,9 +234,6 @@ var base = {
237
234
  divider: {
238
235
  DEFAULT: "rgba(255, 255, 255, 0.15)"
239
236
  },
240
- boundary: {
241
- DEFAULT: commonColors.zinc[800]
242
- },
243
237
  content1: {
244
238
  DEFAULT: commonColors.zinc[900],
245
239
  foreground: commonColors.zinc[50]
package/dist/colors.mjs CHANGED
@@ -1,10 +1,10 @@
1
1
  import "./chunk-WQEDQHKX.mjs";
2
2
  import {
3
3
  colors
4
- } from "./chunk-RMP5GJT5.mjs";
4
+ } from "./chunk-7HEEC54H.mjs";
5
5
  import {
6
6
  semanticColors
7
- } from "./chunk-IG4H42LV.mjs";
7
+ } from "./chunk-ZACTN4QJ.mjs";
8
8
  import "./chunk-MEZC3VSI.mjs";
9
9
  import "./chunk-M63AFAHO.mjs";
10
10
  import {
@@ -2,10 +2,10 @@ import {
2
2
  accordion,
3
3
  accordionItem
4
4
  } from "../chunk-UZZPYFGR.mjs";
5
+ import "../chunk-GMMETTYU.mjs";
5
6
  import "../chunk-CMYR6AOY.mjs";
6
7
  import "../chunk-K7LK7NCE.mjs";
7
8
  import "../chunk-2PIR7DFM.mjs";
8
- import "../chunk-GMMETTYU.mjs";
9
9
  import "../chunk-G2ZSNGR5.mjs";
10
10
  export {
11
11
  accordion,
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  avatar,
3
3
  avatarGroup
4
- } from "../chunk-6PEULYVG.mjs";
4
+ } from "../chunk-K7J53FGN.mjs";
5
+ import "../chunk-GMMETTYU.mjs";
5
6
  import "../chunk-CMYR6AOY.mjs";
6
7
  import "../chunk-K7LK7NCE.mjs";
7
8
  import "../chunk-2PIR7DFM.mjs";
8
- import "../chunk-GMMETTYU.mjs";
9
9
  import "../chunk-G2ZSNGR5.mjs";
10
10
  export {
11
11
  avatar,
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  badge
3
- } from "../chunk-DY5676QC.mjs";
3
+ } from "../chunk-L7XBTQSM.mjs";
4
+ import "../chunk-GMMETTYU.mjs";
4
5
  import "../chunk-CMYR6AOY.mjs";
5
6
  import "../chunk-K7LK7NCE.mjs";
6
7
  import "../chunk-2PIR7DFM.mjs";
7
- import "../chunk-GMMETTYU.mjs";
8
8
  import "../chunk-G2ZSNGR5.mjs";
9
9
  export {
10
10
  badge
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  button,
3
3
  buttonGroup
4
- } from "../chunk-Q7Y2WFSA.mjs";
4
+ } from "../chunk-2OJQTQ24.mjs";
5
+ import "../chunk-GMMETTYU.mjs";
5
6
  import "../chunk-CMYR6AOY.mjs";
6
7
  import "../chunk-K7LK7NCE.mjs";
7
8
  import "../chunk-2PIR7DFM.mjs";
8
- import "../chunk-GMMETTYU.mjs";
9
9
  import "../chunk-G2ZSNGR5.mjs";
10
10
  export {
11
11
  button,
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  card
3
3
  } from "../chunk-OFWUJFG6.mjs";
4
+ import "../chunk-GMMETTYU.mjs";
4
5
  import "../chunk-CMYR6AOY.mjs";
5
6
  import "../chunk-K7LK7NCE.mjs";
6
7
  import "../chunk-2PIR7DFM.mjs";
7
- import "../chunk-GMMETTYU.mjs";
8
8
  import "../chunk-G2ZSNGR5.mjs";
9
9
  export {
10
10
  card
@@ -2,10 +2,10 @@ import {
2
2
  checkbox,
3
3
  checkboxGroup
4
4
  } from "../chunk-RVVPQOCN.mjs";
5
+ import "../chunk-GMMETTYU.mjs";
5
6
  import "../chunk-CMYR6AOY.mjs";
6
7
  import "../chunk-K7LK7NCE.mjs";
7
8
  import "../chunk-2PIR7DFM.mjs";
8
- import "../chunk-GMMETTYU.mjs";
9
9
  import "../chunk-G2ZSNGR5.mjs";
10
10
  export {
11
11
  checkbox,
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  chip
3
- } from "../chunk-5VNI3CVI.mjs";
3
+ } from "../chunk-ETX5K2PY.mjs";
4
+ import "../chunk-GMMETTYU.mjs";
4
5
  import "../chunk-CMYR6AOY.mjs";
5
6
  import "../chunk-K7LK7NCE.mjs";
6
7
  import "../chunk-2PIR7DFM.mjs";
7
- import "../chunk-GMMETTYU.mjs";
8
8
  import "../chunk-G2ZSNGR5.mjs";
9
9
  export {
10
10
  chip
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  code
3
- } from "../chunk-V5ZTBGGO.mjs";
3
+ } from "../chunk-5LSACMFO.mjs";
4
+ import "../chunk-GMMETTYU.mjs";
4
5
  import "../chunk-CMYR6AOY.mjs";
5
6
  import "../chunk-K7LK7NCE.mjs";
6
7
  import "../chunk-2PIR7DFM.mjs";
7
- import "../chunk-GMMETTYU.mjs";
8
8
  import "../chunk-G2ZSNGR5.mjs";
9
9
  export {
10
10
  code
@@ -92,13 +92,8 @@ var dropdownItem = tv({
92
92
  "data-[focus-visible=true]:dark:ring-offset-background-content1"
93
93
  ],
94
94
  wrapper: "w-full flex flex-col items-start justify-center",
95
- title: "flex-1 text-medium lg:text-small font-normal truncate",
96
- description: [
97
- "w-full",
98
- "text-small lg:text-tiny",
99
- "text-foreground-500",
100
- "group-hover:text-current"
101
- ],
95
+ title: "flex-1 text-medium font-normal truncate",
96
+ description: ["w-full", "text-small", "text-foreground-500", "group-hover:text-current"],
102
97
  selectedIcon: ["text-inherit", "w-3", "h-3", "flex-shrink-0"],
103
98
  shortcut: [
104
99
  "px-1",
@@ -106,7 +101,7 @@ var dropdownItem = tv({
106
101
  "rounded",
107
102
  "font-sans",
108
103
  "text-foreground-500",
109
- "text-tiny",
104
+ "text-small",
110
105
  "border-small",
111
106
  "border-default-300",
112
107
  "group-hover:border-current"
@@ -3,11 +3,11 @@ import {
3
3
  dropdownItem,
4
4
  dropdownMenu,
5
5
  dropdownSection
6
- } from "../chunk-3DUVVNBM.mjs";
6
+ } from "../chunk-D25D4ZPI.mjs";
7
+ import "../chunk-GMMETTYU.mjs";
7
8
  import "../chunk-CMYR6AOY.mjs";
8
9
  import "../chunk-K7LK7NCE.mjs";
9
10
  import "../chunk-2PIR7DFM.mjs";
10
- import "../chunk-GMMETTYU.mjs";
11
11
  import "../chunk-G2ZSNGR5.mjs";
12
12
  export {
13
13
  dropdown,
@@ -4123,13 +4123,8 @@ var dropdownItem = tv({
4123
4123
  "data-[focus-visible=true]:dark:ring-offset-background-content1"
4124
4124
  ],
4125
4125
  wrapper: "w-full flex flex-col items-start justify-center",
4126
- title: "flex-1 text-medium lg:text-small font-normal truncate",
4127
- description: [
4128
- "w-full",
4129
- "text-small lg:text-tiny",
4130
- "text-foreground-500",
4131
- "group-hover:text-current"
4132
- ],
4126
+ title: "flex-1 text-medium font-normal truncate",
4127
+ description: ["w-full", "text-small", "text-foreground-500", "group-hover:text-current"],
4133
4128
  selectedIcon: ["text-inherit", "w-3", "h-3", "flex-shrink-0"],
4134
4129
  shortcut: [
4135
4130
  "px-1",
@@ -4137,7 +4132,7 @@ var dropdownItem = tv({
4137
4132
  "rounded",
4138
4133
  "font-sans",
4139
4134
  "text-foreground-500",
4140
- "text-tiny",
4135
+ "text-small",
4141
4136
  "border-small",
4142
4137
  "border-default-300",
4143
4138
  "group-hover:border-current"
@@ -4918,8 +4913,8 @@ var table = tv({
4918
4913
  "relative",
4919
4914
  "justify-between",
4920
4915
  "gap-4",
4921
- "border",
4922
- "border-boundary",
4916
+ "shadow-medium",
4917
+ "bg-content1",
4923
4918
  "overflow-auto"
4924
4919
  ],
4925
4920
  table: "min-w-full h-auto",
@@ -4950,7 +4945,7 @@ var table = tv({
4950
4945
  "relative",
4951
4946
  "align-middle",
4952
4947
  "whitespace-normal",
4953
- "text-small",
4948
+ "text-medium",
4954
4949
  "font-normal",
4955
4950
  "outline-none",
4956
4951
  ...dataFocusVisibleClasses,
@@ -5010,23 +5005,14 @@ var table = tv({
5010
5005
  none: {
5011
5006
  base: "rounded-none"
5012
5007
  },
5013
- base: {
5014
- base: "rounded"
5015
- },
5016
5008
  sm: {
5017
- base: "rounded-sm"
5009
+ base: "rounded-small"
5018
5010
  },
5019
5011
  md: {
5020
- base: "rounded-md"
5012
+ base: "rounded-medium"
5021
5013
  },
5022
5014
  lg: {
5023
- base: "rounded-lg"
5024
- },
5025
- xl: {
5026
- base: "rounded-xl"
5027
- },
5028
- "2xl": {
5029
- base: "rounded-2xl"
5015
+ base: "rounded-large"
5030
5016
  }
5031
5017
  },
5032
5018
  shadow: {
@@ -5034,22 +5020,13 @@ var table = tv({
5034
5020
  base: "shadow-none"
5035
5021
  },
5036
5022
  sm: {
5037
- base: "shadow-sm"
5023
+ base: "shadow-small"
5038
5024
  },
5039
5025
  md: {
5040
- base: "shadow-md"
5026
+ base: "shadow-medium"
5041
5027
  },
5042
5028
  lg: {
5043
- base: "shadow-lg"
5044
- },
5045
- xl: {
5046
- base: "shadow-xl"
5047
- },
5048
- "2xl": {
5049
- base: "shadow-2xl"
5050
- },
5051
- inner: {
5052
- base: "shadow-inner"
5029
+ base: "shadow-large"
5053
5030
  }
5054
5031
  },
5055
5032
  hideHeader: {
@@ -5099,8 +5076,8 @@ var table = tv({
5099
5076
  },
5100
5077
  defaultVariants: {
5101
5078
  layout: "auto",
5102
- shadow: "lg",
5103
- radius: "xl",
5079
+ shadow: "md",
5080
+ radius: "lg",
5104
5081
  color: "default",
5105
5082
  hideHeader: false,
5106
5083
  isStriped: false,
@@ -1,7 +1,25 @@
1
1
  import "../chunk-PRWEADY4.mjs";
2
+ import {
3
+ table
4
+ } from "../chunk-CJRYUKCX.mjs";
5
+ import {
6
+ tabs
7
+ } from "../chunk-5NYMZUEK.mjs";
8
+ import {
9
+ toggle
10
+ } from "../chunk-GCKY7FII.mjs";
2
11
  import {
3
12
  user
4
13
  } from "../chunk-TXDV4YYI.mjs";
14
+ import {
15
+ pagination
16
+ } from "../chunk-JKWIX3WW.mjs";
17
+ import {
18
+ popover
19
+ } from "../chunk-QA5I3ZAL.mjs";
20
+ import {
21
+ progress
22
+ } from "../chunk-524WVPFR.mjs";
5
23
  import {
6
24
  radio,
7
25
  radioGroup
@@ -11,7 +29,7 @@ import {
11
29
  } from "../chunk-IWEUZYJF.mjs";
12
30
  import {
13
31
  snippet
14
- } from "../chunk-BC3PVAWS.mjs";
32
+ } from "../chunk-GZVAQ5VD.mjs";
15
33
  import {
16
34
  spacer
17
35
  } from "../chunk-W6DVXJB3.mjs";
@@ -19,14 +37,14 @@ import {
19
37
  spinner
20
38
  } from "../chunk-PSEUPXFL.mjs";
21
39
  import {
22
- table
23
- } from "../chunk-U7M6NPLF.mjs";
24
- import {
25
- tabs
26
- } from "../chunk-ZQYK5VM2.mjs";
40
+ dropdown,
41
+ dropdownItem,
42
+ dropdownMenu,
43
+ dropdownSection
44
+ } from "../chunk-D25D4ZPI.mjs";
27
45
  import {
28
- toggle
29
- } from "../chunk-GCKY7FII.mjs";
46
+ image
47
+ } from "../chunk-LDBYFTHC.mjs";
30
48
  import {
31
49
  input
32
50
  } from "../chunk-SQCHLZL7.mjs";
@@ -44,38 +62,31 @@ import {
44
62
  navbar
45
63
  } from "../chunk-GHB2MRUU.mjs";
46
64
  import {
47
- pagination
48
- } from "../chunk-ZHGJEVPT.mjs";
65
+ button,
66
+ buttonGroup
67
+ } from "../chunk-2OJQTQ24.mjs";
49
68
  import {
50
- popover
51
- } from "../chunk-C43HNPNG.mjs";
69
+ card
70
+ } from "../chunk-OFWUJFG6.mjs";
52
71
  import {
53
- progress
54
- } from "../chunk-524WVPFR.mjs";
72
+ checkbox,
73
+ checkboxGroup
74
+ } from "../chunk-RVVPQOCN.mjs";
55
75
  import {
56
76
  chip
57
- } from "../chunk-5VNI3CVI.mjs";
77
+ } from "../chunk-ETX5K2PY.mjs";
58
78
  import {
59
79
  circularProgress
60
80
  } from "../chunk-WAAJG22Y.mjs";
61
81
  import {
62
82
  code
63
- } from "../chunk-V5ZTBGGO.mjs";
83
+ } from "../chunk-5LSACMFO.mjs";
64
84
  import {
65
85
  divider
66
86
  } from "../chunk-UODOTC2G.mjs";
67
87
  import {
68
88
  drip
69
89
  } from "../chunk-AGUZRGXC.mjs";
70
- import {
71
- dropdown,
72
- dropdownItem,
73
- dropdownMenu,
74
- dropdownSection
75
- } from "../chunk-3DUVVNBM.mjs";
76
- import {
77
- image
78
- } from "../chunk-LDBYFTHC.mjs";
79
90
  import {
80
91
  accordion,
81
92
  accordionItem
@@ -83,25 +94,14 @@ import {
83
94
  import {
84
95
  avatar,
85
96
  avatarGroup
86
- } from "../chunk-6PEULYVG.mjs";
97
+ } from "../chunk-K7J53FGN.mjs";
87
98
  import {
88
99
  badge
89
- } from "../chunk-DY5676QC.mjs";
90
- import {
91
- button,
92
- buttonGroup
93
- } from "../chunk-Q7Y2WFSA.mjs";
94
- import {
95
- card
96
- } from "../chunk-OFWUJFG6.mjs";
97
- import {
98
- checkbox,
99
- checkboxGroup
100
- } from "../chunk-RVVPQOCN.mjs";
100
+ } from "../chunk-L7XBTQSM.mjs";
101
+ import "../chunk-GMMETTYU.mjs";
101
102
  import "../chunk-CMYR6AOY.mjs";
102
103
  import "../chunk-K7LK7NCE.mjs";
103
104
  import "../chunk-2PIR7DFM.mjs";
104
- import "../chunk-GMMETTYU.mjs";
105
105
  import "../chunk-G2ZSNGR5.mjs";
106
106
  export {
107
107
  accordion,
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  input
3
3
  } from "../chunk-SQCHLZL7.mjs";
4
+ import "../chunk-GMMETTYU.mjs";
4
5
  import "../chunk-CMYR6AOY.mjs";
5
6
  import "../chunk-K7LK7NCE.mjs";
6
7
  import "../chunk-2PIR7DFM.mjs";
7
- import "../chunk-GMMETTYU.mjs";
8
8
  import "../chunk-G2ZSNGR5.mjs";
9
9
  export {
10
10
  input
@@ -2,10 +2,10 @@ import {
2
2
  link,
3
3
  linkAnchorClasses
4
4
  } from "../chunk-NXGPICRI.mjs";
5
+ import "../chunk-GMMETTYU.mjs";
5
6
  import "../chunk-CMYR6AOY.mjs";
6
7
  import "../chunk-K7LK7NCE.mjs";
7
8
  import "../chunk-2PIR7DFM.mjs";
8
- import "../chunk-GMMETTYU.mjs";
9
9
  import "../chunk-G2ZSNGR5.mjs";
10
10
  export {
11
11
  link,