@atom-learning/components 3.10.1 → 3.11.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/CHANGELOG.md +13 -2
- package/dist/components/accordion/Accordion.d.ts +19 -7
- package/dist/components/accordion/AccordionContent.d.ts +19 -7
- package/dist/components/accordion/AccordionItem.d.ts +19 -7
- package/dist/components/accordion/AccordionTrigger.d.ts +19 -7
- package/dist/components/action-icon/ActionIcon.d.ts +20 -8
- package/dist/components/action-icon/ActionIcon.js +1 -1
- package/dist/components/action-icon/ActionIcon.js.map +1 -1
- package/dist/components/alert-dialog/AlertDialog.d.ts +19 -7
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +19 -7
- package/dist/components/alert-dialog/alert-context/AlertDialogIcon.js +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialogIcon.js.map +1 -1
- package/dist/components/avatar/Avatar.d.ts +38 -14
- package/dist/components/avatar/Avatar.js +1 -1
- package/dist/components/avatar/Avatar.js.map +1 -1
- package/dist/components/badge/Badge.d.ts +38 -14
- package/dist/components/badge/BadgeIcon.d.ts +38 -14
- package/dist/components/badge/BadgeText.d.ts +38 -14
- package/dist/components/badge/stitches.badge.colorscheme.config.js +1 -1
- package/dist/components/badge/stitches.badge.colorscheme.config.js.map +1 -1
- package/dist/components/banner/BannerContainer.d.ts +38 -14
- package/dist/components/banner/banner-regular/BannerRegularActions.js +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +38 -14
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +40 -16
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +19 -7
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +38 -14
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +40 -16
- package/dist/components/box/Box.d.ts +19 -7
- package/dist/components/button/Button.d.ts +20 -8
- package/dist/components/button/Button.js +1 -1
- package/dist/components/button/Button.js.map +1 -1
- package/dist/components/calendar/Day.d.ts +19 -7
- package/dist/components/calendar/Day.js +1 -1
- package/dist/components/calendar/Day.js.map +1 -1
- package/dist/components/carousel/CarouselArrows.js +1 -1
- package/dist/components/carousel/CarouselArrows.js.map +1 -1
- package/dist/components/carousel/CarouselPagination.d.ts +19 -7
- package/dist/components/carousel/CarouselPagination.js +1 -1
- package/dist/components/carousel/CarouselPagination.js.map +1 -1
- package/dist/components/carousel/CarouselSlide.d.ts +19 -7
- package/dist/components/carousel/CarouselSlider.d.ts +19 -7
- package/dist/components/checkbox/Checkbox.d.ts +19 -7
- package/dist/components/checkbox/Checkbox.js +1 -1
- package/dist/components/checkbox/Checkbox.js.map +1 -1
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +57 -21
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +76 -28
- package/dist/components/chip/Chip.d.ts +95 -35
- package/dist/components/chip/Chip.js +1 -1
- package/dist/components/chip/Chip.js.map +1 -1
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +76 -28
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +76 -28
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +38 -14
- package/dist/components/combobox/Combobox.d.ts +19 -7
- package/dist/components/combobox/ComboboxInput.d.ts +19 -7
- package/dist/components/combobox/ComboboxInput.js +1 -1
- package/dist/components/combobox/ComboboxInput.js.map +1 -1
- package/dist/components/combobox/ComboboxList.d.ts +19 -7
- package/dist/components/combobox/ComboboxOption.d.ts +19 -7
- package/dist/components/combobox/ComboboxOption.js +1 -1
- package/dist/components/combobox/ComboboxOption.js.map +1 -1
- package/dist/components/combobox/ComboboxPopover.d.ts +19 -7
- package/dist/components/create-password-field/CreatePasswordField.js +1 -1
- package/dist/components/data-table/DataTableBulkActions.js +1 -1
- package/dist/components/data-table/DataTableBulkActions.js.map +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +19 -7
- package/dist/components/data-table/DataTableRow.js +1 -1
- package/dist/components/data-table/DataTableRow.js.map +1 -1
- package/dist/components/data-table/pagination/Pagination.d.ts +19 -7
- package/dist/components/dialog/Dialog.d.ts +19 -7
- package/dist/components/dialog/DialogBackground.d.ts +38 -14
- package/dist/components/dialog/DialogClose.d.ts +19 -7
- package/dist/components/dialog/DialogContent.d.ts +19 -7
- package/dist/components/divider/Divider.d.ts +19 -7
- package/dist/components/drawer/Drawer.d.ts +116 -44
- package/dist/components/drawer/DrawerContent.d.ts +19 -7
- package/dist/components/drawer/DrawerContent.js +1 -1
- package/dist/components/drawer/DrawerContent.js.map +1 -1
- package/dist/components/drawer/DrawerFooter.d.ts +19 -7
- package/dist/components/drawer/DrawerHeader.d.ts +19 -7
- package/dist/components/drawer/DrawerMain.d.ts +19 -7
- package/dist/components/drawer/DrawerOverlay.d.ts +19 -7
- package/dist/components/drawer/DrawerTrigger.d.ts +19 -7
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +19 -7
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +19 -7
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +19 -7
- package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuItem.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +19 -7
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +19 -7
- package/dist/components/empty-state/EmptyState.d.ts +38 -14
- package/dist/components/empty-state/EmptyStateBody.d.ts +38 -14
- package/dist/components/empty-state/EmptyStateImage.d.ts +38 -14
- package/dist/components/empty-state/EmptyStateTitle.d.ts +19 -7
- package/dist/components/flex/Flex.d.ts +19 -7
- package/dist/components/form/Form.d.ts +19 -7
- package/dist/components/form/Form.js +1 -1
- package/dist/components/grid/Grid.d.ts +19 -7
- package/dist/components/heading/Heading.d.ts +19 -7
- package/dist/components/icon/Icon.d.ts +19 -7
- package/dist/components/image/Image.d.ts +19 -7
- package/dist/components/inline-message/InlineMessage.config.js +1 -1
- package/dist/components/inline-message/InlineMessage.config.js.map +1 -1
- package/dist/components/inline-message/InlineMessage.d.ts +38 -14
- package/dist/components/input/Input.d.ts +19 -7
- package/dist/components/input/Input.js +1 -1
- package/dist/components/input/Input.js.map +1 -1
- package/dist/components/label/Label.d.ts +19 -7
- package/dist/components/link/Link.d.ts +19 -7
- package/dist/components/link/Link.js +1 -1
- package/dist/components/link/Link.js.map +1 -1
- package/dist/components/list/List.d.ts +38 -14
- package/dist/components/list/List.js +1 -1
- package/dist/components/list/List.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +19 -7
- package/dist/components/navigation/NavigationMenu.d.ts +19 -7
- package/dist/components/navigation/NavigationMenu.styles.js +1 -1
- package/dist/components/navigation/NavigationMenu.styles.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +19 -7
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +38 -14
- package/dist/components/navigation/NavigationMenuLink.js +1 -1
- package/dist/components/navigation/NavigationMenuLink.js.map +1 -1
- package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.js +1 -1
- package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.js.map +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +19 -7
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +19 -7
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +19 -7
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +38 -14
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +19 -7
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +19 -7
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +19 -7
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +38 -14
- package/dist/components/notification-badge/NotificationBadge.d.ts +38 -14
- package/dist/components/notification-badge/NotificationBadge.js +1 -1
- package/dist/components/notification-badge/NotificationBadge.js.map +1 -1
- package/dist/components/pagination/Pagination.js +1 -1
- package/dist/components/pagination/Pagination.js.map +1 -1
- package/dist/components/pagination/PaginationNextButton.d.ts +40 -16
- package/dist/components/pagination/PaginationPreviousButton.d.ts +40 -16
- package/dist/components/popover/Popover.d.ts +19 -7
- package/dist/components/popover/PopoverContent.d.ts +19 -7
- package/dist/components/progress-bar/ProgressBar.d.ts +20 -8
- package/dist/components/progress-bar/ProgressBar.js +1 -1
- package/dist/components/progress-bar/ProgressBar.js.map +1 -1
- package/dist/components/radio-button/RadioButton.d.ts +19 -7
- package/dist/components/radio-button/RadioButton.js +1 -1
- package/dist/components/radio-button/RadioButton.js.map +1 -1
- package/dist/components/radio-button/RadioButtonGroup.d.ts +19 -7
- package/dist/components/radio-card/RadioCard.d.ts +19 -7
- package/dist/components/radio-card/RadioCard.js +1 -1
- package/dist/components/radio-card/RadioCard.js.map +1 -1
- package/dist/components/section-message/SectionMessage.d.ts +136 -52
- package/dist/components/section-message/SectionMessage.js +1 -1
- package/dist/components/section-message/SectionMessage.js.map +1 -1
- package/dist/components/select/Select.d.ts +19 -7
- package/dist/components/select/Select.js +1 -1
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/side-bar/SideBar.d.ts +152 -56
- package/dist/components/side-bar/SideBarComponents.d.ts +133 -49
- package/dist/components/slider/Slider.d.ts +19 -7
- package/dist/components/slider/Slider.js +1 -1
- package/dist/components/slider/Slider.js.map +1 -1
- package/dist/components/sortable/Handle.d.ts +40 -16
- package/dist/components/stack/Stack.d.ts +19 -7
- package/dist/components/stack-content/StackContent.d.ts +19 -7
- package/dist/components/stepper/StepperStepBullet.d.ts +38 -14
- package/dist/components/stepper/StepperStepBullet.js +1 -1
- package/dist/components/stepper/StepperStepBullet.js.map +1 -1
- package/dist/components/stepper/StepperStepContainer.d.ts +38 -14
- package/dist/components/stepper/StepperStepContainer.js +1 -1
- package/dist/components/stepper/StepperStepContainer.js.map +1 -1
- package/dist/components/stepper/StepperStepLabel.d.ts +38 -14
- package/dist/components/stepper/StepperStepLabel.js +1 -1
- package/dist/components/stepper/StepperStepLabel.js.map +1 -1
- package/dist/components/switch/Switch.d.ts +19 -7
- package/dist/components/switch/Switch.js +1 -1
- package/dist/components/switch/Switch.js.map +1 -1
- package/dist/components/table/Table.d.ts +19 -7
- package/dist/components/table/TableBody.d.ts +19 -7
- package/dist/components/table/TableCell.d.ts +19 -7
- package/dist/components/table/TableFooter.d.ts +19 -7
- package/dist/components/table/TableFooterCell.d.ts +19 -7
- package/dist/components/table/TableHeader.d.ts +19 -7
- package/dist/components/table/TableHeader.js +1 -1
- package/dist/components/table/TableHeader.js.map +1 -1
- package/dist/components/table/TableHeaderCell.d.ts +19 -7
- package/dist/components/table/TableRow.d.ts +38 -14
- package/dist/components/tabs/Tabs.d.ts +19 -7
- package/dist/components/tabs/TabsContent.d.ts +19 -7
- package/dist/components/tabs/TabsTrigger.d.ts +19 -7
- package/dist/components/tabs/TabsTriggerList.d.ts +19 -7
- package/dist/components/tabs/TabsTriggerList.js +1 -1
- package/dist/components/tabs/TabsTriggerList.js.map +1 -1
- package/dist/components/text/Text.d.ts +20 -8
- package/dist/components/textarea/Textarea.d.ts +19 -7
- package/dist/components/textarea/Textarea.js +1 -1
- package/dist/components/textarea/Textarea.js.map +1 -1
- package/dist/components/tile/Tile.d.ts +19 -7
- package/dist/components/tile/Tile.js +1 -1
- package/dist/components/tile/Tile.js.map +1 -1
- package/dist/components/tile/TileGroup.d.ts +19 -7
- package/dist/components/tile-interactive/TileInteractive.d.ts +38 -14
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +57 -21
- package/dist/components/tile-toggle-group/TileToggleGroupRoot.d.ts +38 -14
- package/dist/components/toast/Toast.d.ts +64 -28
- package/dist/components/toast/Toast.js +1 -1
- package/dist/components/toast/Toast.js.map +1 -1
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +38 -14
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +38 -14
- package/dist/components/toggle-group/ToggleGroupItem.js +1 -1
- package/dist/components/toggle-group/ToggleGroupItem.js.map +1 -1
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +19 -7
- package/dist/components/toggle-group/index.d.ts +95 -35
- package/dist/components/tooltip/TooltipContent.d.ts +19 -7
- package/dist/components/top-bar/TopBar.d.ts +19 -7
- package/dist/components/top-bar/TopBarBrand.d.ts +57 -21
- package/dist/components/tree/Tree.d.ts +228 -84
- package/dist/components/tree/TreeCollapsible.d.ts +19 -7
- package/dist/components/tree/TreeCollapsibleContent.d.ts +38 -14
- package/dist/components/tree/TreeIcon.d.ts +38 -14
- package/dist/components/tree/TreeItemContent.d.ts +19 -7
- package/dist/components/tree/TreeListItem.d.ts +19 -7
- package/dist/components/video/Video.d.ts +38 -14
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +19 -7
- package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +14 -0
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js +1 -1
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/stitches.d.ts +209 -77
- package/dist/stitches.js +1 -1
- package/dist/stitches.js.map +1 -1
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +20 -8
- package/dist/utilities/create-theme-variants/createThemeVariants.js.map +1 -1
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +38 -14
- package/package.json +4 -4
|
@@ -19,9 +19,10 @@ export declare const StyledDivider: import("@stitches/react/types/styled-compone
|
|
|
19
19
|
hover: string;
|
|
20
20
|
}, {
|
|
21
21
|
colors: {
|
|
22
|
-
|
|
22
|
+
textBold: any;
|
|
23
|
+
textRegular: any;
|
|
23
24
|
textSubtle: any;
|
|
24
|
-
|
|
25
|
+
textMinimal: any;
|
|
25
26
|
background: any;
|
|
26
27
|
backgroundAccent: any;
|
|
27
28
|
grey100: any;
|
|
@@ -168,11 +169,6 @@ export declare const StyledDivider: import("@stitches/react/types/styled-compone
|
|
|
168
169
|
alpha200: any;
|
|
169
170
|
alpha250: any;
|
|
170
171
|
alpha600: any;
|
|
171
|
-
primaryLight: any;
|
|
172
|
-
primary: any;
|
|
173
|
-
primaryMid: any;
|
|
174
|
-
primaryDark: any;
|
|
175
|
-
secondary: any;
|
|
176
172
|
brandRed: any;
|
|
177
173
|
brandRedAccent: any;
|
|
178
174
|
brandGreen: any;
|
|
@@ -181,6 +177,10 @@ export declare const StyledDivider: import("@stitches/react/types/styled-compone
|
|
|
181
177
|
brandPurpleAccent: any;
|
|
182
178
|
brandYellow: any;
|
|
183
179
|
brandYellowAccent: any;
|
|
180
|
+
infoLight: any;
|
|
181
|
+
info: any;
|
|
182
|
+
infoMid: any;
|
|
183
|
+
infoDark: any;
|
|
184
184
|
successLight: any;
|
|
185
185
|
success: any;
|
|
186
186
|
successMid: any;
|
|
@@ -204,6 +204,18 @@ export declare const StyledDivider: import("@stitches/react/types/styled-compone
|
|
|
204
204
|
glBlueLight: any;
|
|
205
205
|
glBluePrimary: any;
|
|
206
206
|
glBlueDark: any;
|
|
207
|
+
primary100: any;
|
|
208
|
+
primary200: any;
|
|
209
|
+
primary300: any;
|
|
210
|
+
primary400: any;
|
|
211
|
+
primary500: any;
|
|
212
|
+
primary600: any;
|
|
213
|
+
primary700: any;
|
|
214
|
+
primary800: any;
|
|
215
|
+
primary900: any;
|
|
216
|
+
primary1000: any;
|
|
217
|
+
primary1100: any;
|
|
218
|
+
primary1200: any;
|
|
207
219
|
};
|
|
208
220
|
space: {
|
|
209
221
|
"0": any;
|
|
@@ -7,7 +7,7 @@ export declare const Drawer: {
|
|
|
7
7
|
Close: (props: Omit<Pick<Omit<Omit<Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof React.ButtonHTMLAttributes<HTMLButtonElement>> & {
|
|
8
8
|
ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
9
9
|
}, "appearance" | "size" | "css" | "theme" | "isRounded"> & import("@stitches/react/types/styled-component").TransformProps<{
|
|
10
|
-
theme?: "
|
|
10
|
+
theme?: "success" | "danger" | "warning" | "primary" | "neutral" | undefined;
|
|
11
11
|
appearance?: "outline" | "solid" | "simple" | undefined;
|
|
12
12
|
size?: "sm" | "md" | "lg" | "xs" | undefined;
|
|
13
13
|
isRounded?: boolean | "true" | undefined;
|
|
@@ -30,9 +30,10 @@ export declare const Drawer: {
|
|
|
30
30
|
hover: string;
|
|
31
31
|
}, {
|
|
32
32
|
colors: {
|
|
33
|
-
|
|
33
|
+
textBold: any;
|
|
34
|
+
textRegular: any;
|
|
34
35
|
textSubtle: any;
|
|
35
|
-
|
|
36
|
+
textMinimal: any;
|
|
36
37
|
background: any;
|
|
37
38
|
backgroundAccent: any;
|
|
38
39
|
grey100: any;
|
|
@@ -179,11 +180,6 @@ export declare const Drawer: {
|
|
|
179
180
|
alpha200: any;
|
|
180
181
|
alpha250: any;
|
|
181
182
|
alpha600: any;
|
|
182
|
-
primaryLight: any;
|
|
183
|
-
primary: any;
|
|
184
|
-
primaryMid: any;
|
|
185
|
-
primaryDark: any;
|
|
186
|
-
secondary: any;
|
|
187
183
|
brandRed: any;
|
|
188
184
|
brandRedAccent: any;
|
|
189
185
|
brandGreen: any;
|
|
@@ -192,6 +188,10 @@ export declare const Drawer: {
|
|
|
192
188
|
brandPurpleAccent: any;
|
|
193
189
|
brandYellow: any;
|
|
194
190
|
brandYellowAccent: any;
|
|
191
|
+
infoLight: any;
|
|
192
|
+
info: any;
|
|
193
|
+
infoMid: any;
|
|
194
|
+
infoDark: any;
|
|
195
195
|
successLight: any;
|
|
196
196
|
success: any;
|
|
197
197
|
successMid: any;
|
|
@@ -215,6 +215,18 @@ export declare const Drawer: {
|
|
|
215
215
|
glBlueLight: any;
|
|
216
216
|
glBluePrimary: any;
|
|
217
217
|
glBlueDark: any;
|
|
218
|
+
primary100: any;
|
|
219
|
+
primary200: any;
|
|
220
|
+
primary300: any;
|
|
221
|
+
primary400: any;
|
|
222
|
+
primary500: any;
|
|
223
|
+
primary600: any;
|
|
224
|
+
primary700: any;
|
|
225
|
+
primary800: any;
|
|
226
|
+
primary900: any;
|
|
227
|
+
primary1000: any;
|
|
228
|
+
primary1100: any;
|
|
229
|
+
primary1200: any;
|
|
218
230
|
};
|
|
219
231
|
space: {
|
|
220
232
|
"0": any;
|
|
@@ -332,7 +344,7 @@ export declare const Drawer: {
|
|
|
332
344
|
};
|
|
333
345
|
}> | undefined;
|
|
334
346
|
}, "appearance" | "size" | "theme" | "label" | "children" | "as" | "hasTooltip" | "tooltipSide" | "isRounded" | keyof import("../../types").NavigatorActions> & import("@stitches/react/types/styled-component").TransformProps<{
|
|
335
|
-
theme?: "
|
|
347
|
+
theme?: "success" | "danger" | "warning" | "primary" | "neutral" | undefined;
|
|
336
348
|
appearance?: "outline" | "solid" | "simple" | undefined;
|
|
337
349
|
size?: "sm" | "md" | "lg" | "xs" | undefined;
|
|
338
350
|
isRounded?: boolean | "true" | undefined;
|
|
@@ -371,9 +383,10 @@ export declare const Drawer: {
|
|
|
371
383
|
hover: string;
|
|
372
384
|
}, {
|
|
373
385
|
colors: {
|
|
374
|
-
|
|
386
|
+
textBold: any;
|
|
387
|
+
textRegular: any;
|
|
375
388
|
textSubtle: any;
|
|
376
|
-
|
|
389
|
+
textMinimal: any;
|
|
377
390
|
background: any;
|
|
378
391
|
backgroundAccent: any;
|
|
379
392
|
grey100: any;
|
|
@@ -520,11 +533,6 @@ export declare const Drawer: {
|
|
|
520
533
|
alpha200: any;
|
|
521
534
|
alpha250: any;
|
|
522
535
|
alpha600: any;
|
|
523
|
-
primaryLight: any;
|
|
524
|
-
primary: any;
|
|
525
|
-
primaryMid: any;
|
|
526
|
-
primaryDark: any;
|
|
527
|
-
secondary: any;
|
|
528
536
|
brandRed: any;
|
|
529
537
|
brandRedAccent: any;
|
|
530
538
|
brandGreen: any;
|
|
@@ -533,6 +541,10 @@ export declare const Drawer: {
|
|
|
533
541
|
brandPurpleAccent: any;
|
|
534
542
|
brandYellow: any;
|
|
535
543
|
brandYellowAccent: any;
|
|
544
|
+
infoLight: any;
|
|
545
|
+
info: any;
|
|
546
|
+
infoMid: any;
|
|
547
|
+
infoDark: any;
|
|
536
548
|
successLight: any;
|
|
537
549
|
success: any;
|
|
538
550
|
successMid: any;
|
|
@@ -556,6 +568,18 @@ export declare const Drawer: {
|
|
|
556
568
|
glBlueLight: any;
|
|
557
569
|
glBluePrimary: any;
|
|
558
570
|
glBlueDark: any;
|
|
571
|
+
primary100: any;
|
|
572
|
+
primary200: any;
|
|
573
|
+
primary300: any;
|
|
574
|
+
primary400: any;
|
|
575
|
+
primary500: any;
|
|
576
|
+
primary600: any;
|
|
577
|
+
primary700: any;
|
|
578
|
+
primary800: any;
|
|
579
|
+
primary900: any;
|
|
580
|
+
primary1000: any;
|
|
581
|
+
primary1100: any;
|
|
582
|
+
primary1200: any;
|
|
559
583
|
};
|
|
560
584
|
space: {
|
|
561
585
|
"0": any;
|
|
@@ -691,9 +715,10 @@ export declare const Drawer: {
|
|
|
691
715
|
hover: string;
|
|
692
716
|
}, {
|
|
693
717
|
colors: {
|
|
694
|
-
|
|
718
|
+
textBold: any;
|
|
719
|
+
textRegular: any;
|
|
695
720
|
textSubtle: any;
|
|
696
|
-
|
|
721
|
+
textMinimal: any;
|
|
697
722
|
background: any;
|
|
698
723
|
backgroundAccent: any;
|
|
699
724
|
grey100: any;
|
|
@@ -840,11 +865,6 @@ export declare const Drawer: {
|
|
|
840
865
|
alpha200: any;
|
|
841
866
|
alpha250: any;
|
|
842
867
|
alpha600: any;
|
|
843
|
-
primaryLight: any;
|
|
844
|
-
primary: any;
|
|
845
|
-
primaryMid: any;
|
|
846
|
-
primaryDark: any;
|
|
847
|
-
secondary: any;
|
|
848
868
|
brandRed: any;
|
|
849
869
|
brandRedAccent: any;
|
|
850
870
|
brandGreen: any;
|
|
@@ -853,6 +873,10 @@ export declare const Drawer: {
|
|
|
853
873
|
brandPurpleAccent: any;
|
|
854
874
|
brandYellow: any;
|
|
855
875
|
brandYellowAccent: any;
|
|
876
|
+
infoLight: any;
|
|
877
|
+
info: any;
|
|
878
|
+
infoMid: any;
|
|
879
|
+
infoDark: any;
|
|
856
880
|
successLight: any;
|
|
857
881
|
success: any;
|
|
858
882
|
successMid: any;
|
|
@@ -876,6 +900,18 @@ export declare const Drawer: {
|
|
|
876
900
|
glBlueLight: any;
|
|
877
901
|
glBluePrimary: any;
|
|
878
902
|
glBlueDark: any;
|
|
903
|
+
primary100: any;
|
|
904
|
+
primary200: any;
|
|
905
|
+
primary300: any;
|
|
906
|
+
primary400: any;
|
|
907
|
+
primary500: any;
|
|
908
|
+
primary600: any;
|
|
909
|
+
primary700: any;
|
|
910
|
+
primary800: any;
|
|
911
|
+
primary900: any;
|
|
912
|
+
primary1000: any;
|
|
913
|
+
primary1100: any;
|
|
914
|
+
primary1200: any;
|
|
879
915
|
};
|
|
880
916
|
space: {
|
|
881
917
|
"0": any;
|
|
@@ -1010,9 +1046,10 @@ export declare const Drawer: {
|
|
|
1010
1046
|
hover: string;
|
|
1011
1047
|
}, {
|
|
1012
1048
|
colors: {
|
|
1013
|
-
|
|
1049
|
+
textBold: any;
|
|
1050
|
+
textRegular: any;
|
|
1014
1051
|
textSubtle: any;
|
|
1015
|
-
|
|
1052
|
+
textMinimal: any;
|
|
1016
1053
|
background: any;
|
|
1017
1054
|
backgroundAccent: any;
|
|
1018
1055
|
grey100: any;
|
|
@@ -1159,11 +1196,6 @@ export declare const Drawer: {
|
|
|
1159
1196
|
alpha200: any;
|
|
1160
1197
|
alpha250: any;
|
|
1161
1198
|
alpha600: any;
|
|
1162
|
-
primaryLight: any;
|
|
1163
|
-
primary: any;
|
|
1164
|
-
primaryMid: any;
|
|
1165
|
-
primaryDark: any;
|
|
1166
|
-
secondary: any;
|
|
1167
1199
|
brandRed: any;
|
|
1168
1200
|
brandRedAccent: any;
|
|
1169
1201
|
brandGreen: any;
|
|
@@ -1172,6 +1204,10 @@ export declare const Drawer: {
|
|
|
1172
1204
|
brandPurpleAccent: any;
|
|
1173
1205
|
brandYellow: any;
|
|
1174
1206
|
brandYellowAccent: any;
|
|
1207
|
+
infoLight: any;
|
|
1208
|
+
info: any;
|
|
1209
|
+
infoMid: any;
|
|
1210
|
+
infoDark: any;
|
|
1175
1211
|
successLight: any;
|
|
1176
1212
|
success: any;
|
|
1177
1213
|
successMid: any;
|
|
@@ -1195,6 +1231,18 @@ export declare const Drawer: {
|
|
|
1195
1231
|
glBlueLight: any;
|
|
1196
1232
|
glBluePrimary: any;
|
|
1197
1233
|
glBlueDark: any;
|
|
1234
|
+
primary100: any;
|
|
1235
|
+
primary200: any;
|
|
1236
|
+
primary300: any;
|
|
1237
|
+
primary400: any;
|
|
1238
|
+
primary500: any;
|
|
1239
|
+
primary600: any;
|
|
1240
|
+
primary700: any;
|
|
1241
|
+
primary800: any;
|
|
1242
|
+
primary900: any;
|
|
1243
|
+
primary1000: any;
|
|
1244
|
+
primary1100: any;
|
|
1245
|
+
primary1200: any;
|
|
1198
1246
|
};
|
|
1199
1247
|
space: {
|
|
1200
1248
|
"0": any;
|
|
@@ -1329,9 +1377,10 @@ export declare const Drawer: {
|
|
|
1329
1377
|
hover: string;
|
|
1330
1378
|
}, {
|
|
1331
1379
|
colors: {
|
|
1332
|
-
|
|
1380
|
+
textBold: any;
|
|
1381
|
+
textRegular: any;
|
|
1333
1382
|
textSubtle: any;
|
|
1334
|
-
|
|
1383
|
+
textMinimal: any;
|
|
1335
1384
|
background: any;
|
|
1336
1385
|
backgroundAccent: any;
|
|
1337
1386
|
grey100: any;
|
|
@@ -1478,11 +1527,6 @@ export declare const Drawer: {
|
|
|
1478
1527
|
alpha200: any;
|
|
1479
1528
|
alpha250: any;
|
|
1480
1529
|
alpha600: any;
|
|
1481
|
-
primaryLight: any;
|
|
1482
|
-
primary: any;
|
|
1483
|
-
primaryMid: any;
|
|
1484
|
-
primaryDark: any;
|
|
1485
|
-
secondary: any;
|
|
1486
1530
|
brandRed: any;
|
|
1487
1531
|
brandRedAccent: any;
|
|
1488
1532
|
brandGreen: any;
|
|
@@ -1491,6 +1535,10 @@ export declare const Drawer: {
|
|
|
1491
1535
|
brandPurpleAccent: any;
|
|
1492
1536
|
brandYellow: any;
|
|
1493
1537
|
brandYellowAccent: any;
|
|
1538
|
+
infoLight: any;
|
|
1539
|
+
info: any;
|
|
1540
|
+
infoMid: any;
|
|
1541
|
+
infoDark: any;
|
|
1494
1542
|
successLight: any;
|
|
1495
1543
|
success: any;
|
|
1496
1544
|
successMid: any;
|
|
@@ -1514,6 +1562,18 @@ export declare const Drawer: {
|
|
|
1514
1562
|
glBlueLight: any;
|
|
1515
1563
|
glBluePrimary: any;
|
|
1516
1564
|
glBlueDark: any;
|
|
1565
|
+
primary100: any;
|
|
1566
|
+
primary200: any;
|
|
1567
|
+
primary300: any;
|
|
1568
|
+
primary400: any;
|
|
1569
|
+
primary500: any;
|
|
1570
|
+
primary600: any;
|
|
1571
|
+
primary700: any;
|
|
1572
|
+
primary800: any;
|
|
1573
|
+
primary900: any;
|
|
1574
|
+
primary1000: any;
|
|
1575
|
+
primary1100: any;
|
|
1576
|
+
primary1200: any;
|
|
1517
1577
|
};
|
|
1518
1578
|
space: {
|
|
1519
1579
|
"0": any;
|
|
@@ -1648,9 +1708,10 @@ export declare const Drawer: {
|
|
|
1648
1708
|
hover: string;
|
|
1649
1709
|
}, {
|
|
1650
1710
|
colors: {
|
|
1651
|
-
|
|
1711
|
+
textBold: any;
|
|
1712
|
+
textRegular: any;
|
|
1652
1713
|
textSubtle: any;
|
|
1653
|
-
|
|
1714
|
+
textMinimal: any;
|
|
1654
1715
|
background: any;
|
|
1655
1716
|
backgroundAccent: any;
|
|
1656
1717
|
grey100: any;
|
|
@@ -1797,11 +1858,6 @@ export declare const Drawer: {
|
|
|
1797
1858
|
alpha200: any;
|
|
1798
1859
|
alpha250: any;
|
|
1799
1860
|
alpha600: any;
|
|
1800
|
-
primaryLight: any;
|
|
1801
|
-
primary: any;
|
|
1802
|
-
primaryMid: any;
|
|
1803
|
-
primaryDark: any;
|
|
1804
|
-
secondary: any;
|
|
1805
1861
|
brandRed: any;
|
|
1806
1862
|
brandRedAccent: any;
|
|
1807
1863
|
brandGreen: any;
|
|
@@ -1810,6 +1866,10 @@ export declare const Drawer: {
|
|
|
1810
1866
|
brandPurpleAccent: any;
|
|
1811
1867
|
brandYellow: any;
|
|
1812
1868
|
brandYellowAccent: any;
|
|
1869
|
+
infoLight: any;
|
|
1870
|
+
info: any;
|
|
1871
|
+
infoMid: any;
|
|
1872
|
+
infoDark: any;
|
|
1813
1873
|
successLight: any;
|
|
1814
1874
|
success: any;
|
|
1815
1875
|
successMid: any;
|
|
@@ -1833,6 +1893,18 @@ export declare const Drawer: {
|
|
|
1833
1893
|
glBlueLight: any;
|
|
1834
1894
|
glBluePrimary: any;
|
|
1835
1895
|
glBlueDark: any;
|
|
1896
|
+
primary100: any;
|
|
1897
|
+
primary200: any;
|
|
1898
|
+
primary300: any;
|
|
1899
|
+
primary400: any;
|
|
1900
|
+
primary500: any;
|
|
1901
|
+
primary600: any;
|
|
1902
|
+
primary700: any;
|
|
1903
|
+
primary800: any;
|
|
1904
|
+
primary900: any;
|
|
1905
|
+
primary1000: any;
|
|
1906
|
+
primary1100: any;
|
|
1907
|
+
primary1200: any;
|
|
1836
1908
|
};
|
|
1837
1909
|
space: {
|
|
1838
1910
|
"0": any;
|
|
@@ -20,9 +20,10 @@ export declare const StyledContent: import("@stitches/react/types/styled-compone
|
|
|
20
20
|
hover: string;
|
|
21
21
|
}, {
|
|
22
22
|
colors: {
|
|
23
|
-
|
|
23
|
+
textBold: any;
|
|
24
|
+
textRegular: any;
|
|
24
25
|
textSubtle: any;
|
|
25
|
-
|
|
26
|
+
textMinimal: any;
|
|
26
27
|
background: any;
|
|
27
28
|
backgroundAccent: any;
|
|
28
29
|
grey100: any;
|
|
@@ -169,11 +170,6 @@ export declare const StyledContent: import("@stitches/react/types/styled-compone
|
|
|
169
170
|
alpha200: any;
|
|
170
171
|
alpha250: any;
|
|
171
172
|
alpha600: any;
|
|
172
|
-
primaryLight: any;
|
|
173
|
-
primary: any;
|
|
174
|
-
primaryMid: any;
|
|
175
|
-
primaryDark: any;
|
|
176
|
-
secondary: any;
|
|
177
173
|
brandRed: any;
|
|
178
174
|
brandRedAccent: any;
|
|
179
175
|
brandGreen: any;
|
|
@@ -182,6 +178,10 @@ export declare const StyledContent: import("@stitches/react/types/styled-compone
|
|
|
182
178
|
brandPurpleAccent: any;
|
|
183
179
|
brandYellow: any;
|
|
184
180
|
brandYellowAccent: any;
|
|
181
|
+
infoLight: any;
|
|
182
|
+
info: any;
|
|
183
|
+
infoMid: any;
|
|
184
|
+
infoDark: any;
|
|
185
185
|
successLight: any;
|
|
186
186
|
success: any;
|
|
187
187
|
successMid: any;
|
|
@@ -205,6 +205,18 @@ export declare const StyledContent: import("@stitches/react/types/styled-compone
|
|
|
205
205
|
glBlueLight: any;
|
|
206
206
|
glBluePrimary: any;
|
|
207
207
|
glBlueDark: any;
|
|
208
|
+
primary100: any;
|
|
209
|
+
primary200: any;
|
|
210
|
+
primary300: any;
|
|
211
|
+
primary400: any;
|
|
212
|
+
primary500: any;
|
|
213
|
+
primary600: any;
|
|
214
|
+
primary700: any;
|
|
215
|
+
primary800: any;
|
|
216
|
+
primary900: any;
|
|
217
|
+
primary1000: any;
|
|
218
|
+
primary1100: any;
|
|
219
|
+
primary1200: any;
|
|
208
220
|
};
|
|
209
221
|
space: {
|
|
210
222
|
"0": any;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{Content as
|
|
1
|
+
import{Content as l,Portal as s}from"@radix-ui/react-dialog";import t from"react";import{Flex as p}from"../flex/Flex.js";import{DIALOG_Z_INDEX as c}from"../../constants/zIndices.js";import{ColorScheme as x}from"../../experiments/color-scheme/ColorScheme.js";import{styled as h}from"../../stitches.js";import"../../utilities/css-wrapper/CSSWrapper.js";import"../../utilities/no-overflow-wrapper/NoOverflowWrapper.js";import"color2k";import{slideInOut as e}from"../../utilities/style/keyframe-animations.js";import{DrawerContext as w}from"./Drawer.context.js";import{DrawerOverlay as u}from"./DrawerOverlay.js";const f=e({outPosition:{x:0,y:"-100%"}}),y=e({outPosition:{x:"100%",y:0}}),g=e({outPosition:{x:0,y:"100%"}}),C=e({outPosition:{x:"-100%",y:0}}),i=o=>({'&[data-state="open"]':{animationName:o.in},'&[data-state="closed"]':{animationName:o.out}}),n={left:0,width:"100%",maxHeight:"85%"},r={top:0,height:"100%",width:"var(--drawer-content-width, 100%)",maxWidth:"100%"},a=h(l,{bg:"$base1",boxShadow:"$2",position:"fixed",zIndex:c,"@allowMotion":{animationTimingFunction:"ease-out",animationDuration:"250ms"},variants:{position:{top:{top:0,...n,...i(f)},right:{right:0,...r,...i(y)},bottom:{bottom:0,...n,...i(g)},left:{left:0,...r,...i(C)}},size:{xs:{"--drawer-content-width":"240px"},sm:{"--drawer-content-width":"256px"},md:{"--drawer-content-width":"288px"},lg:{"--drawer-content-width":"304px"},xl:{"--drawer-content-width":"320px"}}}}),D=({children:o,...m})=>{const{position:d}=t.useContext(w);return t.createElement(s,null,t.createElement(u,null),t.createElement(x,{base:"grey1",accent:"primary1",asChild:!0},t.createElement(a,{size:"lg",position:d,...m,asChild:!0},t.createElement(p,{direction:"column"},o))))};export{D as DrawerContent,a as StyledContent};
|
|
2
2
|
//# sourceMappingURL=DrawerContent.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DrawerContent.js","sources":["../../../src/components/drawer/DrawerContent.tsx"],"sourcesContent":["import { Content, Portal } from '@radix-ui/react-dialog'\nimport React from 'react'\n\nimport { Flex } from '~/components/flex'\nimport { DIALOG_Z_INDEX } from '~/constants/zIndices'\nimport { ColorScheme } from '~/experiments/color-scheme'\nimport { styled } from '~/stitches'\nimport { slideInOut } from '~/utilities'\n\nimport { DrawerContext } from './Drawer.context'\nimport { DrawerOverlay } from './DrawerOverlay'\n\nconst animationTop = slideInOut({ outPosition: { x: 0, y: '-100%' } })\nconst animationRight = slideInOut({ outPosition: { x: '100%', y: 0 } })\nconst animationBottom = slideInOut({ outPosition: { x: 0, y: '100%' } })\nconst animationLeft = slideInOut({ outPosition: { x: '-100%', y: 0 } })\nconst setupAnimation = (animation: ReturnType<typeof slideInOut>) => {\n return {\n '&[data-state=\"open\"]': {\n animationName: animation.in\n },\n '&[data-state=\"closed\"]': {\n animationName: animation.out\n }\n }\n}\n\nconst positionY = {\n left: 0,\n width: '100%',\n maxHeight: '85%'\n}\n\nconst positionX = {\n top: 0,\n height: '100%',\n width: 'var(--drawer-content-width, 100%)',\n maxWidth: '100%'\n}\n\nexport const StyledContent = styled(Content, {\n bg: '$base1',\n boxShadow: '$2',\n position: 'fixed',\n zIndex: DIALOG_Z_INDEX,\n '@allowMotion': {\n animationTimingFunction: 'ease-out',\n animationDuration: '250ms'\n },\n variants: {\n position: {\n top: {\n top: 0,\n ...positionY,\n ...setupAnimation(animationTop)\n },\n right: {\n right: 0,\n ...positionX,\n ...setupAnimation(animationRight)\n },\n bottom: {\n bottom: 0,\n ...positionY,\n ...setupAnimation(animationBottom)\n },\n left: {\n left: 0,\n ...positionX,\n ...setupAnimation(animationLeft)\n }\n },\n size: {\n xs: {\n '--drawer-content-width': '240px'\n },\n sm: {\n '--drawer-content-width': '256px'\n },\n md: {\n '--drawer-content-width': '288px'\n },\n lg: {\n '--drawer-content-width': '304px'\n },\n xl: {\n '--drawer-content-width': '320px'\n }\n }\n }\n})\n\nexport const DrawerContent: React.FC<\n React.ComponentProps<typeof StyledContent>\n> = ({ children, ...rest }) => {\n const { position } = React.useContext(DrawerContext)\n\n return (\n <Portal>\n <DrawerOverlay />\n <ColorScheme base=\"grey1\" accent=\"
|
|
1
|
+
{"version":3,"file":"DrawerContent.js","sources":["../../../src/components/drawer/DrawerContent.tsx"],"sourcesContent":["import { Content, Portal } from '@radix-ui/react-dialog'\nimport React from 'react'\n\nimport { Flex } from '~/components/flex'\nimport { DIALOG_Z_INDEX } from '~/constants/zIndices'\nimport { ColorScheme } from '~/experiments/color-scheme'\nimport { styled } from '~/stitches'\nimport { slideInOut } from '~/utilities'\n\nimport { DrawerContext } from './Drawer.context'\nimport { DrawerOverlay } from './DrawerOverlay'\n\nconst animationTop = slideInOut({ outPosition: { x: 0, y: '-100%' } })\nconst animationRight = slideInOut({ outPosition: { x: '100%', y: 0 } })\nconst animationBottom = slideInOut({ outPosition: { x: 0, y: '100%' } })\nconst animationLeft = slideInOut({ outPosition: { x: '-100%', y: 0 } })\nconst setupAnimation = (animation: ReturnType<typeof slideInOut>) => {\n return {\n '&[data-state=\"open\"]': {\n animationName: animation.in\n },\n '&[data-state=\"closed\"]': {\n animationName: animation.out\n }\n }\n}\n\nconst positionY = {\n left: 0,\n width: '100%',\n maxHeight: '85%'\n}\n\nconst positionX = {\n top: 0,\n height: '100%',\n width: 'var(--drawer-content-width, 100%)',\n maxWidth: '100%'\n}\n\nexport const StyledContent = styled(Content, {\n bg: '$base1',\n boxShadow: '$2',\n position: 'fixed',\n zIndex: DIALOG_Z_INDEX,\n '@allowMotion': {\n animationTimingFunction: 'ease-out',\n animationDuration: '250ms'\n },\n variants: {\n position: {\n top: {\n top: 0,\n ...positionY,\n ...setupAnimation(animationTop)\n },\n right: {\n right: 0,\n ...positionX,\n ...setupAnimation(animationRight)\n },\n bottom: {\n bottom: 0,\n ...positionY,\n ...setupAnimation(animationBottom)\n },\n left: {\n left: 0,\n ...positionX,\n ...setupAnimation(animationLeft)\n }\n },\n size: {\n xs: {\n '--drawer-content-width': '240px'\n },\n sm: {\n '--drawer-content-width': '256px'\n },\n md: {\n '--drawer-content-width': '288px'\n },\n lg: {\n '--drawer-content-width': '304px'\n },\n xl: {\n '--drawer-content-width': '320px'\n }\n }\n }\n})\n\nexport const DrawerContent: React.FC<\n React.ComponentProps<typeof StyledContent>\n> = ({ children, ...rest }) => {\n const { position } = React.useContext(DrawerContext)\n\n return (\n <Portal>\n <DrawerOverlay />\n <ColorScheme base=\"grey1\" accent=\"primary1\" asChild>\n <StyledContent size=\"lg\" position={position} {...rest} asChild>\n <Flex direction=\"column\">{children}</Flex>\n </StyledContent>\n </ColorScheme>\n </Portal>\n )\n}\n"],"names":["animationTop","slideInOut","animationRight","animationBottom","animationLeft","setupAnimation","animation","positionY","positionX","StyledContent","styled","Content","DIALOG_Z_INDEX","DrawerContent","children","rest","position","React","DrawerContext","Portal","DrawerOverlay","ColorScheme","Flex"],"mappings":"imBAYA,MAAMA,EAAeC,EAAW,CAAE,YAAa,CAAE,EAAG,EAAG,EAAG,OAAQ,CAAE,CAAC,EAC/DC,EAAiBD,EAAW,CAAE,YAAa,CAAE,EAAG,OAAQ,EAAG,CAAE,CAAE,CAAC,EAChEE,EAAkBF,EAAW,CAAE,YAAa,CAAE,EAAG,EAAG,EAAG,MAAO,CAAE,CAAC,EACjEG,EAAgBH,EAAW,CAAE,YAAa,CAAE,EAAG,QAAS,EAAG,CAAE,CAAE,CAAC,EAChEI,EAAkBC,IACf,CACL,uBAAwB,CACtB,cAAeA,EAAU,EAC3B,EACA,yBAA0B,CACxB,cAAeA,EAAU,GAC3B,CACF,GAGIC,EAAY,CAChB,KAAM,EACN,MAAO,OACP,UAAW,KACb,EAEMC,EAAY,CAChB,IAAK,EACL,OAAQ,OACR,MAAO,oCACP,SAAU,MACZ,EAEaC,EAAgBC,EAAOC,EAAS,CAC3C,GAAI,SACJ,UAAW,KACX,SAAU,QACV,OAAQC,EACR,eAAgB,CACd,wBAAyB,WACzB,kBAAmB,OACrB,EACA,SAAU,CACR,SAAU,CACR,IAAK,CACH,IAAK,EACL,GAAGL,EACH,GAAGF,EAAeL,CAAY,CAChC,EACA,MAAO,CACL,MAAO,EACP,GAAGQ,EACH,GAAGH,EAAeH,CAAc,CAClC,EACA,OAAQ,CACN,OAAQ,EACR,GAAGK,EACH,GAAGF,EAAeF,CAAe,CACnC,EACA,KAAM,CACJ,KAAM,EACN,GAAGK,EACH,GAAGH,EAAeD,CAAa,CACjC,CACF,EACA,KAAM,CACJ,GAAI,CACF,yBAA0B,OAC5B,EACA,GAAI,CACF,yBAA0B,OAC5B,EACA,GAAI,CACF,yBAA0B,OAC5B,EACA,GAAI,CACF,yBAA0B,OAC5B,EACA,GAAI,CACF,yBAA0B,OAC5B,CACF,CACF,CACF,CAAC,EAEYS,EAET,CAAC,CAAE,SAAAC,KAAaC,CAAK,IAAM,CAC7B,KAAM,CAAE,SAAAC,CAAS,EAAIC,EAAM,WAAWC,CAAa,EAEnD,OACED,EAAA,cAACE,EAAA,KACCF,EAAA,cAACG,EAAA,IAAc,EACfH,EAAA,cAACI,EAAA,CAAY,KAAK,QAAQ,OAAO,WAAW,QAAO,EAAA,EACjDJ,EAAA,cAACR,GAAc,KAAK,KAAK,SAAUO,EAAW,GAAGD,EAAM,QAAO,EAAA,EAC5DE,EAAA,cAACK,EAAA,CAAK,UAAU,QAAUR,EAAAA,CAAS,CACrC,CACF,CACF,CAEJ"}
|
|
@@ -16,9 +16,10 @@ export declare const DrawerFooter: import("@stitches/react/types/styled-componen
|
|
|
16
16
|
hover: string;
|
|
17
17
|
}, {
|
|
18
18
|
colors: {
|
|
19
|
-
|
|
19
|
+
textBold: any;
|
|
20
|
+
textRegular: any;
|
|
20
21
|
textSubtle: any;
|
|
21
|
-
|
|
22
|
+
textMinimal: any;
|
|
22
23
|
background: any;
|
|
23
24
|
backgroundAccent: any;
|
|
24
25
|
grey100: any;
|
|
@@ -165,11 +166,6 @@ export declare const DrawerFooter: import("@stitches/react/types/styled-componen
|
|
|
165
166
|
alpha200: any;
|
|
166
167
|
alpha250: any;
|
|
167
168
|
alpha600: any;
|
|
168
|
-
primaryLight: any;
|
|
169
|
-
primary: any;
|
|
170
|
-
primaryMid: any;
|
|
171
|
-
primaryDark: any;
|
|
172
|
-
secondary: any;
|
|
173
169
|
brandRed: any;
|
|
174
170
|
brandRedAccent: any;
|
|
175
171
|
brandGreen: any;
|
|
@@ -178,6 +174,10 @@ export declare const DrawerFooter: import("@stitches/react/types/styled-componen
|
|
|
178
174
|
brandPurpleAccent: any;
|
|
179
175
|
brandYellow: any;
|
|
180
176
|
brandYellowAccent: any;
|
|
177
|
+
infoLight: any;
|
|
178
|
+
info: any;
|
|
179
|
+
infoMid: any;
|
|
180
|
+
infoDark: any;
|
|
181
181
|
successLight: any;
|
|
182
182
|
success: any;
|
|
183
183
|
successMid: any;
|
|
@@ -201,6 +201,18 @@ export declare const DrawerFooter: import("@stitches/react/types/styled-componen
|
|
|
201
201
|
glBlueLight: any;
|
|
202
202
|
glBluePrimary: any;
|
|
203
203
|
glBlueDark: any;
|
|
204
|
+
primary100: any;
|
|
205
|
+
primary200: any;
|
|
206
|
+
primary300: any;
|
|
207
|
+
primary400: any;
|
|
208
|
+
primary500: any;
|
|
209
|
+
primary600: any;
|
|
210
|
+
primary700: any;
|
|
211
|
+
primary800: any;
|
|
212
|
+
primary900: any;
|
|
213
|
+
primary1000: any;
|
|
214
|
+
primary1100: any;
|
|
215
|
+
primary1200: any;
|
|
204
216
|
};
|
|
205
217
|
space: {
|
|
206
218
|
"0": any;
|
|
@@ -16,9 +16,10 @@ export declare const DrawerHeader: import("@stitches/react/types/styled-componen
|
|
|
16
16
|
hover: string;
|
|
17
17
|
}, {
|
|
18
18
|
colors: {
|
|
19
|
-
|
|
19
|
+
textBold: any;
|
|
20
|
+
textRegular: any;
|
|
20
21
|
textSubtle: any;
|
|
21
|
-
|
|
22
|
+
textMinimal: any;
|
|
22
23
|
background: any;
|
|
23
24
|
backgroundAccent: any;
|
|
24
25
|
grey100: any;
|
|
@@ -165,11 +166,6 @@ export declare const DrawerHeader: import("@stitches/react/types/styled-componen
|
|
|
165
166
|
alpha200: any;
|
|
166
167
|
alpha250: any;
|
|
167
168
|
alpha600: any;
|
|
168
|
-
primaryLight: any;
|
|
169
|
-
primary: any;
|
|
170
|
-
primaryMid: any;
|
|
171
|
-
primaryDark: any;
|
|
172
|
-
secondary: any;
|
|
173
169
|
brandRed: any;
|
|
174
170
|
brandRedAccent: any;
|
|
175
171
|
brandGreen: any;
|
|
@@ -178,6 +174,10 @@ export declare const DrawerHeader: import("@stitches/react/types/styled-componen
|
|
|
178
174
|
brandPurpleAccent: any;
|
|
179
175
|
brandYellow: any;
|
|
180
176
|
brandYellowAccent: any;
|
|
177
|
+
infoLight: any;
|
|
178
|
+
info: any;
|
|
179
|
+
infoMid: any;
|
|
180
|
+
infoDark: any;
|
|
181
181
|
successLight: any;
|
|
182
182
|
success: any;
|
|
183
183
|
successMid: any;
|
|
@@ -201,6 +201,18 @@ export declare const DrawerHeader: import("@stitches/react/types/styled-componen
|
|
|
201
201
|
glBlueLight: any;
|
|
202
202
|
glBluePrimary: any;
|
|
203
203
|
glBlueDark: any;
|
|
204
|
+
primary100: any;
|
|
205
|
+
primary200: any;
|
|
206
|
+
primary300: any;
|
|
207
|
+
primary400: any;
|
|
208
|
+
primary500: any;
|
|
209
|
+
primary600: any;
|
|
210
|
+
primary700: any;
|
|
211
|
+
primary800: any;
|
|
212
|
+
primary900: any;
|
|
213
|
+
primary1000: any;
|
|
214
|
+
primary1100: any;
|
|
215
|
+
primary1200: any;
|
|
204
216
|
};
|
|
205
217
|
space: {
|
|
206
218
|
"0": any;
|
|
@@ -16,9 +16,10 @@ export declare const DrawerMain: import("@stitches/react/types/styled-component"
|
|
|
16
16
|
hover: string;
|
|
17
17
|
}, {
|
|
18
18
|
colors: {
|
|
19
|
-
|
|
19
|
+
textBold: any;
|
|
20
|
+
textRegular: any;
|
|
20
21
|
textSubtle: any;
|
|
21
|
-
|
|
22
|
+
textMinimal: any;
|
|
22
23
|
background: any;
|
|
23
24
|
backgroundAccent: any;
|
|
24
25
|
grey100: any;
|
|
@@ -165,11 +166,6 @@ export declare const DrawerMain: import("@stitches/react/types/styled-component"
|
|
|
165
166
|
alpha200: any;
|
|
166
167
|
alpha250: any;
|
|
167
168
|
alpha600: any;
|
|
168
|
-
primaryLight: any;
|
|
169
|
-
primary: any;
|
|
170
|
-
primaryMid: any;
|
|
171
|
-
primaryDark: any;
|
|
172
|
-
secondary: any;
|
|
173
169
|
brandRed: any;
|
|
174
170
|
brandRedAccent: any;
|
|
175
171
|
brandGreen: any;
|
|
@@ -178,6 +174,10 @@ export declare const DrawerMain: import("@stitches/react/types/styled-component"
|
|
|
178
174
|
brandPurpleAccent: any;
|
|
179
175
|
brandYellow: any;
|
|
180
176
|
brandYellowAccent: any;
|
|
177
|
+
infoLight: any;
|
|
178
|
+
info: any;
|
|
179
|
+
infoMid: any;
|
|
180
|
+
infoDark: any;
|
|
181
181
|
successLight: any;
|
|
182
182
|
success: any;
|
|
183
183
|
successMid: any;
|
|
@@ -201,6 +201,18 @@ export declare const DrawerMain: import("@stitches/react/types/styled-component"
|
|
|
201
201
|
glBlueLight: any;
|
|
202
202
|
glBluePrimary: any;
|
|
203
203
|
glBlueDark: any;
|
|
204
|
+
primary100: any;
|
|
205
|
+
primary200: any;
|
|
206
|
+
primary300: any;
|
|
207
|
+
primary400: any;
|
|
208
|
+
primary500: any;
|
|
209
|
+
primary600: any;
|
|
210
|
+
primary700: any;
|
|
211
|
+
primary800: any;
|
|
212
|
+
primary900: any;
|
|
213
|
+
primary1000: any;
|
|
214
|
+
primary1100: any;
|
|
215
|
+
primary1200: any;
|
|
204
216
|
};
|
|
205
217
|
space: {
|
|
206
218
|
"0": any;
|