@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
@@ -1,5 +1,5 @@
1
1
  export declare const configBlockComponentName: "QuantumConfigBlock";
2
2
  export declare function getConfigBlockUtilityClass(slot: string): string;
3
3
  export declare const configBlockClasses: Record<"root" | "avatar" | "control", string>;
4
- export declare type ConfigBlockClasses = typeof configBlockClasses;
5
- export declare type ConfigBlockClassKey = keyof ConfigBlockClasses;
4
+ export type ConfigBlockClasses = typeof configBlockClasses;
5
+ export type ConfigBlockClassKey = keyof ConfigBlockClasses;
@@ -6,8 +6,9 @@ interface IControlRenderProps {
6
6
  id?: string;
7
7
  controlId?: string;
8
8
  helperTextId?: string;
9
+ 'aria-describedby'?: string;
9
10
  }
10
- declare type ControlRenderer = (props: IControlRenderProps) => React.ReactNode;
11
+ type ControlRenderer = (props: IControlRenderProps) => React.ReactNode;
11
12
  export interface IConfigBlockProps extends Omit<IColumnLayoutProps, 'title'>, Pick<IAvatarBlockProps, 'avatar' | 'title' | 'titleTypographyProps' | 'description' | 'descriptionTypographyProps'> {
12
13
  AvatarBlockProps?: Partial<IAvatarBlockProps>;
13
14
  control?: ControlRenderer | React.ReactNode;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { IIconButtonProps } from '../icon-button';
3
- export declare type ICopyButtonProps = IIconButtonProps;
3
+ export type ICopyButtonProps = IIconButtonProps;
4
4
  export declare const CopyButton: React.ForwardRefExoticComponent<{
5
5
  variant?: "link" | "outlined" | "contained" | undefined;
6
6
  shape?: "default" | "circular" | undefined;
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import { IStyledComponentProps } from '../../styled';
3
3
  import { IDangerZoneItemActionProps } from '../danger-zone-item-action';
4
4
  import { ITitleBlockProps } from '../../title-block';
5
- export declare type IDangerZoneItemProps = IStyledComponentProps<{
5
+ export type IDangerZoneItemProps = IStyledComponentProps<{
6
6
  props: Pick<ITitleBlockProps, 'title' | 'titleTypographyProps' | 'description' | 'descriptionTypographyProps'> & {
7
7
  action: IDangerZoneItemActionProps;
8
8
  };
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
2
  import { IButtonProps } from '../../button';
3
3
  export declare const dangerZoneItemActionComponentName: "QuantumDangerZoneItemAction";
4
- export declare type IDangerZoneItemActionProps = IButtonProps;
5
- export declare const DangerZoneItemAction: React.ForwardRefExoticComponent<Pick<IDangerZoneItemActionProps, "form" | "label" | "slot" | "style" | "title" | "color" | "type" | "action" | "disabled" | "hidden" | "size" | "translate" | "className" | "classes" | "children" | "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" | "value" | "centerRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "endIcon" | "fullWidth" | "href" | "startIcon" | "component" | "rel" | "target" | "isLoading" | "SpinnerProps"> & React.RefAttributes<HTMLButtonElement>>;
4
+ export type IDangerZoneItemActionProps = IButtonProps;
5
+ export declare const DangerZoneItemAction: React.ForwardRefExoticComponent<Omit<IDangerZoneItemActionProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
@@ -18,4 +18,4 @@ export interface IDataTableRowProps<ItemType extends object = any> extends ITabl
18
18
  componentRenderer?(item: ItemType, index: number): React.ElementType<HTMLTableRowElement>;
19
19
  }
20
20
  export declare const isRenderableColumn: (column: IDataTableColumn) => column is IDataTableColumnRenderable<any>;
21
- export declare function DataTableRow<ItemType extends object = any>(props: IDataTableRowProps<ItemType>): JSX.Element;
21
+ export declare function DataTableRow<ItemType extends object = any>(props: IDataTableRowProps<ItemType>): React.JSX.Element;
@@ -4,15 +4,15 @@ export interface IDataTableCellData<ItemType extends object = any> {
4
4
  item: ItemType;
5
5
  index: number;
6
6
  }
7
- export declare type DataTableSortDirectionType = TableCellSortDirection;
8
- export declare type IDataTableRowClickHandler<ItemType extends object = any> = (event: React.MouseEvent<HTMLTableRowElement>, item: IDataTableCellData<ItemType>) => void;
7
+ export type DataTableSortDirectionType = TableCellSortDirection;
8
+ export type IDataTableRowClickHandler<ItemType extends object = any> = (event: React.MouseEvent<HTMLTableRowElement>, item: IDataTableCellData<ItemType>) => void;
9
9
  interface IDataColumnBase {
10
10
  title: React.ReactNode;
11
11
  width?: string | number;
12
12
  align?: ITableCellProps['align'];
13
13
  padding?: ITableCellProps['padding'];
14
14
  }
15
- export declare type UnionOrString<T> = (string & {}) | T;
15
+ export type UnionOrString<T> = (string & {}) | T;
16
16
  export interface IDataTableColumnSimple<ItemType extends object = any> extends IDataColumnBase {
17
17
  field: UnionOrString<keyof ItemType>;
18
18
  sortable?: boolean;
@@ -20,5 +20,5 @@ export interface IDataTableColumnSimple<ItemType extends object = any> extends I
20
20
  export interface IDataTableColumnRenderable<ItemType extends object = any> extends IDataColumnBase {
21
21
  render(params: IDataTableCellData<ItemType>): React.ReactNode;
22
22
  }
23
- export declare type IDataTableColumn<ItemType extends object = any> = IDataTableColumnSimple<ItemType> | IDataTableColumnRenderable<ItemType>;
23
+ export type IDataTableColumn<ItemType extends object = any> = IDataTableColumnSimple<ItemType> | IDataTableColumnRenderable<ItemType>;
24
24
  export {};
@@ -33,4 +33,4 @@ export interface IDataTableProps<ItemType extends object = any> extends ITableCo
33
33
  */
34
34
  rowRenderer?(item: ItemType, index: number): React.ElementType<HTMLTableRowElement>;
35
35
  }
36
- export declare const DataTable: <ItemType extends object = any>(props: IDataTableProps<ItemType>, ref: React.Ref<HTMLDivElement>) => JSX.Element;
36
+ export declare const DataTable: <ItemType extends object = any>(props: IDataTableProps<ItemType>, ref: React.Ref<HTMLDivElement>) => React.JSX.Element;
@@ -5,7 +5,7 @@ interface IDescriptionBlockRootOwnerState {
5
5
  layout?: 'default' | 'inline';
6
6
  label?: React.ReactNode;
7
7
  }
8
- export declare type IDescriptionBlockProps = IStyledComponentProps<{
8
+ export type IDescriptionBlockProps = IStyledComponentProps<{
9
9
  props: IDescriptionBlockRootOwnerState & {
10
10
  description: React.ReactNode;
11
11
  code?: boolean;
@@ -1,5 +1,5 @@
1
1
  export declare const dialogTitleComponentName: "QuantumDialogTitle";
2
2
  export declare function getDialogTitleUtilityClass(slot: string): string;
3
3
  export declare const dialogTitleClasses: Record<"title" | "root" | "closeButton", string>;
4
- export declare type DialogTitleClasses = typeof dialogTitleClasses;
5
- export declare type DialogTitleClassKey = keyof DialogTitleClasses;
4
+ export type DialogTitleClasses = typeof dialogTitleClasses;
5
+ export type DialogTitleClassKey = keyof DialogTitleClasses;
@@ -6,4 +6,4 @@ export interface IDialogTitleProps extends Omit<DialogTitleProps, 'classes'> {
6
6
  onClose?(event: {}, reason: 'closeClick'): void;
7
7
  classes?: Partial<DialogTitleClasses>;
8
8
  }
9
- export declare const DialogTitle: React.ForwardRefExoticComponent<Pick<IDialogTitleProps, "p" | "slot" | "style" | "title" | "color" | "border" | "boxShadow" | "hidden" | "left" | "right" | "bottom" | "top" | "flex" | "position" | "padding" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "translate" | "visibility" | "whiteSpace" | "width" | "zIndex" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "paddingBlock" | "paddingInline" | "className" | "classes" | "children" | "sx" | "variant" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "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" | "disableTypography" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping" | "component" | "onClose"> & React.RefAttributes<HTMLDivElement>>;
9
+ export declare const DialogTitle: React.ForwardRefExoticComponent<Omit<IDialogTitleProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
@@ -12,4 +12,4 @@ export interface IDialogProps extends Omit<DialogProps, 'title' | 'onClose'> {
12
12
  onClose?(event: {}, reason: 'backdropClick' | 'escapeKeyDown' | 'closeClick'): void;
13
13
  }
14
14
  export declare const dialogComponentName = "QuantumDialog";
15
- export declare const Dialog: React.ForwardRefExoticComponent<Pick<IDialogProps, "slot" | "style" | "title" | "color" | "hidden" | "scroll" | "open" | "maxWidth" | "transitionDuration" | "translate" | "container" | "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" | "components" | "componentsProps" | "slotProps" | "slots" | "TransitionComponent" | "fullWidth" | "component" | "TransitionProps" | "BackdropComponent" | "BackdropProps" | "closeAfterTransition" | "disableAutoFocus" | "disableEnforceFocus" | "disableEscapeKeyDown" | "disablePortal" | "disableRestoreFocus" | "disableScrollLock" | "hideBackdrop" | "keepMounted" | "onBackdropClick" | "onClose" | "onTransitionEnter" | "onTransitionExited" | "PaperProps" | "actions" | "PaperComponent" | "fullScreen" | "disableBackdropClick" | "disableContentWrap"> & React.RefAttributes<HTMLDivElement>>;
15
+ export declare const Dialog: React.ForwardRefExoticComponent<Omit<IDialogProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
@@ -1,3 +1,3 @@
1
1
  export { default as Divider } from '@mui/material/Divider';
2
2
  import type { DividerProps } from '@mui/material/Divider';
3
- export declare type IDividerProps = Omit<DividerProps, 'light'>;
3
+ export type IDividerProps = Omit<DividerProps, 'light'>;
@@ -1,5 +1,5 @@
1
1
  export declare const dropdownMenuComponentName: "QuantumDropdownMenu";
2
2
  export declare function getDropdownMenuUtilityClass(slot: string): string;
3
3
  export declare const dropdownMenuClasses: Record<"paper" | "root", string>;
4
- export declare type DropdownMenuClasses = typeof dropdownMenuClasses;
5
- export declare type DropdownMenuClassKey = keyof DropdownMenuClasses;
4
+ export type DropdownMenuClasses = typeof dropdownMenuClasses;
5
+ export type DropdownMenuClassKey = keyof DropdownMenuClasses;
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  import { IDividerProps } from '../../divider';
3
- export declare type IDropdownMenuDividerProps = IDividerProps;
4
- export declare const DropdownMenuDivider: React.ForwardRefExoticComponent<Pick<IDividerProps, "slot" | "style" | "title" | "color" | "hidden" | "absolute" | "textAlign" | "translate" | "className" | "classes" | "children" | "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" | "orientation" | "component" | "flexItem"> & React.RefAttributes<HTMLHRElement>>;
3
+ export type IDropdownMenuDividerProps = IDividerProps;
4
+ export declare const DropdownMenuDivider: React.ForwardRefExoticComponent<Omit<IDividerProps, "ref"> & React.RefAttributes<HTMLHRElement>>;
@@ -1,5 +1,5 @@
1
1
  export declare const dropdownMenuGroupComponentName: "QuantumDropdownMenuGroup";
2
2
  export declare function getDropdownMenuGroupUtilityClass(slot: string): string;
3
3
  export declare const dropdownMenuGroupClasses: Record<"title", string>;
4
- export declare type DropdownMenuGroupClasses = typeof dropdownMenuGroupClasses;
5
- export declare type DropdownMenuGroupClassKey = keyof DropdownMenuGroupClasses;
4
+ export type DropdownMenuGroupClasses = typeof dropdownMenuGroupClasses;
5
+ export type DropdownMenuGroupClassKey = keyof DropdownMenuGroupClasses;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { IStyledComponentProps } from '../../styled';
3
- export declare type IDropdownItemProps = IStyledComponentProps<{
3
+ export type IDropdownItemProps = IStyledComponentProps<{
4
4
  props: {};
5
5
  defaultComponent: 'div';
6
6
  }>;
@@ -3,7 +3,7 @@ import { IDropdownMenuGroupProps } from '../dropdown-menu-group';
3
3
  import { IDropdownMenuListItemProps } from '../dropdown-menu-list-item';
4
4
  import { IMenuListProps } from '../../menu';
5
5
  export declare const dropdownMenuListComponentName: "QuantumDropdownMenuList";
6
- declare type DropdownMenuListItemValue = {
6
+ type DropdownMenuListItemValue = {
7
7
  type: 'divider';
8
8
  } | ({
9
9
  type: 'group';
@@ -13,5 +13,5 @@ declare type DropdownMenuListItemValue = {
13
13
  export interface IDropdownMenuListProps extends IMenuListProps {
14
14
  items?: DropdownMenuListItemValue[];
15
15
  }
16
- export declare const DropdownMenuList: React.ForwardRefExoticComponent<Pick<IDropdownMenuListProps, "slot" | "style" | "title" | "color" | "hidden" | "dense" | "translate" | "className" | "classes" | "children" | "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" | "autoFocus" | "subheader" | "component" | "disablePadding" | "autoFocusItem" | "disabledItemsFocusable" | "disableListWrap" | "items"> & React.RefAttributes<HTMLDivElement>>;
16
+ export declare const DropdownMenuList: React.ForwardRefExoticComponent<Omit<IDropdownMenuListProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
17
17
  export {};
@@ -1,5 +1,5 @@
1
1
  export declare const dropdownMenuListItemComponentName: "QuantumDropdownMenuListItem";
2
2
  export declare function getDropdownMenuListItemUtilityClass(slot: string): string;
3
3
  export declare const dropdownMenuListItemClasses: Record<"title" | "disabled" | "selected" | "content" | "icon" | "root" | "endIcon" | "startIcon" | "sizeLarge" | "description" | "detailed" | "colorDanger" | "selectedIcon", string>;
4
- export declare type DropdownMenuListItemClasses = typeof dropdownMenuListItemClasses;
5
- export declare type DropdownMenuListItemClassKey = keyof DropdownMenuListItemClasses;
4
+ export type DropdownMenuListItemClasses = typeof dropdownMenuListItemClasses;
5
+ export type DropdownMenuListItemClassKey = keyof DropdownMenuListItemClasses;
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import { IMenuItemProps } from '../../menu';
3
3
  import { DropdownMenuListItemClasses } from './dropdown-menu-list-item-classes';
4
4
  export interface IDropdownMenuListItemProps extends Omit<IMenuItemProps, 'title' | 'classes'> {
5
- component?: React.ReactType;
5
+ component?: React.ElementType;
6
6
  title?: React.ReactNode;
7
7
  description?: React.ReactNode;
8
8
  startIcon?: React.ReactNode;
@@ -15,4 +15,4 @@ export interface IDropdownMenuListItemProps extends Omit<IMenuItemProps, 'title'
15
15
  rel?: string;
16
16
  classes?: Partial<DropdownMenuListItemClasses>;
17
17
  }
18
- export declare const DropdownMenuListItem: React.ForwardRefExoticComponent<Pick<IDropdownMenuListItemProps, "slot" | "style" | "title" | "color" | "divider" | "action" | "disabled" | "selected" | "hidden" | "dense" | "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" | "endIcon" | "href" | "startIcon" | "disableGutters" | "component" | "rel" | "target" | "description"> & React.RefAttributes<HTMLElement>>;
18
+ export declare const DropdownMenuListItem: React.ForwardRefExoticComponent<Omit<IDropdownMenuListItemProps, "ref"> & React.RefAttributes<HTMLElement>>;
@@ -1,5 +1,5 @@
1
1
  export declare const dropdownMenuSearchComponentName: "QuantumDropdownMenuSearch";
2
2
  export declare function getDropdownMenuSearchUtilityClass(slot: string): string;
3
3
  export declare const dropdownMenuSearchClasses: Record<"input" | "root", string>;
4
- export declare type DropdownMenuSearchClasses = typeof dropdownMenuSearchClasses;
5
- export declare type DropdownMenuSearchClassKey = keyof DropdownMenuSearchClasses;
4
+ export type DropdownMenuSearchClasses = typeof dropdownMenuSearchClasses;
5
+ export type DropdownMenuSearchClassKey = keyof DropdownMenuSearchClasses;
@@ -2,8 +2,8 @@ import * as React from 'react';
2
2
  import { IInputProps } from '../../input';
3
3
  import { IStyledComponentProps } from '../../styled';
4
4
  import { DropdownMenuSearchClasses } from './dropdown-menu-search-classes';
5
- declare type InputPropKeys = 'aria-label' | 'value' | 'defaultValue' | 'onChange' | 'onBlur' | 'placeholder' | 'inputRef';
6
- export declare type IDropdownMenuSearchProps = IStyledComponentProps<{
5
+ type InputPropKeys = 'aria-label' | 'value' | 'defaultValue' | 'onChange' | 'onBlur' | 'placeholder' | 'inputRef';
6
+ export type IDropdownMenuSearchProps = IStyledComponentProps<{
7
7
  props: Pick<IInputProps, InputPropKeys> & {
8
8
  InputProps?: Partial<IInputProps>;
9
9
  classes?: Partial<DropdownMenuSearchClasses>;
@@ -7,7 +7,7 @@ export interface IDropdownMenuTriggerProps {
7
7
  id?: string;
8
8
  onClick(event: React.MouseEvent<HTMLButtonElement | HTMLAnchorElement>): void;
9
9
  }
10
- export declare type IDropdownMenuProps = Pick<IDropdownMenuComponentProps, 'open' | 'anchorEl' | 'onClose' | 'id'>;
10
+ export type IDropdownMenuProps = Pick<IDropdownMenuComponentProps, 'open' | 'anchorEl' | 'onClose' | 'id'>;
11
11
  export interface IDropdownMenuStateValue {
12
12
  triggerProps: IDropdownMenuTriggerProps;
13
13
  menuProps: IDropdownMenuProps;
@@ -21,5 +21,5 @@ interface IDropdownMenuStateProviderProps extends IDropdownMenuStateProps {
21
21
  }
22
22
  export declare const DropdownMenuStateContext: React.Context<IDropdownMenuStateValue>;
23
23
  export declare const useDropdownMenuStateContext: () => IDropdownMenuStateValue;
24
- export declare const DropdownMenuStateProvider: ({ children, ...props }: IDropdownMenuStateProviderProps) => JSX.Element;
24
+ export declare const DropdownMenuStateProvider: ({ children, ...props }: IDropdownMenuStateProviderProps) => React.JSX.Element;
25
25
  export {};
@@ -14,4 +14,4 @@ export interface IDropdownMenuProps extends Omit<IPopoverProps, 'classes'>, Part
14
14
  onClose?(event: {}, reason: 'backdropClick' | 'escapeKeyDown' | 'itemSelect'): void;
15
15
  classes?: Partial<DropdownMenuClasses>;
16
16
  }
17
- export declare const DropdownMenu: React.ForwardRefExoticComponent<Pick<IDropdownMenuProps, "slot" | "style" | "title" | "color" | "action" | "hidden" | "size" | "open" | "maxHeight" | "maxWidth" | "transformOrigin" | "transitionDuration" | "translate" | "container" | "className" | "classes" | "children" | "elevation" | "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" | "components" | "componentsProps" | "slotProps" | "slots" | "TransitionComponent" | "anchorOrigin" | "component" | "TransitionProps" | "BackdropComponent" | "BackdropProps" | "closeAfterTransition" | "disableAutoFocus" | "disableEnforceFocus" | "disableEscapeKeyDown" | "disablePortal" | "disableRestoreFocus" | "disableScrollLock" | "hideBackdrop" | "keepMounted" | "onBackdropClick" | "onClose" | "onTransitionEnter" | "onTransitionExited" | "anchorEl" | "placement" | "anchorPosition" | "anchorReference" | "marginThreshold" | "PaperProps" | "items" | "closeOnSelect"> & React.RefAttributes<HTMLDivElement>>;
17
+ export declare const DropdownMenu: React.ForwardRefExoticComponent<Omit<IDropdownMenuProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
@@ -1,3 +1,3 @@
1
1
  import { IButtonProps } from '../../button';
2
- export declare type IEmptyStateActionProps = Omit<IButtonProps, 'size'>;
2
+ export type IEmptyStateActionProps = Omit<IButtonProps, 'size'>;
3
3
  export declare const EmptyStateAction: import("../../overridable-component").OverridableComponent<import("../../button/button").IButtonTypeMap<{}, "button">>;
@@ -1,5 +1,5 @@
1
1
  export declare const emptyStateComponentName: "QuantumEmptyState";
2
2
  export declare function getEmptyStateUtilityClass(slot: string): string;
3
3
  export declare const emptyStateClasses: Record<"link" | "content" | "icon" | "root" | "message" | "card" | "pageHeader" | "subtitle" | "actions", string>;
4
- export declare type EmptyStateClasses = typeof emptyStateClasses;
5
- export declare type EmptyStateClassKey = keyof EmptyStateClasses;
4
+ export type EmptyStateClasses = typeof emptyStateClasses;
5
+ export type EmptyStateClassKey = keyof EmptyStateClasses;
@@ -1,12 +1,28 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { buttonBaseClasses } from '@mui/material';
1
13
  import { createComponentOverrides } from '../theme/create-component-overrides';
2
14
  export var createMuiBreadcrumbsOverrides = createComponentOverrides(function (_a) {
3
- var tokens = _a.tokens;
15
+ var _b;
16
+ var mixins = _a.mixins, tokens = _a.tokens;
4
17
  return ({
5
18
  styleOverrides: {
6
19
  separator: {
7
20
  color: tokens.color_fg_decorative,
8
21
  fontSize: '0.875rem',
9
22
  },
23
+ root: (_b = {},
24
+ _b["& .".concat(buttonBaseClasses.root, ":focus")] = __assign({ outlineOffset: 2 }, mixins.focusRing()),
25
+ _b),
10
26
  },
11
27
  });
12
28
  });
@@ -1,3 +1,14 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
1
12
  import { buttonClasses } from '@mui/material/Button';
2
13
  import { createComponentOverrides } from '../theme/create-component-overrides';
3
14
  export var createMuiButtonOverrides = createComponentOverrides(function (_a) {
@@ -207,9 +218,9 @@ export var createMuiButtonOverrides = createComponentOverrides(function (_a) {
207
218
  {
208
219
  props: { color: 'danger' },
209
220
  style: (_b = {},
210
- _b["&:focus,&.".concat(buttonClasses.focusVisible)] = mixins.focusRing({
221
+ _b["&:focus,&.".concat(buttonClasses.focusVisible)] = __assign({ outlineOffset: 2 }, mixins.focusRing({
211
222
  color: tokens.color_border_focus_state_danger,
212
- }),
223
+ })),
213
224
  _b),
214
225
  },
215
226
  ],
@@ -224,6 +235,9 @@ export var createMuiButtonOverrides = createComponentOverrides(function (_a) {
224
235
  backgroundColor: tokens.color_bg_button_disabled,
225
236
  borderColor: tokens.color_border_disabled,
226
237
  },
238
+ _c["&:focus,&.".concat(buttonClasses.focusVisible)] = {
239
+ outlineOffset: 2,
240
+ },
227
241
  _c),
228
242
  fullWidth: {
229
243
  width: '100%',
@@ -62,5 +62,5 @@ export var CardHeader = React.forwardRef(function (props, ref) {
62
62
  action: classes.action,
63
63
  avatar: classes.avatar,
64
64
  content: classes.content,
65
- }, title: React.createElement(Title, __assign({ variant: titleVariant, color: "textPrimary" }, { component: 'h2' }, { display: "block" }, titleTypographyProps, { className: clsx(classes.title, titleTypographyProps.className), ownerState: { size: size } }), title), subheader: subheader ? (React.createElement(Text, __assign({ variant: "body2", color: "textSecondary", component: "p" }, subheaderTypographyProps, { className: clsx(classes.subheader, subheaderTypographyProps.className) }), subheader)) : null }, cardProps, { disableTypography: true })));
65
+ }, title: React.createElement(Title, __assign({ variant: titleVariant, color: "textPrimary" }, { component: 'p' }, { role: "heading", display: "block" }, titleTypographyProps, { className: clsx(classes.title, titleTypographyProps.className), ownerState: { size: size } }), title), subheader: subheader ? (React.createElement(Text, __assign({ variant: "body2", color: "textSecondary", component: "p" }, subheaderTypographyProps, { className: clsx(classes.subheader, subheaderTypographyProps.className) }), subheader)) : null }, cardProps, { disableTypography: true })));
66
66
  });
package/esm/card/card.js CHANGED
@@ -69,7 +69,7 @@ var Root = styled(MuiCard, {
69
69
  backgroundColor: fade(theme.palette.action.hoverBackground, 0.1),
70
70
  boxShadow: theme.shadows[1],
71
71
  },
72
- '&:focus': __assign({ outline: 'none' }, theme.mixins.focusRing()),
72
+ '&:focus': __assign({ outlineOffset: 2 }, theme.mixins.focusRing()),
73
73
  }))), (ownerState.selectableButton && {
74
74
  cursor: 'pointer',
75
75
  transition: theme.transitions.create(['box-shadow', 'border-color'], {
@@ -24,7 +24,7 @@ export var createMuiCheckboxOverrides = function (_a) {
24
24
  duration: transitions.duration.short,
25
25
  }),
26
26
  color: tokens.color_border_input,
27
- '&:focus-within svg': __assign({ borderRadius: 4 }, mixins.focusRing()),
27
+ '&:focus-within svg': __assign({ borderRadius: 4, outlineOffset: 2 }, mixins.focusRing()),
28
28
  },
29
29
  colorPrimary: (_b = {
30
30
  '&:hover,': {
@@ -37,11 +37,7 @@ export var createMuiChipOverrides = createComponentOverrides(function (_a) {
37
37
  boxShadow: mixins.borderAsBoxShadow(tokens.color_border_button),
38
38
  backgroundColor: tokens.color_bg_link_hover,
39
39
  },
40
- '&:focus,&.Mui-focusVisible': {
41
- cursor: 'pointer',
42
- boxShadow: mixins.borderAsBoxShadow(tokens.color_border_button),
43
- backgroundColor: tokens.color_bg_link_hover,
44
- }
40
+ '&:focus,&.Mui-focusVisible': __assign({ cursor: 'pointer', boxShadow: mixins.borderAsBoxShadow(tokens.color_border_button), backgroundColor: tokens.color_bg_link_hover, outlineOffset: 2 }, mixins.focusRing())
45
41
  },
46
42
  _c["&.".concat(chipClasses.disabled)] = {
47
43
  opacity: 1,
package/esm/chip/chip.js CHANGED
@@ -48,13 +48,7 @@ var Root = styled(MuiChip, { name: chipComponentName, slot: 'Root' })(function (
48
48
  boxShadow: theme.mixins.borderAsBoxShadow(theme.tokens.color_border_selected, 2),
49
49
  backgroundColor: theme.tokens.color_bg_selected_subtle_pressed,
50
50
  },
51
- _b["&:focus:not(&.".concat(chipClasses.disabled, "),&.Mui-focusVisible:not(&.").concat(chipClasses.disabled, ")")] = {
52
- backgroundColor: theme.tokens.color_bg_selected_subtle_hover,
53
- boxShadow: [
54
- theme.mixins.borderAsBoxShadow(theme.tokens.color_border_selected, 2),
55
- theme.mixins.focusRing().boxShadow,
56
- ],
57
- },
51
+ _b["&:focus:not(&.".concat(chipClasses.disabled, "),&.Mui-focusVisible:not(&.").concat(chipClasses.disabled, ")")] = __assign({ backgroundColor: theme.tokens.color_bg_selected_subtle_hover, boxShadow: theme.mixins.borderAsBoxShadow(theme.tokens.color_border_selected, 2) }, theme.mixins.focusRing()),
58
52
  _b[".".concat(checkboxClasses.colorPrimary, ".").concat(checkboxClasses.checked, ":not(.").concat(checkboxClasses.disabled, ")")] = {
59
53
  color: theme.tokens.color_bg_selected,
60
54
  },