@teach-in/react 0.3.0 → 1.0.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 (110) hide show
  1. package/dist/{chunk-2CEZXLZR.mjs → chunk-3VAZY2QK.mjs} +1 -1
  2. package/dist/chunk-3YOW5DEZ.mjs +45 -0
  3. package/dist/{chunk-TYMUQULA.mjs → chunk-4BGIUXAF.mjs} +1 -1
  4. package/dist/chunk-4N3FFVKQ.mjs +14 -0
  5. package/dist/chunk-7BTEKEON.mjs +11 -0
  6. package/dist/{chunk-2ASQXBDD.mjs → chunk-AMNORHD6.mjs} +1 -1
  7. package/dist/{chunk-QCLLPJMB.mjs → chunk-CFG5V7VB.mjs} +2 -2
  8. package/dist/chunk-EEGPGLDC.mjs +26 -0
  9. package/dist/{chunk-GEJLG5RP.mjs → chunk-NLHQDWUK.mjs} +3 -2
  10. package/dist/chunk-PSK7I7V4.mjs +30 -0
  11. package/dist/chunk-Q2ILWL7L.mjs +1 -0
  12. package/dist/chunk-TSD6GU35.mjs +16 -0
  13. package/dist/chunk-UON5ACST.mjs +1 -0
  14. package/dist/chunk-UT5RUCAT.mjs +1 -0
  15. package/dist/index.d.ts +1 -0
  16. package/dist/index.js +291 -235
  17. package/dist/index.mjs +157 -142
  18. package/dist/ui/actions/button/button.js +1 -1
  19. package/dist/ui/actions/button/button.mjs +1 -1
  20. package/dist/ui/actions/button/index.js +1 -1
  21. package/dist/ui/actions/button/index.mjs +1 -1
  22. package/dist/ui/actions/index.js +1 -1
  23. package/dist/ui/actions/index.mjs +1 -1
  24. package/dist/ui/data/image/image.d.ts +6 -0
  25. package/dist/ui/data/image/image.js +47 -0
  26. package/dist/ui/data/image/image.mjs +7 -0
  27. package/dist/ui/data/image/index.d.ts +1 -0
  28. package/dist/ui/data/image/index.js +49 -0
  29. package/dist/ui/data/image/index.mjs +8 -0
  30. package/dist/ui/data/index.d.ts +1 -0
  31. package/dist/ui/data/index.js +11 -0
  32. package/dist/ui/data/index.mjs +18 -13
  33. package/dist/ui/feedback/chip/chip.js +18 -1
  34. package/dist/ui/feedback/chip/chip.mjs +3 -1
  35. package/dist/ui/feedback/chip/index.js +18 -1
  36. package/dist/ui/feedback/chip/index.mjs +3 -1
  37. package/dist/ui/feedback/index.js +18 -1
  38. package/dist/ui/feedback/index.mjs +13 -11
  39. package/dist/ui/form/index.js +23 -10
  40. package/dist/ui/form/index.mjs +12 -12
  41. package/dist/ui/form/rhf/fields/autocomplete-field.mjs +11 -11
  42. package/dist/ui/form/rhf/fields/checkbox-field.mjs +11 -11
  43. package/dist/ui/form/rhf/fields/date-picker-field.mjs +11 -11
  44. package/dist/ui/form/rhf/fields/email-field.mjs +11 -11
  45. package/dist/ui/form/rhf/fields/index.js +23 -10
  46. package/dist/ui/form/rhf/fields/index.mjs +12 -12
  47. package/dist/ui/form/rhf/fields/input-field.mjs +11 -11
  48. package/dist/ui/form/rhf/fields/radio-field.mjs +11 -11
  49. package/dist/ui/form/rhf/fields/select-field.d.ts +8 -3
  50. package/dist/ui/form/rhf/fields/select-field.js +23 -10
  51. package/dist/ui/form/rhf/fields/select-field.mjs +12 -12
  52. package/dist/ui/form/rhf/fields/switch-field.mjs +11 -11
  53. package/dist/ui/form/rhf/fields/text-field.mjs +11 -11
  54. package/dist/ui/form/rhf/fields/textarea-field.mjs +11 -11
  55. package/dist/ui/form/rhf/index.js +23 -10
  56. package/dist/ui/form/rhf/index.mjs +12 -12
  57. package/dist/ui/format/index.mjs +6 -6
  58. package/dist/ui/index.js +289 -235
  59. package/dist/ui/index.mjs +155 -143
  60. package/dist/ui/inputs/index.js +21 -9
  61. package/dist/ui/inputs/index.mjs +22 -22
  62. package/dist/ui/inputs/radio/index.mjs +3 -3
  63. package/dist/ui/inputs/select/index.js +21 -9
  64. package/dist/ui/inputs/select/index.mjs +1 -1
  65. package/dist/ui/inputs/select/select.d.ts +18 -5
  66. package/dist/ui/inputs/select/select.js +21 -9
  67. package/dist/ui/inputs/select/select.mjs +1 -1
  68. package/dist/ui/layout/container/container.mjs +71 -65
  69. package/dist/ui/layout/container/index.mjs +71 -65
  70. package/dist/ui/layout/index.mjs +81 -75
  71. package/dist/ui/layout/page/index.mjs +7 -5
  72. package/dist/ui/layout/page/page-loading.mjs +4 -2
  73. package/dist/ui/layout/page/section-loading.mjs +4 -2
  74. package/dist/ui/navigation/breadcrumbs/breadcrumbs.d.ts +10 -6
  75. package/dist/ui/navigation/breadcrumbs/breadcrumbs.js +4 -24
  76. package/dist/ui/navigation/breadcrumbs/breadcrumbs.mjs +1 -1
  77. package/dist/ui/navigation/breadcrumbs/index.js +4 -24
  78. package/dist/ui/navigation/breadcrumbs/index.mjs +1 -1
  79. package/dist/ui/navigation/index.js +4 -14
  80. package/dist/ui/navigation/index.mjs +11 -11
  81. package/dist/ui/overlays/index.d.ts +1 -0
  82. package/dist/ui/overlays/index.js +25 -2
  83. package/dist/ui/overlays/index.mjs +10 -5
  84. package/dist/ui/overlays/popover/index.d.ts +1 -0
  85. package/dist/ui/overlays/popover/index.js +51 -0
  86. package/dist/ui/overlays/popover/index.mjs +8 -0
  87. package/dist/ui/overlays/popover/popover.d.ts +10 -0
  88. package/dist/ui/overlays/popover/popover.js +49 -0
  89. package/dist/ui/overlays/popover/popover.mjs +7 -0
  90. package/dist/ui/provider/index.mjs +4 -2
  91. package/dist/ui/provider/ui-provider.mjs +4 -2
  92. package/dist/ui/theme/colors/common.mjs +5 -5
  93. package/dist/ui/theme/colors/index.mjs +8 -8
  94. package/dist/ui/theme/colors/semantic.mjs +6 -6
  95. package/dist/ui/theme/colors.mjs +8 -8
  96. package/dist/ui/theme/index.mjs +8 -8
  97. package/dist/ui/theme/theme.mjs +8 -8
  98. package/dist/utils/extend-variants.d.ts +41 -0
  99. package/dist/utils/extend-variants.js +34 -0
  100. package/dist/utils/extend-variants.mjs +7 -0
  101. package/dist/utils/index.d.ts +1 -0
  102. package/dist/utils/index.js +36 -0
  103. package/dist/utils/index.mjs +8 -0
  104. package/package.json +5 -3
  105. package/dist/chunk-4KPEPEPC.mjs +0 -26
  106. package/dist/chunk-GQ3LBZ2Q.mjs +0 -33
  107. package/dist/chunk-ONQIPN3G.mjs +0 -14
  108. package/dist/{chunk-CYSW4N3T.mjs → chunk-3C4DPNCD.mjs} +0 -0
  109. package/dist/{chunk-NMMWGIQE.mjs → chunk-DRZAPJZH.mjs} +0 -0
  110. package/dist/{chunk-IXPMUODA.mjs → chunk-STVN4B47.mjs} +12 -12
package/dist/index.mjs CHANGED
@@ -2,22 +2,7 @@
2
2
  import {
3
3
  Container
4
4
  } from "./chunk-773RYGHT.mjs";
5
- import "./chunk-BGNMWHME.mjs";
6
- import {
7
- ScrollShadow
8
- } from "./chunk-OZSO3C5Q.mjs";
9
- import "./chunk-JUIVZCH7.mjs";
10
- import {
11
- Flex
12
- } from "./chunk-M5F723W7.mjs";
13
- import "./chunk-NDQAHQFL.mjs";
14
- import {
15
- Grid
16
- } from "./chunk-W6NKLZ73.mjs";
17
5
  import "./chunk-CRPCWBXA.mjs";
18
- import {
19
- SectionLoading
20
- } from "./chunk-25XG46X6.mjs";
21
6
  import {
22
7
  Actions,
23
8
  Body,
@@ -34,44 +19,58 @@ import "./chunk-DBQTFBA3.mjs";
34
19
  import {
35
20
  PageLoading
36
21
  } from "./chunk-SPED4RBS.mjs";
37
- import "./chunk-N7GOJBLM.mjs";
38
- import "./chunk-NVLF7L4R.mjs";
39
22
  import {
40
- Divider
41
- } from "./chunk-VWGY6KWP.mjs";
23
+ SectionLoading
24
+ } from "./chunk-25XG46X6.mjs";
25
+ import "./chunk-NDQAHQFL.mjs";
26
+ import {
27
+ Grid
28
+ } from "./chunk-W6NKLZ73.mjs";
29
+ import "./chunk-BGNMWHME.mjs";
30
+ import {
31
+ ScrollShadow
32
+ } from "./chunk-OZSO3C5Q.mjs";
33
+ import "./chunk-N7GOJBLM.mjs";
42
34
  import {
43
35
  Accordion,
44
36
  AccordionItem
45
37
  } from "./chunk-QUMDPADZ.mjs";
46
- import "./chunk-Q6XJI7Q2.mjs";
38
+ import "./chunk-NVLF7L4R.mjs";
47
39
  import {
48
- cn
49
- } from "./chunk-LOMRTWX5.mjs";
50
- import "./chunk-EVQFKHCM.mjs";
51
- import "./chunk-XAW35UDV.mjs";
40
+ Divider
41
+ } from "./chunk-VWGY6KWP.mjs";
42
+ import "./chunk-JUIVZCH7.mjs";
52
43
  import {
53
- breakpoints
54
- } from "./chunk-NBFOX367.mjs";
44
+ Flex
45
+ } from "./chunk-M5F723W7.mjs";
46
+ import "./chunk-J3GK2CGQ.mjs";
47
+ import "./chunk-25ISU6R3.mjs";
55
48
  import {
56
- theme
57
- } from "./chunk-2ASQXBDD.mjs";
58
- import "./chunk-NMMWGIQE.mjs";
59
- import "./chunk-I5AMV7H7.mjs";
49
+ Link
50
+ } from "./chunk-7T3JFARO.mjs";
51
+ import "./chunk-FKHR6G3R.mjs";
60
52
  import {
61
- Modal
62
- } from "./chunk-T57H3CGO.mjs";
63
- import "./chunk-ICRO6HS3.mjs";
53
+ BreadcrumbItem,
54
+ Breadcrumbs
55
+ } from "./chunk-TSD6GU35.mjs";
56
+ import "./chunk-AT6DX4DN.mjs";
64
57
  import {
65
- Dropdown,
66
- DropdownItem,
67
- DropdownMenu,
68
- DropdownSection,
69
- DropdownTrigger
70
- } from "./chunk-YNCISHAU.mjs";
71
- import "./chunk-3N5UZODS.mjs";
58
+ Navbar,
59
+ NavbarBrand,
60
+ NavbarContent,
61
+ NavbarItem,
62
+ NavbarMenu,
63
+ NavbarMenuItem,
64
+ NavbarMenuToggle
65
+ } from "./chunk-SAYYLTIE.mjs";
66
+ import "./chunk-MJTSZFLC.mjs";
72
67
  import {
73
- UIProvider
74
- } from "./chunk-FQUYFYMS.mjs";
68
+ Tabs
69
+ } from "./chunk-ZSYIKEXW.mjs";
70
+ import "./chunk-Q6XJI7Q2.mjs";
71
+ import {
72
+ cn
73
+ } from "./chunk-LOMRTWX5.mjs";
75
74
  import "./chunk-UNBE67YJ.mjs";
76
75
  import "./chunk-57JRJHSH.mjs";
77
76
  import {
@@ -82,49 +81,50 @@ import {
82
81
  Bento,
83
82
  bento
84
83
  } from "./chunk-J3OZNLTZ.mjs";
84
+ import "./chunk-EVQFKHCM.mjs";
85
+ import "./chunk-XAW35UDV.mjs";
86
+ import {
87
+ breakpoints
88
+ } from "./chunk-NBFOX367.mjs";
89
+ import {
90
+ theme
91
+ } from "./chunk-AMNORHD6.mjs";
85
92
  import "./chunk-JWMPI5AZ.mjs";
86
- import "./chunk-QCLLPJMB.mjs";
87
- import "./chunk-2CEZXLZR.mjs";
93
+ import "./chunk-CFG5V7VB.mjs";
88
94
  import "./chunk-EJQH6CYW.mjs";
89
- import "./chunk-IXPMUODA.mjs";
95
+ import "./chunk-3VAZY2QK.mjs";
96
+ import "./chunk-STVN4B47.mjs";
97
+ import "./chunk-XYQVL4EX.mjs";
98
+ import "./chunk-HOVAPYGJ.mjs";
90
99
  import "./chunk-3LOCA2SP.mjs";
100
+ import "./chunk-OW6U64MG.mjs";
101
+ import "./chunk-LUERGYYZ.mjs";
91
102
  import "./chunk-YBQFG6QJ.mjs";
92
103
  import "./chunk-XKX5LFH7.mjs";
93
104
  import "./chunk-SLB2JE3N.mjs";
94
- import "./chunk-XYQVL4EX.mjs";
95
- import "./chunk-HOVAPYGJ.mjs";
96
105
  import "./chunk-2OPPNAW2.mjs";
97
- import "./chunk-OW6U64MG.mjs";
98
- import "./chunk-LUERGYYZ.mjs";
99
106
  import "./chunk-VIPLRFPR.mjs";
100
- import "./chunk-5IHVMMCK.mjs";
101
- import {
102
- Plural
103
- } from "./chunk-UHLC7GOU.mjs";
104
- import {
105
- Time
106
- } from "./chunk-3ZTXXJSO.mjs";
107
- import {
108
- Boolean
109
- } from "./chunk-26RHRVH2.mjs";
107
+ import "./chunk-UON5ACST.mjs";
108
+ import "./chunk-UT5RUCAT.mjs";
110
109
  import {
111
- Currency
112
- } from "./chunk-LN7WH3OB.mjs";
113
- import {
114
- DateFormat
115
- } from "./chunk-BUVPBB4J.mjs";
116
- import {
117
- Datetime
118
- } from "./chunk-6NZ4IHNU.mjs";
110
+ Popover
111
+ } from "./chunk-PSK7I7V4.mjs";
112
+ import "./chunk-ICRO6HS3.mjs";
119
113
  import {
120
- Duration
121
- } from "./chunk-4QSIBIUI.mjs";
114
+ Dropdown,
115
+ DropdownItem,
116
+ DropdownMenu,
117
+ DropdownSection,
118
+ DropdownTrigger
119
+ } from "./chunk-YNCISHAU.mjs";
120
+ import "./chunk-I5AMV7H7.mjs";
122
121
  import {
123
- Number
124
- } from "./chunk-NZI5NBXF.mjs";
122
+ Modal
123
+ } from "./chunk-T57H3CGO.mjs";
124
+ import "./chunk-3N5UZODS.mjs";
125
125
  import {
126
- Percent
127
- } from "./chunk-CXAZBWS4.mjs";
126
+ UIProvider
127
+ } from "./chunk-FQUYFYMS.mjs";
128
128
  import "./chunk-VOG5HJID.mjs";
129
129
  import "./chunk-FXXWSYJA.mjs";
130
130
  import "./chunk-Q6JSJOU4.mjs";
@@ -136,7 +136,7 @@ import {
136
136
  } from "./chunk-W2A6C27Y.mjs";
137
137
  import {
138
138
  SelectField
139
- } from "./chunk-GEJLG5RP.mjs";
139
+ } from "./chunk-NLHQDWUK.mjs";
140
140
  import {
141
141
  SwitchField
142
142
  } from "./chunk-EC3NSPHR.mjs";
@@ -159,6 +159,10 @@ import {
159
159
  EmailField
160
160
  } from "./chunk-R7LDL5CU.mjs";
161
161
  import "./chunk-CZEO3U25.mjs";
162
+ import "./chunk-DUQFM3QS.mjs";
163
+ import {
164
+ Text
165
+ } from "./chunk-KTUGFQWJ.mjs";
162
166
  import "./chunk-LLP2PTPK.mjs";
163
167
  import {
164
168
  FavoriteSwitch
@@ -166,34 +170,37 @@ import {
166
170
  import {
167
171
  Switch
168
172
  } from "./chunk-N3EAW6UO.mjs";
169
- import "./chunk-RRA7GWP2.mjs";
170
- import {
171
- RadioGroup
172
- } from "./chunk-NOXFF2KJ.mjs";
173
- import {
174
- Radio
175
- } from "./chunk-2SNKT7I4.mjs";
176
- import "./chunk-DUQFM3QS.mjs";
177
- import {
178
- Text
179
- } from "./chunk-KTUGFQWJ.mjs";
180
173
  import "./chunk-5HK7HRTR.mjs";
181
174
  import {
182
175
  Textarea
183
176
  } from "./chunk-HJUZTISD.mjs";
184
177
  import "./chunk-V3KKDSQP.mjs";
185
- import "./chunk-V2HNFTTX.mjs";
186
178
  import {
187
- DatePicker
188
- } from "./chunk-IAJ6G633.mjs";
179
+ Email
180
+ } from "./chunk-LJIVY6GU.mjs";
181
+ import "./chunk-ZRHEFEFS.mjs";
182
+ import {
183
+ Input
184
+ } from "./chunk-V2G5QHZZ.mjs";
189
185
  import "./chunk-AQ3ISJKU.mjs";
190
186
  import {
191
187
  Select
192
- } from "./chunk-GQ3LBZ2Q.mjs";
188
+ } from "./chunk-3YOW5DEZ.mjs";
189
+ import "./chunk-RRA7GWP2.mjs";
190
+ import {
191
+ Radio
192
+ } from "./chunk-2SNKT7I4.mjs";
193
+ import {
194
+ RadioGroup
195
+ } from "./chunk-NOXFF2KJ.mjs";
193
196
  import "./chunk-WYJW5NNA.mjs";
194
197
  import {
195
198
  Autocomplete
196
199
  } from "./chunk-C3MURCMZ.mjs";
200
+ import "./chunk-V2HNFTTX.mjs";
201
+ import {
202
+ DatePicker
203
+ } from "./chunk-IAJ6G633.mjs";
197
204
  import "./chunk-UUKS7JYX.mjs";
198
205
  import {
199
206
  CheckboxGroup
@@ -201,22 +208,56 @@ import {
201
208
  import {
202
209
  Checkbox
203
210
  } from "./chunk-N3QOXWJI.mjs";
204
- import {
205
- Email
206
- } from "./chunk-LJIVY6GU.mjs";
207
- import "./chunk-ZRHEFEFS.mjs";
208
- import {
209
- Input
210
- } from "./chunk-V2G5QHZZ.mjs";
211
211
  import {
212
212
  Form
213
213
  } from "./chunk-A3AAC7PF.mjs";
214
+ import "./chunk-5IHVMMCK.mjs";
215
+ import {
216
+ Time
217
+ } from "./chunk-3ZTXXJSO.mjs";
218
+ import {
219
+ Currency
220
+ } from "./chunk-LN7WH3OB.mjs";
221
+ import {
222
+ DateFormat
223
+ } from "./chunk-BUVPBB4J.mjs";
224
+ import {
225
+ Datetime
226
+ } from "./chunk-6NZ4IHNU.mjs";
227
+ import {
228
+ Duration
229
+ } from "./chunk-4QSIBIUI.mjs";
230
+ import {
231
+ Number
232
+ } from "./chunk-NZI5NBXF.mjs";
233
+ import {
234
+ Percent
235
+ } from "./chunk-CXAZBWS4.mjs";
236
+ import {
237
+ Plural
238
+ } from "./chunk-UHLC7GOU.mjs";
214
239
  import "./chunk-HZ5YAOU6.mjs";
215
240
  import "./chunk-5UKTT75Y.mjs";
216
241
  import {
217
242
  Button
218
- } from "./chunk-TYMUQULA.mjs";
219
- import "./chunk-CYSW4N3T.mjs";
243
+ } from "./chunk-4BGIUXAF.mjs";
244
+ import "./chunk-3C4DPNCD.mjs";
245
+ import "./chunk-KH4D2C2T.mjs";
246
+ import {
247
+ Pagination
248
+ } from "./chunk-O5T4GUJH.mjs";
249
+ import "./chunk-CTKWGSNJ.mjs";
250
+ import {
251
+ User
252
+ } from "./chunk-XHCXM5MU.mjs";
253
+ import "./chunk-UTZUYZZL.mjs";
254
+ import {
255
+ Avatar
256
+ } from "./chunk-IZEJE6V2.mjs";
257
+ import "./chunk-DRZAPJZH.mjs";
258
+ import {
259
+ Image
260
+ } from "./chunk-4N3FFVKQ.mjs";
220
261
  import "./chunk-54FA62HL.mjs";
221
262
  import {
222
263
  Table,
@@ -227,19 +268,18 @@ import {
227
268
  TableRow,
228
269
  getKeyValue
229
270
  } from "./chunk-PKZZEODR.mjs";
230
- import "./chunk-CTKWGSNJ.mjs";
271
+ import "./chunk-AR4IYKG5.mjs";
272
+ import "./chunk-U4FAPNVK.mjs";
231
273
  import {
232
- User
233
- } from "./chunk-XHCXM5MU.mjs";
234
- import "./chunk-KH4D2C2T.mjs";
274
+ CircularProgress
275
+ } from "./chunk-L6XIUULU.mjs";
235
276
  import {
236
- Pagination
237
- } from "./chunk-O5T4GUJH.mjs";
238
- import "./chunk-UTZUYZZL.mjs";
277
+ Progress
278
+ } from "./chunk-JTPBZJ4S.mjs";
279
+ import "./chunk-WZDFBWUL.mjs";
239
280
  import {
240
- Avatar
241
- } from "./chunk-IZEJE6V2.mjs";
242
- import "./chunk-AR4IYKG5.mjs";
281
+ Spinner
282
+ } from "./chunk-ZXCQ73RT.mjs";
243
283
  import {
244
284
  Toast,
245
285
  ToastProvider,
@@ -250,17 +290,6 @@ import {
250
290
  isToastClosing,
251
291
  useToast
252
292
  } from "./chunk-CA2EAK5M.mjs";
253
- import "./chunk-U4FAPNVK.mjs";
254
- import {
255
- CircularProgress
256
- } from "./chunk-L6XIUULU.mjs";
257
- import {
258
- Progress
259
- } from "./chunk-JTPBZJ4S.mjs";
260
- import "./chunk-WZDFBWUL.mjs";
261
- import {
262
- Spinner
263
- } from "./chunk-ZXCQ73RT.mjs";
264
293
  import "./chunk-3BST3PYD.mjs";
265
294
  import {
266
295
  Tooltip
@@ -272,31 +301,14 @@ import {
272
301
  import "./chunk-K3WTHFIG.mjs";
273
302
  import {
274
303
  Chip
275
- } from "./chunk-ONQIPN3G.mjs";
276
- import "./chunk-J3GK2CGQ.mjs";
277
- import "./chunk-MJTSZFLC.mjs";
304
+ } from "./chunk-EEGPGLDC.mjs";
305
+ import "./chunk-Q2ILWL7L.mjs";
278
306
  import {
279
- Tabs
280
- } from "./chunk-ZSYIKEXW.mjs";
281
- import "./chunk-AT6DX4DN.mjs";
307
+ extendVariants
308
+ } from "./chunk-7BTEKEON.mjs";
282
309
  import {
283
- Navbar,
284
- NavbarBrand,
285
- NavbarContent,
286
- NavbarItem,
287
- NavbarMenu,
288
- NavbarMenuItem,
289
- NavbarMenuToggle
290
- } from "./chunk-SAYYLTIE.mjs";
291
- import "./chunk-25ISU6R3.mjs";
292
- import {
293
- Link
294
- } from "./chunk-7T3JFARO.mjs";
295
- import "./chunk-FKHR6G3R.mjs";
296
- import {
297
- BreadcrumbItem,
298
- Breadcrumbs
299
- } from "./chunk-4KPEPEPC.mjs";
310
+ Boolean
311
+ } from "./chunk-26RHRVH2.mjs";
300
312
  export {
301
313
  Accordion,
302
314
  AccordionItem,
@@ -341,6 +353,7 @@ export {
341
353
  Time as FormatTime,
342
354
  Grid,
343
355
  Header,
356
+ Image,
344
357
  Input,
345
358
  InputField,
346
359
  Link,
@@ -355,6 +368,7 @@ export {
355
368
  PageContent,
356
369
  PageLoading,
357
370
  Pagination,
371
+ Popover,
358
372
  Progress,
359
373
  Radio,
360
374
  RadioField,
@@ -395,6 +409,7 @@ export {
395
409
  closeAll,
396
410
  closeToast,
397
411
  cn,
412
+ extendVariants,
398
413
  getKeyValue,
399
414
  getToastQueue,
400
415
  isToastClosing,
@@ -41,7 +41,7 @@ var import_jsx_runtime = require("react/jsx-runtime");
41
41
  var BaseButton = (0, import_system.extendVariants)(import_button.Button, {
42
42
  variants: {
43
43
  size: {
44
- lg: "px-6 min-w-20 h-14 text-base gap-2 rounded-large"
44
+ lg: "px-6 min-w-20 h-14 text-base gap-2"
45
45
  }
46
46
  },
47
47
  defaultVariants: {
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Button
4
- } from "../../../chunk-TYMUQULA.mjs";
4
+ } from "../../../chunk-4BGIUXAF.mjs";
5
5
  export {
6
6
  Button
7
7
  };
@@ -43,7 +43,7 @@ var import_jsx_runtime = require("react/jsx-runtime");
43
43
  var BaseButton = (0, import_system.extendVariants)(import_button.Button, {
44
44
  variants: {
45
45
  size: {
46
- lg: "px-6 min-w-20 h-14 text-base gap-2 rounded-large"
46
+ lg: "px-6 min-w-20 h-14 text-base gap-2"
47
47
  }
48
48
  },
49
49
  defaultVariants: {
@@ -2,7 +2,7 @@
2
2
  import "../../../chunk-5UKTT75Y.mjs";
3
3
  import {
4
4
  Button
5
- } from "../../../chunk-TYMUQULA.mjs";
5
+ } from "../../../chunk-4BGIUXAF.mjs";
6
6
  export {
7
7
  Button
8
8
  };
@@ -43,7 +43,7 @@ var import_jsx_runtime = require("react/jsx-runtime");
43
43
  var BaseButton = (0, import_system.extendVariants)(import_button.Button, {
44
44
  variants: {
45
45
  size: {
46
- lg: "px-6 min-w-20 h-14 text-base gap-2 rounded-large"
46
+ lg: "px-6 min-w-20 h-14 text-base gap-2"
47
47
  }
48
48
  },
49
49
  defaultVariants: {
@@ -3,7 +3,7 @@ import "../../chunk-HZ5YAOU6.mjs";
3
3
  import "../../chunk-5UKTT75Y.mjs";
4
4
  import {
5
5
  Button
6
- } from "../../chunk-TYMUQULA.mjs";
6
+ } from "../../chunk-4BGIUXAF.mjs";
7
7
  export {
8
8
  Button
9
9
  };
@@ -0,0 +1,6 @@
1
+ import type { ImageProps as HeroUIImageProps } from "@heroui/image";
2
+ import React from "react";
3
+ export interface ImageProps extends HeroUIImageProps {
4
+ }
5
+ declare const Image: React.ForwardRefExoticComponent<Omit<ImageProps, "ref"> & React.RefAttributes<HTMLImageElement>>;
6
+ export { Image };
@@ -0,0 +1,47 @@
1
+ "use client";
2
+ "use strict";
3
+ var __create = Object.create;
4
+ var __defProp = Object.defineProperty;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __getOwnPropNames = Object.getOwnPropertyNames;
7
+ var __getProtoOf = Object.getPrototypeOf;
8
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9
+ var __export = (target, all) => {
10
+ for (var name in all)
11
+ __defProp(target, name, { get: all[name], enumerable: true });
12
+ };
13
+ var __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from === "object" || typeof from === "function") {
15
+ for (let key of __getOwnPropNames(from))
16
+ if (!__hasOwnProp.call(to, key) && key !== except)
17
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
18
+ }
19
+ return to;
20
+ };
21
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
22
+ // If the importer is in node compatibility mode or this is not an ESM
23
+ // file that has been converted to a CommonJS file using a Babel-
24
+ // compatible transform (i.e. "__esModule" has not been set), then set
25
+ // "default" to the CommonJS "module.exports" for node compatibility.
26
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
27
+ mod
28
+ ));
29
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
+
31
+ // src/ui/data/image/image.tsx
32
+ var image_exports = {};
33
+ __export(image_exports, {
34
+ Image: () => Image
35
+ });
36
+ module.exports = __toCommonJS(image_exports);
37
+ var import_react = __toESM(require("react"));
38
+ var import_image = require("@heroui/image");
39
+ var import_jsx_runtime = require("react/jsx-runtime");
40
+ var Image = import_react.default.forwardRef(({ ...props }, ref) => {
41
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_image.Image, { ref, ...props });
42
+ });
43
+ Image.displayName = "TeachInUI.Image";
44
+ // Annotate the CommonJS export names for ESM import in node:
45
+ 0 && (module.exports = {
46
+ Image
47
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ Image
4
+ } from "../../../chunk-4N3FFVKQ.mjs";
5
+ export {
6
+ Image
7
+ };
@@ -0,0 +1 @@
1
+ export { Image } from "./image";
@@ -0,0 +1,49 @@
1
+ "use client";
2
+ "use strict";
3
+ var __create = Object.create;
4
+ var __defProp = Object.defineProperty;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __getOwnPropNames = Object.getOwnPropertyNames;
7
+ var __getProtoOf = Object.getPrototypeOf;
8
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9
+ var __export = (target, all) => {
10
+ for (var name in all)
11
+ __defProp(target, name, { get: all[name], enumerable: true });
12
+ };
13
+ var __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from === "object" || typeof from === "function") {
15
+ for (let key of __getOwnPropNames(from))
16
+ if (!__hasOwnProp.call(to, key) && key !== except)
17
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
18
+ }
19
+ return to;
20
+ };
21
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
22
+ // If the importer is in node compatibility mode or this is not an ESM
23
+ // file that has been converted to a CommonJS file using a Babel-
24
+ // compatible transform (i.e. "__esModule" has not been set), then set
25
+ // "default" to the CommonJS "module.exports" for node compatibility.
26
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
27
+ mod
28
+ ));
29
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
+
31
+ // src/ui/data/image/index.ts
32
+ var image_exports = {};
33
+ __export(image_exports, {
34
+ Image: () => Image
35
+ });
36
+ module.exports = __toCommonJS(image_exports);
37
+
38
+ // src/ui/data/image/image.tsx
39
+ var import_react = __toESM(require("react"));
40
+ var import_image = require("@heroui/image");
41
+ var import_jsx_runtime = require("react/jsx-runtime");
42
+ var Image = import_react.default.forwardRef(({ ...props }, ref) => {
43
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_image.Image, { ref, ...props });
44
+ });
45
+ Image.displayName = "TeachInUI.Image";
46
+ // Annotate the CommonJS export names for ESM import in node:
47
+ 0 && (module.exports = {
48
+ Image
49
+ });
@@ -0,0 +1,8 @@
1
+ "use client";
2
+ import "../../../chunk-DRZAPJZH.mjs";
3
+ import {
4
+ Image
5
+ } from "../../../chunk-4N3FFVKQ.mjs";
6
+ export {
7
+ Image
8
+ };
@@ -2,3 +2,4 @@ export * from "./avatar";
2
2
  export * from "./pagination";
3
3
  export * from "./table";
4
4
  export * from "./user";
5
+ export * from "./image";
@@ -32,6 +32,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
32
32
  var data_exports = {};
33
33
  __export(data_exports, {
34
34
  Avatar: () => Avatar,
35
+ Image: () => Image,
35
36
  Pagination: () => Pagination,
36
37
  Table: () => Table,
37
38
  TableBody: () => TableBody,
@@ -81,9 +82,19 @@ var User = import_react3.default.forwardRef((props, ref) => {
81
82
  return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_user.User, { ref, ...props });
82
83
  });
83
84
  User.displayName = "TeachInUI.User";
85
+
86
+ // src/ui/data/image/image.tsx
87
+ var import_react4 = __toESM(require("react"));
88
+ var import_image = require("@heroui/image");
89
+ var import_jsx_runtime4 = require("react/jsx-runtime");
90
+ var Image = import_react4.default.forwardRef(({ ...props }, ref) => {
91
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_image.Image, { ref, ...props });
92
+ });
93
+ Image.displayName = "TeachInUI.Image";
84
94
  // Annotate the CommonJS export names for ESM import in node:
85
95
  0 && (module.exports = {
86
96
  Avatar,
97
+ Image,
87
98
  Pagination,
88
99
  Table,
89
100
  TableBody,