@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
|
@@ -27,9 +27,10 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
27
27
|
hover: string;
|
|
28
28
|
}, {
|
|
29
29
|
colors: {
|
|
30
|
-
|
|
30
|
+
textBold: any;
|
|
31
|
+
textRegular: any;
|
|
31
32
|
textSubtle: any;
|
|
32
|
-
|
|
33
|
+
textMinimal: any;
|
|
33
34
|
background: any;
|
|
34
35
|
backgroundAccent: any;
|
|
35
36
|
grey100: any;
|
|
@@ -176,11 +177,6 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
176
177
|
alpha200: any;
|
|
177
178
|
alpha250: any;
|
|
178
179
|
alpha600: any;
|
|
179
|
-
primaryLight: any;
|
|
180
|
-
primary: any;
|
|
181
|
-
primaryMid: any;
|
|
182
|
-
primaryDark: any;
|
|
183
|
-
secondary: any;
|
|
184
180
|
brandRed: any;
|
|
185
181
|
brandRedAccent: any;
|
|
186
182
|
brandGreen: any;
|
|
@@ -189,6 +185,10 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
189
185
|
brandPurpleAccent: any;
|
|
190
186
|
brandYellow: any;
|
|
191
187
|
brandYellowAccent: any;
|
|
188
|
+
infoLight: any;
|
|
189
|
+
info: any;
|
|
190
|
+
infoMid: any;
|
|
191
|
+
infoDark: any;
|
|
192
192
|
successLight: any;
|
|
193
193
|
success: any;
|
|
194
194
|
successMid: any;
|
|
@@ -212,6 +212,18 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
212
212
|
glBlueLight: any;
|
|
213
213
|
glBluePrimary: any;
|
|
214
214
|
glBlueDark: any;
|
|
215
|
+
primary100: any;
|
|
216
|
+
primary200: any;
|
|
217
|
+
primary300: any;
|
|
218
|
+
primary400: any;
|
|
219
|
+
primary500: any;
|
|
220
|
+
primary600: any;
|
|
221
|
+
primary700: any;
|
|
222
|
+
primary800: any;
|
|
223
|
+
primary900: any;
|
|
224
|
+
primary1000: any;
|
|
225
|
+
primary1100: any;
|
|
226
|
+
primary1200: any;
|
|
215
227
|
};
|
|
216
228
|
space: {
|
|
217
229
|
"0": any;
|
|
@@ -349,9 +361,10 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
349
361
|
hover: string;
|
|
350
362
|
}, {
|
|
351
363
|
colors: {
|
|
352
|
-
|
|
364
|
+
textBold: any;
|
|
365
|
+
textRegular: any;
|
|
353
366
|
textSubtle: any;
|
|
354
|
-
|
|
367
|
+
textMinimal: any;
|
|
355
368
|
background: any;
|
|
356
369
|
backgroundAccent: any;
|
|
357
370
|
grey100: any;
|
|
@@ -498,11 +511,6 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
498
511
|
alpha200: any;
|
|
499
512
|
alpha250: any;
|
|
500
513
|
alpha600: any;
|
|
501
|
-
primaryLight: any;
|
|
502
|
-
primary: any;
|
|
503
|
-
primaryMid: any;
|
|
504
|
-
primaryDark: any;
|
|
505
|
-
secondary: any;
|
|
506
514
|
brandRed: any;
|
|
507
515
|
brandRedAccent: any;
|
|
508
516
|
brandGreen: any;
|
|
@@ -511,6 +519,10 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
511
519
|
brandPurpleAccent: any;
|
|
512
520
|
brandYellow: any;
|
|
513
521
|
brandYellowAccent: any;
|
|
522
|
+
infoLight: any;
|
|
523
|
+
info: any;
|
|
524
|
+
infoMid: any;
|
|
525
|
+
infoDark: any;
|
|
514
526
|
successLight: any;
|
|
515
527
|
success: any;
|
|
516
528
|
successMid: any;
|
|
@@ -534,6 +546,18 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
534
546
|
glBlueLight: any;
|
|
535
547
|
glBluePrimary: any;
|
|
536
548
|
glBlueDark: any;
|
|
549
|
+
primary100: any;
|
|
550
|
+
primary200: any;
|
|
551
|
+
primary300: any;
|
|
552
|
+
primary400: any;
|
|
553
|
+
primary500: any;
|
|
554
|
+
primary600: any;
|
|
555
|
+
primary700: any;
|
|
556
|
+
primary800: any;
|
|
557
|
+
primary900: any;
|
|
558
|
+
primary1000: any;
|
|
559
|
+
primary1100: any;
|
|
560
|
+
primary1200: any;
|
|
537
561
|
};
|
|
538
562
|
space: {
|
|
539
563
|
"0": any;
|
|
@@ -678,9 +702,10 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
678
702
|
hover: string;
|
|
679
703
|
}, {
|
|
680
704
|
colors: {
|
|
681
|
-
|
|
705
|
+
textBold: any;
|
|
706
|
+
textRegular: any;
|
|
682
707
|
textSubtle: any;
|
|
683
|
-
|
|
708
|
+
textMinimal: any;
|
|
684
709
|
background: any;
|
|
685
710
|
backgroundAccent: any;
|
|
686
711
|
grey100: any;
|
|
@@ -827,11 +852,6 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
827
852
|
alpha200: any;
|
|
828
853
|
alpha250: any;
|
|
829
854
|
alpha600: any;
|
|
830
|
-
primaryLight: any;
|
|
831
|
-
primary: any;
|
|
832
|
-
primaryMid: any;
|
|
833
|
-
primaryDark: any;
|
|
834
|
-
secondary: any;
|
|
835
855
|
brandRed: any;
|
|
836
856
|
brandRedAccent: any;
|
|
837
857
|
brandGreen: any;
|
|
@@ -840,6 +860,10 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
840
860
|
brandPurpleAccent: any;
|
|
841
861
|
brandYellow: any;
|
|
842
862
|
brandYellowAccent: any;
|
|
863
|
+
infoLight: any;
|
|
864
|
+
info: any;
|
|
865
|
+
infoMid: any;
|
|
866
|
+
infoDark: any;
|
|
843
867
|
successLight: any;
|
|
844
868
|
success: any;
|
|
845
869
|
successMid: any;
|
|
@@ -863,6 +887,18 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
863
887
|
glBlueLight: any;
|
|
864
888
|
glBluePrimary: any;
|
|
865
889
|
glBlueDark: any;
|
|
890
|
+
primary100: any;
|
|
891
|
+
primary200: any;
|
|
892
|
+
primary300: any;
|
|
893
|
+
primary400: any;
|
|
894
|
+
primary500: any;
|
|
895
|
+
primary600: any;
|
|
896
|
+
primary700: any;
|
|
897
|
+
primary800: any;
|
|
898
|
+
primary900: any;
|
|
899
|
+
primary1000: any;
|
|
900
|
+
primary1100: any;
|
|
901
|
+
primary1200: any;
|
|
866
902
|
};
|
|
867
903
|
space: {
|
|
868
904
|
"0": any;
|
|
@@ -1001,9 +1037,10 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
1001
1037
|
hover: string;
|
|
1002
1038
|
}, {
|
|
1003
1039
|
colors: {
|
|
1004
|
-
|
|
1040
|
+
textBold: any;
|
|
1041
|
+
textRegular: any;
|
|
1005
1042
|
textSubtle: any;
|
|
1006
|
-
|
|
1043
|
+
textMinimal: any;
|
|
1007
1044
|
background: any;
|
|
1008
1045
|
backgroundAccent: any;
|
|
1009
1046
|
grey100: any;
|
|
@@ -1150,11 +1187,6 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
1150
1187
|
alpha200: any;
|
|
1151
1188
|
alpha250: any;
|
|
1152
1189
|
alpha600: any;
|
|
1153
|
-
primaryLight: any;
|
|
1154
|
-
primary: any;
|
|
1155
|
-
primaryMid: any;
|
|
1156
|
-
primaryDark: any;
|
|
1157
|
-
secondary: any;
|
|
1158
1190
|
brandRed: any;
|
|
1159
1191
|
brandRedAccent: any;
|
|
1160
1192
|
brandGreen: any;
|
|
@@ -1163,6 +1195,10 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
1163
1195
|
brandPurpleAccent: any;
|
|
1164
1196
|
brandYellow: any;
|
|
1165
1197
|
brandYellowAccent: any;
|
|
1198
|
+
infoLight: any;
|
|
1199
|
+
info: any;
|
|
1200
|
+
infoMid: any;
|
|
1201
|
+
infoDark: any;
|
|
1166
1202
|
successLight: any;
|
|
1167
1203
|
success: any;
|
|
1168
1204
|
successMid: any;
|
|
@@ -1186,6 +1222,18 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
1186
1222
|
glBlueLight: any;
|
|
1187
1223
|
glBluePrimary: any;
|
|
1188
1224
|
glBlueDark: any;
|
|
1225
|
+
primary100: any;
|
|
1226
|
+
primary200: any;
|
|
1227
|
+
primary300: any;
|
|
1228
|
+
primary400: any;
|
|
1229
|
+
primary500: any;
|
|
1230
|
+
primary600: any;
|
|
1231
|
+
primary700: any;
|
|
1232
|
+
primary800: any;
|
|
1233
|
+
primary900: any;
|
|
1234
|
+
primary1000: any;
|
|
1235
|
+
primary1100: any;
|
|
1236
|
+
primary1200: any;
|
|
1189
1237
|
};
|
|
1190
1238
|
space: {
|
|
1191
1239
|
"0": any;
|
|
@@ -27,9 +27,10 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
27
27
|
hover: string;
|
|
28
28
|
}, {
|
|
29
29
|
colors: {
|
|
30
|
-
|
|
30
|
+
textBold: any;
|
|
31
|
+
textRegular: any;
|
|
31
32
|
textSubtle: any;
|
|
32
|
-
|
|
33
|
+
textMinimal: any;
|
|
33
34
|
background: any;
|
|
34
35
|
backgroundAccent: any;
|
|
35
36
|
grey100: any;
|
|
@@ -176,11 +177,6 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
176
177
|
alpha200: any;
|
|
177
178
|
alpha250: any;
|
|
178
179
|
alpha600: any;
|
|
179
|
-
primaryLight: any;
|
|
180
|
-
primary: any;
|
|
181
|
-
primaryMid: any;
|
|
182
|
-
primaryDark: any;
|
|
183
|
-
secondary: any;
|
|
184
180
|
brandRed: any;
|
|
185
181
|
brandRedAccent: any;
|
|
186
182
|
brandGreen: any;
|
|
@@ -189,6 +185,10 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
189
185
|
brandPurpleAccent: any;
|
|
190
186
|
brandYellow: any;
|
|
191
187
|
brandYellowAccent: any;
|
|
188
|
+
infoLight: any;
|
|
189
|
+
info: any;
|
|
190
|
+
infoMid: any;
|
|
191
|
+
infoDark: any;
|
|
192
192
|
successLight: any;
|
|
193
193
|
success: any;
|
|
194
194
|
successMid: any;
|
|
@@ -212,6 +212,18 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
212
212
|
glBlueLight: any;
|
|
213
213
|
glBluePrimary: any;
|
|
214
214
|
glBlueDark: any;
|
|
215
|
+
primary100: any;
|
|
216
|
+
primary200: any;
|
|
217
|
+
primary300: any;
|
|
218
|
+
primary400: any;
|
|
219
|
+
primary500: any;
|
|
220
|
+
primary600: any;
|
|
221
|
+
primary700: any;
|
|
222
|
+
primary800: any;
|
|
223
|
+
primary900: any;
|
|
224
|
+
primary1000: any;
|
|
225
|
+
primary1100: any;
|
|
226
|
+
primary1200: any;
|
|
215
227
|
};
|
|
216
228
|
space: {
|
|
217
229
|
"0": any;
|
|
@@ -349,9 +361,10 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
349
361
|
hover: string;
|
|
350
362
|
}, {
|
|
351
363
|
colors: {
|
|
352
|
-
|
|
364
|
+
textBold: any;
|
|
365
|
+
textRegular: any;
|
|
353
366
|
textSubtle: any;
|
|
354
|
-
|
|
367
|
+
textMinimal: any;
|
|
355
368
|
background: any;
|
|
356
369
|
backgroundAccent: any;
|
|
357
370
|
grey100: any;
|
|
@@ -498,11 +511,6 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
498
511
|
alpha200: any;
|
|
499
512
|
alpha250: any;
|
|
500
513
|
alpha600: any;
|
|
501
|
-
primaryLight: any;
|
|
502
|
-
primary: any;
|
|
503
|
-
primaryMid: any;
|
|
504
|
-
primaryDark: any;
|
|
505
|
-
secondary: any;
|
|
506
514
|
brandRed: any;
|
|
507
515
|
brandRedAccent: any;
|
|
508
516
|
brandGreen: any;
|
|
@@ -511,6 +519,10 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
511
519
|
brandPurpleAccent: any;
|
|
512
520
|
brandYellow: any;
|
|
513
521
|
brandYellowAccent: any;
|
|
522
|
+
infoLight: any;
|
|
523
|
+
info: any;
|
|
524
|
+
infoMid: any;
|
|
525
|
+
infoDark: any;
|
|
514
526
|
successLight: any;
|
|
515
527
|
success: any;
|
|
516
528
|
successMid: any;
|
|
@@ -534,6 +546,18 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
534
546
|
glBlueLight: any;
|
|
535
547
|
glBluePrimary: any;
|
|
536
548
|
glBlueDark: any;
|
|
549
|
+
primary100: any;
|
|
550
|
+
primary200: any;
|
|
551
|
+
primary300: any;
|
|
552
|
+
primary400: any;
|
|
553
|
+
primary500: any;
|
|
554
|
+
primary600: any;
|
|
555
|
+
primary700: any;
|
|
556
|
+
primary800: any;
|
|
557
|
+
primary900: any;
|
|
558
|
+
primary1000: any;
|
|
559
|
+
primary1100: any;
|
|
560
|
+
primary1200: any;
|
|
537
561
|
};
|
|
538
562
|
space: {
|
|
539
563
|
"0": any;
|
|
@@ -678,9 +702,10 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
678
702
|
hover: string;
|
|
679
703
|
}, {
|
|
680
704
|
colors: {
|
|
681
|
-
|
|
705
|
+
textBold: any;
|
|
706
|
+
textRegular: any;
|
|
682
707
|
textSubtle: any;
|
|
683
|
-
|
|
708
|
+
textMinimal: any;
|
|
684
709
|
background: any;
|
|
685
710
|
backgroundAccent: any;
|
|
686
711
|
grey100: any;
|
|
@@ -827,11 +852,6 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
827
852
|
alpha200: any;
|
|
828
853
|
alpha250: any;
|
|
829
854
|
alpha600: any;
|
|
830
|
-
primaryLight: any;
|
|
831
|
-
primary: any;
|
|
832
|
-
primaryMid: any;
|
|
833
|
-
primaryDark: any;
|
|
834
|
-
secondary: any;
|
|
835
855
|
brandRed: any;
|
|
836
856
|
brandRedAccent: any;
|
|
837
857
|
brandGreen: any;
|
|
@@ -840,6 +860,10 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
840
860
|
brandPurpleAccent: any;
|
|
841
861
|
brandYellow: any;
|
|
842
862
|
brandYellowAccent: any;
|
|
863
|
+
infoLight: any;
|
|
864
|
+
info: any;
|
|
865
|
+
infoMid: any;
|
|
866
|
+
infoDark: any;
|
|
843
867
|
successLight: any;
|
|
844
868
|
success: any;
|
|
845
869
|
successMid: any;
|
|
@@ -863,6 +887,18 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
863
887
|
glBlueLight: any;
|
|
864
888
|
glBluePrimary: any;
|
|
865
889
|
glBlueDark: any;
|
|
890
|
+
primary100: any;
|
|
891
|
+
primary200: any;
|
|
892
|
+
primary300: any;
|
|
893
|
+
primary400: any;
|
|
894
|
+
primary500: any;
|
|
895
|
+
primary600: any;
|
|
896
|
+
primary700: any;
|
|
897
|
+
primary800: any;
|
|
898
|
+
primary900: any;
|
|
899
|
+
primary1000: any;
|
|
900
|
+
primary1100: any;
|
|
901
|
+
primary1200: any;
|
|
866
902
|
};
|
|
867
903
|
space: {
|
|
868
904
|
"0": any;
|
|
@@ -1001,9 +1037,10 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
1001
1037
|
hover: string;
|
|
1002
1038
|
}, {
|
|
1003
1039
|
colors: {
|
|
1004
|
-
|
|
1040
|
+
textBold: any;
|
|
1041
|
+
textRegular: any;
|
|
1005
1042
|
textSubtle: any;
|
|
1006
|
-
|
|
1043
|
+
textMinimal: any;
|
|
1007
1044
|
background: any;
|
|
1008
1045
|
backgroundAccent: any;
|
|
1009
1046
|
grey100: any;
|
|
@@ -1150,11 +1187,6 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
1150
1187
|
alpha200: any;
|
|
1151
1188
|
alpha250: any;
|
|
1152
1189
|
alpha600: any;
|
|
1153
|
-
primaryLight: any;
|
|
1154
|
-
primary: any;
|
|
1155
|
-
primaryMid: any;
|
|
1156
|
-
primaryDark: any;
|
|
1157
|
-
secondary: any;
|
|
1158
1190
|
brandRed: any;
|
|
1159
1191
|
brandRedAccent: any;
|
|
1160
1192
|
brandGreen: any;
|
|
@@ -1163,6 +1195,10 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
1163
1195
|
brandPurpleAccent: any;
|
|
1164
1196
|
brandYellow: any;
|
|
1165
1197
|
brandYellowAccent: any;
|
|
1198
|
+
infoLight: any;
|
|
1199
|
+
info: any;
|
|
1200
|
+
infoMid: any;
|
|
1201
|
+
infoDark: any;
|
|
1166
1202
|
successLight: any;
|
|
1167
1203
|
success: any;
|
|
1168
1204
|
successMid: any;
|
|
@@ -1186,6 +1222,18 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
1186
1222
|
glBlueLight: any;
|
|
1187
1223
|
glBluePrimary: any;
|
|
1188
1224
|
glBlueDark: any;
|
|
1225
|
+
primary100: any;
|
|
1226
|
+
primary200: any;
|
|
1227
|
+
primary300: any;
|
|
1228
|
+
primary400: any;
|
|
1229
|
+
primary500: any;
|
|
1230
|
+
primary600: any;
|
|
1231
|
+
primary700: any;
|
|
1232
|
+
primary800: any;
|
|
1233
|
+
primary900: any;
|
|
1234
|
+
primary1000: any;
|
|
1235
|
+
primary1100: any;
|
|
1236
|
+
primary1200: any;
|
|
1189
1237
|
};
|
|
1190
1238
|
space: {
|
|
1191
1239
|
"0": any;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{Ok as m}from"@atom-learning/icons";import*as n from"@radix-ui/react-toggle-group";import*as o from"react";import{Chip as r}from"../chip/Chip.js";import"../chip/ChipGroup.js";import{Icon as s}from"../icon/Icon.js";import{styled as e}from"../../stitches.js";import"../../utilities/css-wrapper/CSSWrapper.js";import"../../utilities/no-overflow-wrapper/NoOverflowWrapper.js";import"color2k";import{focusVisibleStyleBlock as p}from"../../utilities/style/focus-visible-style-block.js";import"../../utilities/style/keyframe-animations.js";const i=e(s,{display:"none"}),c=e.withConfig({shouldForwardStitchesProp:t=>["as"].includes(t)})(r,{"&:not([disabled])":{cursor:"pointer","&:hover":{bg:"$tonal100",color:"$tonal600",borderColor:"currentColor"},"&:focus-visible":{...p()},'&[data-state="on"]':{"&:hover":{bg:"$white",color:"$
|
|
1
|
+
import{Ok as m}from"@atom-learning/icons";import*as n from"@radix-ui/react-toggle-group";import*as o from"react";import{Chip as r}from"../chip/Chip.js";import"../chip/ChipGroup.js";import{Icon as s}from"../icon/Icon.js";import{styled as e}from"../../stitches.js";import"../../utilities/css-wrapper/CSSWrapper.js";import"../../utilities/no-overflow-wrapper/NoOverflowWrapper.js";import"color2k";import{focusVisibleStyleBlock as p}from"../../utilities/style/focus-visible-style-block.js";import"../../utilities/style/keyframe-animations.js";const i=e(s,{display:"none"}),c=e.withConfig({shouldForwardStitchesProp:t=>["as"].includes(t)})(r,{"&:not([disabled])":{cursor:"pointer","&:hover":{bg:"$tonal100",color:"$tonal600",borderColor:"currentColor"},"&:focus-visible":{...p()},'&[data-state="on"]':{"&:hover":{bg:"$white",color:"$primary1000"}}},'&[data-state="off"]':{color:"$tonal400",bg:"$tonal50",borderColor:"$tonal200"},'&[data-state="on"]':{[`& ${i}`]:{display:"block"}}}),d=({size:t="md",children:l,...a})=>o.createElement(n.Item,{...a,asChild:!0},o.createElement(c,{as:"button"},o.createElement(i,{is:m,size:t==="lg"?"md":"sm"}),o.createElement(r.Content,null,l)));export{d as ChipToggleGroupItem};
|
|
2
2
|
//# sourceMappingURL=ChipToggleGroupItem.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChipToggleGroupItem.js","sources":["../../../src/components/chip-toggle-group/ChipToggleGroupItem.tsx"],"sourcesContent":["import { Ok } from '@atom-learning/icons'\nimport * as ToggleGroup from '@radix-ui/react-toggle-group'\nimport * as React from 'react'\n\nimport { Chip } from '~/components/chip'\nimport { Icon } from '~/components/icon'\nimport { styled } from '~/stitches'\nimport { focusVisibleStyleBlock } from '~/utilities'\n\nconst StyledChipToggleIcon = styled(Icon, {\n display: 'none'\n})\n\nconst StyledChipToggleGroupItem = styled.withConfig({\n shouldForwardStitchesProp: (propName) => ['as'].includes(propName)\n})(Chip, {\n '&:not([disabled])': {\n cursor: 'pointer',\n '&:hover': {\n bg: '$tonal100',\n color: '$tonal600',\n borderColor: 'currentColor'\n },\n '&:focus-visible': {\n ...focusVisibleStyleBlock()\n },\n '&[data-state=\"on\"]': {\n '&:hover': {\n bg: '$white',\n color: '$
|
|
1
|
+
{"version":3,"file":"ChipToggleGroupItem.js","sources":["../../../src/components/chip-toggle-group/ChipToggleGroupItem.tsx"],"sourcesContent":["import { Ok } from '@atom-learning/icons'\nimport * as ToggleGroup from '@radix-ui/react-toggle-group'\nimport * as React from 'react'\n\nimport { Chip } from '~/components/chip'\nimport { Icon } from '~/components/icon'\nimport { styled } from '~/stitches'\nimport { focusVisibleStyleBlock } from '~/utilities'\n\nconst StyledChipToggleIcon = styled(Icon, {\n display: 'none'\n})\n\nconst StyledChipToggleGroupItem = styled.withConfig({\n shouldForwardStitchesProp: (propName) => ['as'].includes(propName)\n})(Chip, {\n '&:not([disabled])': {\n cursor: 'pointer',\n '&:hover': {\n bg: '$tonal100',\n color: '$tonal600',\n borderColor: 'currentColor'\n },\n '&:focus-visible': {\n ...focusVisibleStyleBlock()\n },\n '&[data-state=\"on\"]': {\n '&:hover': {\n bg: '$white',\n color: '$primary1000'\n }\n }\n },\n '&[data-state=\"off\"]': {\n color: '$tonal400',\n bg: '$tonal50',\n borderColor: '$tonal200'\n },\n '&[data-state=\"on\"]': {\n [`& ${StyledChipToggleIcon}`]: {\n display: 'block'\n }\n }\n})\n\ntype TChipToggleGroupItem = React.ComponentProps<typeof ToggleGroup.Item> &\n React.ComponentProps<typeof StyledChipToggleGroupItem>\n\nexport const ChipToggleGroupItem: React.FC<TChipToggleGroupItem> = ({\n size = 'md',\n children,\n ...rest\n}) => {\n return (\n <ToggleGroup.Item {...rest} asChild>\n <StyledChipToggleGroupItem as=\"button\">\n <StyledChipToggleIcon is={Ok} size={size === 'lg' ? 'md' : 'sm'} />\n <Chip.Content>{children}</Chip.Content>\n </StyledChipToggleGroupItem>\n </ToggleGroup.Item>\n )\n}\n"],"names":["StyledChipToggleIcon","styled","Icon","StyledChipToggleGroupItem","propName","Chip","focusVisibleStyleBlock","ChipToggleGroupItem","size","children","rest","React","ToggleGroup","Ok"],"mappings":"2hBASA,MAAMA,EAAuBC,EAAOC,EAAM,CACxC,QAAS,MACX,CAAC,EAEKC,EAA4BF,EAAO,WAAW,CAClD,0BAA4BG,GAAa,CAAC,IAAI,EAAE,SAASA,CAAQ,CACnE,CAAC,EAAEC,EAAM,CACP,oBAAqB,CACnB,OAAQ,UACR,UAAW,CACT,GAAI,YACJ,MAAO,YACP,YAAa,cACf,EACA,kBAAmB,CACjB,GAAGC,GACL,EACA,qBAAsB,CACpB,UAAW,CACT,GAAI,SACJ,MAAO,cACT,CACF,CACF,EACA,sBAAuB,CACrB,MAAO,YACP,GAAI,WACJ,YAAa,WACf,EACA,qBAAsB,CACpB,CAAC,KAAKN,KAAyB,CAC7B,QAAS,OACX,CACF,CACF,CAAC,EAKYO,EAAsD,CAAC,CAClE,KAAAC,EAAO,KACP,SAAAC,KACGC,CACL,IAEIC,EAAA,cAACC,EAAY,KAAZ,CAAkB,GAAGF,EAAM,QAAO,EAAA,EACjCC,EAAA,cAACR,EAAA,CAA0B,GAAG,UAC5BQ,EAAA,cAACX,EAAA,CAAqB,GAAIa,EAAI,KAAML,IAAS,KAAO,KAAO,IAAA,CAAM,EACjEG,EAAA,cAACN,EAAK,QAAL,KAAcI,CAAS,CAC1B,CACF"}
|
|
@@ -29,9 +29,10 @@ export declare const ChipToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
29
29
|
hover: string;
|
|
30
30
|
}, {
|
|
31
31
|
colors: {
|
|
32
|
-
|
|
32
|
+
textBold: any;
|
|
33
|
+
textRegular: any;
|
|
33
34
|
textSubtle: any;
|
|
34
|
-
|
|
35
|
+
textMinimal: any;
|
|
35
36
|
background: any;
|
|
36
37
|
backgroundAccent: any;
|
|
37
38
|
grey100: any;
|
|
@@ -178,11 +179,6 @@ export declare const ChipToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
178
179
|
alpha200: any;
|
|
179
180
|
alpha250: any;
|
|
180
181
|
alpha600: any;
|
|
181
|
-
primaryLight: any;
|
|
182
|
-
primary: any;
|
|
183
|
-
primaryMid: any;
|
|
184
|
-
primaryDark: any;
|
|
185
|
-
secondary: any;
|
|
186
182
|
brandRed: any;
|
|
187
183
|
brandRedAccent: any;
|
|
188
184
|
brandGreen: any;
|
|
@@ -191,6 +187,10 @@ export declare const ChipToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
191
187
|
brandPurpleAccent: any;
|
|
192
188
|
brandYellow: any;
|
|
193
189
|
brandYellowAccent: any;
|
|
190
|
+
infoLight: any;
|
|
191
|
+
info: any;
|
|
192
|
+
infoMid: any;
|
|
193
|
+
infoDark: any;
|
|
194
194
|
successLight: any;
|
|
195
195
|
success: any;
|
|
196
196
|
successMid: any;
|
|
@@ -214,6 +214,18 @@ export declare const ChipToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
214
214
|
glBlueLight: any;
|
|
215
215
|
glBluePrimary: any;
|
|
216
216
|
glBlueDark: any;
|
|
217
|
+
primary100: any;
|
|
218
|
+
primary200: any;
|
|
219
|
+
primary300: any;
|
|
220
|
+
primary400: any;
|
|
221
|
+
primary500: any;
|
|
222
|
+
primary600: any;
|
|
223
|
+
primary700: any;
|
|
224
|
+
primary800: any;
|
|
225
|
+
primary900: any;
|
|
226
|
+
primary1000: any;
|
|
227
|
+
primary1100: any;
|
|
228
|
+
primary1200: any;
|
|
217
229
|
};
|
|
218
230
|
space: {
|
|
219
231
|
"0": any;
|
|
@@ -362,9 +374,10 @@ export declare const ChipToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
362
374
|
hover: string;
|
|
363
375
|
}, {
|
|
364
376
|
colors: {
|
|
365
|
-
|
|
377
|
+
textBold: any;
|
|
378
|
+
textRegular: any;
|
|
366
379
|
textSubtle: any;
|
|
367
|
-
|
|
380
|
+
textMinimal: any;
|
|
368
381
|
background: any;
|
|
369
382
|
backgroundAccent: any;
|
|
370
383
|
grey100: any;
|
|
@@ -511,11 +524,6 @@ export declare const ChipToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
511
524
|
alpha200: any;
|
|
512
525
|
alpha250: any;
|
|
513
526
|
alpha600: any;
|
|
514
|
-
primaryLight: any;
|
|
515
|
-
primary: any;
|
|
516
|
-
primaryMid: any;
|
|
517
|
-
primaryDark: any;
|
|
518
|
-
secondary: any;
|
|
519
527
|
brandRed: any;
|
|
520
528
|
brandRedAccent: any;
|
|
521
529
|
brandGreen: any;
|
|
@@ -524,6 +532,10 @@ export declare const ChipToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
524
532
|
brandPurpleAccent: any;
|
|
525
533
|
brandYellow: any;
|
|
526
534
|
brandYellowAccent: any;
|
|
535
|
+
infoLight: any;
|
|
536
|
+
info: any;
|
|
537
|
+
infoMid: any;
|
|
538
|
+
infoDark: any;
|
|
527
539
|
successLight: any;
|
|
528
540
|
success: any;
|
|
529
541
|
successMid: any;
|
|
@@ -547,6 +559,18 @@ export declare const ChipToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
547
559
|
glBlueLight: any;
|
|
548
560
|
glBluePrimary: any;
|
|
549
561
|
glBlueDark: any;
|
|
562
|
+
primary100: any;
|
|
563
|
+
primary200: any;
|
|
564
|
+
primary300: any;
|
|
565
|
+
primary400: any;
|
|
566
|
+
primary500: any;
|
|
567
|
+
primary600: any;
|
|
568
|
+
primary700: any;
|
|
569
|
+
primary800: any;
|
|
570
|
+
primary900: any;
|
|
571
|
+
primary1000: any;
|
|
572
|
+
primary1100: any;
|
|
573
|
+
primary1200: any;
|
|
550
574
|
};
|
|
551
575
|
space: {
|
|
552
576
|
"0": any;
|
|
@@ -22,9 +22,10 @@ declare const StyledCombobox: import("@stitches/react/types/styled-component").S
|
|
|
22
22
|
hover: string;
|
|
23
23
|
}, {
|
|
24
24
|
colors: {
|
|
25
|
-
|
|
25
|
+
textBold: any;
|
|
26
|
+
textRegular: any;
|
|
26
27
|
textSubtle: any;
|
|
27
|
-
|
|
28
|
+
textMinimal: any;
|
|
28
29
|
background: any;
|
|
29
30
|
backgroundAccent: any;
|
|
30
31
|
grey100: any;
|
|
@@ -171,11 +172,6 @@ declare const StyledCombobox: import("@stitches/react/types/styled-component").S
|
|
|
171
172
|
alpha200: any;
|
|
172
173
|
alpha250: any;
|
|
173
174
|
alpha600: any;
|
|
174
|
-
primaryLight: any;
|
|
175
|
-
primary: any;
|
|
176
|
-
primaryMid: any;
|
|
177
|
-
primaryDark: any;
|
|
178
|
-
secondary: any;
|
|
179
175
|
brandRed: any;
|
|
180
176
|
brandRedAccent: any;
|
|
181
177
|
brandGreen: any;
|
|
@@ -184,6 +180,10 @@ declare const StyledCombobox: import("@stitches/react/types/styled-component").S
|
|
|
184
180
|
brandPurpleAccent: any;
|
|
185
181
|
brandYellow: any;
|
|
186
182
|
brandYellowAccent: any;
|
|
183
|
+
infoLight: any;
|
|
184
|
+
info: any;
|
|
185
|
+
infoMid: any;
|
|
186
|
+
infoDark: any;
|
|
187
187
|
successLight: any;
|
|
188
188
|
success: any;
|
|
189
189
|
successMid: any;
|
|
@@ -207,6 +207,18 @@ declare const StyledCombobox: import("@stitches/react/types/styled-component").S
|
|
|
207
207
|
glBlueLight: any;
|
|
208
208
|
glBluePrimary: any;
|
|
209
209
|
glBlueDark: any;
|
|
210
|
+
primary100: any;
|
|
211
|
+
primary200: any;
|
|
212
|
+
primary300: any;
|
|
213
|
+
primary400: any;
|
|
214
|
+
primary500: any;
|
|
215
|
+
primary600: any;
|
|
216
|
+
primary700: any;
|
|
217
|
+
primary800: any;
|
|
218
|
+
primary900: any;
|
|
219
|
+
primary1000: any;
|
|
220
|
+
primary1100: any;
|
|
221
|
+
primary1200: any;
|
|
210
222
|
};
|
|
211
223
|
space: {
|
|
212
224
|
"0": any;
|
|
@@ -20,9 +20,10 @@ export declare const StyledComboboxInput: import("@stitches/react/types/styled-c
|
|
|
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 StyledComboboxInput: import("@stitches/react/types/styled-c
|
|
|
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 StyledComboboxInput: import("@stitches/react/types/styled-c
|
|
|
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 StyledComboboxInput: import("@stitches/react/types/styled-c
|
|
|
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{ComboboxInput as i}from"@reach/combobox";import*as o from"react";import{styled as a,theme as l}from"../../stitches.js";import"../../utilities/css-wrapper/CSSWrapper.js";import"../../utilities/no-overflow-wrapper/NoOverflowWrapper.js";import{encodeBackgroundIcon as d}from"../../utilities/style/encode-background-icon.js";import"../../utilities/style/keyframe-animations.js";const e=a(i,{boxShadow:"none",appearance:"none",backgroundImage:d(l.colors.tonal300.value,"chevron"),backgroundPosition:"right $space$3 top 50%, 0 0",backgroundRepeat:"no-repeat, repeat",backgroundSize:"20px auto, 100%",border:"1px solid $tonal300",borderRadius:"$0",boxSizing:"border-box",color:"$tonal600",cursor:"text",display:"block",fontFamily:"$body",height:"$4",pl:"$3",pr:"$6",transition:"all 100ms ease-out",width:"100%","&::placeholder":{color:"$tonal300",opacity:1},"&:focus-within":{borderColor:"$
|
|
1
|
+
import{ComboboxInput as i}from"@reach/combobox";import*as o from"react";import{styled as a,theme as l}from"../../stitches.js";import"../../utilities/css-wrapper/CSSWrapper.js";import"../../utilities/no-overflow-wrapper/NoOverflowWrapper.js";import{encodeBackgroundIcon as d}from"../../utilities/style/encode-background-icon.js";import"../../utilities/style/keyframe-animations.js";const e=a(i,{boxShadow:"none",appearance:"none",backgroundImage:d(l.colors.tonal300.value,"chevron"),backgroundPosition:"right $space$3 top 50%, 0 0",backgroundRepeat:"no-repeat, repeat",backgroundSize:"20px auto, 100%",border:"1px solid $tonal300",borderRadius:"$0",boxSizing:"border-box",color:"$tonal600",cursor:"text",display:"block",fontFamily:"$body",height:"$4",pl:"$3",pr:"$6",transition:"all 100ms ease-out",width:"100%","&::placeholder":{color:"$tonal300",opacity:1},"&:focus-within":{borderColor:"$primary800",outline:"none"},"&[disabled]":{backgroundColor:"$tonal100",color:"$tonal400",cursor:"not-allowed"},variants:{size:{sm:{height:"$3",fontSize:"$sm",lineHeight:1.7},md:{height:"$4",fontSize:"$md",lineHeight:2},lg:{height:"$5",fontSize:"$md",lineHeight:2}},state:{error:{border:"1px solid $danger"}}}}),p=o.forwardRef(({size:r="md",...t},n)=>o.createElement(e,{size:r,...t,ref:n}));export{p as ComboboxInput,e as StyledComboboxInput};
|
|
2
2
|
//# sourceMappingURL=ComboboxInput.js.map
|