@atom-learning/components 3.10.0 → 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 +9 -3
- 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/dismissible/DismissibleRoot.d.ts +3 -4
- package/dist/components/dismissible/DismissibleRoot.js +1 -1
- package/dist/components/dismissible/DismissibleRoot.js.map +1 -1
- 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 +137 -53
- 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
|
@@ -18,9 +18,10 @@ export declare const ToggleGroup: {
|
|
|
18
18
|
hover: string;
|
|
19
19
|
}, {
|
|
20
20
|
colors: {
|
|
21
|
-
|
|
21
|
+
textBold: any;
|
|
22
|
+
textRegular: any;
|
|
22
23
|
textSubtle: any;
|
|
23
|
-
|
|
24
|
+
textMinimal: any;
|
|
24
25
|
background: any;
|
|
25
26
|
backgroundAccent: any;
|
|
26
27
|
grey100: any;
|
|
@@ -167,11 +168,6 @@ export declare const ToggleGroup: {
|
|
|
167
168
|
alpha200: any;
|
|
168
169
|
alpha250: any;
|
|
169
170
|
alpha600: any;
|
|
170
|
-
primaryLight: any;
|
|
171
|
-
primary: any;
|
|
172
|
-
primaryMid: any;
|
|
173
|
-
primaryDark: any;
|
|
174
|
-
secondary: any;
|
|
175
171
|
brandRed: any;
|
|
176
172
|
brandRedAccent: any;
|
|
177
173
|
brandGreen: any;
|
|
@@ -180,6 +176,10 @@ export declare const ToggleGroup: {
|
|
|
180
176
|
brandPurpleAccent: any;
|
|
181
177
|
brandYellow: any;
|
|
182
178
|
brandYellowAccent: any;
|
|
179
|
+
infoLight: any;
|
|
180
|
+
info: any;
|
|
181
|
+
infoMid: any;
|
|
182
|
+
infoDark: any;
|
|
183
183
|
successLight: any;
|
|
184
184
|
success: any;
|
|
185
185
|
successMid: any;
|
|
@@ -203,6 +203,18 @@ export declare const ToggleGroup: {
|
|
|
203
203
|
glBlueLight: any;
|
|
204
204
|
glBluePrimary: any;
|
|
205
205
|
glBlueDark: any;
|
|
206
|
+
primary100: any;
|
|
207
|
+
primary200: any;
|
|
208
|
+
primary300: any;
|
|
209
|
+
primary400: any;
|
|
210
|
+
primary500: any;
|
|
211
|
+
primary600: any;
|
|
212
|
+
primary700: any;
|
|
213
|
+
primary800: any;
|
|
214
|
+
primary900: any;
|
|
215
|
+
primary1000: any;
|
|
216
|
+
primary1100: any;
|
|
217
|
+
primary1200: any;
|
|
206
218
|
};
|
|
207
219
|
space: {
|
|
208
220
|
"0": any;
|
|
@@ -338,9 +350,10 @@ export declare const ToggleGroup: {
|
|
|
338
350
|
hover: string;
|
|
339
351
|
}, {
|
|
340
352
|
colors: {
|
|
341
|
-
|
|
353
|
+
textBold: any;
|
|
354
|
+
textRegular: any;
|
|
342
355
|
textSubtle: any;
|
|
343
|
-
|
|
356
|
+
textMinimal: any;
|
|
344
357
|
background: any;
|
|
345
358
|
backgroundAccent: any;
|
|
346
359
|
grey100: any;
|
|
@@ -487,11 +500,6 @@ export declare const ToggleGroup: {
|
|
|
487
500
|
alpha200: any;
|
|
488
501
|
alpha250: any;
|
|
489
502
|
alpha600: any;
|
|
490
|
-
primaryLight: any;
|
|
491
|
-
primary: any;
|
|
492
|
-
primaryMid: any;
|
|
493
|
-
primaryDark: any;
|
|
494
|
-
secondary: any;
|
|
495
503
|
brandRed: any;
|
|
496
504
|
brandRedAccent: any;
|
|
497
505
|
brandGreen: any;
|
|
@@ -500,6 +508,10 @@ export declare const ToggleGroup: {
|
|
|
500
508
|
brandPurpleAccent: any;
|
|
501
509
|
brandYellow: any;
|
|
502
510
|
brandYellowAccent: any;
|
|
511
|
+
infoLight: any;
|
|
512
|
+
info: any;
|
|
513
|
+
infoMid: any;
|
|
514
|
+
infoDark: any;
|
|
503
515
|
successLight: any;
|
|
504
516
|
success: any;
|
|
505
517
|
successMid: any;
|
|
@@ -523,6 +535,18 @@ export declare const ToggleGroup: {
|
|
|
523
535
|
glBlueLight: any;
|
|
524
536
|
glBluePrimary: any;
|
|
525
537
|
glBlueDark: any;
|
|
538
|
+
primary100: any;
|
|
539
|
+
primary200: any;
|
|
540
|
+
primary300: any;
|
|
541
|
+
primary400: any;
|
|
542
|
+
primary500: any;
|
|
543
|
+
primary600: any;
|
|
544
|
+
primary700: any;
|
|
545
|
+
primary800: any;
|
|
546
|
+
primary900: any;
|
|
547
|
+
primary1000: any;
|
|
548
|
+
primary1100: any;
|
|
549
|
+
primary1200: any;
|
|
526
550
|
};
|
|
527
551
|
space: {
|
|
528
552
|
"0": any;
|
|
@@ -661,9 +685,10 @@ export declare const ToggleGroup: {
|
|
|
661
685
|
hover: string;
|
|
662
686
|
}, {
|
|
663
687
|
colors: {
|
|
664
|
-
|
|
688
|
+
textBold: any;
|
|
689
|
+
textRegular: any;
|
|
665
690
|
textSubtle: any;
|
|
666
|
-
|
|
691
|
+
textMinimal: any;
|
|
667
692
|
background: any;
|
|
668
693
|
backgroundAccent: any;
|
|
669
694
|
grey100: any;
|
|
@@ -810,11 +835,6 @@ export declare const ToggleGroup: {
|
|
|
810
835
|
alpha200: any;
|
|
811
836
|
alpha250: any;
|
|
812
837
|
alpha600: any;
|
|
813
|
-
primaryLight: any;
|
|
814
|
-
primary: any;
|
|
815
|
-
primaryMid: any;
|
|
816
|
-
primaryDark: any;
|
|
817
|
-
secondary: any;
|
|
818
838
|
brandRed: any;
|
|
819
839
|
brandRedAccent: any;
|
|
820
840
|
brandGreen: any;
|
|
@@ -823,6 +843,10 @@ export declare const ToggleGroup: {
|
|
|
823
843
|
brandPurpleAccent: any;
|
|
824
844
|
brandYellow: any;
|
|
825
845
|
brandYellowAccent: any;
|
|
846
|
+
infoLight: any;
|
|
847
|
+
info: any;
|
|
848
|
+
infoMid: any;
|
|
849
|
+
infoDark: any;
|
|
826
850
|
successLight: any;
|
|
827
851
|
success: any;
|
|
828
852
|
successMid: any;
|
|
@@ -846,6 +870,18 @@ export declare const ToggleGroup: {
|
|
|
846
870
|
glBlueLight: any;
|
|
847
871
|
glBluePrimary: any;
|
|
848
872
|
glBlueDark: any;
|
|
873
|
+
primary100: any;
|
|
874
|
+
primary200: any;
|
|
875
|
+
primary300: any;
|
|
876
|
+
primary400: any;
|
|
877
|
+
primary500: any;
|
|
878
|
+
primary600: any;
|
|
879
|
+
primary700: any;
|
|
880
|
+
primary800: any;
|
|
881
|
+
primary900: any;
|
|
882
|
+
primary1000: any;
|
|
883
|
+
primary1100: any;
|
|
884
|
+
primary1200: any;
|
|
849
885
|
};
|
|
850
886
|
space: {
|
|
851
887
|
"0": any;
|
|
@@ -986,9 +1022,10 @@ export declare const ToggleGroup: {
|
|
|
986
1022
|
hover: string;
|
|
987
1023
|
}, {
|
|
988
1024
|
colors: {
|
|
989
|
-
|
|
1025
|
+
textBold: any;
|
|
1026
|
+
textRegular: any;
|
|
990
1027
|
textSubtle: any;
|
|
991
|
-
|
|
1028
|
+
textMinimal: any;
|
|
992
1029
|
background: any;
|
|
993
1030
|
backgroundAccent: any;
|
|
994
1031
|
grey100: any;
|
|
@@ -1135,11 +1172,6 @@ export declare const ToggleGroup: {
|
|
|
1135
1172
|
alpha200: any;
|
|
1136
1173
|
alpha250: any;
|
|
1137
1174
|
alpha600: any;
|
|
1138
|
-
primaryLight: any;
|
|
1139
|
-
primary: any;
|
|
1140
|
-
primaryMid: any;
|
|
1141
|
-
primaryDark: any;
|
|
1142
|
-
secondary: any;
|
|
1143
1175
|
brandRed: any;
|
|
1144
1176
|
brandRedAccent: any;
|
|
1145
1177
|
brandGreen: any;
|
|
@@ -1148,6 +1180,10 @@ export declare const ToggleGroup: {
|
|
|
1148
1180
|
brandPurpleAccent: any;
|
|
1149
1181
|
brandYellow: any;
|
|
1150
1182
|
brandYellowAccent: any;
|
|
1183
|
+
infoLight: any;
|
|
1184
|
+
info: any;
|
|
1185
|
+
infoMid: any;
|
|
1186
|
+
infoDark: any;
|
|
1151
1187
|
successLight: any;
|
|
1152
1188
|
success: any;
|
|
1153
1189
|
successMid: any;
|
|
@@ -1171,6 +1207,18 @@ export declare const ToggleGroup: {
|
|
|
1171
1207
|
glBlueLight: any;
|
|
1172
1208
|
glBluePrimary: any;
|
|
1173
1209
|
glBlueDark: any;
|
|
1210
|
+
primary100: any;
|
|
1211
|
+
primary200: any;
|
|
1212
|
+
primary300: any;
|
|
1213
|
+
primary400: any;
|
|
1214
|
+
primary500: any;
|
|
1215
|
+
primary600: any;
|
|
1216
|
+
primary700: any;
|
|
1217
|
+
primary800: any;
|
|
1218
|
+
primary900: any;
|
|
1219
|
+
primary1000: any;
|
|
1220
|
+
primary1100: any;
|
|
1221
|
+
primary1200: any;
|
|
1174
1222
|
};
|
|
1175
1223
|
space: {
|
|
1176
1224
|
"0": any;
|
|
@@ -1310,9 +1358,10 @@ export declare const ToggleGroup: {
|
|
|
1310
1358
|
hover: string;
|
|
1311
1359
|
}, {
|
|
1312
1360
|
colors: {
|
|
1313
|
-
|
|
1361
|
+
textBold: any;
|
|
1362
|
+
textRegular: any;
|
|
1314
1363
|
textSubtle: any;
|
|
1315
|
-
|
|
1364
|
+
textMinimal: any;
|
|
1316
1365
|
background: any;
|
|
1317
1366
|
backgroundAccent: any;
|
|
1318
1367
|
grey100: any;
|
|
@@ -1459,11 +1508,6 @@ export declare const ToggleGroup: {
|
|
|
1459
1508
|
alpha200: any;
|
|
1460
1509
|
alpha250: any;
|
|
1461
1510
|
alpha600: any;
|
|
1462
|
-
primaryLight: any;
|
|
1463
|
-
primary: any;
|
|
1464
|
-
primaryMid: any;
|
|
1465
|
-
primaryDark: any;
|
|
1466
|
-
secondary: any;
|
|
1467
1511
|
brandRed: any;
|
|
1468
1512
|
brandRedAccent: any;
|
|
1469
1513
|
brandGreen: any;
|
|
@@ -1472,6 +1516,10 @@ export declare const ToggleGroup: {
|
|
|
1472
1516
|
brandPurpleAccent: any;
|
|
1473
1517
|
brandYellow: any;
|
|
1474
1518
|
brandYellowAccent: any;
|
|
1519
|
+
infoLight: any;
|
|
1520
|
+
info: any;
|
|
1521
|
+
infoMid: any;
|
|
1522
|
+
infoDark: any;
|
|
1475
1523
|
successLight: any;
|
|
1476
1524
|
success: any;
|
|
1477
1525
|
successMid: any;
|
|
@@ -1495,6 +1543,18 @@ export declare const ToggleGroup: {
|
|
|
1495
1543
|
glBlueLight: any;
|
|
1496
1544
|
glBluePrimary: any;
|
|
1497
1545
|
glBlueDark: any;
|
|
1546
|
+
primary100: any;
|
|
1547
|
+
primary200: any;
|
|
1548
|
+
primary300: any;
|
|
1549
|
+
primary400: any;
|
|
1550
|
+
primary500: any;
|
|
1551
|
+
primary600: any;
|
|
1552
|
+
primary700: any;
|
|
1553
|
+
primary800: any;
|
|
1554
|
+
primary900: any;
|
|
1555
|
+
primary1000: any;
|
|
1556
|
+
primary1100: any;
|
|
1557
|
+
primary1200: any;
|
|
1498
1558
|
};
|
|
1499
1559
|
space: {
|
|
1500
1560
|
"0": any;
|
|
@@ -20,9 +20,10 @@ declare const StyledContent: import("@stitches/react/types/styled-component").St
|
|
|
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 @@ declare const StyledContent: import("@stitches/react/types/styled-component").St
|
|
|
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 @@ declare const StyledContent: import("@stitches/react/types/styled-component").St
|
|
|
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 @@ declare const StyledContent: import("@stitches/react/types/styled-component").St
|
|
|
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;
|
|
@@ -31,9 +31,10 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
|
|
|
31
31
|
hover: string;
|
|
32
32
|
}, {
|
|
33
33
|
colors: {
|
|
34
|
-
|
|
34
|
+
textBold: any;
|
|
35
|
+
textRegular: any;
|
|
35
36
|
textSubtle: any;
|
|
36
|
-
|
|
37
|
+
textMinimal: any;
|
|
37
38
|
background: any;
|
|
38
39
|
backgroundAccent: any;
|
|
39
40
|
grey100: any;
|
|
@@ -180,11 +181,6 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
|
|
|
180
181
|
alpha200: any;
|
|
181
182
|
alpha250: any;
|
|
182
183
|
alpha600: any;
|
|
183
|
-
primaryLight: any;
|
|
184
|
-
primary: any;
|
|
185
|
-
primaryMid: any;
|
|
186
|
-
primaryDark: any;
|
|
187
|
-
secondary: any;
|
|
188
184
|
brandRed: any;
|
|
189
185
|
brandRedAccent: any;
|
|
190
186
|
brandGreen: any;
|
|
@@ -193,6 +189,10 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
|
|
|
193
189
|
brandPurpleAccent: any;
|
|
194
190
|
brandYellow: any;
|
|
195
191
|
brandYellowAccent: any;
|
|
192
|
+
infoLight: any;
|
|
193
|
+
info: any;
|
|
194
|
+
infoMid: any;
|
|
195
|
+
infoDark: any;
|
|
196
196
|
successLight: any;
|
|
197
197
|
success: any;
|
|
198
198
|
successMid: any;
|
|
@@ -216,6 +216,18 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
|
|
|
216
216
|
glBlueLight: any;
|
|
217
217
|
glBluePrimary: any;
|
|
218
218
|
glBlueDark: any;
|
|
219
|
+
primary100: any;
|
|
220
|
+
primary200: any;
|
|
221
|
+
primary300: any;
|
|
222
|
+
primary400: any;
|
|
223
|
+
primary500: any;
|
|
224
|
+
primary600: any;
|
|
225
|
+
primary700: any;
|
|
226
|
+
primary800: any;
|
|
227
|
+
primary900: any;
|
|
228
|
+
primary1000: any;
|
|
229
|
+
primary1100: any;
|
|
230
|
+
primary1200: any;
|
|
219
231
|
};
|
|
220
232
|
space: {
|
|
221
233
|
"0": any;
|
|
@@ -33,9 +33,10 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
|
|
|
33
33
|
hover: string;
|
|
34
34
|
}, {
|
|
35
35
|
colors: {
|
|
36
|
-
|
|
36
|
+
textBold: any;
|
|
37
|
+
textRegular: any;
|
|
37
38
|
textSubtle: any;
|
|
38
|
-
|
|
39
|
+
textMinimal: any;
|
|
39
40
|
background: any;
|
|
40
41
|
backgroundAccent: any;
|
|
41
42
|
grey100: any;
|
|
@@ -182,11 +183,6 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
|
|
|
182
183
|
alpha200: any;
|
|
183
184
|
alpha250: any;
|
|
184
185
|
alpha600: any;
|
|
185
|
-
primaryLight: any;
|
|
186
|
-
primary: any;
|
|
187
|
-
primaryMid: any;
|
|
188
|
-
primaryDark: any;
|
|
189
|
-
secondary: any;
|
|
190
186
|
brandRed: any;
|
|
191
187
|
brandRedAccent: any;
|
|
192
188
|
brandGreen: any;
|
|
@@ -195,6 +191,10 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
|
|
|
195
191
|
brandPurpleAccent: any;
|
|
196
192
|
brandYellow: any;
|
|
197
193
|
brandYellowAccent: any;
|
|
194
|
+
infoLight: any;
|
|
195
|
+
info: any;
|
|
196
|
+
infoMid: any;
|
|
197
|
+
infoDark: any;
|
|
198
198
|
successLight: any;
|
|
199
199
|
success: any;
|
|
200
200
|
successMid: any;
|
|
@@ -218,6 +218,18 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
|
|
|
218
218
|
glBlueLight: any;
|
|
219
219
|
glBluePrimary: any;
|
|
220
220
|
glBlueDark: any;
|
|
221
|
+
primary100: any;
|
|
222
|
+
primary200: any;
|
|
223
|
+
primary300: any;
|
|
224
|
+
primary400: any;
|
|
225
|
+
primary500: any;
|
|
226
|
+
primary600: any;
|
|
227
|
+
primary700: any;
|
|
228
|
+
primary800: any;
|
|
229
|
+
primary900: any;
|
|
230
|
+
primary1000: any;
|
|
231
|
+
primary1100: any;
|
|
232
|
+
primary1200: any;
|
|
221
233
|
};
|
|
222
234
|
space: {
|
|
223
235
|
"0": any;
|
|
@@ -354,9 +366,10 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
|
|
|
354
366
|
hover: string;
|
|
355
367
|
}, {
|
|
356
368
|
colors: {
|
|
357
|
-
|
|
369
|
+
textBold: any;
|
|
370
|
+
textRegular: any;
|
|
358
371
|
textSubtle: any;
|
|
359
|
-
|
|
372
|
+
textMinimal: any;
|
|
360
373
|
background: any;
|
|
361
374
|
backgroundAccent: any;
|
|
362
375
|
grey100: any;
|
|
@@ -503,11 +516,6 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
|
|
|
503
516
|
alpha200: any;
|
|
504
517
|
alpha250: any;
|
|
505
518
|
alpha600: any;
|
|
506
|
-
primaryLight: any;
|
|
507
|
-
primary: any;
|
|
508
|
-
primaryMid: any;
|
|
509
|
-
primaryDark: any;
|
|
510
|
-
secondary: any;
|
|
511
519
|
brandRed: any;
|
|
512
520
|
brandRedAccent: any;
|
|
513
521
|
brandGreen: any;
|
|
@@ -516,6 +524,10 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
|
|
|
516
524
|
brandPurpleAccent: any;
|
|
517
525
|
brandYellow: any;
|
|
518
526
|
brandYellowAccent: any;
|
|
527
|
+
infoLight: any;
|
|
528
|
+
info: any;
|
|
529
|
+
infoMid: any;
|
|
530
|
+
infoDark: any;
|
|
519
531
|
successLight: any;
|
|
520
532
|
success: any;
|
|
521
533
|
successMid: any;
|
|
@@ -539,6 +551,18 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
|
|
|
539
551
|
glBlueLight: any;
|
|
540
552
|
glBluePrimary: any;
|
|
541
553
|
glBlueDark: any;
|
|
554
|
+
primary100: any;
|
|
555
|
+
primary200: any;
|
|
556
|
+
primary300: any;
|
|
557
|
+
primary400: any;
|
|
558
|
+
primary500: any;
|
|
559
|
+
primary600: any;
|
|
560
|
+
primary700: any;
|
|
561
|
+
primary800: any;
|
|
562
|
+
primary900: any;
|
|
563
|
+
primary1000: any;
|
|
564
|
+
primary1100: any;
|
|
565
|
+
primary1200: any;
|
|
542
566
|
};
|
|
543
567
|
space: {
|
|
544
568
|
"0": any;
|
|
@@ -673,9 +697,10 @@ export declare const TopBarBrand: import("@stitches/react/types/styled-component
|
|
|
673
697
|
hover: string;
|
|
674
698
|
}, {
|
|
675
699
|
colors: {
|
|
676
|
-
|
|
700
|
+
textBold: any;
|
|
701
|
+
textRegular: any;
|
|
677
702
|
textSubtle: any;
|
|
678
|
-
|
|
703
|
+
textMinimal: any;
|
|
679
704
|
background: any;
|
|
680
705
|
backgroundAccent: any;
|
|
681
706
|
grey100: any;
|
|
@@ -822,11 +847,6 @@ export declare const TopBarBrand: import("@stitches/react/types/styled-component
|
|
|
822
847
|
alpha200: any;
|
|
823
848
|
alpha250: any;
|
|
824
849
|
alpha600: any;
|
|
825
|
-
primaryLight: any;
|
|
826
|
-
primary: any;
|
|
827
|
-
primaryMid: any;
|
|
828
|
-
primaryDark: any;
|
|
829
|
-
secondary: any;
|
|
830
850
|
brandRed: any;
|
|
831
851
|
brandRedAccent: any;
|
|
832
852
|
brandGreen: any;
|
|
@@ -835,6 +855,10 @@ export declare const TopBarBrand: import("@stitches/react/types/styled-component
|
|
|
835
855
|
brandPurpleAccent: any;
|
|
836
856
|
brandYellow: any;
|
|
837
857
|
brandYellowAccent: any;
|
|
858
|
+
infoLight: any;
|
|
859
|
+
info: any;
|
|
860
|
+
infoMid: any;
|
|
861
|
+
infoDark: any;
|
|
838
862
|
successLight: any;
|
|
839
863
|
success: any;
|
|
840
864
|
successMid: any;
|
|
@@ -858,6 +882,18 @@ export declare const TopBarBrand: import("@stitches/react/types/styled-component
|
|
|
858
882
|
glBlueLight: any;
|
|
859
883
|
glBluePrimary: any;
|
|
860
884
|
glBlueDark: any;
|
|
885
|
+
primary100: any;
|
|
886
|
+
primary200: any;
|
|
887
|
+
primary300: any;
|
|
888
|
+
primary400: any;
|
|
889
|
+
primary500: any;
|
|
890
|
+
primary600: any;
|
|
891
|
+
primary700: any;
|
|
892
|
+
primary800: any;
|
|
893
|
+
primary900: any;
|
|
894
|
+
primary1000: any;
|
|
895
|
+
primary1100: any;
|
|
896
|
+
primary1200: any;
|
|
861
897
|
};
|
|
862
898
|
space: {
|
|
863
899
|
"0": any;
|