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