@atom-learning/components 5.13.0-beta.0 → 5.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/CHANGELOG.md +207 -0
  2. package/dist/components/accordion/Accordion.d.ts +0 -2
  3. package/dist/components/accordion/AccordionContent.d.ts +0 -2
  4. package/dist/components/accordion/AccordionItem.d.ts +0 -2
  5. package/dist/components/accordion/AccordionTrigger.d.ts +0 -2
  6. package/dist/components/action-icon/ActionIcon.d.ts +1 -3
  7. package/dist/components/alert-dialog/AlertDialog.d.ts +0 -4
  8. package/dist/components/alert-dialog/AlertDialogContent.d.ts +0 -2
  9. package/dist/components/avatar/Avatar.d.ts +0 -4
  10. package/dist/components/badge/Badge.d.ts +1 -13
  11. package/dist/components/badge/BadgeIcon.d.ts +0 -4
  12. package/dist/components/badge/BadgeText.d.ts +0 -4
  13. package/dist/components/banner/Banner.d.ts +2 -2
  14. package/dist/components/banner/BannerContainer.d.ts +0 -4
  15. package/dist/components/banner/banner-regular/BannerRegular.d.ts +474 -108
  16. package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +0 -4
  17. package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +2 -6
  18. package/dist/components/banner/banner-slim/BannerSlim.d.ts +474 -108
  19. package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +0 -2
  20. package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +0 -4
  21. package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +2 -6
  22. package/dist/components/box/Box.d.ts +0 -2
  23. package/dist/components/button/Button.d.ts +0 -2
  24. package/dist/components/calendar/Day.d.ts +0 -2
  25. package/dist/components/carousel/Carousel.d.ts +0 -6
  26. package/dist/components/carousel/CarouselPagination.d.ts +0 -2
  27. package/dist/components/carousel/CarouselSlide.d.ts +0 -2
  28. package/dist/components/carousel/CarouselSlider.d.ts +0 -2
  29. package/dist/components/checkbox/Checkbox.d.ts +0 -2
  30. package/dist/components/checkbox-group/CheckboxGroup.d.ts +90 -96
  31. package/dist/components/checkbox-tree/CheckboxTree.d.ts +344 -352
  32. package/dist/components/chip/Chip.d.ts +0 -14
  33. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +0 -6
  34. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +0 -6
  35. package/dist/components/combobox/Combobox.d.ts +0 -10
  36. package/dist/components/combobox/ComboboxInput.d.ts +0 -2
  37. package/dist/components/combobox/ComboboxList.d.ts +0 -2
  38. package/dist/components/combobox/ComboboxOption.d.ts +0 -2
  39. package/dist/components/combobox/ComboboxPopover.d.ts +0 -2
  40. package/dist/components/data-table/DataTable.d.ts +26 -47
  41. package/dist/components/data-table/DataTableHeaderCell.js +1 -1
  42. package/dist/components/data-table/DataTableHeaderCell.js.map +1 -1
  43. package/dist/components/data-table/DataTableLoading.d.ts +0 -2
  44. package/dist/components/data-table/DataTableRow.js +1 -1
  45. package/dist/components/data-table/DataTableRow.js.map +1 -1
  46. package/dist/components/data-table/DataTableTable.d.ts +2 -1
  47. package/dist/components/data-table/DataTableTable.js +1 -1
  48. package/dist/components/data-table/DataTableTable.js.map +1 -1
  49. package/dist/components/data-table/pagination/Pagination.d.ts +0 -2
  50. package/dist/components/dialog/Dialog.d.ts +2 -12
  51. package/dist/components/dialog/DialogBackground.d.ts +0 -4
  52. package/dist/components/dialog/DialogClose.d.ts +0 -2
  53. package/dist/components/dialog/DialogContent.d.ts +0 -2
  54. package/dist/components/dismissible/index.d.ts +2 -2
  55. package/dist/components/dismissible-group/index.d.ts +3 -3
  56. package/dist/components/divider/Divider.d.ts +0 -2
  57. package/dist/components/drawer/Drawer.d.ts +0 -8
  58. package/dist/components/drawer/DrawerContent.d.ts +0 -2
  59. package/dist/components/drawer/DrawerFooter.d.ts +0 -2
  60. package/dist/components/drawer/DrawerHeader.d.ts +0 -2
  61. package/dist/components/drawer/DrawerMain.d.ts +0 -2
  62. package/dist/components/drawer/DrawerOverlay.d.ts +0 -2
  63. package/dist/components/drawer/DrawerTrigger.d.ts +0 -2
  64. package/dist/components/dropdown-menu/DropdownMenu.d.ts +0 -10
  65. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +0 -2
  66. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +0 -2
  67. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +0 -2
  68. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +0 -2
  69. package/dist/components/empty-state/EmptyState.d.ts +0 -14
  70. package/dist/components/empty-state/EmptyStateBody.d.ts +0 -4
  71. package/dist/components/empty-state/EmptyStateImage.d.ts +0 -4
  72. package/dist/components/empty-state/EmptyStateTitle.d.ts +0 -2
  73. package/dist/components/flex/Flex.d.ts +0 -2
  74. package/dist/components/form/Form.d.ts +0 -2
  75. package/dist/components/grid/Grid.d.ts +0 -2
  76. package/dist/components/heading/Heading.d.ts +0 -2
  77. package/dist/components/icon/Icon.d.ts +0 -2
  78. package/dist/components/image/Image.d.ts +0 -2
  79. package/dist/components/inline-message/InlineMessage.d.ts +0 -4
  80. package/dist/components/input/Input.d.ts +0 -6
  81. package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +0 -4
  82. package/dist/components/keyboard-shortcut/index.d.ts +2 -8
  83. package/dist/components/label/Label.d.ts +0 -2
  84. package/dist/components/link/Link.d.ts +0 -2
  85. package/dist/components/list/List.d.ts +0 -4
  86. package/dist/components/markdown-content/MarkdownContent.d.ts +0 -4
  87. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +0 -2
  88. package/dist/components/navigation/NavigationMenu.d.ts +0 -18
  89. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +0 -2
  90. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +0 -4
  91. package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +0 -2
  92. package/dist/components/navigation/NavigationMenuLink.d.ts +0 -2
  93. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +162 -184
  94. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +0 -2
  95. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +0 -2
  96. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +0 -4
  97. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +0 -2
  98. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +0 -2
  99. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +0 -2
  100. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +0 -4
  101. package/dist/components/notification-badge/NotificationBadge.d.ts +6 -1
  102. package/dist/components/notification-badge/NotificationBadge.js +1 -1
  103. package/dist/components/notification-badge/NotificationBadge.js.map +1 -1
  104. package/dist/components/number-input/NumberInputStepper.d.ts +2 -6
  105. package/dist/components/pagination/PaginationNextButton.d.ts +2 -6
  106. package/dist/components/pagination/PaginationPreviousButton.d.ts +2 -6
  107. package/dist/components/popover/Popover.d.ts +0 -4
  108. package/dist/components/popover/PopoverContent.d.ts +0 -2
  109. package/dist/components/progress-bar/ProgressBar.d.ts +0 -2
  110. package/dist/components/radio-button/RadioButton.d.ts +0 -2
  111. package/dist/components/radio-button/RadioButtonGroup.d.ts +0 -2
  112. package/dist/components/radio-button-field/RadioButtonField.d.ts +0 -2
  113. package/dist/components/radio-card/RadioCard.d.ts +0 -2
  114. package/dist/components/section-message/SectionMessage.d.ts +0 -4
  115. package/dist/components/segmented-control/SegmentedControl.d.ts +9 -25
  116. package/dist/components/segmented-control/SegmentedControlContent.d.ts +0 -2
  117. package/dist/components/segmented-control/SegmentedControlDescription.d.ts +0 -4
  118. package/dist/components/segmented-control/SegmentedControlHeading.d.ts +0 -4
  119. package/dist/components/segmented-control/SegmentedControlItem.d.ts +0 -4
  120. package/dist/components/segmented-control/SegmentedControlRoot.d.ts +0 -10
  121. package/dist/components/select/Select.d.ts +0 -2
  122. package/dist/components/side-bar/SideBar.d.ts +0 -16
  123. package/dist/components/side-bar/SideBarComponents.d.ts +1 -15
  124. package/dist/components/slider/Slider.d.ts +0 -4
  125. package/dist/components/sortable/Handle.d.ts +2 -6
  126. package/dist/components/sortable/index.d.ts +3 -3
  127. package/dist/components/spacer/Spacer.d.ts +0 -2
  128. package/dist/components/stepper/StepperStepBullet.d.ts +0 -4
  129. package/dist/components/stepper/StepperStepContainer.d.ts +0 -4
  130. package/dist/components/stepper/StepperStepLabel.d.ts +1 -5
  131. package/dist/components/switch/Switch.d.ts +0 -2
  132. package/dist/components/table/Table.d.ts +1 -17
  133. package/dist/components/table/TableBody.d.ts +0 -2
  134. package/dist/components/table/TableCell.d.ts +0 -2
  135. package/dist/components/table/TableFooter.d.ts +0 -2
  136. package/dist/components/table/TableFooterCell.d.ts +0 -2
  137. package/dist/components/table/TableHeader.d.ts +1 -3
  138. package/dist/components/table/TableHeaderCell.d.ts +0 -2
  139. package/dist/components/table/TableRow.d.ts +0 -2
  140. package/dist/components/tabs/Tabs.d.ts +0 -8
  141. package/dist/components/tabs/TabsContent.d.ts +0 -2
  142. package/dist/components/tabs/TabsTrigger.d.ts +0 -2
  143. package/dist/components/tabs/TabsTriggerList.d.ts +0 -2
  144. package/dist/components/text/Text.d.ts +0 -2
  145. package/dist/components/textarea/Textarea.d.ts +0 -2
  146. package/dist/components/tile/Tile.d.ts +0 -2
  147. package/dist/components/tile/TileGroup.d.ts +0 -2
  148. package/dist/components/tile-interactive/TileInteractive.d.ts +0 -4
  149. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +0 -6
  150. package/dist/components/toast/Toast.d.ts +0 -4
  151. package/dist/components/toggle-group/ToggleGroupButton.d.ts +0 -4
  152. package/dist/components/toggle-group/ToggleGroupItem.d.ts +0 -4
  153. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +0 -2
  154. package/dist/components/toggle-group/index.d.ts +2 -14
  155. package/dist/components/tooltip/Tooltip.d.ts +0 -4
  156. package/dist/components/tooltip/TooltipContent.d.ts +0 -2
  157. package/dist/components/top-bar/TopBar.d.ts +2 -12
  158. package/dist/components/top-bar/TopBarBrand.d.ts +0 -6
  159. package/dist/components/tree/Tree.d.ts +243 -267
  160. package/dist/components/tree/TreeCollapsible.d.ts +0 -2
  161. package/dist/components/tree/TreeCollapsibleContent.d.ts +0 -2
  162. package/dist/components/tree/TreeIcon.d.ts +0 -4
  163. package/dist/components/tree/TreeItemContent.d.ts +0 -2
  164. package/dist/components/tree/TreeListItem.d.ts +0 -2
  165. package/dist/components/video/Video.d.ts +0 -2
  166. package/dist/docgen.json +1 -1
  167. package/dist/experiments/color-scheme/ColorScheme.d.ts +0 -2
  168. package/dist/index.cjs.js +1 -1
  169. package/dist/index.cjs.js.map +1 -1
  170. package/dist/stitches.d.ts +0 -22
  171. package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +0 -2
  172. package/package.json +2 -2
@@ -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 | undefined;
4
- content?: string | undefined | undefined;
5
- translate?: "yes" | "no" | undefined | undefined;
3
+ color?: string | undefined;
4
+ content?: string | undefined;
5
+ translate?: "yes" | "no" | 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,8 +31,6 @@ 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;
36
34
  grey100: string;
37
35
  grey200: string;
38
36
  grey300: string;
@@ -378,106 +376,106 @@ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-com
378
376
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
379
377
  };
380
378
  }> | undefined;
381
- prefix?: string | undefined | undefined;
382
- slot?: string | undefined | undefined;
379
+ prefix?: string | undefined;
380
+ slot?: string | undefined;
383
381
  style?: React.CSSProperties | undefined;
384
- title?: string | undefined | undefined;
382
+ title?: string | undefined;
385
383
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
386
384
  key?: React.Key | null | undefined;
387
- defaultChecked?: boolean | undefined | undefined;
385
+ defaultChecked?: boolean | undefined;
388
386
  defaultValue?: string | number | readonly 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;
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;
397
395
  draggable?: (boolean | "true" | "false") | 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;
396
+ hidden?: boolean | undefined;
397
+ id?: string | undefined;
398
+ lang?: string | undefined;
399
+ nonce?: string | undefined;
400
+ placeholder?: string | undefined;
403
401
  spellCheck?: (boolean | "true" | "false") | undefined;
404
- tabIndex?: number | undefined | undefined;
405
- radioGroup?: string | undefined | undefined;
402
+ tabIndex?: number | undefined;
403
+ radioGroup?: string | undefined;
406
404
  role?: React.AriaRole | undefined;
407
- about?: string | undefined | undefined;
408
- datatype?: string | undefined | undefined;
405
+ about?: string | undefined;
406
+ datatype?: string | undefined;
409
407
  inlist?: any;
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;
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;
430
428
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
431
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
429
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
432
430
  "aria-busy"?: (boolean | "true" | "false") | 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;
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;
441
439
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
442
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
443
- "aria-errormessage"?: string | undefined | undefined;
440
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
441
+ "aria-errormessage"?: string | undefined;
444
442
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
445
- "aria-flowto"?: string | undefined | undefined;
443
+ "aria-flowto"?: string | undefined;
446
444
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
447
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
445
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
448
446
  "aria-hidden"?: (boolean | "true" | "false") | 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;
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;
455
453
  "aria-modal"?: (boolean | "true" | "false") | undefined;
456
454
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
457
455
  "aria-multiselectable"?: (boolean | "true" | "false") | 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;
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;
463
461
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
464
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
462
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
465
463
  "aria-required"?: (boolean | "true" | "false") | 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;
464
+ "aria-roledescription"?: string | undefined;
465
+ "aria-rowcount"?: number | undefined;
466
+ "aria-rowindex"?: number | undefined;
467
+ "aria-rowspan"?: number | undefined;
470
468
  "aria-selected"?: (boolean | "true" | "false") | 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;
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;
478
476
  dangerouslySetInnerHTML?: {
479
477
  __html: string | TrustedHTML;
480
- } | undefined | undefined;
478
+ } | undefined;
481
479
  onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
482
480
  onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
483
481
  onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
@@ -698,8 +696,6 @@ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-com
698
696
  textMinimal: string;
699
697
  background: string;
700
698
  backgroundAccent: string;
701
- black: string;
702
- white: string;
703
699
  grey100: string;
704
700
  grey200: string;
705
701
  grey300: string;
@@ -1048,9 +1044,9 @@ declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-com
1048
1044
  type TreeProps = React.ComponentProps<typeof StyledRoot>;
1049
1045
  export declare const TreeRoot: React.ForwardRefExoticComponent<TreeProps>;
1050
1046
  export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1051
- color?: string | undefined | undefined;
1052
- content?: string | undefined | undefined;
1053
- translate?: "yes" | "no" | undefined | undefined;
1047
+ color?: string | undefined;
1048
+ content?: string | undefined;
1049
+ translate?: "yes" | "no" | undefined;
1054
1050
  gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | ({
1055
1051
  "@sm"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
1056
1052
  "@md"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
@@ -1079,8 +1075,6 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1079
1075
  textMinimal: string;
1080
1076
  background: string;
1081
1077
  backgroundAccent: string;
1082
- black: string;
1083
- white: string;
1084
1078
  grey100: string;
1085
1079
  grey200: string;
1086
1080
  grey300: string;
@@ -1426,106 +1420,106 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1426
1420
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1427
1421
  };
1428
1422
  }> | undefined;
1429
- prefix?: string | undefined | undefined;
1430
- slot?: string | undefined | undefined;
1423
+ prefix?: string | undefined;
1424
+ slot?: string | undefined;
1431
1425
  style?: React.CSSProperties | undefined;
1432
- title?: string | undefined | undefined;
1426
+ title?: string | undefined;
1433
1427
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
1434
1428
  key?: React.Key | null | undefined;
1435
- defaultChecked?: boolean | undefined | undefined;
1429
+ defaultChecked?: boolean | undefined;
1436
1430
  defaultValue?: string | number | readonly 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;
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;
1445
1439
  draggable?: (boolean | "true" | "false") | 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;
1440
+ hidden?: boolean | undefined;
1441
+ id?: string | undefined;
1442
+ lang?: string | undefined;
1443
+ nonce?: string | undefined;
1444
+ placeholder?: string | undefined;
1451
1445
  spellCheck?: (boolean | "true" | "false") | undefined;
1452
- tabIndex?: number | undefined | undefined;
1453
- radioGroup?: string | undefined | undefined;
1446
+ tabIndex?: number | undefined;
1447
+ radioGroup?: string | undefined;
1454
1448
  role?: React.AriaRole | undefined;
1455
- about?: string | undefined | undefined;
1456
- datatype?: string | undefined | undefined;
1449
+ about?: string | undefined;
1450
+ datatype?: string | undefined;
1457
1451
  inlist?: any;
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;
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;
1478
1472
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
1479
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
1473
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1480
1474
  "aria-busy"?: (boolean | "true" | "false") | 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;
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;
1489
1483
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
1490
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
1491
- "aria-errormessage"?: string | undefined | undefined;
1484
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1485
+ "aria-errormessage"?: string | undefined;
1492
1486
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
1493
- "aria-flowto"?: string | undefined | undefined;
1487
+ "aria-flowto"?: string | undefined;
1494
1488
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1495
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
1489
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1496
1490
  "aria-hidden"?: (boolean | "true" | "false") | 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;
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;
1503
1497
  "aria-modal"?: (boolean | "true" | "false") | undefined;
1504
1498
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
1505
1499
  "aria-multiselectable"?: (boolean | "true" | "false") | 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;
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;
1511
1505
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
1512
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
1506
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1513
1507
  "aria-required"?: (boolean | "true" | "false") | 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;
1508
+ "aria-roledescription"?: string | undefined;
1509
+ "aria-rowcount"?: number | undefined;
1510
+ "aria-rowindex"?: number | undefined;
1511
+ "aria-rowspan"?: number | undefined;
1518
1512
  "aria-selected"?: (boolean | "true" | "false") | 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;
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;
1526
1520
  dangerouslySetInnerHTML?: {
1527
1521
  __html: string | TrustedHTML;
1528
- } | undefined | undefined;
1522
+ } | undefined;
1529
1523
  onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
1530
1524
  onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
1531
1525
  onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
@@ -1747,8 +1741,6 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
1747
1741
  textMinimal: string;
1748
1742
  background: string;
1749
1743
  backgroundAccent: string;
1750
- black: string;
1751
- white: string;
1752
1744
  grey100: string;
1753
1745
  grey200: string;
1754
1746
  grey300: string;
@@ -2120,8 +2112,6 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
2120
2112
  textMinimal: string;
2121
2113
  background: string;
2122
2114
  backgroundAccent: string;
2123
- black: string;
2124
- white: string;
2125
2115
  grey100: string;
2126
2116
  grey200: string;
2127
2117
  grey300: string;
@@ -2493,8 +2483,6 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
2493
2483
  textMinimal: string;
2494
2484
  background: string;
2495
2485
  backgroundAccent: string;
2496
- black: string;
2497
- white: string;
2498
2486
  grey100: string;
2499
2487
  grey200: string;
2500
2488
  grey300: string;
@@ -2841,9 +2829,9 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
2841
2829
  };
2842
2830
  }> | undefined;
2843
2831
  } & {
2844
- color?: string | undefined | undefined;
2845
- content?: string | undefined | undefined;
2846
- translate?: "yes" | "no" | undefined | undefined;
2832
+ color?: string | undefined;
2833
+ content?: string | undefined;
2834
+ translate?: "yes" | "no" | undefined;
2847
2835
  gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | ({
2848
2836
  "@sm"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
2849
2837
  "@md"?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
@@ -2872,8 +2860,6 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
2872
2860
  textMinimal: string;
2873
2861
  background: string;
2874
2862
  backgroundAccent: string;
2875
- black: string;
2876
- white: string;
2877
2863
  grey100: string;
2878
2864
  grey200: string;
2879
2865
  grey300: string;
@@ -3219,106 +3205,106 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
3219
3205
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
3220
3206
  };
3221
3207
  }> | undefined;
3222
- prefix?: string | undefined | undefined;
3223
- slot?: string | undefined | undefined;
3208
+ prefix?: string | undefined;
3209
+ slot?: string | undefined;
3224
3210
  style?: React.CSSProperties | undefined;
3225
- title?: string | undefined | undefined;
3211
+ title?: string | undefined;
3226
3212
  ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
3227
3213
  key?: React.Key | null | undefined;
3228
- defaultChecked?: boolean | undefined | undefined;
3214
+ defaultChecked?: boolean | undefined;
3229
3215
  defaultValue?: string | number | readonly 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;
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;
3238
3224
  draggable?: (boolean | "true" | "false") | 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;
3225
+ hidden?: boolean | undefined;
3226
+ id?: string | undefined;
3227
+ lang?: string | undefined;
3228
+ nonce?: string | undefined;
3229
+ placeholder?: string | undefined;
3244
3230
  spellCheck?: (boolean | "true" | "false") | undefined;
3245
- tabIndex?: number | undefined | undefined;
3246
- radioGroup?: string | undefined | undefined;
3231
+ tabIndex?: number | undefined;
3232
+ radioGroup?: string | undefined;
3247
3233
  role?: React.AriaRole | undefined;
3248
- about?: string | undefined | undefined;
3249
- datatype?: string | undefined | undefined;
3234
+ about?: string | undefined;
3235
+ datatype?: string | undefined;
3250
3236
  inlist?: any;
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;
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;
3271
3257
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
3272
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
3258
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
3273
3259
  "aria-busy"?: (boolean | "true" | "false") | 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;
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;
3282
3268
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
3283
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
3284
- "aria-errormessage"?: string | undefined | undefined;
3269
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
3270
+ "aria-errormessage"?: string | undefined;
3285
3271
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
3286
- "aria-flowto"?: string | undefined | undefined;
3272
+ "aria-flowto"?: string | undefined;
3287
3273
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
3288
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
3274
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
3289
3275
  "aria-hidden"?: (boolean | "true" | "false") | 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;
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;
3296
3282
  "aria-modal"?: (boolean | "true" | "false") | undefined;
3297
3283
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
3298
3284
  "aria-multiselectable"?: (boolean | "true" | "false") | 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;
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;
3304
3290
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
3305
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
3291
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
3306
3292
  "aria-required"?: (boolean | "true" | "false") | 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;
3293
+ "aria-roledescription"?: string | undefined;
3294
+ "aria-rowcount"?: number | undefined;
3295
+ "aria-rowindex"?: number | undefined;
3296
+ "aria-rowspan"?: number | undefined;
3311
3297
  "aria-selected"?: (boolean | "true" | "false") | 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;
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;
3319
3305
  dangerouslySetInnerHTML?: {
3320
3306
  __html: string | TrustedHTML;
3321
- } | undefined | undefined;
3307
+ } | undefined;
3322
3308
  onCopy?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
3323
3309
  onCopyCapture?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
3324
3310
  onCut?: React.ClipboardEventHandler<HTMLDivElement> | undefined;
@@ -3549,8 +3535,6 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
3549
3535
  textMinimal: string;
3550
3536
  background: string;
3551
3537
  backgroundAccent: string;
3552
- black: string;
3553
- white: string;
3554
3538
  grey100: string;
3555
3539
  grey200: string;
3556
3540
  grey300: string;
@@ -3932,8 +3916,6 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
3932
3916
  textMinimal: string;
3933
3917
  background: string;
3934
3918
  backgroundAccent: string;
3935
- black: string;
3936
- white: string;
3937
3919
  grey100: string;
3938
3920
  grey200: string;
3939
3921
  grey300: string;
@@ -4309,8 +4291,6 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
4309
4291
  textMinimal: string;
4310
4292
  background: string;
4311
4293
  backgroundAccent: string;
4312
- black: string;
4313
- white: string;
4314
4294
  grey100: string;
4315
4295
  grey200: string;
4316
4296
  grey300: string;
@@ -4683,8 +4663,6 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
4683
4663
  textMinimal: string;
4684
4664
  background: string;
4685
4665
  backgroundAccent: string;
4686
- black: string;
4687
- white: string;
4688
4666
  grey100: string;
4689
4667
  grey200: string;
4690
4668
  grey300: string;
@@ -5062,8 +5040,6 @@ export declare const Tree: React.ForwardRefExoticComponent<Omit<{
5062
5040
  textMinimal: string;
5063
5041
  background: string;
5064
5042
  backgroundAccent: string;
5065
- black: string;
5066
- white: string;
5067
5043
  grey100: string;
5068
5044
  grey200: string;
5069
5045
  grey300: string;