@teach-in/react 0.1.1 → 0.2.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 (175) hide show
  1. package/dist/{chunk-HH7MLUOF.mjs → chunk-25XG46X6.mjs} +1 -1
  2. package/dist/chunk-2OPPNAW2.mjs +19 -0
  3. package/dist/chunk-3LOCA2SP.mjs +19 -0
  4. package/dist/chunk-545OBZ4O.mjs +47 -0
  5. package/dist/{chunk-2W4N27WQ.mjs → chunk-6NZ4IHNU.mjs} +4 -3
  6. package/dist/{chunk-CLDAITOP.mjs → chunk-BUVPBB4J.mjs} +2 -2
  7. package/dist/chunk-CAJWTQDB.mjs +1 -0
  8. package/dist/chunk-EJQH6CYW.mjs +1 -0
  9. package/dist/chunk-HOVAPYGJ.mjs +19 -0
  10. package/dist/{chunk-S2TB4GD2.mjs → chunk-IZ5KKF6P.mjs} +2 -2
  11. package/dist/chunk-J3OZNLTZ.mjs +50 -0
  12. package/dist/chunk-JUIVZCH7.mjs +1 -0
  13. package/dist/chunk-JWMPI5AZ.mjs +1 -0
  14. package/dist/chunk-LUERGYYZ.mjs +19 -0
  15. package/dist/{chunk-CUVF3U67.mjs → chunk-M5F723W7.mjs} +1 -1
  16. package/dist/chunk-NCM6KIQH.mjs +47 -0
  17. package/dist/chunk-NDQAHQFL.mjs +1 -0
  18. package/dist/{chunk-AS4T5M6E.mjs → chunk-O5T4GUJH.mjs} +3 -0
  19. package/dist/chunk-OW6U64MG.mjs +19 -0
  20. package/dist/chunk-PFLROV3C.mjs +17 -0
  21. package/dist/chunk-PON4ZQKG.mjs +1 -0
  22. package/dist/chunk-SLB2JE3N.mjs +19 -0
  23. package/dist/{chunk-PEB5ZH76.mjs → chunk-SPED4RBS.mjs} +1 -1
  24. package/dist/{chunk-GRWFJ4FP.mjs → chunk-TJBXXTYS.mjs} +1 -1
  25. package/dist/{chunk-WVF5LVDJ.mjs → chunk-TYMUQULA.mjs} +1 -1
  26. package/dist/chunk-VIPLRFPR.mjs +23 -0
  27. package/dist/chunk-W6NKLZ73.mjs +61 -0
  28. package/dist/chunk-X7ER4IDJ.mjs +167 -0
  29. package/dist/chunk-XKX5LFH7.mjs +19 -0
  30. package/dist/chunk-XYQVL4EX.mjs +19 -0
  31. package/dist/chunk-YBQFG6QJ.mjs +19 -0
  32. package/dist/{chunk-LR4R7GFR.mjs → chunk-ZXCQ73RT.mjs} +3 -5
  33. package/dist/index.js +519 -51
  34. package/dist/index.mjs +94 -62
  35. package/dist/ui/actions/button/button.js +1 -1
  36. package/dist/ui/actions/button/button.mjs +1 -1
  37. package/dist/ui/actions/button/index.js +1 -1
  38. package/dist/ui/actions/button/index.mjs +1 -1
  39. package/dist/ui/actions/index.js +1 -1
  40. package/dist/ui/actions/index.mjs +1 -1
  41. package/dist/ui/data/index.js +1 -0
  42. package/dist/ui/data/index.mjs +1 -1
  43. package/dist/ui/data/pagination/index.js +1 -0
  44. package/dist/ui/data/pagination/index.mjs +1 -1
  45. package/dist/ui/data/pagination/pagination.d.ts +6 -2
  46. package/dist/ui/data/pagination/pagination.js +6 -2
  47. package/dist/ui/data/pagination/pagination.mjs +5 -3
  48. package/dist/ui/feedback/alert/alert.d.ts +1 -1
  49. package/dist/ui/feedback/index.js +4 -6
  50. package/dist/ui/feedback/index.mjs +6 -6
  51. package/dist/ui/feedback/spinner/index.js +3 -5
  52. package/dist/ui/feedback/spinner/index.mjs +1 -1
  53. package/dist/ui/feedback/spinner/spinner.d.ts +8 -4
  54. package/dist/ui/feedback/spinner/spinner.js +3 -5
  55. package/dist/ui/feedback/spinner/spinner.mjs +1 -1
  56. package/dist/ui/feedback/tooltip/index.js +1 -1
  57. package/dist/ui/feedback/tooltip/index.mjs +1 -1
  58. package/dist/ui/feedback/tooltip/tooltip.d.ts +2 -2
  59. package/dist/ui/feedback/tooltip/tooltip.js +1 -1
  60. package/dist/ui/feedback/tooltip/tooltip.mjs +1 -1
  61. package/dist/ui/form/index.mjs +11 -11
  62. package/dist/ui/form/rhf/fields/autocomplete-field.mjs +5 -5
  63. package/dist/ui/form/rhf/fields/checkbox-field.mjs +5 -5
  64. package/dist/ui/form/rhf/fields/date-picker-field.mjs +5 -5
  65. package/dist/ui/form/rhf/fields/email-field.mjs +5 -5
  66. package/dist/ui/form/rhf/fields/index.mjs +11 -11
  67. package/dist/ui/form/rhf/fields/input-field.mjs +5 -5
  68. package/dist/ui/form/rhf/fields/select-field.mjs +5 -5
  69. package/dist/ui/form/rhf/fields/switch-field.mjs +5 -5
  70. package/dist/ui/form/rhf/fields/text-field.mjs +5 -5
  71. package/dist/ui/form/rhf/fields/textarea-field.mjs +5 -5
  72. package/dist/ui/form/rhf/index.mjs +11 -11
  73. package/dist/ui/format/date.js +2 -2
  74. package/dist/ui/format/date.mjs +1 -1
  75. package/dist/ui/format/datetime.js +4 -3
  76. package/dist/ui/format/datetime.mjs +1 -1
  77. package/dist/ui/format/index.js +6 -5
  78. package/dist/ui/format/index.mjs +14 -14
  79. package/dist/ui/index.d.ts +1 -0
  80. package/dist/ui/index.js +519 -51
  81. package/dist/ui/index.mjs +94 -62
  82. package/dist/ui/inputs/index.mjs +11 -11
  83. package/dist/ui/layout/{container.d.ts → container/container.d.ts} +2 -2
  84. package/dist/ui/layout/{container.js → container/container.js} +3 -3
  85. package/dist/ui/layout/container/container.mjs +107 -0
  86. package/dist/ui/layout/container/index.d.ts +1 -0
  87. package/dist/ui/layout/container/index.js +66 -0
  88. package/dist/ui/layout/container/index.mjs +107 -0
  89. package/dist/ui/layout/{flex.js → flex/flex.js} +1 -1
  90. package/dist/ui/layout/{flex.mjs → flex/flex.mjs} +1 -1
  91. package/dist/ui/layout/flex/index.d.ts +1 -0
  92. package/dist/ui/layout/flex/index.js +84 -0
  93. package/dist/ui/layout/flex/index.mjs +8 -0
  94. package/dist/ui/layout/grid/grid.d.ts +118 -0
  95. package/dist/ui/layout/grid/grid.js +84 -0
  96. package/dist/ui/layout/grid/grid.mjs +7 -0
  97. package/dist/ui/layout/grid/index.d.ts +1 -0
  98. package/dist/ui/layout/grid/index.js +86 -0
  99. package/dist/ui/layout/grid/index.mjs +8 -0
  100. package/dist/ui/layout/index.d.ts +1 -0
  101. package/dist/ui/layout/index.js +65 -9
  102. package/dist/ui/layout/index.mjs +59 -35
  103. package/dist/ui/layout/page/index.js +3 -5
  104. package/dist/ui/layout/page/index.mjs +6 -6
  105. package/dist/ui/layout/page/page-loading.js +3 -5
  106. package/dist/ui/layout/page/page-loading.mjs +5 -5
  107. package/dist/ui/layout/page/section-loading.js +3 -5
  108. package/dist/ui/layout/page/section-loading.mjs +5 -5
  109. package/dist/ui/surface/bento/bento.d.ts +86 -0
  110. package/dist/ui/surface/bento/bento.js +74 -0
  111. package/dist/ui/surface/bento/bento.mjs +9 -0
  112. package/dist/ui/surface/bento/index.d.ts +1 -0
  113. package/dist/ui/surface/bento/index.js +76 -0
  114. package/dist/ui/surface/bento/index.mjs +10 -0
  115. package/dist/ui/surface/index.d.ts +1 -0
  116. package/dist/ui/surface/index.js +76 -0
  117. package/dist/ui/surface/index.mjs +11 -0
  118. package/dist/ui/theme/colors/blue.d.ts +12 -0
  119. package/dist/ui/theme/colors/blue.js +42 -0
  120. package/dist/ui/theme/colors/blue.mjs +7 -0
  121. package/dist/ui/theme/colors/common.d.ts +113 -0
  122. package/dist/ui/theme/colors/common.js +171 -0
  123. package/dist/ui/theme/colors/common.mjs +16 -0
  124. package/dist/ui/theme/colors/cyan.d.ts +12 -0
  125. package/dist/ui/theme/colors/cyan.js +42 -0
  126. package/dist/ui/theme/colors/cyan.mjs +7 -0
  127. package/dist/ui/theme/colors/flat.d.ts +22 -0
  128. package/dist/ui/theme/colors/flat.js +52 -0
  129. package/dist/ui/theme/colors/flat.mjs +28 -0
  130. package/dist/ui/theme/colors/green.d.ts +12 -0
  131. package/dist/ui/theme/colors/green.js +42 -0
  132. package/dist/ui/theme/colors/green.mjs +7 -0
  133. package/dist/ui/theme/colors/index.d.ts +118 -0
  134. package/dist/ui/theme/colors/index.js +353 -0
  135. package/dist/ui/theme/colors/index.mjs +26 -0
  136. package/dist/ui/theme/colors/pink.d.ts +12 -0
  137. package/dist/ui/theme/colors/pink.js +42 -0
  138. package/dist/ui/theme/colors/pink.mjs +7 -0
  139. package/dist/ui/theme/colors/purple.d.ts +12 -0
  140. package/dist/ui/theme/colors/purple.js +42 -0
  141. package/dist/ui/theme/colors/purple.mjs +7 -0
  142. package/dist/ui/theme/colors/red.d.ts +12 -0
  143. package/dist/ui/theme/colors/red.js +42 -0
  144. package/dist/ui/theme/colors/red.mjs +7 -0
  145. package/dist/ui/theme/colors/semantic.d.ts +7 -0
  146. package/dist/ui/theme/colors/semantic.js +347 -0
  147. package/dist/ui/theme/colors/semantic.mjs +22 -0
  148. package/dist/ui/theme/colors/shipgray.d.ts +12 -0
  149. package/dist/ui/theme/colors/shipgray.js +42 -0
  150. package/dist/ui/theme/colors/shipgray.mjs +7 -0
  151. package/dist/ui/theme/colors/types.d.ts +38 -0
  152. package/dist/ui/theme/colors/types.js +19 -0
  153. package/dist/ui/theme/colors/types.mjs +2 -0
  154. package/dist/ui/theme/colors/yellow.d.ts +12 -0
  155. package/dist/ui/theme/colors/yellow.js +42 -0
  156. package/dist/ui/theme/colors/yellow.mjs +7 -0
  157. package/dist/ui/theme/colors/zinc.d.ts +12 -0
  158. package/dist/ui/theme/colors/zinc.js +42 -0
  159. package/dist/ui/theme/colors/zinc.mjs +7 -0
  160. package/dist/ui/theme/colors.d.ts +1 -0
  161. package/dist/ui/theme/colors.js +353 -0
  162. package/dist/ui/theme/colors.mjs +27 -0
  163. package/dist/ui/theme/index.js +364 -2
  164. package/dist/ui/theme/index.mjs +20 -2
  165. package/dist/ui/theme/swap-color-values.d.ts +1 -0
  166. package/dist/ui/theme/swap-color-values.js +46 -0
  167. package/dist/ui/theme/swap-color-values.mjs +7 -0
  168. package/dist/ui/theme/theme.d.ts +1 -2
  169. package/dist/ui/theme/theme.js +332 -183
  170. package/dist/ui/theme/theme.mjs +18 -3
  171. package/package.json +4 -3
  172. package/dist/chunk-FELJP42D.mjs +0 -220
  173. package/dist/ui/layout/container.mjs +0 -86
  174. package/dist/ui/theme/theme.css +0 -2
  175. /package/dist/ui/layout/{flex.d.ts → flex/flex.d.ts} +0 -0
@@ -1,220 +0,0 @@
1
- "use client";
2
-
3
- // src/ui/theme/theme.ts
4
- import { heroui } from "@heroui/theme";
5
- var theme_default = heroui({
6
- layout: {
7
- fontSize: {
8
- tiny: "0.75rem",
9
- small: "0.875rem",
10
- medium: "1rem",
11
- large: "1.125rem"
12
- },
13
- lineHeight: {
14
- tiny: "1rem",
15
- small: "1.25rem",
16
- medium: "1.5rem",
17
- large: "1.75rem"
18
- },
19
- radius: {
20
- small: "0.5rem",
21
- medium: "0.75rem",
22
- large: "1rem"
23
- },
24
- borderWidth: {
25
- small: "0.0625rem",
26
- medium: "0.125rem",
27
- large: "0.1875rem"
28
- },
29
- dividerWeight: "0.0625rem",
30
- disabledOpacity: 0.5
31
- },
32
- themes: {
33
- light: {
34
- colors: {
35
- background: "#ffffff",
36
- foreground: "#1a1923",
37
- divider: "#111106",
38
- focus: "#2e66e8",
39
- overlay: "#111016",
40
- content1: "#f8f8fa",
41
- content2: "#f4f4f8",
42
- content3: "#cfcdde",
43
- content4: "#acaac7",
44
- default: {
45
- 50: "#f8f8fa",
46
- 100: "#f4f4f8",
47
- 200: "#cfcdde",
48
- 300: "#acaac7",
49
- 400: "#7571a2",
50
- 500: "#5e5a82",
51
- 600: "#464461",
52
- 700: "#232231",
53
- 800: "#1a1923",
54
- 900: "#121118",
55
- foreground: "#111016"
56
- },
57
- primary: {
58
- 50: "#f5f7fd",
59
- 100: "#dfe8fb",
60
- 200: "#b5c8f6",
61
- 300: "#80a2f1",
62
- 400: "#2e66e8",
63
- 500: "#2552ba",
64
- 600: "#1c3d8c",
65
- 700: "#173274",
66
- 800: "#0d1f45",
67
- 900: "#070f22",
68
- foreground: "#ffffff"
69
- },
70
- secondary: {
71
- 50: "#faf6fe",
72
- 100: "#efe5fd",
73
- 200: "#d6bcfa",
74
- 300: "#b88bf6",
75
- 400: "#9350f2",
76
- 500: "#7b43cb",
77
- 600: "#5e339b",
78
- 700: "#4c2a7e",
79
- 800: "#2c1849",
80
- 900: "#1a0e2c",
81
- foreground: "#ffffff"
82
- },
83
- success: {
84
- 50: "#f2fbf6",
85
- 100: "#d9f2e3",
86
- 200: "#a3e0bb",
87
- 300: "#66cb8e",
88
- 400: "#00a843",
89
- 500: "#008636",
90
- 600: "#006528",
91
- 700: "#005421",
92
- 800: "#002f13",
93
- 900: "#00190a",
94
- foreground: "#111016"
95
- },
96
- warning: {
97
- 50: "#fffcec",
98
- 100: "#fff2ab",
99
- 200: "#ffe66e",
100
- 300: "#ffd739",
101
- 400: "#f5c20f",
102
- 500: "#daa800",
103
- 600: "#b38700",
104
- 700: "#836100",
105
- 800: "#4c3800",
106
- 900: "#171200",
107
- foreground: "#111016"
108
- },
109
- danger: {
110
- 50: "#fdf4f3",
111
- 100: "#f8dfdb",
112
- 200: "#eeb2a9",
113
- 300: "#e37f70",
114
- 400: "#d02a11",
115
- 500: "#a6220e",
116
- 600: "#7d190a",
117
- 700: "#681509",
118
- 800: "#3a0c05",
119
- 900: "#1f0603",
120
- foreground: "#ffffff"
121
- }
122
- }
123
- },
124
- dark: {
125
- colors: {
126
- background: "#111016",
127
- foreground: "#f8f8fa",
128
- divider: "#ffffff",
129
- focus: "#2552ba",
130
- overlay: "#111016",
131
- content1: "#1a1923",
132
- content2: "#232231",
133
- content3: "#464461",
134
- content4: "#5e5a82",
135
- default: {
136
- 50: "#1a1923",
137
- 100: "#232231",
138
- 200: "#464461",
139
- 300: "#5e5a82",
140
- 400: "#7571a2",
141
- 500: "#acaac7",
142
- 600: "#cfcdde",
143
- 700: "#f4f4f8",
144
- 800: "#f8f8fa",
145
- 900: "#ffffff",
146
- foreground: "#ffffff"
147
- },
148
- primary: {
149
- 50: "#070f22",
150
- 100: "#0d1f45",
151
- 200: "#173274",
152
- 300: "#1c3d8c",
153
- 400: "#2552ba",
154
- 500: "#2e66e8",
155
- 600: "#80a2f1",
156
- 700: "#b5c8f6",
157
- 800: "#dfe8fb",
158
- 900: "#f5f7fd",
159
- foreground: "#ffffff"
160
- },
161
- secondary: {
162
- 50: "#1a0e2c",
163
- 100: "#2c1849",
164
- 200: "#4c2a7e",
165
- 300: "#5e339b",
166
- 400: "#7b43cb",
167
- 500: "#9350f2",
168
- 600: "#b88bf6",
169
- 700: "#d6bcfa",
170
- 800: "#efe5fd",
171
- 900: "#faf6fe",
172
- foreground: "#ffffff"
173
- },
174
- success: {
175
- 50: "#00190a",
176
- 100: "#002f13",
177
- 200: "#005421",
178
- 300: "#006528",
179
- 400: "#008636",
180
- 500: "#00a843",
181
- 600: "#66cb8e",
182
- 700: "#a3e0bb",
183
- 800: "#d9f2e3",
184
- 900: "#f2fbf6",
185
- foreground: "#111016"
186
- },
187
- warning: {
188
- 50: "#171200",
189
- 100: "#4c3800",
190
- 200: "#836100",
191
- 300: "#b38700",
192
- 400: "#daa800",
193
- 500: "#f5c20f",
194
- 600: "#ffd739",
195
- 700: "#ffe66e",
196
- 800: "#fff2ab",
197
- 900: "#fffcec",
198
- foreground: "#111016"
199
- },
200
- danger: {
201
- 50: "#1f0603",
202
- 100: "#3a0c05",
203
- 200: "#681509",
204
- 300: "#7d190a",
205
- 400: "#a6220e",
206
- 500: "#d02a11",
207
- 600: "#e37f70",
208
- 700: "#eeb2a9",
209
- 800: "#f8dfdb",
210
- 900: "#fdf4f3",
211
- foreground: "#ffffff"
212
- }
213
- }
214
- }
215
- }
216
- });
217
-
218
- export {
219
- theme_default
220
- };
@@ -1,86 +0,0 @@
1
- "use client";
2
- import {
3
- Container
4
- } from "../../chunk-S2TB4GD2.mjs";
5
- import "../../chunk-3N5UZODS.mjs";
6
- import "../../chunk-6WK4W5LL.mjs";
7
- import "../../chunk-CRPCWBXA.mjs";
8
- import "../../chunk-PEB5ZH76.mjs";
9
- import "../../chunk-HH7MLUOF.mjs";
10
- import "../../chunk-Q4TQYK6N.mjs";
11
- import "../../chunk-DBQTFBA3.mjs";
12
- import "../../chunk-Q6XJI7Q2.mjs";
13
- import "../../chunk-EVQFKHCM.mjs";
14
- import "../../chunk-XAW35UDV.mjs";
15
- import "../../chunk-NBFOX367.mjs";
16
- import "../../chunk-FELJP42D.mjs";
17
- import "../../chunk-CUVF3U67.mjs";
18
- import "../../chunk-5HUR2CNH.mjs";
19
- import "../../chunk-25ISU6R3.mjs";
20
- import "../../chunk-7T3JFARO.mjs";
21
- import "../../chunk-OEHJDT6R.mjs";
22
- import "../../chunk-I5AMV7H7.mjs";
23
- import "../../chunk-T57H3CGO.mjs";
24
- import "../../chunk-LOMRTWX5.mjs";
25
- import "../../chunk-5IHVMMCK.mjs";
26
- import "../../chunk-3ZTXXJSO.mjs";
27
- import "../../chunk-LN7WH3OB.mjs";
28
- import "../../chunk-CLDAITOP.mjs";
29
- import "../../chunk-2W4N27WQ.mjs";
30
- import "../../chunk-4QSIBIUI.mjs";
31
- import "../../chunk-NZI5NBXF.mjs";
32
- import "../../chunk-CXAZBWS4.mjs";
33
- import "../../chunk-UHLC7GOU.mjs";
34
- import "../../chunk-HZ5YAOU6.mjs";
35
- import "../../chunk-5UKTT75Y.mjs";
36
- import "../../chunk-WVF5LVDJ.mjs";
37
- import "../../chunk-UURZJWWV.mjs";
38
- import "../../chunk-K3WTHFIG.mjs";
39
- import "../../chunk-ONQIPN3G.mjs";
40
- import "../../chunk-WZDFBWUL.mjs";
41
- import "../../chunk-LR4R7GFR.mjs";
42
- import "../../chunk-3BST3PYD.mjs";
43
- import "../../chunk-GRWFJ4FP.mjs";
44
- import "../../chunk-V77JZXH7.mjs";
45
- import "../../chunk-TIFF5WZA.mjs";
46
- import "../../chunk-54ZSBA6H.mjs";
47
- import "../../chunk-KH4D2C2T.mjs";
48
- import "../../chunk-AS4T5M6E.mjs";
49
- import "../../chunk-UTZUYZZL.mjs";
50
- import "../../chunk-IZEJE6V2.mjs";
51
- import "../../chunk-VOG5HJID.mjs";
52
- import "../../chunk-FXXWSYJA.mjs";
53
- import "../../chunk-JJHHWDZT.mjs";
54
- import "../../chunk-GEJLG5RP.mjs";
55
- import "../../chunk-EC3NSPHR.mjs";
56
- import "../../chunk-CETCW7DS.mjs";
57
- import "../../chunk-V4HKGJYK.mjs";
58
- import "../../chunk-S3ET5HKP.mjs";
59
- import "../../chunk-6UIBJVXP.mjs";
60
- import "../../chunk-7GHK5XYK.mjs";
61
- import "../../chunk-R7LDL5CU.mjs";
62
- import "../../chunk-JDFRAN4S.mjs";
63
- import "../../chunk-5YMUHF45.mjs";
64
- import "../../chunk-DUQFM3QS.mjs";
65
- import "../../chunk-KTUGFQWJ.mjs";
66
- import "../../chunk-5HK7HRTR.mjs";
67
- import "../../chunk-HJUZTISD.mjs";
68
- import "../../chunk-V2HNFTTX.mjs";
69
- import "../../chunk-V3KKDSQP.mjs";
70
- import "../../chunk-LJIVY6GU.mjs";
71
- import "../../chunk-ZRHEFEFS.mjs";
72
- import "../../chunk-V2G5QHZZ.mjs";
73
- import "../../chunk-AQ3ISJKU.mjs";
74
- import "../../chunk-GQ3LBZ2Q.mjs";
75
- import "../../chunk-5EWHMXCP.mjs";
76
- import "../../chunk-N3EAW6UO.mjs";
77
- import "../../chunk-WYJW5NNA.mjs";
78
- import "../../chunk-C3MURCMZ.mjs";
79
- import "../../chunk-WJXIRSSW.mjs";
80
- import "../../chunk-WTXPB253.mjs";
81
- import "../../chunk-IAJ6G633.mjs";
82
- import "../../chunk-A3AAC7PF.mjs";
83
- import "../../chunk-26RHRVH2.mjs";
84
- export {
85
- Container
86
- };
@@ -1,2 +0,0 @@
1
- /* src/ui/theme/theme.css */
2
- @plugin "./theme.ts";
File without changes