@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,76 @@
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/surface/index.ts
22
+ var surface_exports = {};
23
+ __export(surface_exports, {
24
+ Bento: () => Bento,
25
+ bento: () => bento
26
+ });
27
+ module.exports = __toCommonJS(surface_exports);
28
+
29
+ // src/ui/surface/bento/bento.tsx
30
+ var import_tailwind_variants = require("tailwind-variants");
31
+ var import_jsx_runtime = require("react/jsx-runtime");
32
+ var bento = (0, import_tailwind_variants.tv)({
33
+ base: "rounded-xl p-6 transition-colors",
34
+ variants: {
35
+ color: {
36
+ default: "bg-default-50 text-default-700",
37
+ primary: "bg-primary-50 text-primary-700",
38
+ secondary: "bg-secondary-50 text-secondary-700",
39
+ success: "bg-success-50 text-success-700",
40
+ warning: "bg-warning-50 text-warning-700",
41
+ danger: "bg-danger-50 text-danger-700"
42
+ },
43
+ radius: {
44
+ none: "rounded-none",
45
+ sm: "rounded-md",
46
+ md: "rounded-lg",
47
+ lg: "rounded-xl",
48
+ full: "rounded-full"
49
+ },
50
+ shadow: {
51
+ none: "",
52
+ sm: "shadow-small",
53
+ md: "shadow-medium",
54
+ lg: "shadow-large"
55
+ },
56
+ bordered: {
57
+ false: "",
58
+ true: "border border-default-200"
59
+ }
60
+ },
61
+ defaultVariants: {
62
+ color: "default",
63
+ radius: "lg",
64
+ shadow: "none",
65
+ bordered: false
66
+ }
67
+ });
68
+ var Bento = ({ className, ...props }) => {
69
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: bento({ ...props, className }), ...props });
70
+ };
71
+ Bento.displayName = "TeachInUI.Bento";
72
+ // Annotate the CommonJS export names for ESM import in node:
73
+ 0 && (module.exports = {
74
+ Bento,
75
+ bento
76
+ });
@@ -0,0 +1,11 @@
1
+ "use client";
2
+ import "../../chunk-CAJWTQDB.mjs";
3
+ import "../../chunk-PON4ZQKG.mjs";
4
+ import {
5
+ Bento,
6
+ bento
7
+ } from "../../chunk-J3OZNLTZ.mjs";
8
+ export {
9
+ Bento,
10
+ bento
11
+ };
@@ -0,0 +1,12 @@
1
+ export declare const blue: {
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/blue.ts
22
+ var blue_exports = {};
23
+ __export(blue_exports, {
24
+ blue: () => blue
25
+ });
26
+ module.exports = __toCommonJS(blue_exports);
27
+ var blue = {
28
+ 50: "#f5f7fd",
29
+ 100: "#dfe8fb",
30
+ 200: "#b5c8f6",
31
+ 300: "#80a2f1",
32
+ 400: "#2e66e8",
33
+ 500: "#2552ba",
34
+ 600: "#1c3d8c",
35
+ 700: "#173274",
36
+ 800: "#0d1f45",
37
+ 900: "#070f22"
38
+ };
39
+ // Annotate the CommonJS export names for ESM import in node:
40
+ 0 && (module.exports = {
41
+ blue
42
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ blue
4
+ } from "../../../chunk-2OPPNAW2.mjs";
5
+ export {
6
+ blue
7
+ };
@@ -0,0 +1,113 @@
1
+ export declare const commonColors: {
2
+ white: string;
3
+ black: string;
4
+ blue: {
5
+ 50: string;
6
+ 100: string;
7
+ 200: string;
8
+ 300: string;
9
+ 400: string;
10
+ 500: string;
11
+ 600: string;
12
+ 700: string;
13
+ 800: string;
14
+ 900: string;
15
+ };
16
+ green: {
17
+ 50: string;
18
+ 100: string;
19
+ 200: string;
20
+ 300: string;
21
+ 400: string;
22
+ 500: string;
23
+ 600: string;
24
+ 700: string;
25
+ 800: string;
26
+ 900: string;
27
+ };
28
+ pink: {
29
+ 50: string;
30
+ 100: string;
31
+ 200: string;
32
+ 300: string;
33
+ 400: string;
34
+ 500: string;
35
+ 600: string;
36
+ 700: string;
37
+ 800: string;
38
+ 900: string;
39
+ };
40
+ purple: {
41
+ 50: string;
42
+ 100: string;
43
+ 200: string;
44
+ 300: string;
45
+ 400: string;
46
+ 500: string;
47
+ 600: string;
48
+ 700: string;
49
+ 800: string;
50
+ 900: string;
51
+ };
52
+ red: {
53
+ 50: string;
54
+ 100: string;
55
+ 200: string;
56
+ 300: string;
57
+ 400: string;
58
+ 500: string;
59
+ 600: string;
60
+ 700: string;
61
+ 800: string;
62
+ 900: string;
63
+ };
64
+ shipgray: {
65
+ 50: string;
66
+ 100: string;
67
+ 200: string;
68
+ 300: string;
69
+ 400: string;
70
+ 500: string;
71
+ 600: string;
72
+ 700: string;
73
+ 800: string;
74
+ 900: string;
75
+ };
76
+ yellow: {
77
+ 50: string;
78
+ 100: string;
79
+ 200: string;
80
+ 300: string;
81
+ 400: string;
82
+ 500: string;
83
+ 600: string;
84
+ 700: string;
85
+ 800: string;
86
+ 900: string;
87
+ };
88
+ cyan: {
89
+ 50: string;
90
+ 100: string;
91
+ 200: string;
92
+ 300: string;
93
+ 400: string;
94
+ 500: string;
95
+ 600: string;
96
+ 700: string;
97
+ 800: string;
98
+ 900: string;
99
+ };
100
+ zinc: {
101
+ "50": string;
102
+ "100": string;
103
+ "200": string;
104
+ "300": string;
105
+ "400": string;
106
+ "500": string;
107
+ "600": string;
108
+ "700": string;
109
+ "800": string;
110
+ "900": string;
111
+ };
112
+ };
113
+ export type CommonColors = typeof commonColors;
@@ -0,0 +1,171 @@
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/common.ts
22
+ var common_exports = {};
23
+ __export(common_exports, {
24
+ commonColors: () => commonColors
25
+ });
26
+ module.exports = __toCommonJS(common_exports);
27
+
28
+ // src/ui/theme/colors/blue.ts
29
+ var blue = {
30
+ 50: "#f5f7fd",
31
+ 100: "#dfe8fb",
32
+ 200: "#b5c8f6",
33
+ 300: "#80a2f1",
34
+ 400: "#2e66e8",
35
+ 500: "#2552ba",
36
+ 600: "#1c3d8c",
37
+ 700: "#173274",
38
+ 800: "#0d1f45",
39
+ 900: "#070f22"
40
+ };
41
+
42
+ // src/ui/theme/colors/green.ts
43
+ var green = {
44
+ 50: "#f2fbf6",
45
+ 100: "#d9f2e3",
46
+ 200: "#a3e0bb",
47
+ 300: "#66cb8e",
48
+ 400: "#00a843",
49
+ 500: "#008636",
50
+ 600: "#006528",
51
+ 700: "#005421",
52
+ 800: "#002f13",
53
+ 900: "#00190a"
54
+ };
55
+
56
+ // src/ui/theme/colors/pink.ts
57
+ var pink = {
58
+ 50: "#fef8ff",
59
+ 100: "#fce9ff",
60
+ 200: "#f8c6ff",
61
+ 300: "#f4a8ff",
62
+ 400: "#ed6aff",
63
+ 500: "#c759d6",
64
+ 600: "#9844a3",
65
+ 700: "#7b3785",
66
+ 800: "#47204d",
67
+ 900: "#2b132e"
68
+ };
69
+
70
+ // src/ui/theme/colors/purple.ts
71
+ var purple = {
72
+ 50: "#faf6fe",
73
+ 100: "#efe5fd",
74
+ 200: "#d6bcfa",
75
+ 300: "#b88bf6",
76
+ 400: "#9350f2",
77
+ 500: "#7b43cb",
78
+ 600: "#5e339b",
79
+ 700: "#4c2a7e",
80
+ 800: "#2c1849",
81
+ 900: "#1a0e2c"
82
+ };
83
+
84
+ // src/ui/theme/colors/red.ts
85
+ var red = {
86
+ 50: "#fdf4f3",
87
+ 100: "#f8dfdb",
88
+ 200: "#eeb2a9",
89
+ 300: "#e37f70",
90
+ 400: "#d02a11",
91
+ 500: "#a6220e",
92
+ 600: "#7d190a",
93
+ 700: "#681509",
94
+ 800: "#3a0c05",
95
+ 900: "#1f0603"
96
+ };
97
+
98
+ // src/ui/theme/colors/shipgray.ts
99
+ var shipgray = {
100
+ 50: "#f8f8fa",
101
+ 100: "#f4f4f8",
102
+ 200: "#cfcdde",
103
+ 300: "#acaac7",
104
+ 400: "#7571a2",
105
+ 500: "#5e5a82",
106
+ 600: "#464461",
107
+ 700: "#232231",
108
+ 800: "#1a1923",
109
+ 900: "#121118"
110
+ };
111
+
112
+ // src/ui/theme/colors/yellow.ts
113
+ var yellow = {
114
+ 50: "#fffcec",
115
+ 100: "#fff2ab",
116
+ 200: "#ffe66e",
117
+ 300: "#ffd739",
118
+ 400: "#f5c20f",
119
+ 500: "#daa800",
120
+ 600: "#b38700",
121
+ 700: "#836100",
122
+ 800: "#4c3800",
123
+ 900: "#171200"
124
+ };
125
+
126
+ // src/ui/theme/colors/cyan.ts
127
+ var cyan = {
128
+ 50: "#f4fdfe",
129
+ 100: "#ddf9fd",
130
+ 200: "#a9effb",
131
+ 300: "#69e3f8",
132
+ 400: "#1cd5f4",
133
+ 500: "#18b3cd",
134
+ 600: "#12889c",
135
+ 700: "#0f6f7f",
136
+ 800: "#084049",
137
+ 900: "#05262c"
138
+ };
139
+
140
+ // src/ui/theme/colors/zinc.ts
141
+ var zinc = {
142
+ "50": "#fafafa",
143
+ "100": "#f4f4f5",
144
+ "200": "#e4e4e7",
145
+ "300": "#d4d4d8",
146
+ "400": "#a1a1aa",
147
+ "500": "#71717a",
148
+ "600": "#52525b",
149
+ "700": "#3f3f46",
150
+ "800": "#27272a",
151
+ "900": "#18181b"
152
+ };
153
+
154
+ // src/ui/theme/colors/common.ts
155
+ var commonColors = {
156
+ white: "#ffffff",
157
+ black: "#111016",
158
+ blue,
159
+ green,
160
+ pink,
161
+ purple,
162
+ red,
163
+ shipgray,
164
+ yellow,
165
+ cyan,
166
+ zinc
167
+ };
168
+ // Annotate the CommonJS export names for ESM import in node:
169
+ 0 && (module.exports = {
170
+ commonColors
171
+ });
@@ -0,0 +1,16 @@
1
+ "use client";
2
+ import {
3
+ commonColors
4
+ } from "../../../chunk-NCM6KIQH.mjs";
5
+ import "../../../chunk-SLB2JE3N.mjs";
6
+ import "../../../chunk-XYQVL4EX.mjs";
7
+ import "../../../chunk-HOVAPYGJ.mjs";
8
+ import "../../../chunk-3LOCA2SP.mjs";
9
+ import "../../../chunk-2OPPNAW2.mjs";
10
+ import "../../../chunk-OW6U64MG.mjs";
11
+ import "../../../chunk-LUERGYYZ.mjs";
12
+ import "../../../chunk-YBQFG6QJ.mjs";
13
+ import "../../../chunk-XKX5LFH7.mjs";
14
+ export {
15
+ commonColors
16
+ };
@@ -0,0 +1,12 @@
1
+ export declare const cyan: {
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/cyan.ts
22
+ var cyan_exports = {};
23
+ __export(cyan_exports, {
24
+ cyan: () => cyan
25
+ });
26
+ module.exports = __toCommonJS(cyan_exports);
27
+ var cyan = {
28
+ 50: "#f4fdfe",
29
+ 100: "#ddf9fd",
30
+ 200: "#a9effb",
31
+ 300: "#69e3f8",
32
+ 400: "#1cd5f4",
33
+ 500: "#18b3cd",
34
+ 600: "#12889c",
35
+ 700: "#0f6f7f",
36
+ 800: "#084049",
37
+ 900: "#05262c"
38
+ };
39
+ // Annotate the CommonJS export names for ESM import in node:
40
+ 0 && (module.exports = {
41
+ cyan
42
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ cyan
4
+ } from "../../../chunk-OW6U64MG.mjs";
5
+ export {
6
+ cyan
7
+ };
@@ -0,0 +1,22 @@
1
+ export declare const flat: {
2
+ default: {
3
+ 300: string;
4
+ 700: string;
5
+ };
6
+ primary: {
7
+ 500: string;
8
+ };
9
+ secondary: {
10
+ 400: string;
11
+ 500: string;
12
+ };
13
+ success: {
14
+ 500: string;
15
+ };
16
+ warning: {
17
+ 500: string;
18
+ };
19
+ danger: {
20
+ 500: string;
21
+ };
22
+ };
@@ -0,0 +1,52 @@
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/flat.ts
22
+ var flat_exports = {};
23
+ __export(flat_exports, {
24
+ flat: () => flat
25
+ });
26
+ module.exports = __toCommonJS(flat_exports);
27
+ var flat = {
28
+ default: {
29
+ 300: "#acaac73f",
30
+ 700: "#4644613f"
31
+ },
32
+ primary: {
33
+ 500: "#2552ba33"
34
+ },
35
+ secondary: {
36
+ 400: "#9350f233",
37
+ 500: "#7b43cb33"
38
+ },
39
+ success: {
40
+ 500: "#00863633"
41
+ },
42
+ warning: {
43
+ 500: "#daa80033"
44
+ },
45
+ danger: {
46
+ 500: "#a6220e33"
47
+ }
48
+ };
49
+ // Annotate the CommonJS export names for ESM import in node:
50
+ 0 && (module.exports = {
51
+ flat
52
+ });
@@ -0,0 +1,28 @@
1
+ "use client";
2
+
3
+ // src/ui/theme/colors/flat.ts
4
+ var flat = {
5
+ default: {
6
+ 300: "#acaac73f",
7
+ 700: "#4644613f"
8
+ },
9
+ primary: {
10
+ 500: "#2552ba33"
11
+ },
12
+ secondary: {
13
+ 400: "#9350f233",
14
+ 500: "#7b43cb33"
15
+ },
16
+ success: {
17
+ 500: "#00863633"
18
+ },
19
+ warning: {
20
+ 500: "#daa80033"
21
+ },
22
+ danger: {
23
+ 500: "#a6220e33"
24
+ }
25
+ };
26
+ export {
27
+ flat
28
+ };
@@ -0,0 +1,12 @@
1
+ export declare const green: {
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/green.ts
22
+ var green_exports = {};
23
+ __export(green_exports, {
24
+ green: () => green
25
+ });
26
+ module.exports = __toCommonJS(green_exports);
27
+ var green = {
28
+ 50: "#f2fbf6",
29
+ 100: "#d9f2e3",
30
+ 200: "#a3e0bb",
31
+ 300: "#66cb8e",
32
+ 400: "#00a843",
33
+ 500: "#008636",
34
+ 600: "#006528",
35
+ 700: "#005421",
36
+ 800: "#002f13",
37
+ 900: "#00190a"
38
+ };
39
+ // Annotate the CommonJS export names for ESM import in node:
40
+ 0 && (module.exports = {
41
+ green
42
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ green
4
+ } from "../../../chunk-LUERGYYZ.mjs";
5
+ export {
6
+ green
7
+ };