@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
@@ -23,6 +23,8 @@ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-com
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;
@@ -397,6 +399,8 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
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;
@@ -746,9 +750,9 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
746
750
  as?: React.ComponentType | React.ElementType;
747
751
  }) => React.JSX.Element;
748
752
  Accordion: ({ defaultOpen, open, onOpenChange, disabled, ...rest }: import("@radix-ui/react-collapsible").CollapsibleProps & React.RefAttributes<HTMLDivElement> & {
749
- color?: string | undefined;
750
- content?: string | undefined;
751
- translate?: "yes" | "no" | undefined;
753
+ color?: string | undefined | undefined;
754
+ content?: string | undefined | undefined;
755
+ translate?: "yes" | "no" | undefined | undefined;
752
756
  css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
753
757
  sm: string;
754
758
  md: string;
@@ -765,6 +769,8 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
765
769
  textMinimal: string;
766
770
  background: string;
767
771
  backgroundAccent: string;
772
+ black: string;
773
+ white: string;
768
774
  grey100: string;
769
775
  grey200: string;
770
776
  grey300: string;
@@ -1110,106 +1116,106 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
1110
1116
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1111
1117
  };
1112
1118
  }> | undefined;
1113
- prefix?: string | undefined;
1114
- slot?: string | undefined;
1119
+ prefix?: string | undefined | undefined;
1120
+ slot?: string | undefined | undefined;
1115
1121
  style?: React.CSSProperties | undefined;
1116
- title?: string | undefined;
1122
+ title?: string | undefined | undefined;
1117
1123
  ref?: React.Ref<HTMLLIElement> | undefined;
1118
1124
  key?: React.Key | null | undefined;
1119
- defaultChecked?: boolean | undefined;
1125
+ defaultChecked?: boolean | undefined | undefined;
1120
1126
  defaultValue?: string | number | readonly string[] | undefined;
1121
- suppressContentEditableWarning?: boolean | undefined;
1122
- suppressHydrationWarning?: boolean | undefined;
1123
- accessKey?: string | undefined;
1124
- autoFocus?: boolean | undefined;
1125
- className?: string | undefined;
1126
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
1127
- contextMenu?: string | undefined;
1128
- dir?: string | undefined;
1127
+ suppressContentEditableWarning?: boolean | undefined | undefined;
1128
+ suppressHydrationWarning?: boolean | undefined | undefined;
1129
+ accessKey?: string | undefined | undefined;
1130
+ autoFocus?: boolean | undefined | undefined;
1131
+ className?: string | undefined | undefined;
1132
+ contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
1133
+ contextMenu?: string | undefined | undefined;
1134
+ dir?: string | undefined | undefined;
1129
1135
  draggable?: (boolean | "true" | "false") | undefined;
1130
- hidden?: boolean | undefined;
1131
- id?: string | undefined;
1132
- lang?: string | undefined;
1133
- nonce?: string | undefined;
1134
- placeholder?: string | undefined;
1136
+ hidden?: boolean | undefined | undefined;
1137
+ id?: string | undefined | undefined;
1138
+ lang?: string | undefined | undefined;
1139
+ nonce?: string | undefined | undefined;
1140
+ placeholder?: string | undefined | undefined;
1135
1141
  spellCheck?: (boolean | "true" | "false") | undefined;
1136
- tabIndex?: number | undefined;
1137
- radioGroup?: string | undefined;
1142
+ tabIndex?: number | undefined | undefined;
1143
+ radioGroup?: string | undefined | undefined;
1138
1144
  role?: React.AriaRole | undefined;
1139
- about?: string | undefined;
1140
- datatype?: string | undefined;
1145
+ about?: string | undefined | undefined;
1146
+ datatype?: string | undefined | undefined;
1141
1147
  inlist?: any;
1142
- property?: string | undefined;
1143
- rel?: string | undefined;
1144
- resource?: string | undefined;
1145
- rev?: string | undefined;
1146
- typeof?: string | undefined;
1147
- vocab?: string | undefined;
1148
- autoCapitalize?: string | undefined;
1149
- autoCorrect?: string | undefined;
1150
- autoSave?: string | undefined;
1151
- itemProp?: string | undefined;
1152
- itemScope?: boolean | undefined;
1153
- itemType?: string | undefined;
1154
- itemID?: string | undefined;
1155
- itemRef?: string | undefined;
1156
- results?: number | undefined;
1157
- security?: string | undefined;
1158
- unselectable?: "on" | "off" | undefined;
1159
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1160
- is?: string | undefined;
1161
- "aria-activedescendant"?: string | undefined;
1148
+ property?: string | undefined | undefined;
1149
+ rel?: string | undefined | undefined;
1150
+ resource?: string | undefined | undefined;
1151
+ rev?: string | undefined | undefined;
1152
+ typeof?: string | undefined | undefined;
1153
+ vocab?: string | undefined | undefined;
1154
+ autoCapitalize?: string | undefined | undefined;
1155
+ autoCorrect?: string | undefined | undefined;
1156
+ autoSave?: string | undefined | undefined;
1157
+ itemProp?: string | undefined | undefined;
1158
+ itemScope?: boolean | undefined | undefined;
1159
+ itemType?: string | undefined | undefined;
1160
+ itemID?: string | undefined | undefined;
1161
+ itemRef?: string | undefined | undefined;
1162
+ results?: number | undefined | undefined;
1163
+ security?: string | undefined | undefined;
1164
+ unselectable?: "on" | "off" | undefined | undefined;
1165
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
1166
+ is?: string | undefined | undefined;
1167
+ "aria-activedescendant"?: string | undefined | undefined;
1162
1168
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
1163
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1169
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
1164
1170
  "aria-busy"?: (boolean | "true" | "false") | undefined;
1165
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1166
- "aria-colcount"?: number | undefined;
1167
- "aria-colindex"?: number | undefined;
1168
- "aria-colspan"?: number | undefined;
1169
- "aria-controls"?: string | undefined;
1170
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1171
- "aria-describedby"?: string | undefined;
1172
- "aria-details"?: string | undefined;
1171
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
1172
+ "aria-colcount"?: number | undefined | undefined;
1173
+ "aria-colindex"?: number | undefined | undefined;
1174
+ "aria-colspan"?: number | undefined | undefined;
1175
+ "aria-controls"?: string | undefined | undefined;
1176
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
1177
+ "aria-describedby"?: string | undefined | undefined;
1178
+ "aria-details"?: string | undefined | undefined;
1173
1179
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
1174
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1175
- "aria-errormessage"?: string | undefined;
1180
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
1181
+ "aria-errormessage"?: string | undefined | undefined;
1176
1182
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
1177
- "aria-flowto"?: string | undefined;
1183
+ "aria-flowto"?: string | undefined | undefined;
1178
1184
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1179
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1185
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
1180
1186
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
1181
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1182
- "aria-keyshortcuts"?: string | undefined;
1183
- "aria-label"?: string | undefined;
1184
- "aria-labelledby"?: string | undefined;
1185
- "aria-level"?: number | undefined;
1186
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
1187
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
1188
+ "aria-keyshortcuts"?: string | undefined | undefined;
1189
+ "aria-label"?: string | undefined | undefined;
1190
+ "aria-labelledby"?: string | undefined | undefined;
1191
+ "aria-level"?: number | undefined | undefined;
1192
+ "aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
1187
1193
  "aria-modal"?: (boolean | "true" | "false") | undefined;
1188
1194
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
1189
1195
  "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
1190
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
1191
- "aria-owns"?: string | undefined;
1192
- "aria-placeholder"?: string | undefined;
1193
- "aria-posinset"?: number | undefined;
1194
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
1196
+ "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
1197
+ "aria-owns"?: string | undefined | undefined;
1198
+ "aria-placeholder"?: string | undefined | undefined;
1199
+ "aria-posinset"?: number | undefined | undefined;
1200
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
1195
1201
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
1196
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1202
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
1197
1203
  "aria-required"?: (boolean | "true" | "false") | undefined;
1198
- "aria-roledescription"?: string | undefined;
1199
- "aria-rowcount"?: number | undefined;
1200
- "aria-rowindex"?: number | undefined;
1201
- "aria-rowspan"?: number | undefined;
1204
+ "aria-roledescription"?: string | undefined | undefined;
1205
+ "aria-rowcount"?: number | undefined | undefined;
1206
+ "aria-rowindex"?: number | undefined | undefined;
1207
+ "aria-rowspan"?: number | undefined | undefined;
1202
1208
  "aria-selected"?: (boolean | "true" | "false") | undefined;
1203
- "aria-setsize"?: number | undefined;
1204
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
1205
- "aria-valuemax"?: number | undefined;
1206
- "aria-valuemin"?: number | undefined;
1207
- "aria-valuenow"?: number | undefined;
1208
- "aria-valuetext"?: string | undefined;
1209
- children?: React.ReactNode | undefined;
1209
+ "aria-setsize"?: number | undefined | undefined;
1210
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
1211
+ "aria-valuemax"?: number | undefined | undefined;
1212
+ "aria-valuemin"?: number | undefined | undefined;
1213
+ "aria-valuenow"?: number | undefined | undefined;
1214
+ "aria-valuetext"?: string | undefined | undefined;
1215
+ children?: React.ReactNode;
1210
1216
  dangerouslySetInnerHTML?: {
1211
1217
  __html: string | TrustedHTML;
1212
- } | undefined;
1218
+ } | undefined | undefined;
1213
1219
  onCopy?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
1214
1220
  onCopyCapture?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
1215
1221
  onCut?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
@@ -1397,6 +1403,8 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
1397
1403
  textMinimal: string;
1398
1404
  background: string;
1399
1405
  backgroundAccent: string;
1406
+ black: string;
1407
+ white: string;
1400
1408
  grey100: string;
1401
1409
  grey200: string;
1402
1410
  grey300: string;
@@ -1770,6 +1778,8 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
1770
1778
  textMinimal: string;
1771
1779
  background: string;
1772
1780
  backgroundAccent: string;
1781
+ black: string;
1782
+ white: string;
1773
1783
  grey100: string;
1774
1784
  grey200: string;
1775
1785
  grey300: string;
@@ -2117,9 +2127,9 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
2117
2127
  }> | undefined;
2118
2128
  }) => React.JSX.Element;
2119
2129
  Item: (props: {
2120
- color?: string | undefined;
2121
- content?: string | undefined;
2122
- translate?: "yes" | "no" | undefined;
2130
+ color?: string | undefined | undefined;
2131
+ content?: string | undefined | undefined;
2132
+ translate?: "yes" | "no" | undefined | undefined;
2123
2133
  css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
2124
2134
  sm: string;
2125
2135
  md: string;
@@ -2136,6 +2146,8 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
2136
2146
  textMinimal: string;
2137
2147
  background: string;
2138
2148
  backgroundAccent: string;
2149
+ black: string;
2150
+ white: string;
2139
2151
  grey100: string;
2140
2152
  grey200: string;
2141
2153
  grey300: string;
@@ -2481,106 +2493,106 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
2481
2493
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
2482
2494
  };
2483
2495
  }> | undefined;
2484
- prefix?: string | undefined;
2485
- slot?: string | undefined;
2496
+ prefix?: string | undefined | undefined;
2497
+ slot?: string | undefined | undefined;
2486
2498
  style?: React.CSSProperties | undefined;
2487
- title?: string | undefined;
2499
+ title?: string | undefined | undefined;
2488
2500
  ref?: React.Ref<HTMLLIElement> | undefined;
2489
2501
  key?: React.Key | null | undefined;
2490
- defaultChecked?: boolean | undefined;
2502
+ defaultChecked?: boolean | undefined | undefined;
2491
2503
  defaultValue?: string | number | readonly string[] | undefined;
2492
- suppressContentEditableWarning?: boolean | undefined;
2493
- suppressHydrationWarning?: boolean | undefined;
2494
- accessKey?: string | undefined;
2495
- autoFocus?: boolean | undefined;
2496
- className?: string | undefined;
2497
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
2498
- contextMenu?: string | undefined;
2499
- dir?: string | undefined;
2504
+ suppressContentEditableWarning?: boolean | undefined | undefined;
2505
+ suppressHydrationWarning?: boolean | undefined | undefined;
2506
+ accessKey?: string | undefined | undefined;
2507
+ autoFocus?: boolean | undefined | undefined;
2508
+ className?: string | undefined | undefined;
2509
+ contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
2510
+ contextMenu?: string | undefined | undefined;
2511
+ dir?: string | undefined | undefined;
2500
2512
  draggable?: (boolean | "true" | "false") | undefined;
2501
- hidden?: boolean | undefined;
2502
- id?: string | undefined;
2503
- lang?: string | undefined;
2504
- nonce?: string | undefined;
2505
- placeholder?: string | undefined;
2513
+ hidden?: boolean | undefined | undefined;
2514
+ id?: string | undefined | undefined;
2515
+ lang?: string | undefined | undefined;
2516
+ nonce?: string | undefined | undefined;
2517
+ placeholder?: string | undefined | undefined;
2506
2518
  spellCheck?: (boolean | "true" | "false") | undefined;
2507
- tabIndex?: number | undefined;
2508
- radioGroup?: string | undefined;
2519
+ tabIndex?: number | undefined | undefined;
2520
+ radioGroup?: string | undefined | undefined;
2509
2521
  role?: React.AriaRole | undefined;
2510
- about?: string | undefined;
2511
- datatype?: string | undefined;
2522
+ about?: string | undefined | undefined;
2523
+ datatype?: string | undefined | undefined;
2512
2524
  inlist?: any;
2513
- property?: string | undefined;
2514
- rel?: string | undefined;
2515
- resource?: string | undefined;
2516
- rev?: string | undefined;
2517
- typeof?: string | undefined;
2518
- vocab?: string | undefined;
2519
- autoCapitalize?: string | undefined;
2520
- autoCorrect?: string | undefined;
2521
- autoSave?: string | undefined;
2522
- itemProp?: string | undefined;
2523
- itemScope?: boolean | undefined;
2524
- itemType?: string | undefined;
2525
- itemID?: string | undefined;
2526
- itemRef?: string | undefined;
2527
- results?: number | undefined;
2528
- security?: string | undefined;
2529
- unselectable?: "on" | "off" | undefined;
2530
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
2531
- is?: string | undefined;
2532
- "aria-activedescendant"?: string | undefined;
2525
+ property?: string | undefined | undefined;
2526
+ rel?: string | undefined | undefined;
2527
+ resource?: string | undefined | undefined;
2528
+ rev?: string | undefined | undefined;
2529
+ typeof?: string | undefined | undefined;
2530
+ vocab?: string | undefined | undefined;
2531
+ autoCapitalize?: string | undefined | undefined;
2532
+ autoCorrect?: string | undefined | undefined;
2533
+ autoSave?: string | undefined | undefined;
2534
+ itemProp?: string | undefined | undefined;
2535
+ itemScope?: boolean | undefined | undefined;
2536
+ itemType?: string | undefined | undefined;
2537
+ itemID?: string | undefined | undefined;
2538
+ itemRef?: string | undefined | undefined;
2539
+ results?: number | undefined | undefined;
2540
+ security?: string | undefined | undefined;
2541
+ unselectable?: "on" | "off" | undefined | undefined;
2542
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
2543
+ is?: string | undefined | undefined;
2544
+ "aria-activedescendant"?: string | undefined | undefined;
2533
2545
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
2534
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
2546
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
2535
2547
  "aria-busy"?: (boolean | "true" | "false") | undefined;
2536
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
2537
- "aria-colcount"?: number | undefined;
2538
- "aria-colindex"?: number | undefined;
2539
- "aria-colspan"?: number | undefined;
2540
- "aria-controls"?: string | undefined;
2541
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
2542
- "aria-describedby"?: string | undefined;
2543
- "aria-details"?: string | undefined;
2548
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
2549
+ "aria-colcount"?: number | undefined | undefined;
2550
+ "aria-colindex"?: number | undefined | undefined;
2551
+ "aria-colspan"?: number | undefined | undefined;
2552
+ "aria-controls"?: string | undefined | undefined;
2553
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
2554
+ "aria-describedby"?: string | undefined | undefined;
2555
+ "aria-details"?: string | undefined | undefined;
2544
2556
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
2545
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
2546
- "aria-errormessage"?: string | undefined;
2557
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
2558
+ "aria-errormessage"?: string | undefined | undefined;
2547
2559
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
2548
- "aria-flowto"?: string | undefined;
2560
+ "aria-flowto"?: string | undefined | undefined;
2549
2561
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
2550
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
2562
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
2551
2563
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
2552
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
2553
- "aria-keyshortcuts"?: string | undefined;
2554
- "aria-label"?: string | undefined;
2555
- "aria-labelledby"?: string | undefined;
2556
- "aria-level"?: number | undefined;
2557
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
2564
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
2565
+ "aria-keyshortcuts"?: string | undefined | undefined;
2566
+ "aria-label"?: string | undefined | undefined;
2567
+ "aria-labelledby"?: string | undefined | undefined;
2568
+ "aria-level"?: number | undefined | undefined;
2569
+ "aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
2558
2570
  "aria-modal"?: (boolean | "true" | "false") | undefined;
2559
2571
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
2560
2572
  "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
2561
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
2562
- "aria-owns"?: string | undefined;
2563
- "aria-placeholder"?: string | undefined;
2564
- "aria-posinset"?: number | undefined;
2565
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
2573
+ "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
2574
+ "aria-owns"?: string | undefined | undefined;
2575
+ "aria-placeholder"?: string | undefined | undefined;
2576
+ "aria-posinset"?: number | undefined | undefined;
2577
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
2566
2578
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
2567
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
2579
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
2568
2580
  "aria-required"?: (boolean | "true" | "false") | undefined;
2569
- "aria-roledescription"?: string | undefined;
2570
- "aria-rowcount"?: number | undefined;
2571
- "aria-rowindex"?: number | undefined;
2572
- "aria-rowspan"?: number | undefined;
2581
+ "aria-roledescription"?: string | undefined | undefined;
2582
+ "aria-rowcount"?: number | undefined | undefined;
2583
+ "aria-rowindex"?: number | undefined | undefined;
2584
+ "aria-rowspan"?: number | undefined | undefined;
2573
2585
  "aria-selected"?: (boolean | "true" | "false") | undefined;
2574
- "aria-setsize"?: number | undefined;
2575
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
2576
- "aria-valuemax"?: number | undefined;
2577
- "aria-valuemin"?: number | undefined;
2578
- "aria-valuenow"?: number | undefined;
2579
- "aria-valuetext"?: string | undefined;
2580
- children?: React.ReactNode | undefined;
2586
+ "aria-setsize"?: number | undefined | undefined;
2587
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
2588
+ "aria-valuemax"?: number | undefined | undefined;
2589
+ "aria-valuemin"?: number | undefined | undefined;
2590
+ "aria-valuenow"?: number | undefined | undefined;
2591
+ "aria-valuetext"?: string | undefined | undefined;
2592
+ children?: React.ReactNode;
2581
2593
  dangerouslySetInnerHTML?: {
2582
2594
  __html: string | TrustedHTML;
2583
- } | undefined;
2595
+ } | undefined | undefined;
2584
2596
  onCopy?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
2585
2597
  onCopyCapture?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
2586
2598
  onCut?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
@@ -2776,6 +2788,8 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
2776
2788
  textMinimal: string;
2777
2789
  background: string;
2778
2790
  backgroundAccent: string;
2791
+ black: string;
2792
+ white: string;
2779
2793
  grey100: string;
2780
2794
  grey200: string;
2781
2795
  grey300: string;
@@ -3151,6 +3165,8 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
3151
3165
  textMinimal: string;
3152
3166
  background: string;
3153
3167
  backgroundAccent: string;
3168
+ black: string;
3169
+ white: string;
3154
3170
  grey100: string;
3155
3171
  grey200: string;
3156
3172
  grey300: string;
@@ -3523,6 +3539,8 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
3523
3539
  textMinimal: string;
3524
3540
  background: string;
3525
3541
  backgroundAccent: string;
3542
+ black: string;
3543
+ white: string;
3526
3544
  grey100: string;
3527
3545
  grey200: string;
3528
3546
  grey300: string;
@@ -3900,6 +3918,8 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
3900
3918
  textMinimal: string;
3901
3919
  background: string;
3902
3920
  backgroundAccent: string;
3921
+ black: string;
3922
+ white: string;
3903
3923
  grey100: string;
3904
3924
  grey200: string;
3905
3925
  grey300: string;
@@ -4274,6 +4294,8 @@ export declare const NavigationMenuVertical: (({ children, ...rest }: TNavigatio
4274
4294
  textMinimal: string;
4275
4295
  background: string;
4276
4296
  backgroundAccent: string;
4297
+ black: string;
4298
+ white: string;
4277
4299
  grey100: string;
4278
4300
  grey200: string;
4279
4301
  grey300: string;
@@ -24,6 +24,8 @@ declare const StyledNavigationMenuVerticalAccordionContent: import("@atom-learni
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;
@@ -25,6 +25,8 @@ declare const StyledNavigationMenuVerticalAccordionTrigger: import("@atom-learni
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;
@@ -28,6 +28,8 @@ declare const StyledNavigationMenuVerticalIcon: import("@atom-learning/stitches-
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;
@@ -400,6 +402,8 @@ declare const StyledNavigationMenuVerticalIcon: import("@atom-learning/stitches-
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;
@@ -23,6 +23,8 @@ declare const StyledNavigationMenuVerticalItem: import("@atom-learning/stitches-
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;
@@ -25,6 +25,8 @@ declare const StyledNavigationMenuVerticalLink: import("@atom-learning/stitches-
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;
@@ -22,6 +22,8 @@ export declare const NavigationMenuVerticalList: import("@atom-learning/stitches
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;
@@ -31,6 +31,8 @@ declare const StyledNavigationMenuVerticalText: import("@atom-learning/stitches-
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 StyledNavigationMenuVerticalText: import("@atom-learning/stitches-
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;
@@ -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?: "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 @@ 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;
35
37
  grey100: string;
36
38
  grey200: string;
37
39
  grey300: string;
@@ -378,7 +380,7 @@ declare const StyledStepperButton: 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 @@ declare const StyledStepperButton: 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;