@admin-layout/tailwind-ui 10.1.1-alpha.21 → 10.1.1-alpha.24

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 (262) hide show
  1. package/lib/components/Button/Button.d.ts +13 -0
  2. package/lib/components/Button/Button.d.ts.map +1 -0
  3. package/lib/components/Button/Button.js +93 -0
  4. package/lib/components/Button/Button.js.map +1 -0
  5. package/lib/components/ThemeProvider/ThemeProvider.d.ts +6 -0
  6. package/lib/components/ThemeProvider/ThemeProvider.d.ts.map +1 -0
  7. package/lib/components/ThemeProvider/ThemeProvider.js +53 -0
  8. package/lib/components/ThemeProvider/ThemeProvider.js.map +1 -0
  9. package/lib/components/ThemeProvider/ThemeToggle.d.ts +7 -0
  10. package/lib/components/ThemeProvider/ThemeToggle.d.ts.map +1 -0
  11. package/lib/components/ThemeProvider/ThemeToggle.js +50 -0
  12. package/lib/components/ThemeProvider/ThemeToggle.js.map +1 -0
  13. package/lib/components/ThemeProvider/index.d.ts +4 -0
  14. package/lib/components/ThemeProvider/index.d.ts.map +1 -0
  15. package/lib/components/ThemeProvider/themes/airbnb.d.ts +3 -0
  16. package/lib/components/ThemeProvider/themes/airbnb.d.ts.map +1 -0
  17. package/lib/components/ThemeProvider/themes/airbnb.js +186 -0
  18. package/lib/components/ThemeProvider/themes/airbnb.js.map +1 -0
  19. package/lib/components/ThemeProvider/themes/default.d.ts +3 -0
  20. package/lib/components/ThemeProvider/themes/default.d.ts.map +1 -0
  21. package/lib/components/ThemeProvider/themes/default.js +183 -0
  22. package/lib/components/ThemeProvider/themes/default.js.map +1 -0
  23. package/lib/components/ThemeProvider/themes/github.d.ts +3 -0
  24. package/lib/components/ThemeProvider/themes/github.d.ts.map +1 -0
  25. package/lib/components/ThemeProvider/themes/github.js +190 -0
  26. package/lib/components/ThemeProvider/themes/github.js.map +1 -0
  27. package/lib/components/ThemeProvider/themes/index.d.ts +15 -0
  28. package/lib/components/ThemeProvider/themes/index.d.ts.map +1 -0
  29. package/lib/components/ThemeProvider/themes/index.js +7 -0
  30. package/lib/components/ThemeProvider/themes/index.js.map +1 -0
  31. package/lib/components/ThemeProvider/themes/slack.d.ts +3 -0
  32. package/lib/components/ThemeProvider/themes/slack.d.ts.map +1 -0
  33. package/lib/components/ThemeProvider/themes/slack.js +188 -0
  34. package/lib/components/ThemeProvider/themes/slack.js.map +1 -0
  35. package/lib/components/ThemeProvider/themes/spotify.d.ts +3 -0
  36. package/lib/components/ThemeProvider/themes/spotify.d.ts.map +1 -0
  37. package/lib/components/ThemeProvider/themes/spotify.js +189 -0
  38. package/lib/components/ThemeProvider/themes/spotify.js.map +1 -0
  39. package/lib/components/ThemeProvider/types.d.ts +112 -0
  40. package/lib/components/ThemeProvider/types.d.ts.map +1 -0
  41. package/lib/components/index.d.ts +2 -0
  42. package/lib/components/index.d.ts.map +1 -1
  43. package/lib/hooks/useTheme.d.ts +5 -0
  44. package/lib/hooks/useTheme.d.ts.map +1 -0
  45. package/lib/hooks/useTheme.js +7 -0
  46. package/lib/hooks/useTheme.js.map +1 -0
  47. package/lib/index.d.ts +2 -0
  48. package/lib/index.d.ts.map +1 -1
  49. package/lib/index.js +1 -1
  50. package/lib/shardui/accordion.d.ts +8 -0
  51. package/lib/shardui/accordion.d.ts.map +1 -0
  52. package/lib/shardui/accordion.js +40 -0
  53. package/lib/shardui/accordion.js.map +1 -0
  54. package/lib/shardui/alert-dialog.d.ts +21 -0
  55. package/lib/shardui/alert-dialog.d.ts.map +1 -0
  56. package/lib/shardui/alert-dialog.js +77 -0
  57. package/lib/shardui/alert-dialog.js.map +1 -0
  58. package/lib/shardui/alert.d.ts +9 -0
  59. package/lib/shardui/alert.d.ts.map +1 -0
  60. package/lib/shardui/alert.js +42 -0
  61. package/lib/shardui/alert.js.map +1 -0
  62. package/lib/shardui/aspect-ratio.d.ts +4 -0
  63. package/lib/shardui/aspect-ratio.d.ts.map +1 -0
  64. package/lib/shardui/aspect-ratio.js +1 -0
  65. package/lib/shardui/aspect-ratio.js.map +1 -0
  66. package/lib/shardui/avatar.d.ts +7 -0
  67. package/lib/shardui/avatar.d.ts.map +1 -0
  68. package/lib/shardui/avatar.js +27 -0
  69. package/lib/shardui/avatar.js.map +1 -0
  70. package/lib/shardui/badge.d.ts +10 -0
  71. package/lib/shardui/badge.d.ts.map +1 -0
  72. package/lib/shardui/badge.js +25 -0
  73. package/lib/shardui/badge.js.map +1 -0
  74. package/lib/shardui/breadcrumb.d.ts +20 -0
  75. package/lib/shardui/breadcrumb.d.ts.map +1 -0
  76. package/lib/shardui/breadcrumb.js +79 -0
  77. package/lib/shardui/breadcrumb.js.map +1 -0
  78. package/lib/shardui/button.d.ts +12 -0
  79. package/lib/shardui/button.d.ts.map +1 -0
  80. package/lib/shardui/button.js +41 -0
  81. package/lib/shardui/button.js.map +1 -0
  82. package/lib/shardui/calendar.d.ts +9 -0
  83. package/lib/shardui/calendar.d.ts.map +1 -0
  84. package/lib/shardui/calendar.js +53 -0
  85. package/lib/shardui/calendar.js.map +1 -0
  86. package/lib/shardui/card.d.ts +9 -0
  87. package/lib/shardui/card.d.ts.map +1 -0
  88. package/lib/shardui/card.js +54 -0
  89. package/lib/shardui/card.js.map +1 -0
  90. package/lib/shardui/carousel.d.ts +19 -0
  91. package/lib/shardui/carousel.d.ts.map +1 -0
  92. package/lib/shardui/carousel.js +176 -0
  93. package/lib/shardui/carousel.js.map +1 -0
  94. package/lib/shardui/chart.d.ts +63 -0
  95. package/lib/shardui/chart.d.ts.map +1 -0
  96. package/lib/shardui/chart.js +197 -0
  97. package/lib/shardui/chart.js.map +1 -0
  98. package/lib/shardui/checkbox.d.ts +5 -0
  99. package/lib/shardui/checkbox.d.ts.map +1 -0
  100. package/lib/shardui/checkbox.js +15 -0
  101. package/lib/shardui/checkbox.js.map +1 -0
  102. package/lib/shardui/collapsible.d.ts +6 -0
  103. package/lib/shardui/collapsible.d.ts.map +1 -0
  104. package/lib/shardui/collapsible.js +3 -0
  105. package/lib/shardui/collapsible.js.map +1 -0
  106. package/lib/shardui/command.d.ts +83 -0
  107. package/lib/shardui/command.d.ts.map +1 -0
  108. package/lib/shardui/command.js +91 -0
  109. package/lib/shardui/command.js.map +1 -0
  110. package/lib/shardui/context-menu.d.ts +28 -0
  111. package/lib/shardui/context-menu.d.ts.map +1 -0
  112. package/lib/shardui/context-menu.js +117 -0
  113. package/lib/shardui/context-menu.js.map +1 -0
  114. package/lib/shardui/dialog.d.ts +20 -0
  115. package/lib/shardui/dialog.d.ts.map +1 -0
  116. package/lib/shardui/dialog.js +67 -0
  117. package/lib/shardui/dialog.js.map +1 -0
  118. package/lib/shardui/drawer.d.ts +23 -0
  119. package/lib/shardui/drawer.d.ts.map +1 -0
  120. package/lib/shardui/drawer.js +69 -0
  121. package/lib/shardui/drawer.js.map +1 -0
  122. package/lib/shardui/dropdown-menu.d.ts +28 -0
  123. package/lib/shardui/dropdown-menu.d.ts.map +1 -0
  124. package/lib/shardui/dropdown-menu.js +119 -0
  125. package/lib/shardui/dropdown-menu.js.map +1 -0
  126. package/lib/shardui/form.d.ts +24 -0
  127. package/lib/shardui/form.d.ts.map +1 -0
  128. package/lib/shardui/form.js +126 -0
  129. package/lib/shardui/form.js.map +1 -0
  130. package/lib/shardui/hover-card.d.ts +7 -0
  131. package/lib/shardui/hover-card.d.ts.map +1 -0
  132. package/lib/shardui/hover-card.js +15 -0
  133. package/lib/shardui/hover-card.js.map +1 -0
  134. package/lib/shardui/index.d.ts +50 -0
  135. package/lib/shardui/index.d.ts.map +1 -0
  136. package/lib/shardui/input-otp.d.ts +35 -0
  137. package/lib/shardui/input-otp.d.ts.map +1 -0
  138. package/lib/shardui/input-otp.js +53 -0
  139. package/lib/shardui/input-otp.js.map +1 -0
  140. package/lib/shardui/input.d.ts +4 -0
  141. package/lib/shardui/input.d.ts.map +1 -0
  142. package/lib/shardui/input.js +13 -0
  143. package/lib/shardui/input.js.map +1 -0
  144. package/lib/shardui/label.d.ts +6 -0
  145. package/lib/shardui/label.d.ts.map +1 -0
  146. package/lib/shardui/label.js +10 -0
  147. package/lib/shardui/label.js.map +1 -0
  148. package/lib/shardui/menubar.d.ts +34 -0
  149. package/lib/shardui/menubar.d.ts.map +1 -0
  150. package/lib/shardui/menubar.js +140 -0
  151. package/lib/shardui/menubar.js.map +1 -0
  152. package/lib/shardui/navigation-menu.d.ts +13 -0
  153. package/lib/shardui/navigation-menu.d.ts.map +1 -0
  154. package/lib/shardui/navigation-menu.js +70 -0
  155. package/lib/shardui/navigation-menu.js.map +1 -0
  156. package/lib/shardui/pagination.d.ts +29 -0
  157. package/lib/shardui/pagination.d.ts.map +1 -0
  158. package/lib/shardui/pagination.js +87 -0
  159. package/lib/shardui/pagination.js.map +1 -0
  160. package/lib/shardui/popover.d.ts +7 -0
  161. package/lib/shardui/popover.d.ts.map +1 -0
  162. package/lib/shardui/popover.js +17 -0
  163. package/lib/shardui/popover.js.map +1 -0
  164. package/lib/shardui/progress.d.ts +5 -0
  165. package/lib/shardui/progress.d.ts.map +1 -0
  166. package/lib/shardui/progress.js +16 -0
  167. package/lib/shardui/progress.js.map +1 -0
  168. package/lib/shardui/radio-group.d.ts +6 -0
  169. package/lib/shardui/radio-group.d.ts.map +1 -0
  170. package/lib/shardui/radio-group.js +28 -0
  171. package/lib/shardui/radio-group.js.map +1 -0
  172. package/lib/shardui/resizable.d.ts +24 -0
  173. package/lib/shardui/resizable.d.ts.map +1 -0
  174. package/lib/shardui/resizable.js +22 -0
  175. package/lib/shardui/resizable.js.map +1 -0
  176. package/lib/shardui/scroll-area.d.ts +6 -0
  177. package/lib/shardui/scroll-area.d.ts.map +1 -0
  178. package/lib/shardui/scroll-area.js +28 -0
  179. package/lib/shardui/scroll-area.js.map +1 -0
  180. package/lib/shardui/select.d.ts +14 -0
  181. package/lib/shardui/select.d.ts.map +1 -0
  182. package/lib/shardui/select.js +99 -0
  183. package/lib/shardui/select.js.map +1 -0
  184. package/lib/shardui/separator.d.ts +5 -0
  185. package/lib/shardui/separator.d.ts.map +1 -0
  186. package/lib/shardui/separator.js +13 -0
  187. package/lib/shardui/separator.js.map +1 -0
  188. package/lib/shardui/sheet.d.ts +26 -0
  189. package/lib/shardui/sheet.d.ts.map +1 -0
  190. package/lib/shardui/sheet.js +84 -0
  191. package/lib/shardui/sheet.js.map +1 -0
  192. package/lib/shardui/sidebar.d.ts +67 -0
  193. package/lib/shardui/sidebar.d.ts.map +1 -0
  194. package/lib/shardui/sidebar.js +490 -0
  195. package/lib/shardui/sidebar.js.map +1 -0
  196. package/lib/shardui/skeleton.d.ts +3 -0
  197. package/lib/shardui/skeleton.d.ts.map +1 -0
  198. package/lib/shardui/skeleton.js +9 -0
  199. package/lib/shardui/skeleton.js.map +1 -0
  200. package/lib/shardui/slider.d.ts +5 -0
  201. package/lib/shardui/slider.d.ts.map +1 -0
  202. package/lib/shardui/slider.js +17 -0
  203. package/lib/shardui/slider.js.map +1 -0
  204. package/lib/shardui/sonner.d.ts +5 -0
  205. package/lib/shardui/sonner.d.ts.map +1 -0
  206. package/lib/shardui/sonner.js +20 -0
  207. package/lib/shardui/sonner.js.map +1 -0
  208. package/lib/shardui/switch.d.ts +5 -0
  209. package/lib/shardui/switch.d.ts.map +1 -0
  210. package/lib/shardui/switch.js +12 -0
  211. package/lib/shardui/switch.js.map +1 -0
  212. package/lib/shardui/table.d.ts +11 -0
  213. package/lib/shardui/table.d.ts.map +1 -0
  214. package/lib/shardui/table.js +75 -0
  215. package/lib/shardui/table.js.map +1 -0
  216. package/lib/shardui/tabs.d.ts +8 -0
  217. package/lib/shardui/tabs.d.ts.map +1 -0
  218. package/lib/shardui/tabs.js +28 -0
  219. package/lib/shardui/tabs.js.map +1 -0
  220. package/lib/shardui/textarea.d.ts +6 -0
  221. package/lib/shardui/textarea.d.ts.map +1 -0
  222. package/lib/shardui/textarea.js +11 -0
  223. package/lib/shardui/textarea.js.map +1 -0
  224. package/lib/shardui/toast.d.ts +16 -0
  225. package/lib/shardui/toast.d.ts.map +1 -0
  226. package/lib/shardui/toast.js +75 -0
  227. package/lib/shardui/toast.js.map +1 -0
  228. package/lib/shardui/toaster.d.ts +2 -0
  229. package/lib/shardui/toaster.d.ts.map +1 -0
  230. package/lib/shardui/toaster.js +26 -0
  231. package/lib/shardui/toaster.js.map +1 -0
  232. package/lib/shardui/toggle-group.d.ts +13 -0
  233. package/lib/shardui/toggle-group.d.ts.map +1 -0
  234. package/lib/shardui/toggle-group.js +42 -0
  235. package/lib/shardui/toggle-group.js.map +1 -0
  236. package/lib/shardui/toggle.d.ts +13 -0
  237. package/lib/shardui/toggle.d.ts.map +1 -0
  238. package/lib/shardui/toggle.js +32 -0
  239. package/lib/shardui/toggle.js.map +1 -0
  240. package/lib/shardui/tooltip.d.ts +8 -0
  241. package/lib/shardui/tooltip.d.ts.map +1 -0
  242. package/lib/shardui/tooltip.js +14 -0
  243. package/lib/shardui/tooltip.js.map +1 -0
  244. package/lib/shardui/use-toast.d.ts +3 -0
  245. package/lib/shardui/use-toast.d.ts.map +1 -0
  246. package/lib/utils/hooks/use-mobile.d.ts +2 -0
  247. package/lib/utils/hooks/use-mobile.d.ts.map +1 -0
  248. package/lib/utils/hooks/use-mobile.js +14 -0
  249. package/lib/utils/hooks/use-mobile.js.map +1 -0
  250. package/lib/utils/hooks/use-toast.d.ts +45 -0
  251. package/lib/utils/hooks/use-toast.d.ts.map +1 -0
  252. package/lib/utils/hooks/use-toast.js +133 -0
  253. package/lib/utils/hooks/use-toast.js.map +1 -0
  254. package/lib/utils/index.d.ts +7 -1
  255. package/lib/utils/index.d.ts.map +1 -1
  256. package/lib/utils/isBrowser/index.js +1 -0
  257. package/lib/utils/isBrowser/index.js.map +1 -0
  258. package/lib/utils/util.d.ts +3 -0
  259. package/lib/utils/util.d.ts.map +1 -0
  260. package/lib/utils/util.js +3 -0
  261. package/lib/utils/util.js.map +1 -0
  262. package/package.json +7 -3
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ export type ButtonVariant = 'primary' | 'secondary' | 'danger' | 'outline' | 'ghost';
3
+ export type ButtonSize = 'small' | 'medium' | 'large';
4
+ export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
5
+ variant?: ButtonVariant;
6
+ size?: ButtonSize;
7
+ isLoading?: boolean;
8
+ fullWidth?: boolean;
9
+ children: React.ReactNode;
10
+ }
11
+ declare const Button: ({ variant, size, isLoading, fullWidth, className, children, disabled, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
12
+ export { Button as TailwindUiButton };
13
+ //# sourceMappingURL=Button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,SAAS,GAAG,OAAO,CAAC;AACrF,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEtD,MAAM,WAAW,WAAY,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;IAC9E,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B;AAED,QAAA,MAAM,MAAM,GAAI,kFASb,WAAW,4CA4Fb,CAAC;AAEF,OAAO,EAAE,MAAM,IAAI,gBAAgB,EAAE,CAAC"}
@@ -0,0 +1,93 @@
1
+ import {jsxs,jsx}from'react/jsx-runtime';import {useTheme}from'../../hooks/useTheme.js';const Button = ({
2
+ variant = 'primary',
3
+ size = 'medium',
4
+ isLoading = false,
5
+ fullWidth = false,
6
+ className = '',
7
+ children,
8
+ disabled,
9
+ ...props
10
+ }) => {
11
+ const {
12
+ isDarkMode,
13
+ theme
14
+ } = useTheme();
15
+ const getVariantStyles = () => {
16
+ switch (variant) {
17
+ case 'primary':
18
+ return {
19
+ backgroundColor: theme?.components?.buttons?.primary?.background,
20
+ color: isDarkMode ? theme?.colors?.text?.dark?.primary : theme?.colors?.text?.light?.primary
21
+ };
22
+ case 'secondary':
23
+ return {
24
+ backgroundColor: theme?.components?.buttons?.secondary?.background || '#e5e7eb',
25
+ color: isDarkMode ? theme?.colors?.text?.dark?.secondary : theme?.colors?.text?.light?.secondary
26
+ };
27
+ case 'outline':
28
+ return {
29
+ backgroundColor: 'transparent',
30
+ color: isDarkMode ? theme?.colors?.text?.dark?.primary : theme?.colors?.text?.light?.primary,
31
+ border: `1px solid ${isDarkMode ? theme?.colors?.text?.dark?.primary : theme?.colors?.text?.light?.primary}`
32
+ };
33
+ case 'ghost':
34
+ return {
35
+ backgroundColor: 'transparent',
36
+ color: isDarkMode ? theme?.colors?.text?.dark?.primary : theme?.colors?.text?.light?.primary
37
+ };
38
+ default:
39
+ return {
40
+ backgroundColor: theme?.components?.buttons?.primary?.background,
41
+ color: isDarkMode ? theme?.colors?.text?.dark?.primary : theme?.colors?.text?.light?.primary
42
+ };
43
+ }
44
+ };
45
+ const getSizeStyles = () => {
46
+ switch (size) {
47
+ case 'small':
48
+ return {
49
+ padding: theme?.components?.buttons?.primary?.padding || '0.375rem 0.75rem',
50
+ fontSize: '0.875rem'
51
+ };
52
+ case 'large':
53
+ return {
54
+ padding: theme?.components?.buttons?.primary?.padding || '0.75rem 1.5rem',
55
+ fontSize: '1.125rem'
56
+ };
57
+ default:
58
+ return {
59
+ padding: theme?.components?.buttons?.primary?.padding || '0.5rem 1rem',
60
+ fontSize: '1rem'
61
+ };
62
+ }
63
+ };
64
+ return jsxs("button", {
65
+ className: `flex items-center justify-center transition-all duration-200 ${fullWidth ? 'w-full' : ''} ${className}`,
66
+ disabled: isLoading || disabled,
67
+ style: {
68
+ ...getVariantStyles(),
69
+ ...getSizeStyles(),
70
+ borderRadius: theme?.components?.buttons?.primary?.borderRadius || '0.25rem',
71
+ opacity: isLoading || disabled ? 0.7 : 1,
72
+ cursor: isLoading || disabled ? 'not-allowed' : 'pointer'
73
+ },
74
+ ...props,
75
+ children: [isLoading && jsxs("svg", {
76
+ className: "w-4 h-4 mr-2 animate-spin",
77
+ viewBox: "0 0 24 24",
78
+ children: [jsx("circle", {
79
+ className: "opacity-25",
80
+ cx: "12",
81
+ cy: "12",
82
+ r: "10",
83
+ stroke: "currentColor",
84
+ strokeWidth: "4",
85
+ fill: "none"
86
+ }), jsx("path", {
87
+ className: "opacity-75",
88
+ fill: "currentColor",
89
+ d: "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"
90
+ })]
91
+ }), children]
92
+ });
93
+ };export{Button as TailwindUiButton};//# sourceMappingURL=Button.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.js","sources":["../../../src/components/Button/Button.tsx"],"sourcesContent":[null],"names":[],"mappings":"wFAOM,MAAA,MAAA,GAAA,CAAA;SACK,GAAC,SAAE;MACN,GAAC,QAAE;WACE,GAAC,KAAE;WACH,GAAC,KAAE;AACZ,EAAA,SAAA,GAAU,EAAA;AACb,EAAA,QAAA;AAED,EAAA;AAuGA,EAAA,GAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export declare const ThemeProviderTailwind: React.FC<{
3
+ settings: any;
4
+ children: React.ReactNode;
5
+ }>;
6
+ //# sourceMappingURL=ThemeProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../../src/components/ThemeProvider/ThemeProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAI5D,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,EAAE,GAAG,CAAC;IAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAuDxF,CAAC"}
@@ -0,0 +1,53 @@
1
+ import {jsx}from'react/jsx-runtime';import {useState,useEffect,useMemo}from'react';import {themes}from'./themes/index.js';import {ThemeContext}from'../../hooks/useTheme.js';const ThemeProviderTailwind = ({
2
+ settings,
3
+ children
4
+ }) => {
5
+ const {
6
+ theme,
7
+ themeType,
8
+ primaryColor,
9
+ fontFamily
10
+ } = settings;
11
+ const [isDarkMode, setIsDarkMode] = useState(false);
12
+ // Toggle dark mode
13
+ const toggleDarkMode = () => {
14
+ setIsDarkMode(!isDarkMode);
15
+ localStorage.setItem('darkMode', (!isDarkMode).toString());
16
+ };
17
+ // Toggle dark mode class on document
18
+ useEffect(() => {
19
+ if (settings?.navTheme === 'light') {
20
+ setIsDarkMode(false);
21
+ document.documentElement.classList.remove('dark');
22
+ } else if (settings?.navTheme === 'dark') {
23
+ document.documentElement.classList.add('dark');
24
+ setIsDarkMode(true);
25
+ } else {
26
+ setIsDarkMode(false);
27
+ document.documentElement.classList.remove('dark');
28
+ }
29
+ }, [settings?.navTheme]);
30
+ // Apply theme effects when component mounts and when theme settings change
31
+ useEffect(() => {
32
+ const selectedTheme = themes[theme] || themes.default;
33
+ // Apply font family to document
34
+ document.documentElement.style.setProperty('--font-family', fontFamily);
35
+ document.body.className = `font-sans ${isDarkMode ? 'dark' : ''}`;
36
+ // Apply theme-specific classes
37
+ document.body.dataset.theme = theme;
38
+ // Apply radius to all appropriate elements via CSS
39
+ const radius = selectedTheme.borderRadius.DEFAULT;
40
+ document.documentElement.style.setProperty('--radius', radius);
41
+ }, [theme, themeType, primaryColor, fontFamily, isDarkMode]);
42
+ // Memoize the context value to prevent unnecessary re-renders
43
+ const contextValue = useMemo(() => ({
44
+ themeName: theme,
45
+ theme: themes[theme] || themes.default,
46
+ isDarkMode,
47
+ toggleDarkMode
48
+ }), [theme, isDarkMode]);
49
+ return jsx(ThemeContext.Provider, {
50
+ value: contextValue,
51
+ children: children
52
+ });
53
+ };export{ThemeProviderTailwind};//# sourceMappingURL=ThemeProvider.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeProvider.js","sources":["../../../src/components/ThemeProvider/ThemeProvider.tsx"],"sourcesContent":[null],"names":[],"mappings":"6KA2DE,MAAA,qBAAA,GAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ interface ThemeToggleProps {
3
+ className?: string;
4
+ }
5
+ export declare const ThemeToggle: React.FC<ThemeToggleProps>;
6
+ export {};
7
+ //# sourceMappingURL=ThemeToggle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeToggle.d.ts","sourceRoot":"","sources":["../../../src/components/ThemeProvider/ThemeToggle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,gBAAgB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAYlD,CAAC"}
@@ -0,0 +1,50 @@
1
+ import {jsx}from'react/jsx-runtime';import {useTheme}from'../../hooks/useTheme.js';const ThemeToggle = ({
2
+ className = ''
3
+ }) => {
4
+ const {
5
+ isDarkMode,
6
+ toggleDarkMode
7
+ } = useTheme();
8
+ return jsx("button", {
9
+ onClick: toggleDarkMode,
10
+ className: `rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary transition-colors ${className}`,
11
+ "aria-label": "Toggle dark mode",
12
+ children: isDarkMode ? jsx(SunIcon, {
13
+ className: "w-5 h-5"
14
+ }) : jsx(MoonIcon, {
15
+ className: "w-5 h-5"
16
+ })
17
+ });
18
+ };
19
+ // Simple Sun icon component
20
+ const SunIcon = ({
21
+ className
22
+ }) => jsx("svg", {
23
+ xmlns: "http://www.w3.org/2000/svg",
24
+ className: className,
25
+ fill: "none",
26
+ viewBox: "0 0 24 24",
27
+ stroke: "currentColor",
28
+ children: jsx("path", {
29
+ strokeLinecap: "round",
30
+ strokeLinejoin: "round",
31
+ strokeWidth: 2,
32
+ d: "M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z"
33
+ })
34
+ });
35
+ // Simple Moon icon component
36
+ const MoonIcon = ({
37
+ className
38
+ }) => jsx("svg", {
39
+ xmlns: "http://www.w3.org/2000/svg",
40
+ className: className,
41
+ fill: "none",
42
+ viewBox: "0 0 24 24",
43
+ stroke: "currentColor",
44
+ children: jsx("path", {
45
+ strokeLinecap: "round",
46
+ strokeLinejoin: "round",
47
+ strokeWidth: 2,
48
+ d: "M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z"
49
+ })
50
+ });export{ThemeToggle};//# sourceMappingURL=ThemeToggle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeToggle.js","sources":["../../../src/components/ThemeProvider/ThemeToggle.tsx"],"sourcesContent":[null],"names":[],"mappings":"mFAIa,MAAA,WAAU,GAAA,CAAA;AACtB,EAAA,SAAA,GAAA;AAED,CAAO,KAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,4 @@
1
+ export { ThemeProviderTailwind } from './ThemeProvider';
2
+ export { ThemeToggle } from './ThemeToggle';
3
+ export type { ThemeContextProps } from './types';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ThemeProvider/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAGxD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,YAAY,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { DefaultTheme } from '../types';
2
+ export declare const airbnbTheme: DefaultTheme;
3
+ //# sourceMappingURL=airbnb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"airbnb.d.ts","sourceRoot":"","sources":["../../../../src/components/ThemeProvider/themes/airbnb.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,eAAO,MAAM,WAAW,EAAE,YAsLzB,CAAC"}
@@ -0,0 +1,186 @@
1
+ // Airbnb-inspired theme
2
+ const airbnbTheme = {
3
+ name: 'airbnb',
4
+ colors: {
5
+ primary: {
6
+ 50: '#fff5f5',
7
+ 100: '#ffe0e0',
8
+ 200: '#ffc2c2',
9
+ 300: '#ff9b9b',
10
+ 400: '#ff6b6b',
11
+ 500: '#ff5a5f',
12
+ // Airbnb primary red
13
+ 600: '#e63e3e',
14
+ 700: '#c53030',
15
+ 800: '#9b2c2c',
16
+ 900: '#742a28',
17
+ 950: '#451312'
18
+ },
19
+ secondary: {
20
+ 50: '#f8fafc',
21
+ 100: '#f1f5f9',
22
+ 200: '#e2e8f0',
23
+ 300: '#cbd5e1',
24
+ 400: '#94a3b8',
25
+ 500: '#64748b',
26
+ 600: '#475569',
27
+ 700: '#334155',
28
+ 800: '#1e293b',
29
+ 900: '#0f172a',
30
+ 950: '#020617'
31
+ },
32
+ accent: {
33
+ 50: '#eefbf3',
34
+ 100: '#d6f5e3',
35
+ 200: '#b0eaca',
36
+ 300: '#7dd8a8',
37
+ 400: '#4ac282',
38
+ 500: '#00A699',
39
+ // Airbnb teal
40
+ 600: '#17866c',
41
+ 700: '#156b58',
42
+ 800: '#155545',
43
+ 900: '#134639',
44
+ 950: '#07271f'
45
+ },
46
+ success: {
47
+ 50: '#f0fdf4',
48
+ 100: '#dcfce7',
49
+ 200: '#bbf7d0',
50
+ 300: '#86efac',
51
+ 400: '#4ade80',
52
+ 500: '#22c55e',
53
+ 600: '#16a34a',
54
+ 700: '#15803d',
55
+ 800: '#166534',
56
+ 900: '#14532d',
57
+ 950: '#052e16'
58
+ },
59
+ warning: {
60
+ 50: '#fffbeb',
61
+ 100: '#fef3c7',
62
+ 200: '#fde68a',
63
+ 300: '#fcd34d',
64
+ 400: '#fbbf24',
65
+ 500: '#f59e0b',
66
+ 600: '#d97706',
67
+ 700: '#b45309',
68
+ 800: '#92400e',
69
+ 900: '#78350f',
70
+ 950: '#451a03'
71
+ },
72
+ error: {
73
+ 50: '#fef2f2',
74
+ 100: '#fee2e2',
75
+ 200: '#fecaca',
76
+ 300: '#fca5a5',
77
+ 400: '#f87171',
78
+ 500: '#ef4444',
79
+ 600: '#dc2626',
80
+ 700: '#b91c1c',
81
+ 800: '#991b1b',
82
+ 900: '#7f1d1d',
83
+ 950: '#450a0a'
84
+ },
85
+ neutral: {
86
+ 50: '#fafafa',
87
+ 100: '#f5f5f5',
88
+ 200: '#e5e5e5',
89
+ 300: '#d4d4d4',
90
+ 400: '#a3a3a3',
91
+ 500: '#737373',
92
+ 600: '#525252',
93
+ 700: '#404040',
94
+ 800: '#262626',
95
+ 900: '#171717',
96
+ 950: '#0a0a0a'
97
+ },
98
+ background: {
99
+ light: '#ffffff',
100
+ dark: '#1e1e1e'
101
+ },
102
+ text: {
103
+ light: {
104
+ primary: '#222222',
105
+ secondary: '#717171',
106
+ tertiary: '#999999'
107
+ },
108
+ dark: {
109
+ primary: '#ffffff',
110
+ secondary: '#e0e0e0',
111
+ tertiary: '#a0a0a0'
112
+ }
113
+ }
114
+ },
115
+ borderRadius: {
116
+ sm: '4px',
117
+ DEFAULT: '8px',
118
+ md: '12px',
119
+ lg: '16px',
120
+ xl: '24px',
121
+ '2xl': '32px',
122
+ full: '9999px'
123
+ },
124
+ fontFamily: {
125
+ sans: ['Circular', '-apple-system', 'BlinkMacSystemFont', 'Roboto', 'Helvetica Neue', 'sans-serif'],
126
+ serif: ['Georgia', 'Cambria', 'Times New Roman', 'Times', 'serif'],
127
+ mono: ['SFMono-Regular', 'Menlo', 'Monaco', 'Consolas', 'monospace']
128
+ },
129
+ boxShadow: {
130
+ sm: '0 1px 2px 0 rgba(0, 0, 0, 0.05)',
131
+ DEFAULT: '0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)',
132
+ md: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)',
133
+ lg: '0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)',
134
+ xl: '0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)'
135
+ },
136
+ typography: {
137
+ headings: {
138
+ fontWeight: '700',
139
+ lineHeight: '1.2',
140
+ letterSpacing: '-0.025em'
141
+ },
142
+ body: {
143
+ fontWeight: '400',
144
+ lineHeight: '1.5',
145
+ letterSpacing: '0'
146
+ }
147
+ },
148
+ // Component specific styling
149
+ components: {
150
+ buttons: {
151
+ primary: {
152
+ background: '#FF5A5F',
153
+ text: '#FFFFFF',
154
+ hoverBackground: '#FF7E82',
155
+ hoverText: '#FFFFFF',
156
+ borderRadius: '8px',
157
+ padding: '12px 24px',
158
+ fontWeight: '600'
159
+ },
160
+ secondary: {
161
+ background: '#FFFFFF',
162
+ text: '#222222',
163
+ border: '1px solid #DDDDDD',
164
+ hoverBackground: '#F7F7F7',
165
+ hoverText: '#222222',
166
+ borderRadius: '8px',
167
+ padding: '12px 24px',
168
+ fontWeight: '600'
169
+ }
170
+ },
171
+ cards: {
172
+ borderRadius: '12px',
173
+ padding: '24px',
174
+ shadow: '0 6px 16px rgba(0, 0, 0, 0.12)',
175
+ border: '1px solid #DDDDDD'
176
+ },
177
+ inputs: {
178
+ borderRadius: '8px',
179
+ borderColor: '#DDDDDD',
180
+ focusBorderColor: '#FF5A5F',
181
+ padding: '12px 16px',
182
+ fontSize: '16px',
183
+ lineHeight: '1.5'
184
+ }
185
+ }
186
+ };export{airbnbTheme};//# sourceMappingURL=airbnb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"airbnb.js","sources":["../../../../src/components/ThemeProvider/themes/airbnb.ts"],"sourcesContent":[null],"names":[],"mappings":"AAAA;AAGA,MAAA,WAAa,GAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,3 @@
1
+ import { DefaultTheme } from '../types';
2
+ export declare const defaultTheme: DefaultTheme;
3
+ //# sourceMappingURL=default.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../src/components/ThemeProvider/themes/default.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,eAAO,MAAM,YAAY,EAAE,YA8L1B,CAAC"}
@@ -0,0 +1,183 @@
1
+ // Default theme with neutral colors and standard components
2
+ const defaultTheme = {
3
+ name: 'default',
4
+ colors: {
5
+ primary: {
6
+ 50: '#f9fafb',
7
+ 100: '#f3f4f6',
8
+ 200: '#e5e7eb',
9
+ 300: '#d1d5db',
10
+ 400: '#9ca3af',
11
+ 500: '#6b7280',
12
+ 600: '#4b5563',
13
+ 700: '#374151',
14
+ 800: '#1f2937',
15
+ 900: '#111827',
16
+ 950: '#030712'
17
+ },
18
+ secondary: {
19
+ 50: '#f8fafc',
20
+ 100: '#f1f5f9',
21
+ 200: '#e2e8f0',
22
+ 300: '#cbd5e1',
23
+ 400: '#94a3b8',
24
+ 500: '#64748b',
25
+ 600: '#475569',
26
+ 700: '#334155',
27
+ 800: '#1e293b',
28
+ 900: '#0f172a',
29
+ 950: '#020617'
30
+ },
31
+ accent: {
32
+ 50: '#eff6ff',
33
+ 100: '#dbeafe',
34
+ 200: '#bfdbfe',
35
+ 300: '#93c5fd',
36
+ 400: '#60a5fa',
37
+ 500: '#3b82f6',
38
+ 600: '#2563eb',
39
+ 700: '#1d4ed8',
40
+ 800: '#1e40af',
41
+ 900: '#1e3a8a',
42
+ 950: '#172554'
43
+ },
44
+ success: {
45
+ 50: '#f0fdf4',
46
+ 100: '#dcfce7',
47
+ 200: '#bbf7d0',
48
+ 300: '#86efac',
49
+ 400: '#4ade80',
50
+ 500: '#22c55e',
51
+ 600: '#16a34a',
52
+ 700: '#15803d',
53
+ 800: '#166534',
54
+ 900: '#14532d',
55
+ 950: '#052e16'
56
+ },
57
+ warning: {
58
+ 50: '#fffbeb',
59
+ 100: '#fef3c7',
60
+ 200: '#fde68a',
61
+ 300: '#fcd34d',
62
+ 400: '#fbbf24',
63
+ 500: '#f59e0b',
64
+ 600: '#d97706',
65
+ 700: '#b45309',
66
+ 800: '#92400e',
67
+ 900: '#78350f',
68
+ 950: '#451a03'
69
+ },
70
+ error: {
71
+ 50: '#fef2f2',
72
+ 100: '#fee2e2',
73
+ 200: '#fecaca',
74
+ 300: '#fca5a5',
75
+ 400: '#f87171',
76
+ 500: '#ef4444',
77
+ 600: '#dc2626',
78
+ 700: '#b91c1c',
79
+ 800: '#991b1b',
80
+ 900: '#7f1d1d',
81
+ 950: '#450a0a'
82
+ },
83
+ neutral: {
84
+ 50: '#fafafa',
85
+ 100: '#f5f5f5',
86
+ 200: '#e5e5e5',
87
+ 300: '#d4d4d4',
88
+ 400: '#a3a3a3',
89
+ 500: '#737373',
90
+ 600: '#525252',
91
+ 700: '#404040',
92
+ 800: '#262626',
93
+ 900: '#171717',
94
+ 950: '#0a0a0a'
95
+ },
96
+ background: {
97
+ light: '#ffffff',
98
+ dark: '#18181b'
99
+ },
100
+ text: {
101
+ light: {
102
+ primary: '#18181b',
103
+ secondary: '#52525b',
104
+ tertiary: '#71717a'
105
+ },
106
+ dark: {
107
+ primary: '#fafafa',
108
+ secondary: '#e4e4e7',
109
+ tertiary: '#a1a1aa'
110
+ }
111
+ }
112
+ },
113
+ borderRadius: {
114
+ sm: '0.125rem',
115
+ DEFAULT: '0.25rem',
116
+ md: '0.375rem',
117
+ lg: '0.5rem',
118
+ xl: '0.75rem',
119
+ '2xl': '1rem',
120
+ full: '9999px'
121
+ },
122
+ fontFamily: {
123
+ sans: ['system-ui', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif'],
124
+ serif: ['Georgia', 'Cambria', 'Times New Roman', 'Times', 'serif'],
125
+ mono: ['Menlo', 'Monaco', 'Consolas', 'Liberation Mono', 'Courier New', 'monospace']
126
+ },
127
+ boxShadow: {
128
+ sm: '0 1px 2px 0 rgb(0 0 0 / 0.05)',
129
+ DEFAULT: '0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)',
130
+ md: '0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)',
131
+ lg: '0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)',
132
+ xl: '0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)'
133
+ },
134
+ typography: {
135
+ headings: {
136
+ fontWeight: '600',
137
+ lineHeight: '1.25',
138
+ letterSpacing: '-0.025em'
139
+ },
140
+ body: {
141
+ fontWeight: '400',
142
+ lineHeight: '1.5',
143
+ letterSpacing: '0'
144
+ }
145
+ },
146
+ components: {
147
+ buttons: {
148
+ primary: {
149
+ background: '#3b82f6',
150
+ text: '#ffffff',
151
+ hoverBackground: '#2563eb',
152
+ hoverText: '#ffffff',
153
+ borderRadius: '0.375rem',
154
+ padding: '0.625rem 1.25rem',
155
+ fontWeight: '500'
156
+ },
157
+ secondary: {
158
+ background: '#ffffff',
159
+ text: '#1f2937',
160
+ border: '1px solid #e5e7eb',
161
+ hoverBackground: '#f9fafb',
162
+ hoverText: '#111827',
163
+ borderRadius: '0.375rem',
164
+ padding: '0.625rem 1.25rem',
165
+ fontWeight: '500'
166
+ }
167
+ },
168
+ cards: {
169
+ borderRadius: '0.5rem',
170
+ padding: '1.5rem',
171
+ shadow: '0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)',
172
+ border: '1px solid #e5e7eb'
173
+ },
174
+ inputs: {
175
+ borderRadius: '0.375rem',
176
+ borderColor: '#e5e7eb',
177
+ focusBorderColor: '#3b82f6',
178
+ padding: '0.5rem 0.75rem',
179
+ fontSize: '0.875rem',
180
+ lineHeight: '1.25rem'
181
+ }
182
+ }
183
+ };export{defaultTheme};//# sourceMappingURL=default.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"default.js","sources":["../../../../src/components/ThemeProvider/themes/default.ts"],"sourcesContent":[null],"names":[],"mappings":"AAAA;AAGA,MAAA,YAAa,GAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,3 @@
1
+ import { DefaultTheme } from '../types';
2
+ export declare const githubTheme: DefaultTheme;
3
+ //# sourceMappingURL=github.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"github.d.ts","sourceRoot":"","sources":["../../../../src/components/ThemeProvider/themes/github.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,eAAO,MAAM,WAAW,EAAE,YAgMzB,CAAC"}