@economic/taco 1.23.0 → 1.24.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (134) hide show
  1. package/dist/components/Header/Header.d.ts +28 -0
  2. package/dist/components/Header/components/AgreementSelector.d.ts +18 -0
  3. package/dist/components/Header/components/Agreements/AgreementDetails.d.ts +20 -0
  4. package/dist/components/Header/components/Button.d.ts +11 -0
  5. package/dist/components/Header/components/Link.d.ts +21 -0
  6. package/dist/components/Header/components/Logo.d.ts +3 -0
  7. package/dist/components/Header/components/MenuButton.d.ts +5 -0
  8. package/dist/components/Header/components/PrimaryNavigation.d.ts +3 -0
  9. package/dist/components/Header/components/SecondaryNavigation.d.ts +3 -0
  10. package/dist/components/Layout/Layout.d.ts +16 -0
  11. package/dist/components/Layout/components/Content.d.ts +3 -0
  12. package/dist/components/Layout/components/Context.d.ts +6 -0
  13. package/dist/components/Layout/components/Page.d.ts +3 -0
  14. package/dist/components/Layout/components/Sidebar.d.ts +3 -0
  15. package/dist/components/Layout/components/Top.d.ts +7 -0
  16. package/dist/components/Navigation2/Navigation2.d.ts +17 -0
  17. package/dist/components/Navigation2/components/Content.d.ts +3 -0
  18. package/dist/components/Navigation2/components/Group.d.ts +9 -0
  19. package/dist/components/Navigation2/components/Link.d.ts +24 -0
  20. package/dist/components/Navigation2/components/Section.d.ts +7 -0
  21. package/dist/components/Provider/Localization.d.ts +27 -17
  22. package/dist/esm/packages/taco/src/components/Card/Card.js +1 -1
  23. package/dist/esm/packages/taco/src/components/Card/Card.js.map +1 -1
  24. package/dist/esm/packages/taco/src/components/Header/Header.js +30 -0
  25. package/dist/esm/packages/taco/src/components/Header/Header.js.map +1 -0
  26. package/dist/esm/packages/taco/src/components/Header/components/AgreementSelector.js +134 -0
  27. package/dist/esm/packages/taco/src/components/Header/components/AgreementSelector.js.map +1 -0
  28. package/dist/esm/packages/taco/src/components/Header/components/Agreements/AgreementDetails.js +73 -0
  29. package/dist/esm/packages/taco/src/components/Header/components/Agreements/AgreementDetails.js.map +1 -0
  30. package/dist/esm/packages/taco/src/components/Header/components/Button.js +23 -0
  31. package/dist/esm/packages/taco/src/components/Header/components/Button.js.map +1 -0
  32. package/dist/esm/packages/taco/src/components/Header/components/Link.js +48 -0
  33. package/dist/esm/packages/taco/src/components/Header/components/Link.js.map +1 -0
  34. package/dist/esm/packages/taco/src/components/Header/components/Logo.js +73 -0
  35. package/dist/esm/packages/taco/src/components/Header/components/Logo.js.map +1 -0
  36. package/dist/esm/packages/taco/src/components/Header/components/MenuButton.js +16 -0
  37. package/dist/esm/packages/taco/src/components/Header/components/MenuButton.js.map +1 -0
  38. package/dist/esm/packages/taco/src/components/Header/components/PrimaryNavigation.js +134 -0
  39. package/dist/esm/packages/taco/src/components/Header/components/PrimaryNavigation.js.map +1 -0
  40. package/dist/esm/packages/taco/src/components/Header/components/SecondaryNavigation.js +13 -0
  41. package/dist/esm/packages/taco/src/components/Header/components/SecondaryNavigation.js.map +1 -0
  42. package/dist/esm/packages/taco/src/components/Layout/Layout.js +28 -0
  43. package/dist/esm/packages/taco/src/components/Layout/Layout.js.map +1 -0
  44. package/dist/esm/packages/taco/src/components/Layout/components/Content.js +13 -0
  45. package/dist/esm/packages/taco/src/components/Layout/components/Content.js.map +1 -0
  46. package/dist/esm/packages/taco/src/components/Layout/components/Context.js +9 -0
  47. package/dist/esm/packages/taco/src/components/Layout/components/Context.js.map +1 -0
  48. package/dist/esm/packages/taco/src/components/Layout/components/Page.js +13 -0
  49. package/dist/esm/packages/taco/src/components/Layout/components/Page.js.map +1 -0
  50. package/dist/esm/packages/taco/src/components/Layout/components/Sidebar.js +83 -0
  51. package/dist/esm/packages/taco/src/components/Layout/components/Sidebar.js.map +1 -0
  52. package/dist/esm/packages/taco/src/components/Layout/components/Top.js +15 -0
  53. package/dist/esm/packages/taco/src/components/Layout/components/Top.js.map +1 -0
  54. package/dist/esm/packages/taco/src/components/Navigation2/Navigation2.js +31 -0
  55. package/dist/esm/packages/taco/src/components/Navigation2/Navigation2.js.map +1 -0
  56. package/dist/esm/packages/taco/src/components/Navigation2/components/Content.js +19 -0
  57. package/dist/esm/packages/taco/src/components/Navigation2/components/Content.js.map +1 -0
  58. package/dist/esm/packages/taco/src/components/Navigation2/components/Group.js +46 -0
  59. package/dist/esm/packages/taco/src/components/Navigation2/components/Group.js.map +1 -0
  60. package/dist/esm/packages/taco/src/components/Navigation2/components/Link.js +71 -0
  61. package/dist/esm/packages/taco/src/components/Navigation2/components/Link.js.map +1 -0
  62. package/dist/esm/packages/taco/src/components/Navigation2/components/Section.js +24 -0
  63. package/dist/esm/packages/taco/src/components/Navigation2/components/Section.js.map +1 -0
  64. package/dist/esm/packages/taco/src/components/Provider/Localization.js +18 -11
  65. package/dist/esm/packages/taco/src/components/Provider/Localization.js.map +1 -1
  66. package/dist/esm/packages/taco/src/components/SearchInput/SearchInput.js +4 -1
  67. package/dist/esm/packages/taco/src/components/SearchInput/SearchInput.js.map +1 -1
  68. package/dist/esm/packages/taco/src/hooks/useBoundaryOverflowDetection.js +3 -1
  69. package/dist/esm/packages/taco/src/hooks/useBoundaryOverflowDetection.js.map +1 -1
  70. package/dist/esm/packages/taco/src/hooks/useIsLargeScreen.js +6 -0
  71. package/dist/esm/packages/taco/src/hooks/useIsLargeScreen.js.map +1 -0
  72. package/dist/esm/packages/taco/src/hooks/useMatchMedia.js +18 -0
  73. package/dist/esm/packages/taco/src/hooks/useMatchMedia.js.map +1 -0
  74. package/dist/esm/packages/taco/src/index.js +9 -0
  75. package/dist/esm/packages/taco/src/index.js.map +1 -1
  76. package/dist/esm/packages/taco/src/primitives/Collection/Collection.js +3 -0
  77. package/dist/esm/packages/taco/src/primitives/Collection/Collection.js.map +1 -0
  78. package/dist/esm/packages/taco/src/primitives/Collection/components/Root.js +4 -1
  79. package/dist/esm/packages/taco/src/primitives/Collection/components/Root.js.map +1 -1
  80. package/dist/esm/packages/taco/src/primitives/Listbox2/components/Root.js +1 -0
  81. package/dist/esm/packages/taco/src/primitives/Listbox2/components/Root.js.map +1 -1
  82. package/dist/hooks/useIsLargeScreen.d.ts +1 -0
  83. package/dist/hooks/useMatchMedia.d.ts +1 -0
  84. package/dist/index.d.ts +7 -0
  85. package/dist/taco.cjs.development.js +809 -17
  86. package/dist/taco.cjs.development.js.map +1 -1
  87. package/dist/taco.cjs.production.min.js +1 -1
  88. package/dist/taco.cjs.production.min.js.map +1 -1
  89. package/package.json +2 -2
  90. package/types.json +538 -101
  91. package/dist/components/Accordion/Accordion.stories.d.ts +0 -26
  92. package/dist/components/Alert/Alert.stories.d.ts +0 -36
  93. package/dist/components/AlertDialog/AlertDialog.stories.d.ts +0 -10
  94. package/dist/components/Backdrop/Backdrop.stories.d.ts +0 -7
  95. package/dist/components/BadgeIcon/BadgeIcon.stories.d.ts +0 -12
  96. package/dist/components/Banner/Banner.stories.d.ts +0 -5
  97. package/dist/components/Button/Button.stories.d.ts +0 -77
  98. package/dist/components/Calendar/Calendar.stories.d.ts +0 -13
  99. package/dist/components/Card/Card.stories.d.ts +0 -12
  100. package/dist/components/Datepicker/Datepicker.stories.d.ts +0 -43
  101. package/dist/components/Dialog/Dialog.stories.d.ts +0 -57
  102. package/dist/components/Field/Field.stories.d.ts +0 -14
  103. package/dist/components/Form/Form.stories.d.ts +0 -14
  104. package/dist/components/Group/Group.stories.d.ts +0 -23
  105. package/dist/components/Hanger/Hanger.stories.d.ts +0 -11
  106. package/dist/components/HoverCard/HoverCard.stories.d.ts +0 -16
  107. package/dist/components/Icon/Icon.stories.d.ts +0 -8
  108. package/dist/components/IconButton/IconButton.stories.d.ts +0 -12
  109. package/dist/components/Input/Input.stories.d.ts +0 -17
  110. package/dist/components/Listbox/Listbox.stories.d.ts +0 -44
  111. package/dist/components/Menu/Menu.stories.d.ts +0 -73
  112. package/dist/components/Navigation/Navigation.stories.d.ts +0 -7
  113. package/dist/components/Pagination/Pagination.stories.d.ts +0 -28
  114. package/dist/components/Popover/Popover.stories.d.ts +0 -29
  115. package/dist/components/Progress/Progress.stories.d.ts +0 -9
  116. package/dist/components/RadioGroup/RadioGroup.stories.d.ts +0 -49
  117. package/dist/components/ScrollArea/ScrollArea.stories.d.ts +0 -8
  118. package/dist/components/SearchInput/SearchInput.stories.d.ts +0 -38
  119. package/dist/components/Select/Select.stories.d.ts +0 -35
  120. package/dist/components/Select2/Select2.stories.d.ts +0 -57
  121. package/dist/components/Spinner/Spinner.stories.d.ts +0 -15
  122. package/dist/components/Table/Table.stories.d.ts +0 -32
  123. package/dist/components/Table2/Table2.stories.d.ts +0 -48
  124. package/dist/components/Tabs/Tabs.stories.d.ts +0 -19
  125. package/dist/components/Tag/Tag.stories.d.ts +0 -9
  126. package/dist/components/Textarea/Textarea.stories.d.ts +0 -40
  127. package/dist/components/Toast/Toast.stories.d.ts +0 -12
  128. package/dist/components/Tooltip/Tooltip.stories.d.ts +0 -26
  129. package/dist/components/Tour/Tour.stories.d.ts +0 -11
  130. package/dist/css/Typography.stories.d.ts +0 -6
  131. package/dist/hooks/useIsRefOverflowing.d.ts +0 -2
  132. package/dist/primitives/Collection/Collection.stories.d.ts +0 -8
  133. package/dist/primitives/Listbox2/Listbox2.stories.d.ts +0 -16
  134. package/dist/primitives/Sortable/Sortable.stories.d.ts +0 -14
@@ -1,26 +0,0 @@
1
- import React from 'react';
2
- declare const _default: {
3
- title: string;
4
- component: {
5
- (props: import("./Accordion").AccordionProps): JSX.Element;
6
- Item: (props: import("./Accordion").AccordionItemProps) => JSX.Element;
7
- Trigger: React.ForwardRefExoticComponent<import("./Accordion").AccordionTriggerProps & React.RefAttributes<HTMLButtonElement>>;
8
- Content: React.ForwardRefExoticComponent<import("./Accordion").AccordionContentProps & React.RefAttributes<HTMLDivElement>>;
9
- };
10
- argTypes: {
11
- as: {
12
- control: {
13
- type: string;
14
- options: string[];
15
- };
16
- };
17
- };
18
- args: {
19
- as: string;
20
- };
21
- };
22
- export default _default;
23
- export declare const UncontrolledSingle: (args: any) => JSX.Element;
24
- export declare const ControlledSingle: (args: any) => JSX.Element;
25
- export declare const UncontrolledMultiple: (args: any) => JSX.Element;
26
- export declare const ControlledMultiple: (args: any) => JSX.Element;
@@ -1,36 +0,0 @@
1
- import React from 'react';
2
- declare const _default: {
3
- title: string;
4
- component: React.ForwardRefExoticComponent<Pick<React.HTMLAttributes<HTMLDivElement>, "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "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"> & {
5
- children: React.ReactNode;
6
- state?: "default" | "success" | "error" | "warning" | "information" | undefined;
7
- onClose?: (() => void) | undefined;
8
- } & React.RefAttributes<HTMLDivElement>>;
9
- argTypes: {
10
- state: {
11
- control: {
12
- type: string;
13
- options: string[];
14
- };
15
- };
16
- title: {
17
- control: {
18
- type: string;
19
- };
20
- };
21
- content: {
22
- control: {
23
- type: string;
24
- };
25
- };
26
- };
27
- args: {
28
- state: string;
29
- title: string;
30
- content: string;
31
- };
32
- };
33
- export default _default;
34
- export declare const Default: (args: any) => JSX.Element;
35
- export declare const Closable: (args: any) => JSX.Element;
36
- export declare const KitchenSink: () => JSX.Element;
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- declare const _default: {
3
- title: string;
4
- component: import("./AlertDialog").ForwardedAlertDialogWithStatics;
5
- };
6
- export default _default;
7
- export declare const Default: () => JSX.Element;
8
- export declare const Controlled: () => JSX.Element;
9
- export declare const Uncontrolled: () => JSX.Element;
10
- export declare const NestedOverlays: () => JSX.Element;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- declare const _default: {
3
- title: string;
4
- component: React.ForwardRefExoticComponent<import("./Backdrop").BackdropProps & React.RefAttributes<HTMLDivElement>>;
5
- };
6
- export default _default;
7
- export declare const Default: () => JSX.Element;
@@ -1,12 +0,0 @@
1
- import React from 'react';
2
- declare const _default: {
3
- title: string;
4
- component: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLSpanElement> & {
5
- icon: import("../..").IconName;
6
- color?: "green" | "yellow" | "red" | "blue" | "purple" | "brown" | "pink" | "orange" | "grey" | "transparent" | undefined;
7
- subtle?: boolean | undefined;
8
- } & React.RefAttributes<HTMLSpanElement>>;
9
- };
10
- export default _default;
11
- export declare const Default: () => JSX.Element;
12
- export declare const Subtle: () => JSX.Element;
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, import("@storybook/react").Args>;
3
- export default _default;
4
- export declare const Default: (args: any) => JSX.Element;
5
- export declare const KitchenSink: () => JSX.Element;
@@ -1,77 +0,0 @@
1
- import React from 'react';
2
- import { ButtonProps } from '../../';
3
- declare const _default: {
4
- title: string;
5
- component: React.ForwardRefExoticComponent<React.ButtonHTMLAttributes<HTMLAnchorElement | HTMLButtonElement> & {
6
- children: React.ReactNode;
7
- href?: string | undefined;
8
- target?: "_self" | "_blank" | "_parent" | "_top" | undefined;
9
- } & {
10
- appearance?: "default" | "danger" | "primary" | "ghost" | "discrete" | undefined;
11
- dialog?: ((props: Partial<import("../..").DialogProps>) => JSX.Element) | undefined;
12
- fluid?: boolean | undefined;
13
- hanger?: ((props: Partial<React.PropsWithChildren<{
14
- anchor?: JSX.Element | undefined;
15
- defaultOpen?: boolean | undefined;
16
- onClose?: (() => void) | undefined;
17
- }>>) => JSX.Element) | undefined;
18
- menu?: ((props: Partial<import("../..").MenuProps>) => JSX.Element) | undefined;
19
- popover?: ((props: Partial<React.PropsWithChildren<{
20
- modal?: boolean | undefined;
21
- trigger?: JSX.Element | undefined;
22
- defaultOpen?: boolean | undefined;
23
- open?: boolean | undefined;
24
- onChange?: ((open: boolean) => void) | undefined;
25
- }>>) => JSX.Element) | undefined;
26
- tooltip?: string | JSX.Element | undefined;
27
- } & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
28
- argTypes: {
29
- appearance: {
30
- control: {
31
- type: string;
32
- options: string[];
33
- };
34
- };
35
- href: {
36
- control: {
37
- type: string;
38
- };
39
- };
40
- };
41
- args: {
42
- appearance: string;
43
- disabled: boolean;
44
- fluid: boolean;
45
- };
46
- };
47
- export default _default;
48
- export declare const Default: (args: ButtonProps) => JSX.Element;
49
- export declare const WithIcon: {
50
- (args: ButtonProps): JSX.Element;
51
- storyName: string;
52
- };
53
- export declare const WithTooltip: {
54
- (args: ButtonProps): JSX.Element;
55
- storyName: string;
56
- };
57
- export declare const WithHanger: {
58
- (args: ButtonProps): JSX.Element;
59
- storyName: string;
60
- };
61
- export declare const WithAlertDialog: {
62
- (args: ButtonProps): JSX.Element;
63
- storyName: string;
64
- };
65
- export declare const WithDialog: {
66
- (args: ButtonProps): JSX.Element;
67
- storyName: string;
68
- };
69
- export declare const WithPopover: {
70
- (args: ButtonProps): JSX.Element;
71
- storyName: string;
72
- };
73
- export declare const WithMenu: {
74
- (args: ButtonProps): JSX.Element;
75
- storyName: string;
76
- };
77
- export declare const KitchenSink: () => JSX.Element;
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- declare const _default: {
3
- title: string;
4
- component: React.ForwardRefExoticComponent<Pick<React.HTMLAttributes<HTMLDivElement>, "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "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" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "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"> & {
5
- onChange: (date: Date, event?: React.MouseEvent<HTMLDivElement, MouseEvent> | undefined) => void;
6
- value?: Date | undefined;
7
- disabledDays?: import("react-day-picker").Modifier[] | undefined;
8
- } & React.RefAttributes<import("react-day-picker").default>>;
9
- };
10
- export default _default;
11
- export declare const Basic: () => JSX.Element;
12
- export declare const Localised: () => JSX.Element;
13
- export declare const DisabledDays: () => JSX.Element;
@@ -1,12 +0,0 @@
1
- import React from 'react';
2
- declare const _default: {
3
- title: string;
4
- component: React.ForwardRefExoticComponent<import("./Card").CardProps> & {
5
- Content: React.ForwardRefExoticComponent<import("./Card").CardContentProps>;
6
- };
7
- };
8
- export default _default;
9
- export declare const Default: () => JSX.Element;
10
- export declare const WithMenu: () => JSX.Element;
11
- export declare const LargeContent: () => JSX.Element;
12
- export declare const Grid: () => JSX.Element;
@@ -1,43 +0,0 @@
1
- import React from 'react';
2
- declare const _default: {
3
- title: string;
4
- component: React.ForwardRefExoticComponent<Pick<import("../..").InputProps, "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "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" | "children" | "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" | "button" | "form" | "pattern" | "list" | "step" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "height" | "max" | "min" | "width" | "crossOrigin" | "size" | "icon" | "checked" | "highlighted" | "invalid" | "required" | "accept" | "alt" | "autoComplete" | "capture" | "enterKeyHint" | "maxLength" | "minLength" | "multiple" | "readOnly" | "src" | "postfix"> & {
5
- calendar?: import("../..").CalendarProps | undefined;
6
- shortcuts?: import("./Datepicker").DatePickerShortcut[] | undefined;
7
- shortcutsText?: string | undefined;
8
- onReset?: ((event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void) | undefined;
9
- value?: Date | undefined;
10
- } & React.RefAttributes<HTMLInputElement>>;
11
- args: {
12
- disabled: boolean;
13
- highlighted: boolean;
14
- invalid: boolean;
15
- readOnly: boolean;
16
- };
17
- argTypes: {
18
- disabled: {
19
- control: {
20
- type: string;
21
- };
22
- };
23
- highlighted: {
24
- control: {
25
- type: string;
26
- };
27
- };
28
- invalid: {
29
- control: {
30
- type: string;
31
- };
32
- };
33
- readOnly: {
34
- control: {
35
- type: string;
36
- };
37
- };
38
- };
39
- };
40
- export default _default;
41
- export declare const Basic: (args: any) => JSX.Element;
42
- export declare const CustomShortcuts: (args: any) => JSX.Element;
43
- export declare const KitchenSink: () => JSX.Element;
@@ -1,57 +0,0 @@
1
- /// <reference types="react" />
2
- import { DialogProps } from './Dialog';
3
- declare const _default: {
4
- title: string;
5
- component: import("./Dialog").ForwardedDialogWithStatics;
6
- argTypes: {
7
- size: {
8
- control: {
9
- type: string;
10
- options: string[];
11
- };
12
- };
13
- };
14
- args: {
15
- draggable: boolean;
16
- size: string;
17
- };
18
- };
19
- export default _default;
20
- export declare const Basic: (args: DialogProps) => JSX.Element;
21
- export declare const Controlled: () => JSX.Element;
22
- export declare const Uncontrolled: () => JSX.Element;
23
- export declare const Nested: (args: DialogProps) => JSX.Element;
24
- export declare const Extra: {
25
- (args: DialogProps): JSX.Element;
26
- args: {
27
- size: string;
28
- };
29
- };
30
- export declare const Drawer: {
31
- (args: DialogProps): JSX.Element;
32
- args: {
33
- size: string;
34
- };
35
- };
36
- export declare const Draggable: {
37
- (args: DialogProps): JSX.Element;
38
- args: {
39
- draggable: boolean;
40
- size: string;
41
- };
42
- };
43
- export declare const Close: (args: DialogProps) => JSX.Element;
44
- export declare const CloseHandler: {
45
- (args: DialogProps): JSX.Element;
46
- storyName: string;
47
- };
48
- export declare const RenderProp: {
49
- (args: DialogProps): JSX.Element;
50
- storyName: string;
51
- };
52
- export declare const OpenByDefault: {
53
- (args: DialogProps): JSX.Element;
54
- storyName: string;
55
- };
56
- export declare const Test: () => JSX.Element;
57
- export declare const NestedOverlays: () => JSX.Element;
@@ -1,14 +0,0 @@
1
- import React from 'react';
2
- declare const _default: {
3
- title: string;
4
- component: React.ForwardRefExoticComponent<React.LabelHTMLAttributes<HTMLLabelElement> & {
5
- children: React.ReactNode;
6
- disabled?: boolean | undefined;
7
- invalid?: boolean | undefined;
8
- message?: string | undefined;
9
- } & React.RefAttributes<HTMLLabelElement>>;
10
- };
11
- export default _default;
12
- export declare const Appearance: () => JSX.Element;
13
- export declare const LabelMessage: () => JSX.Element;
14
- export declare const LabelState: () => JSX.Element;
@@ -1,14 +0,0 @@
1
- import React from 'react';
2
- import { FormProps } from '../..';
3
- declare const _default: {
4
- title: string;
5
- component: React.ForwardRefExoticComponent<React.FormHTMLAttributes<HTMLFormElement> & {
6
- children: React.ReactNode;
7
- horizontal?: boolean | undefined;
8
- } & React.RefAttributes<HTMLFormElement>>;
9
- args: {
10
- horizontal: boolean;
11
- };
12
- };
13
- export default _default;
14
- export declare const Default: (args: FormProps) => JSX.Element;
@@ -1,23 +0,0 @@
1
- import React from 'react';
2
- import { GroupProps } from './Group';
3
- declare const _default: {
4
- title: string;
5
- component: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLElement> & {
6
- as?: "div" | "nav" | "span" | undefined;
7
- children: React.ReactNode;
8
- orientation?: "horizontal" | "vertical" | undefined;
9
- } & React.RefAttributes<HTMLDivElement>>;
10
- argType: {
11
- orientation: {
12
- type: string;
13
- options: string[];
14
- };
15
- };
16
- args: {
17
- orientation: string;
18
- };
19
- };
20
- export default _default;
21
- export declare const Badges: (args: GroupProps) => JSX.Element;
22
- export declare const Buttons: (args: GroupProps) => JSX.Element;
23
- export declare const Icons: (args: GroupProps) => JSX.Element;
@@ -1,11 +0,0 @@
1
- /// <reference types="react" />
2
- declare const _default: {
3
- title: string;
4
- component: import("./Hanger").ForwardedHangerWithStatics;
5
- };
6
- export default _default;
7
- export declare const Basic: () => JSX.Element;
8
- export declare const Placement: () => JSX.Element;
9
- export declare const CloseHandler: () => JSX.Element;
10
- export declare const WithOtherOverlays: () => JSX.Element;
11
- export declare const Test: () => JSX.Element;
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- declare const _default: {
3
- title: string;
4
- component: {
5
- (props: {
6
- children?: React.ReactNode;
7
- }): JSX.Element;
8
- Trigger: React.ForwardRefExoticComponent<import("./HoverCard").HoverCardTriggerProps & React.RefAttributes<HTMLAnchorElement>>;
9
- Content: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
10
- placement?: "left" | "right" | "top" | "bottom" | undefined;
11
- } & React.RefAttributes<HTMLDivElement>>;
12
- };
13
- };
14
- export default _default;
15
- export declare const Basic: () => JSX.Element;
16
- export declare const Placement: () => JSX.Element;
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- import { IconProps } from '../..';
3
- declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, import("@storybook/react").Args>;
4
- export default _default;
5
- export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, IconProps>;
6
- export declare const IconList: () => JSX.Element;
7
- export declare const ScalableIcon: (args: IconProps) => JSX.Element;
8
- export declare const BadgeAndLabelIcon: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, IconProps>;
@@ -1,12 +0,0 @@
1
- import { Story } from '@storybook/react';
2
- declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, import("@storybook/react").Args>;
3
- export default _default;
4
- export declare const Default: Story;
5
- export declare const Rounded: Story;
6
- export declare const Anchors: Story;
7
- export declare const WithTooltip: Story;
8
- export declare const WithHanger: Story;
9
- export declare const WithDialog: Story;
10
- export declare const WithPopover: Story;
11
- export declare const WithMenu: Story;
12
- export declare const KitchenSink: Story;
@@ -1,17 +0,0 @@
1
- /// <reference types="react" />
2
- declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, import("@storybook/react").Args>;
3
- export default _default;
4
- export declare const Uncontrolled: (args: any) => JSX.Element;
5
- export declare const Controlled: (args: any) => JSX.Element;
6
- export declare const Highlighted: (args: any) => JSX.Element;
7
- export declare const InputWithPrefix: (args: any) => JSX.Element;
8
- export declare const InputWithPostfix: (args: any) => JSX.Element;
9
- export declare const InputWithButton: {
10
- (args: any): JSX.Element;
11
- storyName: string;
12
- };
13
- export declare const InputWithIcon: {
14
- (args: any): JSX.Element;
15
- storyName: string;
16
- };
17
- export declare const KitchenSink: () => JSX.Element;
@@ -1,44 +0,0 @@
1
- import React from 'react';
2
- declare const _default: {
3
- title: string;
4
- component: React.ForwardRefExoticComponent<Pick<React.InputHTMLAttributes<HTMLInputElement>, "onFocus" | "onChange"> & Pick<React.InputHTMLAttributes<HTMLElement>, "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "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" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "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" | "form" | "pattern" | "list" | "step" | "disabled" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "height" | "max" | "min" | "width" | "crossOrigin" | "size" | "checked" | "required" | "accept" | "alt" | "autoComplete" | "capture" | "enterKeyHint" | "maxLength" | "minLength" | "multiple" | "readOnly" | "src"> & {
5
- data?: import("./ScrollableList").ScrollableListItem[] | undefined;
6
- defaultValue?: string | number | boolean | null | undefined;
7
- emptyValue?: string | number | boolean | null | undefined;
8
- highlighted?: boolean | undefined;
9
- invalid?: boolean | undefined;
10
- loading?: boolean | undefined;
11
- value?: string | number | boolean | null | undefined;
12
- } & React.RefAttributes<HTMLInputElement>>;
13
- argTypes: {
14
- emptyValue: {
15
- control: {
16
- type: string;
17
- };
18
- };
19
- defaultValue: {
20
- control: {
21
- type: string;
22
- };
23
- };
24
- value: {
25
- control: {
26
- type: string;
27
- };
28
- };
29
- };
30
- args: {
31
- data: any[];
32
- disabled: boolean;
33
- readOnly: boolean;
34
- loading: boolean;
35
- };
36
- };
37
- export default _default;
38
- export declare const Default: () => JSX.Element;
39
- export declare const Icons: () => JSX.Element;
40
- export declare const EmptyValue: () => JSX.Element;
41
- export declare const DefaultValue: () => JSX.Element;
42
- export declare const Hierarchical: () => JSX.Element;
43
- export declare const MultiSelect: () => JSX.Element;
44
- export declare const KitchenSink: () => JSX.Element;
@@ -1,73 +0,0 @@
1
- /// <reference types="react" />
2
- declare const _default: {
3
- title: string;
4
- component: import("./Menu").ForwardedMenuWithStatics;
5
- argTypes: {
6
- appearance: {
7
- control: {
8
- type: string;
9
- options: string[];
10
- };
11
- };
12
- };
13
- args: {
14
- appearance: string;
15
- };
16
- };
17
- export default _default;
18
- export declare const Basic: ({ appearance, ...args }: {
19
- [x: string]: any;
20
- appearance: any;
21
- }) => JSX.Element;
22
- export declare const Controlled: () => JSX.Element;
23
- export declare const Uncontrolled: () => JSX.Element;
24
- export declare const BasicWithButton: ({ appearance, ...args }: {
25
- [x: string]: any;
26
- appearance: any;
27
- }) => JSX.Element;
28
- export declare const BasicWithIconButton: ({ appearance, ...args }: {
29
- [x: string]: any;
30
- appearance: any;
31
- }) => JSX.Element;
32
- export declare const Links: ({ appearance, ...args }: {
33
- [x: string]: any;
34
- appearance: any;
35
- }) => JSX.Element;
36
- export declare const Icons: ({ appearance, ...args }: {
37
- [x: string]: any;
38
- appearance: any;
39
- }) => JSX.Element;
40
- export declare const Shortcuts: ({ appearance, ...args }: {
41
- [x: string]: any;
42
- appearance: any;
43
- }) => JSX.Element;
44
- export declare const Separator: ({ appearance, ...args }: {
45
- [x: string]: any;
46
- appearance: any;
47
- }) => JSX.Element;
48
- export declare const Heading: ({ appearance, ...args }: {
49
- [x: string]: any;
50
- appearance: any;
51
- }) => JSX.Element;
52
- export declare const Checkbox: ({ appearance, ...args }: {
53
- [x: string]: any;
54
- appearance: any;
55
- }) => JSX.Element;
56
- export declare const RadioGroup: ({ appearance, ...args }: {
57
- [x: string]: any;
58
- appearance: any;
59
- }) => JSX.Element;
60
- export declare const DialogItem: {
61
- ({ appearance, ...args }: {
62
- [x: string]: any;
63
- appearance: any;
64
- }): JSX.Element;
65
- storyName: string;
66
- };
67
- export declare const NestedDialogItem: {
68
- ({ appearance, ...args }: {
69
- [x: string]: any;
70
- appearance: any;
71
- }): JSX.Element;
72
- storyName: string;
73
- };
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- declare const _default: {
3
- title: string;
4
- component: import("./Navigation").ForwardedNavigationWithStatics;
5
- };
6
- export default _default;
7
- export declare const Appearance: () => JSX.Element;