@atom-learning/components 5.13.0-beta.0 → 5.14.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.
Files changed (172) hide show
  1. package/CHANGELOG.md +207 -0
  2. package/dist/components/accordion/Accordion.d.ts +0 -2
  3. package/dist/components/accordion/AccordionContent.d.ts +0 -2
  4. package/dist/components/accordion/AccordionItem.d.ts +0 -2
  5. package/dist/components/accordion/AccordionTrigger.d.ts +0 -2
  6. package/dist/components/action-icon/ActionIcon.d.ts +1 -3
  7. package/dist/components/alert-dialog/AlertDialog.d.ts +0 -4
  8. package/dist/components/alert-dialog/AlertDialogContent.d.ts +0 -2
  9. package/dist/components/avatar/Avatar.d.ts +0 -4
  10. package/dist/components/badge/Badge.d.ts +1 -13
  11. package/dist/components/badge/BadgeIcon.d.ts +0 -4
  12. package/dist/components/badge/BadgeText.d.ts +0 -4
  13. package/dist/components/banner/Banner.d.ts +2 -2
  14. package/dist/components/banner/BannerContainer.d.ts +0 -4
  15. package/dist/components/banner/banner-regular/BannerRegular.d.ts +474 -108
  16. package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +0 -4
  17. package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +2 -6
  18. package/dist/components/banner/banner-slim/BannerSlim.d.ts +474 -108
  19. package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +0 -2
  20. package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +0 -4
  21. package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +2 -6
  22. package/dist/components/box/Box.d.ts +0 -2
  23. package/dist/components/button/Button.d.ts +0 -2
  24. package/dist/components/calendar/Day.d.ts +0 -2
  25. package/dist/components/carousel/Carousel.d.ts +0 -6
  26. package/dist/components/carousel/CarouselPagination.d.ts +0 -2
  27. package/dist/components/carousel/CarouselSlide.d.ts +0 -2
  28. package/dist/components/carousel/CarouselSlider.d.ts +0 -2
  29. package/dist/components/checkbox/Checkbox.d.ts +0 -2
  30. package/dist/components/checkbox-group/CheckboxGroup.d.ts +90 -96
  31. package/dist/components/checkbox-tree/CheckboxTree.d.ts +344 -352
  32. package/dist/components/chip/Chip.d.ts +0 -14
  33. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +0 -6
  34. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +0 -6
  35. package/dist/components/combobox/Combobox.d.ts +0 -10
  36. package/dist/components/combobox/ComboboxInput.d.ts +0 -2
  37. package/dist/components/combobox/ComboboxList.d.ts +0 -2
  38. package/dist/components/combobox/ComboboxOption.d.ts +0 -2
  39. package/dist/components/combobox/ComboboxPopover.d.ts +0 -2
  40. package/dist/components/data-table/DataTable.d.ts +26 -47
  41. package/dist/components/data-table/DataTableHeaderCell.js +1 -1
  42. package/dist/components/data-table/DataTableHeaderCell.js.map +1 -1
  43. package/dist/components/data-table/DataTableLoading.d.ts +0 -2
  44. package/dist/components/data-table/DataTableRow.js +1 -1
  45. package/dist/components/data-table/DataTableRow.js.map +1 -1
  46. package/dist/components/data-table/DataTableTable.d.ts +2 -1
  47. package/dist/components/data-table/DataTableTable.js +1 -1
  48. package/dist/components/data-table/DataTableTable.js.map +1 -1
  49. package/dist/components/data-table/pagination/Pagination.d.ts +0 -2
  50. package/dist/components/dialog/Dialog.d.ts +2 -12
  51. package/dist/components/dialog/DialogBackground.d.ts +0 -4
  52. package/dist/components/dialog/DialogClose.d.ts +0 -2
  53. package/dist/components/dialog/DialogContent.d.ts +0 -2
  54. package/dist/components/dismissible/index.d.ts +2 -2
  55. package/dist/components/dismissible-group/index.d.ts +3 -3
  56. package/dist/components/divider/Divider.d.ts +0 -2
  57. package/dist/components/drawer/Drawer.d.ts +0 -8
  58. package/dist/components/drawer/DrawerContent.d.ts +0 -2
  59. package/dist/components/drawer/DrawerFooter.d.ts +0 -2
  60. package/dist/components/drawer/DrawerHeader.d.ts +0 -2
  61. package/dist/components/drawer/DrawerMain.d.ts +0 -2
  62. package/dist/components/drawer/DrawerOverlay.d.ts +0 -2
  63. package/dist/components/drawer/DrawerTrigger.d.ts +0 -2
  64. package/dist/components/dropdown-menu/DropdownMenu.d.ts +0 -10
  65. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +0 -2
  66. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +0 -2
  67. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +0 -2
  68. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +0 -2
  69. package/dist/components/empty-state/EmptyState.d.ts +0 -14
  70. package/dist/components/empty-state/EmptyStateBody.d.ts +0 -4
  71. package/dist/components/empty-state/EmptyStateImage.d.ts +0 -4
  72. package/dist/components/empty-state/EmptyStateTitle.d.ts +0 -2
  73. package/dist/components/flex/Flex.d.ts +0 -2
  74. package/dist/components/form/Form.d.ts +0 -2
  75. package/dist/components/grid/Grid.d.ts +0 -2
  76. package/dist/components/heading/Heading.d.ts +0 -2
  77. package/dist/components/icon/Icon.d.ts +0 -2
  78. package/dist/components/image/Image.d.ts +0 -2
  79. package/dist/components/inline-message/InlineMessage.d.ts +0 -4
  80. package/dist/components/input/Input.d.ts +0 -6
  81. package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +0 -4
  82. package/dist/components/keyboard-shortcut/index.d.ts +2 -8
  83. package/dist/components/label/Label.d.ts +0 -2
  84. package/dist/components/link/Link.d.ts +0 -2
  85. package/dist/components/list/List.d.ts +0 -4
  86. package/dist/components/markdown-content/MarkdownContent.d.ts +0 -4
  87. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +0 -2
  88. package/dist/components/navigation/NavigationMenu.d.ts +0 -18
  89. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +0 -2
  90. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +0 -4
  91. package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +0 -2
  92. package/dist/components/navigation/NavigationMenuLink.d.ts +0 -2
  93. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +162 -184
  94. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +0 -2
  95. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +0 -2
  96. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +0 -4
  97. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +0 -2
  98. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +0 -2
  99. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +0 -2
  100. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +0 -4
  101. package/dist/components/notification-badge/NotificationBadge.d.ts +6 -1
  102. package/dist/components/notification-badge/NotificationBadge.js +1 -1
  103. package/dist/components/notification-badge/NotificationBadge.js.map +1 -1
  104. package/dist/components/number-input/NumberInputStepper.d.ts +2 -6
  105. package/dist/components/pagination/PaginationNextButton.d.ts +2 -6
  106. package/dist/components/pagination/PaginationPreviousButton.d.ts +2 -6
  107. package/dist/components/popover/Popover.d.ts +0 -4
  108. package/dist/components/popover/PopoverContent.d.ts +0 -2
  109. package/dist/components/progress-bar/ProgressBar.d.ts +0 -2
  110. package/dist/components/radio-button/RadioButton.d.ts +0 -2
  111. package/dist/components/radio-button/RadioButtonGroup.d.ts +0 -2
  112. package/dist/components/radio-button-field/RadioButtonField.d.ts +0 -2
  113. package/dist/components/radio-card/RadioCard.d.ts +0 -2
  114. package/dist/components/section-message/SectionMessage.d.ts +0 -4
  115. package/dist/components/segmented-control/SegmentedControl.d.ts +9 -25
  116. package/dist/components/segmented-control/SegmentedControlContent.d.ts +0 -2
  117. package/dist/components/segmented-control/SegmentedControlDescription.d.ts +0 -4
  118. package/dist/components/segmented-control/SegmentedControlHeading.d.ts +0 -4
  119. package/dist/components/segmented-control/SegmentedControlItem.d.ts +0 -4
  120. package/dist/components/segmented-control/SegmentedControlRoot.d.ts +0 -10
  121. package/dist/components/select/Select.d.ts +0 -2
  122. package/dist/components/side-bar/SideBar.d.ts +0 -16
  123. package/dist/components/side-bar/SideBarComponents.d.ts +1 -15
  124. package/dist/components/slider/Slider.d.ts +0 -4
  125. package/dist/components/sortable/Handle.d.ts +2 -6
  126. package/dist/components/sortable/index.d.ts +3 -3
  127. package/dist/components/spacer/Spacer.d.ts +0 -2
  128. package/dist/components/stepper/StepperStepBullet.d.ts +0 -4
  129. package/dist/components/stepper/StepperStepContainer.d.ts +0 -4
  130. package/dist/components/stepper/StepperStepLabel.d.ts +1 -5
  131. package/dist/components/switch/Switch.d.ts +0 -2
  132. package/dist/components/table/Table.d.ts +1 -17
  133. package/dist/components/table/TableBody.d.ts +0 -2
  134. package/dist/components/table/TableCell.d.ts +0 -2
  135. package/dist/components/table/TableFooter.d.ts +0 -2
  136. package/dist/components/table/TableFooterCell.d.ts +0 -2
  137. package/dist/components/table/TableHeader.d.ts +1 -3
  138. package/dist/components/table/TableHeaderCell.d.ts +0 -2
  139. package/dist/components/table/TableRow.d.ts +0 -2
  140. package/dist/components/tabs/Tabs.d.ts +0 -8
  141. package/dist/components/tabs/TabsContent.d.ts +0 -2
  142. package/dist/components/tabs/TabsTrigger.d.ts +0 -2
  143. package/dist/components/tabs/TabsTriggerList.d.ts +0 -2
  144. package/dist/components/text/Text.d.ts +0 -2
  145. package/dist/components/textarea/Textarea.d.ts +0 -2
  146. package/dist/components/tile/Tile.d.ts +0 -2
  147. package/dist/components/tile/TileGroup.d.ts +0 -2
  148. package/dist/components/tile-interactive/TileInteractive.d.ts +0 -4
  149. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +0 -6
  150. package/dist/components/toast/Toast.d.ts +0 -4
  151. package/dist/components/toggle-group/ToggleGroupButton.d.ts +0 -4
  152. package/dist/components/toggle-group/ToggleGroupItem.d.ts +0 -4
  153. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +0 -2
  154. package/dist/components/toggle-group/index.d.ts +2 -14
  155. package/dist/components/tooltip/Tooltip.d.ts +0 -4
  156. package/dist/components/tooltip/TooltipContent.d.ts +0 -2
  157. package/dist/components/top-bar/TopBar.d.ts +2 -12
  158. package/dist/components/top-bar/TopBarBrand.d.ts +0 -6
  159. package/dist/components/tree/Tree.d.ts +243 -267
  160. package/dist/components/tree/TreeCollapsible.d.ts +0 -2
  161. package/dist/components/tree/TreeCollapsibleContent.d.ts +0 -2
  162. package/dist/components/tree/TreeIcon.d.ts +0 -4
  163. package/dist/components/tree/TreeItemContent.d.ts +0 -2
  164. package/dist/components/tree/TreeListItem.d.ts +0 -2
  165. package/dist/components/video/Video.d.ts +0 -2
  166. package/dist/docgen.json +1 -1
  167. package/dist/experiments/color-scheme/ColorScheme.d.ts +0 -2
  168. package/dist/index.cjs.js +1 -1
  169. package/dist/index.cjs.js.map +1 -1
  170. package/dist/stitches.d.ts +0 -22
  171. package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +0 -2
  172. package/package.json +2 -2
@@ -3,7 +3,7 @@ import { ActionIcon } from '../action-icon';
3
3
  declare const StyledStepperButton: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Omit<Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
4
4
  ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
5
5
  }, "appearance" | "size" | "css" | "theme" | "isRounded"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
6
- theme?: "white" | "success" | "danger" | "warning" | "neutral" | "primary" | undefined;
6
+ theme?: "success" | "danger" | "warning" | "neutral" | "white" | "primary" | undefined;
7
7
  appearance?: "outline" | "solid" | "simple" | undefined;
8
8
  size?: "xs" | "sm" | "md" | "lg" | undefined;
9
9
  isRounded?: boolean | "true" | undefined;
@@ -32,8 +32,6 @@ declare const StyledStepperButton: import("@atom-learning/stitches-react/types/s
32
32
  textMinimal: string;
33
33
  background: string;
34
34
  backgroundAccent: string;
35
- black: string;
36
- white: string;
37
35
  grey100: string;
38
36
  grey200: string;
39
37
  grey300: string;
@@ -380,7 +378,7 @@ declare const StyledStepperButton: import("@atom-learning/stitches-react/types/s
380
378
  };
381
379
  }> | undefined;
382
380
  }, "appearance" | "size" | "theme" | "label" | "children" | "as" | keyof import("../../types").NavigatorActions | "hasTooltip" | "tooltipSide" | "isRounded"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
383
- theme?: "white" | "success" | "danger" | "warning" | "neutral" | "primary" | undefined;
381
+ theme?: "success" | "danger" | "warning" | "neutral" | "white" | "primary" | undefined;
384
382
  appearance?: "outline" | "solid" | "simple" | undefined;
385
383
  size?: "xs" | "sm" | "md" | "lg" | undefined;
386
384
  isRounded?: boolean | "true" | undefined;
@@ -422,8 +420,6 @@ declare const StyledStepperButton: import("@atom-learning/stitches-react/types/s
422
420
  textMinimal: string;
423
421
  background: string;
424
422
  backgroundAccent: string;
425
- black: string;
426
- white: string;
427
423
  grey100: string;
428
424
  grey200: string;
429
425
  grey300: string;
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  declare const StyledActionIcon: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Omit<Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
3
3
  ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
4
4
  }, "appearance" | "size" | "css" | "theme" | "isRounded"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
5
- theme?: "white" | "success" | "danger" | "warning" | "neutral" | "primary" | undefined;
5
+ theme?: "success" | "danger" | "warning" | "neutral" | "white" | "primary" | undefined;
6
6
  appearance?: "outline" | "solid" | "simple" | undefined;
7
7
  size?: "xs" | "sm" | "md" | "lg" | undefined;
8
8
  isRounded?: boolean | "true" | undefined;
@@ -31,8 +31,6 @@ declare const StyledActionIcon: import("@atom-learning/stitches-react/types/styl
31
31
  textMinimal: string;
32
32
  background: string;
33
33
  backgroundAccent: string;
34
- black: string;
35
- white: string;
36
34
  grey100: string;
37
35
  grey200: string;
38
36
  grey300: string;
@@ -379,7 +377,7 @@ declare const StyledActionIcon: import("@atom-learning/stitches-react/types/styl
379
377
  };
380
378
  }> | undefined;
381
379
  }, "appearance" | "size" | "theme" | "label" | "children" | "as" | keyof import("../../types").NavigatorActions | "hasTooltip" | "tooltipSide" | "isRounded"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
382
- theme?: "white" | "success" | "danger" | "warning" | "neutral" | "primary" | undefined;
380
+ theme?: "success" | "danger" | "warning" | "neutral" | "white" | "primary" | undefined;
383
381
  appearance?: "outline" | "solid" | "simple" | undefined;
384
382
  size?: "xs" | "sm" | "md" | "lg" | undefined;
385
383
  isRounded?: boolean | "true" | undefined;
@@ -419,8 +417,6 @@ declare const StyledActionIcon: import("@atom-learning/stitches-react/types/styl
419
417
  textMinimal: string;
420
418
  background: string;
421
419
  backgroundAccent: string;
422
- black: string;
423
- white: string;
424
420
  grey100: string;
425
421
  grey200: string;
426
422
  grey300: string;
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  declare const StyledActionIcon: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Omit<Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
3
3
  ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
4
4
  }, "appearance" | "size" | "css" | "theme" | "isRounded"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
5
- theme?: "white" | "success" | "danger" | "warning" | "neutral" | "primary" | undefined;
5
+ theme?: "success" | "danger" | "warning" | "neutral" | "white" | "primary" | undefined;
6
6
  appearance?: "outline" | "solid" | "simple" | undefined;
7
7
  size?: "xs" | "sm" | "md" | "lg" | undefined;
8
8
  isRounded?: boolean | "true" | undefined;
@@ -31,8 +31,6 @@ declare const StyledActionIcon: import("@atom-learning/stitches-react/types/styl
31
31
  textMinimal: string;
32
32
  background: string;
33
33
  backgroundAccent: string;
34
- black: string;
35
- white: string;
36
34
  grey100: string;
37
35
  grey200: string;
38
36
  grey300: string;
@@ -379,7 +377,7 @@ declare const StyledActionIcon: import("@atom-learning/stitches-react/types/styl
379
377
  };
380
378
  }> | undefined;
381
379
  }, "appearance" | "size" | "theme" | "label" | "children" | "as" | keyof import("../../types").NavigatorActions | "hasTooltip" | "tooltipSide" | "isRounded"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
382
- theme?: "white" | "success" | "danger" | "warning" | "neutral" | "primary" | undefined;
380
+ theme?: "success" | "danger" | "warning" | "neutral" | "white" | "primary" | undefined;
383
381
  appearance?: "outline" | "solid" | "simple" | undefined;
384
382
  size?: "xs" | "sm" | "md" | "lg" | undefined;
385
383
  isRounded?: boolean | "true" | undefined;
@@ -419,8 +417,6 @@ declare const StyledActionIcon: import("@atom-learning/stitches-react/types/styl
419
417
  textMinimal: string;
420
418
  background: string;
421
419
  backgroundAccent: string;
422
- black: string;
423
- white: string;
424
420
  grey100: string;
425
421
  grey200: string;
426
422
  grey300: string;
@@ -23,8 +23,6 @@ export declare const Popover: import("@atom-learning/stitches-react/types/styled
23
23
  textMinimal: string;
24
24
  background: string;
25
25
  backgroundAccent: string;
26
- black: string;
27
- white: string;
28
26
  grey100: string;
29
27
  grey200: string;
30
28
  grey300: string;
@@ -397,8 +395,6 @@ export declare const Popover: import("@atom-learning/stitches-react/types/styled
397
395
  textMinimal: string;
398
396
  background: string;
399
397
  backgroundAccent: string;
400
- black: string;
401
- white: string;
402
398
  grey100: string;
403
399
  grey200: string;
404
400
  grey300: string;
@@ -26,8 +26,6 @@ declare const StyledContent: import("@atom-learning/stitches-react/types/styled-
26
26
  textMinimal: string;
27
27
  background: string;
28
28
  backgroundAccent: string;
29
- black: string;
30
- white: string;
31
29
  grey100: string;
32
30
  grey200: string;
33
31
  grey300: string;
@@ -27,8 +27,6 @@ declare const StyledProgressBar: import("@atom-learning/stitches-react/types/sty
27
27
  textMinimal: string;
28
28
  background: string;
29
29
  backgroundAccent: string;
30
- black: string;
31
- white: string;
32
30
  grey100: string;
33
31
  grey200: string;
34
32
  grey300: string;
@@ -27,8 +27,6 @@ declare const StyledRadioButton: import("@atom-learning/stitches-react/types/sty
27
27
  textMinimal: string;
28
28
  background: string;
29
29
  backgroundAccent: string;
30
- black: string;
31
- white: string;
32
30
  grey100: string;
33
31
  grey200: string;
34
32
  grey300: string;
@@ -25,8 +25,6 @@ export declare const RadioButtonGroup: import("@atom-learning/stitches-react/typ
25
25
  textMinimal: string;
26
26
  background: string;
27
27
  backgroundAccent: string;
28
- black: string;
29
- white: string;
30
28
  grey100: string;
31
29
  grey200: string;
32
30
  grey300: string;
@@ -40,8 +40,6 @@ export declare const RadioButtonField: {
40
40
  textMinimal: string;
41
41
  background: string;
42
42
  backgroundAccent: string;
43
- black: string;
44
- white: string;
45
43
  grey100: string;
46
44
  grey200: string;
47
45
  grey300: string;
@@ -28,8 +28,6 @@ export declare const StyledRadioCard: import("@atom-learning/stitches-react/type
28
28
  textMinimal: string;
29
29
  background: string;
30
30
  backgroundAccent: string;
31
- black: string;
32
- white: string;
33
31
  grey100: string;
34
32
  grey200: string;
35
33
  grey300: string;
@@ -33,8 +33,6 @@ declare const StyledSectionMessage: import("@atom-learning/stitches-react/types/
33
33
  textMinimal: string;
34
34
  background: string;
35
35
  backgroundAccent: string;
36
- black: string;
37
- white: string;
38
36
  grey100: string;
39
37
  grey200: string;
40
38
  grey300: string;
@@ -418,8 +416,6 @@ export declare const SectionMessage: {
418
416
  textMinimal: string;
419
417
  background: string;
420
418
  backgroundAccent: string;
421
- black: string;
422
- white: string;
423
419
  grey100: string;
424
420
  grey200: string;
425
421
  grey300: string;
@@ -1,5 +1,5 @@
1
1
  export declare const SegmentedControl: {
2
- Root: ({ size, theme, defaultValue, children, ...props }: React.PropsWithChildren<import("./SegmentedControlRoot").SegmentedControlRootProps>) => React.JSX.Element;
2
+ Root: ({ size, theme, defaultValue, children, ...props }: import("react").PropsWithChildren<import("./SegmentedControlRoot").SegmentedControlRootProps>) => import("react").JSX.Element;
3
3
  Item: import("react").ForwardRefExoticComponent<Omit<Omit<Omit<Omit<Omit<import("@radix-ui/react-tabs").TabsTriggerProps & import("react").RefAttributes<HTMLButtonElement>, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
4
4
  sm: string;
5
5
  md: string;
@@ -25,8 +25,6 @@ export declare const SegmentedControl: {
25
25
  textMinimal: string;
26
26
  background: string;
27
27
  backgroundAccent: string;
28
- black: string;
29
- white: string;
30
28
  grey100: string;
31
29
  grey200: string;
32
30
  grey300: string;
@@ -402,8 +400,6 @@ export declare const SegmentedControl: {
402
400
  textMinimal: string;
403
401
  background: string;
404
402
  backgroundAccent: string;
405
- black: string;
406
- white: string;
407
403
  grey100: string;
408
404
  grey200: string;
409
405
  grey300: string;
@@ -750,7 +746,7 @@ export declare const SegmentedControl: {
750
746
  };
751
747
  }> | undefined;
752
748
  }, "size">, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
753
- Heading: (props: Omit<React.ComponentProps<import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
749
+ Heading: (props: Omit<import("react").ComponentProps<import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
754
750
  ref?: ((instance: HTMLParagraphElement | null) => void) | import("react").RefObject<HTMLParagraphElement> | null | undefined;
755
751
  }, "size" | "css" | "weight" | "noCapsize" | "family"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
756
752
  weight?: "bold" | "normal" | undefined;
@@ -782,8 +778,6 @@ export declare const SegmentedControl: {
782
778
  textMinimal: string;
783
779
  background: string;
784
780
  backgroundAccent: string;
785
- black: string;
786
- white: string;
787
781
  grey100: string;
788
782
  grey200: string;
789
783
  grey300: string;
@@ -1130,7 +1124,7 @@ export declare const SegmentedControl: {
1130
1124
  };
1131
1125
  }> | undefined;
1132
1126
  }, "as"> & {
1133
- as?: "blockquote" | "caption" | "dd" | "dt" | "figcaption" | "li" | "p" | "span" | "legend" | React.ComponentType | React.ElementType;
1127
+ as?: "blockquote" | "caption" | "dd" | "dt" | "figcaption" | "li" | "p" | "span" | "legend" | import("react").ComponentType | import("react").ElementType;
1134
1128
  }>, {
1135
1129
  size?: "sm" | "md" | "lg" | undefined;
1136
1130
  }, {
@@ -1157,8 +1151,6 @@ export declare const SegmentedControl: {
1157
1151
  textMinimal: string;
1158
1152
  background: string;
1159
1153
  backgroundAccent: string;
1160
- black: string;
1161
- white: string;
1162
1154
  grey100: string;
1163
1155
  grey200: string;
1164
1156
  grey300: string;
@@ -1504,7 +1496,7 @@ export declare const SegmentedControl: {
1504
1496
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1505
1497
  };
1506
1498
  }>>>, "size">) => JSX.Element;
1507
- Description: (props: Omit<React.ComponentProps<import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
1499
+ Description: (props: Omit<import("react").ComponentProps<import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
1508
1500
  ref?: ((instance: HTMLParagraphElement | null) => void) | import("react").RefObject<HTMLParagraphElement> | null | undefined;
1509
1501
  }, "size" | "css" | "weight" | "noCapsize" | "family"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1510
1502
  weight?: "bold" | "normal" | undefined;
@@ -1536,8 +1528,6 @@ export declare const SegmentedControl: {
1536
1528
  textMinimal: string;
1537
1529
  background: string;
1538
1530
  backgroundAccent: string;
1539
- black: string;
1540
- white: string;
1541
1531
  grey100: string;
1542
1532
  grey200: string;
1543
1533
  grey300: string;
@@ -1884,7 +1874,7 @@ export declare const SegmentedControl: {
1884
1874
  };
1885
1875
  }> | undefined;
1886
1876
  }, "as"> & {
1887
- as?: "blockquote" | "caption" | "dd" | "dt" | "figcaption" | "li" | "p" | "span" | "legend" | React.ComponentType | React.ElementType;
1877
+ as?: "blockquote" | "caption" | "dd" | "dt" | "figcaption" | "li" | "p" | "span" | "legend" | import("react").ComponentType | import("react").ElementType;
1888
1878
  }>, {
1889
1879
  size?: "sm" | "md" | "lg" | undefined;
1890
1880
  }, {
@@ -1911,8 +1901,6 @@ export declare const SegmentedControl: {
1911
1901
  textMinimal: string;
1912
1902
  background: string;
1913
1903
  backgroundAccent: string;
1914
- black: string;
1915
- white: string;
1916
1904
  grey100: string;
1917
1905
  grey200: string;
1918
1906
  grey300: string;
@@ -2258,7 +2246,7 @@ export declare const SegmentedControl: {
2258
2246
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2259
2247
  };
2260
2248
  }>>>, "size">) => JSX.Element;
2261
- Icon: (props: Omit<React.ComponentProps<typeof import("..").Icon>, "size">) => JSX.Element;
2249
+ Icon: (props: Omit<import("react").ComponentProps<typeof import("..").Icon>, "size">) => JSX.Element;
2262
2250
  Content: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-tabs").TabsContentProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
2263
2251
  sm: string;
2264
2252
  md: string;
@@ -2283,8 +2271,6 @@ export declare const SegmentedControl: {
2283
2271
  textMinimal: string;
2284
2272
  background: string;
2285
2273
  backgroundAccent: string;
2286
- black: string;
2287
- white: string;
2288
2274
  grey100: string;
2289
2275
  grey200: string;
2290
2276
  grey300: string;
@@ -2630,9 +2616,9 @@ export declare const SegmentedControl: {
2630
2616
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2631
2617
  };
2632
2618
  }>>;
2633
- Badge: ({ css, ...props }: Omit<React.ComponentProps<typeof import("..").Badge>, "size">) => JSX.Element;
2634
- ItemList: (props: React.ComponentProps<{
2635
- ({ children, colorScheme, ...rest }: React.ComponentProps<import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-tabs").TabsListProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
2619
+ Badge: ({ css, ...props }: Omit<import("react").ComponentProps<typeof import("..").Badge>, "size">) => JSX.Element;
2620
+ ItemList: (props: import("react").ComponentProps<{
2621
+ ({ children, colorScheme, ...rest }: import("react").ComponentProps<import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-tabs").TabsListProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
2636
2622
  sm: string;
2637
2623
  md: string;
2638
2624
  lg: string;
@@ -2656,8 +2642,6 @@ export declare const SegmentedControl: {
2656
2642
  textMinimal: string;
2657
2643
  background: string;
2658
2644
  backgroundAccent: string;
2659
- black: string;
2660
- white: string;
2661
2645
  grey100: string;
2662
2646
  grey200: string;
2663
2647
  grey300: string;
@@ -23,8 +23,6 @@ export declare const SegmentedControlContent: import("@atom-learning/stitches-re
23
23
  textMinimal: string;
24
24
  background: string;
25
25
  backgroundAccent: string;
26
- black: string;
27
- white: string;
28
26
  grey100: string;
29
27
  grey200: string;
30
28
  grey300: string;
@@ -31,8 +31,6 @@ declare const StyledText: import("@atom-learning/stitches-react/types/styled-com
31
31
  textMinimal: string;
32
32
  background: string;
33
33
  backgroundAccent: string;
34
- black: string;
35
- white: string;
36
34
  grey100: string;
37
35
  grey200: string;
38
36
  grey300: string;
@@ -406,8 +404,6 @@ declare const StyledText: import("@atom-learning/stitches-react/types/styled-com
406
404
  textMinimal: string;
407
405
  background: string;
408
406
  backgroundAccent: string;
409
- black: string;
410
- white: string;
411
407
  grey100: string;
412
408
  grey200: string;
413
409
  grey300: string;
@@ -31,8 +31,6 @@ declare const StyledHeading: import("@atom-learning/stitches-react/types/styled-
31
31
  textMinimal: string;
32
32
  background: string;
33
33
  backgroundAccent: string;
34
- black: string;
35
- white: string;
36
34
  grey100: string;
37
35
  grey200: string;
38
36
  grey300: string;
@@ -406,8 +404,6 @@ declare const StyledHeading: import("@atom-learning/stitches-react/types/styled-
406
404
  textMinimal: string;
407
405
  background: string;
408
406
  backgroundAccent: string;
409
- black: string;
410
- white: string;
411
407
  grey100: string;
412
408
  grey200: string;
413
409
  grey300: string;
@@ -24,8 +24,6 @@ export declare const SegmentedControlItem: React.ForwardRefExoticComponent<Omit<
24
24
  textMinimal: string;
25
25
  background: string;
26
26
  backgroundAccent: string;
27
- black: string;
28
- white: string;
29
27
  grey100: string;
30
28
  grey200: string;
31
29
  grey300: string;
@@ -401,8 +399,6 @@ export declare const SegmentedControlItem: React.ForwardRefExoticComponent<Omit<
401
399
  textMinimal: string;
402
400
  background: string;
403
401
  backgroundAccent: string;
404
- black: string;
405
- white: string;
406
402
  grey100: string;
407
403
  grey200: string;
408
404
  grey300: string;
@@ -24,8 +24,6 @@ declare const StyledSegmentedControlRoot: import("@atom-learning/stitches-react/
24
24
  textMinimal: string;
25
25
  background: string;
26
26
  backgroundAccent: string;
27
- black: string;
28
- white: string;
29
27
  grey100: string;
30
28
  grey200: string;
31
29
  grey300: string;
@@ -396,8 +394,6 @@ declare const StyledSegmentedControlRoot: import("@atom-learning/stitches-react/
396
394
  textMinimal: string;
397
395
  background: string;
398
396
  backgroundAccent: string;
399
- black: string;
400
- white: string;
401
397
  grey100: string;
402
398
  grey200: string;
403
399
  grey300: string;
@@ -772,8 +768,6 @@ declare const StyledSegmentedControlRoot: import("@atom-learning/stitches-react/
772
768
  textMinimal: string;
773
769
  background: string;
774
770
  backgroundAccent: string;
775
- black: string;
776
- white: string;
777
771
  grey100: string;
778
772
  grey200: string;
779
773
  grey300: string;
@@ -1146,8 +1140,6 @@ declare const StyledSegmentedControlRoot: import("@atom-learning/stitches-react/
1146
1140
  textMinimal: string;
1147
1141
  background: string;
1148
1142
  backgroundAccent: string;
1149
- black: string;
1150
- white: string;
1151
1143
  grey100: string;
1152
1144
  grey200: string;
1153
1145
  grey300: string;
@@ -1519,8 +1511,6 @@ declare const StyledSegmentedControlRoot: import("@atom-learning/stitches-react/
1519
1511
  textMinimal: string;
1520
1512
  background: string;
1521
1513
  backgroundAccent: string;
1522
- black: string;
1523
- white: string;
1524
1514
  grey100: string;
1525
1515
  grey200: string;
1526
1516
  grey300: string;
@@ -28,8 +28,6 @@ declare const StyledSelect: import("@atom-learning/stitches-react/types/styled-c
28
28
  textMinimal: string;
29
29
  background: string;
30
30
  backgroundAccent: string;
31
- black: string;
32
- white: string;
33
31
  grey100: string;
34
32
  grey200: string;
35
33
  grey300: string;
@@ -25,8 +25,6 @@ declare const Root: import("@atom-learning/stitches-react/types/styled-component
25
25
  textMinimal: string;
26
26
  background: string;
27
27
  backgroundAccent: string;
28
- black: string;
29
- white: string;
30
28
  grey100: string;
31
29
  grey200: string;
32
30
  grey300: string;
@@ -401,8 +399,6 @@ export declare const SideBar: {
401
399
  textMinimal: string;
402
400
  background: string;
403
401
  backgroundAccent: string;
404
- black: string;
405
- white: string;
406
402
  grey100: string;
407
403
  grey200: string;
408
404
  grey300: string;
@@ -778,8 +774,6 @@ export declare const SideBar: {
778
774
  textMinimal: string;
779
775
  background: string;
780
776
  backgroundAccent: string;
781
- black: string;
782
- white: string;
783
777
  grey100: string;
784
778
  grey200: string;
785
779
  grey300: string;
@@ -1162,8 +1156,6 @@ export declare const SideBar: {
1162
1156
  textMinimal: string;
1163
1157
  background: string;
1164
1158
  backgroundAccent: string;
1165
- black: string;
1166
- white: string;
1167
1159
  grey100: string;
1168
1160
  grey200: string;
1169
1161
  grey300: string;
@@ -1535,8 +1527,6 @@ export declare const SideBar: {
1535
1527
  textMinimal: string;
1536
1528
  background: string;
1537
1529
  backgroundAccent: string;
1538
- black: string;
1539
- white: string;
1540
1530
  grey100: string;
1541
1531
  grey200: string;
1542
1532
  grey300: string;
@@ -1906,8 +1896,6 @@ export declare const SideBar: {
1906
1896
  textMinimal: string;
1907
1897
  background: string;
1908
1898
  backgroundAccent: string;
1909
- black: string;
1910
- white: string;
1911
1899
  grey100: string;
1912
1900
  grey200: string;
1913
1901
  grey300: string;
@@ -2277,8 +2265,6 @@ export declare const SideBar: {
2277
2265
  textMinimal: string;
2278
2266
  background: string;
2279
2267
  backgroundAccent: string;
2280
- black: string;
2281
- white: string;
2282
2268
  grey100: string;
2283
2269
  grey200: string;
2284
2270
  grey300: string;
@@ -2648,8 +2634,6 @@ export declare const SideBar: {
2648
2634
  textMinimal: string;
2649
2635
  background: string;
2650
2636
  backgroundAccent: string;
2651
- black: string;
2652
- white: string;
2653
2637
  grey100: string;
2654
2638
  grey200: string;
2655
2639
  grey300: string;
@@ -22,8 +22,6 @@ export declare const SideBarHeader: import("@atom-learning/stitches-react/types/
22
22
  textMinimal: string;
23
23
  background: string;
24
24
  backgroundAccent: string;
25
- black: string;
26
- white: string;
27
25
  grey100: string;
28
26
  grey200: string;
29
27
  grey300: string;
@@ -393,8 +391,6 @@ export declare const SideBarBody: import("@atom-learning/stitches-react/types/st
393
391
  textMinimal: string;
394
392
  background: string;
395
393
  backgroundAccent: string;
396
- black: string;
397
- white: string;
398
394
  grey100: string;
399
395
  grey200: string;
400
396
  grey300: string;
@@ -764,8 +760,6 @@ export declare const SideBarFooter: import("@atom-learning/stitches-react/types/
764
760
  textMinimal: string;
765
761
  background: string;
766
762
  backgroundAccent: string;
767
- black: string;
768
- white: string;
769
763
  grey100: string;
770
764
  grey200: string;
771
765
  grey300: string;
@@ -1135,8 +1129,6 @@ export declare const SideBarBrand: import("@atom-learning/stitches-react/types/s
1135
1129
  textMinimal: string;
1136
1130
  background: string;
1137
1131
  backgroundAccent: string;
1138
- black: string;
1139
- white: string;
1140
1132
  grey100: string;
1141
1133
  grey200: string;
1142
1134
  grey300: string;
@@ -1512,8 +1504,6 @@ export declare const SideBarBrandLogo: {
1512
1504
  textMinimal: string;
1513
1505
  background: string;
1514
1506
  backgroundAccent: string;
1515
- black: string;
1516
- white: string;
1517
1507
  grey100: string;
1518
1508
  grey200: string;
1519
1509
  grey300: string;
@@ -1896,8 +1886,6 @@ export declare const SideBarBrandName: import("@atom-learning/stitches-react/typ
1896
1886
  textMinimal: string;
1897
1887
  background: string;
1898
1888
  backgroundAccent: string;
1899
- black: string;
1900
- white: string;
1901
1889
  grey100: string;
1902
1890
  grey200: string;
1903
1891
  grey300: string;
@@ -2244,7 +2232,7 @@ export declare const SideBarBrandName: import("@atom-learning/stitches-react/typ
2244
2232
  };
2245
2233
  }> | undefined;
2246
2234
  }, "as"> & {
2247
- as?: "blockquote" | "caption" | "dd" | "dt" | "figcaption" | "li" | "p" | "span" | "legend" | React.ComponentType | React.ElementType;
2235
+ as?: "blockquote" | "caption" | "dd" | "dt" | "figcaption" | "li" | "p" | "span" | "legend" | import("react").ComponentType | import("react").ElementType;
2248
2236
  }>, {}, {
2249
2237
  sm: string;
2250
2238
  md: string;
@@ -2269,8 +2257,6 @@ export declare const SideBarBrandName: import("@atom-learning/stitches-react/typ
2269
2257
  textMinimal: string;
2270
2258
  background: string;
2271
2259
  backgroundAccent: string;
2272
- black: string;
2273
- white: string;
2274
2260
  grey100: string;
2275
2261
  grey200: string;
2276
2262
  grey300: string;
@@ -28,8 +28,6 @@ declare const StyledTrack: import("@atom-learning/stitches-react/types/styled-co
28
28
  textMinimal: string;
29
29
  background: string;
30
30
  backgroundAccent: string;
31
- black: string;
32
- white: string;
33
31
  grey100: string;
34
32
  grey200: string;
35
33
  grey300: string;
@@ -399,8 +397,6 @@ declare const StyledSlider: import("@atom-learning/stitches-react/types/styled-c
399
397
  textMinimal: string;
400
398
  background: string;
401
399
  backgroundAccent: string;
402
- black: string;
403
- white: string;
404
400
  grey100: string;
405
401
  grey200: string;
406
402
  grey300: string;