@teach-in/react 0.3.0 → 0.4.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 (103) hide show
  1. package/dist/chunk-3YOW5DEZ.mjs +45 -0
  2. package/dist/chunk-4N3FFVKQ.mjs +14 -0
  3. package/dist/{chunk-QCLLPJMB.mjs → chunk-544SDU73.mjs} +2 -2
  4. package/dist/chunk-7BTEKEON.mjs +11 -0
  5. package/dist/{chunk-2CEZXLZR.mjs → chunk-AFVGHUW2.mjs} +1 -1
  6. package/dist/chunk-EEGPGLDC.mjs +26 -0
  7. package/dist/{chunk-GEJLG5RP.mjs → chunk-NLHQDWUK.mjs} +3 -2
  8. package/dist/chunk-PSK7I7V4.mjs +30 -0
  9. package/dist/chunk-Q2ILWL7L.mjs +1 -0
  10. package/dist/chunk-TSD6GU35.mjs +16 -0
  11. package/dist/chunk-UON5ACST.mjs +1 -0
  12. package/dist/chunk-UT5RUCAT.mjs +1 -0
  13. package/dist/{chunk-2ASQXBDD.mjs → chunk-WFNNN6WU.mjs} +1 -1
  14. package/dist/index.d.ts +1 -0
  15. package/dist/index.js +290 -234
  16. package/dist/index.mjs +148 -133
  17. package/dist/ui/data/image/image.d.ts +6 -0
  18. package/dist/ui/data/image/image.js +47 -0
  19. package/dist/ui/data/image/image.mjs +7 -0
  20. package/dist/ui/data/image/index.d.ts +1 -0
  21. package/dist/ui/data/image/index.js +49 -0
  22. package/dist/ui/data/image/index.mjs +8 -0
  23. package/dist/ui/data/index.d.ts +1 -0
  24. package/dist/ui/data/index.js +11 -0
  25. package/dist/ui/data/index.mjs +10 -5
  26. package/dist/ui/feedback/chip/chip.js +18 -1
  27. package/dist/ui/feedback/chip/chip.mjs +3 -1
  28. package/dist/ui/feedback/chip/index.js +18 -1
  29. package/dist/ui/feedback/chip/index.mjs +3 -1
  30. package/dist/ui/feedback/index.js +18 -1
  31. package/dist/ui/feedback/index.mjs +6 -4
  32. package/dist/ui/form/index.js +23 -10
  33. package/dist/ui/form/index.mjs +14 -14
  34. package/dist/ui/form/rhf/fields/autocomplete-field.mjs +10 -10
  35. package/dist/ui/form/rhf/fields/checkbox-field.mjs +10 -10
  36. package/dist/ui/form/rhf/fields/date-picker-field.mjs +10 -10
  37. package/dist/ui/form/rhf/fields/email-field.mjs +10 -10
  38. package/dist/ui/form/rhf/fields/index.js +23 -10
  39. package/dist/ui/form/rhf/fields/index.mjs +11 -11
  40. package/dist/ui/form/rhf/fields/input-field.mjs +10 -10
  41. package/dist/ui/form/rhf/fields/radio-field.mjs +10 -10
  42. package/dist/ui/form/rhf/fields/select-field.d.ts +8 -3
  43. package/dist/ui/form/rhf/fields/select-field.js +23 -10
  44. package/dist/ui/form/rhf/fields/select-field.mjs +11 -11
  45. package/dist/ui/form/rhf/fields/switch-field.mjs +10 -10
  46. package/dist/ui/form/rhf/fields/text-field.mjs +10 -10
  47. package/dist/ui/form/rhf/fields/textarea-field.mjs +10 -10
  48. package/dist/ui/form/rhf/index.js +23 -10
  49. package/dist/ui/form/rhf/index.mjs +11 -11
  50. package/dist/ui/format/index.mjs +12 -12
  51. package/dist/ui/index.js +288 -234
  52. package/dist/ui/index.mjs +145 -133
  53. package/dist/ui/inputs/index.js +21 -9
  54. package/dist/ui/inputs/index.mjs +18 -18
  55. package/dist/ui/inputs/select/index.js +21 -9
  56. package/dist/ui/inputs/select/index.mjs +1 -1
  57. package/dist/ui/inputs/select/select.d.ts +18 -5
  58. package/dist/ui/inputs/select/select.js +21 -9
  59. package/dist/ui/inputs/select/select.mjs +1 -1
  60. package/dist/ui/layout/container/container.mjs +73 -67
  61. package/dist/ui/layout/container/index.mjs +73 -67
  62. package/dist/ui/layout/index.mjs +76 -70
  63. package/dist/ui/layout/page/index.mjs +4 -2
  64. package/dist/ui/layout/page/page-loading.mjs +4 -2
  65. package/dist/ui/layout/page/section-loading.mjs +4 -2
  66. package/dist/ui/navigation/breadcrumbs/breadcrumbs.d.ts +10 -6
  67. package/dist/ui/navigation/breadcrumbs/breadcrumbs.js +4 -24
  68. package/dist/ui/navigation/breadcrumbs/breadcrumbs.mjs +1 -1
  69. package/dist/ui/navigation/breadcrumbs/index.js +4 -24
  70. package/dist/ui/navigation/breadcrumbs/index.mjs +1 -1
  71. package/dist/ui/navigation/index.js +4 -14
  72. package/dist/ui/navigation/index.mjs +9 -9
  73. package/dist/ui/overlays/index.d.ts +1 -0
  74. package/dist/ui/overlays/index.js +25 -2
  75. package/dist/ui/overlays/index.mjs +11 -6
  76. package/dist/ui/overlays/popover/index.d.ts +1 -0
  77. package/dist/ui/overlays/popover/index.js +51 -0
  78. package/dist/ui/overlays/popover/index.mjs +8 -0
  79. package/dist/ui/overlays/popover/popover.d.ts +10 -0
  80. package/dist/ui/overlays/popover/popover.js +49 -0
  81. package/dist/ui/overlays/popover/popover.mjs +7 -0
  82. package/dist/ui/provider/index.mjs +4 -2
  83. package/dist/ui/provider/ui-provider.mjs +4 -2
  84. package/dist/ui/surface/index.mjs +4 -4
  85. package/dist/ui/theme/colors/common.mjs +3 -3
  86. package/dist/ui/theme/colors/index.mjs +5 -5
  87. package/dist/ui/theme/colors/semantic.mjs +4 -4
  88. package/dist/ui/theme/colors.mjs +5 -5
  89. package/dist/ui/theme/index.mjs +6 -6
  90. package/dist/ui/theme/theme.mjs +6 -6
  91. package/dist/utils/extend-variants.d.ts +41 -0
  92. package/dist/utils/extend-variants.js +34 -0
  93. package/dist/utils/extend-variants.mjs +7 -0
  94. package/dist/utils/index.d.ts +1 -0
  95. package/dist/utils/index.js +36 -0
  96. package/dist/utils/index.mjs +8 -0
  97. package/package.json +5 -3
  98. package/dist/chunk-4KPEPEPC.mjs +0 -26
  99. package/dist/chunk-GQ3LBZ2Q.mjs +0 -33
  100. package/dist/chunk-ONQIPN3G.mjs +0 -14
  101. package/dist/{chunk-CYSW4N3T.mjs → chunk-3C4DPNCD.mjs} +0 -0
  102. package/dist/{chunk-IXPMUODA.mjs → chunk-5WDV3PDI.mjs} +6 -6
  103. /package/dist/{chunk-NMMWGIQE.mjs → chunk-DRZAPJZH.mjs} +0 -0
package/dist/index.mjs CHANGED
@@ -6,10 +6,10 @@ import "./chunk-BGNMWHME.mjs";
6
6
  import {
7
7
  ScrollShadow
8
8
  } from "./chunk-OZSO3C5Q.mjs";
9
- import "./chunk-JUIVZCH7.mjs";
9
+ import "./chunk-NVLF7L4R.mjs";
10
10
  import {
11
- Flex
12
- } from "./chunk-M5F723W7.mjs";
11
+ Divider
12
+ } from "./chunk-VWGY6KWP.mjs";
13
13
  import "./chunk-NDQAHQFL.mjs";
14
14
  import {
15
15
  Grid
@@ -34,11 +34,11 @@ import "./chunk-DBQTFBA3.mjs";
34
34
  import {
35
35
  PageLoading
36
36
  } from "./chunk-SPED4RBS.mjs";
37
- import "./chunk-N7GOJBLM.mjs";
38
- import "./chunk-NVLF7L4R.mjs";
37
+ import "./chunk-JUIVZCH7.mjs";
39
38
  import {
40
- Divider
41
- } from "./chunk-VWGY6KWP.mjs";
39
+ Flex
40
+ } from "./chunk-M5F723W7.mjs";
41
+ import "./chunk-N7GOJBLM.mjs";
42
42
  import {
43
43
  Accordion,
44
44
  AccordionItem
@@ -47,6 +47,16 @@ import "./chunk-Q6XJI7Q2.mjs";
47
47
  import {
48
48
  cn
49
49
  } from "./chunk-LOMRTWX5.mjs";
50
+ import "./chunk-UNBE67YJ.mjs";
51
+ import "./chunk-PON4ZQKG.mjs";
52
+ import {
53
+ Bento,
54
+ bento
55
+ } from "./chunk-J3OZNLTZ.mjs";
56
+ import "./chunk-57JRJHSH.mjs";
57
+ import {
58
+ Card
59
+ } from "./chunk-UFYLYN5Z.mjs";
50
60
  import "./chunk-EVQFKHCM.mjs";
51
61
  import "./chunk-XAW35UDV.mjs";
52
62
  import {
@@ -54,77 +64,22 @@ import {
54
64
  } from "./chunk-NBFOX367.mjs";
55
65
  import {
56
66
  theme
57
- } from "./chunk-2ASQXBDD.mjs";
58
- import "./chunk-NMMWGIQE.mjs";
59
- import "./chunk-I5AMV7H7.mjs";
60
- import {
61
- Modal
62
- } from "./chunk-T57H3CGO.mjs";
63
- import "./chunk-ICRO6HS3.mjs";
64
- import {
65
- Dropdown,
66
- DropdownItem,
67
- DropdownMenu,
68
- DropdownSection,
69
- DropdownTrigger
70
- } from "./chunk-YNCISHAU.mjs";
71
- import "./chunk-3N5UZODS.mjs";
72
- import {
73
- UIProvider
74
- } from "./chunk-FQUYFYMS.mjs";
75
- import "./chunk-UNBE67YJ.mjs";
76
- import "./chunk-57JRJHSH.mjs";
77
- import {
78
- Card
79
- } from "./chunk-UFYLYN5Z.mjs";
80
- import "./chunk-PON4ZQKG.mjs";
81
- import {
82
- Bento,
83
- bento
84
- } from "./chunk-J3OZNLTZ.mjs";
67
+ } from "./chunk-WFNNN6WU.mjs";
85
68
  import "./chunk-JWMPI5AZ.mjs";
86
- import "./chunk-QCLLPJMB.mjs";
87
- import "./chunk-2CEZXLZR.mjs";
69
+ import "./chunk-544SDU73.mjs";
70
+ import "./chunk-AFVGHUW2.mjs";
88
71
  import "./chunk-EJQH6CYW.mjs";
89
- import "./chunk-IXPMUODA.mjs";
72
+ import "./chunk-5WDV3PDI.mjs";
73
+ import "./chunk-HOVAPYGJ.mjs";
90
74
  import "./chunk-3LOCA2SP.mjs";
75
+ import "./chunk-LUERGYYZ.mjs";
91
76
  import "./chunk-YBQFG6QJ.mjs";
92
77
  import "./chunk-XKX5LFH7.mjs";
93
78
  import "./chunk-SLB2JE3N.mjs";
94
79
  import "./chunk-XYQVL4EX.mjs";
95
- import "./chunk-HOVAPYGJ.mjs";
96
80
  import "./chunk-2OPPNAW2.mjs";
97
81
  import "./chunk-OW6U64MG.mjs";
98
- import "./chunk-LUERGYYZ.mjs";
99
82
  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";
110
- 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";
119
- import {
120
- Duration
121
- } from "./chunk-4QSIBIUI.mjs";
122
- import {
123
- Number
124
- } from "./chunk-NZI5NBXF.mjs";
125
- import {
126
- Percent
127
- } from "./chunk-CXAZBWS4.mjs";
128
83
  import "./chunk-VOG5HJID.mjs";
129
84
  import "./chunk-FXXWSYJA.mjs";
130
85
  import "./chunk-Q6JSJOU4.mjs";
@@ -136,7 +91,7 @@ import {
136
91
  } from "./chunk-W2A6C27Y.mjs";
137
92
  import {
138
93
  SelectField
139
- } from "./chunk-GEJLG5RP.mjs";
94
+ } from "./chunk-NLHQDWUK.mjs";
140
95
  import {
141
96
  SwitchField
142
97
  } from "./chunk-EC3NSPHR.mjs";
@@ -158,14 +113,14 @@ import {
158
113
  import {
159
114
  EmailField
160
115
  } from "./chunk-R7LDL5CU.mjs";
161
- import "./chunk-CZEO3U25.mjs";
162
- import "./chunk-LLP2PTPK.mjs";
163
116
  import {
164
- FavoriteSwitch
165
- } from "./chunk-E5QSNLSR.mjs";
117
+ Form
118
+ } from "./chunk-A3AAC7PF.mjs";
119
+ import "./chunk-CZEO3U25.mjs";
120
+ import "./chunk-DUQFM3QS.mjs";
166
121
  import {
167
- Switch
168
- } from "./chunk-N3EAW6UO.mjs";
122
+ Text
123
+ } from "./chunk-KTUGFQWJ.mjs";
169
124
  import "./chunk-RRA7GWP2.mjs";
170
125
  import {
171
126
  RadioGroup
@@ -173,23 +128,33 @@ import {
173
128
  import {
174
129
  Radio
175
130
  } from "./chunk-2SNKT7I4.mjs";
176
- import "./chunk-DUQFM3QS.mjs";
131
+ import "./chunk-LLP2PTPK.mjs";
177
132
  import {
178
- Text
179
- } from "./chunk-KTUGFQWJ.mjs";
133
+ FavoriteSwitch
134
+ } from "./chunk-E5QSNLSR.mjs";
135
+ import {
136
+ Switch
137
+ } from "./chunk-N3EAW6UO.mjs";
180
138
  import "./chunk-5HK7HRTR.mjs";
181
139
  import {
182
140
  Textarea
183
141
  } from "./chunk-HJUZTISD.mjs";
184
- import "./chunk-V3KKDSQP.mjs";
185
142
  import "./chunk-V2HNFTTX.mjs";
186
143
  import {
187
144
  DatePicker
188
145
  } from "./chunk-IAJ6G633.mjs";
146
+ import "./chunk-V3KKDSQP.mjs";
147
+ import {
148
+ Email
149
+ } from "./chunk-LJIVY6GU.mjs";
150
+ import "./chunk-ZRHEFEFS.mjs";
151
+ import {
152
+ Input
153
+ } from "./chunk-V2G5QHZZ.mjs";
189
154
  import "./chunk-AQ3ISJKU.mjs";
190
155
  import {
191
156
  Select
192
- } from "./chunk-GQ3LBZ2Q.mjs";
157
+ } from "./chunk-3YOW5DEZ.mjs";
193
158
  import "./chunk-WYJW5NNA.mjs";
194
159
  import {
195
160
  Autocomplete
@@ -201,44 +166,51 @@ import {
201
166
  import {
202
167
  Checkbox
203
168
  } from "./chunk-N3QOXWJI.mjs";
169
+ import "./chunk-J3GK2CGQ.mjs";
170
+ import "./chunk-MJTSZFLC.mjs";
204
171
  import {
205
- Email
206
- } from "./chunk-LJIVY6GU.mjs";
207
- import "./chunk-ZRHEFEFS.mjs";
172
+ Tabs
173
+ } from "./chunk-ZSYIKEXW.mjs";
174
+ import "./chunk-FKHR6G3R.mjs";
208
175
  import {
209
- Input
210
- } from "./chunk-V2G5QHZZ.mjs";
176
+ BreadcrumbItem,
177
+ Breadcrumbs
178
+ } from "./chunk-TSD6GU35.mjs";
179
+ import "./chunk-25ISU6R3.mjs";
211
180
  import {
212
- Form
213
- } from "./chunk-A3AAC7PF.mjs";
214
- import "./chunk-HZ5YAOU6.mjs";
215
- import "./chunk-5UKTT75Y.mjs";
181
+ Link
182
+ } from "./chunk-7T3JFARO.mjs";
183
+ import "./chunk-AT6DX4DN.mjs";
216
184
  import {
217
- Button
218
- } from "./chunk-TYMUQULA.mjs";
219
- import "./chunk-CYSW4N3T.mjs";
220
- import "./chunk-54FA62HL.mjs";
185
+ Navbar,
186
+ NavbarBrand,
187
+ NavbarContent,
188
+ NavbarItem,
189
+ NavbarMenu,
190
+ NavbarMenuItem,
191
+ NavbarMenuToggle
192
+ } from "./chunk-SAYYLTIE.mjs";
193
+ import "./chunk-UON5ACST.mjs";
194
+ import "./chunk-ICRO6HS3.mjs";
221
195
  import {
222
- Table,
223
- TableBody,
224
- TableCell,
225
- TableColumn,
226
- TableHeader,
227
- TableRow,
228
- getKeyValue
229
- } from "./chunk-PKZZEODR.mjs";
230
- import "./chunk-CTKWGSNJ.mjs";
196
+ Dropdown,
197
+ DropdownItem,
198
+ DropdownMenu,
199
+ DropdownSection,
200
+ DropdownTrigger
201
+ } from "./chunk-YNCISHAU.mjs";
202
+ import "./chunk-I5AMV7H7.mjs";
231
203
  import {
232
- User
233
- } from "./chunk-XHCXM5MU.mjs";
234
- import "./chunk-KH4D2C2T.mjs";
204
+ Modal
205
+ } from "./chunk-T57H3CGO.mjs";
206
+ import "./chunk-UT5RUCAT.mjs";
235
207
  import {
236
- Pagination
237
- } from "./chunk-O5T4GUJH.mjs";
238
- import "./chunk-UTZUYZZL.mjs";
208
+ Popover
209
+ } from "./chunk-PSK7I7V4.mjs";
210
+ import "./chunk-3N5UZODS.mjs";
239
211
  import {
240
- Avatar
241
- } from "./chunk-IZEJE6V2.mjs";
212
+ UIProvider
213
+ } from "./chunk-FQUYFYMS.mjs";
242
214
  import "./chunk-AR4IYKG5.mjs";
243
215
  import {
244
216
  Toast,
@@ -265,38 +237,78 @@ import "./chunk-3BST3PYD.mjs";
265
237
  import {
266
238
  Tooltip
267
239
  } from "./chunk-TJBXXTYS.mjs";
240
+ import "./chunk-K3WTHFIG.mjs";
241
+ import {
242
+ Chip
243
+ } from "./chunk-EEGPGLDC.mjs";
268
244
  import "./chunk-V77JZXH7.mjs";
269
245
  import {
270
246
  Alert
271
247
  } from "./chunk-TIFF5WZA.mjs";
272
- import "./chunk-K3WTHFIG.mjs";
248
+ import "./chunk-5IHVMMCK.mjs";
273
249
  import {
274
- Chip
275
- } from "./chunk-ONQIPN3G.mjs";
276
- import "./chunk-J3GK2CGQ.mjs";
277
- import "./chunk-MJTSZFLC.mjs";
250
+ DateFormat
251
+ } from "./chunk-BUVPBB4J.mjs";
278
252
  import {
279
- Tabs
280
- } from "./chunk-ZSYIKEXW.mjs";
281
- import "./chunk-AT6DX4DN.mjs";
253
+ Datetime
254
+ } from "./chunk-6NZ4IHNU.mjs";
282
255
  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";
256
+ Duration
257
+ } from "./chunk-4QSIBIUI.mjs";
292
258
  import {
293
- Link
294
- } from "./chunk-7T3JFARO.mjs";
295
- import "./chunk-FKHR6G3R.mjs";
259
+ Number
260
+ } from "./chunk-NZI5NBXF.mjs";
296
261
  import {
297
- BreadcrumbItem,
298
- Breadcrumbs
299
- } from "./chunk-4KPEPEPC.mjs";
262
+ Percent
263
+ } from "./chunk-CXAZBWS4.mjs";
264
+ import {
265
+ Plural
266
+ } from "./chunk-UHLC7GOU.mjs";
267
+ import {
268
+ Time
269
+ } from "./chunk-3ZTXXJSO.mjs";
270
+ import "./chunk-Q2ILWL7L.mjs";
271
+ import {
272
+ extendVariants
273
+ } from "./chunk-7BTEKEON.mjs";
274
+ import "./chunk-HZ5YAOU6.mjs";
275
+ import "./chunk-5UKTT75Y.mjs";
276
+ import {
277
+ Button
278
+ } from "./chunk-TYMUQULA.mjs";
279
+ import "./chunk-3C4DPNCD.mjs";
280
+ import "./chunk-54FA62HL.mjs";
281
+ import {
282
+ Table,
283
+ TableBody,
284
+ TableCell,
285
+ TableColumn,
286
+ TableHeader,
287
+ TableRow,
288
+ getKeyValue
289
+ } from "./chunk-PKZZEODR.mjs";
290
+ import "./chunk-CTKWGSNJ.mjs";
291
+ import {
292
+ User
293
+ } from "./chunk-XHCXM5MU.mjs";
294
+ import "./chunk-UTZUYZZL.mjs";
295
+ import {
296
+ Avatar
297
+ } from "./chunk-IZEJE6V2.mjs";
298
+ import "./chunk-DRZAPJZH.mjs";
299
+ import {
300
+ Image
301
+ } from "./chunk-4N3FFVKQ.mjs";
302
+ import "./chunk-KH4D2C2T.mjs";
303
+ import {
304
+ Pagination
305
+ } from "./chunk-O5T4GUJH.mjs";
306
+ import {
307
+ Boolean
308
+ } from "./chunk-26RHRVH2.mjs";
309
+ import {
310
+ Currency
311
+ } from "./chunk-LN7WH3OB.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,
@@ -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,
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "../../chunk-CYSW4N3T.mjs";
2
+ import "../../chunk-3C4DPNCD.mjs";
3
3
  import "../../chunk-54FA62HL.mjs";
4
4
  import {
5
5
  Table,
@@ -14,16 +14,21 @@ import "../../chunk-CTKWGSNJ.mjs";
14
14
  import {
15
15
  User
16
16
  } from "../../chunk-XHCXM5MU.mjs";
17
- import "../../chunk-KH4D2C2T.mjs";
18
- import {
19
- Pagination
20
- } from "../../chunk-O5T4GUJH.mjs";
21
17
  import "../../chunk-UTZUYZZL.mjs";
22
18
  import {
23
19
  Avatar
24
20
  } from "../../chunk-IZEJE6V2.mjs";
21
+ import "../../chunk-DRZAPJZH.mjs";
22
+ import {
23
+ Image
24
+ } from "../../chunk-4N3FFVKQ.mjs";
25
+ import "../../chunk-KH4D2C2T.mjs";
26
+ import {
27
+ Pagination
28
+ } from "../../chunk-O5T4GUJH.mjs";
25
29
  export {
26
30
  Avatar,
31
+ Image,
27
32
  Pagination,
28
33
  Table,
29
34
  TableBody,
@@ -36,9 +36,26 @@ __export(chip_exports, {
36
36
  module.exports = __toCommonJS(chip_exports);
37
37
  var import_react = __toESM(require("react"));
38
38
  var import_chip = require("@heroui/chip");
39
+
40
+ // src/utils/extend-variants.ts
41
+ var import_system = require("@heroui/system");
42
+ var extendVariants = (component, config) => {
43
+ return (0, import_system.extendVariants)(component, config);
44
+ };
45
+
46
+ // src/ui/feedback/chip/chip.tsx
39
47
  var import_jsx_runtime = require("react/jsx-runtime");
48
+ var ChipCustom = extendVariants(import_chip.Chip, {
49
+ variants: {
50
+ variant: {
51
+ bordered: { base: "border-1" },
52
+ faded: { base: "border-1" },
53
+ dot: { base: "border-1" }
54
+ }
55
+ }
56
+ });
40
57
  var Chip = import_react.default.forwardRef(({ variant = "flat", ...props }, ref) => {
41
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_chip.Chip, { ref, variant, ...props });
58
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ChipCustom, { ref, variant, ...props });
42
59
  });
43
60
  Chip.displayName = "TeachInUI.Chip";
44
61
  // Annotate the CommonJS export names for ESM import in node:
@@ -1,7 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  Chip
4
- } from "../../../chunk-ONQIPN3G.mjs";
4
+ } from "../../../chunk-EEGPGLDC.mjs";
5
+ import "../../../chunk-Q2ILWL7L.mjs";
6
+ import "../../../chunk-7BTEKEON.mjs";
5
7
  export {
6
8
  Chip
7
9
  };
@@ -38,9 +38,26 @@ module.exports = __toCommonJS(chip_exports);
38
38
  // src/ui/feedback/chip/chip.tsx
39
39
  var import_react = __toESM(require("react"));
40
40
  var import_chip = require("@heroui/chip");
41
+
42
+ // src/utils/extend-variants.ts
43
+ var import_system = require("@heroui/system");
44
+ var extendVariants = (component, config) => {
45
+ return (0, import_system.extendVariants)(component, config);
46
+ };
47
+
48
+ // src/ui/feedback/chip/chip.tsx
41
49
  var import_jsx_runtime = require("react/jsx-runtime");
50
+ var ChipCustom = extendVariants(import_chip.Chip, {
51
+ variants: {
52
+ variant: {
53
+ bordered: { base: "border-1" },
54
+ faded: { base: "border-1" },
55
+ dot: { base: "border-1" }
56
+ }
57
+ }
58
+ });
42
59
  var Chip = import_react.default.forwardRef(({ variant = "flat", ...props }, ref) => {
43
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_chip.Chip, { ref, variant, ...props });
60
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ChipCustom, { ref, variant, ...props });
44
61
  });
45
62
  Chip.displayName = "TeachInUI.Chip";
46
63
  // Annotate the CommonJS export names for ESM import in node:
@@ -2,7 +2,9 @@
2
2
  import "../../../chunk-K3WTHFIG.mjs";
3
3
  import {
4
4
  Chip
5
- } from "../../../chunk-ONQIPN3G.mjs";
5
+ } from "../../../chunk-EEGPGLDC.mjs";
6
+ import "../../../chunk-Q2ILWL7L.mjs";
7
+ import "../../../chunk-7BTEKEON.mjs";
6
8
  export {
7
9
  Chip
8
10
  };