@auth0/quantum-product 1.11.1 → 2.0.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 (297) hide show
  1. package/accordion/accordion-details.d.ts +1 -1
  2. package/accordion/accordion-summary.d.ts +1 -1
  3. package/accordion/accordion.d.ts +4 -4
  4. package/alert/alert-classes.d.ts +2 -2
  5. package/alert/alert.d.ts +4 -4
  6. package/app-bar/app-bar-actions/app-bar-actions.d.ts +1 -1
  7. package/app-bar/app-bar-button/app-bar-button.d.ts +2 -2
  8. package/app-bar/app-bar-content/app-bar-content.d.ts +1 -1
  9. package/app-bar/app-bar-divider/app-bar-divider.d.ts +1 -1
  10. package/app-bar/app-bar-icon-button/app-bar-icon-button.d.ts +2 -2
  11. package/app-bar/app-bar.d.ts +1 -1
  12. package/app-layout/app-layout-classes.d.ts +3 -3
  13. package/app-layout/app-layout.d.ts +1 -1
  14. package/avatar/avatar-classes.d.ts +2 -2
  15. package/avatar/avatar-context.d.ts +3 -3
  16. package/avatar/avatar.d.ts +1 -1
  17. package/avatar-block/avatar-block-classes.d.ts +3 -3
  18. package/avatar-block/avatar-block.d.ts +2 -2
  19. package/badge/badge.d.ts +1 -1
  20. package/banner/banner-classes.d.ts +2 -2
  21. package/banner/banner.d.ts +1 -1
  22. package/breadcrumbs/breadcrumbs-item/breadcrumbs-item-classes.d.ts +2 -2
  23. package/breadcrumbs/breadcrumbs-item/breadcrumbs-item.d.ts +2 -2
  24. package/breadcrumbs/breadcrumbs-overrides.d.ts +2 -2
  25. package/breadcrumbs/breadcrumbs-overrides.js +17 -1
  26. package/breadcrumbs/breadcrumbs.d.ts +1 -1
  27. package/button/button-overrides.js +16 -2
  28. package/button/button.d.ts +2 -2
  29. package/card/card-context.d.ts +1 -1
  30. package/card/card-header/card-header-classes.d.ts +2 -2
  31. package/card/card-header/card-header.d.ts +1 -1
  32. package/card/card-header/card-header.js +1 -1
  33. package/card/card.d.ts +1 -1
  34. package/card/card.js +1 -1
  35. package/checkbox/checkbox-classes.d.ts +2 -2
  36. package/checkbox/checkbox-overrides.js +1 -1
  37. package/checkbox/checkbox.d.ts +1 -1
  38. package/checkbox-field/checkbox-field.d.ts +3 -3
  39. package/chip/chip-overrides.js +1 -5
  40. package/chip/chip.d.ts +1 -1
  41. package/chip/chip.js +1 -7
  42. package/code/code.d.ts +1 -1
  43. package/column-layout/column-layout.d.ts +2 -2
  44. package/config-block/config-block-classes.d.ts +2 -2
  45. package/config-block/config-block.d.ts +2 -1
  46. package/copy-button/copy-button.d.ts +1 -1
  47. package/danger-zone/danger-zone-item/danger-zone-item.d.ts +1 -1
  48. package/danger-zone/danger-zone-item-action/danger-zone-item-action.d.ts +2 -2
  49. package/data-table/data-table-row.d.ts +1 -1
  50. package/data-table/data-table-types.d.ts +4 -4
  51. package/data-table/data-table.d.ts +1 -1
  52. package/description-block/description-block.d.ts +1 -1
  53. package/dialog/dialog-title/dialog-title-classes.d.ts +2 -2
  54. package/dialog/dialog-title/dialog-title.d.ts +1 -1
  55. package/dialog/dialog.d.ts +1 -1
  56. package/divider/index.d.ts +1 -1
  57. package/dropdown-menu/dropdown-menu-classes.d.ts +2 -2
  58. package/dropdown-menu/dropdown-menu-divider/dropdown-menu-divider.d.ts +2 -2
  59. package/dropdown-menu/dropdown-menu-group/dropdown-menu-group-classes.d.ts +2 -2
  60. package/dropdown-menu/dropdown-menu-item/dropdown-menu-item.d.ts +1 -1
  61. package/dropdown-menu/dropdown-menu-list/dropdown-menu-list.d.ts +2 -2
  62. package/dropdown-menu/dropdown-menu-list-item/dropdown-menu-list-item-classes.d.ts +2 -2
  63. package/dropdown-menu/dropdown-menu-list-item/dropdown-menu-list-item.d.ts +2 -2
  64. package/dropdown-menu/dropdown-menu-search/dropdown-menu-search-classes.d.ts +2 -2
  65. package/dropdown-menu/dropdown-menu-search/dropdown-menu-search.d.ts +2 -2
  66. package/dropdown-menu/dropdown-menu-state/dropdown-menu-state.d.ts +2 -2
  67. package/dropdown-menu/dropdown-menu.d.ts +1 -1
  68. package/empty-state/empty-state-action/empty-state-action.d.ts +1 -1
  69. package/empty-state/empty-state-classes.d.ts +2 -2
  70. package/esm/breadcrumbs/breadcrumbs-overrides.js +17 -1
  71. package/esm/button/button-overrides.js +16 -2
  72. package/esm/card/card-header/card-header.js +1 -1
  73. package/esm/card/card.js +1 -1
  74. package/esm/checkbox/checkbox-overrides.js +1 -1
  75. package/esm/chip/chip-overrides.js +1 -5
  76. package/esm/chip/chip.js +1 -7
  77. package/esm/icon-button/icon-button-overrides.js +54 -24
  78. package/esm/input/outlined-input-overrides.js +11 -16
  79. package/esm/radio/radio-overrides.js +1 -1
  80. package/esm/switch/switch-overrides.js +12 -1
  81. package/esm/tabs/tab/tab-override.js +4 -13
  82. package/esm/theme/create-mixins.js +4 -5
  83. package/expansion-panel/expansion-panel-details.d.ts +1 -1
  84. package/expansion-panel/expansion-panel-header.d.ts +1 -1
  85. package/expansion-panel/expansion-panel-summary.d.ts +1 -1
  86. package/expansion-panel/expansion-panel.d.ts +1 -1
  87. package/field-set/field-set-classes.d.ts +2 -2
  88. package/field-set/field-set.d.ts +2 -2
  89. package/floating-panel/floating-panel.d.ts +1 -1
  90. package/form/form-actions/form-actions-classes.d.ts +2 -2
  91. package/form/form-actions/form-actions.d.ts +2 -2
  92. package/form/form-control-label/form-control-label-classes.d.ts +2 -2
  93. package/form/form-control-label/form-control-label.d.ts +2 -2
  94. package/form/form-field/form-field-classes.d.ts +2 -2
  95. package/form/form-field/form-field.d.ts +2 -2
  96. package/form/form-helper-text/index.d.ts +1 -1
  97. package/form/form-layout/form-layout-context.d.ts +1 -1
  98. package/foundations/token-tables.d.ts +5 -5
  99. package/gallery-layout/gallery-layout-item/gallery-layout-item.d.ts +1 -1
  100. package/gallery-layout/gallery-layout.d.ts +2 -2
  101. package/icon/index.d.ts +344 -344
  102. package/icon/types.d.ts +1 -1
  103. package/icon-button/icon-button-overrides.js +54 -24
  104. package/icon-button/icon-button.d.ts +3 -3
  105. package/identicons/common.d.ts +1 -1
  106. package/identicons/icons/icon-access-token.d.ts +2 -2
  107. package/identicons/icons/icon-account-takeover.d.ts +2 -2
  108. package/identicons/icons/icon-actions.d.ts +2 -2
  109. package/identicons/icons/icon-activity.d.ts +2 -2
  110. package/identicons/icons/icon-advanced-options.d.ts +2 -2
  111. package/identicons/icons/icon-anticipation.d.ts +2 -2
  112. package/identicons/icons/icon-api-related.d.ts +2 -2
  113. package/identicons/icons/icon-api.d.ts +2 -2
  114. package/identicons/icons/icon-applications.d.ts +2 -2
  115. package/identicons/icons/icon-attributes.d.ts +2 -2
  116. package/identicons/icons/icon-auth0-authorization-server.d.ts +2 -2
  117. package/identicons/icons/icon-auth0-dashboard.d.ts +2 -2
  118. package/identicons/icons/icon-auth0-logo-dark.d.ts +2 -2
  119. package/identicons/icons/icon-auth0-logo-light.d.ts +2 -2
  120. package/identicons/icons/icon-authentication-a.d.ts +2 -2
  121. package/identicons/icons/icon-authentication-b.d.ts +2 -2
  122. package/identicons/icons/icon-authorization-server.d.ts +2 -2
  123. package/identicons/icons/icon-backend.d.ts +2 -2
  124. package/identicons/icons/icon-biometrics.d.ts +2 -2
  125. package/identicons/icons/icon-bot-detection.d.ts +2 -2
  126. package/identicons/icons/icon-boundary-protocol.d.ts +2 -2
  127. package/identicons/icons/icon-branding.d.ts +2 -2
  128. package/identicons/icons/icon-breached-password.d.ts +2 -2
  129. package/identicons/icons/icon-browser.d.ts +2 -2
  130. package/identicons/icons/icon-brute-force.d.ts +2 -2
  131. package/identicons/icons/icon-certificate.d.ts +2 -2
  132. package/identicons/icons/icon-cli-script.d.ts +2 -2
  133. package/identicons/icons/icon-cloud.d.ts +2 -2
  134. package/identicons/icons/icon-consistency.d.ts +2 -2
  135. package/identicons/icons/icon-cookies.d.ts +2 -2
  136. package/identicons/icons/icon-credential-application.d.ts +2 -2
  137. package/identicons/icons/icon-credential-stuffing.d.ts +2 -2
  138. package/identicons/icons/icon-credential-user.d.ts +2 -2
  139. package/identicons/icons/icon-customization.d.ts +2 -2
  140. package/identicons/icons/icon-dashboard.d.ts +2 -2
  141. package/identicons/icons/icon-database.d.ts +2 -2
  142. package/identicons/icons/icon-desktop-app.d.ts +2 -2
  143. package/identicons/icons/icon-device-biometrics.d.ts +2 -2
  144. package/identicons/icons/icon-efficiency.d.ts +2 -2
  145. package/identicons/icons/icon-empathy.d.ts +2 -2
  146. package/identicons/icons/icon-enterprise-directory.d.ts +2 -2
  147. package/identicons/icons/icon-extensions.d.ts +2 -2
  148. package/identicons/icons/icon-fine-grained-authorization.d.ts +2 -2
  149. package/identicons/icons/icon-getting-started.d.ts +2 -2
  150. package/identicons/icons/icon-guardian-push-notification.d.ts +2 -2
  151. package/identicons/icons/icon-help.d.ts +2 -2
  152. package/identicons/icons/icon-id-token.d.ts +2 -2
  153. package/identicons/icons/icon-identifier-first.d.ts +2 -2
  154. package/identicons/icons/icon-identifier-password.d.ts +2 -2
  155. package/identicons/icons/icon-integrations-marketplace.d.ts +2 -2
  156. package/identicons/icons/icon-ip-throttling.d.ts +2 -2
  157. package/identicons/icons/icon-login-customization.d.ts +2 -2
  158. package/identicons/icons/icon-login.d.ts +2 -2
  159. package/identicons/icons/icon-logout-token.d.ts +2 -2
  160. package/identicons/icons/icon-logs.d.ts +2 -2
  161. package/identicons/icons/icon-mail-message-a.d.ts +2 -2
  162. package/identicons/icons/icon-mail-message-b.d.ts +2 -2
  163. package/identicons/icons/icon-marketplace-approved.d.ts +2 -2
  164. package/identicons/icons/icon-marketplace-create.d.ts +2 -2
  165. package/identicons/icons/icon-mobile-app.d.ts +2 -2
  166. package/identicons/icons/icon-monitoring.d.ts +2 -2
  167. package/identicons/icons/icon-multifactor.d.ts +2 -2
  168. package/identicons/icons/icon-multiple-failed-logins.d.ts +2 -2
  169. package/identicons/icons/icon-one-time-password.d.ts +2 -2
  170. package/identicons/icons/icon-organizations.d.ts +2 -2
  171. package/identicons/icons/icon-phone-message-a.d.ts +2 -2
  172. package/identicons/icons/icon-phone-message-b.d.ts +2 -2
  173. package/identicons/icons/icon-pipeline-a.d.ts +2 -2
  174. package/identicons/icons/icon-pipeline-b.d.ts +2 -2
  175. package/identicons/icons/icon-refresh-token.d.ts +2 -2
  176. package/identicons/icons/icon-sdk.d.ts +2 -2
  177. package/identicons/icons/icon-security.d.ts +2 -2
  178. package/identicons/icons/icon-server.d.ts +2 -2
  179. package/identicons/icons/icon-settings.d.ts +2 -2
  180. package/identicons/icons/icon-social-providers.d.ts +2 -2
  181. package/identicons/icons/icon-spa.d.ts +2 -2
  182. package/identicons/icons/icon-teams.d.ts +2 -2
  183. package/identicons/icons/icon-tenant.d.ts +2 -2
  184. package/identicons/icons/icon-user-database.d.ts +2 -2
  185. package/identicons/icons/icon-user-management.d.ts +2 -2
  186. package/identicons/icons/icon-user.d.ts +2 -2
  187. package/identicons/icons/icon-users.d.ts +2 -2
  188. package/identicons/icons/icon-video.d.ts +2 -2
  189. package/identicons/icons/icon-web-app.d.ts +2 -2
  190. package/identicons/icons/icon-webauthn.d.ts +2 -2
  191. package/illustrations/common.d.ts +1 -1
  192. package/illustrations/components/experienced-user.d.ts +2 -2
  193. package/illustrations/components/new-auth0-user-a.d.ts +2 -2
  194. package/illustrations/components/notifications.d.ts +2 -2
  195. package/illustrations/components/roles.d.ts +2 -2
  196. package/illustrations/components/single-sign-on.d.ts +2 -2
  197. package/illustrations/components/streams-logs.d.ts +2 -2
  198. package/illustrations/components/users.d.ts +2 -2
  199. package/image/image.d.ts +2 -2
  200. package/image-preview-field/image-preview-field.d.ts +2 -1
  201. package/input/input-adornment/input-adornment.d.ts +1 -1
  202. package/input/input.d.ts +2 -2
  203. package/input/outlined-input-overrides.js +11 -16
  204. package/label/label.d.ts +2 -2
  205. package/link/link-classes.d.ts +2 -2
  206. package/link/link.d.ts +3 -3
  207. package/logo/logo-classes.d.ts +2 -2
  208. package/logo/logo.d.ts +3 -3
  209. package/overridable-component.d.ts +2 -2
  210. package/package.json +2 -2
  211. package/page/page-header/page-header-classes.d.ts +2 -2
  212. package/page/page-header/page-header.d.ts +1 -1
  213. package/page/page.d.ts +1 -1
  214. package/pagination/pager/pager-classes.d.ts +2 -2
  215. package/pagination/pagination-classes.d.ts +2 -2
  216. package/pagination/pagination.d.ts +1 -1
  217. package/panel/panel/panel-classes.d.ts +2 -2
  218. package/panel/panel/panel.d.ts +2 -2
  219. package/panel/panel-body/panel-body.d.ts +1 -1
  220. package/panel/panel-context.d.ts +3 -3
  221. package/panel/panel-footer/panel-footer.d.ts +1 -1
  222. package/panel/panel-header/panel-header-classes.d.ts +2 -2
  223. package/panel/panel-header/panel-header.d.ts +2 -2
  224. package/panel/panel-layout/panel-layout-classes.d.ts +2 -2
  225. package/panel/panel-layout/panel-layout.d.ts +1 -1
  226. package/promo-banner/promo-banner-classes.d.ts +2 -2
  227. package/promo-banner/promo-banner.d.ts +1 -1
  228. package/pulsing-dot/pulsing-dot.d.ts +2 -2
  229. package/quantum-provider/quantum-context.d.ts +1 -1
  230. package/radio/radio-classes.d.ts +2 -2
  231. package/radio/radio-overrides.js +1 -1
  232. package/radio/radio.d.ts +1 -1
  233. package/radio-field/radio-field.d.ts +3 -3
  234. package/region/flags.d.ts +6 -6
  235. package/region/region-classes.d.ts +2 -2
  236. package/region/region.d.ts +3 -3
  237. package/row-layout/row-layout.d.ts +1 -1
  238. package/select/select-classes.d.ts +2 -2
  239. package/select/select-menu/select-menu.d.ts +1 -1
  240. package/select/select-menu-actions/select-menu-actions.d.ts +1 -1
  241. package/select/select-menu-body/select-menu-body.d.ts +1 -1
  242. package/select/select-menu-header/select-menu-header.d.ts +1 -1
  243. package/select/select-options.d.ts +2 -2
  244. package/selectable-card/selectable-card-classes.d.ts +2 -2
  245. package/selectable-card/selectable-card-group/selectable-card-group-classes.d.ts +2 -2
  246. package/selectable-card/selectable-card-group/selectable-card-group.d.ts +2 -1
  247. package/selectable-card/selectable-card.d.ts +2 -2
  248. package/sidebar/sidebar-banner/sidebar-banner.d.ts +1 -1
  249. package/sidebar/sidebar-classes.d.ts +2 -2
  250. package/sidebar/sidebar-items/sidebar-items.d.ts +1 -1
  251. package/sidebar/sidebar-link/sidebar-link-classes.d.ts +2 -2
  252. package/sidebar/sidebar-link/sidebar-link.d.ts +1 -1
  253. package/sidebar/sidebar-menu/sidebar-menu-classes.d.ts +2 -2
  254. package/sidebar/sidebar-menu/sidebar-menu.d.ts +1 -1
  255. package/sidebar/sidebar-new.d.ts +1 -1
  256. package/sidebar/sidebar-old.d.ts +1 -1
  257. package/sidebar/sidebar.d.ts +1 -1
  258. package/spinner/spinner-classes.d.ts +2 -2
  259. package/spinner/spinner.d.ts +1 -1
  260. package/stack-layout/stack-layout-item/stack-layout-item.d.ts +1 -1
  261. package/stack-layout/stack-layout.d.ts +1 -1
  262. package/status/status-dot/status-dot-classes.d.ts +2 -2
  263. package/status/status-dot/status-dot.d.ts +2 -2
  264. package/status/status-icon/status-icon-classes.d.ts +2 -2
  265. package/status/status-icon/status-icon.d.ts +3 -3
  266. package/stepper/step-label/step-label.d.ts +1 -1
  267. package/styled.d.ts +2 -2
  268. package/svg-icon/svg-icon.d.ts +1 -1
  269. package/switch/switch-classes.d.ts +2 -2
  270. package/switch/switch-field/switch-field.d.ts +3 -2
  271. package/switch/switch-overrides.js +12 -1
  272. package/switch/switch.d.ts +1 -1
  273. package/table/table-empty-state/table-empty-state.d.ts +1 -1
  274. package/table/table-loading-state/table-loading-state-classes.d.ts +2 -2
  275. package/table/table-loading-state/table-loading-state.d.ts +1 -1
  276. package/table/table-sort-label/index.d.ts +2 -2
  277. package/tabs/tab/tab-override.js +4 -13
  278. package/tabs/tab/tab.d.ts +2 -2
  279. package/tabs/tab-list/tab-list.d.ts +1 -1
  280. package/tabs/tab-panel/tab-panel.d.ts +1 -1
  281. package/tabs/tabs.d.ts +1 -0
  282. package/text/index.d.ts +1 -1
  283. package/theme/colors.d.ts +4 -4
  284. package/theme/create-component-overrides.d.ts +1 -1
  285. package/theme/create-components.d.ts +1 -1
  286. package/theme/create-layout.d.ts +1 -1
  287. package/theme/create-mixins.d.ts +1 -1
  288. package/theme/create-mixins.js +3 -4
  289. package/theme/create-palette.d.ts +7 -7
  290. package/theme/create-theme.d.ts +2 -2
  291. package/theme/create-typography.d.ts +2 -2
  292. package/theme/tokens.d.ts +15 -15
  293. package/title-block/title-block-classes.d.ts +3 -3
  294. package/toast/toast-classes.d.ts +2 -2
  295. package/toast/toast.d.ts +1 -1
  296. package/utils/layouts.d.ts +1 -1
  297. package/utils/responsive-style-value.d.ts +2 -2
@@ -5,7 +5,7 @@ import { IRowLayoutProps } from '../../row-layout';
5
5
  import { ILabelProps } from '../../label';
6
6
  import { ITextProps } from '../../text';
7
7
  import { PageHeaderClasses } from './page-header-classes';
8
- export declare type IPageHeaderOwnerState = Partial<IPageContextValue>;
8
+ export type IPageHeaderOwnerState = Partial<IPageContextValue>;
9
9
  export declare const Actions: import("styled-components").StyledComponent<"div", import("../..").ITheme, import("@mui/system").MUIStyledCommonProps<import("../..").ITheme>, never>;
10
10
  export interface IPageHeaderProps extends Omit<IRowLayoutProps, 'title'>, Pick<IAvatarBlockProps, 'titleTypographyProps' | 'descriptionTypographyProps'>, Pick<ILabelProps, 'productReleaseStage' | 'productReleaseStageAbbr'> {
11
11
  title: React.ReactNode;
package/page/page.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { IStyledComponentProps } from '../styled';
3
3
  export declare const PageComponentName: "QuantumPage";
4
- export declare type IPageProps = IStyledComponentProps<{
4
+ export type IPageProps = IStyledComponentProps<{
5
5
  props: {
6
6
  fullWidth?: boolean;
7
7
  compact?: boolean;
@@ -1,5 +1,5 @@
1
1
  export declare const pagerComponentName: "QuantumPager";
2
2
  export declare function getPagerUtilityClass(slot: string): string;
3
3
  export declare const pagerClasses: Record<"root" | "previousPageButton" | "nextPageButton", string>;
4
- export declare type PagerClasses = typeof pagerClasses;
5
- export declare type PagerClassKey = keyof PagerClasses;
4
+ export type PagerClasses = typeof pagerClasses;
5
+ export type PagerClassKey = keyof PagerClasses;
@@ -1,5 +1,5 @@
1
1
  export declare const paginationComponentName: "QuantumPagination";
2
2
  export declare function getPaginationUtilityClass(slot: string): string;
3
3
  export declare const paginationClasses: Record<"root" | "pageSelect" | "pageLabelText" | "pager", string>;
4
- export declare type PaginationClasses = typeof paginationClasses;
5
- export declare type PaginationClassKey = keyof PaginationClasses;
4
+ export type PaginationClasses = typeof paginationClasses;
5
+ export type PaginationClassKey = keyof PaginationClasses;
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import { IStyledComponentProps } from '../styled';
3
3
  import { PaginationClasses } from './pagination-classes';
4
4
  import { IPagerProps } from './pager';
5
- export declare type IPaginationProps = IStyledComponentProps<{
5
+ export type IPaginationProps = IStyledComponentProps<{
6
6
  props: {
7
7
  items: number;
8
8
  page: number;
@@ -1,5 +1,5 @@
1
1
  export declare const panelComponentName: "QuantumPanel";
2
2
  export declare function getPanelUtilityClass(slot: string): string;
3
3
  export declare const panelClasses: Record<"fixed" | "content" | "open" | "root" | "sizeSmall" | "sizeMedium" | "sizeLarge" | "closeButton" | "variantFloating" | "variantPersistent" | "variantPermanent" | "placementStart" | "placementEnd", string>;
4
- export declare type PanelClasses = typeof panelClasses;
5
- export declare type PanelClassKey = keyof PanelClasses;
4
+ export type PanelClasses = typeof panelClasses;
5
+ export type PanelClassKey = keyof PanelClasses;
@@ -4,11 +4,11 @@ import { PanelClasses } from './panel-classes';
4
4
  import { IIconButtonProps } from '../../icon-button';
5
5
  import { IPanelContextValue } from '../panel-context';
6
6
  import { IPanelHeaderProps } from '../panel-header';
7
- export declare type IPanelOwnerState = Pick<IPanelContextValue, 'size' | 'variant' | 'placement' | 'isOpen' | 'isFixed'> & {
7
+ export type IPanelOwnerState = Pick<IPanelContextValue, 'size' | 'variant' | 'placement' | 'isOpen' | 'isFixed'> & {
8
8
  /** Sets top offset for panel. Defaults to appbar for fixed panels. All others default to 0. */
9
9
  offsetTop?: 'appbar' | number;
10
10
  };
11
- export declare type IPanelProps = IStyledComponentProps<{
11
+ export type IPanelProps = IStyledComponentProps<{
12
12
  props: Partial<IPanelOwnerState> & {
13
13
  /** Renders a title in the PanelHeader.*/
14
14
  title?: React.ReactNode;
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { IStyledComponentProps } from '../../styled';
3
3
  export declare const panelBodyComponentName: "QuantumPanelBody";
4
- export declare type IPanelBodyProps = IStyledComponentProps<{
4
+ export type IPanelBodyProps = IStyledComponentProps<{
5
5
  props: {
6
6
  children?: React.ReactNode;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
- export declare type PanelSize = 'small' | 'medium' | 'large';
3
- export declare type PanelVariant = 'floating' | 'persistent' | 'permanent';
4
- export declare type PanelPlacement = 'start' | 'end';
2
+ export type PanelSize = 'small' | 'medium' | 'large';
3
+ export type PanelVariant = 'floating' | 'persistent' | 'permanent';
4
+ export type PanelPlacement = 'start' | 'end';
5
5
  export interface IPanelContextValue {
6
6
  /**
7
7
  * Panel size.
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { IStyledComponentProps } from '../../styled';
3
3
  export declare const panelFooterComponentName: "QuantumPanelFooter";
4
- export declare type IPanelFooterProps = IStyledComponentProps<{
4
+ export type IPanelFooterProps = IStyledComponentProps<{
5
5
  props: {
6
6
  children?: React.ReactNode;
7
7
  };
@@ -1,5 +1,5 @@
1
1
  export declare const panelHeaderComponentName: "QuantumPanelHeader";
2
2
  export declare function getPanelHeaderUtilityClass(slot: string): string;
3
3
  export declare const panelHeaderClasses: Record<"title" | "content" | "root" | "endAdornment", string>;
4
- export declare type PanelHeaderClasses = typeof panelHeaderClasses;
5
- export declare type PanelHeaderClassKey = keyof PanelHeaderClasses;
4
+ export type PanelHeaderClasses = typeof panelHeaderClasses;
5
+ export type PanelHeaderClassKey = keyof PanelHeaderClasses;
@@ -3,7 +3,7 @@ import { IStyledComponentProps } from '../../styled';
3
3
  import { ITextProps } from '../../text';
4
4
  import { PanelHeaderClasses } from './panel-header-classes';
5
5
  export declare const panelHeaderComponentName: "QuantumPanelHeader";
6
- export declare type IPanelHeaderProps = IStyledComponentProps<{
6
+ export type IPanelHeaderProps = IStyledComponentProps<{
7
7
  props: {
8
8
  title: React.ReactNode;
9
9
  titleComponent?: React.ElementType<any>;
@@ -15,7 +15,7 @@ export declare type IPanelHeaderProps = IStyledComponentProps<{
15
15
  }>;
16
16
  export declare const PanelHeader: React.ForwardRefExoticComponent<{
17
17
  title: React.ReactNode;
18
- titleComponent?: React.ElementType<any> | undefined;
18
+ titleComponent?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
19
19
  titleTextProps?: Partial<ITextProps<"span", {}>> | undefined;
20
20
  endAdornment?: React.ReactNode;
21
21
  classes?: Partial<Record<"title" | "content" | "root" | "endAdornment", string>> | undefined;
@@ -1,5 +1,5 @@
1
1
  export declare const panelLayoutComponentName: "QuantumPanelLayout";
2
2
  export declare function getPanelLayoutUtilityClass(slot: string): string;
3
3
  export declare const panelLayoutClasses: Record<"content" | "root", string>;
4
- export declare type PanelLayoutClasses = typeof panelLayoutClasses;
5
- export declare type PanelLayoutClassKey = keyof PanelLayoutClasses;
4
+ export type PanelLayoutClasses = typeof panelLayoutClasses;
5
+ export type PanelLayoutClassKey = keyof PanelLayoutClasses;
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { IStyledComponentProps } from '../../styled';
3
3
  import { PanelLayoutClasses } from './panel-layout-classes';
4
- export declare type IPanelLayoutProps = IStyledComponentProps<{
4
+ export type IPanelLayoutProps = IStyledComponentProps<{
5
5
  props: {
6
6
  startPanel?: React.ReactNode;
7
7
  endPanel?: React.ReactNode;
@@ -1,5 +1,5 @@
1
1
  export declare const promoBannerComponentName: "QuantumPromoBanner";
2
2
  export declare function getPromoBannerUtilityClass(slot: string): string;
3
3
  export declare const promoBannerClasses: Record<"title" | "image" | "action" | "content" | "root" | "secondaryAction" | "actions" | "description" | "primaryAction" | "imageContainer", string>;
4
- export declare type PromoBannerClasses = typeof promoBannerClasses;
5
- export declare type PromoBannerClassKey = keyof PromoBannerClasses;
4
+ export type PromoBannerClasses = typeof promoBannerClasses;
5
+ export type PromoBannerClassKey = keyof PromoBannerClasses;
@@ -18,4 +18,4 @@ export interface IPromoBannerProps extends Omit<IPaperProps, 'title'> {
18
18
  image?: Pick<IImageProps, 'src' | 'alt'>;
19
19
  classes?: Partial<PromoBannerClasses>;
20
20
  }
21
- export declare const PromoBanner: React.ForwardRefExoticComponent<Pick<IPromoBannerProps, "slot" | "style" | "title" | "image" | "color" | "action" | "hidden" | "square" | "translate" | "className" | "classes" | "children" | "elevation" | "sx" | "variant" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "component" | "description" | "imagePosition" | "actionSecondary" | "imageFullWidth"> & React.RefAttributes<HTMLDivElement>>;
21
+ export declare const PromoBanner: React.ForwardRefExoticComponent<Omit<IPromoBannerProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { IStyledComponentProps } from '../styled';
3
- declare type PulsingDotColor = 'default' | 'primary' | 'danger' | 'success' | 'warning' | 'info';
4
- export declare type IPulsingDotProps = IStyledComponentProps<{
3
+ type PulsingDotColor = 'default' | 'primary' | 'danger' | 'success' | 'warning' | 'info';
4
+ export type IPulsingDotProps = IStyledComponentProps<{
5
5
  props: {
6
6
  color?: PulsingDotColor;
7
7
  };
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { ITheme } from '../theme/create-theme';
3
- export declare type ThemeColorMode = 'system' | 'light' | 'dark';
3
+ export type ThemeColorMode = 'system' | 'light' | 'dark';
4
4
  export declare const DEFAULT_COLOR_MODE = "light";
5
5
  export interface IQuantumContextValue {
6
6
  theme: ITheme;
@@ -1,5 +1,5 @@
1
1
  export declare const radioComponentName: "QuantumRadio";
2
2
  export declare function getRadioUtilityClass(slot: string): string;
3
3
  export declare const radioClasses: Record<"radio" | "formControlLabel" | "iconUnchecked" | "iconChecked", string>;
4
- export declare type RadioClasses = typeof radioClasses;
5
- export declare type RadioClassKey = keyof RadioClasses;
4
+ export type RadioClasses = typeof radioClasses;
5
+ export type RadioClassKey = keyof RadioClasses;
@@ -27,7 +27,7 @@ var createMuiRadioOverrides = function (_a) {
27
27
  duration: transitions.duration.short,
28
28
  }),
29
29
  color: tokens.color_border_input,
30
- '&:focus-within svg': __assign({ borderRadius: '50%' }, mixins.focusRing()),
30
+ '&:focus-within svg': __assign({ borderRadius: '50%', outlineOffset: 2 }, mixins.focusRing()),
31
31
  // switch base is overriding this. Resetting it here.
32
32
  '&&': {
33
33
  padding: 0,
package/radio/radio.d.ts CHANGED
@@ -10,4 +10,4 @@ export interface IRadioProps extends Omit<RadioProps, 'color' | 'size' | 'classe
10
10
  decoration?: React.ReactNode;
11
11
  classes?: Partial<RadioClasses>;
12
12
  }
13
- export declare const Radio: React.ForwardRefExoticComponent<Pick<IRadioProps, "form" | "slot" | "style" | "title" | "action" | "disabled" | "hidden" | "icon" | "translate" | "className" | "classes" | "children" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "value" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "disableFocusRipple" | "noWrap" | "component" | "required" | "edge" | "decoration" | "readOnly" | "inputProps" | "inputRef" | "checked" | "checkedIcon" | "helperText" | "labelPlacement" | "HelperTextProps"> & React.RefAttributes<HTMLButtonElement | HTMLLabelElement>>;
13
+ export declare const Radio: React.ForwardRefExoticComponent<Omit<IRadioProps, "ref"> & React.RefAttributes<HTMLButtonElement | HTMLLabelElement>>;
@@ -1,11 +1,11 @@
1
1
  import * as React from 'react';
2
2
  import { IRadioProps as QuantumRadioProps, IRadioGroupProps as QuantumRadioGroupProps, IRadioGroupProps } from '../radio';
3
3
  import { IFormFieldProps } from '../form/form-field';
4
- export declare type IRadioFieldProps = QuantumRadioGroupProps & IFormFieldProps & {
4
+ export type IRadioFieldProps = QuantumRadioGroupProps & IFormFieldProps & {
5
5
  options: IRadioProps[];
6
6
  RadioGroupProps?: IRadioGroupProps;
7
7
  };
8
- export declare type IRadioProps = QuantumRadioProps & {
8
+ export type IRadioProps = QuantumRadioProps & {
9
9
  label: React.ReactNode;
10
10
  };
11
- export declare const RadioField: React.ForwardRefExoticComponent<Pick<IRadioFieldProps, "label" | "slot" | "style" | "title" | "color" | "error" | "disabled" | "hidden" | "size" | "row" | "translate" | "margin" | "className" | "classes" | "children" | "sx" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "value" | "name" | "fullWidth" | "component" | "focused" | "hiddenLabel" | "required" | "readOnly" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "options" | "ErrorHelperTextProps" | "RadioGroupProps"> & React.RefAttributes<HTMLDivElement>>;
11
+ export declare const RadioField: React.ForwardRefExoticComponent<Omit<IRadioFieldProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
package/region/flags.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
- export declare const JpFlagSvg: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
- export declare const UsFlagSvg: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
4
- export declare const EuFlagSvg: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
5
- export declare const AuFlagSvg: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
6
- export declare const UkFlagSvg: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
7
- export declare const PiFlagSvg: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
2
+ export declare const JpFlagSvg: (props: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
3
+ export declare const UsFlagSvg: (props: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export declare const EuFlagSvg: (props: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
5
+ export declare const AuFlagSvg: (props: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
6
+ export declare const UkFlagSvg: (props: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
7
+ export declare const PiFlagSvg: (props: React.SVGProps<SVGSVGElement>) => React.JSX.Element;
@@ -1,5 +1,5 @@
1
1
  export declare const regionComponentName: "QuantumRegion";
2
2
  export declare function getRegionUtilityClass(slot: string): string;
3
3
  export declare const regionClasses: Record<"label" | "root" | "flag", string>;
4
- export declare type RegionClasses = typeof regionClasses;
5
- export declare type RegionClassKey = keyof RegionClasses;
4
+ export type RegionClasses = typeof regionClasses;
5
+ export type RegionClassKey = keyof RegionClasses;
@@ -2,9 +2,9 @@ import * as React from 'react';
2
2
  import { IStyledComponentProps } from '../styled';
3
3
  import { ITextProps } from '../text';
4
4
  import { RegionClasses } from './region-classes';
5
- export declare type RegionSize = 'small' | 'medium';
6
- export declare type RegionLocality = 'au' | 'eu' | 'us' | 'tus' | 'jp' | 'uk' | 'tuk' | 'pi';
7
- export declare type IRegionProps = IStyledComponentProps<{
5
+ export type RegionSize = 'small' | 'medium';
6
+ export type RegionLocality = 'au' | 'eu' | 'us' | 'tus' | 'jp' | 'uk' | 'tuk' | 'pi';
7
+ export type IRegionProps = IStyledComponentProps<{
8
8
  props: {
9
9
  locality?: RegionLocality;
10
10
  size?: RegionSize;
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { IStyledComponentProps } from '../styled';
3
3
  import { ILayoutComponentProps } from '../utils/layouts';
4
- export declare type IRowLayoutProps = IStyledComponentProps<{
4
+ export type IRowLayoutProps = IStyledComponentProps<{
5
5
  props: ILayoutComponentProps;
6
6
  defaultComponent: 'div';
7
7
  }>;
@@ -1,5 +1,5 @@
1
1
  export declare const selectComponentName: "QuantumSelect";
2
2
  export declare function getSelectUtilityClass(slot: string): string;
3
3
  export declare const selectClasses: Record<"select" | "root" | "clearInputAdornment" | "clearButton" | "prefixInputAdornment" | "prefixText" | "selectMenu", string>;
4
- export declare type SelectClasses = typeof selectClasses;
5
- export declare type SelectClassKey = keyof SelectClasses;
4
+ export type SelectClasses = typeof selectClasses;
5
+ export type SelectClassKey = keyof SelectClasses;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { IStyledComponentProps } from '../../styled';
3
- export declare type ISelectMenuProps = IStyledComponentProps<{
3
+ export type ISelectMenuProps = IStyledComponentProps<{
4
4
  props: {};
5
5
  defaultComponent: 'div';
6
6
  }>;
@@ -1,6 +1,6 @@
1
1
  import { DialogActions } from '../../dialog';
2
2
  import { IStyledComponentProps } from '../../styled';
3
- export declare type ISelectMenuActionsProps = IStyledComponentProps<{
3
+ export type ISelectMenuActionsProps = IStyledComponentProps<{
4
4
  props: {};
5
5
  defaultComponent: 'div';
6
6
  }>;
@@ -1,5 +1,5 @@
1
1
  import { IStyledComponentProps } from '../../styled';
2
- export declare type ISelectMenuBodyProps = IStyledComponentProps<{
2
+ export type ISelectMenuBodyProps = IStyledComponentProps<{
3
3
  props: {};
4
4
  defaultComponent: 'div';
5
5
  }>;
@@ -1,5 +1,5 @@
1
1
  import { IStyledComponentProps } from '../../styled';
2
- export declare type ISelectMenuHeaderProps = IStyledComponentProps<{
2
+ export type ISelectMenuHeaderProps = IStyledComponentProps<{
3
3
  props: {};
4
4
  defaultComponent: 'div';
5
5
  }>;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  export interface ISelectOption<ValueType = any> {
3
3
  text: string;
4
4
  value: ValueType;
@@ -9,4 +9,4 @@ export interface IRenderSelectOptionsProps<ValueType = any> {
9
9
  value: ValueType;
10
10
  options: Array<ISelectOption<ValueType>>;
11
11
  }
12
- export declare const renderSelectOptions: ({ options, value }: IRenderSelectOptionsProps) => JSX.Element[];
12
+ export declare const renderSelectOptions: ({ options, value }: IRenderSelectOptionsProps) => React.JSX.Element[];
@@ -1,5 +1,5 @@
1
1
  export declare const selectableCardComponentName: "QuantumSelectableCard";
2
2
  export declare function getSelectableCardUtilityClass(slot: string): string;
3
3
  export declare const selectableCardClasses: Record<"label" | "content" | "root" | "helperText" | "controlRadio" | "controlCheckbox", string>;
4
- export declare type SelectableCardClasses = typeof selectableCardClasses;
5
- export declare type SelectableCardClassKey = keyof SelectableCardClasses;
4
+ export type SelectableCardClasses = typeof selectableCardClasses;
5
+ export type SelectableCardClassKey = keyof SelectableCardClasses;
@@ -1,5 +1,5 @@
1
1
  export declare const selectableCardGroupComponentName: "QuantumSelectableCardGroup";
2
2
  export declare function getSelectableCardGroupUtilityClass(slot: string): string;
3
3
  export declare const selectableCardGroupClasses: Record<"root" | "radioGroup", string>;
4
- export declare type SelectableCardGroupClasses = typeof selectableCardGroupClasses;
5
- export declare type SelectableCardGroupClassKey = keyof SelectableCardGroupClasses;
4
+ export type SelectableCardGroupClasses = typeof selectableCardGroupClasses;
5
+ export type SelectableCardGroupClassKey = keyof SelectableCardGroupClasses;
@@ -6,5 +6,6 @@ export interface ISelectableCardGroupProps extends Omit<IFormFieldProps, 'classe
6
6
  orientation?: 'horizontal' | 'vertical';
7
7
  RadioGroupProps?: IRadioGroupProps;
8
8
  classes?: Partial<SelectableCardGroupClasses>;
9
+ children?: React.ReactNode;
9
10
  }
10
- export declare const SelectableCardGroup: React.ForwardRefExoticComponent<Pick<ISelectableCardGroupProps, "label" | "slot" | "style" | "title" | "error" | "disabled" | "hidden" | "size" | "translate" | "margin" | "className" | "classes" | "children" | "sx" | "key" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "value" | "name" | "fullWidth" | "orientation" | "component" | "focused" | "hiddenLabel" | "required" | "readOnly" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "ErrorHelperTextProps" | "RadioGroupProps"> & React.RefAttributes<HTMLDivElement>>;
11
+ export declare const SelectableCardGroup: React.ForwardRefExoticComponent<Omit<ISelectableCardGroupProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
@@ -3,8 +3,8 @@ import { ICardHeaderProps, ICardProps } from '../card';
3
3
  import { ICheckboxProps } from '../checkbox';
4
4
  import { IRadioProps } from '../radio';
5
5
  import { SelectableCardClasses } from './selectable-card-classes';
6
- declare type SelectableControlProps = 'checked' | 'onChange' | 'name' | 'disabled';
7
- export declare type SelectableCardControlType = 'radio' | 'checkbox';
6
+ type SelectableControlProps = 'checked' | 'onChange' | 'name' | 'disabled';
7
+ export type SelectableCardControlType = 'radio' | 'checkbox';
8
8
  export interface ISelectableCardProps extends Omit<ICardProps, SelectableControlProps | 'ref' | 'title'>, Pick<IRadioProps, SelectableControlProps>, Pick<ICheckboxProps, SelectableControlProps>, Pick<ICardHeaderProps, 'avatar' | 'title'> {
9
9
  /**
10
10
  * Props forwarded to the Checkbox component when type === "checkbox"
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import { IStyledComponentProps } from '../../styled';
3
3
  import { IFadeProps } from '../../transitions';
4
4
  export declare const sidebarBannerComponentName: "QuantumSidebarBanner";
5
- export declare type ISidebarBannerProps = IStyledComponentProps<{
5
+ export type ISidebarBannerProps = IStyledComponentProps<{
6
6
  props: {
7
7
  FadeProps?: Partial<IFadeProps>;
8
8
  };
@@ -1,5 +1,5 @@
1
1
  export declare const sidebarComponentName: "QuantumSidebar";
2
2
  export declare function getSidebarUtilityClass(slot: string): string;
3
3
  export declare const sidebarClasses: Record<"paper" | "root" | "paperHovered" | "paperCollapsed", string>;
4
- export declare type SidebarClasses = typeof sidebarClasses;
5
- export declare type SidebarClassKey = keyof SidebarClasses;
4
+ export type SidebarClasses = typeof sidebarClasses;
5
+ export type SidebarClassKey = keyof SidebarClasses;
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { IStyledComponentProps } from '../../styled';
3
3
  export declare const sidebarItemsComponentName: "QuantumSidebarItems";
4
- export declare type ISidebarItemsProps = IStyledComponentProps<{
4
+ export type ISidebarItemsProps = IStyledComponentProps<{
5
5
  props: {};
6
6
  defaultComponent: 'ul';
7
7
  }>;
@@ -1,5 +1,5 @@
1
1
  export declare const sidebarLinkComponentName: "QuantumSidebarLink";
2
2
  export declare function getSidebarLinkUtilityClass(slot: string): string;
3
3
  export declare const sidebarLinkClasses: Record<"link" | "title" | "icon" | "root" | "endIcon" | "startIcon" | "availabilityLabel" | "decoration", string>;
4
- export declare type SidebarLinkClasses = typeof sidebarLinkClasses;
5
- export declare type SidebarLinkClassKey = keyof SidebarLinkClasses;
4
+ export type SidebarLinkClasses = typeof sidebarLinkClasses;
5
+ export type SidebarLinkClassKey = keyof SidebarLinkClasses;
@@ -52,5 +52,5 @@ export interface ISidebarLinkTypeMap<AdditionalProps = {}, DefaultComponent exte
52
52
  };
53
53
  defaultComponent: DefaultComponent;
54
54
  }
55
- export declare type ISidebarLinkProps<DefaultComponent extends React.ElementType = ISidebarLinkTypeMap['defaultComponent'], AdditionalProps = {}> = OverrideProps<ISidebarLinkTypeMap<AdditionalProps, DefaultComponent>, DefaultComponent>;
55
+ export type ISidebarLinkProps<DefaultComponent extends React.ElementType = ISidebarLinkTypeMap['defaultComponent'], AdditionalProps = {}> = OverrideProps<ISidebarLinkTypeMap<AdditionalProps, DefaultComponent>, DefaultComponent>;
56
56
  export declare const SidebarLink: OverridableComponent<ISidebarLinkTypeMap<{}, "a">>;
@@ -1,5 +1,5 @@
1
1
  export declare const sidebarMenuComponentName: "QuantumSidebarMenu";
2
2
  export declare function getSidebarMenuUtilityClass(slot: string): string;
3
3
  export declare const sidebarMenuClasses: Record<"region" | "icon" | "root" | "items" | "iconExpanded", string>;
4
- export declare type SidebarMenuClasses = typeof sidebarMenuClasses;
5
- export declare type SidebarMenuClassKey = keyof SidebarMenuClasses;
4
+ export type SidebarMenuClasses = typeof sidebarMenuClasses;
5
+ export type SidebarMenuClassKey = keyof SidebarMenuClasses;
@@ -28,5 +28,5 @@ export interface ISidebarMenuProps<ItemComponent extends React.ElementType = 'a'
28
28
  */
29
29
  onExpandChange?(newValue: boolean): void;
30
30
  }
31
- export declare function SidebarMenuImpl<LinkComponentType extends React.ElementType = 'a'>(props: ISidebarMenuProps<LinkComponentType>, ref: React.Ref<any>): JSX.Element;
31
+ export declare function SidebarMenuImpl<LinkComponentType extends React.ElementType = 'a'>(props: ISidebarMenuProps<LinkComponentType>, ref: React.Ref<any>): React.JSX.Element;
32
32
  export declare const SidebarMenu: typeof SidebarMenuImpl;
@@ -1,3 +1,3 @@
1
1
  import * as React from 'react';
2
2
  import { ISidebarProps } from './sidebar-types';
3
- export declare const Sidebar: React.ForwardRefExoticComponent<Pick<ISidebarProps, "slot" | "style" | "title" | "anchor" | "color" | "hidden" | "open" | "transitionDuration" | "translate" | "container" | "className" | "classes" | "children" | "elevation" | "sx" | "variant" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "components" | "componentsProps" | "slotProps" | "slots" | "component" | "BackdropComponent" | "BackdropProps" | "closeAfterTransition" | "disableAutoFocus" | "disableEnforceFocus" | "disableEscapeKeyDown" | "disablePortal" | "disableRestoreFocus" | "disableScrollLock" | "hideBackdrop" | "keepMounted" | "onBackdropClick" | "onClose" | "onTransitionEnter" | "onTransitionExited" | "PaperProps" | "ModalProps" | "SlideProps" | "useNewCollapse" | "collapsed" | "defaultCollapsed" | "onCollapseChange" | "labels"> & React.RefAttributes<HTMLDivElement>>;
3
+ export declare const Sidebar: React.ForwardRefExoticComponent<Omit<ISidebarProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
@@ -1,3 +1,3 @@
1
1
  import * as React from 'react';
2
2
  import { ISidebarProps } from './sidebar-types';
3
- export declare const Sidebar: React.ForwardRefExoticComponent<Pick<ISidebarProps, "slot" | "style" | "title" | "anchor" | "color" | "hidden" | "open" | "transitionDuration" | "translate" | "container" | "className" | "classes" | "children" | "elevation" | "sx" | "variant" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "components" | "componentsProps" | "slotProps" | "slots" | "component" | "BackdropComponent" | "BackdropProps" | "closeAfterTransition" | "disableAutoFocus" | "disableEnforceFocus" | "disableEscapeKeyDown" | "disablePortal" | "disableRestoreFocus" | "disableScrollLock" | "hideBackdrop" | "keepMounted" | "onBackdropClick" | "onClose" | "onTransitionEnter" | "onTransitionExited" | "PaperProps" | "ModalProps" | "SlideProps" | "useNewCollapse" | "collapsed" | "defaultCollapsed" | "onCollapseChange" | "labels"> & React.RefAttributes<HTMLDivElement>>;
3
+ export declare const Sidebar: React.ForwardRefExoticComponent<Omit<ISidebarProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
@@ -1,3 +1,3 @@
1
1
  import * as React from 'react';
2
2
  import { ISidebarProps } from './sidebar-types';
3
- export declare const Sidebar: React.ForwardRefExoticComponent<Pick<ISidebarProps, "slot" | "style" | "title" | "anchor" | "color" | "hidden" | "open" | "transitionDuration" | "translate" | "container" | "className" | "classes" | "children" | "elevation" | "sx" | "variant" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "components" | "componentsProps" | "slotProps" | "slots" | "component" | "BackdropComponent" | "BackdropProps" | "closeAfterTransition" | "disableAutoFocus" | "disableEnforceFocus" | "disableEscapeKeyDown" | "disablePortal" | "disableRestoreFocus" | "disableScrollLock" | "hideBackdrop" | "keepMounted" | "onBackdropClick" | "onClose" | "onTransitionEnter" | "onTransitionExited" | "PaperProps" | "ModalProps" | "SlideProps" | "useNewCollapse" | "collapsed" | "defaultCollapsed" | "onCollapseChange" | "labels"> & React.RefAttributes<HTMLDivElement>>;
3
+ export declare const Sidebar: React.ForwardRefExoticComponent<Omit<ISidebarProps, "ref"> & React.RefAttributes<HTMLDivElement>>;