@orcestr/ui 0.0.1 → 0.1.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 (179) hide show
  1. package/README.md +4 -0
  2. package/README.ru.md +4 -0
  3. package/dist/components/Alert/Alert.d.ts +5 -4
  4. package/dist/components/Alert/Alert.d.ts.map +1 -1
  5. package/dist/components/Alert/Alert.js +5 -2
  6. package/dist/components/AppShell/AppShell.d.ts +2 -0
  7. package/dist/components/AppShell/AppShell.d.ts.map +1 -1
  8. package/dist/components/AppShell/AppShell.js +9 -6
  9. package/dist/components/AppSidebar/AppSidebar.d.ts +36 -0
  10. package/dist/components/AppSidebar/AppSidebar.d.ts.map +1 -0
  11. package/dist/components/AppSidebar/AppSidebar.js +53 -0
  12. package/dist/components/Badge/Badge.d.ts +8 -6
  13. package/dist/components/Badge/Badge.d.ts.map +1 -1
  14. package/dist/components/Badge/Badge.js +4 -4
  15. package/dist/components/BadgeSelectMenu/BadgeSelectMenu.d.ts +22 -0
  16. package/dist/components/BadgeSelectMenu/BadgeSelectMenu.d.ts.map +1 -0
  17. package/dist/components/BadgeSelectMenu/BadgeSelectMenu.js +50 -0
  18. package/dist/components/Box/Box.d.ts +2 -0
  19. package/dist/components/Box/Box.d.ts.map +1 -1
  20. package/dist/components/Box/Box.js +15 -2
  21. package/dist/components/Button/Button.d.ts +7 -3
  22. package/dist/components/Button/Button.d.ts.map +1 -1
  23. package/dist/components/Button/Button.js +23 -3
  24. package/dist/components/Card/Card.d.ts +26 -0
  25. package/dist/components/Card/Card.d.ts.map +1 -0
  26. package/dist/components/Card/Card.js +25 -0
  27. package/dist/components/Checkbox/Checkbox.d.ts +6 -2
  28. package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
  29. package/dist/components/Checkbox/Checkbox.js +13 -4
  30. package/dist/components/CommandPalette/CommandPalette.d.ts.map +1 -1
  31. package/dist/components/CommandPalette/CommandPalette.js +10 -9
  32. package/dist/components/ConfirmDialog/ConfirmDialog.d.ts.map +1 -1
  33. package/dist/components/ConfirmDialog/ConfirmDialog.js +5 -2
  34. package/dist/components/ContextMenu/ContextMenu.d.ts.map +1 -1
  35. package/dist/components/ContextMenu/ContextMenu.js +2 -2
  36. package/dist/components/DatePicker/DatePicker.d.ts.map +1 -1
  37. package/dist/components/DatePicker/DatePicker.js +9 -1
  38. package/dist/components/Dialog/Dialog.d.ts +69 -1
  39. package/dist/components/Dialog/Dialog.d.ts.map +1 -1
  40. package/dist/components/Dialog/Dialog.js +48 -1
  41. package/dist/components/Drawer/Drawer.d.ts.map +1 -1
  42. package/dist/components/Drawer/Drawer.js +2 -2
  43. package/dist/components/EntityPicker/EntityPicker.d.ts +2 -1
  44. package/dist/components/EntityPicker/EntityPicker.d.ts.map +1 -1
  45. package/dist/components/EntityPicker/EntityPicker.js +2 -2
  46. package/dist/components/Flex/Flex.d.ts +5 -1
  47. package/dist/components/Flex/Flex.d.ts.map +1 -1
  48. package/dist/components/Flex/Flex.js +16 -3
  49. package/dist/components/Grid/Grid.d.ts +9 -2
  50. package/dist/components/Grid/Grid.d.ts.map +1 -1
  51. package/dist/components/Grid/Grid.js +22 -1
  52. package/dist/components/IconButton/IconButton.d.ts +19 -7
  53. package/dist/components/IconButton/IconButton.d.ts.map +1 -1
  54. package/dist/components/IconButton/IconButton.js +40 -5
  55. package/dist/components/IconTextButton/IconTextButton.d.ts +20 -0
  56. package/dist/components/IconTextButton/IconTextButton.d.ts.map +1 -0
  57. package/dist/components/IconTextButton/IconTextButton.js +24 -0
  58. package/dist/components/InlineEdit/InlineEdit.d.ts +63 -0
  59. package/dist/components/InlineEdit/InlineEdit.d.ts.map +1 -0
  60. package/dist/components/InlineEdit/InlineEdit.js +98 -0
  61. package/dist/components/LinkButton/LinkButton.d.ts +25 -0
  62. package/dist/components/LinkButton/LinkButton.d.ts.map +1 -0
  63. package/dist/components/LinkButton/LinkButton.js +12 -0
  64. package/dist/components/Modal/Modal.d.ts +29 -6
  65. package/dist/components/Modal/Modal.d.ts.map +1 -1
  66. package/dist/components/Modal/Modal.js +37 -13
  67. package/dist/components/Overlay/OverlayProvider.d.ts +1 -0
  68. package/dist/components/Overlay/OverlayProvider.d.ts.map +1 -1
  69. package/dist/components/Overlay/OverlayProvider.js +18 -1
  70. package/dist/components/PaginatedCombobox/PaginatedCombobox.d.ts +2 -1
  71. package/dist/components/PaginatedCombobox/PaginatedCombobox.d.ts.map +1 -1
  72. package/dist/components/PaginatedCombobox/PaginatedCombobox.js +3 -3
  73. package/dist/components/Popover/Popover.d.ts +37 -3
  74. package/dist/components/Popover/Popover.d.ts.map +1 -1
  75. package/dist/components/Popover/Popover.js +56 -9
  76. package/dist/components/ScrollArea/ScrollArea.d.ts +4 -0
  77. package/dist/components/ScrollArea/ScrollArea.d.ts.map +1 -1
  78. package/dist/components/ScrollArea/ScrollArea.js +30 -4
  79. package/dist/components/Section/Section.d.ts +2 -0
  80. package/dist/components/Section/Section.d.ts.map +1 -1
  81. package/dist/components/SegmentedControl/SegmentedControl.d.ts +24 -1
  82. package/dist/components/SegmentedControl/SegmentedControl.d.ts.map +1 -1
  83. package/dist/components/SegmentedControl/SegmentedControl.js +28 -2
  84. package/dist/components/Select/Select.d.ts +36 -4
  85. package/dist/components/Select/Select.d.ts.map +1 -1
  86. package/dist/components/Select/Select.js +70 -3
  87. package/dist/components/Separator/Separator.d.ts +3 -1
  88. package/dist/components/Separator/Separator.d.ts.map +1 -1
  89. package/dist/components/Separator/Separator.js +4 -2
  90. package/dist/components/SpecialModal/SpecialModal.d.ts +43 -0
  91. package/dist/components/SpecialModal/SpecialModal.d.ts.map +1 -0
  92. package/dist/components/SpecialModal/SpecialModal.js +34 -0
  93. package/dist/components/Spinner/Spinner.d.ts +3 -1
  94. package/dist/components/Spinner/Spinner.d.ts.map +1 -1
  95. package/dist/components/Spinner/Spinner.js +2 -2
  96. package/dist/components/State/State.d.ts +8 -1
  97. package/dist/components/State/State.d.ts.map +1 -1
  98. package/dist/components/State/State.js +2 -2
  99. package/dist/components/Switch/Switch.d.ts +2 -0
  100. package/dist/components/Switch/Switch.d.ts.map +1 -1
  101. package/dist/components/Switch/Switch.js +2 -1
  102. package/dist/components/Table/Table.d.ts +64 -0
  103. package/dist/components/Table/Table.d.ts.map +1 -0
  104. package/dist/components/Table/Table.js +38 -0
  105. package/dist/components/Tabs/Tabs.d.ts +33 -2
  106. package/dist/components/Tabs/Tabs.d.ts.map +1 -1
  107. package/dist/components/Tabs/Tabs.js +189 -4
  108. package/dist/components/Text/Text.d.ts +13 -3
  109. package/dist/components/Text/Text.d.ts.map +1 -1
  110. package/dist/components/Text/Text.js +16 -3
  111. package/dist/components/TextArea/TextArea.d.ts.map +1 -1
  112. package/dist/components/TextArea/TextArea.js +1 -1
  113. package/dist/components/TextField/TextField.d.ts.map +1 -1
  114. package/dist/components/TextField/TextField.js +1 -1
  115. package/dist/components/Toast/Toast.d.ts +1 -0
  116. package/dist/components/Toast/Toast.d.ts.map +1 -1
  117. package/dist/components/Toast/Toast.js +19 -8
  118. package/dist/components/Tooltip/Tooltip.d.ts +11 -3
  119. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  120. package/dist/components/Tooltip/Tooltip.js +58 -9
  121. package/dist/example/CodePreview.d.ts.map +1 -1
  122. package/dist/example/CodePreview.js +3 -3
  123. package/dist/example/ExampleActionsSection.d.ts.map +1 -1
  124. package/dist/example/ExampleActionsSection.js +3 -3
  125. package/dist/example/ExampleApplicationSection.d.ts +7 -0
  126. package/dist/example/ExampleApplicationSection.d.ts.map +1 -0
  127. package/dist/example/ExampleApplicationSection.js +68 -0
  128. package/dist/example/ExampleBasicsSections.d.ts.map +1 -1
  129. package/dist/example/ExampleBasicsSections.js +5 -9
  130. package/dist/example/ExampleDataSection.d.ts.map +1 -1
  131. package/dist/example/ExampleDataSection.js +31 -30
  132. package/dist/example/ExampleFieldsSection.d.ts.map +1 -1
  133. package/dist/example/ExampleFieldsSection.js +51 -3
  134. package/dist/example/ExampleFoundationsSection.js +1 -1
  135. package/dist/example/ExampleOverlays.d.ts.map +1 -1
  136. package/dist/example/ExampleOverlays.js +7 -2
  137. package/dist/example/ExampleOverlaysSection.d.ts.map +1 -1
  138. package/dist/example/ExampleOverlaysSection.js +5 -2
  139. package/dist/example/ExampleSelectionSection.d.ts +3 -1
  140. package/dist/example/ExampleSelectionSection.d.ts.map +1 -1
  141. package/dist/example/ExampleSelectionSection.js +10 -3
  142. package/dist/example/ExampleStateSection.d.ts +3 -0
  143. package/dist/example/ExampleStateSection.d.ts.map +1 -1
  144. package/dist/example/ExampleStateSection.js +58 -3
  145. package/dist/example/ExampleThemePlayground.d.ts +101 -71
  146. package/dist/example/ExampleThemePlayground.d.ts.map +1 -1
  147. package/dist/example/ExampleThemePlayground.js +137 -74
  148. package/dist/example/UiExamplePage.d.ts +7 -1
  149. package/dist/example/UiExamplePage.d.ts.map +1 -1
  150. package/dist/example/UiExamplePage.js +72 -27
  151. package/dist/example/codeSamples.d.ts +7 -0
  152. package/dist/example/codeSamples.d.ts.map +1 -1
  153. package/dist/example/codeSamples.js +429 -60
  154. package/dist/example/exampleData.d.ts.map +1 -1
  155. package/dist/example/exampleData.js +16 -2
  156. package/dist/example/styles.css +245 -74
  157. package/dist/hooks/useFloatingPosition.js +1 -1
  158. package/dist/hooks/usePresence.d.ts.map +1 -1
  159. package/dist/hooks/usePresence.js +9 -7
  160. package/dist/index.d.ts +8 -1
  161. package/dist/index.d.ts.map +1 -1
  162. package/dist/index.js +8 -1
  163. package/dist/styles/orcestr-ui.css +2545 -672
  164. package/dist/theme/ThemeProvider.d.ts.map +1 -1
  165. package/dist/theme/ThemeProvider.js +90 -36
  166. package/dist/theme/defaultTheme.d.ts.map +1 -1
  167. package/dist/theme/defaultTheme.js +322 -194
  168. package/dist/theme/systemProps.d.ts +48 -28
  169. package/dist/theme/systemProps.d.ts.map +1 -1
  170. package/dist/theme/systemProps.js +103 -1
  171. package/dist/theme/themeTypes.d.ts +21 -17
  172. package/dist/theme/themeTypes.d.ts.map +1 -1
  173. package/dist/utils/slot.d.ts +11 -0
  174. package/dist/utils/slot.d.ts.map +1 -0
  175. package/dist/utils/slot.js +18 -0
  176. package/package.json +2 -2
  177. package/dist/components/Workflow/Workflow.d.ts +0 -82
  178. package/dist/components/Workflow/Workflow.d.ts.map +0 -1
  179. package/dist/components/Workflow/Workflow.js +0 -73
@@ -1 +1 @@
1
- {"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../src/theme/ThemeProvider.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAGR,yBAAyB,EAE5B,MAAM,cAAc,CAAC;AAEtB,wBAAgB,oBAAoB,CAAC,EACjC,QAAQ,EACR,IAAI,EAAE,cAAc,EACpB,WAAoB,EACpB,cAA0B,EAC1B,OAAO,EACP,YAAY,EACZ,eAAe,EACf,cAAc,EACd,SAAS,EACT,KAAK,EACL,MAAM,GACT,EAAE,yBAAyB,2CA2N3B"}
1
+ {"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../src/theme/ThemeProvider.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAGR,yBAAyB,EAE5B,MAAM,cAAc,CAAC;AAEtB,wBAAgB,oBAAoB,CAAC,EACjC,QAAQ,EACR,IAAI,EAAE,cAAc,EACpB,WAAoB,EACpB,cAA0B,EAC1B,OAAO,EACP,YAAY,EACZ,eAAe,EACf,cAAc,EACd,SAAS,EACT,KAAK,EACL,MAAM,GACT,EAAE,yBAAyB,2CA6P3B"}
@@ -23,39 +23,53 @@ export function OrcestrThemeProvider({ children, mode: controlledMode, defaultMo
23
23
  const toggleMode = useCallback(() => {
24
24
  setMode(resolvedMode === 'dark' ? 'light' : 'dark');
25
25
  }, [resolvedMode, setMode]);
26
- const value = useMemo(() => ({
27
- mode: resolvedMode,
28
- surface: resolvedSurface,
29
- theme,
30
- setMode,
31
- setSurface,
32
- toggleMode,
33
- }), [resolvedMode, resolvedSurface, theme, setMode, setSurface, toggleMode]);
34
26
  const rootStyle = useMemo(() => ({
35
27
  '--oui-bg': theme.colors.bg,
36
28
  '--oui-panel': theme.colors.panel,
37
29
  '--oui-panel-2': theme.colors.panelSoft,
38
- '--oui-control-bg': theme.colors.control,
30
+ '--oui-control-bg': controlBackgroundForMode(theme),
39
31
  '--oui-control-hover-bg': theme.colors.controlHover,
40
32
  '--oui-border': theme.colors.border,
41
33
  '--oui-border-strong': theme.colors.borderStrong,
42
34
  '--oui-text': theme.colors.text,
43
35
  '--oui-muted': theme.colors.muted,
44
- '--oui-soft': theme.colors.brandSoft,
36
+ '--oui-soft': theme.colors.primary.surface,
45
37
  '--oui-soft-hover': theme.colors.selected,
46
- '--oui-brand': theme.colors.brand,
47
- '--oui-brand-strong': theme.colors.brandStrong,
48
- '--oui-brand-solid': theme.colors.brandSolid,
49
- '--oui-brand-solid-hover': theme.colors.brandSolidHover,
50
- '--oui-brand-soft': theme.colors.brandSoft,
51
- '--oui-success': theme.colors.success,
52
- '--oui-success-soft': theme.colors.successSoft,
53
- '--oui-warning': theme.colors.warning,
54
- '--oui-warning-soft': theme.colors.warningSoft,
55
- '--oui-danger': theme.colors.danger,
56
- '--oui-danger-soft': theme.colors.dangerSoft,
57
- '--oui-info': theme.colors.info,
58
- '--oui-info-soft': theme.colors.infoSoft,
38
+ '--oui-primary-base': theme.colors.primary.base,
39
+ '--oui-primary-text': theme.colors.primary.text,
40
+ '--oui-primary-surface': theme.colors.primary.surface,
41
+ '--oui-primary-border': theme.colors.primary.border,
42
+ '--oui-primary-contrast': theme.colors.primary.contrast,
43
+ '--oui-secondary-base': theme.colors.secondary.base,
44
+ '--oui-secondary-text': theme.colors.secondary.text,
45
+ '--oui-secondary-surface': theme.colors.secondary.surface,
46
+ '--oui-secondary-border': theme.colors.secondary.border,
47
+ '--oui-secondary-contrast': theme.colors.secondary.contrast,
48
+ '--oui-neutral-base': theme.colors.neutral.base,
49
+ '--oui-neutral-text': theme.colors.neutral.text,
50
+ '--oui-neutral-surface': theme.colors.neutral.surface,
51
+ '--oui-neutral-border': theme.colors.neutral.border,
52
+ '--oui-neutral-contrast': theme.colors.neutral.contrast,
53
+ '--oui-success-base': theme.colors.success.base,
54
+ '--oui-success-text': theme.colors.success.text,
55
+ '--oui-success-surface': theme.colors.success.surface,
56
+ '--oui-success-border': theme.colors.success.border,
57
+ '--oui-success-contrast': theme.colors.success.contrast,
58
+ '--oui-warning-base': theme.colors.warning.base,
59
+ '--oui-warning-text': theme.colors.warning.text,
60
+ '--oui-warning-surface': theme.colors.warning.surface,
61
+ '--oui-warning-border': theme.colors.warning.border,
62
+ '--oui-warning-contrast': theme.colors.warning.contrast,
63
+ '--oui-danger-base': theme.colors.danger.base,
64
+ '--oui-danger-text': theme.colors.danger.text,
65
+ '--oui-danger-surface': theme.colors.danger.surface,
66
+ '--oui-danger-border': theme.colors.danger.border,
67
+ '--oui-danger-contrast': theme.colors.danger.contrast,
68
+ '--oui-info-base': theme.colors.info.base,
69
+ '--oui-info-text': theme.colors.info.text,
70
+ '--oui-info-surface': theme.colors.info.surface,
71
+ '--oui-info-border': theme.colors.info.border,
72
+ '--oui-info-contrast': theme.colors.info.contrast,
59
73
  '--oui-selected-bg': theme.colors.selected,
60
74
  '--oui-disabled': theme.colors.disabled,
61
75
  '--oui-overlay-bg': theme.colors.overlay,
@@ -107,10 +121,14 @@ export function OrcestrThemeProvider({ children, mode: controlledMode, defaultMo
107
121
  '--oui-status-neutral-text': theme.status.neutral.text,
108
122
  '--oui-status-neutral-soft': theme.status.neutral.soft,
109
123
  '--oui-status-neutral-border': theme.status.neutral.border,
110
- '--oui-status-brand': theme.status.brand.color,
111
- '--oui-status-brand-text': theme.status.brand.text,
112
- '--oui-status-brand-soft': theme.status.brand.soft,
113
- '--oui-status-brand-border': theme.status.brand.border,
124
+ '--oui-status-primary': theme.status.primary.color,
125
+ '--oui-status-primary-text': theme.status.primary.text,
126
+ '--oui-status-primary-soft': theme.status.primary.soft,
127
+ '--oui-status-primary-border': theme.status.primary.border,
128
+ '--oui-status-secondary': theme.status.secondary.color,
129
+ '--oui-status-secondary-text': theme.status.secondary.text,
130
+ '--oui-status-secondary-soft': theme.status.secondary.soft,
131
+ '--oui-status-secondary-border': theme.status.secondary.border,
114
132
  '--oui-status-success': theme.status.success.color,
115
133
  '--oui-status-success-text': theme.status.success.text,
116
134
  '--oui-status-success-soft': theme.status.success.soft,
@@ -160,9 +178,25 @@ export function OrcestrThemeProvider({ children, mode: controlledMode, defaultMo
160
178
  '--oui-table-header-height': theme.components.tableHeaderHeight,
161
179
  '--oui-field-gap': theme.components.fieldGap,
162
180
  '--oui-modal-max-width': theme.components.modalMaxWidth,
163
- '--oui-pipeline-step-min-width': theme.components.pipelineStepMinWidth,
164
181
  }), [theme]);
165
182
  const themeStyle = useMemo(() => ({ ...rootStyle, ...style }), [rootStyle, style]);
183
+ const value = useMemo(() => ({
184
+ mode: resolvedMode,
185
+ surface: resolvedSurface,
186
+ theme,
187
+ cssVariables: rootStyle,
188
+ setMode,
189
+ setSurface,
190
+ toggleMode,
191
+ }), [
192
+ resolvedMode,
193
+ resolvedSurface,
194
+ theme,
195
+ rootStyle,
196
+ setMode,
197
+ setSurface,
198
+ toggleMode,
199
+ ]);
166
200
  useEffect(() => {
167
201
  const root = document.documentElement;
168
202
  const previousTheme = root.getAttribute('data-oui-theme');
@@ -200,16 +234,36 @@ function compositeColor(foreground, background) {
200
234
  const bg = parseCssColor(background);
201
235
  if (!fg || !bg)
202
236
  return foreground;
203
- if (fg.a <= 0)
204
- return rgbColor(bg);
205
- if (fg.a >= 1)
206
- return rgbColor(fg);
207
- return rgbColor({
208
- r: Math.round(fg.r * fg.a + bg.r * (1 - fg.a)),
209
- g: Math.round(fg.g * fg.a + bg.g * (1 - fg.a)),
210
- b: Math.round(fg.b * fg.a + bg.b * (1 - fg.a)),
237
+ return rgbColor(blendColor(fg, bg));
238
+ }
239
+ function controlBackgroundForMode(theme) {
240
+ if (theme.mode !== 'light')
241
+ return theme.colors.control;
242
+ const control = parseCssColor(theme.colors.control);
243
+ const bg = parseCssColor(theme.colors.bg);
244
+ if (!control || !bg || control.a <= 0)
245
+ return theme.colors.control;
246
+ const visibleControl = blendColor(control, bg);
247
+ return relativeLuminance(visibleControl) < 0.52 ? 'transparent' : theme.colors.control;
248
+ }
249
+ function blendColor(foreground, background) {
250
+ if (foreground.a <= 0)
251
+ return { ...background, a: 1 };
252
+ if (foreground.a >= 1)
253
+ return { ...foreground, a: 1 };
254
+ return {
255
+ r: Math.round(foreground.r * foreground.a + background.r * (1 - foreground.a)),
256
+ g: Math.round(foreground.g * foreground.a + background.g * (1 - foreground.a)),
257
+ b: Math.round(foreground.b * foreground.a + background.b * (1 - foreground.a)),
211
258
  a: 1,
259
+ };
260
+ }
261
+ function relativeLuminance(color) {
262
+ const [r, g, b] = [color.r, color.g, color.b].map((channel) => {
263
+ const value = channel / 255;
264
+ return value <= 0.03928 ? value / 12.92 : ((value + 0.055) / 1.055) ** 2.4;
212
265
  });
266
+ return 0.2126 * r + 0.7152 * g + 0.0722 * b;
213
267
  }
214
268
  function rgbColor(color) {
215
269
  return `rgb(${color.r} ${color.g} ${color.b})`;
@@ -1 +1 @@
1
- {"version":3,"file":"defaultTheme.d.ts","sourceRoot":"","sources":["../../src/theme/defaultTheme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,YAAY,EACZ,gBAAgB,EAChB,qBAAqB,EACrB,mBAAmB,EACtB,MAAM,cAAc,CAAC;AAItB,MAAM,MAAM,6BAA6B,GAAG;IACxC,KAAK,EAAE,mBAAmB,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAC5C,mBAAmB,EACnB,6BAA6B,CAsBhC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,6BAA6B,EAK/D,CAAC;AAgeF,wBAAgB,WAAW,CACvB,IAAI,EAAE,gBAAgB,EACtB,OAAO,GAAE,mBAA+B,EACxC,cAAc,CAAC,EAAE,qBAAqB,GACvC,YAAY,CASd;AAED,eAAO,MAAM,SAAS,EAAE,YAAkC,CAAC;AAC3D,eAAO,MAAM,UAAU,EAAE,YAAmC,CAAC"}
1
+ {"version":3,"file":"defaultTheme.d.ts","sourceRoot":"","sources":["../../src/theme/defaultTheme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,YAAY,EACZ,gBAAgB,EAChB,qBAAqB,EACrB,mBAAmB,EACtB,MAAM,cAAc,CAAC;AAItB,MAAM,MAAM,6BAA6B,GAAG;IACxC,KAAK,EAAE,mBAAmB,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAC5C,mBAAmB,EACnB,6BAA6B,CAsBhC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,6BAA6B,EAK/D,CAAC;AAglBF,wBAAgB,WAAW,CACvB,IAAI,EAAE,gBAAgB,EACtB,OAAO,GAAE,mBAA+B,EACxC,cAAc,CAAC,EAAE,qBAAqB,GACvC,YAAY,CASd;AAED,eAAO,MAAM,SAAS,EAAE,YAAkC,CAAC;AAC3D,eAAO,MAAM,UAAU,EAAE,YAAmC,CAAC"}