@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
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
2
  declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<{
3
- color?: string | undefined;
4
- content?: string | undefined;
5
- translate?: "yes" | "no" | undefined;
3
+ color?: string | undefined | undefined;
4
+ content?: string | undefined | undefined;
5
+ translate?: "yes" | "no" | undefined | undefined;
6
6
  gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | ({
7
7
  "@sm"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
8
8
  "@md"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
@@ -31,6 +31,8 @@ declare const StyledRoot: 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;
@@ -376,106 +378,106 @@ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-com
376
378
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
377
379
  };
378
380
  }> | undefined;
379
- prefix?: string | undefined;
380
- slot?: string | undefined;
381
+ prefix?: string | undefined | undefined;
382
+ slot?: string | undefined | undefined;
381
383
  style?: React.CSSProperties | undefined;
382
- title?: string | undefined;
384
+ title?: string | undefined | undefined;
383
385
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
384
386
  key?: React.Key | null | undefined;
385
- defaultChecked?: boolean | undefined;
387
+ defaultChecked?: boolean | undefined | undefined;
386
388
  defaultValue?: string | number | readonly string[] | undefined;
387
- suppressContentEditableWarning?: boolean | undefined;
388
- suppressHydrationWarning?: boolean | undefined;
389
- accessKey?: string | undefined;
390
- autoFocus?: boolean | undefined;
391
- className?: string | undefined;
392
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
393
- contextMenu?: string | undefined;
394
- dir?: string | undefined;
389
+ suppressContentEditableWarning?: boolean | undefined | undefined;
390
+ suppressHydrationWarning?: boolean | undefined | undefined;
391
+ accessKey?: string | undefined | undefined;
392
+ autoFocus?: boolean | undefined | undefined;
393
+ className?: string | undefined | undefined;
394
+ contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
395
+ contextMenu?: string | undefined | undefined;
396
+ dir?: string | undefined | undefined;
395
397
  draggable?: (boolean | "true" | "false") | undefined;
396
- hidden?: boolean | undefined;
397
- id?: string | undefined;
398
- lang?: string | undefined;
399
- nonce?: string | undefined;
400
- placeholder?: string | undefined;
398
+ hidden?: boolean | undefined | undefined;
399
+ id?: string | undefined | undefined;
400
+ lang?: string | undefined | undefined;
401
+ nonce?: string | undefined | undefined;
402
+ placeholder?: string | undefined | undefined;
401
403
  spellCheck?: (boolean | "true" | "false") | undefined;
402
- tabIndex?: number | undefined;
403
- radioGroup?: string | undefined;
404
+ tabIndex?: number | undefined | undefined;
405
+ radioGroup?: string | undefined | undefined;
404
406
  role?: React.AriaRole | undefined;
405
- about?: string | undefined;
406
- datatype?: string | undefined;
407
+ about?: string | undefined | undefined;
408
+ datatype?: string | undefined | undefined;
407
409
  inlist?: any;
408
- property?: string | undefined;
409
- rel?: string | undefined;
410
- resource?: string | undefined;
411
- rev?: string | undefined;
412
- typeof?: string | undefined;
413
- vocab?: string | undefined;
414
- autoCapitalize?: string | undefined;
415
- autoCorrect?: string | undefined;
416
- autoSave?: string | undefined;
417
- itemProp?: string | undefined;
418
- itemScope?: boolean | undefined;
419
- itemType?: string | undefined;
420
- itemID?: string | undefined;
421
- itemRef?: string | undefined;
422
- results?: number | undefined;
423
- security?: string | undefined;
424
- unselectable?: "on" | "off" | undefined;
425
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
426
- is?: string | undefined;
427
- "aria-activedescendant"?: string | undefined;
410
+ property?: string | undefined | undefined;
411
+ rel?: string | undefined | undefined;
412
+ resource?: string | undefined | undefined;
413
+ rev?: string | undefined | undefined;
414
+ typeof?: string | undefined | undefined;
415
+ vocab?: string | undefined | undefined;
416
+ autoCapitalize?: string | undefined | undefined;
417
+ autoCorrect?: string | undefined | undefined;
418
+ autoSave?: string | undefined | undefined;
419
+ itemProp?: string | undefined | undefined;
420
+ itemScope?: boolean | undefined | undefined;
421
+ itemType?: string | undefined | undefined;
422
+ itemID?: string | undefined | undefined;
423
+ itemRef?: string | undefined | undefined;
424
+ results?: number | undefined | undefined;
425
+ security?: string | undefined | undefined;
426
+ unselectable?: "on" | "off" | undefined | undefined;
427
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
428
+ is?: string | undefined | undefined;
429
+ "aria-activedescendant"?: string | undefined | undefined;
428
430
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
429
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
431
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
430
432
  "aria-busy"?: (boolean | "true" | "false") | undefined;
431
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
432
- "aria-colcount"?: number | undefined;
433
- "aria-colindex"?: number | undefined;
434
- "aria-colspan"?: number | undefined;
435
- "aria-controls"?: string | undefined;
436
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
437
- "aria-describedby"?: string | undefined;
438
- "aria-details"?: string | undefined;
433
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
434
+ "aria-colcount"?: number | undefined | undefined;
435
+ "aria-colindex"?: number | undefined | undefined;
436
+ "aria-colspan"?: number | undefined | undefined;
437
+ "aria-controls"?: string | undefined | undefined;
438
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
439
+ "aria-describedby"?: string | undefined | undefined;
440
+ "aria-details"?: string | undefined | undefined;
439
441
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
440
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
441
- "aria-errormessage"?: string | undefined;
442
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
443
+ "aria-errormessage"?: string | undefined | undefined;
442
444
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
443
- "aria-flowto"?: string | undefined;
445
+ "aria-flowto"?: string | undefined | undefined;
444
446
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
445
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
447
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
446
448
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
447
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
448
- "aria-keyshortcuts"?: string | undefined;
449
- "aria-label"?: string | undefined;
450
- "aria-labelledby"?: string | undefined;
451
- "aria-level"?: number | undefined;
452
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
449
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
450
+ "aria-keyshortcuts"?: string | undefined | undefined;
451
+ "aria-label"?: string | undefined | undefined;
452
+ "aria-labelledby"?: string | undefined | undefined;
453
+ "aria-level"?: number | undefined | undefined;
454
+ "aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
453
455
  "aria-modal"?: (boolean | "true" | "false") | undefined;
454
456
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
455
457
  "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
456
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
457
- "aria-owns"?: string | undefined;
458
- "aria-placeholder"?: string | undefined;
459
- "aria-posinset"?: number | undefined;
460
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
458
+ "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
459
+ "aria-owns"?: string | undefined | undefined;
460
+ "aria-placeholder"?: string | undefined | undefined;
461
+ "aria-posinset"?: number | undefined | undefined;
462
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
461
463
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
462
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
464
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
463
465
  "aria-required"?: (boolean | "true" | "false") | undefined;
464
- "aria-roledescription"?: string | undefined;
465
- "aria-rowcount"?: number | undefined;
466
- "aria-rowindex"?: number | undefined;
467
- "aria-rowspan"?: number | undefined;
466
+ "aria-roledescription"?: string | undefined | undefined;
467
+ "aria-rowcount"?: number | undefined | undefined;
468
+ "aria-rowindex"?: number | undefined | undefined;
469
+ "aria-rowspan"?: number | undefined | undefined;
468
470
  "aria-selected"?: (boolean | "true" | "false") | undefined;
469
- "aria-setsize"?: number | undefined;
470
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
471
- "aria-valuemax"?: number | undefined;
472
- "aria-valuemin"?: number | undefined;
473
- "aria-valuenow"?: number | undefined;
474
- "aria-valuetext"?: string | undefined;
475
- children?: React.ReactNode | undefined;
471
+ "aria-setsize"?: number | undefined | undefined;
472
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
473
+ "aria-valuemax"?: number | undefined | undefined;
474
+ "aria-valuemin"?: number | undefined | undefined;
475
+ "aria-valuenow"?: number | undefined | undefined;
476
+ "aria-valuetext"?: string | undefined | undefined;
477
+ children?: React.ReactNode;
476
478
  dangerouslySetInnerHTML?: {
477
479
  __html: string | TrustedHTML;
478
- } | undefined;
480
+ } | undefined | undefined;
479
481
  onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
480
482
  onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
481
483
  onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
@@ -696,6 +698,8 @@ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-com
696
698
  textMinimal: string;
697
699
  background: string;
698
700
  backgroundAccent: string;
701
+ black: string;
702
+ white: string;
699
703
  grey100: string;
700
704
  grey200: string;
701
705
  grey300: string;
@@ -1044,9 +1048,9 @@ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-com
1044
1048
  type TreeProps = React.ComponentProps<typeof StyledRoot>;
1045
1049
  export declare const TreeRoot: React.ForwardRefExoticComponent<TreeProps>;
1046
1050
  export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1047
- color?: string | undefined;
1048
- content?: string | undefined;
1049
- translate?: "yes" | "no" | undefined;
1051
+ color?: string | undefined | undefined;
1052
+ content?: string | undefined | undefined;
1053
+ translate?: "yes" | "no" | undefined | undefined;
1050
1054
  gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | ({
1051
1055
  "@sm"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
1052
1056
  "@md"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
@@ -1075,6 +1079,8 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1075
1079
  textMinimal: string;
1076
1080
  background: string;
1077
1081
  backgroundAccent: string;
1082
+ black: string;
1083
+ white: string;
1078
1084
  grey100: string;
1079
1085
  grey200: string;
1080
1086
  grey300: string;
@@ -1420,106 +1426,106 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1420
1426
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1421
1427
  };
1422
1428
  }> | undefined;
1423
- prefix?: string | undefined;
1424
- slot?: string | undefined;
1429
+ prefix?: string | undefined | undefined;
1430
+ slot?: string | undefined | undefined;
1425
1431
  style?: React.CSSProperties | undefined;
1426
- title?: string | undefined;
1432
+ title?: string | undefined | undefined;
1427
1433
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
1428
1434
  key?: React.Key | null | undefined;
1429
- defaultChecked?: boolean | undefined;
1435
+ defaultChecked?: boolean | undefined | undefined;
1430
1436
  defaultValue?: string | number | readonly string[] | undefined;
1431
- suppressContentEditableWarning?: boolean | undefined;
1432
- suppressHydrationWarning?: boolean | undefined;
1433
- accessKey?: string | undefined;
1434
- autoFocus?: boolean | undefined;
1435
- className?: string | undefined;
1436
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
1437
- contextMenu?: string | undefined;
1438
- dir?: string | undefined;
1437
+ suppressContentEditableWarning?: boolean | undefined | undefined;
1438
+ suppressHydrationWarning?: boolean | undefined | undefined;
1439
+ accessKey?: string | undefined | undefined;
1440
+ autoFocus?: boolean | undefined | undefined;
1441
+ className?: string | undefined | undefined;
1442
+ contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
1443
+ contextMenu?: string | undefined | undefined;
1444
+ dir?: string | undefined | undefined;
1439
1445
  draggable?: (boolean | "true" | "false") | undefined;
1440
- hidden?: boolean | undefined;
1441
- id?: string | undefined;
1442
- lang?: string | undefined;
1443
- nonce?: string | undefined;
1444
- placeholder?: string | undefined;
1446
+ hidden?: boolean | undefined | undefined;
1447
+ id?: string | undefined | undefined;
1448
+ lang?: string | undefined | undefined;
1449
+ nonce?: string | undefined | undefined;
1450
+ placeholder?: string | undefined | undefined;
1445
1451
  spellCheck?: (boolean | "true" | "false") | undefined;
1446
- tabIndex?: number | undefined;
1447
- radioGroup?: string | undefined;
1452
+ tabIndex?: number | undefined | undefined;
1453
+ radioGroup?: string | undefined | undefined;
1448
1454
  role?: React.AriaRole | undefined;
1449
- about?: string | undefined;
1450
- datatype?: string | undefined;
1455
+ about?: string | undefined | undefined;
1456
+ datatype?: string | undefined | undefined;
1451
1457
  inlist?: any;
1452
- property?: string | undefined;
1453
- rel?: string | undefined;
1454
- resource?: string | undefined;
1455
- rev?: string | undefined;
1456
- typeof?: string | undefined;
1457
- vocab?: string | undefined;
1458
- autoCapitalize?: string | undefined;
1459
- autoCorrect?: string | undefined;
1460
- autoSave?: string | undefined;
1461
- itemProp?: string | undefined;
1462
- itemScope?: boolean | undefined;
1463
- itemType?: string | undefined;
1464
- itemID?: string | undefined;
1465
- itemRef?: string | undefined;
1466
- results?: number | undefined;
1467
- security?: string | undefined;
1468
- unselectable?: "on" | "off" | undefined;
1469
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1470
- is?: string | undefined;
1471
- "aria-activedescendant"?: string | undefined;
1458
+ property?: string | undefined | undefined;
1459
+ rel?: string | undefined | undefined;
1460
+ resource?: string | undefined | undefined;
1461
+ rev?: string | undefined | undefined;
1462
+ typeof?: string | undefined | undefined;
1463
+ vocab?: string | undefined | undefined;
1464
+ autoCapitalize?: string | undefined | undefined;
1465
+ autoCorrect?: string | undefined | undefined;
1466
+ autoSave?: string | undefined | undefined;
1467
+ itemProp?: string | undefined | undefined;
1468
+ itemScope?: boolean | undefined | undefined;
1469
+ itemType?: string | undefined | undefined;
1470
+ itemID?: string | undefined | undefined;
1471
+ itemRef?: string | undefined | undefined;
1472
+ results?: number | undefined | undefined;
1473
+ security?: string | undefined | undefined;
1474
+ unselectable?: "on" | "off" | undefined | undefined;
1475
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
1476
+ is?: string | undefined | undefined;
1477
+ "aria-activedescendant"?: string | undefined | undefined;
1472
1478
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
1473
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1479
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
1474
1480
  "aria-busy"?: (boolean | "true" | "false") | undefined;
1475
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1476
- "aria-colcount"?: number | undefined;
1477
- "aria-colindex"?: number | undefined;
1478
- "aria-colspan"?: number | undefined;
1479
- "aria-controls"?: string | undefined;
1480
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1481
- "aria-describedby"?: string | undefined;
1482
- "aria-details"?: string | undefined;
1481
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
1482
+ "aria-colcount"?: number | undefined | undefined;
1483
+ "aria-colindex"?: number | undefined | undefined;
1484
+ "aria-colspan"?: number | undefined | undefined;
1485
+ "aria-controls"?: string | undefined | undefined;
1486
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
1487
+ "aria-describedby"?: string | undefined | undefined;
1488
+ "aria-details"?: string | undefined | undefined;
1483
1489
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
1484
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1485
- "aria-errormessage"?: string | undefined;
1490
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
1491
+ "aria-errormessage"?: string | undefined | undefined;
1486
1492
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
1487
- "aria-flowto"?: string | undefined;
1493
+ "aria-flowto"?: string | undefined | undefined;
1488
1494
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1489
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1495
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
1490
1496
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
1491
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1492
- "aria-keyshortcuts"?: string | undefined;
1493
- "aria-label"?: string | undefined;
1494
- "aria-labelledby"?: string | undefined;
1495
- "aria-level"?: number | undefined;
1496
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
1497
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
1498
+ "aria-keyshortcuts"?: string | undefined | undefined;
1499
+ "aria-label"?: string | undefined | undefined;
1500
+ "aria-labelledby"?: string | undefined | undefined;
1501
+ "aria-level"?: number | undefined | undefined;
1502
+ "aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
1497
1503
  "aria-modal"?: (boolean | "true" | "false") | undefined;
1498
1504
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
1499
1505
  "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
1500
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
1501
- "aria-owns"?: string | undefined;
1502
- "aria-placeholder"?: string | undefined;
1503
- "aria-posinset"?: number | undefined;
1504
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
1506
+ "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
1507
+ "aria-owns"?: string | undefined | undefined;
1508
+ "aria-placeholder"?: string | undefined | undefined;
1509
+ "aria-posinset"?: number | undefined | undefined;
1510
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
1505
1511
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
1506
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1512
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
1507
1513
  "aria-required"?: (boolean | "true" | "false") | undefined;
1508
- "aria-roledescription"?: string | undefined;
1509
- "aria-rowcount"?: number | undefined;
1510
- "aria-rowindex"?: number | undefined;
1511
- "aria-rowspan"?: number | undefined;
1514
+ "aria-roledescription"?: string | undefined | undefined;
1515
+ "aria-rowcount"?: number | undefined | undefined;
1516
+ "aria-rowindex"?: number | undefined | undefined;
1517
+ "aria-rowspan"?: number | undefined | undefined;
1512
1518
  "aria-selected"?: (boolean | "true" | "false") | undefined;
1513
- "aria-setsize"?: number | undefined;
1514
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
1515
- "aria-valuemax"?: number | undefined;
1516
- "aria-valuemin"?: number | undefined;
1517
- "aria-valuenow"?: number | undefined;
1518
- "aria-valuetext"?: string | undefined;
1519
- children?: React.ReactNode | undefined;
1519
+ "aria-setsize"?: number | undefined | undefined;
1520
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
1521
+ "aria-valuemax"?: number | undefined | undefined;
1522
+ "aria-valuemin"?: number | undefined | undefined;
1523
+ "aria-valuenow"?: number | undefined | undefined;
1524
+ "aria-valuetext"?: string | undefined | undefined;
1525
+ children?: React.ReactNode;
1520
1526
  dangerouslySetInnerHTML?: {
1521
1527
  __html: string | TrustedHTML;
1522
- } | undefined;
1528
+ } | undefined | undefined;
1523
1529
  onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
1524
1530
  onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
1525
1531
  onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
@@ -1741,6 +1747,8 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1741
1747
  textMinimal: string;
1742
1748
  background: string;
1743
1749
  backgroundAccent: string;
1750
+ black: string;
1751
+ white: string;
1744
1752
  grey100: string;
1745
1753
  grey200: string;
1746
1754
  grey300: string;
@@ -2112,6 +2120,8 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
2112
2120
  textMinimal: string;
2113
2121
  background: string;
2114
2122
  backgroundAccent: string;
2123
+ black: string;
2124
+ white: string;
2115
2125
  grey100: string;
2116
2126
  grey200: string;
2117
2127
  grey300: string;
@@ -2483,6 +2493,8 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
2483
2493
  textMinimal: string;
2484
2494
  background: string;
2485
2495
  backgroundAccent: string;
2496
+ black: string;
2497
+ white: string;
2486
2498
  grey100: string;
2487
2499
  grey200: string;
2488
2500
  grey300: string;
@@ -2829,9 +2841,9 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
2829
2841
  };
2830
2842
  }> | undefined;
2831
2843
  } & {
2832
- color?: string | undefined;
2833
- content?: string | undefined;
2834
- translate?: "yes" | "no" | undefined;
2844
+ color?: string | undefined | undefined;
2845
+ content?: string | undefined | undefined;
2846
+ translate?: "yes" | "no" | undefined | undefined;
2835
2847
  gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | ({
2836
2848
  "@sm"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
2837
2849
  "@md"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
@@ -2860,6 +2872,8 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
2860
2872
  textMinimal: string;
2861
2873
  background: string;
2862
2874
  backgroundAccent: string;
2875
+ black: string;
2876
+ white: string;
2863
2877
  grey100: string;
2864
2878
  grey200: string;
2865
2879
  grey300: string;
@@ -3205,106 +3219,106 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
3205
3219
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3206
3220
  };
3207
3221
  }> | undefined;
3208
- prefix?: string | undefined;
3209
- slot?: string | undefined;
3222
+ prefix?: string | undefined | undefined;
3223
+ slot?: string | undefined | undefined;
3210
3224
  style?: React.CSSProperties | undefined;
3211
- title?: string | undefined;
3225
+ title?: string | undefined | undefined;
3212
3226
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
3213
3227
  key?: React.Key | null | undefined;
3214
- defaultChecked?: boolean | undefined;
3228
+ defaultChecked?: boolean | undefined | undefined;
3215
3229
  defaultValue?: string | number | readonly string[] | undefined;
3216
- suppressContentEditableWarning?: boolean | undefined;
3217
- suppressHydrationWarning?: boolean | undefined;
3218
- accessKey?: string | undefined;
3219
- autoFocus?: boolean | undefined;
3220
- className?: string | undefined;
3221
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
3222
- contextMenu?: string | undefined;
3223
- dir?: string | undefined;
3230
+ suppressContentEditableWarning?: boolean | undefined | undefined;
3231
+ suppressHydrationWarning?: boolean | undefined | undefined;
3232
+ accessKey?: string | undefined | undefined;
3233
+ autoFocus?: boolean | undefined | undefined;
3234
+ className?: string | undefined | undefined;
3235
+ contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
3236
+ contextMenu?: string | undefined | undefined;
3237
+ dir?: string | undefined | undefined;
3224
3238
  draggable?: (boolean | "true" | "false") | undefined;
3225
- hidden?: boolean | undefined;
3226
- id?: string | undefined;
3227
- lang?: string | undefined;
3228
- nonce?: string | undefined;
3229
- placeholder?: string | undefined;
3239
+ hidden?: boolean | undefined | undefined;
3240
+ id?: string | undefined | undefined;
3241
+ lang?: string | undefined | undefined;
3242
+ nonce?: string | undefined | undefined;
3243
+ placeholder?: string | undefined | undefined;
3230
3244
  spellCheck?: (boolean | "true" | "false") | undefined;
3231
- tabIndex?: number | undefined;
3232
- radioGroup?: string | undefined;
3245
+ tabIndex?: number | undefined | undefined;
3246
+ radioGroup?: string | undefined | undefined;
3233
3247
  role?: React.AriaRole | undefined;
3234
- about?: string | undefined;
3235
- datatype?: string | undefined;
3248
+ about?: string | undefined | undefined;
3249
+ datatype?: string | undefined | undefined;
3236
3250
  inlist?: any;
3237
- property?: string | undefined;
3238
- rel?: string | undefined;
3239
- resource?: string | undefined;
3240
- rev?: string | undefined;
3241
- typeof?: string | undefined;
3242
- vocab?: string | undefined;
3243
- autoCapitalize?: string | undefined;
3244
- autoCorrect?: string | undefined;
3245
- autoSave?: string | undefined;
3246
- itemProp?: string | undefined;
3247
- itemScope?: boolean | undefined;
3248
- itemType?: string | undefined;
3249
- itemID?: string | undefined;
3250
- itemRef?: string | undefined;
3251
- results?: number | undefined;
3252
- security?: string | undefined;
3253
- unselectable?: "on" | "off" | undefined;
3254
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
3255
- is?: string | undefined;
3256
- "aria-activedescendant"?: string | undefined;
3251
+ property?: string | undefined | undefined;
3252
+ rel?: string | undefined | undefined;
3253
+ resource?: string | undefined | undefined;
3254
+ rev?: string | undefined | undefined;
3255
+ typeof?: string | undefined | undefined;
3256
+ vocab?: string | undefined | undefined;
3257
+ autoCapitalize?: string | undefined | undefined;
3258
+ autoCorrect?: string | undefined | undefined;
3259
+ autoSave?: string | undefined | undefined;
3260
+ itemProp?: string | undefined | undefined;
3261
+ itemScope?: boolean | undefined | undefined;
3262
+ itemType?: string | undefined | undefined;
3263
+ itemID?: string | undefined | undefined;
3264
+ itemRef?: string | undefined | undefined;
3265
+ results?: number | undefined | undefined;
3266
+ security?: string | undefined | undefined;
3267
+ unselectable?: "on" | "off" | undefined | undefined;
3268
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
3269
+ is?: string | undefined | undefined;
3270
+ "aria-activedescendant"?: string | undefined | undefined;
3257
3271
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
3258
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
3272
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
3259
3273
  "aria-busy"?: (boolean | "true" | "false") | undefined;
3260
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
3261
- "aria-colcount"?: number | undefined;
3262
- "aria-colindex"?: number | undefined;
3263
- "aria-colspan"?: number | undefined;
3264
- "aria-controls"?: string | undefined;
3265
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
3266
- "aria-describedby"?: string | undefined;
3267
- "aria-details"?: string | undefined;
3274
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
3275
+ "aria-colcount"?: number | undefined | undefined;
3276
+ "aria-colindex"?: number | undefined | undefined;
3277
+ "aria-colspan"?: number | undefined | undefined;
3278
+ "aria-controls"?: string | undefined | undefined;
3279
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
3280
+ "aria-describedby"?: string | undefined | undefined;
3281
+ "aria-details"?: string | undefined | undefined;
3268
3282
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
3269
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
3270
- "aria-errormessage"?: string | undefined;
3283
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
3284
+ "aria-errormessage"?: string | undefined | undefined;
3271
3285
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
3272
- "aria-flowto"?: string | undefined;
3286
+ "aria-flowto"?: string | undefined | undefined;
3273
3287
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
3274
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
3288
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
3275
3289
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
3276
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
3277
- "aria-keyshortcuts"?: string | undefined;
3278
- "aria-label"?: string | undefined;
3279
- "aria-labelledby"?: string | undefined;
3280
- "aria-level"?: number | undefined;
3281
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
3290
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
3291
+ "aria-keyshortcuts"?: string | undefined | undefined;
3292
+ "aria-label"?: string | undefined | undefined;
3293
+ "aria-labelledby"?: string | undefined | undefined;
3294
+ "aria-level"?: number | undefined | undefined;
3295
+ "aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
3282
3296
  "aria-modal"?: (boolean | "true" | "false") | undefined;
3283
3297
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
3284
3298
  "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
3285
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
3286
- "aria-owns"?: string | undefined;
3287
- "aria-placeholder"?: string | undefined;
3288
- "aria-posinset"?: number | undefined;
3289
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
3299
+ "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
3300
+ "aria-owns"?: string | undefined | undefined;
3301
+ "aria-placeholder"?: string | undefined | undefined;
3302
+ "aria-posinset"?: number | undefined | undefined;
3303
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
3290
3304
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
3291
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
3305
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
3292
3306
  "aria-required"?: (boolean | "true" | "false") | undefined;
3293
- "aria-roledescription"?: string | undefined;
3294
- "aria-rowcount"?: number | undefined;
3295
- "aria-rowindex"?: number | undefined;
3296
- "aria-rowspan"?: number | undefined;
3307
+ "aria-roledescription"?: string | undefined | undefined;
3308
+ "aria-rowcount"?: number | undefined | undefined;
3309
+ "aria-rowindex"?: number | undefined | undefined;
3310
+ "aria-rowspan"?: number | undefined | undefined;
3297
3311
  "aria-selected"?: (boolean | "true" | "false") | undefined;
3298
- "aria-setsize"?: number | undefined;
3299
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
3300
- "aria-valuemax"?: number | undefined;
3301
- "aria-valuemin"?: number | undefined;
3302
- "aria-valuenow"?: number | undefined;
3303
- "aria-valuetext"?: string | undefined;
3304
- children?: React.ReactNode | undefined;
3312
+ "aria-setsize"?: number | undefined | undefined;
3313
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
3314
+ "aria-valuemax"?: number | undefined | undefined;
3315
+ "aria-valuemin"?: number | undefined | undefined;
3316
+ "aria-valuenow"?: number | undefined | undefined;
3317
+ "aria-valuetext"?: string | undefined | undefined;
3318
+ children?: React.ReactNode;
3305
3319
  dangerouslySetInnerHTML?: {
3306
3320
  __html: string | TrustedHTML;
3307
- } | undefined;
3321
+ } | undefined | undefined;
3308
3322
  onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
3309
3323
  onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
3310
3324
  onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
@@ -3535,6 +3549,8 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
3535
3549
  textMinimal: string;
3536
3550
  background: string;
3537
3551
  backgroundAccent: string;
3552
+ black: string;
3553
+ white: string;
3538
3554
  grey100: string;
3539
3555
  grey200: string;
3540
3556
  grey300: string;
@@ -3916,6 +3932,8 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
3916
3932
  textMinimal: string;
3917
3933
  background: string;
3918
3934
  backgroundAccent: string;
3935
+ black: string;
3936
+ white: string;
3919
3937
  grey100: string;
3920
3938
  grey200: string;
3921
3939
  grey300: string;
@@ -4291,6 +4309,8 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
4291
4309
  textMinimal: string;
4292
4310
  background: string;
4293
4311
  backgroundAccent: string;
4312
+ black: string;
4313
+ white: string;
4294
4314
  grey100: string;
4295
4315
  grey200: string;
4296
4316
  grey300: string;
@@ -4663,6 +4683,8 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
4663
4683
  textMinimal: string;
4664
4684
  background: string;
4665
4685
  backgroundAccent: string;
4686
+ black: string;
4687
+ white: string;
4666
4688
  grey100: string;
4667
4689
  grey200: string;
4668
4690
  grey300: string;
@@ -5040,6 +5062,8 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
5040
5062
  textMinimal: string;
5041
5063
  background: string;
5042
5064
  backgroundAccent: string;
5065
+ black: string;
5066
+ white: string;
5043
5067
  grey100: string;
5044
5068
  grey200: string;
5045
5069
  grey300: string;