@appquality/unguess-design-system 3.1.109-attachments → 3.1.110

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 (161) hide show
  1. package/.github/workflows/release.yml +7 -0
  2. package/.github/workflows/storybook.yml +2 -2
  3. package/CHANGELOG.md +322 -0
  4. package/build/index.d.ts +11 -10
  5. package/build/index.js +1640 -728
  6. package/build/stories/accordions/index.stories.d.ts +5 -5
  7. package/build/stories/alerts/index.d.ts +12 -7
  8. package/build/stories/alerts/index.stories.d.ts +2 -2
  9. package/build/stories/avatar/InternalAvatar.d.ts +2 -0
  10. package/build/stories/avatar/index.stories.d.ts +4 -4
  11. package/build/stories/breadcrumbs/index.stories.d.ts +2 -2
  12. package/build/stories/buttons/anchor/index.stories.d.ts +4 -4
  13. package/build/stories/buttons/button/index.d.ts +14 -9
  14. package/build/stories/buttons/button/index.stories.d.ts +6 -7
  15. package/build/stories/buttons/button-group/index.stories.d.ts +4 -4
  16. package/build/stories/buttons/icon-button/index.stories.d.ts +5 -5
  17. package/build/stories/buttons/split-button/index.stories.d.ts +2 -2
  18. package/build/stories/buttons/utils.d.ts +120 -111
  19. package/build/stories/campaign-cards/index.stories.d.ts +3 -3
  20. package/build/stories/cards/container.stories.d.ts +2 -2
  21. package/build/stories/cards/index.stories.d.ts +3 -3
  22. package/build/stories/charts/bar/index.stories.d.ts +3 -3
  23. package/build/stories/charts/bullet/index.stories.d.ts +3 -3
  24. package/build/stories/charts/halfPie/index.stories.d.ts +2 -2
  25. package/build/stories/charts/pie/index.stories.d.ts +4 -4
  26. package/build/stories/charts/sentiment/index.stories.d.ts +3 -3
  27. package/build/stories/charts/sunburst/index.stories.d.ts +3 -3
  28. package/build/stories/charts/waffle/index.stories.d.ts +3 -3
  29. package/build/stories/chat/_types.d.ts +2 -2
  30. package/build/stories/chat/index.d.ts +8 -4
  31. package/build/stories/chat/index.stories.d.ts +6 -6
  32. package/build/stories/chat/parts/ThumbnailContainer/Thumbnail.d.ts +2 -2
  33. package/build/stories/chat/parts/ThumbnailContainer/index.d.ts +0 -8
  34. package/build/stories/chat/parts/containers.d.ts +13 -6
  35. package/build/stories/chat/parts/header.d.ts +10 -5
  36. package/build/stories/color-swatch/index.stories.d.ts +3 -3
  37. package/build/stories/drawers/index.stories.d.ts +2 -2
  38. package/build/stories/dropdowns/autocomplete/index.stories.d.ts +3 -3
  39. package/build/stories/dropdowns/countermultiselect/index.stories.d.ts +2 -2
  40. package/build/stories/dropdowns/field/index.d.ts +12 -7
  41. package/build/stories/dropdowns/menu/index.stories.d.ts +3 -3
  42. package/build/stories/dropdowns/select/index.d.ts +8 -4
  43. package/build/stories/dropdowns/select/index.stories.d.ts +3 -4
  44. package/build/stories/editor/index.stories.d.ts +6 -7
  45. package/build/stories/forms/checkbox/cards/index.stories.d.ts +3 -3
  46. package/build/stories/forms/checkbox/index.stories.d.ts +2 -2
  47. package/build/stories/forms/input/index.d.ts +13 -8
  48. package/build/stories/forms/input/index.stories.d.ts +5 -5
  49. package/build/stories/forms/input-toggle/index.d.ts +10 -7
  50. package/build/stories/forms/input-toggle/index.stories.d.ts +6 -6
  51. package/build/stories/forms/mediaInput/index.stories.d.ts +5 -5
  52. package/build/stories/forms/radio/cards/index.stories.d.ts +3 -3
  53. package/build/stories/forms/radio/index.stories.d.ts +3 -3
  54. package/build/stories/forms/textarea/index.stories.d.ts +4 -4
  55. package/build/stories/forms/toggle/index.stories.d.ts +2 -2
  56. package/build/stories/grid/col/index.stories.d.ts +4 -4
  57. package/build/stories/grid/grid/index.stories.d.ts +4 -4
  58. package/build/stories/grid/row/index.stories.d.ts +2 -2
  59. package/build/stories/highlight/CreateObservationButton.d.ts +19 -0
  60. package/build/stories/highlight/_types.d.ts +9 -8
  61. package/build/stories/highlight/demo-parts/data.d.ts +55 -0
  62. package/build/stories/highlight/demo-parts/sentiment-tag.d.ts +7 -0
  63. package/build/stories/highlight/demo-parts/transcript-base.d.ts +5 -0
  64. package/build/stories/highlight/demo-parts/transcript-diarization.d.ts +5 -0
  65. package/build/stories/highlight/demo-parts/transcript-paragraph.d.ts +5 -0
  66. package/build/stories/highlight/demo-parts/transcript-sentiment.d.ts +5 -0
  67. package/build/stories/highlight/index.stories.d.ts +11 -12
  68. package/build/stories/highlight/searchable.d.ts +1 -2
  69. package/build/stories/icons/index.stories.d.ts +2 -2
  70. package/build/stories/info-cards/index.stories.d.ts +3 -3
  71. package/build/stories/label/index.d.ts +12 -9
  72. package/build/stories/label/index.stories.d.ts +3 -3
  73. package/build/stories/lightbox/index.stories.d.ts +2 -2
  74. package/build/stories/lightbox/parts/body.d.ts +26 -15
  75. package/build/stories/lightbox/parts/footer.d.ts +11 -6
  76. package/build/stories/loaders/dots/index.stories.d.ts +2 -2
  77. package/build/stories/loaders/progress/index.stories.d.ts +2 -2
  78. package/build/stories/loaders/skeleton/index.stories.d.ts +3 -3
  79. package/build/stories/loaders/spinner/index.stories.d.ts +2 -2
  80. package/build/stories/login-form/index.stories.d.ts +3 -3
  81. package/build/stories/logo/index.stories.d.ts +2 -2
  82. package/build/stories/modals/fullscreen/index.d.ts +46 -32
  83. package/build/stories/modals/fullscreen/index.stories.d.ts +2 -2
  84. package/build/stories/modals/index.d.ts +11 -6
  85. package/build/stories/modals/index.stories.d.ts +5 -5
  86. package/build/stories/multiselect/index.stories.d.ts +3 -3
  87. package/build/stories/navigation/app-header/index.stories.d.ts +3 -3
  88. package/build/stories/navigation/header/header-item/brandItem.d.ts +12 -7
  89. package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +3 -1
  90. package/build/stories/navigation/page-header/index.d.ts +43 -26
  91. package/build/stories/navigation/page-header/index.stories.d.ts +5 -5
  92. package/build/stories/navigation/page-header/styled/main.d.ts +46 -28
  93. package/build/stories/notifications/index.stories.d.ts +3 -3
  94. package/build/stories/pagination/index.stories.d.ts +3 -3
  95. package/build/stories/player/_types.d.ts +21 -2
  96. package/build/stories/player/hooks/usePictureInPicture.d.ts +4 -0
  97. package/build/stories/player/index.d.ts +7 -2
  98. package/build/stories/player/index.stories.d.ts +7 -5
  99. package/build/stories/player/parts/CutStart.d.ts +4 -0
  100. package/build/stories/player/parts/controlButton.d.ts +294 -0
  101. package/build/stories/player/parts/controls.d.ts +11 -5
  102. package/build/stories/player/parts/floatingControls.d.ts +1 -0
  103. package/build/stories/product-cards/index.stories.d.ts +3 -3
  104. package/build/stories/profile-modal/_types.d.ts +3 -2
  105. package/build/stories/profile-modal/components/menuItem.d.ts +9 -4
  106. package/build/stories/profile-modal/index.stories.d.ts +2 -2
  107. package/build/stories/profile-modal/items/languageMenuItem.d.ts +2 -1
  108. package/build/stories/profile-modal/items/settingsMenuItem.d.ts +2 -2
  109. package/build/stories/service-cards/index.stories.d.ts +3 -3
  110. package/build/stories/slider/index.stories.d.ts +3 -3
  111. package/build/stories/slider/parts/container.d.ts +10 -5
  112. package/build/stories/special-cards/index.d.ts +47 -30
  113. package/build/stories/special-cards/index.stories.d.ts +2 -2
  114. package/build/stories/special-cards/styled/header.d.ts +38 -21
  115. package/build/stories/stepper/index.d.ts +32 -21
  116. package/build/stories/stepper/index.stories.d.ts +3 -3
  117. package/build/stories/table/index.stories.d.ts +11 -11
  118. package/build/stories/tabs/index.stories.d.ts +3 -3
  119. package/build/stories/tags/index.d.ts +28 -20
  120. package/build/stories/tags/index.stories.d.ts +6 -6
  121. package/build/stories/theme/colors.stories.d.ts +20 -0
  122. package/build/stories/theme/palette.stories.d.ts +1 -1
  123. package/build/stories/tiles/index.stories.d.ts +4 -4
  124. package/build/stories/timeline/index.d.ts +14 -7
  125. package/build/stories/timeline/index.stories.d.ts +4 -4
  126. package/build/stories/title/index.stories.d.ts +2 -2
  127. package/build/stories/tooltip/_types.d.ts +1 -0
  128. package/build/stories/tooltip/index.d.ts +1 -278
  129. package/build/stories/tooltip/index.stories.d.ts +3 -2
  130. package/build/stories/tooltip-modal/index.stories.d.ts +2 -2
  131. package/build/stories/transcript/_data.d.ts +17 -0
  132. package/build/stories/transcript/extensions/theme/index.d.ts +347 -0
  133. package/build/stories/transcript/findActiveWord.d.ts +2 -0
  134. package/build/stories/transcript/floatingMenu.d.ts +8 -0
  135. package/build/stories/transcript/getParsedContent.d.ts +26 -0
  136. package/build/stories/transcript/index.d.ts +53 -0
  137. package/build/stories/transcript/index.stories.d.ts +23 -0
  138. package/build/stories/transcript/nodes/active/Component.d.ts +6 -0
  139. package/build/stories/transcript/nodes/active/index.d.ts +4 -0
  140. package/build/stories/transcript/nodes/observation/Component.d.ts +6 -0
  141. package/build/stories/transcript/nodes/observation/index.d.ts +2 -0
  142. package/build/stories/transcript/nodes/paragraph/Component.d.ts +6 -0
  143. package/build/stories/transcript/nodes/paragraph/index.d.ts +2 -0
  144. package/build/stories/transcript/nodes/word/Component.d.ts +6 -0
  145. package/build/stories/transcript/nodes/word/index.d.ts +2 -0
  146. package/build/stories/transcript/search.d.ts +9 -0
  147. package/build/stories/transcript/useEditor.d.ts +11 -0
  148. package/build/stories/typography/block-quote/index.stories.d.ts +2 -2
  149. package/build/stories/typography/code/index.stories.d.ts +4 -4
  150. package/build/stories/typography/ellipsis/index.stories.d.ts +2 -2
  151. package/build/stories/typography/lists/ordered.stories.d.ts +2 -2
  152. package/build/stories/typography/lists/unordered.stories.d.ts +2 -2
  153. package/build/stories/typography/paragraph/index.stories.d.ts +2 -2
  154. package/build/stories/typography/span/index.stories.d.ts +2 -2
  155. package/build/stories/typography/typescale/anchortag/index.stories.d.ts +2 -2
  156. package/build/stories/typography/typescale/index.d.ts +29 -12
  157. package/build/stories/typography/typescale/index.stories.d.ts +2 -2
  158. package/package.json +30 -20
  159. package/yarn-error.log +0 -17994
  160. /package/build/stories/player/{parts → context}/progressContext.d.ts +0 -0
  161. /package/build/stories/player/{parts/utils.d.ts → utils.d.ts} +0 -0
@@ -1,5 +1,5 @@
1
1
  import { SunburstChartProps } from "./_types";
2
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, SunburstChartProps>;
3
- export declare const WithCustomTooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, SunburstChartProps>;
4
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, SunburstChartProps>;
2
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, SunburstChartProps>;
3
+ export declare const WithCustomTooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, SunburstChartProps>;
4
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, SunburstChartProps>;
5
5
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { WaffleChartProps } from "./_types";
2
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, WaffleChartProps>;
3
- export declare const WithCustomTooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, WaffleChartProps>;
4
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, WaffleChartProps>;
2
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, WaffleChartProps>;
3
+ export declare const WithCustomTooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, WaffleChartProps>;
4
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, WaffleChartProps>;
5
5
  export default _default;
@@ -18,7 +18,7 @@ export interface ChatEditorArgs extends Partial<EditorOptions> {
18
18
  bold?: string;
19
19
  italic?: string;
20
20
  mention?: string;
21
- attachment?: string | React.ReactNode;
21
+ attachment?: React.ReactNode;
22
22
  };
23
23
  mention?: {
24
24
  noResults?: string;
@@ -42,7 +42,7 @@ export interface CommentMedia {
42
42
  type: string;
43
43
  name?: string;
44
44
  isLoadingMedia?: boolean;
45
- isError?: boolean;
45
+ error?: string;
46
46
  url?: string;
47
47
  }
48
48
  export interface FloatingMenuArgs extends Partial<BubbleMenuProps> {
@@ -1,3 +1,4 @@
1
+ /// <reference types="trusted-types" />
1
2
  import { ChatArgs } from "./_types";
2
3
  import { PropsWithChildren } from "react";
3
4
  import { ChatContext, ChatContextProvider as ChatProvider, useChatContext } from "./context/chatContext";
@@ -25,15 +26,15 @@ declare const Chat: {
25
26
  accessKey?: string | undefined;
26
27
  autoFocus?: boolean | undefined;
27
28
  className?: string | undefined;
28
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
29
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
29
30
  contextMenu?: string | undefined;
30
31
  dir?: string | undefined;
31
32
  draggable?: (boolean | "true" | "false") | undefined;
33
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
32
34
  hidden?: boolean | undefined;
33
35
  id?: string | undefined;
34
36
  lang?: string | undefined;
35
37
  nonce?: string | undefined;
36
- placeholder?: string | undefined;
37
38
  slot?: string | undefined;
38
39
  spellCheck?: (boolean | "true" | "false") | undefined;
39
40
  style?: import("react").CSSProperties | undefined;
@@ -70,14 +71,18 @@ declare const Chat: {
70
71
  "aria-activedescendant"?: string | undefined;
71
72
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
72
73
  "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
74
+ "aria-braillelabel"?: string | undefined;
75
+ "aria-brailleroledescription"?: string | undefined;
73
76
  "aria-busy"?: (boolean | "true" | "false") | undefined;
74
77
  "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
75
78
  "aria-colcount"?: number | undefined;
76
79
  "aria-colindex"?: number | undefined;
80
+ "aria-colindextext"?: string | undefined;
77
81
  "aria-colspan"?: number | undefined;
78
82
  "aria-controls"?: string | undefined;
79
83
  "aria-current"?: boolean | "time" | "date" | "step" | "true" | "false" | "page" | "location" | undefined;
80
84
  "aria-describedby"?: string | undefined;
85
+ "aria-description"?: string | undefined;
81
86
  "aria-details"?: string | undefined;
82
87
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
83
88
  "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
@@ -107,6 +112,7 @@ declare const Chat: {
107
112
  "aria-roledescription"?: string | undefined;
108
113
  "aria-rowcount"?: number | undefined;
109
114
  "aria-rowindex"?: number | undefined;
115
+ "aria-rowindextext"?: string | undefined;
110
116
  "aria-rowspan"?: number | undefined;
111
117
  "aria-selected"?: (boolean | "true" | "false") | undefined;
112
118
  "aria-setsize"?: number | undefined;
@@ -258,9 +264,7 @@ declare const Chat: {
258
264
  onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
259
265
  onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
260
266
  onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
261
- onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
262
267
  onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
263
- onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
264
268
  onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
265
269
  onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
266
270
  onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
@@ -20,12 +20,12 @@ interface EditorStoryArgs extends ChatEditorArgs {
20
20
  onFileUpload?: (files: (File & CommentMedia)[]) => Promise<Data>;
21
21
  placeholderOptions?: Partial<PlaceholderOptions>;
22
22
  }
23
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, EditorStoryArgs>;
24
- export declare const Placeholder: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, EditorStoryArgs>;
25
- export declare const Menus: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, EditorStoryArgs>;
26
- export declare const WithInternals: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, EditorStoryArgs>;
27
- export declare const CustomBackground: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, EditorStoryArgs>;
28
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("./_types").ChatArgs & {
23
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
24
+ export declare const Placeholder: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
25
+ export declare const Menus: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
26
+ export declare const WithInternals: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
27
+ export declare const CustomBackground: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
28
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("./_types").ChatArgs & {
29
29
  children?: import("react").ReactNode;
30
30
  }>;
31
31
  export default _default;
@@ -5,7 +5,7 @@ interface Props {
5
5
  isLoadingMedia?: boolean;
6
6
  removeThumbnail?: () => void;
7
7
  showX?: boolean;
8
- isError?: boolean;
8
+ error?: string;
9
9
  }
10
- declare const Thumbnail: ({ src, type, removeThumbnail, clickThumbnail, showX, isLoadingMedia, isError, }: Props) => import("react/jsx-runtime").JSX.Element;
10
+ declare const Thumbnail: ({ src, type, removeThumbnail, clickThumbnail, showX, isLoadingMedia, error, }: Props) => import("react/jsx-runtime").JSX.Element;
11
11
  export default Thumbnail;
@@ -1,11 +1,3 @@
1
- export interface FileElement {
2
- fileName: string;
3
- fileType: string;
4
- errorCode?: "FILE_TOO_BIG" | "INVALID_FILE_EXTENSION" | "GENERIC_ERROR";
5
- previewUrl: string;
6
- internal_id: string;
7
- isLoadingMedia: boolean;
8
- }
9
1
  interface Props {
10
2
  openLightbox: (index: number) => void;
11
3
  }
@@ -1,4 +1,6 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
3
+ /// <reference types="trusted-types" />
2
4
  import { ChatArgs } from "../_types";
3
5
  export declare const ChatContainer: import("styled-components").IStyledComponent<"web", {
4
6
  isRecessed?: boolean | undefined;
@@ -10,15 +12,15 @@ export declare const ChatContainer: import("styled-components").IStyledComponent
10
12
  accessKey?: string | undefined;
11
13
  autoFocus?: boolean | undefined;
12
14
  className?: string | undefined;
13
- contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
15
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
14
16
  contextMenu?: string | undefined;
15
17
  dir?: string | undefined;
16
18
  draggable?: (boolean | "false" | "true") | undefined;
19
+ enterKeyHint?: "next" | "enter" | "done" | "go" | "previous" | "search" | "send" | undefined;
17
20
  hidden?: boolean | undefined;
18
21
  id?: string | undefined;
19
22
  lang?: string | undefined;
20
23
  nonce?: string | undefined;
21
- placeholder?: string | undefined;
22
24
  slot?: string | undefined;
23
25
  spellCheck?: (boolean | "false" | "true") | undefined;
24
26
  style?: import("react").CSSProperties | undefined;
@@ -55,14 +57,18 @@ export declare const ChatContainer: import("styled-components").IStyledComponent
55
57
  "aria-activedescendant"?: string | undefined;
56
58
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
57
59
  "aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
60
+ "aria-braillelabel"?: string | undefined;
61
+ "aria-brailleroledescription"?: string | undefined;
58
62
  "aria-busy"?: (boolean | "false" | "true") | undefined;
59
63
  "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
60
64
  "aria-colcount"?: number | undefined;
61
65
  "aria-colindex"?: number | undefined;
66
+ "aria-colindextext"?: string | undefined;
62
67
  "aria-colspan"?: number | undefined;
63
68
  "aria-controls"?: string | undefined;
64
69
  "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
65
70
  "aria-describedby"?: string | undefined;
71
+ "aria-description"?: string | undefined;
66
72
  "aria-details"?: string | undefined;
67
73
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
68
74
  "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
@@ -92,6 +98,7 @@ export declare const ChatContainer: import("styled-components").IStyledComponent
92
98
  "aria-roledescription"?: string | undefined;
93
99
  "aria-rowcount"?: number | undefined;
94
100
  "aria-rowindex"?: number | undefined;
101
+ "aria-rowindextext"?: string | undefined;
95
102
  "aria-rowspan"?: number | undefined;
96
103
  "aria-selected"?: (boolean | "false" | "true") | undefined;
97
104
  "aria-setsize"?: number | undefined;
@@ -243,9 +250,7 @@ export declare const ChatContainer: import("styled-components").IStyledComponent
243
250
  onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
244
251
  onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
245
252
  onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
246
- onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
247
253
  onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
248
- onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
249
254
  onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
250
255
  onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
251
256
  onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
@@ -268,11 +273,13 @@ export declare const ChatContainer: import("styled-components").IStyledComponent
268
273
  onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
269
274
  }> & ((props: import("../../cards/_types").CardProps) => import("react/jsx-runtime").JSX.Element);
270
275
  export declare const MessagesContainer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ChatArgs>>;
271
- export declare const EditorContainer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("@zendeskgarden/react-forms").IFauxInputProps & import("react").RefAttributes<HTMLDivElement>, {
276
+ export declare const EditorContainer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-forms").IFauxInputProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
277
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
278
+ }, {
272
279
  editable: boolean;
273
280
  }>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-forms").IFauxInputProps & import("react").RefAttributes<HTMLDivElement>> & {
274
281
  EndIcon: {
275
- (props: import("@zendeskgarden/react-forms").IFauxInputStartIconProps): JSX.Element;
282
+ (props: import("@zendeskgarden/react-forms").IFauxInputEndIconProps): JSX.Element;
276
283
  displayName: string;
277
284
  };
278
285
  StartIcon: {
@@ -1,4 +1,6 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
3
+ /// <reference types="trusted-types" />
2
4
  export declare const ChatTitle: import("styled-components").IStyledComponent<"web", {
3
5
  isRegular?: boolean | undefined;
4
6
  defaultChecked?: boolean | undefined;
@@ -8,15 +10,15 @@ export declare const ChatTitle: import("styled-components").IStyledComponent<"we
8
10
  accessKey?: string | undefined;
9
11
  autoFocus?: boolean | undefined;
10
12
  className?: string | undefined;
11
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
13
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
12
14
  contextMenu?: string | undefined;
13
15
  dir?: string | undefined;
14
16
  draggable?: (boolean | "true" | "false") | undefined;
17
+ enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
15
18
  hidden?: boolean | undefined;
16
19
  id?: string | undefined;
17
20
  lang?: string | undefined;
18
21
  nonce?: string | undefined;
19
- placeholder?: string | undefined;
20
22
  slot?: string | undefined;
21
23
  spellCheck?: (boolean | "true" | "false") | undefined;
22
24
  style?: import("react").CSSProperties | undefined;
@@ -48,19 +50,23 @@ export declare const ChatTitle: import("styled-components").IStyledComponent<"we
48
50
  results?: number | undefined;
49
51
  security?: string | undefined;
50
52
  unselectable?: "on" | "off" | undefined;
51
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
53
+ inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
52
54
  is?: string | undefined;
53
55
  "aria-activedescendant"?: string | undefined;
54
56
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
55
57
  "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
58
+ "aria-braillelabel"?: string | undefined;
59
+ "aria-brailleroledescription"?: string | undefined;
56
60
  "aria-busy"?: (boolean | "true" | "false") | undefined;
57
61
  "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
58
62
  "aria-colcount"?: number | undefined;
59
63
  "aria-colindex"?: number | undefined;
64
+ "aria-colindextext"?: string | undefined;
60
65
  "aria-colspan"?: number | undefined;
61
66
  "aria-controls"?: string | undefined;
62
67
  "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
63
68
  "aria-describedby"?: string | undefined;
69
+ "aria-description"?: string | undefined;
64
70
  "aria-details"?: string | undefined;
65
71
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
66
72
  "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
@@ -90,6 +96,7 @@ export declare const ChatTitle: import("styled-components").IStyledComponent<"we
90
96
  "aria-roledescription"?: string | undefined;
91
97
  "aria-rowcount"?: number | undefined;
92
98
  "aria-rowindex"?: number | undefined;
99
+ "aria-rowindextext"?: string | undefined;
93
100
  "aria-rowspan"?: number | undefined;
94
101
  "aria-selected"?: (boolean | "true" | "false") | undefined;
95
102
  "aria-setsize"?: number | undefined;
@@ -241,9 +248,7 @@ export declare const ChatTitle: import("styled-components").IStyledComponent<"we
241
248
  onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
242
249
  onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
243
250
  onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
244
- onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
245
251
  onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
246
- onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
247
252
  onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
248
253
  onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
249
254
  onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
@@ -1,5 +1,5 @@
1
1
  import { ColorSwatchProps } from "./_types";
2
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, ColorSwatchProps>;
3
- export declare const WithoutLabels: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, ColorSwatchProps>;
4
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, ColorSwatchProps>;
2
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ColorSwatchProps>;
3
+ export declare const WithoutLabels: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ColorSwatchProps>;
4
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, ColorSwatchProps>;
5
5
  export default _default;
@@ -1,4 +1,4 @@
1
1
  import { DrawerArgs } from "./_types";
2
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, DrawerArgs>;
3
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, DrawerArgs>;
2
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, DrawerArgs>;
3
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, DrawerArgs>;
4
4
  export default _default;
@@ -2,7 +2,7 @@ import { AutocompleteArgs } from "./_types";
2
2
  interface AutocompleteStoryArgs extends AutocompleteArgs {
3
3
  allowNew?: boolean;
4
4
  }
5
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, AutocompleteStoryArgs>;
6
- export declare const WithMedia: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, AutocompleteStoryArgs>;
7
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, AutocompleteArgs>;
5
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, AutocompleteStoryArgs>;
6
+ export declare const WithMedia: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, AutocompleteStoryArgs>;
7
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, AutocompleteArgs>;
8
8
  export default _default;
@@ -1,4 +1,4 @@
1
1
  import { CounterMultiselectArgs } from "./_types";
2
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, CounterMultiselectArgs>;
3
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, CounterMultiselectArgs>;
2
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CounterMultiselectArgs>;
3
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, CounterMultiselectArgs>;
4
4
  export default _default;
@@ -1,5 +1,8 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
3
+ /// <reference types="trusted-types" />
2
4
  declare const Field: import("styled-components").IStyledComponent<"web", {
5
+ style?: import("react").CSSProperties | undefined;
3
6
  defaultChecked?: boolean | undefined;
4
7
  defaultValue?: string | number | readonly string[] | undefined;
5
8
  suppressContentEditableWarning?: boolean | undefined;
@@ -7,18 +10,17 @@ declare const Field: import("styled-components").IStyledComponent<"web", {
7
10
  accessKey?: string | undefined;
8
11
  autoFocus?: boolean | undefined;
9
12
  className?: string | undefined;
10
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
13
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
11
14
  contextMenu?: string | undefined;
12
15
  dir?: string | undefined;
13
16
  draggable?: (boolean | "true" | "false") | undefined;
17
+ enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
14
18
  hidden?: boolean | undefined;
15
19
  id?: string | undefined;
16
20
  lang?: string | undefined;
17
21
  nonce?: string | undefined;
18
- placeholder?: string | undefined;
19
22
  slot?: string | undefined;
20
23
  spellCheck?: (boolean | "true" | "false") | undefined;
21
- style?: import("react").CSSProperties | undefined;
22
24
  tabIndex?: number | undefined;
23
25
  title?: string | undefined;
24
26
  translate?: "yes" | "no" | undefined;
@@ -47,19 +49,23 @@ declare const Field: import("styled-components").IStyledComponent<"web", {
47
49
  results?: number | undefined;
48
50
  security?: string | undefined;
49
51
  unselectable?: "on" | "off" | undefined;
50
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
52
+ inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
51
53
  is?: string | undefined;
52
54
  "aria-activedescendant"?: string | undefined;
53
55
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
54
56
  "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
57
+ "aria-braillelabel"?: string | undefined;
58
+ "aria-brailleroledescription"?: string | undefined;
55
59
  "aria-busy"?: (boolean | "true" | "false") | undefined;
56
60
  "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
57
61
  "aria-colcount"?: number | undefined;
58
62
  "aria-colindex"?: number | undefined;
63
+ "aria-colindextext"?: string | undefined;
59
64
  "aria-colspan"?: number | undefined;
60
65
  "aria-controls"?: string | undefined;
61
66
  "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
62
67
  "aria-describedby"?: string | undefined;
68
+ "aria-description"?: string | undefined;
63
69
  "aria-details"?: string | undefined;
64
70
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
65
71
  "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
@@ -89,6 +95,7 @@ declare const Field: import("styled-components").IStyledComponent<"web", {
89
95
  "aria-roledescription"?: string | undefined;
90
96
  "aria-rowcount"?: number | undefined;
91
97
  "aria-rowindex"?: number | undefined;
98
+ "aria-rowindextext"?: string | undefined;
92
99
  "aria-rowspan"?: number | undefined;
93
100
  "aria-selected"?: (boolean | "true" | "false") | undefined;
94
101
  "aria-setsize"?: number | undefined;
@@ -240,9 +247,7 @@ declare const Field: import("styled-components").IStyledComponent<"web", {
240
247
  onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
241
248
  onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
242
249
  onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
243
- onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
244
250
  onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
245
- onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
246
251
  onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
247
252
  onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
248
253
  onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
@@ -263,7 +268,7 @@ declare const Field: import("styled-components").IStyledComponent<"web", {
263
268
  onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
264
269
  onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
265
270
  onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
266
- ref?: import("react").Ref<HTMLDivElement> | undefined;
267
271
  key?: import("react").Key | null | undefined;
272
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
268
273
  }> & import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
269
274
  export { Field };
@@ -1,4 +1,4 @@
1
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, any>;
2
- export declare const Nested: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, any>;
3
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("./_types").MenuArgs>;
1
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, any>;
2
+ export declare const Nested: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, any>;
3
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("./_types").MenuArgs>;
4
4
  export default _default;
@@ -1,3 +1,4 @@
1
+ /// <reference types="trusted-types" />
1
2
  import { PropsWithChildren } from "react";
2
3
  import { SelectArgs, DropdownArgs, MessageArgs } from "./_types";
3
4
  /**
@@ -23,15 +24,15 @@ declare const Dropdown: {
23
24
  accessKey?: string | undefined;
24
25
  autoFocus?: boolean | undefined;
25
26
  className?: string | undefined;
26
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
27
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
27
28
  contextMenu?: string | undefined;
28
29
  dir?: string | undefined;
29
30
  draggable?: (boolean | "true" | "false") | undefined;
31
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
30
32
  hidden?: boolean | undefined;
31
33
  id?: string | undefined;
32
34
  lang?: string | undefined;
33
35
  nonce?: string | undefined;
34
- placeholder?: string | undefined;
35
36
  slot?: string | undefined;
36
37
  spellCheck?: (boolean | "true" | "false") | undefined;
37
38
  style?: import("react").CSSProperties | undefined;
@@ -68,14 +69,18 @@ declare const Dropdown: {
68
69
  "aria-activedescendant"?: string | undefined;
69
70
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
70
71
  "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
72
+ "aria-braillelabel"?: string | undefined;
73
+ "aria-brailleroledescription"?: string | undefined;
71
74
  "aria-busy"?: (boolean | "true" | "false") | undefined;
72
75
  "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
73
76
  "aria-colcount"?: number | undefined;
74
77
  "aria-colindex"?: number | undefined;
78
+ "aria-colindextext"?: string | undefined;
75
79
  "aria-colspan"?: number | undefined;
76
80
  "aria-controls"?: string | undefined;
77
81
  "aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
78
82
  "aria-describedby"?: string | undefined;
83
+ "aria-description"?: string | undefined;
79
84
  "aria-details"?: string | undefined;
80
85
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
81
86
  "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
@@ -105,6 +110,7 @@ declare const Dropdown: {
105
110
  "aria-roledescription"?: string | undefined;
106
111
  "aria-rowcount"?: number | undefined;
107
112
  "aria-rowindex"?: number | undefined;
113
+ "aria-rowindextext"?: string | undefined;
108
114
  "aria-rowspan"?: number | undefined;
109
115
  "aria-selected"?: (boolean | "true" | "false") | undefined;
110
116
  "aria-setsize"?: number | undefined;
@@ -256,9 +262,7 @@ declare const Dropdown: {
256
262
  onPointerCancel?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
257
263
  onPointerCancelCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
258
264
  onPointerEnter?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
259
- onPointerEnterCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
260
265
  onPointerLeave?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
261
- onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
262
266
  onPointerOver?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
263
267
  onPointerOverCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
264
268
  onPointerOut?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { DropdownArgs, SelectArgs } from "./_types";
3
2
  import { MenuArgs } from "../menu/_types";
4
3
  interface IItem {
@@ -13,9 +12,9 @@ interface MenuStoryArgs {
13
12
  validation?: "success" | "warning" | "error";
14
13
  hasHelpText?: boolean;
15
14
  }
16
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, MenuStoryArgs>;
17
- export declare const Validation: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, MenuStoryArgs>;
18
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, DropdownArgs & {
15
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, MenuStoryArgs>;
16
+ export declare const Validation: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, MenuStoryArgs>;
17
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, DropdownArgs & {
19
18
  children?: import("react").ReactNode;
20
19
  }>;
21
20
  export default _default;
@@ -1,14 +1,13 @@
1
- /// <reference types="react" />
2
1
  import { EditorArgs } from "./_types";
3
2
  interface EditorStoryArgs extends EditorArgs {
4
3
  children?: any;
5
4
  }
6
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, EditorStoryArgs>;
7
- export declare const Placeholder: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, EditorStoryArgs>;
8
- export declare const BubbleMenu: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, EditorStoryArgs>;
9
- export declare const ReadOnly: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, EditorStoryArgs>;
10
- export declare const Validation: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, EditorStoryArgs>;
11
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, EditorArgs & {
5
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
6
+ export declare const Placeholder: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
7
+ export declare const BubbleMenu: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
8
+ export declare const ReadOnly: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
9
+ export declare const Validation: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
10
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, EditorArgs & {
12
11
  children?: import("react").ReactNode;
13
12
  }>;
14
13
  export default _default;
@@ -5,7 +5,7 @@ interface FormProps {
5
5
  onSubmit: (e: any) => void;
6
6
  };
7
7
  }
8
- export declare const SingleCard: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, CheckboxCardArgs>;
9
- export declare const MultipleCards: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, FormProps>;
10
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, CheckboxCardArgs>;
8
+ export declare const SingleCard: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CheckboxCardArgs>;
9
+ export declare const MultipleCards: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, FormProps>;
10
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, CheckboxCardArgs>;
11
11
  export default _default;
@@ -1,4 +1,4 @@
1
1
  import { CheckboxArgs } from "./_types";
2
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, CheckboxArgs>;
3
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, CheckboxArgs>;
2
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CheckboxArgs>;
3
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, CheckboxArgs>;
4
4
  export default _default;