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