@atom-learning/components 3.10.1 → 3.11.1
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 +2 -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
|
@@ -17,9 +17,10 @@ export declare const SideBarHeader: import("@stitches/react/types/styled-compone
|
|
|
17
17
|
hover: string;
|
|
18
18
|
}, {
|
|
19
19
|
colors: {
|
|
20
|
-
|
|
20
|
+
textBold: any;
|
|
21
|
+
textRegular: any;
|
|
21
22
|
textSubtle: any;
|
|
22
|
-
|
|
23
|
+
textMinimal: any;
|
|
23
24
|
background: any;
|
|
24
25
|
backgroundAccent: any;
|
|
25
26
|
grey100: any;
|
|
@@ -166,11 +167,6 @@ export declare const SideBarHeader: import("@stitches/react/types/styled-compone
|
|
|
166
167
|
alpha200: any;
|
|
167
168
|
alpha250: any;
|
|
168
169
|
alpha600: any;
|
|
169
|
-
primaryLight: any;
|
|
170
|
-
primary: any;
|
|
171
|
-
primaryMid: any;
|
|
172
|
-
primaryDark: any;
|
|
173
|
-
secondary: any;
|
|
174
170
|
brandRed: any;
|
|
175
171
|
brandRedAccent: any;
|
|
176
172
|
brandGreen: any;
|
|
@@ -179,6 +175,10 @@ export declare const SideBarHeader: import("@stitches/react/types/styled-compone
|
|
|
179
175
|
brandPurpleAccent: any;
|
|
180
176
|
brandYellow: any;
|
|
181
177
|
brandYellowAccent: any;
|
|
178
|
+
infoLight: any;
|
|
179
|
+
info: any;
|
|
180
|
+
infoMid: any;
|
|
181
|
+
infoDark: any;
|
|
182
182
|
successLight: any;
|
|
183
183
|
success: any;
|
|
184
184
|
successMid: any;
|
|
@@ -202,6 +202,18 @@ export declare const SideBarHeader: import("@stitches/react/types/styled-compone
|
|
|
202
202
|
glBlueLight: any;
|
|
203
203
|
glBluePrimary: any;
|
|
204
204
|
glBlueDark: any;
|
|
205
|
+
primary100: any;
|
|
206
|
+
primary200: any;
|
|
207
|
+
primary300: any;
|
|
208
|
+
primary400: any;
|
|
209
|
+
primary500: any;
|
|
210
|
+
primary600: any;
|
|
211
|
+
primary700: any;
|
|
212
|
+
primary800: any;
|
|
213
|
+
primary900: any;
|
|
214
|
+
primary1000: any;
|
|
215
|
+
primary1100: any;
|
|
216
|
+
primary1200: any;
|
|
205
217
|
};
|
|
206
218
|
space: {
|
|
207
219
|
"0": any;
|
|
@@ -336,9 +348,10 @@ export declare const SideBarBody: import("@stitches/react/types/styled-component
|
|
|
336
348
|
hover: string;
|
|
337
349
|
}, {
|
|
338
350
|
colors: {
|
|
339
|
-
|
|
351
|
+
textBold: any;
|
|
352
|
+
textRegular: any;
|
|
340
353
|
textSubtle: any;
|
|
341
|
-
|
|
354
|
+
textMinimal: any;
|
|
342
355
|
background: any;
|
|
343
356
|
backgroundAccent: any;
|
|
344
357
|
grey100: any;
|
|
@@ -485,11 +498,6 @@ export declare const SideBarBody: import("@stitches/react/types/styled-component
|
|
|
485
498
|
alpha200: any;
|
|
486
499
|
alpha250: any;
|
|
487
500
|
alpha600: any;
|
|
488
|
-
primaryLight: any;
|
|
489
|
-
primary: any;
|
|
490
|
-
primaryMid: any;
|
|
491
|
-
primaryDark: any;
|
|
492
|
-
secondary: any;
|
|
493
501
|
brandRed: any;
|
|
494
502
|
brandRedAccent: any;
|
|
495
503
|
brandGreen: any;
|
|
@@ -498,6 +506,10 @@ export declare const SideBarBody: import("@stitches/react/types/styled-component
|
|
|
498
506
|
brandPurpleAccent: any;
|
|
499
507
|
brandYellow: any;
|
|
500
508
|
brandYellowAccent: any;
|
|
509
|
+
infoLight: any;
|
|
510
|
+
info: any;
|
|
511
|
+
infoMid: any;
|
|
512
|
+
infoDark: any;
|
|
501
513
|
successLight: any;
|
|
502
514
|
success: any;
|
|
503
515
|
successMid: any;
|
|
@@ -521,6 +533,18 @@ export declare const SideBarBody: import("@stitches/react/types/styled-component
|
|
|
521
533
|
glBlueLight: any;
|
|
522
534
|
glBluePrimary: any;
|
|
523
535
|
glBlueDark: any;
|
|
536
|
+
primary100: any;
|
|
537
|
+
primary200: any;
|
|
538
|
+
primary300: any;
|
|
539
|
+
primary400: any;
|
|
540
|
+
primary500: any;
|
|
541
|
+
primary600: any;
|
|
542
|
+
primary700: any;
|
|
543
|
+
primary800: any;
|
|
544
|
+
primary900: any;
|
|
545
|
+
primary1000: any;
|
|
546
|
+
primary1100: any;
|
|
547
|
+
primary1200: any;
|
|
524
548
|
};
|
|
525
549
|
space: {
|
|
526
550
|
"0": any;
|
|
@@ -655,9 +679,10 @@ export declare const SideBarFooter: import("@stitches/react/types/styled-compone
|
|
|
655
679
|
hover: string;
|
|
656
680
|
}, {
|
|
657
681
|
colors: {
|
|
658
|
-
|
|
682
|
+
textBold: any;
|
|
683
|
+
textRegular: any;
|
|
659
684
|
textSubtle: any;
|
|
660
|
-
|
|
685
|
+
textMinimal: any;
|
|
661
686
|
background: any;
|
|
662
687
|
backgroundAccent: any;
|
|
663
688
|
grey100: any;
|
|
@@ -804,11 +829,6 @@ export declare const SideBarFooter: import("@stitches/react/types/styled-compone
|
|
|
804
829
|
alpha200: any;
|
|
805
830
|
alpha250: any;
|
|
806
831
|
alpha600: any;
|
|
807
|
-
primaryLight: any;
|
|
808
|
-
primary: any;
|
|
809
|
-
primaryMid: any;
|
|
810
|
-
primaryDark: any;
|
|
811
|
-
secondary: any;
|
|
812
832
|
brandRed: any;
|
|
813
833
|
brandRedAccent: any;
|
|
814
834
|
brandGreen: any;
|
|
@@ -817,6 +837,10 @@ export declare const SideBarFooter: import("@stitches/react/types/styled-compone
|
|
|
817
837
|
brandPurpleAccent: any;
|
|
818
838
|
brandYellow: any;
|
|
819
839
|
brandYellowAccent: any;
|
|
840
|
+
infoLight: any;
|
|
841
|
+
info: any;
|
|
842
|
+
infoMid: any;
|
|
843
|
+
infoDark: any;
|
|
820
844
|
successLight: any;
|
|
821
845
|
success: any;
|
|
822
846
|
successMid: any;
|
|
@@ -840,6 +864,18 @@ export declare const SideBarFooter: import("@stitches/react/types/styled-compone
|
|
|
840
864
|
glBlueLight: any;
|
|
841
865
|
glBluePrimary: any;
|
|
842
866
|
glBlueDark: any;
|
|
867
|
+
primary100: any;
|
|
868
|
+
primary200: any;
|
|
869
|
+
primary300: any;
|
|
870
|
+
primary400: any;
|
|
871
|
+
primary500: any;
|
|
872
|
+
primary600: any;
|
|
873
|
+
primary700: any;
|
|
874
|
+
primary800: any;
|
|
875
|
+
primary900: any;
|
|
876
|
+
primary1000: any;
|
|
877
|
+
primary1100: any;
|
|
878
|
+
primary1200: any;
|
|
843
879
|
};
|
|
844
880
|
space: {
|
|
845
881
|
"0": any;
|
|
@@ -974,9 +1010,10 @@ export declare const SideBarBrand: import("@stitches/react/types/styled-componen
|
|
|
974
1010
|
hover: string;
|
|
975
1011
|
}, {
|
|
976
1012
|
colors: {
|
|
977
|
-
|
|
1013
|
+
textBold: any;
|
|
1014
|
+
textRegular: any;
|
|
978
1015
|
textSubtle: any;
|
|
979
|
-
|
|
1016
|
+
textMinimal: any;
|
|
980
1017
|
background: any;
|
|
981
1018
|
backgroundAccent: any;
|
|
982
1019
|
grey100: any;
|
|
@@ -1123,11 +1160,6 @@ export declare const SideBarBrand: import("@stitches/react/types/styled-componen
|
|
|
1123
1160
|
alpha200: any;
|
|
1124
1161
|
alpha250: any;
|
|
1125
1162
|
alpha600: any;
|
|
1126
|
-
primaryLight: any;
|
|
1127
|
-
primary: any;
|
|
1128
|
-
primaryMid: any;
|
|
1129
|
-
primaryDark: any;
|
|
1130
|
-
secondary: any;
|
|
1131
1163
|
brandRed: any;
|
|
1132
1164
|
brandRedAccent: any;
|
|
1133
1165
|
brandGreen: any;
|
|
@@ -1136,6 +1168,10 @@ export declare const SideBarBrand: import("@stitches/react/types/styled-componen
|
|
|
1136
1168
|
brandPurpleAccent: any;
|
|
1137
1169
|
brandYellow: any;
|
|
1138
1170
|
brandYellowAccent: any;
|
|
1171
|
+
infoLight: any;
|
|
1172
|
+
info: any;
|
|
1173
|
+
infoMid: any;
|
|
1174
|
+
infoDark: any;
|
|
1139
1175
|
successLight: any;
|
|
1140
1176
|
success: any;
|
|
1141
1177
|
successMid: any;
|
|
@@ -1159,6 +1195,18 @@ export declare const SideBarBrand: import("@stitches/react/types/styled-componen
|
|
|
1159
1195
|
glBlueLight: any;
|
|
1160
1196
|
glBluePrimary: any;
|
|
1161
1197
|
glBlueDark: any;
|
|
1198
|
+
primary100: any;
|
|
1199
|
+
primary200: any;
|
|
1200
|
+
primary300: any;
|
|
1201
|
+
primary400: any;
|
|
1202
|
+
primary500: any;
|
|
1203
|
+
primary600: any;
|
|
1204
|
+
primary700: any;
|
|
1205
|
+
primary800: any;
|
|
1206
|
+
primary900: any;
|
|
1207
|
+
primary1000: any;
|
|
1208
|
+
primary1100: any;
|
|
1209
|
+
primary1200: any;
|
|
1162
1210
|
};
|
|
1163
1211
|
space: {
|
|
1164
1212
|
"0": any;
|
|
@@ -1298,9 +1346,10 @@ export declare const SideBarBrandLogo: import("react").FC<Omit<Pick<Omit<Pick<im
|
|
|
1298
1346
|
hover: string;
|
|
1299
1347
|
}, {
|
|
1300
1348
|
colors: {
|
|
1301
|
-
|
|
1349
|
+
textBold: any;
|
|
1350
|
+
textRegular: any;
|
|
1302
1351
|
textSubtle: any;
|
|
1303
|
-
|
|
1352
|
+
textMinimal: any;
|
|
1304
1353
|
background: any;
|
|
1305
1354
|
backgroundAccent: any;
|
|
1306
1355
|
grey100: any;
|
|
@@ -1447,11 +1496,6 @@ export declare const SideBarBrandLogo: import("react").FC<Omit<Pick<Omit<Pick<im
|
|
|
1447
1496
|
alpha200: any;
|
|
1448
1497
|
alpha250: any;
|
|
1449
1498
|
alpha600: any;
|
|
1450
|
-
primaryLight: any;
|
|
1451
|
-
primary: any;
|
|
1452
|
-
primaryMid: any;
|
|
1453
|
-
primaryDark: any;
|
|
1454
|
-
secondary: any;
|
|
1455
1499
|
brandRed: any;
|
|
1456
1500
|
brandRedAccent: any;
|
|
1457
1501
|
brandGreen: any;
|
|
@@ -1460,6 +1504,10 @@ export declare const SideBarBrandLogo: import("react").FC<Omit<Pick<Omit<Pick<im
|
|
|
1460
1504
|
brandPurpleAccent: any;
|
|
1461
1505
|
brandYellow: any;
|
|
1462
1506
|
brandYellowAccent: any;
|
|
1507
|
+
infoLight: any;
|
|
1508
|
+
info: any;
|
|
1509
|
+
infoMid: any;
|
|
1510
|
+
infoDark: any;
|
|
1463
1511
|
successLight: any;
|
|
1464
1512
|
success: any;
|
|
1465
1513
|
successMid: any;
|
|
@@ -1483,6 +1531,18 @@ export declare const SideBarBrandLogo: import("react").FC<Omit<Pick<Omit<Pick<im
|
|
|
1483
1531
|
glBlueLight: any;
|
|
1484
1532
|
glBluePrimary: any;
|
|
1485
1533
|
glBlueDark: any;
|
|
1534
|
+
primary100: any;
|
|
1535
|
+
primary200: any;
|
|
1536
|
+
primary300: any;
|
|
1537
|
+
primary400: any;
|
|
1538
|
+
primary500: any;
|
|
1539
|
+
primary600: any;
|
|
1540
|
+
primary700: any;
|
|
1541
|
+
primary800: any;
|
|
1542
|
+
primary900: any;
|
|
1543
|
+
primary1000: any;
|
|
1544
|
+
primary1100: any;
|
|
1545
|
+
primary1200: any;
|
|
1486
1546
|
};
|
|
1487
1547
|
space: {
|
|
1488
1548
|
"0": any;
|
|
@@ -1626,9 +1686,10 @@ export declare const SideBarBrandName: import("@stitches/react/types/styled-comp
|
|
|
1626
1686
|
hover: string;
|
|
1627
1687
|
}, {
|
|
1628
1688
|
colors: {
|
|
1629
|
-
|
|
1689
|
+
textBold: any;
|
|
1690
|
+
textRegular: any;
|
|
1630
1691
|
textSubtle: any;
|
|
1631
|
-
|
|
1692
|
+
textMinimal: any;
|
|
1632
1693
|
background: any;
|
|
1633
1694
|
backgroundAccent: any;
|
|
1634
1695
|
grey100: any;
|
|
@@ -1775,11 +1836,6 @@ export declare const SideBarBrandName: import("@stitches/react/types/styled-comp
|
|
|
1775
1836
|
alpha200: any;
|
|
1776
1837
|
alpha250: any;
|
|
1777
1838
|
alpha600: any;
|
|
1778
|
-
primaryLight: any;
|
|
1779
|
-
primary: any;
|
|
1780
|
-
primaryMid: any;
|
|
1781
|
-
primaryDark: any;
|
|
1782
|
-
secondary: any;
|
|
1783
1839
|
brandRed: any;
|
|
1784
1840
|
brandRedAccent: any;
|
|
1785
1841
|
brandGreen: any;
|
|
@@ -1788,6 +1844,10 @@ export declare const SideBarBrandName: import("@stitches/react/types/styled-comp
|
|
|
1788
1844
|
brandPurpleAccent: any;
|
|
1789
1845
|
brandYellow: any;
|
|
1790
1846
|
brandYellowAccent: any;
|
|
1847
|
+
infoLight: any;
|
|
1848
|
+
info: any;
|
|
1849
|
+
infoMid: any;
|
|
1850
|
+
infoDark: any;
|
|
1791
1851
|
successLight: any;
|
|
1792
1852
|
success: any;
|
|
1793
1853
|
successMid: any;
|
|
@@ -1811,6 +1871,18 @@ export declare const SideBarBrandName: import("@stitches/react/types/styled-comp
|
|
|
1811
1871
|
glBlueLight: any;
|
|
1812
1872
|
glBluePrimary: any;
|
|
1813
1873
|
glBlueDark: any;
|
|
1874
|
+
primary100: any;
|
|
1875
|
+
primary200: any;
|
|
1876
|
+
primary300: any;
|
|
1877
|
+
primary400: any;
|
|
1878
|
+
primary500: any;
|
|
1879
|
+
primary600: any;
|
|
1880
|
+
primary700: any;
|
|
1881
|
+
primary800: any;
|
|
1882
|
+
primary900: any;
|
|
1883
|
+
primary1000: any;
|
|
1884
|
+
primary1100: any;
|
|
1885
|
+
primary1200: any;
|
|
1814
1886
|
};
|
|
1815
1887
|
space: {
|
|
1816
1888
|
"0": any;
|
|
@@ -1947,9 +2019,10 @@ export declare const SideBarBrandName: import("@stitches/react/types/styled-comp
|
|
|
1947
2019
|
hover: string;
|
|
1948
2020
|
}, {
|
|
1949
2021
|
colors: {
|
|
1950
|
-
|
|
2022
|
+
textBold: any;
|
|
2023
|
+
textRegular: any;
|
|
1951
2024
|
textSubtle: any;
|
|
1952
|
-
|
|
2025
|
+
textMinimal: any;
|
|
1953
2026
|
background: any;
|
|
1954
2027
|
backgroundAccent: any;
|
|
1955
2028
|
grey100: any;
|
|
@@ -2096,11 +2169,6 @@ export declare const SideBarBrandName: import("@stitches/react/types/styled-comp
|
|
|
2096
2169
|
alpha200: any;
|
|
2097
2170
|
alpha250: any;
|
|
2098
2171
|
alpha600: any;
|
|
2099
|
-
primaryLight: any;
|
|
2100
|
-
primary: any;
|
|
2101
|
-
primaryMid: any;
|
|
2102
|
-
primaryDark: any;
|
|
2103
|
-
secondary: any;
|
|
2104
2172
|
brandRed: any;
|
|
2105
2173
|
brandRedAccent: any;
|
|
2106
2174
|
brandGreen: any;
|
|
@@ -2109,6 +2177,10 @@ export declare const SideBarBrandName: import("@stitches/react/types/styled-comp
|
|
|
2109
2177
|
brandPurpleAccent: any;
|
|
2110
2178
|
brandYellow: any;
|
|
2111
2179
|
brandYellowAccent: any;
|
|
2180
|
+
infoLight: any;
|
|
2181
|
+
info: any;
|
|
2182
|
+
infoMid: any;
|
|
2183
|
+
infoDark: any;
|
|
2112
2184
|
successLight: any;
|
|
2113
2185
|
success: any;
|
|
2114
2186
|
successMid: any;
|
|
@@ -2132,6 +2204,18 @@ export declare const SideBarBrandName: import("@stitches/react/types/styled-comp
|
|
|
2132
2204
|
glBlueLight: any;
|
|
2133
2205
|
glBluePrimary: any;
|
|
2134
2206
|
glBlueDark: any;
|
|
2207
|
+
primary100: any;
|
|
2208
|
+
primary200: any;
|
|
2209
|
+
primary300: any;
|
|
2210
|
+
primary400: any;
|
|
2211
|
+
primary500: any;
|
|
2212
|
+
primary600: any;
|
|
2213
|
+
primary700: any;
|
|
2214
|
+
primary800: any;
|
|
2215
|
+
primary900: any;
|
|
2216
|
+
primary1000: any;
|
|
2217
|
+
primary1100: any;
|
|
2218
|
+
primary1200: any;
|
|
2135
2219
|
};
|
|
2136
2220
|
space: {
|
|
2137
2221
|
"0": any;
|
|
@@ -21,9 +21,10 @@ declare const StyledSlider: import("@stitches/react/types/styled-component").Sty
|
|
|
21
21
|
hover: string;
|
|
22
22
|
}, {
|
|
23
23
|
colors: {
|
|
24
|
-
|
|
24
|
+
textBold: any;
|
|
25
|
+
textRegular: any;
|
|
25
26
|
textSubtle: any;
|
|
26
|
-
|
|
27
|
+
textMinimal: any;
|
|
27
28
|
background: any;
|
|
28
29
|
backgroundAccent: any;
|
|
29
30
|
grey100: any;
|
|
@@ -170,11 +171,6 @@ declare const StyledSlider: import("@stitches/react/types/styled-component").Sty
|
|
|
170
171
|
alpha200: any;
|
|
171
172
|
alpha250: any;
|
|
172
173
|
alpha600: any;
|
|
173
|
-
primaryLight: any;
|
|
174
|
-
primary: any;
|
|
175
|
-
primaryMid: any;
|
|
176
|
-
primaryDark: any;
|
|
177
|
-
secondary: any;
|
|
178
174
|
brandRed: any;
|
|
179
175
|
brandRedAccent: any;
|
|
180
176
|
brandGreen: any;
|
|
@@ -183,6 +179,10 @@ declare const StyledSlider: import("@stitches/react/types/styled-component").Sty
|
|
|
183
179
|
brandPurpleAccent: any;
|
|
184
180
|
brandYellow: any;
|
|
185
181
|
brandYellowAccent: any;
|
|
182
|
+
infoLight: any;
|
|
183
|
+
info: any;
|
|
184
|
+
infoMid: any;
|
|
185
|
+
infoDark: any;
|
|
186
186
|
successLight: any;
|
|
187
187
|
success: any;
|
|
188
188
|
successMid: any;
|
|
@@ -206,6 +206,18 @@ declare const StyledSlider: import("@stitches/react/types/styled-component").Sty
|
|
|
206
206
|
glBlueLight: any;
|
|
207
207
|
glBluePrimary: any;
|
|
208
208
|
glBlueDark: any;
|
|
209
|
+
primary100: any;
|
|
210
|
+
primary200: any;
|
|
211
|
+
primary300: any;
|
|
212
|
+
primary400: any;
|
|
213
|
+
primary500: any;
|
|
214
|
+
primary600: any;
|
|
215
|
+
primary700: any;
|
|
216
|
+
primary800: any;
|
|
217
|
+
primary900: any;
|
|
218
|
+
primary1000: any;
|
|
219
|
+
primary1100: any;
|
|
220
|
+
primary1200: any;
|
|
209
221
|
};
|
|
210
222
|
space: {
|
|
211
223
|
"0": any;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{Track as $,Root as b,Range as g,Thumb as v}from"@radix-ui/react-slider";import*as e from"react";import{styled as t}from"../../stitches.js";import{CSSWrapper as y}from"../../utilities/css-wrapper/CSSWrapper.js";import"../../utilities/no-overflow-wrapper/NoOverflowWrapper.js";import"color2k";import"../../utilities/style/keyframe-animations.js";import{disabledStyle as a}from"../../utilities/style/disabledStyle.js";import{SliderSteps as S}from"./SliderSteps.js";import{SliderValue as x}from"./SliderValue.js";const o=t($,{borderRadius:"$round",flexGrow:1,position:"relative",'&[data-orientation="horizontal"]':{height:"$space$1"},'&[data-orientation="vertical"]':{width:"$space$1"}}),R=t(b,{alignItems:"center",display:"flex",position:"relative",touchAction:"none",userSelect:"none",cursor:"pointer",'&[data-orientation="horizontal"]':{height:"$1"},'&[data-orientation="vertical"]':{flexDirection:"column",width:"$1"},"&[data-disabled]":a,variants:{theme:{light:{[`${o}`]:{bg:"#fff"}},tonal:{[`${o}`]:{bg:"$tonal200"}}}}}),
|
|
1
|
+
import{Track as $,Root as b,Range as g,Thumb as v}from"@radix-ui/react-slider";import*as e from"react";import{styled as t}from"../../stitches.js";import{CSSWrapper as y}from"../../utilities/css-wrapper/CSSWrapper.js";import"../../utilities/no-overflow-wrapper/NoOverflowWrapper.js";import"color2k";import"../../utilities/style/keyframe-animations.js";import{disabledStyle as a}from"../../utilities/style/disabledStyle.js";import{SliderSteps as S}from"./SliderSteps.js";import{SliderValue as x}from"./SliderValue.js";const o=t($,{borderRadius:"$round",flexGrow:1,position:"relative",'&[data-orientation="horizontal"]':{height:"$space$1"},'&[data-orientation="vertical"]':{width:"$space$1"}}),R=t(b,{alignItems:"center",display:"flex",position:"relative",touchAction:"none",userSelect:"none",cursor:"pointer",'&[data-orientation="horizontal"]':{height:"$1"},'&[data-orientation="vertical"]':{flexDirection:"column",width:"$1"},"&[data-disabled]":a,variants:{theme:{light:{[`${o}`]:{bg:"#fff"}},tonal:{[`${o}`]:{bg:"$tonal200"}}}}}),E=t(g,{bg:"$primary800",borderRadius:"$round",height:"100%",position:"absolute","&[data-disabled]":a}),k=t(v,{bg:"$primary900",borderRadius:"$round",display:"block",size:"$1","&:hover":{bg:"$primary1000"},"&:focus":{outline:"2px solid $primary900",outlineOffset:"2px"},"&[data-disabled]":a}),r=e.forwardRef(({value:l,defaultValue:n,min:d=0,max:m=100,theme:s="tonal",css:p,children:u,...c},f)=>{const i=l||n;return e.createElement(y,{css:p},e.createElement(R,{theme:s,defaultValue:n,value:l,min:d,max:m,ref:f,...c},e.createElement(o,null,e.createElement(E,null)),(i==null?void 0:i.length)&&i.map((w,h)=>e.createElement(k,{key:`thumb${h}`}))),u)});r.Value=x,r.Steps=S,r.displayName="Slider";export{r as Slider};
|
|
2
2
|
//# sourceMappingURL=Slider.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Slider.js","sources":["../../../src/components/slider/Slider.tsx"],"sourcesContent":["import { Range, Root, Thumb, Track } from '@radix-ui/react-slider'\nimport * as React from 'react'\n\nimport { styled } from '~/stitches'\nimport { CSSWrapper, disabledStyle } from '~/utilities'\n\nimport { SliderSteps } from './SliderSteps'\nimport { SliderValue } from './SliderValue'\n\nconst StyledTrack = styled(Track, {\n borderRadius: '$round',\n flexGrow: 1,\n position: 'relative',\n '&[data-orientation=\"horizontal\"]': { height: '$space$1' },\n '&[data-orientation=\"vertical\"]': { width: '$space$1' }\n})\n\nconst StyledSlider = styled(Root, {\n alignItems: 'center',\n display: 'flex',\n position: 'relative',\n touchAction: 'none',\n userSelect: 'none',\n cursor: 'pointer',\n '&[data-orientation=\"horizontal\"]': {\n height: '$1'\n },\n '&[data-orientation=\"vertical\"]': {\n flexDirection: 'column',\n width: '$1'\n },\n '&[data-disabled]': disabledStyle,\n variants: {\n theme: {\n light: {\n [`${StyledTrack}`]: { bg: '#fff' }\n },\n tonal: {\n [`${StyledTrack}`]: { bg: '$tonal200' }\n }\n }\n }\n})\n\nconst StyledRange = styled(Range, {\n bg: '$
|
|
1
|
+
{"version":3,"file":"Slider.js","sources":["../../../src/components/slider/Slider.tsx"],"sourcesContent":["import { Range, Root, Thumb, Track } from '@radix-ui/react-slider'\nimport * as React from 'react'\n\nimport { styled } from '~/stitches'\nimport { CSSWrapper, disabledStyle } from '~/utilities'\n\nimport { SliderSteps } from './SliderSteps'\nimport { SliderValue } from './SliderValue'\n\nconst StyledTrack = styled(Track, {\n borderRadius: '$round',\n flexGrow: 1,\n position: 'relative',\n '&[data-orientation=\"horizontal\"]': { height: '$space$1' },\n '&[data-orientation=\"vertical\"]': { width: '$space$1' }\n})\n\nconst StyledSlider = styled(Root, {\n alignItems: 'center',\n display: 'flex',\n position: 'relative',\n touchAction: 'none',\n userSelect: 'none',\n cursor: 'pointer',\n '&[data-orientation=\"horizontal\"]': {\n height: '$1'\n },\n '&[data-orientation=\"vertical\"]': {\n flexDirection: 'column',\n width: '$1'\n },\n '&[data-disabled]': disabledStyle,\n variants: {\n theme: {\n light: {\n [`${StyledTrack}`]: { bg: '#fff' }\n },\n tonal: {\n [`${StyledTrack}`]: { bg: '$tonal200' }\n }\n }\n }\n})\n\nconst StyledRange = styled(Range, {\n bg: '$primary800',\n borderRadius: '$round',\n height: '100%',\n position: 'absolute',\n '&[data-disabled]': disabledStyle\n})\n\nconst StyledThumb = styled(Thumb, {\n bg: '$primary900',\n borderRadius: '$round',\n display: 'block',\n size: '$1',\n '&:hover': {\n bg: '$primary1000'\n },\n '&:focus': {\n outline: '2px solid $primary900',\n outlineOffset: '2px'\n },\n '&[data-disabled]': disabledStyle\n})\n\nexport type SliderProps = React.ComponentProps<typeof StyledSlider>\n\ntype SliderType = React.ForwardRefExoticComponent<SliderProps> & {\n Value: typeof SliderValue\n Steps: typeof SliderSteps\n}\n\nexport const Slider: SliderType = React.forwardRef(\n (\n {\n value,\n defaultValue,\n min = 0,\n max = 100,\n theme = 'tonal',\n css,\n children,\n ...remainingProps\n },\n ref\n ) => {\n const values = value || defaultValue\n return (\n <CSSWrapper css={css}>\n <StyledSlider\n theme={theme}\n defaultValue={defaultValue}\n value={value}\n min={min}\n max={max}\n ref={ref}\n {...remainingProps}\n >\n <StyledTrack>\n <StyledRange />\n </StyledTrack>\n {values?.length &&\n values.map((_, i) => <StyledThumb key={`thumb${i}`} />)}\n </StyledSlider>\n {children}\n </CSSWrapper>\n )\n }\n) as SliderType\n\nSlider.Value = SliderValue\nSlider.Steps = SliderSteps\n\nSlider.displayName = 'Slider'\n"],"names":["StyledTrack","styled","Track","StyledSlider","Root","disabledStyle","StyledRange","Range","StyledThumb","Thumb","Slider","React","value","defaultValue","min","max","theme","css","children","remainingProps","ref","values","CSSWrapper","_","i","SliderValue","SliderSteps"],"mappings":"ogBASA,MAAMA,EAAcC,EAAOC,EAAO,CAChC,aAAc,SACd,SAAU,EACV,SAAU,WACV,mCAAoC,CAAE,OAAQ,UAAW,EACzD,iCAAkC,CAAE,MAAO,UAAW,CACxD,CAAC,EAEKC,EAAeF,EAAOG,EAAM,CAChC,WAAY,SACZ,QAAS,OACT,SAAU,WACV,YAAa,OACb,WAAY,OACZ,OAAQ,UACR,mCAAoC,CAClC,OAAQ,IACV,EACA,iCAAkC,CAChC,cAAe,SACf,MAAO,IACT,EACA,mBAAoBC,EACpB,SAAU,CACR,MAAO,CACL,MAAO,CACL,CAAC,GAAGL,KAAgB,CAAE,GAAI,MAAO,CACnC,EACA,MAAO,CACL,CAAC,GAAGA,KAAgB,CAAE,GAAI,WAAY,CACxC,CACF,CACF,CACF,CAAC,EAEKM,EAAcL,EAAOM,EAAO,CAChC,GAAI,cACJ,aAAc,SACd,OAAQ,OACR,SAAU,WACV,mBAAoBF,CACtB,CAAC,EAEKG,EAAcP,EAAOQ,EAAO,CAChC,GAAI,cACJ,aAAc,SACd,QAAS,QACT,KAAM,KACN,UAAW,CACT,GAAI,cACN,EACA,UAAW,CACT,QAAS,wBACT,cAAe,KACjB,EACA,mBAAoBJ,CACtB,CAAC,EASYK,EAAqBC,EAAM,WACtC,CACE,CACE,MAAAC,EACA,aAAAC,EACA,IAAAC,EAAM,EACN,IAAAC,EAAM,IACN,MAAAC,EAAQ,QACR,IAAAC,EACA,SAAAC,KACGC,CACL,EACAC,IACG,CACH,MAAMC,EAAST,GAASC,EACxB,OACEF,EAAA,cAACW,EAAA,CAAW,IAAKL,CAAAA,EACfN,EAAA,cAACR,EAAA,CACC,MAAOa,EACP,aAAcH,EACd,MAAOD,EACP,IAAKE,EACL,IAAKC,EACL,IAAKK,EACJ,GAAGD,CAAAA,EAEJR,EAAA,cAACX,EAAA,KACCW,EAAA,cAACL,EAAA,IAAY,CACf,GACCe,GAAA,KAAA,OAAAA,EAAQ,SACPA,EAAO,IAAI,CAACE,EAAGC,IAAMb,EAAA,cAACH,EAAA,CAAY,IAAK,QAAQgB,GAAAA,CAAK,CAAE,CAC1D,EACCN,CACH,CAEJ,CACF,EAEAR,EAAO,MAAQe,EACff,EAAO,MAAQgB,EAEfhB,EAAO,YAAc"}
|
|
@@ -3,7 +3,7 @@ import { Icon } from '../icon';
|
|
|
3
3
|
export declare const StyledHandle: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Pick<Omit<Omit<Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof React.ButtonHTMLAttributes<HTMLButtonElement>> & {
|
|
4
4
|
ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
5
5
|
}, "appearance" | "size" | "css" | "theme" | "isRounded"> & import("@stitches/react/types/styled-component").TransformProps<{
|
|
6
|
-
theme?: "
|
|
6
|
+
theme?: "success" | "danger" | "warning" | "primary" | "neutral" | undefined;
|
|
7
7
|
appearance?: "outline" | "solid" | "simple" | undefined;
|
|
8
8
|
size?: "sm" | "md" | "lg" | "xs" | undefined;
|
|
9
9
|
isRounded?: boolean | "true" | undefined;
|
|
@@ -26,9 +26,10 @@ export declare const StyledHandle: import("@stitches/react/types/styled-componen
|
|
|
26
26
|
hover: string;
|
|
27
27
|
}, {
|
|
28
28
|
colors: {
|
|
29
|
-
|
|
29
|
+
textBold: any;
|
|
30
|
+
textRegular: any;
|
|
30
31
|
textSubtle: any;
|
|
31
|
-
|
|
32
|
+
textMinimal: any;
|
|
32
33
|
background: any;
|
|
33
34
|
backgroundAccent: any;
|
|
34
35
|
grey100: any;
|
|
@@ -175,11 +176,6 @@ export declare const StyledHandle: import("@stitches/react/types/styled-componen
|
|
|
175
176
|
alpha200: any;
|
|
176
177
|
alpha250: any;
|
|
177
178
|
alpha600: any;
|
|
178
|
-
primaryLight: any;
|
|
179
|
-
primary: any;
|
|
180
|
-
primaryMid: any;
|
|
181
|
-
primaryDark: any;
|
|
182
|
-
secondary: any;
|
|
183
179
|
brandRed: any;
|
|
184
180
|
brandRedAccent: any;
|
|
185
181
|
brandGreen: any;
|
|
@@ -188,6 +184,10 @@ export declare const StyledHandle: import("@stitches/react/types/styled-componen
|
|
|
188
184
|
brandPurpleAccent: any;
|
|
189
185
|
brandYellow: any;
|
|
190
186
|
brandYellowAccent: any;
|
|
187
|
+
infoLight: any;
|
|
188
|
+
info: any;
|
|
189
|
+
infoMid: any;
|
|
190
|
+
infoDark: any;
|
|
191
191
|
successLight: any;
|
|
192
192
|
success: any;
|
|
193
193
|
successMid: any;
|
|
@@ -211,6 +211,18 @@ export declare const StyledHandle: import("@stitches/react/types/styled-componen
|
|
|
211
211
|
glBlueLight: any;
|
|
212
212
|
glBluePrimary: any;
|
|
213
213
|
glBlueDark: any;
|
|
214
|
+
primary100: any;
|
|
215
|
+
primary200: any;
|
|
216
|
+
primary300: any;
|
|
217
|
+
primary400: any;
|
|
218
|
+
primary500: any;
|
|
219
|
+
primary600: any;
|
|
220
|
+
primary700: any;
|
|
221
|
+
primary800: any;
|
|
222
|
+
primary900: any;
|
|
223
|
+
primary1000: any;
|
|
224
|
+
primary1100: any;
|
|
225
|
+
primary1200: any;
|
|
214
226
|
};
|
|
215
227
|
space: {
|
|
216
228
|
"0": any;
|
|
@@ -328,7 +340,7 @@ export declare const StyledHandle: import("@stitches/react/types/styled-componen
|
|
|
328
340
|
};
|
|
329
341
|
}> | undefined;
|
|
330
342
|
}, "appearance" | "size" | "theme" | "label" | "children" | "as" | "hasTooltip" | "tooltipSide" | "isRounded" | keyof import("../../types").NavigatorActions> & import("@stitches/react/types/styled-component").TransformProps<{
|
|
331
|
-
theme?: "
|
|
343
|
+
theme?: "success" | "danger" | "warning" | "primary" | "neutral" | undefined;
|
|
332
344
|
appearance?: "outline" | "solid" | "simple" | undefined;
|
|
333
345
|
size?: "sm" | "md" | "lg" | "xs" | undefined;
|
|
334
346
|
isRounded?: boolean | "true" | undefined;
|
|
@@ -364,9 +376,10 @@ export declare const StyledHandle: import("@stitches/react/types/styled-componen
|
|
|
364
376
|
hover: string;
|
|
365
377
|
}, {
|
|
366
378
|
colors: {
|
|
367
|
-
|
|
379
|
+
textBold: any;
|
|
380
|
+
textRegular: any;
|
|
368
381
|
textSubtle: any;
|
|
369
|
-
|
|
382
|
+
textMinimal: any;
|
|
370
383
|
background: any;
|
|
371
384
|
backgroundAccent: any;
|
|
372
385
|
grey100: any;
|
|
@@ -513,11 +526,6 @@ export declare const StyledHandle: import("@stitches/react/types/styled-componen
|
|
|
513
526
|
alpha200: any;
|
|
514
527
|
alpha250: any;
|
|
515
528
|
alpha600: any;
|
|
516
|
-
primaryLight: any;
|
|
517
|
-
primary: any;
|
|
518
|
-
primaryMid: any;
|
|
519
|
-
primaryDark: any;
|
|
520
|
-
secondary: any;
|
|
521
529
|
brandRed: any;
|
|
522
530
|
brandRedAccent: any;
|
|
523
531
|
brandGreen: any;
|
|
@@ -526,6 +534,10 @@ export declare const StyledHandle: import("@stitches/react/types/styled-componen
|
|
|
526
534
|
brandPurpleAccent: any;
|
|
527
535
|
brandYellow: any;
|
|
528
536
|
brandYellowAccent: any;
|
|
537
|
+
infoLight: any;
|
|
538
|
+
info: any;
|
|
539
|
+
infoMid: any;
|
|
540
|
+
infoDark: any;
|
|
529
541
|
successLight: any;
|
|
530
542
|
success: any;
|
|
531
543
|
successMid: any;
|
|
@@ -549,6 +561,18 @@ export declare const StyledHandle: import("@stitches/react/types/styled-componen
|
|
|
549
561
|
glBlueLight: any;
|
|
550
562
|
glBluePrimary: any;
|
|
551
563
|
glBlueDark: any;
|
|
564
|
+
primary100: any;
|
|
565
|
+
primary200: any;
|
|
566
|
+
primary300: any;
|
|
567
|
+
primary400: any;
|
|
568
|
+
primary500: any;
|
|
569
|
+
primary600: any;
|
|
570
|
+
primary700: any;
|
|
571
|
+
primary800: any;
|
|
572
|
+
primary900: any;
|
|
573
|
+
primary1000: any;
|
|
574
|
+
primary1100: any;
|
|
575
|
+
primary1200: any;
|
|
552
576
|
};
|
|
553
577
|
space: {
|
|
554
578
|
"0": any;
|
|
@@ -24,9 +24,10 @@ declare const StyledStack: import("@stitches/react/types/styled-component").Styl
|
|
|
24
24
|
hover: string;
|
|
25
25
|
}, {
|
|
26
26
|
colors: {
|
|
27
|
-
|
|
27
|
+
textBold: any;
|
|
28
|
+
textRegular: any;
|
|
28
29
|
textSubtle: any;
|
|
29
|
-
|
|
30
|
+
textMinimal: any;
|
|
30
31
|
background: any;
|
|
31
32
|
backgroundAccent: any;
|
|
32
33
|
grey100: any;
|
|
@@ -173,11 +174,6 @@ declare const StyledStack: import("@stitches/react/types/styled-component").Styl
|
|
|
173
174
|
alpha200: any;
|
|
174
175
|
alpha250: any;
|
|
175
176
|
alpha600: any;
|
|
176
|
-
primaryLight: any;
|
|
177
|
-
primary: any;
|
|
178
|
-
primaryMid: any;
|
|
179
|
-
primaryDark: any;
|
|
180
|
-
secondary: any;
|
|
181
177
|
brandRed: any;
|
|
182
178
|
brandRedAccent: any;
|
|
183
179
|
brandGreen: any;
|
|
@@ -186,6 +182,10 @@ declare const StyledStack: import("@stitches/react/types/styled-component").Styl
|
|
|
186
182
|
brandPurpleAccent: any;
|
|
187
183
|
brandYellow: any;
|
|
188
184
|
brandYellowAccent: any;
|
|
185
|
+
infoLight: any;
|
|
186
|
+
info: any;
|
|
187
|
+
infoMid: any;
|
|
188
|
+
infoDark: any;
|
|
189
189
|
successLight: any;
|
|
190
190
|
success: any;
|
|
191
191
|
successMid: any;
|
|
@@ -209,6 +209,18 @@ declare const StyledStack: import("@stitches/react/types/styled-component").Styl
|
|
|
209
209
|
glBlueLight: any;
|
|
210
210
|
glBluePrimary: any;
|
|
211
211
|
glBlueDark: any;
|
|
212
|
+
primary100: any;
|
|
213
|
+
primary200: any;
|
|
214
|
+
primary300: any;
|
|
215
|
+
primary400: any;
|
|
216
|
+
primary500: any;
|
|
217
|
+
primary600: any;
|
|
218
|
+
primary700: any;
|
|
219
|
+
primary800: any;
|
|
220
|
+
primary900: any;
|
|
221
|
+
primary1000: any;
|
|
222
|
+
primary1100: any;
|
|
223
|
+
primary1200: any;
|
|
212
224
|
};
|
|
213
225
|
space: {
|
|
214
226
|
"0": any;
|