@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 { 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?: "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 @@ 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;
37
35
  grey100: string;
38
36
  grey200: string;
39
37
  grey300: string;
@@ -380,7 +378,7 @@ export declare const StyledHandle: 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 @@ export declare const StyledHandle: 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;
@@ -1,7 +1,7 @@
1
1
  export declare const Sortable: {
2
2
  Root: {
3
- ({ sortableIds, onSortChange, children }: React.PropsWithChildren<{
4
- sortableIds: React.ReactText[];
3
+ ({ sortableIds, onSortChange, children }: import("react").PropsWithChildren<{
4
+ sortableIds: import("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 }: React.PropsWithChildren<import("./SortableItem").TSortableItemProps>): import("react").JSX.Element;
14
+ ({ id, asChild, css, style, isDragHandle, disabled, ...rest }: import("react").PropsWithChildren<import("./SortableItem").TSortableItemProps>): import("react").JSX.Element;
15
15
  displayName: string;
16
16
  };
17
17
  Handle: {
@@ -26,8 +26,6 @@ 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;
31
29
  grey100: string;
32
30
  grey200: string;
33
31
  grey300: string;
@@ -28,8 +28,6 @@ export declare const StepperStepBullet: import("@atom-learning/stitches-react/ty
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;
@@ -400,8 +398,6 @@ export declare const StepperStepBullet: import("@atom-learning/stitches-react/ty
400
398
  textMinimal: string;
401
399
  background: string;
402
400
  backgroundAccent: string;
403
- black: string;
404
- white: string;
405
401
  grey100: string;
406
402
  grey200: string;
407
403
  grey300: string;
@@ -28,8 +28,6 @@ export declare const StepperStepContainer: import("@atom-learning/stitches-react
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;
@@ -403,8 +401,6 @@ export declare const StepperStepContainer: import("@atom-learning/stitches-react
403
401
  textMinimal: string;
404
402
  background: string;
405
403
  backgroundAccent: string;
406
- black: string;
407
- white: string;
408
404
  grey100: string;
409
405
  grey200: string;
410
406
  grey300: string;
@@ -30,8 +30,6 @@ export declare const StepperStepLabel: import("@atom-learning/stitches-react/typ
30
30
  textMinimal: string;
31
31
  background: string;
32
32
  backgroundAccent: string;
33
- black: string;
34
- white: string;
35
33
  grey100: string;
36
34
  grey200: string;
37
35
  grey300: string;
@@ -378,7 +376,7 @@ export declare const StepperStepLabel: import("@atom-learning/stitches-react/typ
378
376
  };
379
377
  }> | undefined;
380
378
  }, "as"> & {
381
- as?: "blockquote" | "caption" | "dd" | "dt" | "figcaption" | "li" | "p" | "span" | "legend" | React.ComponentType | React.ElementType;
379
+ as?: "blockquote" | "caption" | "dd" | "dt" | "figcaption" | "li" | "p" | "span" | "legend" | import("react").ComponentType | import("react").ElementType;
382
380
  }>, {
383
381
  direction?: "horizontal" | "vertical" | undefined;
384
382
  status?: "success" | "default" | "active" | "viewed" | "completed" | "reviewed" | undefined;
@@ -406,8 +404,6 @@ export declare const StepperStepLabel: import("@atom-learning/stitches-react/typ
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;
@@ -26,8 +26,6 @@ declare const StyledSwitch: import("@atom-learning/stitches-react/types/styled-c
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 StyledTable: import("@atom-learning/stitches-react/types/styled-co
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;
@@ -411,8 +409,6 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
411
409
  textMinimal: string;
412
410
  background: string;
413
411
  backgroundAccent: string;
414
- black: string;
415
- white: string;
416
412
  grey100: string;
417
413
  grey200: string;
418
414
  grey300: string;
@@ -785,8 +781,6 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
785
781
  textMinimal: string;
786
782
  background: string;
787
783
  backgroundAccent: string;
788
- black: string;
789
- white: string;
790
784
  grey100: string;
791
785
  grey200: string;
792
786
  grey300: string;
@@ -1156,8 +1150,6 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
1156
1150
  textMinimal: string;
1157
1151
  background: string;
1158
1152
  backgroundAccent: string;
1159
- black: string;
1160
- white: string;
1161
1153
  grey100: string;
1162
1154
  grey200: string;
1163
1155
  grey300: string;
@@ -1527,8 +1519,6 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
1527
1519
  textMinimal: string;
1528
1520
  background: string;
1529
1521
  backgroundAccent: string;
1530
- black: string;
1531
- white: string;
1532
1522
  grey100: string;
1533
1523
  grey200: string;
1534
1524
  grey300: string;
@@ -1878,7 +1868,7 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
1878
1868
  ({ theme, isSticky, ...rest }: Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & {
1879
1869
  ref?: ((instance: HTMLTableSectionElement | null) => void) | React.RefObject<HTMLTableSectionElement> | null | undefined;
1880
1870
  }, "css" | "theme" | "isSticky"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1881
- theme?: "white" | "light" | "primary" | "primaryDark" | "primaryLight" | undefined;
1871
+ theme?: "light" | "white" | "primary" | "primaryDark" | "primaryLight" | undefined;
1882
1872
  isSticky?: boolean | "true" | undefined;
1883
1873
  }, {
1884
1874
  sm: string;
@@ -1905,8 +1895,6 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
1905
1895
  textMinimal: string;
1906
1896
  background: string;
1907
1897
  backgroundAccent: string;
1908
- black: string;
1909
- white: string;
1910
1898
  grey100: string;
1911
1899
  grey200: string;
1912
1900
  grey300: string;
@@ -2279,8 +2267,6 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
2279
2267
  textMinimal: string;
2280
2268
  background: string;
2281
2269
  backgroundAccent: string;
2282
- black: string;
2283
- white: string;
2284
2270
  grey100: string;
2285
2271
  grey200: string;
2286
2272
  grey300: string;
@@ -2653,8 +2639,6 @@ export declare const Table: React.ForwardRefExoticComponent<Omit<TableProps, "re
2653
2639
  textMinimal: string;
2654
2640
  background: string;
2655
2641
  backgroundAccent: string;
2656
- black: string;
2657
- white: string;
2658
2642
  grey100: string;
2659
2643
  grey200: string;
2660
2644
  grey300: string;
@@ -25,8 +25,6 @@ declare const StyledTableBody: import("@atom-learning/stitches-react/types/style
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;
@@ -22,8 +22,6 @@ export declare const TableCell: import("@atom-learning/stitches-react/types/styl
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;
@@ -22,8 +22,6 @@ export declare const TableFooter: import("@atom-learning/stitches-react/types/st
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;
@@ -22,8 +22,6 @@ export declare const TableFooterCell: import("@atom-learning/stitches-react/type
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;
@@ -7,7 +7,7 @@ export declare const TABLE_HEADER_THEMES: {
7
7
  readonly WHITE: "white";
8
8
  };
9
9
  declare const StyledTableHeader: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"thead", {
10
- theme?: "white" | "light" | "primary" | "primaryDark" | "primaryLight" | undefined;
10
+ theme?: "light" | "white" | "primary" | "primaryDark" | "primaryLight" | undefined;
11
11
  isSticky?: boolean | "true" | undefined;
12
12
  }, {
13
13
  sm: string;
@@ -33,8 +33,6 @@ declare const StyledTableHeader: import("@atom-learning/stitches-react/types/sty
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;
@@ -22,8 +22,6 @@ export declare const TableHeaderCell: import("@atom-learning/stitches-react/type
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;
@@ -23,8 +23,6 @@ declare const StyledRow: import("@atom-learning/stitches-react/types/styled-comp
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;
@@ -23,8 +23,6 @@ export declare const Tabs: import("@atom-learning/stitches-react/types/styled-co
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;
@@ -395,8 +393,6 @@ export declare const Tabs: import("@atom-learning/stitches-react/types/styled-co
395
393
  textMinimal: string;
396
394
  background: string;
397
395
  backgroundAccent: string;
398
- black: string;
399
- white: string;
400
396
  grey100: string;
401
397
  grey200: string;
402
398
  grey300: string;
@@ -771,8 +767,6 @@ export declare const Tabs: import("@atom-learning/stitches-react/types/styled-co
771
767
  textMinimal: string;
772
768
  background: string;
773
769
  backgroundAccent: string;
774
- black: string;
775
- white: string;
776
770
  grey100: string;
777
771
  grey200: string;
778
772
  grey300: string;
@@ -1145,8 +1139,6 @@ export declare const Tabs: import("@atom-learning/stitches-react/types/styled-co
1145
1139
  textMinimal: string;
1146
1140
  background: string;
1147
1141
  backgroundAccent: string;
1148
- black: string;
1149
- white: string;
1150
1142
  grey100: string;
1151
1143
  grey200: string;
1152
1144
  grey300: string;
@@ -22,8 +22,6 @@ export declare const TabsContent: import("@atom-learning/stitches-react/types/st
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;
@@ -24,8 +24,6 @@ export declare const TabsTrigger: React.ForwardRefExoticComponent<Omit<Omit<impo
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;
@@ -24,8 +24,6 @@ declare const StyledTriggerList: import("@atom-learning/stitches-react/types/sty
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;
@@ -65,8 +65,6 @@ export declare const StyledText: import("@atom-learning/stitches-react/types/sty
65
65
  textMinimal: string;
66
66
  background: string;
67
67
  backgroundAccent: string;
68
- black: string;
69
- white: string;
70
68
  grey100: string;
71
69
  grey200: string;
72
70
  grey300: string;
@@ -26,8 +26,6 @@ declare const StyledTextarea: 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;
@@ -28,8 +28,6 @@ export declare const StyledTile: import("@atom-learning/stitches-react/types/sty
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;
@@ -28,8 +28,6 @@ export declare const TileGroup: import("@atom-learning/stitches-react/types/styl
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;
@@ -31,8 +31,6 @@ declare const StyledTileInteractive: import("@atom-learning/stitches-react/types
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;
@@ -404,8 +402,6 @@ declare const StyledTileInteractive: import("@atom-learning/stitches-react/types
404
402
  textMinimal: string;
405
403
  background: string;
406
404
  backgroundAccent: string;
407
- black: string;
408
- white: string;
409
405
  grey100: string;
410
406
  grey200: string;
411
407
  grey300: string;
@@ -31,8 +31,6 @@ declare const StyledTileToggleGroupItem: import("@atom-learning/stitches-react/t
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;
@@ -405,8 +403,6 @@ declare const StyledTileToggleGroupItem: import("@atom-learning/stitches-react/t
405
403
  textMinimal: string;
406
404
  background: string;
407
405
  backgroundAccent: string;
408
- black: string;
409
- white: string;
410
406
  grey100: string;
411
407
  grey200: string;
412
408
  grey300: string;
@@ -778,8 +774,6 @@ declare const StyledTileToggleGroupItem: import("@atom-learning/stitches-react/t
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;
@@ -29,8 +29,6 @@ export declare const StyledToast: import("@atom-learning/stitches-react/types/st
29
29
  textMinimal: string;
30
30
  background: string;
31
31
  backgroundAccent: string;
32
- black: string;
33
- white: string;
34
32
  grey100: string;
35
33
  grey200: string;
36
34
  grey300: string;
@@ -401,8 +399,6 @@ export declare const StyledToast: import("@atom-learning/stitches-react/types/st
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;
@@ -25,8 +25,6 @@ export declare const StyledButton: import("@atom-learning/stitches-react/types/s
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;
@@ -399,8 +397,6 @@ export declare const StyledButton: import("@atom-learning/stitches-react/types/s
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;
@@ -25,8 +25,6 @@ export declare const StyledItem: import("@atom-learning/stitches-react/types/sty
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;
@@ -398,8 +396,6 @@ export declare const ToggleGroupItem: import("@atom-learning/stitches-react/type
398
396
  textMinimal: string;
399
397
  background: string;
400
398
  backgroundAccent: string;
401
- black: string;
402
- white: string;
403
399
  grey100: string;
404
400
  grey200: string;
405
401
  grey300: string;
@@ -35,8 +35,6 @@ export declare const StyledRoot: import("@atom-learning/stitches-react/types/sty
35
35
  textMinimal: string;
36
36
  background: string;
37
37
  backgroundAccent: string;
38
- black: string;
39
- white: string;
40
38
  grey100: string;
41
39
  grey200: string;
42
40
  grey300: string;
@@ -25,8 +25,6 @@ export declare const ToggleGroup: {
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;
@@ -399,8 +397,6 @@ export declare const ToggleGroup: {
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;
@@ -775,8 +771,6 @@ export declare const ToggleGroup: {
775
771
  textMinimal: string;
776
772
  background: string;
777
773
  backgroundAccent: string;
778
- black: string;
779
- white: string;
780
774
  grey100: string;
781
775
  grey200: string;
782
776
  grey300: string;
@@ -1156,8 +1150,6 @@ export declare const ToggleGroup: {
1156
1150
  textMinimal: string;
1157
1151
  background: string;
1158
1152
  backgroundAccent: string;
1159
- black: string;
1160
- white: string;
1161
1153
  grey100: string;
1162
1154
  grey200: string;
1163
1155
  grey300: string;
@@ -1503,7 +1495,7 @@ export declare const ToggleGroup: {
1503
1495
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1504
1496
  };
1505
1497
  }> | undefined;
1506
- }, "gap" | "wrap"> & (((Omit<import("@radix-ui/react-toggle-group").ToggleGroupSingleProps & import("react").RefAttributes<HTMLDivElement> & {
1498
+ }, "gap" | "wrap"> & ((Omit<import("@radix-ui/react-toggle-group").ToggleGroupSingleProps & import("react").RefAttributes<HTMLDivElement> & {
1507
1499
  disableDeselect?: boolean;
1508
1500
  }, "direction" | "css" | "theme" | "isFullWidth" | "hasGap"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1509
1501
  isFullWidth?: boolean | "true" | "false" | undefined;
@@ -1535,8 +1527,6 @@ export declare const ToggleGroup: {
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;
@@ -1914,8 +1904,6 @@ export declare const ToggleGroup: {
1914
1904
  textMinimal: string;
1915
1905
  background: string;
1916
1906
  backgroundAccent: string;
1917
- black: string;
1918
- white: string;
1919
1907
  grey100: string;
1920
1908
  grey200: string;
1921
1909
  grey300: string;
@@ -2264,5 +2252,5 @@ export declare const ToggleGroup: {
2264
2252
  })) & {
2265
2253
  orientation?: "horizontal" | "vertical";
2266
2254
  isFullWidth?: boolean;
2267
- })>;
2255
+ }>;
2268
2256
  };
@@ -32,8 +32,6 @@ export declare const Tooltip: {
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;
@@ -404,8 +402,6 @@ export declare const Tooltip: {
404
402
  textMinimal: string;
405
403
  background: string;
406
404
  backgroundAccent: string;
407
- black: string;
408
- white: string;
409
405
  grey100: string;
410
406
  grey200: string;
411
407
  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;