@orion-ds/react 5.0.1 → 5.1.9
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/dist/blocks/templates/index.cjs +1 -0
- package/dist/blocks/templates/index.mjs +18 -0
- package/dist/client.cjs +1 -1
- package/dist/client.mjs +143 -139
- package/dist/components/Calendar/Calendar.cjs +1 -1
- package/dist/components/Calendar/Calendar.d.ts.map +1 -1
- package/dist/components/Calendar/Calendar.mjs +105 -86
- package/dist/components/Chart/Chart.cjs +1 -1
- package/dist/components/Chart/Chart.d.ts +2 -3
- package/dist/components/Chart/Chart.d.ts.map +1 -1
- package/dist/components/Chart/Chart.mjs +124 -71
- package/dist/components/Chat/components/ChatMarkdown.cjs +1 -1
- package/dist/components/Chat/components/ChatMarkdown.d.ts.map +1 -1
- package/dist/components/Chat/components/ChatMarkdown.mjs +32 -17
- package/dist/components/CodeEditor/CodeEditor.cjs +6 -6
- package/dist/components/CodeEditor/CodeEditor.d.ts.map +1 -1
- package/dist/components/CodeEditor/CodeEditor.mjs +118 -99
- package/dist/components/CollapsibleFolder/CollapsibleFolder.cjs +1 -1
- package/dist/components/CollapsibleFolder/CollapsibleFolder.d.ts.map +1 -1
- package/dist/components/CollapsibleFolder/CollapsibleFolder.mjs +123 -105
- package/dist/components/DatePicker/DatePicker.cjs +1 -1
- package/dist/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/components/DatePicker/DatePicker.mjs +70 -52
- package/dist/components/MissingDependencyError.cjs +1 -0
- package/dist/components/MissingDependencyError.d.ts +5 -0
- package/dist/components/MissingDependencyError.d.ts.map +1 -0
- package/dist/components/MissingDependencyError.mjs +140 -0
- package/dist/components/ThemeController/ThemeController.cjs +1 -1
- package/dist/components/ThemeController/ThemeController.d.ts.map +1 -1
- package/dist/components/ThemeController/ThemeController.mjs +14 -19
- package/dist/hooks/useTheme.cjs +1 -1
- package/dist/hooks/useTheme.d.ts +1 -1
- package/dist/hooks/useTheme.d.ts.map +1 -1
- package/dist/hooks/useTheme.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +143 -139
- package/dist/sections/index.cjs +1 -0
- package/dist/sections/index.mjs +43 -0
- package/dist/tokens/brands.cjs +1 -1
- package/dist/tokens/brands.d.ts.map +1 -1
- package/dist/tokens/brands.mjs +0 -41
- package/dist/tokens/primitives.cjs +1 -1
- package/dist/tokens/primitives.d.ts.map +1 -1
- package/dist/tokens/primitives.mjs +22 -21
- package/dist/tokens/themes.cjs +1 -1
- package/dist/tokens/themes.d.ts.map +1 -1
- package/dist/tokens/themes.mjs +44 -0
- package/dist/tokens/types.d.ts +84 -106
- package/dist/tokens/types.d.ts.map +1 -1
- package/dist/tokens/utils.d.ts.map +1 -1
- package/dist/tokens/utils.mjs +1 -3
- package/dist/utils/fonts.cjs +1 -1
- package/dist/utils/fonts.d.ts.map +1 -1
- package/dist/utils/fonts.mjs +0 -1
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/optionalDeps.cjs +1 -0
- package/dist/utils/optionalDeps.d.ts +63 -0
- package/dist/utils/optionalDeps.d.ts.map +1 -0
- package/dist/utils/optionalDeps.mjs +55 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3,21 +3,21 @@ import { primitives as t, spacing as p } from "./tokens/primitives.mjs";
|
|
|
3
3
|
import { getBrand as m, getSemanticToken as f, getToken as x } from "./tokens/utils.mjs";
|
|
4
4
|
import { ComponentShowcase as i } from "./ComponentShowcase.mjs";
|
|
5
5
|
export * from "lucide-react";
|
|
6
|
-
import { AlertCircle as d, ArrowDown as C, ArrowLeft as u, ArrowRight as c, ArrowUp as g, Bell as h, Check as S, CheckCircle as T, ChevronDown as b, ChevronLeft as
|
|
6
|
+
import { AlertCircle as d, ArrowDown as C, ArrowLeft as u, ArrowRight as c, ArrowUp as g, Bell as h, Check as S, CheckCircle as T, ChevronDown as b, ChevronLeft as L, ChevronRight as w, ChevronUp as F, Copy as P, CreditCard as D, DollarSign as k, Download as A, Edit as M, Eye as O, EyeOff as B, File as v, FileText as E, Heart as I, HelpCircle as N, Home as y, Image as R, Info as U, LogIn as _, LogOut as G, Mail as H, Menu as K, MessageSquare as V, Minus as Q, Music as X, Plus as q, Search as W, Settings as j, Share2 as z, ShoppingCart as J, Star as Y, Trash2 as Z, Upload as $, User as rr, Video as or, X as er, XCircle as tr } from "lucide-react";
|
|
7
7
|
import { ALL_FONTS as ar, BRAND_FONTS as mr, FONT_PRECONNECT_URLS as fr, GOOGLE_FONTS_URL as xr, areBrandFontsLoaded as nr, getFontLinkTags as ir, getMissingFonts as sr, isFontLoaded as lr, waitForFonts as dr } from "./utils/fonts.mjs";
|
|
8
8
|
import { Accordion as ur } from "./components/Accordion/Accordion.mjs";
|
|
9
9
|
import { ActivityFeed as gr } from "./components/ActivityFeed/ActivityFeed.mjs";
|
|
10
10
|
import { AgentCard as Sr } from "./components/AgentCard/AgentCard.mjs";
|
|
11
11
|
import { Alert as br } from "./components/Alert/Alert.mjs";
|
|
12
|
-
import { AlertDialog as
|
|
13
|
-
import { Avatar as
|
|
14
|
-
import { Badge as
|
|
12
|
+
import { AlertDialog as wr } from "./components/AlertDialog/AlertDialog.mjs";
|
|
13
|
+
import { Avatar as Pr } from "./components/Avatar/Avatar.mjs";
|
|
14
|
+
import { Badge as kr } from "./components/Badge/Badge.mjs";
|
|
15
15
|
import { Banner as Mr } from "./components/Banner/Banner.mjs";
|
|
16
|
-
import { Breadcrumb as
|
|
17
|
-
import { Button as
|
|
18
|
-
import { Calendar as
|
|
16
|
+
import { Breadcrumb as Br } from "./components/Breadcrumb/Breadcrumb.mjs";
|
|
17
|
+
import { Button as Er } from "./components/Button/Button.mjs";
|
|
18
|
+
import { Calendar as Nr } from "./components/Calendar/Calendar.mjs";
|
|
19
19
|
import { Card as Rr } from "./components/Card/Card.mjs";
|
|
20
|
-
import { Carousel as
|
|
20
|
+
import { Carousel as _r } from "./components/Carousel/Carousel.mjs";
|
|
21
21
|
import { CarouselCard as Hr } from "./components/Carousel/CarouselCard.mjs";
|
|
22
22
|
import { ChartContainer as Vr, ChartGradient as Qr, ChartLegend as Xr, ChartLegendContent as qr, ChartTooltip as Wr, ChartTooltipContent as jr } from "./components/Chart/Chart.mjs";
|
|
23
23
|
import { Chat as Jr } from "./components/Chat/Chat.mjs";
|
|
@@ -33,15 +33,15 @@ import { Container as uo } from "./sections/Container/Container.mjs";
|
|
|
33
33
|
import { DataTable as go } from "./components/DataTable/DataTable.mjs";
|
|
34
34
|
import { DatePicker as So } from "./components/DatePicker/DatePicker.mjs";
|
|
35
35
|
import { DetailPanel as bo } from "./components/DetailPanel/DetailPanel.mjs";
|
|
36
|
-
import { Divider as
|
|
37
|
-
import { Drawer as
|
|
38
|
-
import { Dropdown as
|
|
36
|
+
import { Divider as wo } from "./components/Divider/Divider.mjs";
|
|
37
|
+
import { Drawer as Po } from "./components/Drawer/Drawer.mjs";
|
|
38
|
+
import { Dropdown as ko } from "./components/Dropdown/Dropdown.mjs";
|
|
39
39
|
import { EmptyState as Mo } from "./components/EmptyState/EmptyState.mjs";
|
|
40
|
-
import { ErrorBoundary as
|
|
41
|
-
import { Field as
|
|
42
|
-
import { FileUploader as
|
|
40
|
+
import { ErrorBoundary as Bo } from "./components/ErrorBoundary/ErrorBoundary.mjs";
|
|
41
|
+
import { Field as Eo } from "./components/Field/Field.mjs";
|
|
42
|
+
import { FileUploader as No } from "./components/FileUploader/FileUploader.mjs";
|
|
43
43
|
import { FilterBar as Ro } from "./components/FilterBar/FilterBar.mjs";
|
|
44
|
-
import { FontLoader as
|
|
44
|
+
import { FontLoader as _o } from "./components/FontLoader/FontLoader.mjs";
|
|
45
45
|
import { FormSection as Ho } from "./components/FormSection/FormSection.mjs";
|
|
46
46
|
import { Icon as Vo } from "./components/Icon/Icon.mjs";
|
|
47
47
|
import { IconGallery as Xo } from "./components/IconGallery/IconGallery.mjs";
|
|
@@ -56,46 +56,47 @@ import { Modal as xe } from "./components/Modal/Modal.mjs";
|
|
|
56
56
|
import { NavTree as ie } from "./components/NavTree/NavTree.mjs";
|
|
57
57
|
import { Navbar as le } from "./components/Navbar/Navbar.mjs";
|
|
58
58
|
import { NotificationCenter as Ce } from "./components/NotificationCenter/NotificationCenter.mjs";
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
59
|
+
import { OPTIONAL_DEP_COMPONENTS as ce, checkComponent as ge, getOptionalDepError as he } from "./utils/optionalDeps.mjs";
|
|
60
|
+
import { PageHeader as Te } from "./components/PageHeader/PageHeader.mjs";
|
|
61
|
+
import { Pagination as Le } from "./components/Pagination/Pagination.mjs";
|
|
62
|
+
import { Popover as Fe } from "./components/Popover/Popover.mjs";
|
|
63
|
+
import { ProgressBar as De } from "./components/ProgressBar/ProgressBar.mjs";
|
|
64
|
+
import { QuickActions as Ae } from "./components/QuickActions/QuickActions.mjs";
|
|
65
|
+
import { Radio as Oe } from "./components/Radio/Radio.mjs";
|
|
66
|
+
import { SearchInput as ve } from "./components/SearchInput/SearchInput.mjs";
|
|
67
|
+
import { Section as Ie } from "./sections/Section/Section.mjs";
|
|
67
68
|
import { Select as ye } from "./components/Select/Select.mjs";
|
|
68
|
-
import { Sidebar as
|
|
69
|
-
import { Skeleton as
|
|
70
|
-
import { Slider as
|
|
71
|
-
import { Spinner as
|
|
72
|
-
import { Stack as
|
|
73
|
-
import { Stepper as
|
|
74
|
-
import { Switch as
|
|
75
|
-
import { Table as
|
|
76
|
-
import { Tabs as
|
|
77
|
-
import { Textarea as
|
|
78
|
-
import { ThemeController as
|
|
79
|
-
import { ThemeProvider as
|
|
80
|
-
import { ToastProvider as
|
|
81
|
-
import { Toggle as
|
|
82
|
-
import { ToggleGroup as
|
|
83
|
-
import { Tooltip as
|
|
84
|
-
import { UserMenu as
|
|
85
|
-
import { WorkspaceSwitcher as
|
|
86
|
-
import { useAutoScroll as
|
|
87
|
-
import { useChatInput as
|
|
88
|
-
import { useClickOutside as
|
|
89
|
-
import { useCopy as
|
|
90
|
-
import { useDebounce as
|
|
91
|
-
import { useDisclosure as
|
|
92
|
-
import { useIsDesktop as
|
|
93
|
-
import { useKeyboard as
|
|
94
|
-
import { useLocalStorage as
|
|
95
|
-
import { useStreamingText as
|
|
96
|
-
import { useTheme as
|
|
97
|
-
import { useVoiceRecorder as
|
|
98
|
-
import { warnBrandProp as
|
|
69
|
+
import { Sidebar as Ue } from "./components/Sidebar/Sidebar.mjs";
|
|
70
|
+
import { Skeleton as Ge } from "./components/Skeleton/Skeleton.mjs";
|
|
71
|
+
import { Slider as Ke } from "./components/Slider/Slider.mjs";
|
|
72
|
+
import { Spinner as Qe } from "./components/Spinner/Spinner.mjs";
|
|
73
|
+
import { Stack as qe } from "./components/Stack/Stack.mjs";
|
|
74
|
+
import { Stepper as je } from "./components/Stepper/Stepper.mjs";
|
|
75
|
+
import { Switch as Je } from "./components/Switch/Switch.mjs";
|
|
76
|
+
import { Table as Ze } from "./components/Table/Table.mjs";
|
|
77
|
+
import { Tabs as rt } from "./components/Tabs/Tabs.mjs";
|
|
78
|
+
import { Textarea as et } from "./components/Textarea/Textarea.mjs";
|
|
79
|
+
import { ThemeController as pt } from "./components/ThemeController/ThemeController.mjs";
|
|
80
|
+
import { ThemeProvider as mt, useThemeContext as ft } from "./contexts/ThemeContext.mjs";
|
|
81
|
+
import { ToastProvider as nt, useToast as it } from "./components/Toast/Toast.mjs";
|
|
82
|
+
import { Toggle as lt } from "./components/Toggle/Toggle.mjs";
|
|
83
|
+
import { ToggleGroup as Ct } from "./components/ToggleGroup/ToggleGroup.mjs";
|
|
84
|
+
import { Tooltip as ct } from "./components/Tooltip/Tooltip.mjs";
|
|
85
|
+
import { UserMenu as ht } from "./components/UserMenu/UserMenu.mjs";
|
|
86
|
+
import { WorkspaceSwitcher as Tt } from "./components/WorkspaceSwitcher/WorkspaceSwitcher.mjs";
|
|
87
|
+
import { useAutoScroll as Lt } from "./components/Chat/hooks/useAutoScroll.mjs";
|
|
88
|
+
import { useChatInput as Ft } from "./components/Chat/hooks/useChatInput.mjs";
|
|
89
|
+
import { useClickOutside as Dt, useClickOutsideMultiple as kt } from "./hooks/useClickOutside.mjs";
|
|
90
|
+
import { useCopy as Mt, useCopyToClipboard as Ot } from "./hooks/useCopyToClipboard.mjs";
|
|
91
|
+
import { useDebounce as vt, useDebouncedCallback as Et } from "./hooks/useDebounce.mjs";
|
|
92
|
+
import { useDisclosure as Nt } from "./hooks/useDisclosure.mjs";
|
|
93
|
+
import { useIsDesktop as Rt, useIsMobile as Ut, useIsTablet as _t, useMediaQuery as Gt, usePrefersDarkMode as Ht, usePrefersReducedMotion as Kt } from "./hooks/useMediaQuery.mjs";
|
|
94
|
+
import { useKeyboard as Qt, useKeyboardShortcuts as Xt } from "./hooks/useKeyboard.mjs";
|
|
95
|
+
import { useLocalStorage as Wt, useSessionStorage as jt } from "./hooks/useLocalStorage.mjs";
|
|
96
|
+
import { useStreamingText as Jt } from "./components/Chat/hooks/useStreamingText.mjs";
|
|
97
|
+
import { useTheme as Zt } from "./hooks/useTheme.mjs";
|
|
98
|
+
import { useVoiceRecorder as rp } from "./components/Chat/hooks/useVoiceRecorder.mjs";
|
|
99
|
+
import { warnBrandProp as ep, warnFieldChildren as tp, warnGlassVariant as pp, warnHardcodedColors as ap, warnMissingAriaLabel as mp, warnThemeProp as fp, warnUsePrebuiltSection as xp } from "./utils/validation.mjs";
|
|
99
100
|
export {
|
|
100
101
|
ar as ALL_FONTS,
|
|
101
102
|
ur as Accordion,
|
|
@@ -103,21 +104,21 @@ export {
|
|
|
103
104
|
Sr as AgentCard,
|
|
104
105
|
br as Alert,
|
|
105
106
|
d as AlertCircle,
|
|
106
|
-
|
|
107
|
+
wr as AlertDialog,
|
|
107
108
|
C as ArrowDown,
|
|
108
109
|
u as ArrowLeft,
|
|
109
110
|
c as ArrowRight,
|
|
110
111
|
g as ArrowUp,
|
|
111
|
-
|
|
112
|
+
Pr as Avatar,
|
|
112
113
|
mr as BRAND_FONTS,
|
|
113
|
-
|
|
114
|
+
kr as Badge,
|
|
114
115
|
Mr as Banner,
|
|
115
116
|
h as Bell,
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
117
|
+
Br as Breadcrumb,
|
|
118
|
+
Er as Button,
|
|
119
|
+
Nr as Calendar,
|
|
119
120
|
Rr as Card,
|
|
120
|
-
|
|
121
|
+
_r as Carousel,
|
|
121
122
|
Hr as CarouselCard,
|
|
122
123
|
Vr as ChartContainer,
|
|
123
124
|
Qr as ChartGradient,
|
|
@@ -130,9 +131,9 @@ export {
|
|
|
130
131
|
T as CheckCircle,
|
|
131
132
|
Zr as Checkbox,
|
|
132
133
|
b as ChevronDown,
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
134
|
+
L as ChevronLeft,
|
|
135
|
+
w as ChevronRight,
|
|
136
|
+
F as ChevronUp,
|
|
136
137
|
ro as Chip,
|
|
137
138
|
eo as CodeEditor,
|
|
138
139
|
po as Collapsible,
|
|
@@ -142,33 +143,33 @@ export {
|
|
|
142
143
|
lo as CommandBar,
|
|
143
144
|
i as ComponentShowcase,
|
|
144
145
|
uo as Container,
|
|
145
|
-
|
|
146
|
+
P as Copy,
|
|
146
147
|
D as CreditCard,
|
|
147
148
|
go as DataTable,
|
|
148
149
|
So as DatePicker,
|
|
149
150
|
bo as DetailPanel,
|
|
150
|
-
|
|
151
|
-
|
|
151
|
+
wo as Divider,
|
|
152
|
+
k as DollarSign,
|
|
152
153
|
A as Download,
|
|
153
|
-
|
|
154
|
-
|
|
154
|
+
Po as Drawer,
|
|
155
|
+
ko as Dropdown,
|
|
155
156
|
M as Edit,
|
|
156
157
|
Mo as EmptyState,
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
158
|
+
Bo as ErrorBoundary,
|
|
159
|
+
O as Eye,
|
|
160
|
+
B as EyeOff,
|
|
160
161
|
fr as FONT_PRECONNECT_URLS,
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
162
|
+
Eo as Field,
|
|
163
|
+
v as File,
|
|
164
|
+
E as FileText,
|
|
165
|
+
No as FileUploader,
|
|
165
166
|
Ro as FilterBar,
|
|
166
|
-
|
|
167
|
+
_o as FontLoader,
|
|
167
168
|
Ho as FormSection,
|
|
168
169
|
xr as GOOGLE_FONTS_URL,
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
170
|
+
I as Heart,
|
|
171
|
+
N as HelpCircle,
|
|
172
|
+
y as Home,
|
|
172
173
|
Vo as Icon,
|
|
173
174
|
Xo as IconGallery,
|
|
174
175
|
Wo as Icons,
|
|
@@ -179,8 +180,8 @@ export {
|
|
|
179
180
|
$o as LandingPageExample,
|
|
180
181
|
oe as Link,
|
|
181
182
|
te as List,
|
|
182
|
-
|
|
183
|
-
|
|
183
|
+
_ as LogIn,
|
|
184
|
+
G as LogOut,
|
|
184
185
|
H as Mail,
|
|
185
186
|
K as Menu,
|
|
186
187
|
V as MessageSquare,
|
|
@@ -192,84 +193,87 @@ export {
|
|
|
192
193
|
ie as NavTree,
|
|
193
194
|
le as Navbar,
|
|
194
195
|
Ce as NotificationCenter,
|
|
195
|
-
ce as
|
|
196
|
-
|
|
196
|
+
ce as OPTIONAL_DEP_COMPONENTS,
|
|
197
|
+
Te as PageHeader,
|
|
198
|
+
Le as Pagination,
|
|
197
199
|
q as Plus,
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
200
|
+
Fe as Popover,
|
|
201
|
+
De as ProgressBar,
|
|
202
|
+
Ae as QuickActions,
|
|
203
|
+
Oe as Radio,
|
|
202
204
|
W as Search,
|
|
203
|
-
|
|
204
|
-
|
|
205
|
+
ve as SearchInput,
|
|
206
|
+
Ie as Section,
|
|
205
207
|
ye as Select,
|
|
206
208
|
j as Settings,
|
|
207
209
|
z as Share2,
|
|
208
210
|
J as ShoppingCart,
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
211
|
+
Ue as Sidebar,
|
|
212
|
+
Ge as Skeleton,
|
|
213
|
+
Ke as Slider,
|
|
214
|
+
Qe as Spinner,
|
|
215
|
+
qe as Stack,
|
|
214
216
|
Y as Star,
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
217
|
+
je as Stepper,
|
|
218
|
+
Je as Switch,
|
|
219
|
+
Ze as Table,
|
|
220
|
+
rt as Tabs,
|
|
221
|
+
et as Textarea,
|
|
222
|
+
pt as ThemeController,
|
|
223
|
+
mt as ThemeProvider,
|
|
224
|
+
nt as ToastProvider,
|
|
225
|
+
lt as Toggle,
|
|
226
|
+
Ct as ToggleGroup,
|
|
227
|
+
ct as Tooltip,
|
|
226
228
|
Z as Trash2,
|
|
227
229
|
$ as Upload,
|
|
228
230
|
rr as User,
|
|
229
|
-
|
|
231
|
+
ht as UserMenu,
|
|
230
232
|
or as Video,
|
|
231
|
-
|
|
233
|
+
Tt as WorkspaceSwitcher,
|
|
232
234
|
er as X,
|
|
233
235
|
tr as XCircle,
|
|
234
236
|
nr as areBrandFontsLoaded,
|
|
237
|
+
ge as checkComponent,
|
|
235
238
|
m as getBrand,
|
|
236
239
|
ir as getFontLinkTags,
|
|
237
240
|
sr as getMissingFonts,
|
|
241
|
+
he as getOptionalDepError,
|
|
238
242
|
f as getSemanticToken,
|
|
239
243
|
x as getToken,
|
|
240
244
|
lr as isFontLoaded,
|
|
241
245
|
t as primitives,
|
|
242
246
|
p as spacing,
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
247
|
+
Lt as useAutoScroll,
|
|
248
|
+
Ft as useChatInput,
|
|
249
|
+
Dt as useClickOutside,
|
|
250
|
+
kt as useClickOutsideMultiple,
|
|
251
|
+
Mt as useCopy,
|
|
252
|
+
Ot as useCopyToClipboard,
|
|
253
|
+
vt as useDebounce,
|
|
254
|
+
Et as useDebouncedCallback,
|
|
255
|
+
Nt as useDisclosure,
|
|
256
|
+
Rt as useIsDesktop,
|
|
257
|
+
Ut as useIsMobile,
|
|
258
|
+
_t as useIsTablet,
|
|
259
|
+
Qt as useKeyboard,
|
|
260
|
+
Xt as useKeyboardShortcuts,
|
|
261
|
+
Wt as useLocalStorage,
|
|
262
|
+
Gt as useMediaQuery,
|
|
263
|
+
Ht as usePrefersDarkMode,
|
|
264
|
+
Kt as usePrefersReducedMotion,
|
|
265
|
+
jt as useSessionStorage,
|
|
266
|
+
Jt as useStreamingText,
|
|
267
|
+
Zt as useTheme,
|
|
268
|
+
ft as useThemeContext,
|
|
269
|
+
it as useToast,
|
|
270
|
+
rp as useVoiceRecorder,
|
|
267
271
|
dr as waitForFonts,
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
272
|
+
ep as warnBrandProp,
|
|
273
|
+
tp as warnFieldChildren,
|
|
274
|
+
pp as warnGlassVariant,
|
|
275
|
+
ap as warnHardcodedColors,
|
|
276
|
+
mp as warnMissingAriaLabel,
|
|
277
|
+
fp as warnThemeProp,
|
|
278
|
+
xp as warnUsePrebuiltSection
|
|
275
279
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../components/ActivityFeed/ActivityFeed.cjs"),i=require("../components/Banner/Banner.cjs"),a=require("../components/CollapsibleFolder/CollapsibleFolder.cjs"),t=require("../components/CommandBar/CommandBar.cjs"),n=require("./Container/Container.cjs"),o=require("../components/DataTable/DataTable.cjs"),c=require("../components/DetailPanel/DetailPanel.cjs"),s=require("../components/FileUploader/FileUploader.cjs"),l=require("../components/FilterBar/FilterBar.cjs"),u=require("../components/FormSection/FormSection.cjs"),d=require("../components/KanbanBoard/KanbanBoard.cjs"),e=require("../components/MetricCards/MetricCards.cjs"),q=require("../components/NavTree/NavTree.cjs"),C=require("../components/NotificationCenter/NotificationCenter.cjs"),F=require("../components/PageHeader/PageHeader.cjs"),b=require("../components/QuickActions/QuickActions.cjs"),S=require("./Section/Section.cjs"),B=require("../components/Sidebar/Sidebar.cjs"),m=require("../components/UserMenu/UserMenu.cjs"),p=require("../components/WorkspaceSwitcher/WorkspaceSwitcher.cjs");exports.ActivityFeed=r.ActivityFeed;exports.Banner=i.Banner;exports.CollapsibleFolder=a.CollapsibleFolder;exports.CommandBar=t.CommandBar;exports.Container=n.Container;exports.DataTable=o.DataTable;exports.DetailPanel=c.DetailPanel;exports.FileUploader=s.FileUploader;exports.FilterBar=l.FilterBar;exports.FormSection=u.FormSection;exports.KanbanBoard=d.KanbanBoard;exports.MetricCard=e.MetricCard;exports.MetricCards=e.MetricCards;exports.NavTree=q.NavTree;exports.NotificationCenter=C.NotificationCenter;exports.PageHeader=F.PageHeader;exports.QuickActions=b.QuickActions;exports.Section=S.Section;exports.Sidebar=B.Sidebar;exports.UserMenu=m.UserMenu;exports.WorkspaceSwitcher=p.WorkspaceSwitcher;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { ActivityFeed as e } from "../components/ActivityFeed/ActivityFeed.mjs";
|
|
2
|
+
import { Banner as a } from "../components/Banner/Banner.mjs";
|
|
3
|
+
import { CollapsibleFolder as p } from "../components/CollapsibleFolder/CollapsibleFolder.mjs";
|
|
4
|
+
import { CommandBar as x } from "../components/CommandBar/CommandBar.mjs";
|
|
5
|
+
import { Container as n } from "./Container/Container.mjs";
|
|
6
|
+
import { DataTable as l } from "../components/DataTable/DataTable.mjs";
|
|
7
|
+
import { DetailPanel as C } from "../components/DetailPanel/DetailPanel.mjs";
|
|
8
|
+
import { FileUploader as F } from "../components/FileUploader/FileUploader.mjs";
|
|
9
|
+
import { FilterBar as B } from "../components/FilterBar/FilterBar.mjs";
|
|
10
|
+
import { FormSection as M } from "../components/FormSection/FormSection.mjs";
|
|
11
|
+
import { KanbanBoard as u } from "../components/KanbanBoard/KanbanBoard.mjs";
|
|
12
|
+
import { MetricCard as A, MetricCards as D } from "../components/MetricCards/MetricCards.mjs";
|
|
13
|
+
import { NavTree as P } from "../components/NavTree/NavTree.mjs";
|
|
14
|
+
import { NotificationCenter as U } from "../components/NotificationCenter/NotificationCenter.mjs";
|
|
15
|
+
import { PageHeader as h } from "../components/PageHeader/PageHeader.mjs";
|
|
16
|
+
import { QuickActions as y } from "../components/QuickActions/QuickActions.mjs";
|
|
17
|
+
import { Section as K } from "./Section/Section.mjs";
|
|
18
|
+
import { Sidebar as W } from "../components/Sidebar/Sidebar.mjs";
|
|
19
|
+
import { UserMenu as q } from "../components/UserMenu/UserMenu.mjs";
|
|
20
|
+
import { WorkspaceSwitcher as E } from "../components/WorkspaceSwitcher/WorkspaceSwitcher.mjs";
|
|
21
|
+
export {
|
|
22
|
+
e as ActivityFeed,
|
|
23
|
+
a as Banner,
|
|
24
|
+
p as CollapsibleFolder,
|
|
25
|
+
x as CommandBar,
|
|
26
|
+
n as Container,
|
|
27
|
+
l as DataTable,
|
|
28
|
+
C as DetailPanel,
|
|
29
|
+
F as FileUploader,
|
|
30
|
+
B as FilterBar,
|
|
31
|
+
M as FormSection,
|
|
32
|
+
u as KanbanBoard,
|
|
33
|
+
A as MetricCard,
|
|
34
|
+
D as MetricCards,
|
|
35
|
+
P as NavTree,
|
|
36
|
+
U as NotificationCenter,
|
|
37
|
+
h as PageHeader,
|
|
38
|
+
y as QuickActions,
|
|
39
|
+
K as Section,
|
|
40
|
+
W as Sidebar,
|
|
41
|
+
q as UserMenu,
|
|
42
|
+
E as WorkspaceSwitcher
|
|
43
|
+
};
|
package/dist/tokens/brands.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r={orion:{name:"Orion",description:"Default brand - Orion Blue, professional rounded corners",accent:{primary:"{color.brand.orion.500}",light:"{color.brand.orion.100}",dark:"{color.brand.orion.900}"},typography:{primary:"Libre Baskerville",secondary:"Inter",mono:"JetBrains Mono"},geometry:{radiusControl:"{radius.md}",
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r={orion:{name:"Orion",description:"Default brand - Orion Blue, professional rounded corners",accent:{primary:"{color.brand.orion.500}",light:"{color.brand.orion.100}",dark:"{color.brand.orion.900}"},typography:{primary:"Libre Baskerville",secondary:"Inter",mono:"JetBrains Mono"},geometry:{radiusControl:"{radius.md}",buttonStyle:"pill"},semantic:{light:{interactivePrimary:"{color.brand.orion.500}",interactivePrimaryHover:"{color.brand.orion.700}",interactivePrimaryText:"{color.neutral.0}"},dark:{interactivePrimary:"{color.brand.orion.500}",interactivePrimaryHover:"{color.brand.orion.400}",interactivePrimaryText:"{color.neutral.0}"}},usage:{html:'<html data-theme="dark">',css:"/* No additional CSS needed - default */",attribute:null}},deepblue:{name:"Deepblue",description:"Deepblue brand - Deep Blue with Work Sans typography",accent:{primary:"{color.brand.deepblue.500}",light:"{color.brand.deepblue.100}",dark:"{color.brand.deepblue.800}"},typography:{primary:"Work Sans",secondary:"Work Sans",mono:"JetBrains Mono"},geometry:{radiusControl:"{radius.md}",buttonStyle:"rounded"},semantic:{light:{interactivePrimary:"{color.brand.deepblue.500}",interactivePrimaryHover:"{color.brand.deepblue.700}",interactivePrimaryText:"{color.neutral.0}"},dark:{interactivePrimary:"{color.brand.deepblue.500}",interactivePrimaryHover:"{color.brand.deepblue.400}",interactivePrimaryText:"{color.neutral.900}"}},usage:{html:'<html data-theme="dark" data-brand="deepblue">',css:'/* Included in theme.css via [data-brand="deepblue"] */',attribute:"deepblue"}},red:{name:"Red",description:"Red brand - Red with Poppins typography and pill buttons",accent:{primary:"{color.brand.red.500}",light:"{color.brand.red.100}",dark:"{color.brand.red.900}"},typography:{primary:"Poppins",secondary:"Inter",mono:"JetBrains Mono"},geometry:{radiusControl:"var(--radius-lg)",buttonStyle:"pill"},semantic:{light:{interactivePrimary:"{color.brand.red.500}",interactivePrimaryHover:"{color.brand.red.600}",interactivePrimaryText:"{color.neutral.0}"},dark:{interactivePrimary:"{color.brand.red.500}",interactivePrimaryHover:"{color.brand.red.400}",interactivePrimaryText:"{color.neutral.0}"}},usage:{html:'<html data-theme="dark" data-brand="red">',css:'/* Included in theme.css via [data-brand="red"] */',attribute:"red"}},orange:{name:"Orange",description:"Orange brand - Red-Orange with pill buttons",accent:{primary:"{color.brand.orange.500}",light:"{color.brand.orange.100}",dark:"{color.brand.orange.900}"},typography:{primary:"DM Sans",secondary:"Inter",mono:"JetBrains Mono"},geometry:{radiusControl:"{radius.full}",buttonStyle:"pill"},semantic:{light:{interactivePrimary:"{color.brand.orange.500}",interactivePrimaryHover:"{color.brand.orange.700}",interactivePrimaryText:"{color.neutral.0}"},dark:{interactivePrimary:"{color.brand.orange.500}",interactivePrimaryHover:"{color.brand.orange.400}",interactivePrimaryText:"{color.neutral.0}"}},usage:{html:'<html data-theme="dark" data-brand="orange">',css:'/* Included in theme.css via [data-brand="orange"] */',attribute:"orange"}},lemon:{name:"Lemon",description:"Lemon brand - Bright lime green with Anton typography and highly rounded design",accent:{primary:"{color.brand.lemon.600}",light:"{color.brand.lemon.100}",dark:"{color.brand.lemon.900}"},typography:{primary:"Anton",secondary:"Work Sans",mono:"JetBrains Mono"},geometry:{radiusControl:"{radius.lg}",buttonStyle:"pill"},semantic:{light:{interactivePrimary:"{color.brand.lemon.700}",interactivePrimaryHover:"{color.brand.lemon.800}",interactivePrimaryText:"{color.neutral.0}"},dark:{interactivePrimary:"{color.brand.lemon.500}",interactivePrimaryHover:"{color.brand.lemon.600}",interactivePrimaryText:"{color.neutral.900}"}},usage:{html:'<html data-theme="dark" data-brand="lemon">',css:'/* Included in theme.css via [data-brand="lemon"] */',attribute:"lemon"}}},e="orion";exports.brands=r;exports.defaultBrand=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"brands.d.ts","sourceRoot":"","sources":["../../src/tokens/brands.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAElD,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,KAAK,EAAE,WAAW,
|
|
1
|
+
{"version":3,"file":"brands.d.ts","sourceRoot":"","sources":["../../src/tokens/brands.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAElD,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,KAAK,EAAE,WAAW,CAgLpC,CAAC;AAEX,eAAO,MAAM,YAAY,EAAE,KAAe,CAAC"}
|
package/dist/tokens/brands.mjs
CHANGED
|
@@ -14,7 +14,6 @@ const r = {
|
|
|
14
14
|
},
|
|
15
15
|
geometry: {
|
|
16
16
|
radiusControl: "{radius.md}",
|
|
17
|
-
radiusContainer: "{radius.lg}",
|
|
18
17
|
buttonStyle: "pill"
|
|
19
18
|
},
|
|
20
19
|
semantic: {
|
|
@@ -50,7 +49,6 @@ const r = {
|
|
|
50
49
|
},
|
|
51
50
|
geometry: {
|
|
52
51
|
radiusControl: "{radius.md}",
|
|
53
|
-
radiusContainer: "{radius.lg}",
|
|
54
52
|
buttonStyle: "rounded"
|
|
55
53
|
},
|
|
56
54
|
semantic: {
|
|
@@ -86,7 +84,6 @@ const r = {
|
|
|
86
84
|
},
|
|
87
85
|
geometry: {
|
|
88
86
|
radiusControl: "var(--radius-lg)",
|
|
89
|
-
radiusContainer: "{radius.lg}",
|
|
90
87
|
buttonStyle: "pill"
|
|
91
88
|
},
|
|
92
89
|
semantic: {
|
|
@@ -122,7 +119,6 @@ const r = {
|
|
|
122
119
|
},
|
|
123
120
|
geometry: {
|
|
124
121
|
radiusControl: "{radius.full}",
|
|
125
|
-
radiusContainer: "{radius.lg}",
|
|
126
122
|
buttonStyle: "pill"
|
|
127
123
|
},
|
|
128
124
|
semantic: {
|
|
@@ -143,42 +139,6 @@ const r = {
|
|
|
143
139
|
attribute: "orange"
|
|
144
140
|
}
|
|
145
141
|
},
|
|
146
|
-
ember: {
|
|
147
|
-
name: "Ember",
|
|
148
|
-
description: "Ember brand — Orange accent with dark neutral buttons and rectangular geometry",
|
|
149
|
-
accent: {
|
|
150
|
-
primary: "{color.brand.orange.500}",
|
|
151
|
-
light: "{color.brand.orange.100}",
|
|
152
|
-
dark: "{color.brand.orange.900}"
|
|
153
|
-
},
|
|
154
|
-
typography: {
|
|
155
|
-
primary: "DM Sans",
|
|
156
|
-
secondary: "Inter",
|
|
157
|
-
mono: "JetBrains Mono"
|
|
158
|
-
},
|
|
159
|
-
geometry: {
|
|
160
|
-
radiusControl: "{radius.md}",
|
|
161
|
-
radiusContainer: "{radius.xl}",
|
|
162
|
-
buttonStyle: "rounded"
|
|
163
|
-
},
|
|
164
|
-
semantic: {
|
|
165
|
-
light: {
|
|
166
|
-
interactivePrimary: "{color.neutral.900}",
|
|
167
|
-
interactivePrimaryHover: "{color.neutral.700}",
|
|
168
|
-
interactivePrimaryText: "{color.neutral.0}"
|
|
169
|
-
},
|
|
170
|
-
dark: {
|
|
171
|
-
interactivePrimary: "{color.neutral.100}",
|
|
172
|
-
interactivePrimaryHover: "{color.neutral.0}",
|
|
173
|
-
interactivePrimaryText: "{color.neutral.900}"
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
usage: {
|
|
177
|
-
html: '<html data-theme="light|dark" data-brand="ember">',
|
|
178
|
-
css: '/* Included in theme.css via [data-brand="ember"] */',
|
|
179
|
-
attribute: "ember"
|
|
180
|
-
}
|
|
181
|
-
},
|
|
182
142
|
lemon: {
|
|
183
143
|
name: "Lemon",
|
|
184
144
|
description: "Lemon brand - Bright lime green with Anton typography and highly rounded design",
|
|
@@ -194,7 +154,6 @@ const r = {
|
|
|
194
154
|
},
|
|
195
155
|
geometry: {
|
|
196
156
|
radiusControl: "{radius.lg}",
|
|
197
|
-
radiusContainer: "{radius.lg}",
|
|
198
157
|
buttonStyle: "pill"
|
|
199
158
|
},
|
|
200
159
|
semantic: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={project:{name:"Orion",description:"AI-First Design System Primitives"},color:{brand:{orion:{50:"#e8f0ff",100:"#c7daff",200:"#a3c2ff",300:"#7ea9ff",400:"#5990ff",500:"#1B5BFF",600:"#1850e6",700:"#1544cc",800:"#1139b3",900:"#0d2d99",950:"#071a5c"},deepblue:{50:"#e6f2ff",100:"#b3d9ff",200:"#80bfff",300:"#4da6ff",400:"#1a8cff",500:"#006FBA",600:"#0062a6",700:"#005592",800:"#00487d",900:"#003b69",950:"#002540"},red:{50:"#fdf2f2",100:"#fde8e8",200:"#fbd5d5",300:"#f8b4b4",400:"#f08282",500:"#D7282F",600:"#b91c22",700:"#93151b",800:"#7a151b",900:"#661619",950:"#3b090b"},orange:{50:"#fef0eb",100:"#fdd5c9",200:"#fcb9a5",300:"#fa9d80",400:"#f87d52",500:"#F15D22",600:"#d9531f",700:"#c0491b",800:"#a63f17",900:"#8c3513",950:"#59220c"},
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={project:{name:"Orion",description:"AI-First Design System Primitives"},color:{brand:{orion:{50:"#e8f0ff",100:"#c7daff",200:"#a3c2ff",300:"#7ea9ff",400:"#5990ff",500:"#1B5BFF",600:"#1850e6",700:"#1544cc",800:"#1139b3",900:"#0d2d99",950:"#071a5c"},deepblue:{50:"#e6f2ff",100:"#b3d9ff",200:"#80bfff",300:"#4da6ff",400:"#1a8cff",500:"#006FBA",600:"#0062a6",700:"#005592",800:"#00487d",900:"#003b69",950:"#002540"},red:{50:"#fdf2f2",100:"#fde8e8",200:"#fbd5d5",300:"#f8b4b4",400:"#f08282",500:"#D7282F",600:"#b91c22",700:"#93151b",800:"#7a151b",900:"#661619",950:"#3b090b"},orange:{50:"#fef0eb",100:"#fdd5c9",200:"#fcb9a5",300:"#fa9d80",400:"#f87d52",500:"#F15D22",600:"#d9531f",700:"#c0491b",800:"#a63f17",900:"#8c3513",950:"#59220c"},lemon:{50:"#F4FFE6",100:"#E5FFCC",200:"#CCFFAA",300:"#A8FF77",400:"#8DFF5C",500:"#72FF43",600:"#5CE629",700:"#47B31A",800:"#358C14",900:"#266B0F",950:"#1A4A0A"}},neutral:{0:"#ffffff",50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617",1e3:"#000000"},neutralPure:{0:"#ffffff",50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717",950:"#0a0a0a",1e3:"#000000"},error:{100:"#fee2e2",300:"#fca5a5",500:"#ef4444",700:"#b91c1c"},success:{100:"#dcfce7",300:"#86efac",500:"#22c55e",700:"#15803d"},warning:{100:"#fef9c3",300:"#fde047",500:"#eab308",700:"#a16207"},info:{100:"#dbeafe",300:"#93c5fd",500:"#3b82f6",700:"#1d4ed8"}},typography:{family:{primary:"Libre Baskerville, system-ui, sans-serif",secondary:"Inter, system-ui, sans-serif",mono:"JetBrains Mono, monospace"},weight:{regular:"400",medium:"500",bold:"700"},size:{10:"10px",11:"11px",12:"12px",13:"13px",14:"14px",16:"16px",18:"18px",20:"20px",24:"24px",32:"32px",48:"48px",64:"64px",80:"80px",96:"96px"},lineHeight:{none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"}},spacing:{0:"0px",1:"4px",2:"8px",3:"12px",4:"16px",5:"20px",6:"24px",7:"28px",8:"32px",9:"36px",10:"40px",11:"44px",12:"48px",16:"64px",20:"80px",24:"96px",32:"128px",px:"1px","05":"2px"},radius:{0:"0px",xs:"4px",sm:"8px",md:"12px",lg:"16px","lg-2":"20px",xl:"24px","2xl":"32px","3xl":"36px",full:"9999px"},radiusScale:{0:"0",xs:"sm",sm:"lg",md:"xl",lg:"2xl","lg-2":"3xl",xl:"3xl","2xl":"3xl",full:"3xl"},blur:{sm:"4px",md:"8px",lg:"12px",xl:"24px"},zIndex:{base:"0",dropdown:"50",sticky:"100",overlay:"200",modal:"300",popover:"400",tooltip:"500",toast:"600"},transition:{fast:"150ms ease",normal:"300ms ease",slow:"500ms ease"},icon:{library:"lucide",cdn:"https://unpkg.com/lucide@latest",size:{sm:"16px",md:"20px",lg:"24px",xl:"32px"},stroke:"2"}},{color:f,typography:p,spacing:a,radius:x,blur:s,icon:l}=e;exports.blur=s;exports.color=f;exports.icon=l;exports.primitives=e;exports.radius=x;exports.spacing=a;exports.typography=p;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"primitives.d.ts","sourceRoot":"","sources":["../../src/tokens/primitives.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAE1C,eAAO,MAAM,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"primitives.d.ts","sourceRoot":"","sources":["../../src/tokens/primitives.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAE1C,eAAO,MAAM,UAAU,EAAE,UAgPf,CAAC;AAGX,eAAO,MAAQ,KAAK,qCAAE,UAAU,0CAAE,OAAO,uCAAE,MAAM,sCAAE,IAAI,oCAAE,IAAI,kCAAe,CAAC"}
|