@teach-in/react 0.1.0 → 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 (209) 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-QU35SWES.mjs → chunk-TYMUQULA.mjs} +9 -5
  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 +527 -55
  34. package/dist/index.mjs +110 -78
  35. package/dist/ui/actions/button/button.d.ts +0 -4
  36. package/dist/ui/actions/button/button.js +9 -6
  37. package/dist/ui/actions/button/button.mjs +1 -2
  38. package/dist/ui/actions/button/index.js +9 -5
  39. package/dist/ui/actions/button/index.mjs +1 -1
  40. package/dist/ui/actions/index.js +9 -5
  41. package/dist/ui/actions/index.mjs +1 -1
  42. package/dist/ui/data/index.js +1 -0
  43. package/dist/ui/data/index.mjs +1 -1
  44. package/dist/ui/data/pagination/index.js +1 -0
  45. package/dist/ui/data/pagination/index.mjs +1 -1
  46. package/dist/ui/data/pagination/pagination.d.ts +6 -2
  47. package/dist/ui/data/pagination/pagination.js +6 -2
  48. package/dist/ui/data/pagination/pagination.mjs +5 -3
  49. package/dist/ui/feedback/alert/alert.d.ts +1 -1
  50. package/dist/ui/feedback/alert/alert.js +0 -1
  51. package/dist/ui/feedback/alert/alert.mjs +0 -1
  52. package/dist/ui/feedback/chip/chip.js +0 -1
  53. package/dist/ui/feedback/chip/chip.mjs +0 -1
  54. package/dist/ui/feedback/index.js +4 -6
  55. package/dist/ui/feedback/index.mjs +8 -8
  56. package/dist/ui/feedback/spinner/index.js +3 -5
  57. package/dist/ui/feedback/spinner/index.mjs +1 -1
  58. package/dist/ui/feedback/spinner/spinner.d.ts +8 -4
  59. package/dist/ui/feedback/spinner/spinner.js +3 -6
  60. package/dist/ui/feedback/spinner/spinner.mjs +1 -2
  61. package/dist/ui/feedback/tooltip/index.js +1 -1
  62. package/dist/ui/feedback/tooltip/index.mjs +1 -1
  63. package/dist/ui/feedback/tooltip/tooltip.d.ts +2 -2
  64. package/dist/ui/feedback/tooltip/tooltip.js +1 -2
  65. package/dist/ui/feedback/tooltip/tooltip.mjs +1 -2
  66. package/dist/ui/form/index.mjs +14 -14
  67. package/dist/ui/form/rhf/fields/autocomplete-field.js +0 -1
  68. package/dist/ui/form/rhf/fields/autocomplete-field.mjs +6 -7
  69. package/dist/ui/form/rhf/fields/checkbox-field.js +0 -1
  70. package/dist/ui/form/rhf/fields/checkbox-field.mjs +6 -7
  71. package/dist/ui/form/rhf/fields/date-picker-field.js +0 -1
  72. package/dist/ui/form/rhf/fields/date-picker-field.mjs +6 -7
  73. package/dist/ui/form/rhf/fields/email-field.js +0 -1
  74. package/dist/ui/form/rhf/fields/email-field.mjs +6 -7
  75. package/dist/ui/form/rhf/fields/index.mjs +12 -12
  76. package/dist/ui/form/rhf/fields/input-field.js +0 -1
  77. package/dist/ui/form/rhf/fields/input-field.mjs +6 -7
  78. package/dist/ui/form/rhf/fields/select-field.js +0 -1
  79. package/dist/ui/form/rhf/fields/select-field.mjs +6 -7
  80. package/dist/ui/form/rhf/fields/switch-field.js +0 -1
  81. package/dist/ui/form/rhf/fields/switch-field.mjs +6 -7
  82. package/dist/ui/form/rhf/fields/text-field.js +0 -1
  83. package/dist/ui/form/rhf/fields/text-field.mjs +6 -7
  84. package/dist/ui/form/rhf/fields/textarea-field.js +0 -1
  85. package/dist/ui/form/rhf/fields/textarea-field.mjs +6 -7
  86. package/dist/ui/form/rhf/index.mjs +12 -12
  87. package/dist/ui/format/boolean.js +0 -1
  88. package/dist/ui/format/boolean.mjs +0 -1
  89. package/dist/ui/format/currency.js +0 -1
  90. package/dist/ui/format/currency.mjs +0 -1
  91. package/dist/ui/format/date.js +2 -3
  92. package/dist/ui/format/date.mjs +1 -2
  93. package/dist/ui/format/datetime.js +4 -4
  94. package/dist/ui/format/datetime.mjs +1 -2
  95. package/dist/ui/format/duration.js +0 -1
  96. package/dist/ui/format/duration.mjs +0 -1
  97. package/dist/ui/format/index.js +6 -5
  98. package/dist/ui/format/index.mjs +2 -2
  99. package/dist/ui/format/number.js +0 -1
  100. package/dist/ui/format/number.mjs +0 -1
  101. package/dist/ui/format/percent.js +0 -1
  102. package/dist/ui/format/percent.mjs +0 -1
  103. package/dist/ui/format/plural.js +0 -1
  104. package/dist/ui/format/plural.mjs +0 -1
  105. package/dist/ui/format/time.js +0 -1
  106. package/dist/ui/format/time.mjs +0 -1
  107. package/dist/ui/index.d.ts +1 -0
  108. package/dist/ui/index.js +527 -55
  109. package/dist/ui/index.mjs +110 -78
  110. package/dist/ui/inputs/index.mjs +10 -10
  111. package/dist/ui/inputs/switch/switch.js +0 -1
  112. package/dist/ui/inputs/switch/switch.mjs +0 -1
  113. package/dist/ui/layout/{container.d.ts → container/container.d.ts} +2 -2
  114. package/dist/ui/layout/{container.js → container/container.js} +3 -4
  115. package/dist/ui/layout/container/container.mjs +107 -0
  116. package/dist/ui/layout/container/index.d.ts +1 -0
  117. package/dist/ui/layout/container/index.js +66 -0
  118. package/dist/ui/layout/container/index.mjs +107 -0
  119. package/dist/ui/layout/{flex.js → flex/flex.js} +1 -2
  120. package/dist/ui/layout/{flex.mjs → flex/flex.mjs} +1 -2
  121. package/dist/ui/layout/flex/index.d.ts +1 -0
  122. package/dist/ui/layout/flex/index.js +84 -0
  123. package/dist/ui/layout/flex/index.mjs +8 -0
  124. package/dist/ui/layout/grid/grid.d.ts +118 -0
  125. package/dist/ui/layout/grid/grid.js +84 -0
  126. package/dist/ui/layout/grid/grid.mjs +7 -0
  127. package/dist/ui/layout/grid/index.d.ts +1 -0
  128. package/dist/ui/layout/grid/index.js +86 -0
  129. package/dist/ui/layout/grid/index.mjs +8 -0
  130. package/dist/ui/layout/index.d.ts +1 -0
  131. package/dist/ui/layout/index.js +65 -9
  132. package/dist/ui/layout/index.mjs +72 -48
  133. package/dist/ui/layout/page/breadcrumbs.js +0 -1
  134. package/dist/ui/layout/page/breadcrumbs.mjs +0 -1
  135. package/dist/ui/layout/page/index.js +3 -5
  136. package/dist/ui/layout/page/index.mjs +11 -11
  137. package/dist/ui/layout/page/page-loading.js +3 -5
  138. package/dist/ui/layout/page/page-loading.mjs +6 -6
  139. package/dist/ui/layout/page/section-loading.js +3 -5
  140. package/dist/ui/layout/page/section-loading.mjs +6 -6
  141. package/dist/ui/overlays/modal/modal.js +0 -1
  142. package/dist/ui/overlays/modal/modal.mjs +0 -1
  143. package/dist/ui/surface/bento/bento.d.ts +86 -0
  144. package/dist/ui/surface/bento/bento.js +74 -0
  145. package/dist/ui/surface/bento/bento.mjs +9 -0
  146. package/dist/ui/surface/bento/index.d.ts +1 -0
  147. package/dist/ui/surface/bento/index.js +76 -0
  148. package/dist/ui/surface/bento/index.mjs +10 -0
  149. package/dist/ui/surface/index.d.ts +1 -0
  150. package/dist/ui/surface/index.js +76 -0
  151. package/dist/ui/surface/index.mjs +11 -0
  152. package/dist/ui/theme/colors/blue.d.ts +12 -0
  153. package/dist/ui/theme/colors/blue.js +42 -0
  154. package/dist/ui/theme/colors/blue.mjs +7 -0
  155. package/dist/ui/theme/colors/common.d.ts +113 -0
  156. package/dist/ui/theme/colors/common.js +171 -0
  157. package/dist/ui/theme/colors/common.mjs +16 -0
  158. package/dist/ui/theme/colors/cyan.d.ts +12 -0
  159. package/dist/ui/theme/colors/cyan.js +42 -0
  160. package/dist/ui/theme/colors/cyan.mjs +7 -0
  161. package/dist/ui/theme/colors/flat.d.ts +22 -0
  162. package/dist/ui/theme/colors/flat.js +52 -0
  163. package/dist/ui/theme/colors/flat.mjs +28 -0
  164. package/dist/ui/theme/colors/green.d.ts +12 -0
  165. package/dist/ui/theme/colors/green.js +42 -0
  166. package/dist/ui/theme/colors/green.mjs +7 -0
  167. package/dist/ui/theme/colors/index.d.ts +118 -0
  168. package/dist/ui/theme/colors/index.js +353 -0
  169. package/dist/ui/theme/colors/index.mjs +26 -0
  170. package/dist/ui/theme/colors/pink.d.ts +12 -0
  171. package/dist/ui/theme/colors/pink.js +42 -0
  172. package/dist/ui/theme/colors/pink.mjs +7 -0
  173. package/dist/ui/theme/colors/purple.d.ts +12 -0
  174. package/dist/ui/theme/colors/purple.js +42 -0
  175. package/dist/ui/theme/colors/purple.mjs +7 -0
  176. package/dist/ui/theme/colors/red.d.ts +12 -0
  177. package/dist/ui/theme/colors/red.js +42 -0
  178. package/dist/ui/theme/colors/red.mjs +7 -0
  179. package/dist/ui/theme/colors/semantic.d.ts +7 -0
  180. package/dist/ui/theme/colors/semantic.js +347 -0
  181. package/dist/ui/theme/colors/semantic.mjs +22 -0
  182. package/dist/ui/theme/colors/shipgray.d.ts +12 -0
  183. package/dist/ui/theme/colors/shipgray.js +42 -0
  184. package/dist/ui/theme/colors/shipgray.mjs +7 -0
  185. package/dist/ui/theme/colors/types.d.ts +38 -0
  186. package/dist/ui/theme/colors/types.js +19 -0
  187. package/dist/ui/theme/colors/types.mjs +2 -0
  188. package/dist/ui/theme/colors/yellow.d.ts +12 -0
  189. package/dist/ui/theme/colors/yellow.js +42 -0
  190. package/dist/ui/theme/colors/yellow.mjs +7 -0
  191. package/dist/ui/theme/colors/zinc.d.ts +12 -0
  192. package/dist/ui/theme/colors/zinc.js +42 -0
  193. package/dist/ui/theme/colors/zinc.mjs +7 -0
  194. package/dist/ui/theme/colors.d.ts +1 -0
  195. package/dist/ui/theme/colors.js +353 -0
  196. package/dist/ui/theme/colors.mjs +27 -0
  197. package/dist/ui/theme/index.js +364 -2
  198. package/dist/ui/theme/index.mjs +20 -2
  199. package/dist/ui/theme/swap-color-values.d.ts +1 -0
  200. package/dist/ui/theme/swap-color-values.js +46 -0
  201. package/dist/ui/theme/swap-color-values.mjs +7 -0
  202. package/dist/ui/theme/theme.d.ts +1 -2
  203. package/dist/ui/theme/theme.js +332 -183
  204. package/dist/ui/theme/theme.mjs +18 -3
  205. package/package.json +4 -3
  206. package/dist/chunk-FELJP42D.mjs +0 -220
  207. package/dist/ui/layout/container.mjs +0 -87
  208. package/dist/ui/theme/theme.css +0 -2
  209. /package/dist/ui/layout/{flex.d.ts → flex/flex.d.ts} +0 -0
@@ -0,0 +1,347 @@
1
+ "use client";
2
+ "use strict";
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+
21
+ // src/ui/theme/colors/semantic.ts
22
+ var semantic_exports = {};
23
+ __export(semantic_exports, {
24
+ semanticColors: () => semanticColors,
25
+ themeColorsDark: () => themeColorsDark,
26
+ themeColorsLight: () => themeColorsLight
27
+ });
28
+ module.exports = __toCommonJS(semantic_exports);
29
+
30
+ // src/ui/theme/swap-color-values.ts
31
+ function swapColorValues(colors) {
32
+ const swappedColors = {};
33
+ const keys = Object.keys(colors);
34
+ const length = keys.length;
35
+ for (let i = 0; i < length / 2; i++) {
36
+ const key1 = keys[i];
37
+ const key2 = keys[length - 1 - i];
38
+ swappedColors[key1] = colors[key2];
39
+ swappedColors[key2] = colors[key1];
40
+ }
41
+ if (length % 2 !== 0) {
42
+ const middleKey = keys[Math.floor(length / 2)];
43
+ swappedColors[middleKey] = colors[middleKey];
44
+ }
45
+ return swappedColors;
46
+ }
47
+
48
+ // src/ui/theme/colors/blue.ts
49
+ var blue = {
50
+ 50: "#f5f7fd",
51
+ 100: "#dfe8fb",
52
+ 200: "#b5c8f6",
53
+ 300: "#80a2f1",
54
+ 400: "#2e66e8",
55
+ 500: "#2552ba",
56
+ 600: "#1c3d8c",
57
+ 700: "#173274",
58
+ 800: "#0d1f45",
59
+ 900: "#070f22"
60
+ };
61
+
62
+ // src/ui/theme/colors/green.ts
63
+ var green = {
64
+ 50: "#f2fbf6",
65
+ 100: "#d9f2e3",
66
+ 200: "#a3e0bb",
67
+ 300: "#66cb8e",
68
+ 400: "#00a843",
69
+ 500: "#008636",
70
+ 600: "#006528",
71
+ 700: "#005421",
72
+ 800: "#002f13",
73
+ 900: "#00190a"
74
+ };
75
+
76
+ // src/ui/theme/colors/pink.ts
77
+ var pink = {
78
+ 50: "#fef8ff",
79
+ 100: "#fce9ff",
80
+ 200: "#f8c6ff",
81
+ 300: "#f4a8ff",
82
+ 400: "#ed6aff",
83
+ 500: "#c759d6",
84
+ 600: "#9844a3",
85
+ 700: "#7b3785",
86
+ 800: "#47204d",
87
+ 900: "#2b132e"
88
+ };
89
+
90
+ // src/ui/theme/colors/purple.ts
91
+ var purple = {
92
+ 50: "#faf6fe",
93
+ 100: "#efe5fd",
94
+ 200: "#d6bcfa",
95
+ 300: "#b88bf6",
96
+ 400: "#9350f2",
97
+ 500: "#7b43cb",
98
+ 600: "#5e339b",
99
+ 700: "#4c2a7e",
100
+ 800: "#2c1849",
101
+ 900: "#1a0e2c"
102
+ };
103
+
104
+ // src/ui/theme/colors/red.ts
105
+ var red = {
106
+ 50: "#fdf4f3",
107
+ 100: "#f8dfdb",
108
+ 200: "#eeb2a9",
109
+ 300: "#e37f70",
110
+ 400: "#d02a11",
111
+ 500: "#a6220e",
112
+ 600: "#7d190a",
113
+ 700: "#681509",
114
+ 800: "#3a0c05",
115
+ 900: "#1f0603"
116
+ };
117
+
118
+ // src/ui/theme/colors/shipgray.ts
119
+ var shipgray = {
120
+ 50: "#f8f8fa",
121
+ 100: "#f4f4f8",
122
+ 200: "#cfcdde",
123
+ 300: "#acaac7",
124
+ 400: "#7571a2",
125
+ 500: "#5e5a82",
126
+ 600: "#464461",
127
+ 700: "#232231",
128
+ 800: "#1a1923",
129
+ 900: "#121118"
130
+ };
131
+
132
+ // src/ui/theme/colors/yellow.ts
133
+ var yellow = {
134
+ 50: "#fffcec",
135
+ 100: "#fff2ab",
136
+ 200: "#ffe66e",
137
+ 300: "#ffd739",
138
+ 400: "#f5c20f",
139
+ 500: "#daa800",
140
+ 600: "#b38700",
141
+ 700: "#836100",
142
+ 800: "#4c3800",
143
+ 900: "#171200"
144
+ };
145
+
146
+ // src/ui/theme/colors/cyan.ts
147
+ var cyan = {
148
+ 50: "#f4fdfe",
149
+ 100: "#ddf9fd",
150
+ 200: "#a9effb",
151
+ 300: "#69e3f8",
152
+ 400: "#1cd5f4",
153
+ 500: "#18b3cd",
154
+ 600: "#12889c",
155
+ 700: "#0f6f7f",
156
+ 800: "#084049",
157
+ 900: "#05262c"
158
+ };
159
+
160
+ // src/ui/theme/colors/zinc.ts
161
+ var zinc = {
162
+ "50": "#fafafa",
163
+ "100": "#f4f4f5",
164
+ "200": "#e4e4e7",
165
+ "300": "#d4d4d8",
166
+ "400": "#a1a1aa",
167
+ "500": "#71717a",
168
+ "600": "#52525b",
169
+ "700": "#3f3f46",
170
+ "800": "#27272a",
171
+ "900": "#18181b"
172
+ };
173
+
174
+ // src/ui/theme/colors/common.ts
175
+ var commonColors = {
176
+ white: "#ffffff",
177
+ black: "#111016",
178
+ blue,
179
+ green,
180
+ pink,
181
+ purple,
182
+ red,
183
+ shipgray,
184
+ yellow,
185
+ cyan,
186
+ zinc
187
+ };
188
+
189
+ // src/ui/theme/colors/semantic.ts
190
+ var base = {
191
+ light: {
192
+ background: {
193
+ DEFAULT: commonColors.white
194
+ },
195
+ foreground: {
196
+ ...commonColors.shipgray,
197
+ DEFAULT: commonColors.shipgray[800]
198
+ },
199
+ divider: {
200
+ DEFAULT: "rgba(17, 17, 6, 0.15)"
201
+ },
202
+ focus: {
203
+ DEFAULT: commonColors.blue[400]
204
+ },
205
+ overlay: {
206
+ DEFAULT: "#1110164c"
207
+ },
208
+ content1: {
209
+ DEFAULT: commonColors.shipgray[50],
210
+ foreground: commonColors.shipgray[900]
211
+ },
212
+ content2: {
213
+ DEFAULT: commonColors.shipgray[100],
214
+ foreground: commonColors.shipgray[800]
215
+ },
216
+ content3: {
217
+ DEFAULT: commonColors.shipgray[200],
218
+ foreground: commonColors.shipgray[700]
219
+ },
220
+ content4: {
221
+ DEFAULT: commonColors.shipgray[300],
222
+ foreground: commonColors.shipgray[600]
223
+ }
224
+ },
225
+ dark: {
226
+ background: {
227
+ DEFAULT: commonColors.black
228
+ },
229
+ foreground: {
230
+ ...swapColorValues(commonColors.shipgray),
231
+ DEFAULT: commonColors.shipgray[50]
232
+ },
233
+ focus: {
234
+ DEFAULT: commonColors.blue[500]
235
+ },
236
+ overlay: {
237
+ DEFAULT: "#1110164C"
238
+ },
239
+ divider: {
240
+ DEFAULT: "rgba(255, 255, 255, 0.15)"
241
+ },
242
+ content1: {
243
+ DEFAULT: commonColors.shipgray[800],
244
+ foreground: commonColors.shipgray[50]
245
+ },
246
+ content2: {
247
+ DEFAULT: commonColors.shipgray[700],
248
+ foreground: commonColors.shipgray[100]
249
+ },
250
+ content3: {
251
+ DEFAULT: commonColors.shipgray[600],
252
+ foreground: commonColors.shipgray[200]
253
+ },
254
+ content4: {
255
+ DEFAULT: commonColors.shipgray[500],
256
+ foreground: commonColors.shipgray[300]
257
+ }
258
+ }
259
+ };
260
+ var themeColorsLight = {
261
+ ...base.light,
262
+ default: {
263
+ ...commonColors.shipgray,
264
+ foreground: commonColors.black,
265
+ flat: commonColors.shipgray[300],
266
+ DEFAULT: commonColors.shipgray[100]
267
+ },
268
+ primary: {
269
+ ...commonColors.blue,
270
+ foreground: commonColors.white,
271
+ flat: commonColors.blue[500],
272
+ DEFAULT: commonColors.blue[400]
273
+ },
274
+ secondary: {
275
+ ...commonColors.purple,
276
+ foreground: commonColors.white,
277
+ flat: commonColors.purple[500],
278
+ DEFAULT: commonColors.purple[400]
279
+ },
280
+ success: {
281
+ ...commonColors.green,
282
+ foreground: commonColors.black,
283
+ flat: commonColors.green[500],
284
+ DEFAULT: commonColors.green[400]
285
+ },
286
+ warning: {
287
+ ...commonColors.yellow,
288
+ foreground: commonColors.black,
289
+ flat: commonColors.yellow[500],
290
+ DEFAULT: commonColors.yellow[500]
291
+ },
292
+ danger: {
293
+ ...commonColors.red,
294
+ foreground: commonColors.white,
295
+ flat: commonColors.red[500],
296
+ DEFAULT: commonColors.red[400]
297
+ }
298
+ };
299
+ var themeColorsDark = {
300
+ ...base.dark,
301
+ default: {
302
+ ...swapColorValues(commonColors.shipgray),
303
+ foreground: commonColors.white,
304
+ flat: commonColors.shipgray[600],
305
+ DEFAULT: commonColors.shipgray[700]
306
+ },
307
+ primary: {
308
+ ...swapColorValues(commonColors.blue),
309
+ foreground: commonColors.blue[500],
310
+ flat: commonColors.blue[500],
311
+ DEFAULT: commonColors.blue[500]
312
+ },
313
+ secondary: {
314
+ ...swapColorValues(commonColors.purple),
315
+ foreground: commonColors.white,
316
+ flat: commonColors.purple[400],
317
+ DEFAULT: commonColors.purple[400]
318
+ },
319
+ success: {
320
+ ...swapColorValues(commonColors.green),
321
+ foreground: commonColors.black,
322
+ flat: commonColors.green[500],
323
+ DEFAULT: commonColors.green[500]
324
+ },
325
+ warning: {
326
+ ...swapColorValues(commonColors.yellow),
327
+ foreground: commonColors.black,
328
+ flat: commonColors.yellow[500],
329
+ DEFAULT: commonColors.yellow[500]
330
+ },
331
+ danger: {
332
+ ...swapColorValues(commonColors.red),
333
+ foreground: commonColors.white,
334
+ flat: commonColors.red[500],
335
+ DEFAULT: commonColors.red[500]
336
+ }
337
+ };
338
+ var semanticColors = {
339
+ light: themeColorsLight,
340
+ dark: themeColorsDark
341
+ };
342
+ // Annotate the CommonJS export names for ESM import in node:
343
+ 0 && (module.exports = {
344
+ semanticColors,
345
+ themeColorsDark,
346
+ themeColorsLight
347
+ });
@@ -0,0 +1,22 @@
1
+ "use client";
2
+ import {
3
+ semanticColors,
4
+ themeColorsDark,
5
+ themeColorsLight
6
+ } from "../../../chunk-X7ER4IDJ.mjs";
7
+ import "../../../chunk-NCM6KIQH.mjs";
8
+ import "../../../chunk-SLB2JE3N.mjs";
9
+ import "../../../chunk-XYQVL4EX.mjs";
10
+ import "../../../chunk-HOVAPYGJ.mjs";
11
+ import "../../../chunk-3LOCA2SP.mjs";
12
+ import "../../../chunk-2OPPNAW2.mjs";
13
+ import "../../../chunk-OW6U64MG.mjs";
14
+ import "../../../chunk-LUERGYYZ.mjs";
15
+ import "../../../chunk-YBQFG6QJ.mjs";
16
+ import "../../../chunk-XKX5LFH7.mjs";
17
+ import "../../../chunk-VIPLRFPR.mjs";
18
+ export {
19
+ semanticColors,
20
+ themeColorsDark,
21
+ themeColorsLight
22
+ };
@@ -0,0 +1,12 @@
1
+ export declare const shipgray: {
2
+ 50: string;
3
+ 100: string;
4
+ 200: string;
5
+ 300: string;
6
+ 400: string;
7
+ 500: string;
8
+ 600: string;
9
+ 700: string;
10
+ 800: string;
11
+ 900: string;
12
+ };
@@ -0,0 +1,42 @@
1
+ "use client";
2
+ "use strict";
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+
21
+ // src/ui/theme/colors/shipgray.ts
22
+ var shipgray_exports = {};
23
+ __export(shipgray_exports, {
24
+ shipgray: () => shipgray
25
+ });
26
+ module.exports = __toCommonJS(shipgray_exports);
27
+ var shipgray = {
28
+ 50: "#f8f8fa",
29
+ 100: "#f4f4f8",
30
+ 200: "#cfcdde",
31
+ 300: "#acaac7",
32
+ 400: "#7571a2",
33
+ 500: "#5e5a82",
34
+ 600: "#464461",
35
+ 700: "#232231",
36
+ 800: "#1a1923",
37
+ 900: "#121118"
38
+ };
39
+ // Annotate the CommonJS export names for ESM import in node:
40
+ 0 && (module.exports = {
41
+ shipgray
42
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ shipgray
4
+ } from "../../../chunk-XYQVL4EX.mjs";
5
+ export {
6
+ shipgray
7
+ };
@@ -0,0 +1,38 @@
1
+ export type ColorScale = Partial<{
2
+ 50: string;
3
+ 100: string;
4
+ 200: string;
5
+ 300: string;
6
+ 400: string;
7
+ 500: string;
8
+ 600: string;
9
+ 700: string;
10
+ 800: string;
11
+ 900: string;
12
+ foreground: string;
13
+ flat: string;
14
+ DEFAULT: string;
15
+ }> | string;
16
+ export type BaseColors = {
17
+ background: ColorScale;
18
+ foreground: ColorScale;
19
+ divider: ColorScale;
20
+ overlay: ColorScale;
21
+ focus: ColorScale;
22
+ content1: ColorScale;
23
+ content2: ColorScale;
24
+ content3: ColorScale;
25
+ content4: ColorScale;
26
+ };
27
+ export type ThemeColors = BaseColors & {
28
+ default: ColorScale;
29
+ primary: ColorScale;
30
+ secondary: ColorScale;
31
+ success: ColorScale;
32
+ warning: ColorScale;
33
+ danger: ColorScale;
34
+ };
35
+ export type SemanticBaseColors = {
36
+ light: BaseColors;
37
+ dark: BaseColors;
38
+ };
@@ -0,0 +1,19 @@
1
+ "use client";
2
+ "use strict";
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __copyProps = (to, from, except, desc) => {
8
+ if (from && typeof from === "object" || typeof from === "function") {
9
+ for (let key of __getOwnPropNames(from))
10
+ if (!__hasOwnProp.call(to, key) && key !== except)
11
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
12
+ }
13
+ return to;
14
+ };
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
+
17
+ // src/ui/theme/colors/types.ts
18
+ var types_exports = {};
19
+ module.exports = __toCommonJS(types_exports);
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ import "../../../chunk-EJQH6CYW.mjs";
@@ -0,0 +1,12 @@
1
+ export declare const yellow: {
2
+ 50: string;
3
+ 100: string;
4
+ 200: string;
5
+ 300: string;
6
+ 400: string;
7
+ 500: string;
8
+ 600: string;
9
+ 700: string;
10
+ 800: string;
11
+ 900: string;
12
+ };
@@ -0,0 +1,42 @@
1
+ "use client";
2
+ "use strict";
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+
21
+ // src/ui/theme/colors/yellow.ts
22
+ var yellow_exports = {};
23
+ __export(yellow_exports, {
24
+ yellow: () => yellow
25
+ });
26
+ module.exports = __toCommonJS(yellow_exports);
27
+ var yellow = {
28
+ 50: "#fffcec",
29
+ 100: "#fff2ab",
30
+ 200: "#ffe66e",
31
+ 300: "#ffd739",
32
+ 400: "#f5c20f",
33
+ 500: "#daa800",
34
+ 600: "#b38700",
35
+ 700: "#836100",
36
+ 800: "#4c3800",
37
+ 900: "#171200"
38
+ };
39
+ // Annotate the CommonJS export names for ESM import in node:
40
+ 0 && (module.exports = {
41
+ yellow
42
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ yellow
4
+ } from "../../../chunk-HOVAPYGJ.mjs";
5
+ export {
6
+ yellow
7
+ };
@@ -0,0 +1,12 @@
1
+ export declare const zinc: {
2
+ "50": string;
3
+ "100": string;
4
+ "200": string;
5
+ "300": string;
6
+ "400": string;
7
+ "500": string;
8
+ "600": string;
9
+ "700": string;
10
+ "800": string;
11
+ "900": string;
12
+ };
@@ -0,0 +1,42 @@
1
+ "use client";
2
+ "use strict";
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+
21
+ // src/ui/theme/colors/zinc.ts
22
+ var zinc_exports = {};
23
+ __export(zinc_exports, {
24
+ zinc: () => zinc
25
+ });
26
+ module.exports = __toCommonJS(zinc_exports);
27
+ var zinc = {
28
+ "50": "#fafafa",
29
+ "100": "#f4f4f5",
30
+ "200": "#e4e4e7",
31
+ "300": "#d4d4d8",
32
+ "400": "#a1a1aa",
33
+ "500": "#71717a",
34
+ "600": "#52525b",
35
+ "700": "#3f3f46",
36
+ "800": "#27272a",
37
+ "900": "#18181b"
38
+ };
39
+ // Annotate the CommonJS export names for ESM import in node:
40
+ 0 && (module.exports = {
41
+ zinc
42
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ zinc
4
+ } from "../../../chunk-3LOCA2SP.mjs";
5
+ export {
6
+ zinc
7
+ };
@@ -0,0 +1 @@
1
+ export * from "./colors/index";