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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (183) hide show
  1. package/dist/components/accordion/Accordion.d.ts +2 -0
  2. package/dist/components/accordion/AccordionContent.d.ts +2 -0
  3. package/dist/components/accordion/AccordionItem.d.ts +2 -0
  4. package/dist/components/accordion/AccordionTrigger.d.ts +2 -0
  5. package/dist/components/action-icon/ActionIcon.d.ts +3 -1
  6. package/dist/components/alert-dialog/AlertDialog.d.ts +4 -0
  7. package/dist/components/alert-dialog/AlertDialogContent.d.ts +2 -0
  8. package/dist/components/avatar/Avatar.d.ts +4 -0
  9. package/dist/components/badge/Badge.d.ts +13 -1
  10. package/dist/components/badge/BadgeIcon.d.ts +4 -0
  11. package/dist/components/badge/BadgeText.d.ts +4 -0
  12. package/dist/components/banner/Banner.d.ts +2 -2
  13. package/dist/components/banner/BannerContainer.d.ts +4 -0
  14. package/dist/components/banner/banner-regular/BannerRegular.d.ts +108 -474
  15. package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +4 -0
  16. package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +6 -2
  17. package/dist/components/banner/banner-slim/BannerSlim.d.ts +108 -474
  18. package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +2 -0
  19. package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +4 -0
  20. package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +6 -2
  21. package/dist/components/box/Box.d.ts +2 -0
  22. package/dist/components/button/Button.d.ts +2 -0
  23. package/dist/components/calendar/Day.d.ts +2 -0
  24. package/dist/components/carousel/Carousel.d.ts +6 -0
  25. package/dist/components/carousel/CarouselPagination.d.ts +2 -0
  26. package/dist/components/carousel/CarouselSlide.d.ts +2 -0
  27. package/dist/components/carousel/CarouselSlider.d.ts +2 -0
  28. package/dist/components/checkbox/Checkbox.d.ts +2 -0
  29. package/dist/components/checkbox/Checkbox.js +1 -1
  30. package/dist/components/checkbox/Checkbox.js.map +1 -1
  31. package/dist/components/checkbox-group/CheckboxGroup.d.ts +96 -90
  32. package/dist/components/checkbox-tree/CheckboxTree.d.ts +352 -344
  33. package/dist/components/chip/Chip.d.ts +14 -0
  34. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +6 -0
  35. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +6 -0
  36. package/dist/components/combobox/Combobox.d.ts +10 -0
  37. package/dist/components/combobox/ComboboxInput.d.ts +2 -0
  38. package/dist/components/combobox/ComboboxList.d.ts +2 -0
  39. package/dist/components/combobox/ComboboxOption.d.ts +2 -0
  40. package/dist/components/combobox/ComboboxPopover.d.ts +2 -0
  41. package/dist/components/data-table/DataTable.d.ts +56 -26
  42. package/dist/components/data-table/DataTableHead.d.ts +3 -1
  43. package/dist/components/data-table/DataTableHead.js +1 -1
  44. package/dist/components/data-table/DataTableHead.js.map +1 -1
  45. package/dist/components/data-table/DataTableHeaderCell.d.ts +3 -1
  46. package/dist/components/data-table/DataTableHeaderCell.js +1 -1
  47. package/dist/components/data-table/DataTableHeaderCell.js.map +1 -1
  48. package/dist/components/data-table/DataTableLoading.d.ts +2 -0
  49. package/dist/components/data-table/DataTableRow.js +1 -1
  50. package/dist/components/data-table/DataTableRow.js.map +1 -1
  51. package/dist/components/data-table/DataTableRowSelectionCheckbox.js +1 -1
  52. package/dist/components/data-table/DataTableRowSelectionCheckbox.js.map +1 -1
  53. package/dist/components/data-table/DataTableTable.d.ts +2 -0
  54. package/dist/components/data-table/DataTableTable.js +1 -1
  55. package/dist/components/data-table/DataTableTable.js.map +1 -1
  56. package/dist/components/data-table/pagination/Pagination.d.ts +2 -0
  57. package/dist/components/dialog/Dialog.d.ts +12 -2
  58. package/dist/components/dialog/DialogBackground.d.ts +4 -0
  59. package/dist/components/dialog/DialogClose.d.ts +2 -0
  60. package/dist/components/dialog/DialogContent.d.ts +2 -0
  61. package/dist/components/dismissible/index.d.ts +2 -2
  62. package/dist/components/dismissible-group/index.d.ts +3 -3
  63. package/dist/components/divider/Divider.d.ts +2 -0
  64. package/dist/components/drawer/Drawer.d.ts +8 -0
  65. package/dist/components/drawer/DrawerContent.d.ts +2 -0
  66. package/dist/components/drawer/DrawerFooter.d.ts +2 -0
  67. package/dist/components/drawer/DrawerHeader.d.ts +2 -0
  68. package/dist/components/drawer/DrawerMain.d.ts +2 -0
  69. package/dist/components/drawer/DrawerOverlay.d.ts +2 -0
  70. package/dist/components/drawer/DrawerTrigger.d.ts +2 -0
  71. package/dist/components/dropdown-menu/DropdownMenu.d.ts +10 -0
  72. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +2 -0
  73. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +2 -0
  74. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +2 -0
  75. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +2 -0
  76. package/dist/components/empty-state/EmptyState.d.ts +14 -0
  77. package/dist/components/empty-state/EmptyStateBody.d.ts +4 -0
  78. package/dist/components/empty-state/EmptyStateImage.d.ts +4 -0
  79. package/dist/components/empty-state/EmptyStateTitle.d.ts +2 -0
  80. package/dist/components/flex/Flex.d.ts +2 -0
  81. package/dist/components/form/Form.d.ts +2 -0
  82. package/dist/components/grid/Grid.d.ts +2 -0
  83. package/dist/components/heading/Heading.d.ts +2 -0
  84. package/dist/components/icon/Icon.d.ts +2 -0
  85. package/dist/components/image/Image.d.ts +2 -0
  86. package/dist/components/inline-message/InlineMessage.d.ts +4 -0
  87. package/dist/components/input/Input.d.ts +6 -0
  88. package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +4 -0
  89. package/dist/components/keyboard-shortcut/index.d.ts +8 -2
  90. package/dist/components/label/Label.d.ts +2 -0
  91. package/dist/components/link/Link.d.ts +2 -0
  92. package/dist/components/list/List.d.ts +4 -0
  93. package/dist/components/markdown-content/MarkdownContent.d.ts +4 -0
  94. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +2 -0
  95. package/dist/components/navigation/NavigationMenu.d.ts +18 -0
  96. package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +2 -0
  97. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +4 -0
  98. package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +2 -0
  99. package/dist/components/navigation/NavigationMenuLink.d.ts +2 -0
  100. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +184 -162
  101. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +2 -0
  102. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +2 -0
  103. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +4 -0
  104. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +2 -0
  105. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +2 -0
  106. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +2 -0
  107. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +4 -0
  108. package/dist/components/number-input/NumberInputStepper.d.ts +6 -2
  109. package/dist/components/pagination/PaginationNextButton.d.ts +6 -2
  110. package/dist/components/pagination/PaginationPreviousButton.d.ts +6 -2
  111. package/dist/components/popover/Popover.d.ts +4 -0
  112. package/dist/components/popover/PopoverContent.d.ts +2 -0
  113. package/dist/components/progress-bar/ProgressBar.d.ts +2 -0
  114. package/dist/components/radio-button/RadioButton.d.ts +2 -0
  115. package/dist/components/radio-button/RadioButtonGroup.d.ts +2 -0
  116. package/dist/components/radio-button-field/RadioButtonField.d.ts +2 -0
  117. package/dist/components/radio-card/RadioCard.d.ts +2 -0
  118. package/dist/components/section-message/SectionMessage.d.ts +4 -0
  119. package/dist/components/segmented-control/SegmentedControl.d.ts +25 -9
  120. package/dist/components/segmented-control/SegmentedControlContent.d.ts +2 -0
  121. package/dist/components/segmented-control/SegmentedControlDescription.d.ts +4 -0
  122. package/dist/components/segmented-control/SegmentedControlHeading.d.ts +4 -0
  123. package/dist/components/segmented-control/SegmentedControlItem.d.ts +4 -0
  124. package/dist/components/segmented-control/SegmentedControlRoot.d.ts +10 -0
  125. package/dist/components/select/Select.d.ts +2 -0
  126. package/dist/components/side-bar/SideBar.d.ts +16 -0
  127. package/dist/components/side-bar/SideBarComponents.d.ts +15 -1
  128. package/dist/components/slider/Slider.d.ts +4 -0
  129. package/dist/components/sortable/Handle.d.ts +6 -2
  130. package/dist/components/sortable/index.d.ts +3 -3
  131. package/dist/components/spacer/Spacer.d.ts +2 -0
  132. package/dist/components/stepper/StepperStepBullet.d.ts +4 -0
  133. package/dist/components/stepper/StepperStepContainer.d.ts +4 -0
  134. package/dist/components/stepper/StepperStepLabel.d.ts +5 -1
  135. package/dist/components/switch/Switch.d.ts +2 -0
  136. package/dist/components/table/Table.d.ts +17 -1
  137. package/dist/components/table/Table.js +1 -1
  138. package/dist/components/table/Table.js.map +1 -1
  139. package/dist/components/table/TableBody.d.ts +2 -0
  140. package/dist/components/table/TableCell.d.ts +2 -0
  141. package/dist/components/table/TableCell.js +1 -1
  142. package/dist/components/table/TableCell.js.map +1 -1
  143. package/dist/components/table/TableFooter.d.ts +2 -0
  144. package/dist/components/table/TableFooterCell.d.ts +2 -0
  145. package/dist/components/table/TableHeader.d.ts +3 -1
  146. package/dist/components/table/TableHeaderCell.d.ts +2 -0
  147. package/dist/components/table/TableHeaderCell.js +1 -1
  148. package/dist/components/table/TableHeaderCell.js.map +1 -1
  149. package/dist/components/table/TableRow.d.ts +2 -0
  150. package/dist/components/tabs/Tabs.d.ts +8 -0
  151. package/dist/components/tabs/TabsContent.d.ts +2 -0
  152. package/dist/components/tabs/TabsTrigger.d.ts +2 -0
  153. package/dist/components/tabs/TabsTriggerList.d.ts +2 -0
  154. package/dist/components/text/Text.d.ts +2 -0
  155. package/dist/components/textarea/Textarea.d.ts +2 -0
  156. package/dist/components/tile/Tile.d.ts +2 -0
  157. package/dist/components/tile/TileGroup.d.ts +2 -0
  158. package/dist/components/tile-interactive/TileInteractive.d.ts +4 -0
  159. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +6 -0
  160. package/dist/components/toast/Toast.d.ts +4 -0
  161. package/dist/components/toggle-group/ToggleGroupButton.d.ts +4 -0
  162. package/dist/components/toggle-group/ToggleGroupItem.d.ts +4 -0
  163. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +2 -0
  164. package/dist/components/toggle-group/index.d.ts +14 -2
  165. package/dist/components/tooltip/Tooltip.d.ts +4 -0
  166. package/dist/components/tooltip/TooltipContent.d.ts +2 -0
  167. package/dist/components/top-bar/TopBar.d.ts +12 -2
  168. package/dist/components/top-bar/TopBarBrand.d.ts +6 -0
  169. package/dist/components/tree/Tree.d.ts +267 -243
  170. package/dist/components/tree/TreeCollapsible.d.ts +2 -0
  171. package/dist/components/tree/TreeCollapsibleContent.d.ts +2 -0
  172. package/dist/components/tree/TreeIcon.d.ts +4 -0
  173. package/dist/components/tree/TreeItemContent.d.ts +2 -0
  174. package/dist/components/tree/TreeListItem.d.ts +2 -0
  175. package/dist/components/video/Video.d.ts +2 -0
  176. package/dist/docgen.json +1 -1
  177. package/dist/experiments/color-scheme/ColorScheme.d.ts +2 -0
  178. package/dist/index.cjs.js +1 -1
  179. package/dist/index.cjs.js.map +1 -1
  180. package/dist/stitches.d.ts +22 -0
  181. package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +2 -0
  182. package/package.json +2 -2
  183. package/CHANGELOG.md +0 -221
@@ -36,6 +36,8 @@ export declare const BannerSlim: {
36
36
  textMinimal: string;
37
37
  background: string;
38
38
  backgroundAccent: string;
39
+ black: string;
40
+ white: string;
39
41
  grey100: string;
40
42
  grey200: string;
41
43
  grey300: string;
@@ -404,6 +406,8 @@ export declare const BannerSlim: {
404
406
  textMinimal: string;
405
407
  background: string;
406
408
  backgroundAccent: string;
409
+ black: string;
410
+ white: string;
407
411
  grey100: string;
408
412
  grey200: string;
409
413
  grey300: string;
@@ -777,9 +781,9 @@ export declare const BannerSlim: {
777
781
  } & {
778
782
  [x: string]: "outline" | "solid" | "simple" | undefined;
779
783
  }) | undefined;
780
- color?: string | undefined;
781
- content?: string | undefined;
782
- translate?: "yes" | "no" | undefined;
784
+ color?: string | undefined | undefined;
785
+ content?: string | undefined | undefined;
786
+ translate?: "yes" | "no" | undefined | undefined;
783
787
  size?: "xs" | "sm" | "md" | "lg" | ({
784
788
  "@sm"?: "xs" | "sm" | "md" | "lg" | undefined;
785
789
  "@md"?: "xs" | "sm" | "md" | "lg" | undefined;
@@ -808,6 +812,8 @@ export declare const BannerSlim: {
808
812
  textMinimal: string;
809
813
  background: string;
810
814
  backgroundAccent: string;
815
+ black: string;
816
+ white: string;
811
817
  grey100: string;
812
818
  grey200: string;
813
819
  grey300: string;
@@ -1153,119 +1159,119 @@ export declare const BannerSlim: {
1153
1159
  marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
1154
1160
  };
1155
1161
  }> | 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;
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;
1165
1171
  } & {
1166
- [x: string]: "success" | "danger" | "warning" | "neutral" | "white" | "primary" | undefined;
1172
+ [x: string]: "white" | "success" | "danger" | "warning" | "neutral" | "primary" | undefined;
1167
1173
  }) | undefined;
1168
- prefix?: string | undefined;
1169
- form?: string | undefined;
1174
+ prefix?: string | undefined | undefined;
1175
+ form?: string | undefined | undefined;
1170
1176
  label: string;
1171
- slot?: string | undefined;
1177
+ slot?: string | undefined | undefined;
1172
1178
  style?: React.CSSProperties | undefined;
1173
- title?: string | undefined;
1179
+ title?: string | undefined | undefined;
1174
1180
  ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
1175
1181
  key?: React.Key | null | undefined;
1176
- defaultChecked?: boolean | undefined;
1182
+ defaultChecked?: boolean | undefined | undefined;
1177
1183
  defaultValue?: string | number | readonly string[] | 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;
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;
1186
1192
  draggable?: (boolean | "true" | "false") | undefined;
1187
- hidden?: boolean | undefined;
1188
- id?: string | undefined;
1189
- lang?: string | undefined;
1190
- nonce?: string | undefined;
1191
- placeholder?: string | 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;
1192
1198
  spellCheck?: (boolean | "true" | "false") | undefined;
1193
- tabIndex?: number | undefined;
1194
- radioGroup?: string | undefined;
1199
+ tabIndex?: number | undefined | undefined;
1200
+ radioGroup?: string | undefined | undefined;
1195
1201
  role?: React.AriaRole | undefined;
1196
- about?: string | undefined;
1197
- datatype?: string | undefined;
1202
+ about?: string | undefined | undefined;
1203
+ datatype?: string | undefined | undefined;
1198
1204
  inlist?: any;
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;
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;
1219
1225
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
1220
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1226
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
1221
1227
  "aria-busy"?: (boolean | "true" | "false") | 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;
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;
1230
1236
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
1231
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1232
- "aria-errormessage"?: string | undefined;
1237
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
1238
+ "aria-errormessage"?: string | undefined | undefined;
1233
1239
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
1234
- "aria-flowto"?: string | undefined;
1240
+ "aria-flowto"?: string | undefined | undefined;
1235
1241
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
1236
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1242
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
1237
1243
  "aria-hidden"?: (boolean | "true" | "false") | 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;
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;
1244
1250
  "aria-modal"?: (boolean | "true" | "false") | undefined;
1245
1251
  "aria-multiline"?: (boolean | "true" | "false") | undefined;
1246
1252
  "aria-multiselectable"?: (boolean | "true" | "false") | 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;
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;
1252
1258
  "aria-readonly"?: (boolean | "true" | "false") | undefined;
1253
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1259
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
1254
1260
  "aria-required"?: (boolean | "true" | "false") | undefined;
1255
- "aria-roledescription"?: string | undefined;
1256
- "aria-rowcount"?: number | undefined;
1257
- "aria-rowindex"?: number | undefined;
1258
- "aria-rowspan"?: number | 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;
1259
1265
  "aria-selected"?: (boolean | "true" | "false") | 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;
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;
1266
1272
  dangerouslySetInnerHTML?: {
1267
1273
  __html: string | TrustedHTML;
1268
- } | undefined;
1274
+ } | undefined | undefined;
1269
1275
  onCopy?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
1270
1276
  onCopyCapture?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
1271
1277
  onCut?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
@@ -1425,390 +1431,18 @@ export declare const BannerSlim: {
1425
1431
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
1426
1432
  onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
1427
1433
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement> | 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;
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;
1438
1444
  hasTooltip?: boolean | 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"];
1445
+ tooltipSide?: "bottom" | "left" | "right" | "top" | undefined;
1812
1446
  isRounded?: boolean | "true" | ({
1813
1447
  "@sm"?: boolean | "true" | undefined;
1814
1448
  "@md"?: boolean | "true" | undefined;