@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
@@ -36,8 +36,6 @@ export declare const BannerSlim: {
36
36
  textMinimal: string;
37
37
  background: string;
38
38
  backgroundAccent: string;
39
- black: string;
40
- white: string;
41
39
  grey100: string;
42
40
  grey200: string;
43
41
  grey300: string;
@@ -406,8 +404,6 @@ export declare const BannerSlim: {
406
404
  textMinimal: string;
407
405
  background: string;
408
406
  backgroundAccent: string;
409
- black: string;
410
- white: string;
411
407
  grey100: string;
412
408
  grey200: string;
413
409
  grey300: string;
@@ -781,9 +777,9 @@ export declare const BannerSlim: {
781
777
  } & {
782
778
  [x: string]: "outline" | "solid" | "simple" | undefined;
783
779
  }) | undefined;
784
- color?: string | undefined | undefined;
785
- content?: string | undefined | undefined;
786
- translate?: "yes" | "no" | undefined | undefined;
780
+ color?: string | undefined;
781
+ content?: string | undefined;
782
+ translate?: "yes" | "no" | undefined;
787
783
  size?: "xs" | "sm" | "md" | "lg" | ({
788
784
  "@sm"?: "xs" | "sm" | "md" | "lg" | undefined;
789
785
  "@md"?: "xs" | "sm" | "md" | "lg" | undefined;
@@ -812,8 +808,6 @@ export declare const BannerSlim: {
812
808
  textMinimal: string;
813
809
  background: string;
814
810
  backgroundAccent: string;
815
- black: string;
816
- white: string;
817
811
  grey100: string;
818
812
  grey200: string;
819
813
  grey300: string;
@@ -1159,119 +1153,119 @@ export declare const BannerSlim: {
1159
1153
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1160
1154
  };
1161
1155
  }> | undefined;
1162
- theme?: "white" | "success" | "danger" | "warning" | "neutral" | "primary" | ({
1163
- "@sm"?: "white" | "success" | "danger" | "warning" | "neutral" | "primary" | undefined;
1164
- "@md"?: "white" | "success" | "danger" | "warning" | "neutral" | "primary" | undefined;
1165
- "@lg"?: "white" | "success" | "danger" | "warning" | "neutral" | "primary" | undefined;
1166
- "@xl"?: "white" | "success" | "danger" | "warning" | "neutral" | "primary" | undefined;
1167
- "@reducedMotion"?: "white" | "success" | "danger" | "warning" | "neutral" | "primary" | undefined;
1168
- "@allowMotion"?: "white" | "success" | "danger" | "warning" | "neutral" | "primary" | undefined;
1169
- "@hover"?: "white" | "success" | "danger" | "warning" | "neutral" | "primary" | undefined;
1170
- "@initial"?: "white" | "success" | "danger" | "warning" | "neutral" | "primary" | undefined;
1156
+ theme?: "success" | "danger" | "warning" | "neutral" | "white" | "primary" | ({
1157
+ "@sm"?: "success" | "danger" | "warning" | "neutral" | "white" | "primary" | undefined;
1158
+ "@md"?: "success" | "danger" | "warning" | "neutral" | "white" | "primary" | undefined;
1159
+ "@lg"?: "success" | "danger" | "warning" | "neutral" | "white" | "primary" | undefined;
1160
+ "@xl"?: "success" | "danger" | "warning" | "neutral" | "white" | "primary" | undefined;
1161
+ "@reducedMotion"?: "success" | "danger" | "warning" | "neutral" | "white" | "primary" | undefined;
1162
+ "@allowMotion"?: "success" | "danger" | "warning" | "neutral" | "white" | "primary" | undefined;
1163
+ "@hover"?: "success" | "danger" | "warning" | "neutral" | "white" | "primary" | undefined;
1164
+ "@initial"?: "success" | "danger" | "warning" | "neutral" | "white" | "primary" | undefined;
1171
1165
  } & {
1172
- [x: string]: "white" | "success" | "danger" | "warning" | "neutral" | "primary" | undefined;
1166
+ [x: string]: "success" | "danger" | "warning" | "neutral" | "white" | "primary" | undefined;
1173
1167
  }) | undefined;
1174
- prefix?: string | undefined | undefined;
1175
- form?: string | undefined | undefined;
1168
+ prefix?: string | undefined;
1169
+ form?: string | undefined;
1176
1170
  label: string;
1177
- slot?: string | undefined | undefined;
1171
+ slot?: string | undefined;
1178
1172
  style?: React.CSSProperties | undefined;
1179
- title?: string | undefined | undefined;
1173
+ title?: string | undefined;
1180
1174
  ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
1181
1175
  key?: React.Key | null | undefined;
1182
- defaultChecked?: boolean | undefined | undefined;
1176
+ defaultChecked?: boolean | undefined;
1183
1177
  defaultValue?: string | number | readonly string[] | undefined;
1184
- suppressContentEditableWarning?: boolean | undefined | undefined;
1185
- suppressHydrationWarning?: boolean | undefined | undefined;
1186
- accessKey?: string | undefined | undefined;
1187
- autoFocus?: boolean | undefined | undefined;
1188
- className?: string | undefined | undefined;
1189
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
1190
- contextMenu?: string | undefined | undefined;
1191
- dir?: string | undefined | undefined;
1178
+ suppressContentEditableWarning?: boolean | undefined;
1179
+ suppressHydrationWarning?: boolean | undefined;
1180
+ accessKey?: string | undefined;
1181
+ autoFocus?: boolean | undefined;
1182
+ className?: string | undefined;
1183
+ contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
1184
+ contextMenu?: string | undefined;
1185
+ dir?: string | undefined;
1192
1186
  draggable?: (boolean | "true" | "false") | undefined;
1193
- hidden?: boolean | undefined | undefined;
1194
- id?: string | undefined | undefined;
1195
- lang?: string | undefined | undefined;
1196
- nonce?: string | undefined | undefined;
1197
- placeholder?: string | undefined | undefined;
1187
+ hidden?: boolean | undefined;
1188
+ id?: string | undefined;
1189
+ lang?: string | undefined;
1190
+ nonce?: string | undefined;
1191
+ placeholder?: string | undefined;
1198
1192
  spellCheck?: (boolean | "true" | "false") | undefined;
1199
- tabIndex?: number | undefined | undefined;
1200
- radioGroup?: string | undefined | undefined;
1193
+ tabIndex?: number | undefined;
1194
+ radioGroup?: string | undefined;
1201
1195
  role?: React.AriaRole | undefined;
1202
- about?: string | undefined | undefined;
1203
- datatype?: string | undefined | undefined;
1196
+ about?: string | undefined;
1197
+ datatype?: string | undefined;
1204
1198
  inlist?: any;
1205
- property?: string | undefined | undefined;
1206
- rel?: string | undefined | undefined;
1207
- resource?: string | undefined | undefined;
1208
- rev?: string | undefined | undefined;
1209
- typeof?: string | undefined | undefined;
1210
- vocab?: string | undefined | undefined;
1211
- autoCapitalize?: string | undefined | undefined;
1212
- autoCorrect?: string | undefined | undefined;
1213
- autoSave?: string | undefined | undefined;
1214
- itemProp?: string | undefined | undefined;
1215
- itemScope?: boolean | undefined | undefined;
1216
- itemType?: string | undefined | undefined;
1217
- itemID?: string | undefined | undefined;
1218
- itemRef?: string | undefined | undefined;
1219
- results?: number | undefined | undefined;
1220
- security?: string | undefined | undefined;
1221
- unselectable?: "on" | "off" | undefined | undefined;
1222
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
1223
- is?: string | undefined | undefined;
1224
- "aria-activedescendant"?: string | undefined | undefined;
1199
+ property?: string | undefined;
1200
+ rel?: string | undefined;
1201
+ resource?: string | undefined;
1202
+ rev?: string | undefined;
1203
+ typeof?: string | undefined;
1204
+ vocab?: string | undefined;
1205
+ autoCapitalize?: string | undefined;
1206
+ autoCorrect?: string | undefined;
1207
+ autoSave?: string | undefined;
1208
+ itemProp?: string | undefined;
1209
+ itemScope?: boolean | undefined;
1210
+ itemType?: string | undefined;
1211
+ itemID?: string | undefined;
1212
+ itemRef?: string | undefined;
1213
+ results?: number | undefined;
1214
+ security?: string | undefined;
1215
+ unselectable?: "on" | "off" | undefined;
1216
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1217
+ is?: string | undefined;
1218
+ "aria-activedescendant"?: string | undefined;
1225
1219
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
1226
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
1220
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1227
1221
  "aria-busy"?: (boolean | "true" | "false") | undefined;
1228
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
1229
- "aria-colcount"?: number | undefined | undefined;
1230
- "aria-colindex"?: number | undefined | undefined;
1231
- "aria-colspan"?: number | undefined | undefined;
1232
- "aria-controls"?: string | undefined | undefined;
1233
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
1234
- "aria-describedby"?: string | undefined | undefined;
1235
- "aria-details"?: string | undefined | undefined;
1222
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1223
+ "aria-colcount"?: number | undefined;
1224
+ "aria-colindex"?: number | undefined;
1225
+ "aria-colspan"?: number | undefined;
1226
+ "aria-controls"?: string | undefined;
1227
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1228
+ "aria-describedby"?: string | undefined;
1229
+ "aria-details"?: string | undefined;
1236
1230
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
1237
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
1238
- "aria-errormessage"?: string | undefined | undefined;
1231
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1232
+ "aria-errormessage"?: string | undefined;
1239
1233
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
1240
- "aria-flowto"?: string | undefined | undefined;
1234
+ "aria-flowto"?: string | undefined;
1241
1235
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1242
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
1236
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1243
1237
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
1244
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
1245
- "aria-keyshortcuts"?: string | undefined | undefined;
1246
- "aria-label"?: string | undefined | undefined;
1247
- "aria-labelledby"?: string | undefined | undefined;
1248
- "aria-level"?: number | undefined | undefined;
1249
- "aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
1238
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1239
+ "aria-keyshortcuts"?: string | undefined;
1240
+ "aria-label"?: string | undefined;
1241
+ "aria-labelledby"?: string | undefined;
1242
+ "aria-level"?: number | undefined;
1243
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
1250
1244
  "aria-modal"?: (boolean | "true" | "false") | undefined;
1251
1245
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
1252
1246
  "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
1253
- "aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
1254
- "aria-owns"?: string | undefined | undefined;
1255
- "aria-placeholder"?: string | undefined | undefined;
1256
- "aria-posinset"?: number | undefined | undefined;
1257
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
1247
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
1248
+ "aria-owns"?: string | undefined;
1249
+ "aria-placeholder"?: string | undefined;
1250
+ "aria-posinset"?: number | undefined;
1251
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
1258
1252
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
1259
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
1253
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1260
1254
  "aria-required"?: (boolean | "true" | "false") | undefined;
1261
- "aria-roledescription"?: string | undefined | undefined;
1262
- "aria-rowcount"?: number | undefined | undefined;
1263
- "aria-rowindex"?: number | undefined | undefined;
1264
- "aria-rowspan"?: number | undefined | undefined;
1255
+ "aria-roledescription"?: string | undefined;
1256
+ "aria-rowcount"?: number | undefined;
1257
+ "aria-rowindex"?: number | undefined;
1258
+ "aria-rowspan"?: number | undefined;
1265
1259
  "aria-selected"?: (boolean | "true" | "false") | undefined;
1266
- "aria-setsize"?: number | undefined | undefined;
1267
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
1268
- "aria-valuemax"?: number | undefined | undefined;
1269
- "aria-valuemin"?: number | undefined | undefined;
1270
- "aria-valuenow"?: number | undefined | undefined;
1271
- "aria-valuetext"?: string | undefined | undefined;
1260
+ "aria-setsize"?: number | undefined;
1261
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
1262
+ "aria-valuemax"?: number | undefined;
1263
+ "aria-valuemin"?: number | undefined;
1264
+ "aria-valuenow"?: number | undefined;
1265
+ "aria-valuetext"?: string | undefined;
1272
1266
  dangerouslySetInnerHTML?: {
1273
1267
  __html: string | TrustedHTML;
1274
- } | undefined | undefined;
1268
+ } | undefined;
1275
1269
  onCopy?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
1276
1270
  onCopyCapture?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
1277
1271
  onCut?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
@@ -1431,18 +1425,390 @@ export declare const BannerSlim: {
1431
1425
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
1432
1426
  onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
1433
1427
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
1434
- name?: string | undefined | undefined;
1435
- type?: "submit" | "reset" | "button" | undefined | undefined;
1436
- as?: React.ReactNode;
1437
- disabled?: boolean | undefined | undefined;
1438
- formAction?: string | undefined | undefined;
1439
- formEncType?: string | undefined | undefined;
1440
- formMethod?: string | undefined | undefined;
1441
- formNoValidate?: boolean | undefined | undefined;
1442
- formTarget?: string | undefined | undefined;
1443
- value?: string | number | readonly string[] | undefined;
1428
+ name?: string | undefined;
1429
+ type?: "submit" | "reset" | "button" | undefined;
1430
+ as?: string | React.ReactNode;
1431
+ disabled?: boolean | undefined;
1432
+ formAction?: string | undefined;
1433
+ formEncType?: string | undefined;
1434
+ formMethod?: string | undefined;
1435
+ formNoValidate?: boolean | undefined;
1436
+ formTarget?: string | undefined;
1437
+ value?: string | readonly string[] | number | undefined;
1444
1438
  hasTooltip?: boolean | undefined;
1445
- tooltipSide?: "bottom" | "left" | "right" | "top" | undefined;
1439
+ tooltipSide?: React.ComponentProps<({ children, side, sideOffset, size, ...remainingProps }: Omit<import("@radix-ui/react-tooltip").TooltipContentProps & React.RefAttributes<HTMLDivElement>, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
1440
+ size?: "sm" | "md" | "lg" | undefined;
1441
+ }, {
1442
+ sm: string;
1443
+ md: string;
1444
+ lg: string;
1445
+ xl: string;
1446
+ reducedMotion: string;
1447
+ allowMotion: string;
1448
+ hover: string;
1449
+ }> & {
1450
+ css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
1451
+ sm: string;
1452
+ md: string;
1453
+ lg: string;
1454
+ xl: string;
1455
+ reducedMotion: string;
1456
+ allowMotion: string;
1457
+ hover: string;
1458
+ }, {
1459
+ colors: {
1460
+ textBold: string;
1461
+ textRegular: string;
1462
+ textSubtle: string;
1463
+ textMinimal: string;
1464
+ background: string;
1465
+ backgroundAccent: string;
1466
+ grey100: string;
1467
+ grey200: string;
1468
+ grey300: string;
1469
+ grey400: string;
1470
+ grey500: string;
1471
+ grey600: string;
1472
+ grey700: string;
1473
+ grey800: string;
1474
+ grey900: string;
1475
+ grey1000: string;
1476
+ grey1100: string;
1477
+ grey1200: string;
1478
+ blue100: string;
1479
+ blue200: string;
1480
+ blue300: string;
1481
+ blue400: string;
1482
+ blue500: string;
1483
+ blue600: string;
1484
+ blue700: string;
1485
+ blue800: string;
1486
+ blue900: string;
1487
+ blue1000: string;
1488
+ blue1100: string;
1489
+ blue1200: string;
1490
+ pink100: string;
1491
+ pink200: string;
1492
+ pink300: string;
1493
+ pink400: string;
1494
+ pink500: string;
1495
+ pink600: string;
1496
+ pink700: string;
1497
+ pink800: string;
1498
+ pink900: string;
1499
+ pink1000: string;
1500
+ pink1100: string;
1501
+ pink1200: string;
1502
+ purple100: string;
1503
+ purple200: string;
1504
+ purple300: string;
1505
+ purple400: string;
1506
+ purple500: string;
1507
+ purple600: string;
1508
+ purple700: string;
1509
+ purple800: string;
1510
+ purple900: string;
1511
+ purple1000: string;
1512
+ purple1100: string;
1513
+ purple1200: string;
1514
+ cyan100: string;
1515
+ cyan200: string;
1516
+ cyan300: string;
1517
+ cyan400: string;
1518
+ cyan500: string;
1519
+ cyan600: string;
1520
+ cyan700: string;
1521
+ cyan800: string;
1522
+ cyan900: string;
1523
+ cyan1000: string;
1524
+ cyan1100: string;
1525
+ cyan1200: string;
1526
+ green100: string;
1527
+ green200: string;
1528
+ green300: string;
1529
+ green400: string;
1530
+ green500: string;
1531
+ green600: string;
1532
+ green700: string;
1533
+ green800: string;
1534
+ green900: string;
1535
+ green1000: string;
1536
+ green1100: string;
1537
+ green1200: string;
1538
+ magenta100: string;
1539
+ magenta200: string;
1540
+ magenta300: string;
1541
+ magenta400: string;
1542
+ magenta500: string;
1543
+ magenta600: string;
1544
+ magenta700: string;
1545
+ magenta800: string;
1546
+ magenta900: string;
1547
+ magenta1000: string;
1548
+ magenta1100: string;
1549
+ magenta1200: string;
1550
+ red100: string;
1551
+ red200: string;
1552
+ red300: string;
1553
+ red400: string;
1554
+ red500: string;
1555
+ red600: string;
1556
+ red700: string;
1557
+ red800: string;
1558
+ red900: string;
1559
+ red1000: string;
1560
+ red1100: string;
1561
+ red1200: string;
1562
+ teal100: string;
1563
+ teal200: string;
1564
+ teal300: string;
1565
+ teal400: string;
1566
+ teal500: string;
1567
+ teal600: string;
1568
+ teal700: string;
1569
+ teal800: string;
1570
+ teal900: string;
1571
+ teal1000: string;
1572
+ teal1100: string;
1573
+ teal1200: string;
1574
+ orange100: string;
1575
+ orange200: string;
1576
+ orange300: string;
1577
+ orange400: string;
1578
+ orange500: string;
1579
+ orange600: string;
1580
+ orange700: string;
1581
+ orange800: string;
1582
+ orange900: string;
1583
+ orange1000: string;
1584
+ orange1100: string;
1585
+ orange1200: string;
1586
+ yellow100: string;
1587
+ yellow200: string;
1588
+ yellow300: string;
1589
+ yellow400: string;
1590
+ yellow500: string;
1591
+ yellow600: string;
1592
+ yellow700: string;
1593
+ yellow800: string;
1594
+ yellow900: string;
1595
+ yellow1000: string;
1596
+ yellow1100: string;
1597
+ yellow1200: string;
1598
+ lime100: string;
1599
+ lime200: string;
1600
+ lime300: string;
1601
+ lime400: string;
1602
+ lime500: string;
1603
+ lime600: string;
1604
+ lime700: string;
1605
+ lime800: string;
1606
+ lime900: string;
1607
+ lime1000: string;
1608
+ lime1100: string;
1609
+ lime1200: string;
1610
+ lapis100: string;
1611
+ lapis200: string;
1612
+ lapis300: string;
1613
+ lapis400: string;
1614
+ lapis500: string;
1615
+ lapis600: string;
1616
+ lapis700: string;
1617
+ lapis800: string;
1618
+ lapis900: string;
1619
+ lapis1000: string;
1620
+ lapis1100: string;
1621
+ lapis1200: string;
1622
+ maroon100: string;
1623
+ maroon200: string;
1624
+ maroon300: string;
1625
+ maroon400: string;
1626
+ maroon500: string;
1627
+ maroon600: string;
1628
+ maroon700: string;
1629
+ maroon800: string;
1630
+ maroon900: string;
1631
+ maroon1000: string;
1632
+ maroon1100: string;
1633
+ maroon1200: string;
1634
+ marsh100: string;
1635
+ marsh200: string;
1636
+ marsh300: string;
1637
+ marsh400: string;
1638
+ marsh500: string;
1639
+ marsh600: string;
1640
+ marsh700: string;
1641
+ marsh800: string;
1642
+ marsh900: string;
1643
+ marsh1000: string;
1644
+ marsh1100: string;
1645
+ marsh1200: string;
1646
+ alpha100: string;
1647
+ alpha150: string;
1648
+ alpha200: string;
1649
+ alpha250: string;
1650
+ alpha600: string;
1651
+ infoLight: string;
1652
+ info: string;
1653
+ infoMid: string;
1654
+ infoDark: string;
1655
+ successLight: string;
1656
+ success: string;
1657
+ successMid: string;
1658
+ successDark: string;
1659
+ dangerLight: string;
1660
+ danger: string;
1661
+ dangerMid: string;
1662
+ dangerDark: string;
1663
+ warningLight: string;
1664
+ warning: string;
1665
+ warningMid: string;
1666
+ warningDark: string;
1667
+ warningText: string;
1668
+ subjectEnglish: string;
1669
+ subjectMaths: string;
1670
+ subjectScience: string;
1671
+ subjectVerbalReasoning: string;
1672
+ subjectNonVerbalReasoning: string;
1673
+ subjectCreativeWriting: string;
1674
+ subjectExamSkills: string;
1675
+ subjectGcseEnglishLiterature: string;
1676
+ subjectGcseMaths: string;
1677
+ subjectGcseChemistry: string;
1678
+ subjectGcsePhysics: string;
1679
+ subjectGcseBiology: string;
1680
+ glBlueLight: string;
1681
+ glBluePrimary: string;
1682
+ glBlueDark: string;
1683
+ primary100: string;
1684
+ primary200: string;
1685
+ primary300: string;
1686
+ primary400: string;
1687
+ primary500: string;
1688
+ primary600: string;
1689
+ primary700: string;
1690
+ primary800: string;
1691
+ primary900: string;
1692
+ primary1000: string;
1693
+ primary1100: string;
1694
+ primary1200: string;
1695
+ };
1696
+ space: {
1697
+ "0": string;
1698
+ "1": string;
1699
+ "2": string;
1700
+ "3": string;
1701
+ "4": string;
1702
+ "5": string;
1703
+ "6": string;
1704
+ "7": string;
1705
+ "8": string;
1706
+ "9": string;
1707
+ "24": string;
1708
+ };
1709
+ fontSizes: {
1710
+ xs: string;
1711
+ sm: string;
1712
+ md: string;
1713
+ lg: string;
1714
+ xl: string;
1715
+ "2xl": string;
1716
+ "3xl": string;
1717
+ "4xl": string;
1718
+ };
1719
+ fonts: {
1720
+ sans: string;
1721
+ mono: string;
1722
+ display: string;
1723
+ body: string;
1724
+ };
1725
+ sizes: {
1726
+ "0": string;
1727
+ "1": string;
1728
+ "2": string;
1729
+ "3": string;
1730
+ "4": string;
1731
+ "5": string;
1732
+ "6": string;
1733
+ "7": string;
1734
+ "8": string;
1735
+ };
1736
+ radii: {
1737
+ "0": string;
1738
+ "1": string;
1739
+ "2": string;
1740
+ "3": string;
1741
+ round: string;
1742
+ };
1743
+ shadows: {
1744
+ "0": string;
1745
+ "1": string;
1746
+ "2": string;
1747
+ "3": string;
1748
+ };
1749
+ ratios: {
1750
+ "16-9": string;
1751
+ "3-2": string;
1752
+ "4-3": string;
1753
+ "1-1": string;
1754
+ "3-4": string;
1755
+ };
1756
+ }, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
1757
+ bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
1758
+ background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
1759
+ };
1760
+ size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
1761
+ height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1762
+ width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
1763
+ };
1764
+ p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1765
+ padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1766
+ };
1767
+ pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1768
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1769
+ };
1770
+ pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1771
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1772
+ };
1773
+ pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1774
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1775
+ };
1776
+ pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1777
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1778
+ };
1779
+ px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1780
+ paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1781
+ paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1782
+ };
1783
+ py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1784
+ paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1785
+ paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1786
+ };
1787
+ m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1788
+ margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1789
+ };
1790
+ mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1791
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1792
+ };
1793
+ mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1794
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1795
+ };
1796
+ mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1797
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1798
+ };
1799
+ ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1800
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1801
+ };
1802
+ mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1803
+ marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1804
+ marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1805
+ };
1806
+ my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
1807
+ marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1808
+ marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1809
+ };
1810
+ }> | undefined;
1811
+ } & import("@radix-ui/react-tooltip").TooltipContentProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element>["side"];
1446
1812
  isRounded?: boolean | "true" | ({
1447
1813
  "@sm"?: boolean | "true" | undefined;
1448
1814
  "@md"?: boolean | "true" | undefined;