@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.
- package/README.md +4 -0
- package/README.ru.md +4 -0
- package/dist/components/Alert/Alert.d.ts +5 -4
- package/dist/components/Alert/Alert.d.ts.map +1 -1
- package/dist/components/Alert/Alert.js +5 -2
- package/dist/components/AppShell/AppShell.d.ts +2 -0
- package/dist/components/AppShell/AppShell.d.ts.map +1 -1
- package/dist/components/AppShell/AppShell.js +9 -6
- package/dist/components/AppSidebar/AppSidebar.d.ts +36 -0
- package/dist/components/AppSidebar/AppSidebar.d.ts.map +1 -0
- package/dist/components/AppSidebar/AppSidebar.js +53 -0
- package/dist/components/Badge/Badge.d.ts +8 -6
- package/dist/components/Badge/Badge.d.ts.map +1 -1
- package/dist/components/Badge/Badge.js +4 -4
- package/dist/components/BadgeSelectMenu/BadgeSelectMenu.d.ts +22 -0
- package/dist/components/BadgeSelectMenu/BadgeSelectMenu.d.ts.map +1 -0
- package/dist/components/BadgeSelectMenu/BadgeSelectMenu.js +50 -0
- package/dist/components/Box/Box.d.ts +2 -0
- package/dist/components/Box/Box.d.ts.map +1 -1
- package/dist/components/Box/Box.js +15 -2
- package/dist/components/Button/Button.d.ts +7 -3
- package/dist/components/Button/Button.d.ts.map +1 -1
- package/dist/components/Button/Button.js +23 -3
- package/dist/components/Card/Card.d.ts +26 -0
- package/dist/components/Card/Card.d.ts.map +1 -0
- package/dist/components/Card/Card.js +25 -0
- package/dist/components/Checkbox/Checkbox.d.ts +6 -2
- package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/components/Checkbox/Checkbox.js +13 -4
- package/dist/components/CommandPalette/CommandPalette.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPalette.js +10 -9
- package/dist/components/ConfirmDialog/ConfirmDialog.d.ts.map +1 -1
- package/dist/components/ConfirmDialog/ConfirmDialog.js +5 -2
- package/dist/components/ContextMenu/ContextMenu.d.ts.map +1 -1
- package/dist/components/ContextMenu/ContextMenu.js +2 -2
- package/dist/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/components/DatePicker/DatePicker.js +9 -1
- package/dist/components/Dialog/Dialog.d.ts +69 -1
- package/dist/components/Dialog/Dialog.d.ts.map +1 -1
- package/dist/components/Dialog/Dialog.js +48 -1
- package/dist/components/Drawer/Drawer.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.js +2 -2
- package/dist/components/EntityPicker/EntityPicker.d.ts +2 -1
- package/dist/components/EntityPicker/EntityPicker.d.ts.map +1 -1
- package/dist/components/EntityPicker/EntityPicker.js +2 -2
- package/dist/components/Flex/Flex.d.ts +5 -1
- package/dist/components/Flex/Flex.d.ts.map +1 -1
- package/dist/components/Flex/Flex.js +16 -3
- package/dist/components/Grid/Grid.d.ts +9 -2
- package/dist/components/Grid/Grid.d.ts.map +1 -1
- package/dist/components/Grid/Grid.js +22 -1
- package/dist/components/IconButton/IconButton.d.ts +19 -7
- package/dist/components/IconButton/IconButton.d.ts.map +1 -1
- package/dist/components/IconButton/IconButton.js +40 -5
- package/dist/components/IconTextButton/IconTextButton.d.ts +20 -0
- package/dist/components/IconTextButton/IconTextButton.d.ts.map +1 -0
- package/dist/components/IconTextButton/IconTextButton.js +24 -0
- package/dist/components/InlineEdit/InlineEdit.d.ts +63 -0
- package/dist/components/InlineEdit/InlineEdit.d.ts.map +1 -0
- package/dist/components/InlineEdit/InlineEdit.js +98 -0
- package/dist/components/LinkButton/LinkButton.d.ts +25 -0
- package/dist/components/LinkButton/LinkButton.d.ts.map +1 -0
- package/dist/components/LinkButton/LinkButton.js +12 -0
- package/dist/components/Modal/Modal.d.ts +29 -6
- package/dist/components/Modal/Modal.d.ts.map +1 -1
- package/dist/components/Modal/Modal.js +37 -13
- package/dist/components/Overlay/OverlayProvider.d.ts +1 -0
- package/dist/components/Overlay/OverlayProvider.d.ts.map +1 -1
- package/dist/components/Overlay/OverlayProvider.js +18 -1
- package/dist/components/PaginatedCombobox/PaginatedCombobox.d.ts +2 -1
- package/dist/components/PaginatedCombobox/PaginatedCombobox.d.ts.map +1 -1
- package/dist/components/PaginatedCombobox/PaginatedCombobox.js +3 -3
- package/dist/components/Popover/Popover.d.ts +37 -3
- package/dist/components/Popover/Popover.d.ts.map +1 -1
- package/dist/components/Popover/Popover.js +56 -9
- package/dist/components/ScrollArea/ScrollArea.d.ts +4 -0
- package/dist/components/ScrollArea/ScrollArea.d.ts.map +1 -1
- package/dist/components/ScrollArea/ScrollArea.js +30 -4
- package/dist/components/Section/Section.d.ts +2 -0
- package/dist/components/Section/Section.d.ts.map +1 -1
- package/dist/components/SegmentedControl/SegmentedControl.d.ts +24 -1
- package/dist/components/SegmentedControl/SegmentedControl.d.ts.map +1 -1
- package/dist/components/SegmentedControl/SegmentedControl.js +28 -2
- package/dist/components/Select/Select.d.ts +36 -4
- package/dist/components/Select/Select.d.ts.map +1 -1
- package/dist/components/Select/Select.js +70 -3
- package/dist/components/Separator/Separator.d.ts +3 -1
- package/dist/components/Separator/Separator.d.ts.map +1 -1
- package/dist/components/Separator/Separator.js +4 -2
- package/dist/components/SpecialModal/SpecialModal.d.ts +43 -0
- package/dist/components/SpecialModal/SpecialModal.d.ts.map +1 -0
- package/dist/components/SpecialModal/SpecialModal.js +34 -0
- package/dist/components/Spinner/Spinner.d.ts +3 -1
- package/dist/components/Spinner/Spinner.d.ts.map +1 -1
- package/dist/components/Spinner/Spinner.js +2 -2
- package/dist/components/State/State.d.ts +8 -1
- package/dist/components/State/State.d.ts.map +1 -1
- package/dist/components/State/State.js +2 -2
- package/dist/components/Switch/Switch.d.ts +2 -0
- package/dist/components/Switch/Switch.d.ts.map +1 -1
- package/dist/components/Switch/Switch.js +2 -1
- package/dist/components/Table/Table.d.ts +64 -0
- package/dist/components/Table/Table.d.ts.map +1 -0
- package/dist/components/Table/Table.js +38 -0
- package/dist/components/Tabs/Tabs.d.ts +33 -2
- package/dist/components/Tabs/Tabs.d.ts.map +1 -1
- package/dist/components/Tabs/Tabs.js +189 -4
- package/dist/components/Text/Text.d.ts +13 -3
- package/dist/components/Text/Text.d.ts.map +1 -1
- package/dist/components/Text/Text.js +16 -3
- package/dist/components/TextArea/TextArea.d.ts.map +1 -1
- package/dist/components/TextArea/TextArea.js +1 -1
- package/dist/components/TextField/TextField.d.ts.map +1 -1
- package/dist/components/TextField/TextField.js +1 -1
- package/dist/components/Toast/Toast.d.ts +1 -0
- package/dist/components/Toast/Toast.d.ts.map +1 -1
- package/dist/components/Toast/Toast.js +19 -8
- package/dist/components/Tooltip/Tooltip.d.ts +11 -3
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/components/Tooltip/Tooltip.js +58 -9
- package/dist/example/CodePreview.d.ts.map +1 -1
- package/dist/example/CodePreview.js +3 -3
- package/dist/example/ExampleActionsSection.d.ts.map +1 -1
- package/dist/example/ExampleActionsSection.js +3 -3
- package/dist/example/ExampleApplicationSection.d.ts +7 -0
- package/dist/example/ExampleApplicationSection.d.ts.map +1 -0
- package/dist/example/ExampleApplicationSection.js +68 -0
- package/dist/example/ExampleBasicsSections.d.ts.map +1 -1
- package/dist/example/ExampleBasicsSections.js +5 -9
- package/dist/example/ExampleDataSection.d.ts.map +1 -1
- package/dist/example/ExampleDataSection.js +31 -30
- package/dist/example/ExampleFieldsSection.d.ts.map +1 -1
- package/dist/example/ExampleFieldsSection.js +51 -3
- package/dist/example/ExampleFoundationsSection.js +1 -1
- package/dist/example/ExampleOverlays.d.ts.map +1 -1
- package/dist/example/ExampleOverlays.js +7 -2
- package/dist/example/ExampleOverlaysSection.d.ts.map +1 -1
- package/dist/example/ExampleOverlaysSection.js +5 -2
- package/dist/example/ExampleSelectionSection.d.ts +3 -1
- package/dist/example/ExampleSelectionSection.d.ts.map +1 -1
- package/dist/example/ExampleSelectionSection.js +10 -3
- package/dist/example/ExampleStateSection.d.ts +3 -0
- package/dist/example/ExampleStateSection.d.ts.map +1 -1
- package/dist/example/ExampleStateSection.js +58 -3
- package/dist/example/ExampleThemePlayground.d.ts +101 -71
- package/dist/example/ExampleThemePlayground.d.ts.map +1 -1
- package/dist/example/ExampleThemePlayground.js +137 -74
- package/dist/example/UiExamplePage.d.ts +7 -1
- package/dist/example/UiExamplePage.d.ts.map +1 -1
- package/dist/example/UiExamplePage.js +72 -27
- package/dist/example/codeSamples.d.ts +7 -0
- package/dist/example/codeSamples.d.ts.map +1 -1
- package/dist/example/codeSamples.js +429 -60
- package/dist/example/exampleData.d.ts.map +1 -1
- package/dist/example/exampleData.js +16 -2
- package/dist/example/styles.css +245 -74
- package/dist/hooks/useFloatingPosition.js +1 -1
- package/dist/hooks/usePresence.d.ts.map +1 -1
- package/dist/hooks/usePresence.js +9 -7
- package/dist/index.d.ts +8 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -1
- package/dist/styles/orcestr-ui.css +2545 -672
- package/dist/theme/ThemeProvider.d.ts.map +1 -1
- package/dist/theme/ThemeProvider.js +90 -36
- package/dist/theme/defaultTheme.d.ts.map +1 -1
- package/dist/theme/defaultTheme.js +322 -194
- package/dist/theme/systemProps.d.ts +48 -28
- package/dist/theme/systemProps.d.ts.map +1 -1
- package/dist/theme/systemProps.js +103 -1
- package/dist/theme/themeTypes.d.ts +21 -17
- package/dist/theme/themeTypes.d.ts.map +1 -1
- package/dist/utils/slot.d.ts +11 -0
- package/dist/utils/slot.d.ts.map +1 -0
- package/dist/utils/slot.js +18 -0
- package/package.json +2 -2
- package/dist/components/Workflow/Workflow.d.ts +0 -82
- package/dist/components/Workflow/Workflow.d.ts.map +0 -1
- package/dist/components/Workflow/Workflow.js +0 -73
|
@@ -54,14 +54,19 @@ export declare const themePlaygroundPresets: readonly [{
|
|
|
54
54
|
readonly panel: "#0d2119";
|
|
55
55
|
readonly panelSoft: "#133126";
|
|
56
56
|
readonly floating: "#0d2119";
|
|
57
|
-
readonly
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
57
|
+
readonly primary: {
|
|
58
|
+
readonly base: "#059669";
|
|
59
|
+
readonly text: "#86efac";
|
|
60
|
+
readonly surface: "rgb(52 211 153 / 16%)";
|
|
61
|
+
readonly border: "rgb(52 211 153 / 16%)";
|
|
62
|
+
readonly contrast: "#ffffff";
|
|
63
|
+
};
|
|
62
64
|
readonly selected: "rgb(52 211 153 / 14%)";
|
|
63
|
-
readonly info:
|
|
64
|
-
|
|
65
|
+
readonly info: {
|
|
66
|
+
readonly base: "#7dd3fc";
|
|
67
|
+
readonly text: "#7dd3fc";
|
|
68
|
+
readonly surface: "#0b3240";
|
|
69
|
+
};
|
|
65
70
|
};
|
|
66
71
|
};
|
|
67
72
|
}, {
|
|
@@ -96,11 +101,13 @@ export declare const themePlaygroundPresets: readonly [{
|
|
|
96
101
|
readonly borderStrong: "rgb(255 255 255 / 12%)";
|
|
97
102
|
readonly text: "#f7f7f7";
|
|
98
103
|
readonly muted: "#9a9a9a";
|
|
99
|
-
readonly
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
+
readonly primary: {
|
|
105
|
+
readonly base: "#2759c7";
|
|
106
|
+
readonly text: "#b7d1ff";
|
|
107
|
+
readonly surface: "rgb(138 180 255 / 17%)";
|
|
108
|
+
readonly border: "rgb(138 180 255 / 17%)";
|
|
109
|
+
readonly contrast: "#ffffff";
|
|
110
|
+
};
|
|
104
111
|
readonly selected: "rgb(138 180 255 / 14%)";
|
|
105
112
|
readonly focusRing: "0 0 0 3px rgb(138 180 255 / 20%)";
|
|
106
113
|
readonly skeletonShimmer: "rgb(255 255 255 / 7%)";
|
|
@@ -138,14 +145,19 @@ export declare const themePlaygroundPresets: readonly [{
|
|
|
138
145
|
readonly panel: "#1a1a1a";
|
|
139
146
|
readonly panelSoft: "#242424";
|
|
140
147
|
readonly floating: "#1b1b1b";
|
|
141
|
-
readonly
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
148
|
+
readonly primary: {
|
|
149
|
+
readonly base: "#5d6f87";
|
|
150
|
+
readonly text: "#e4edf8";
|
|
151
|
+
readonly surface: "rgb(196 211 232 / 14%)";
|
|
152
|
+
readonly border: "rgb(196 211 232 / 14%)";
|
|
153
|
+
readonly contrast: "#ffffff";
|
|
154
|
+
};
|
|
146
155
|
readonly selected: "rgb(196 211 232 / 12%)";
|
|
147
|
-
readonly info:
|
|
148
|
-
|
|
156
|
+
readonly info: {
|
|
157
|
+
readonly base: "#8ecae6";
|
|
158
|
+
readonly text: "#8ecae6";
|
|
159
|
+
readonly surface: "#122f3a";
|
|
160
|
+
};
|
|
149
161
|
};
|
|
150
162
|
readonly radii: {
|
|
151
163
|
readonly md: "5px";
|
|
@@ -165,25 +177,30 @@ export declare const themePlaygroundPresets: readonly [{
|
|
|
165
177
|
};
|
|
166
178
|
readonly mode: "dark";
|
|
167
179
|
readonly surface: "media";
|
|
168
|
-
readonly accent: "#
|
|
169
|
-
readonly previewBg: "#
|
|
170
|
-
readonly previewPanel: "#
|
|
171
|
-
readonly previewText: "#
|
|
180
|
+
readonly accent: "#f0a6d8";
|
|
181
|
+
readonly previewBg: "#141116";
|
|
182
|
+
readonly previewPanel: "#1d1820";
|
|
183
|
+
readonly previewText: "#f7eef7";
|
|
172
184
|
readonly group: "dark";
|
|
173
185
|
readonly overrides: {
|
|
174
186
|
readonly colors: {
|
|
175
|
-
readonly bg: "#
|
|
176
|
-
readonly panel: "#
|
|
177
|
-
readonly panelSoft: "#
|
|
178
|
-
readonly floating: "#
|
|
179
|
-
readonly
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
readonly
|
|
187
|
+
readonly bg: "#141116";
|
|
188
|
+
readonly panel: "#1d1820";
|
|
189
|
+
readonly panelSoft: "#29212d";
|
|
190
|
+
readonly floating: "#1d1820";
|
|
191
|
+
readonly primary: {
|
|
192
|
+
readonly base: "#a84486";
|
|
193
|
+
readonly text: "#ffc1e7";
|
|
194
|
+
readonly surface: "rgb(240 166 216 / 17%)";
|
|
195
|
+
readonly border: "rgb(240 166 216 / 17%)";
|
|
196
|
+
readonly contrast: "#ffffff";
|
|
197
|
+
};
|
|
198
|
+
readonly selected: "rgb(240 166 216 / 16%)";
|
|
199
|
+
readonly warning: {
|
|
200
|
+
readonly base: "#fbbf24";
|
|
201
|
+
readonly text: "#fbbf24";
|
|
202
|
+
readonly surface: "#49371c";
|
|
203
|
+
};
|
|
187
204
|
};
|
|
188
205
|
};
|
|
189
206
|
}, {
|
|
@@ -215,25 +232,30 @@ export declare const themePlaygroundPresets: readonly [{
|
|
|
215
232
|
};
|
|
216
233
|
readonly mode: "dark";
|
|
217
234
|
readonly surface: "orcestr";
|
|
218
|
-
readonly accent: "#
|
|
219
|
-
readonly previewBg: "#
|
|
220
|
-
readonly previewPanel: "#
|
|
221
|
-
readonly previewText: "#
|
|
235
|
+
readonly accent: "#7dd3fc";
|
|
236
|
+
readonly previewBg: "#080f1c";
|
|
237
|
+
readonly previewPanel: "#101a2b";
|
|
238
|
+
readonly previewText: "#e9f3ff";
|
|
222
239
|
readonly group: "dark";
|
|
223
240
|
readonly overrides: {
|
|
224
241
|
readonly colors: {
|
|
225
|
-
readonly bg: "#
|
|
226
|
-
readonly panel: "#
|
|
227
|
-
readonly panelSoft: "#
|
|
228
|
-
readonly floating: "#
|
|
229
|
-
readonly
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
readonly
|
|
242
|
+
readonly bg: "#080f1c";
|
|
243
|
+
readonly panel: "#101a2b";
|
|
244
|
+
readonly panelSoft: "#172338";
|
|
245
|
+
readonly floating: "#101a2b";
|
|
246
|
+
readonly primary: {
|
|
247
|
+
readonly base: "#0369a1";
|
|
248
|
+
readonly text: "#bae6fd";
|
|
249
|
+
readonly surface: "rgb(125 211 252 / 16%)";
|
|
250
|
+
readonly border: "rgb(125 211 252 / 16%)";
|
|
251
|
+
readonly contrast: "#ffffff";
|
|
252
|
+
};
|
|
253
|
+
readonly selected: "rgb(125 211 252 / 13%)";
|
|
254
|
+
readonly info: {
|
|
255
|
+
readonly base: "#22d3ee";
|
|
256
|
+
readonly text: "#22d3ee";
|
|
257
|
+
readonly surface: "#083344";
|
|
258
|
+
};
|
|
237
259
|
};
|
|
238
260
|
};
|
|
239
261
|
}, {
|
|
@@ -275,11 +297,13 @@ export declare const themePlaygroundPresets: readonly [{
|
|
|
275
297
|
readonly bg: "#eefbf4";
|
|
276
298
|
readonly panel: "#ffffff";
|
|
277
299
|
readonly panelSoft: "#ddf4e8";
|
|
278
|
-
readonly
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
300
|
+
readonly primary: {
|
|
301
|
+
readonly base: "#047857";
|
|
302
|
+
readonly text: "#065f46";
|
|
303
|
+
readonly surface: "rgb(4 120 87 / 12%)";
|
|
304
|
+
readonly border: "rgb(4 120 87 / 12%)";
|
|
305
|
+
readonly contrast: "#ffffff";
|
|
306
|
+
};
|
|
283
307
|
readonly selected: "rgb(4 120 87 / 10%)";
|
|
284
308
|
};
|
|
285
309
|
};
|
|
@@ -305,11 +329,13 @@ export declare const themePlaygroundPresets: readonly [{
|
|
|
305
329
|
readonly bg: "#fff1f8";
|
|
306
330
|
readonly panel: "#ffffff";
|
|
307
331
|
readonly panelSoft: "#ffe4f2";
|
|
308
|
-
readonly
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
332
|
+
readonly primary: {
|
|
333
|
+
readonly base: "#db2777";
|
|
334
|
+
readonly text: "#be185d";
|
|
335
|
+
readonly surface: "rgb(219 39 119 / 12%)";
|
|
336
|
+
readonly border: "rgb(219 39 119 / 12%)";
|
|
337
|
+
readonly contrast: "#ffffff";
|
|
338
|
+
};
|
|
313
339
|
readonly selected: "rgb(219 39 119 / 10%)";
|
|
314
340
|
};
|
|
315
341
|
};
|
|
@@ -352,11 +378,13 @@ export declare const themePlaygroundPresets: readonly [{
|
|
|
352
378
|
readonly bg: "#f8f5ff";
|
|
353
379
|
readonly panel: "#ffffff";
|
|
354
380
|
readonly panelSoft: "#ede9fe";
|
|
355
|
-
readonly
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
381
|
+
readonly primary: {
|
|
382
|
+
readonly base: "#7c3aed";
|
|
383
|
+
readonly text: "#5b21b6";
|
|
384
|
+
readonly surface: "rgb(124 58 237 / 10%)";
|
|
385
|
+
readonly border: "rgb(124 58 237 / 10%)";
|
|
386
|
+
readonly contrast: "#ffffff";
|
|
387
|
+
};
|
|
360
388
|
readonly selected: "rgb(124 58 237 / 8%)";
|
|
361
389
|
readonly section: "rgb(124 58 237 / 3%)";
|
|
362
390
|
readonly sectionNested: "rgb(124 58 237 / 2%)";
|
|
@@ -387,11 +415,13 @@ export declare const themePlaygroundPresets: readonly [{
|
|
|
387
415
|
readonly bg: "#f4fbf8";
|
|
388
416
|
readonly panel: "#ffffff";
|
|
389
417
|
readonly panelSoft: "#eaf7f1";
|
|
390
|
-
readonly
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
418
|
+
readonly primary: {
|
|
419
|
+
readonly base: "#0f9f6e";
|
|
420
|
+
readonly text: "#087a54";
|
|
421
|
+
readonly surface: "rgb(15 159 110 / 11%)";
|
|
422
|
+
readonly border: "rgb(15 159 110 / 11%)";
|
|
423
|
+
readonly contrast: "#ffffff";
|
|
424
|
+
};
|
|
395
425
|
readonly selected: "rgb(15 159 110 / 9%)";
|
|
396
426
|
};
|
|
397
427
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExampleThemePlayground.d.ts","sourceRoot":"","sources":["../../src/example/ExampleThemePlayground.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAsB,KAAK,aAAa,EAAE,KAAK,QAAQ,EAAE,KAAK,cAAc,EAAC,MAAM,OAAO,CAAC;AAElG,OAAO,EAOH,KAAK,YAAY,EACjB,KAAK,gBAAgB,EACrB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EAExB,KAAK,eAAe,EACvB,MAAM,IAAI,CAAC;AAEZ,KAAK,aAAa,GAAG,MAAM,CAAC,eAAe,EAAE,MAAM,CAAC,CAAC;AAErD,MAAM,MAAM,WAAW,GAAG;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,aAAa,CAAC;IACrB,WAAW,EAAE,aAAa,CAAC;IAC3B,IAAI,EAAE,gBAAgB,CAAC;IACvB,OAAO,EAAE,mBAAmB,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,qBAAqB,CAAC;CACrC,CAAC;AAEF,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"ExampleThemePlayground.d.ts","sourceRoot":"","sources":["../../src/example/ExampleThemePlayground.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAsB,KAAK,aAAa,EAAE,KAAK,QAAQ,EAAE,KAAK,cAAc,EAAC,MAAM,OAAO,CAAC;AAElG,OAAO,EAOH,KAAK,YAAY,EACjB,KAAK,gBAAgB,EACrB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EAExB,KAAK,eAAe,EACvB,MAAM,IAAI,CAAC;AAEZ,KAAK,aAAa,GAAG,MAAM,CAAC,eAAe,EAAE,MAAM,CAAC,CAAC;AAErD,MAAM,MAAM,WAAW,GAAG;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,aAAa,CAAC;IACrB,WAAW,EAAE,aAAa,CAAC;IAC3B,IAAI,EAAE,gBAAgB,CAAC;IACvB,OAAO,EAAE,mBAAmB,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,qBAAqB,CAAC;CACrC,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyaY,CAAC;AAOhD,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,sBAAsB,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,CAAC;AAE1E,wBAAgB,wBAAwB,CAAC,EAAE,EAAE,aAAa,GAAG,WAAW,CAEvE;AAED,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,eAAe,UAE5E;AAED,wBAAgB,sBAAsB,CAAC,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,eAAe,UAElF;AA0FD,wBAAgB,sBAAsB,CAAC,EACnC,cAAc,EACd,KAAK,EACL,MAAM,EACN,cAAc,EACd,sBAAsB,GACzB,EAAE;IACC,cAAc,EAAE,aAAa,CAAC;IAC9B,KAAK,EAAE,YAAY,CAAC;IACpB,MAAM,EAAE,eAAe,CAAC;IACxB,cAAc,EAAE,CAAC,MAAM,EAAE,WAAW,KAAK,IAAI,CAAC;IAC9C,sBAAsB,EAAE,QAAQ,CAAC,cAAc,CAAC,qBAAqB,CAAC,CAAC,CAAC;CAC3E,2CAwFA;AAED,wBAAgB,mBAAmB,CAAC,EAChC,cAAc,EACd,MAAM,EACN,cAAc,GACjB,EAAE;IACC,cAAc,EAAE,aAAa,CAAC;IAC9B,MAAM,EAAE,eAAe,CAAC;IACxB,cAAc,EAAE,CAAC,MAAM,EAAE,WAAW,KAAK,IAAI,CAAC;CACjD,2CAkDA;AAED,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,WAAW,GAMlD,aAAa,CACrB"}
|
|
@@ -44,14 +44,19 @@ export const themePlaygroundPresets = [
|
|
|
44
44
|
panel: '#0d2119',
|
|
45
45
|
panelSoft: '#133126',
|
|
46
46
|
floating: '#0d2119',
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
47
|
+
primary: {
|
|
48
|
+
base: '#059669',
|
|
49
|
+
text: '#86efac',
|
|
50
|
+
surface: 'rgb(52 211 153 / 16%)',
|
|
51
|
+
border: 'rgb(52 211 153 / 16%)',
|
|
52
|
+
contrast: '#ffffff',
|
|
53
|
+
},
|
|
52
54
|
selected: 'rgb(52 211 153 / 14%)',
|
|
53
|
-
info:
|
|
54
|
-
|
|
55
|
+
info: {
|
|
56
|
+
base: '#7dd3fc',
|
|
57
|
+
text: '#7dd3fc',
|
|
58
|
+
surface: '#0b3240',
|
|
59
|
+
},
|
|
55
60
|
},
|
|
56
61
|
},
|
|
57
62
|
},
|
|
@@ -87,11 +92,13 @@ export const themePlaygroundPresets = [
|
|
|
87
92
|
borderStrong: 'rgb(255 255 255 / 12%)',
|
|
88
93
|
text: '#f7f7f7',
|
|
89
94
|
muted: '#9a9a9a',
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
+
primary: {
|
|
96
|
+
base: '#2759c7',
|
|
97
|
+
text: '#b7d1ff',
|
|
98
|
+
surface: 'rgb(138 180 255 / 17%)',
|
|
99
|
+
border: 'rgb(138 180 255 / 17%)',
|
|
100
|
+
contrast: '#ffffff',
|
|
101
|
+
},
|
|
95
102
|
selected: 'rgb(138 180 255 / 14%)',
|
|
96
103
|
focusRing: '0 0 0 3px rgb(138 180 255 / 20%)',
|
|
97
104
|
skeletonShimmer: 'rgb(255 255 255 / 7%)',
|
|
@@ -130,14 +137,19 @@ export const themePlaygroundPresets = [
|
|
|
130
137
|
panel: '#1a1a1a',
|
|
131
138
|
panelSoft: '#242424',
|
|
132
139
|
floating: '#1b1b1b',
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
140
|
+
primary: {
|
|
141
|
+
base: '#5d6f87',
|
|
142
|
+
text: '#e4edf8',
|
|
143
|
+
surface: 'rgb(196 211 232 / 14%)',
|
|
144
|
+
border: 'rgb(196 211 232 / 14%)',
|
|
145
|
+
contrast: '#ffffff',
|
|
146
|
+
},
|
|
138
147
|
selected: 'rgb(196 211 232 / 12%)',
|
|
139
|
-
info:
|
|
140
|
-
|
|
148
|
+
info: {
|
|
149
|
+
base: '#8ecae6',
|
|
150
|
+
text: '#8ecae6',
|
|
151
|
+
surface: '#122f3a',
|
|
152
|
+
},
|
|
141
153
|
},
|
|
142
154
|
radii: {
|
|
143
155
|
md: '5px',
|
|
@@ -158,25 +170,30 @@ export const themePlaygroundPresets = [
|
|
|
158
170
|
},
|
|
159
171
|
mode: 'dark',
|
|
160
172
|
surface: 'media',
|
|
161
|
-
accent: '#
|
|
162
|
-
previewBg: '#
|
|
163
|
-
previewPanel: '#
|
|
164
|
-
previewText: '#
|
|
173
|
+
accent: '#f0a6d8',
|
|
174
|
+
previewBg: '#141116',
|
|
175
|
+
previewPanel: '#1d1820',
|
|
176
|
+
previewText: '#f7eef7',
|
|
165
177
|
group: 'dark',
|
|
166
178
|
overrides: {
|
|
167
179
|
colors: {
|
|
168
|
-
bg: '#
|
|
169
|
-
panel: '#
|
|
170
|
-
panelSoft: '#
|
|
171
|
-
floating: '#
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
+
bg: '#141116',
|
|
181
|
+
panel: '#1d1820',
|
|
182
|
+
panelSoft: '#29212d',
|
|
183
|
+
floating: '#1d1820',
|
|
184
|
+
primary: {
|
|
185
|
+
base: '#a84486',
|
|
186
|
+
text: '#ffc1e7',
|
|
187
|
+
surface: 'rgb(240 166 216 / 17%)',
|
|
188
|
+
border: 'rgb(240 166 216 / 17%)',
|
|
189
|
+
contrast: '#ffffff',
|
|
190
|
+
},
|
|
191
|
+
selected: 'rgb(240 166 216 / 16%)',
|
|
192
|
+
warning: {
|
|
193
|
+
base: '#fbbf24',
|
|
194
|
+
text: '#fbbf24',
|
|
195
|
+
surface: '#49371c',
|
|
196
|
+
},
|
|
180
197
|
},
|
|
181
198
|
},
|
|
182
199
|
},
|
|
@@ -210,25 +227,30 @@ export const themePlaygroundPresets = [
|
|
|
210
227
|
},
|
|
211
228
|
mode: 'dark',
|
|
212
229
|
surface: 'orcestr',
|
|
213
|
-
accent: '#
|
|
214
|
-
previewBg: '#
|
|
215
|
-
previewPanel: '#
|
|
216
|
-
previewText: '#
|
|
230
|
+
accent: '#7dd3fc',
|
|
231
|
+
previewBg: '#080f1c',
|
|
232
|
+
previewPanel: '#101a2b',
|
|
233
|
+
previewText: '#e9f3ff',
|
|
217
234
|
group: 'dark',
|
|
218
235
|
overrides: {
|
|
219
236
|
colors: {
|
|
220
|
-
bg: '#
|
|
221
|
-
panel: '#
|
|
222
|
-
panelSoft: '#
|
|
223
|
-
floating: '#
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
237
|
+
bg: '#080f1c',
|
|
238
|
+
panel: '#101a2b',
|
|
239
|
+
panelSoft: '#172338',
|
|
240
|
+
floating: '#101a2b',
|
|
241
|
+
primary: {
|
|
242
|
+
base: '#0369a1',
|
|
243
|
+
text: '#bae6fd',
|
|
244
|
+
surface: 'rgb(125 211 252 / 16%)',
|
|
245
|
+
border: 'rgb(125 211 252 / 16%)',
|
|
246
|
+
contrast: '#ffffff',
|
|
247
|
+
},
|
|
248
|
+
selected: 'rgb(125 211 252 / 13%)',
|
|
249
|
+
info: {
|
|
250
|
+
base: '#22d3ee',
|
|
251
|
+
text: '#22d3ee',
|
|
252
|
+
surface: '#083344',
|
|
253
|
+
},
|
|
232
254
|
},
|
|
233
255
|
},
|
|
234
256
|
},
|
|
@@ -272,11 +294,13 @@ export const themePlaygroundPresets = [
|
|
|
272
294
|
bg: '#eefbf4',
|
|
273
295
|
panel: '#ffffff',
|
|
274
296
|
panelSoft: '#ddf4e8',
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
297
|
+
primary: {
|
|
298
|
+
base: '#047857',
|
|
299
|
+
text: '#065f46',
|
|
300
|
+
surface: 'rgb(4 120 87 / 12%)',
|
|
301
|
+
border: 'rgb(4 120 87 / 12%)',
|
|
302
|
+
contrast: '#ffffff',
|
|
303
|
+
},
|
|
280
304
|
selected: 'rgb(4 120 87 / 10%)',
|
|
281
305
|
},
|
|
282
306
|
},
|
|
@@ -303,11 +327,13 @@ export const themePlaygroundPresets = [
|
|
|
303
327
|
bg: '#fff1f8',
|
|
304
328
|
panel: '#ffffff',
|
|
305
329
|
panelSoft: '#ffe4f2',
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
330
|
+
primary: {
|
|
331
|
+
base: '#db2777',
|
|
332
|
+
text: '#be185d',
|
|
333
|
+
surface: 'rgb(219 39 119 / 12%)',
|
|
334
|
+
border: 'rgb(219 39 119 / 12%)',
|
|
335
|
+
contrast: '#ffffff',
|
|
336
|
+
},
|
|
311
337
|
selected: 'rgb(219 39 119 / 10%)',
|
|
312
338
|
},
|
|
313
339
|
},
|
|
@@ -352,11 +378,13 @@ export const themePlaygroundPresets = [
|
|
|
352
378
|
bg: '#f8f5ff',
|
|
353
379
|
panel: '#ffffff',
|
|
354
380
|
panelSoft: '#ede9fe',
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
381
|
+
primary: {
|
|
382
|
+
base: '#7c3aed',
|
|
383
|
+
text: '#5b21b6',
|
|
384
|
+
surface: 'rgb(124 58 237 / 10%)',
|
|
385
|
+
border: 'rgb(124 58 237 / 10%)',
|
|
386
|
+
contrast: '#ffffff',
|
|
387
|
+
},
|
|
360
388
|
selected: 'rgb(124 58 237 / 8%)',
|
|
361
389
|
section: 'rgb(124 58 237 / 3%)',
|
|
362
390
|
sectionNested: 'rgb(124 58 237 / 2%)',
|
|
@@ -388,11 +416,13 @@ export const themePlaygroundPresets = [
|
|
|
388
416
|
bg: '#f4fbf8',
|
|
389
417
|
panel: '#ffffff',
|
|
390
418
|
panelSoft: '#eaf7f1',
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
419
|
+
primary: {
|
|
420
|
+
base: '#0f9f6e',
|
|
421
|
+
text: '#087a54',
|
|
422
|
+
surface: 'rgb(15 159 110 / 11%)',
|
|
423
|
+
border: 'rgb(15 159 110 / 11%)',
|
|
424
|
+
contrast: '#ffffff',
|
|
425
|
+
},
|
|
396
426
|
selected: 'rgb(15 159 110 / 9%)',
|
|
397
427
|
},
|
|
398
428
|
},
|
|
@@ -425,7 +455,7 @@ const flatTokenSections = [
|
|
|
425
455
|
'zIndex',
|
|
426
456
|
'components',
|
|
427
457
|
];
|
|
428
|
-
const statusKeys = ['neutral', '
|
|
458
|
+
const statusKeys = ['neutral', 'primary', 'secondary', 'success', 'warning', 'danger', 'info'];
|
|
429
459
|
const COLOR_TOKEN_COMMIT_DELAY_MS = 180;
|
|
430
460
|
const themePlaygroundCopy = {
|
|
431
461
|
ru: {
|
|
@@ -492,7 +522,7 @@ export function ExampleThemePlayground({ activePresetId, theme, locale, onPreset
|
|
|
492
522
|
start: 2,
|
|
493
523
|
fadeDistance: 28,
|
|
494
524
|
maxOpacity: 0.94,
|
|
495
|
-
}, children: [_jsxs("div", { className: 'oui-theme-token-editor', children: [flatTokenSections.map((section) => (_jsx(TokenSection, { title: tokenSectionLabel(section, locale), section: section, values: theme
|
|
525
|
+
}, children: [_jsxs("div", { className: 'oui-theme-token-editor', children: [flatTokenSections.map((section) => (_jsx(TokenSection, { title: tokenSectionLabel(section, locale), section: section, values: tokenSectionValues(theme, section), onTokenChange: (key, value) => updateFlatToken(onThemeOverridesChange, section, key, value) }, section))), statusKeys.map((statusKey) => (_jsx(TokenSection, { title: `${copy.statuses} / ${statusKey}`, section: 'status', statusKey: statusKey, values: theme.status[statusKey], onTokenChange: (key, value) => updateStatusToken(onThemeOverridesChange, statusKey, key, String(value)) }, `status-${statusKey}`)))] }), _jsxs(Flex, { g: 2, wrap: true, children: [_jsx(Button, { size: 1, children: copy.primaryAction }), _jsx(Button, { size: 1, v: 'surface', children: copy.surface }), _jsx(Button, { size: 1, v: 'ghost', children: copy.secondary }), _jsx(Badge, { tone: 'success', children: copy.ready }), _jsx(Badge, { tone: 'warning', children: copy.warning })] })] })] })] })] }));
|
|
496
526
|
}
|
|
497
527
|
export function ThemePresetSelector({ activePresetId, locale, onPresetChange, }) {
|
|
498
528
|
return (_jsx("div", { className: 'oui-theme-preset-grid', children: themePresetGroups.map((group) => (_jsxs("div", { className: 'oui-theme-preset-group', children: [_jsx("div", { className: 'oui-theme-preset-group-label', children: group.label[locale] }), _jsx(ScrollArea, { className: 'oui-theme-preset-scroll', highlights: true, highlightColor: 'var(--oui-section-solid-bg)', highlightTop: {
|
|
@@ -541,10 +571,24 @@ function ThemeTokenControl({ label, path, section, value, onChange, }) {
|
|
|
541
571
|
return (_jsxs("div", { className: 'oui-theme-token oui-theme-token-control', children: [_jsx("span", { className: 'oui-theme-token-swatch', style: {
|
|
542
572
|
background: visibleColorValue ?? (section === 'colors' || section === 'status'
|
|
543
573
|
? valueText
|
|
544
|
-
: 'var(--oui-
|
|
574
|
+
: 'var(--oui-primary-surface)'),
|
|
545
575
|
}, children: colorInputValue ? (_jsx("input", { className: 'oui-theme-token-swatch-input', type: 'color', value: visibleColorValue ?? colorInputValue, "aria-label": `${label} color`, onChange: (event) => setColorDraft(event.target.value), onBlur: commitColorDraft })) : null }), _jsxs("span", { className: 'oui-theme-token-text', children: [_jsx(Text, { fs: '12px', fw: 700, children: label }), _jsx(Text, { fs: '11px', tone: 'muted', children: path })] }), _jsx("span", { className: 'oui-theme-token-control-field', children: selectOptions ? (_jsx("select", { value: valueText, "aria-label": label, onChange: (event) => onChange(event.target.value), children: selectOptions.map((option) => (_jsx("option", { value: option, children: option }, option))) })) : (_jsx("input", { type: typeof value === 'number' ? 'number' : 'text', value: valueText, "aria-label": label, onChange: (event) => onChange(typeof value === 'number' ? Number(event.target.value) : event.target.value) })) })] }));
|
|
546
576
|
}
|
|
547
577
|
function updateFlatToken(updateOverrides, section, key, value) {
|
|
578
|
+
if (section === 'colors' && key.includes('.')) {
|
|
579
|
+
const [roleKey, slotKey] = key.split('.', 2);
|
|
580
|
+
updateOverrides((current) => ({
|
|
581
|
+
...current,
|
|
582
|
+
colors: {
|
|
583
|
+
...current.colors,
|
|
584
|
+
[roleKey]: {
|
|
585
|
+
...current.colors?.[roleKey],
|
|
586
|
+
[slotKey]: value,
|
|
587
|
+
},
|
|
588
|
+
},
|
|
589
|
+
}));
|
|
590
|
+
return;
|
|
591
|
+
}
|
|
548
592
|
updateOverrides((current) => ({
|
|
549
593
|
...current,
|
|
550
594
|
[section]: {
|
|
@@ -553,6 +597,25 @@ function updateFlatToken(updateOverrides, section, key, value) {
|
|
|
553
597
|
},
|
|
554
598
|
}));
|
|
555
599
|
}
|
|
600
|
+
function tokenSectionValues(theme, section) {
|
|
601
|
+
const values = theme[section];
|
|
602
|
+
if (section !== 'colors')
|
|
603
|
+
return values;
|
|
604
|
+
return flattenTokenValues(values);
|
|
605
|
+
}
|
|
606
|
+
function flattenTokenValues(values, prefix = '') {
|
|
607
|
+
return Object.entries(values).reduce((result, [key, value]) => {
|
|
608
|
+
const path = prefix ? `${prefix}.${key}` : key;
|
|
609
|
+
if (typeof value === 'string' || typeof value === 'number' || value === false) {
|
|
610
|
+
result[path] = value;
|
|
611
|
+
return result;
|
|
612
|
+
}
|
|
613
|
+
if (value && typeof value === 'object' && !Array.isArray(value)) {
|
|
614
|
+
Object.assign(result, flattenTokenValues(value, path));
|
|
615
|
+
}
|
|
616
|
+
return result;
|
|
617
|
+
}, {});
|
|
618
|
+
}
|
|
556
619
|
function updateStatusToken(updateOverrides, statusKey, key, value) {
|
|
557
620
|
updateOverrides((current) => ({
|
|
558
621
|
...current,
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import { type OrcestrUiLocale } from '..';
|
|
2
|
+
export type UiExamplePageProps = {
|
|
3
|
+
locale?: OrcestrUiLocale;
|
|
4
|
+
defaultLocale?: OrcestrUiLocale;
|
|
5
|
+
onLocaleChange?: (locale: OrcestrUiLocale) => void;
|
|
6
|
+
};
|
|
7
|
+
export declare function UiExamplePage({ locale: controlledLocale, defaultLocale, onLocaleChange, }?: UiExamplePageProps): import("react/jsx-runtime").JSX.Element;
|
|
2
8
|
//# sourceMappingURL=UiExamplePage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UiExamplePage.d.ts","sourceRoot":"","sources":["../../src/example/UiExamplePage.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"UiExamplePage.d.ts","sourceRoot":"","sources":["../../src/example/UiExamplePage.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAWH,KAAK,eAAe,EACvB,MAAM,IAAI,CAAC;AA2mBZ,MAAM,MAAM,kBAAkB,GAAG;IAC7B,MAAM,CAAC,EAAE,eAAe,CAAC;IACzB,aAAa,CAAC,EAAE,eAAe,CAAC;IAChC,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,eAAe,KAAK,IAAI,CAAC;CACtD,CAAC;AAEF,wBAAgB,aAAa,CAAC,EAC1B,MAAM,EAAE,gBAAgB,EACxB,aAAoB,EACpB,cAAc,GACjB,GAAE,kBAAuB,2CA8CzB"}
|