@appquality/unguess-design-system 3.1.91-beta-attachments → 3.1.91-highlight

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 (164) hide show
  1. package/CHANGELOG.md +481 -0
  2. package/build/index.d.ts +12 -10
  3. package/build/index.js +1980 -1022
  4. package/build/stories/accordions/index.stories.d.ts +5 -5
  5. package/build/stories/alerts/index.d.ts +9 -7
  6. package/build/stories/alerts/index.stories.d.ts +2 -2
  7. package/build/stories/avatar/InternalAvatar.d.ts +2 -0
  8. package/build/stories/avatar/index.stories.d.ts +4 -4
  9. package/build/stories/breadcrumbs/index.stories.d.ts +2 -2
  10. package/build/stories/buttons/anchor/index.stories.d.ts +4 -4
  11. package/build/stories/buttons/button/index.d.ts +11 -9
  12. package/build/stories/buttons/button/index.stories.d.ts +6 -6
  13. package/build/stories/buttons/button-group/index.stories.d.ts +4 -4
  14. package/build/stories/buttons/icon-button/index.stories.d.ts +5 -5
  15. package/build/stories/buttons/split-button/index.stories.d.ts +2 -2
  16. package/build/stories/buttons/utils.d.ts +96 -90
  17. package/build/stories/campaign-cards/index.stories.d.ts +3 -3
  18. package/build/stories/cards/container.stories.d.ts +2 -2
  19. package/build/stories/cards/index.stories.d.ts +3 -3
  20. package/build/stories/charts/bar/index.stories.d.ts +3 -3
  21. package/build/stories/charts/bullet/index.stories.d.ts +3 -3
  22. package/build/stories/charts/halfPie/index.stories.d.ts +2 -2
  23. package/build/stories/charts/pie/index.stories.d.ts +4 -4
  24. package/build/stories/charts/sentiment/index.stories.d.ts +3 -3
  25. package/build/stories/charts/sunburst/index.stories.d.ts +3 -3
  26. package/build/stories/charts/waffle/index.stories.d.ts +3 -3
  27. package/build/stories/chat/_types.d.ts +7 -4
  28. package/build/stories/chat/context/chatContext.d.ts +8 -6
  29. package/build/stories/chat/hooks/useMedia.d.ts +8 -0
  30. package/build/stories/chat/index.d.ts +6 -4
  31. package/build/stories/chat/index.stories.d.ts +9 -10
  32. package/build/stories/chat/parts/MediaLightbox.d.ts +14 -0
  33. package/build/stories/chat/parts/ThumbnailContainer/Thumbnail.d.ts +11 -0
  34. package/build/stories/chat/parts/ThumbnailContainer/index.d.ts +1 -8
  35. package/build/stories/chat/parts/comment.d.ts +2 -7
  36. package/build/stories/chat/parts/containers.d.ts +11 -7
  37. package/build/stories/chat/parts/header.d.ts +6 -4
  38. package/build/stories/color-swatch/index.stories.d.ts +3 -3
  39. package/build/stories/drawers/index.stories.d.ts +2 -2
  40. package/build/stories/dropdowns/autocomplete/index.stories.d.ts +3 -3
  41. package/build/stories/dropdowns/countermultiselect/index.stories.d.ts +2 -2
  42. package/build/stories/dropdowns/field/index.d.ts +8 -6
  43. package/build/stories/dropdowns/menu/index.stories.d.ts +3 -3
  44. package/build/stories/dropdowns/select/index.d.ts +6 -4
  45. package/build/stories/dropdowns/select/index.stories.d.ts +3 -3
  46. package/build/stories/editor/index.stories.d.ts +6 -6
  47. package/build/stories/editorWithHighlight/_data.d.ts +17 -0
  48. package/build/stories/editorWithHighlight/floatingMenu.d.ts +5 -0
  49. package/build/stories/editorWithHighlight/index.d.ts +32 -0
  50. package/build/stories/editorWithHighlight/index.stories.d.ts +7 -0
  51. package/build/stories/editorWithHighlight/nodes/active.d.ts +4 -0
  52. package/build/stories/editorWithHighlight/nodes/observation/Component.d.ts +6 -0
  53. package/build/stories/editorWithHighlight/nodes/observation/index.d.ts +2 -0
  54. package/build/stories/editorWithHighlight/nodes/paragraph/Component.d.ts +6 -0
  55. package/build/stories/editorWithHighlight/nodes/paragraph/index.d.ts +2 -0
  56. package/build/stories/editorWithHighlight/nodes/word.d.ts +2 -0
  57. package/build/stories/editorWithHighlight/search.d.ts +8 -0
  58. package/build/stories/editorWithHighlight/useEditor.d.ts +14 -0
  59. package/build/stories/forms/checkbox/cards/index.stories.d.ts +3 -3
  60. package/build/stories/forms/checkbox/index.stories.d.ts +2 -2
  61. package/build/stories/forms/input/index.d.ts +10 -8
  62. package/build/stories/forms/input/index.stories.d.ts +5 -5
  63. package/build/stories/forms/input-toggle/index.d.ts +6 -4
  64. package/build/stories/forms/input-toggle/index.stories.d.ts +6 -6
  65. package/build/stories/forms/mediaInput/index.stories.d.ts +5 -5
  66. package/build/stories/forms/radio/cards/index.stories.d.ts +3 -3
  67. package/build/stories/forms/radio/index.stories.d.ts +3 -3
  68. package/build/stories/forms/textarea/index.stories.d.ts +4 -4
  69. package/build/stories/forms/toggle/index.stories.d.ts +2 -2
  70. package/build/stories/grid/col/index.stories.d.ts +4 -4
  71. package/build/stories/grid/grid/index.stories.d.ts +4 -4
  72. package/build/stories/grid/row/index.stories.d.ts +2 -2
  73. package/build/stories/highlight/CreateObservationButton.d.ts +19 -0
  74. package/build/stories/highlight/_types.d.ts +39 -0
  75. package/build/stories/highlight/demo-parts/data.d.ts +55 -0
  76. package/build/stories/highlight/demo-parts/sentiment-tag.d.ts +7 -0
  77. package/build/stories/highlight/demo-parts/transcript-base.d.ts +5 -0
  78. package/build/stories/highlight/demo-parts/transcript-diarization.d.ts +5 -0
  79. package/build/stories/highlight/demo-parts/transcript-paragraph.d.ts +5 -0
  80. package/build/stories/highlight/demo-parts/transcript-sentiment.d.ts +5 -0
  81. package/build/stories/highlight/highlightContext.d.ts +10 -0
  82. package/build/stories/highlight/index.d.ts +10 -0
  83. package/build/stories/highlight/index.stories.d.ts +18 -0
  84. package/build/stories/highlight/searchable.d.ts +3 -0
  85. package/build/stories/icons/index.stories.d.ts +2 -2
  86. package/build/stories/info-cards/index.stories.d.ts +3 -3
  87. package/build/stories/label/index.d.ts +9 -7
  88. package/build/stories/label/index.stories.d.ts +3 -3
  89. package/build/stories/lightbox/index.stories.d.ts +2 -2
  90. package/build/stories/lightbox/parts/body.d.ts +18 -12
  91. package/build/stories/lightbox/parts/footer.d.ts +7 -5
  92. package/build/stories/loaders/dots/index.stories.d.ts +2 -2
  93. package/build/stories/loaders/progress/index.stories.d.ts +2 -2
  94. package/build/stories/loaders/skeleton/index.stories.d.ts +3 -3
  95. package/build/stories/loaders/spinner/index.stories.d.ts +2 -2
  96. package/build/stories/login-form/index.stories.d.ts +3 -3
  97. package/build/stories/logo/index.stories.d.ts +2 -2
  98. package/build/stories/modals/fullscreen/index.d.ts +40 -32
  99. package/build/stories/modals/fullscreen/index.stories.d.ts +2 -2
  100. package/build/stories/modals/index.d.ts +8 -6
  101. package/build/stories/modals/index.stories.d.ts +5 -5
  102. package/build/stories/multiselect/index.stories.d.ts +3 -3
  103. package/build/stories/navigation/app-header/index.stories.d.ts +3 -3
  104. package/build/stories/navigation/header/header-item/brandItem.d.ts +9 -7
  105. package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +3 -1
  106. package/build/stories/navigation/page-header/index.d.ts +38 -26
  107. package/build/stories/navigation/page-header/index.stories.d.ts +5 -5
  108. package/build/stories/navigation/page-header/styled/main.d.ts +40 -28
  109. package/build/stories/notifications/index.stories.d.ts +3 -3
  110. package/build/stories/pagination/index.stories.d.ts +3 -3
  111. package/build/stories/player/_types.d.ts +38 -1
  112. package/build/stories/player/context/progressContext.d.ts +16 -0
  113. package/build/stories/player/hooks/usePictureInPicture.d.ts +4 -0
  114. package/build/stories/player/index.d.ts +7 -2
  115. package/build/stories/player/index.stories.d.ts +7 -5
  116. package/build/stories/player/parts/CutStart.d.ts +4 -0
  117. package/build/stories/player/parts/bookmark.d.ts +2 -0
  118. package/build/stories/player/parts/controlButton.d.ts +291 -0
  119. package/build/stories/player/parts/controls.d.ts +14 -6
  120. package/build/stories/player/parts/controlsCenterGroup.d.ts +2 -1
  121. package/build/stories/player/parts/cutterButton.d.ts +6 -0
  122. package/build/stories/player/parts/floatingControls.d.ts +1 -0
  123. package/build/stories/player/parts/progress.d.ts +11 -0
  124. package/build/stories/player/parts/timeLabel.d.ts +2 -2
  125. package/build/stories/product-cards/index.stories.d.ts +3 -3
  126. package/build/stories/profile-modal/components/menuItem.d.ts +6 -4
  127. package/build/stories/profile-modal/index.stories.d.ts +2 -2
  128. package/build/stories/service-cards/index.stories.d.ts +3 -3
  129. package/build/stories/slider/index.stories.d.ts +3 -3
  130. package/build/stories/slider/parts/container.d.ts +6 -4
  131. package/build/stories/special-cards/index.d.ts +42 -30
  132. package/build/stories/special-cards/index.stories.d.ts +2 -2
  133. package/build/stories/special-cards/styled/header.d.ts +33 -21
  134. package/build/stories/stepper/index.d.ts +27 -21
  135. package/build/stories/stepper/index.stories.d.ts +3 -3
  136. package/build/stories/table/index.stories.d.ts +11 -11
  137. package/build/stories/tabs/index.stories.d.ts +3 -3
  138. package/build/stories/tags/index.d.ts +24 -20
  139. package/build/stories/tags/index.stories.d.ts +6 -6
  140. package/build/stories/theme/palette.stories.d.ts +1 -1
  141. package/build/stories/tiles/index.stories.d.ts +4 -4
  142. package/build/stories/timeline/index.d.ts +11 -7
  143. package/build/stories/timeline/index.stories.d.ts +4 -4
  144. package/build/stories/title/index.stories.d.ts +2 -2
  145. package/build/stories/tooltip/_types.d.ts +1 -0
  146. package/build/stories/tooltip/index.d.ts +8 -5
  147. package/build/stories/tooltip/index.stories.d.ts +3 -2
  148. package/build/stories/tooltip-modal/index.stories.d.ts +2 -2
  149. package/build/stories/typography/block-quote/index.stories.d.ts +2 -2
  150. package/build/stories/typography/code/index.stories.d.ts +4 -4
  151. package/build/stories/typography/ellipsis/index.stories.d.ts +2 -2
  152. package/build/stories/typography/lists/ordered.stories.d.ts +2 -2
  153. package/build/stories/typography/lists/unordered.stories.d.ts +2 -2
  154. package/build/stories/typography/paragraph/index.stories.d.ts +2 -2
  155. package/build/stories/typography/span/index.stories.d.ts +2 -2
  156. package/build/stories/typography/typescale/anchortag/index.stories.d.ts +2 -2
  157. package/build/stories/typography/typescale/index.d.ts +26 -12
  158. package/build/stories/typography/typescale/index.stories.d.ts +2 -2
  159. package/package.json +20 -13
  160. package/yarn-error.log +13975 -0
  161. package/.vscode/settings.json +0 -3
  162. package/build/stories/chat/parts/ThumbnailContainer/ImageThumbnail.d.ts +0 -11
  163. package/build/stories/chat/parts/ThumbnailContainer/VideoThumbnail.d.ts +0 -11
  164. /package/build/stories/player/{parts/utils.d.ts → utils.d.ts} +0 -0
@@ -0,0 +1,14 @@
1
+ export declare const useEditor: ({ content, currentTime, onSetCurrentTime, }: {
2
+ content?: {
3
+ start: number;
4
+ end: number;
5
+ speaker: number;
6
+ words: {
7
+ start: number;
8
+ end: number;
9
+ word: string;
10
+ }[];
11
+ }[] | undefined;
12
+ currentTime?: number | undefined;
13
+ onSetCurrentTime?: ((time: number) => void) | undefined;
14
+ }, deps?: React.DependencyList) => import("@tiptap/react").Editor | null;
@@ -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;
@@ -1,6 +1,8 @@
1
1
  /// <reference types="react" />
2
2
  import { InputArgs } from "./_types";
3
3
  declare const Hint: import("styled-components").IStyledComponent<"web", {
4
+ style?: import("react").CSSProperties | undefined;
5
+ onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
4
6
  defaultChecked?: boolean | undefined;
5
7
  defaultValue?: string | number | readonly string[] | undefined;
6
8
  suppressContentEditableWarning?: boolean | undefined;
@@ -8,7 +10,7 @@ declare const Hint: import("styled-components").IStyledComponent<"web", {
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;
@@ -16,10 +18,8 @@ declare const Hint: import("styled-components").IStyledComponent<"web", {
16
18
  id?: string | undefined;
17
19
  lang?: string | undefined;
18
20
  nonce?: string | undefined;
19
- placeholder?: string | undefined;
20
21
  slot?: string | undefined;
21
22
  spellCheck?: (boolean | "true" | "false") | undefined;
22
- style?: import("react").CSSProperties | undefined;
23
23
  tabIndex?: number | undefined;
24
24
  title?: string | undefined;
25
25
  translate?: "yes" | "no" | undefined;
@@ -47,20 +47,24 @@ declare const Hint: import("styled-components").IStyledComponent<"web", {
47
47
  itemRef?: string | undefined;
48
48
  results?: number | undefined;
49
49
  security?: string | undefined;
50
- unselectable?: "on" | "off" | undefined;
50
+ unselectable?: "off" | "on" | undefined;
51
51
  inputMode?: "text" | "search" | "email" | "tel" | "url" | "none" | "numeric" | "decimal" | undefined;
52
52
  is?: string | undefined;
53
53
  "aria-activedescendant"?: string | undefined;
54
54
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
55
55
  "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
56
+ "aria-braillelabel"?: string | undefined;
57
+ "aria-brailleroledescription"?: string | undefined;
56
58
  "aria-busy"?: (boolean | "true" | "false") | undefined;
57
59
  "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
58
60
  "aria-colcount"?: number | undefined;
59
61
  "aria-colindex"?: number | undefined;
62
+ "aria-colindextext"?: string | undefined;
60
63
  "aria-colspan"?: number | undefined;
61
64
  "aria-controls"?: string | undefined;
62
65
  "aria-current"?: boolean | "time" | "step" | "date" | "true" | "false" | "page" | "location" | undefined;
63
66
  "aria-describedby"?: string | undefined;
67
+ "aria-description"?: string | undefined;
64
68
  "aria-details"?: string | undefined;
65
69
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
66
70
  "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
@@ -90,6 +94,7 @@ declare const Hint: import("styled-components").IStyledComponent<"web", {
90
94
  "aria-roledescription"?: string | undefined;
91
95
  "aria-rowcount"?: number | undefined;
92
96
  "aria-rowindex"?: number | undefined;
97
+ "aria-rowindextext"?: string | undefined;
93
98
  "aria-rowspan"?: number | undefined;
94
99
  "aria-selected"?: (boolean | "true" | "false") | undefined;
95
100
  "aria-setsize"?: number | undefined;
@@ -118,7 +123,6 @@ declare const Hint: import("styled-components").IStyledComponent<"web", {
118
123
  onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
119
124
  onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
120
125
  onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
121
- onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
122
126
  onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
123
127
  onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
124
128
  onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
@@ -241,9 +245,7 @@ declare const Hint: import("styled-components").IStyledComponent<"web", {
241
245
  onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
242
246
  onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
243
247
  onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
244
- onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
245
248
  onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
246
- onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
247
249
  onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
248
250
  onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
249
251
  onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
@@ -264,8 +266,8 @@ declare const Hint: import("styled-components").IStyledComponent<"web", {
264
266
  onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
265
267
  onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
266
268
  onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
267
- ref?: import("react").Ref<HTMLDivElement> | undefined;
268
269
  key?: import("react").Key | null | undefined;
270
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
269
271
  }> & import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
270
272
  /**
271
273
  * An Input lets users enter text into a field.
@@ -1,8 +1,8 @@
1
1
  /// <reference types="react" />
2
2
  import { InputArgs } from "./_types";
3
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, InputArgs>;
4
- export declare const Success: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, InputArgs>;
5
- export declare const Warning: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, InputArgs>;
6
- export declare const Error: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, InputArgs>;
7
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, InputArgs & import("react").RefAttributes<HTMLInputElement>>;
3
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InputArgs>;
4
+ export declare const Success: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InputArgs>;
5
+ export declare const Warning: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InputArgs>;
6
+ export declare const Error: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InputArgs>;
7
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, InputArgs & import("react").RefAttributes<HTMLInputElement>>;
8
8
  export default _default;
@@ -15,14 +15,13 @@ declare const InputToggle: {
15
15
  accessKey?: string | undefined;
16
16
  autoFocus?: boolean | undefined;
17
17
  className?: string | undefined;
18
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
18
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
19
19
  contextMenu?: string | undefined;
20
20
  dir?: string | undefined;
21
21
  draggable?: (boolean | "true" | "false") | undefined;
22
22
  id?: string | undefined;
23
23
  lang?: string | undefined;
24
24
  nonce?: string | undefined;
25
- placeholder?: string | undefined;
26
25
  slot?: string | undefined;
27
26
  spellCheck?: (boolean | "true" | "false") | undefined;
28
27
  style?: import("react").CSSProperties | undefined;
@@ -59,14 +58,18 @@ declare const InputToggle: {
59
58
  "aria-activedescendant"?: string | undefined;
60
59
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
61
60
  "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
61
+ "aria-braillelabel"?: string | undefined;
62
+ "aria-brailleroledescription"?: string | undefined;
62
63
  "aria-busy"?: (boolean | "true" | "false") | undefined;
63
64
  "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
64
65
  "aria-colcount"?: number | undefined;
65
66
  "aria-colindex"?: number | undefined;
67
+ "aria-colindextext"?: string | undefined;
66
68
  "aria-colspan"?: number | undefined;
67
69
  "aria-controls"?: string | undefined;
68
70
  "aria-current"?: boolean | "step" | "time" | "true" | "false" | "page" | "location" | "date" | undefined;
69
71
  "aria-describedby"?: string | undefined;
72
+ "aria-description"?: string | undefined;
70
73
  "aria-details"?: string | undefined;
71
74
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
72
75
  "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
@@ -96,6 +99,7 @@ declare const InputToggle: {
96
99
  "aria-roledescription"?: string | undefined;
97
100
  "aria-rowcount"?: number | undefined;
98
101
  "aria-rowindex"?: number | undefined;
102
+ "aria-rowindextext"?: string | undefined;
99
103
  "aria-rowspan"?: number | undefined;
100
104
  "aria-selected"?: (boolean | "true" | "false") | undefined;
101
105
  "aria-setsize"?: number | undefined;
@@ -247,9 +251,7 @@ declare const InputToggle: {
247
251
  onPointerCancel?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
248
252
  onPointerCancelCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
249
253
  onPointerEnter?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
250
- onPointerEnterCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
251
254
  onPointerLeave?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
252
- onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
253
255
  onPointerOver?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
254
256
  onPointerOverCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
255
257
  onPointerOut?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
@@ -3,10 +3,10 @@ interface InputStoryArgs extends InputToggleArgs {
3
3
  label: string;
4
4
  message: string;
5
5
  }
6
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, InputStoryArgs>;
7
- export declare const Success: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, InputStoryArgs>;
8
- export declare const Warning: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, InputStoryArgs>;
9
- export declare const Error: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, InputStoryArgs>;
10
- export declare const WithLabel: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, InputStoryArgs>;
11
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, InputToggleArgs>;
6
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InputStoryArgs>;
7
+ export declare const Success: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InputStoryArgs>;
8
+ export declare const Warning: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InputStoryArgs>;
9
+ export declare const Error: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InputStoryArgs>;
10
+ export declare const WithLabel: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InputStoryArgs>;
11
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, InputToggleArgs>;
12
12
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { MediaInputArgs } from "./_types";
2
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, MediaInputArgs>;
3
- export declare const Success: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, MediaInputArgs>;
4
- export declare const Warning: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, MediaInputArgs>;
5
- export declare const Error: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, MediaInputArgs>;
6
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, MediaInputArgs>;
2
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, MediaInputArgs>;
3
+ export declare const Success: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, MediaInputArgs>;
4
+ export declare const Warning: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, MediaInputArgs>;
5
+ export declare const Error: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, MediaInputArgs>;
6
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, MediaInputArgs>;
7
7
  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, RadioCardArgs>;
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, RadioCardArgs>;
8
+ export declare const SingleCard: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, RadioCardArgs>;
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, RadioCardArgs>;
11
11
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { RadioArgs } from "./_types";
2
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, RadioArgs>;
3
- export declare const Checked: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, RadioArgs>;
4
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, RadioArgs>;
2
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, RadioArgs>;
3
+ export declare const Checked: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, RadioArgs>;
4
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, RadioArgs>;
5
5
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { TextareaArgs } from "./_types";
2
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, TextareaArgs>;
3
- export declare const Warning: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, TextareaArgs>;
4
- export declare const Resize: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, TextareaArgs>;
5
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, TextareaArgs>;
2
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TextareaArgs>;
3
+ export declare const Warning: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TextareaArgs>;
4
+ export declare const Resize: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TextareaArgs>;
5
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, TextareaArgs>;
6
6
  export default _default;
@@ -3,6 +3,6 @@ import { ToggleArgs } from "./_types";
3
3
  interface ToggleStoryProps extends ToggleArgs {
4
4
  label: LabelArgs;
5
5
  }
6
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, ToggleStoryProps>;
7
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, ToggleArgs>;
6
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ToggleStoryProps>;
7
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, ToggleArgs>;
8
8
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { ColArgs } from "./_types";
2
- export declare const Basic: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, ColArgs>;
3
- export declare const Breaks: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, ColArgs>;
4
- export declare const Offset: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, ColArgs>;
5
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, ColArgs>;
2
+ export declare const Basic: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ColArgs>;
3
+ export declare const Breaks: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ColArgs>;
4
+ export declare const Offset: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ColArgs>;
5
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, ColArgs>;
6
6
  export default _default;
@@ -3,8 +3,8 @@ import { GridArgs } from "./_types";
3
3
  interface GridProps extends GridArgs {
4
4
  rows: Array<RowStoryArg>;
5
5
  }
6
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, GridProps>;
7
- export declare const EqualColumns: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, GridProps>;
8
- export declare const OneWiderColumn: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, GridProps>;
9
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, GridArgs>;
6
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, GridProps>;
7
+ export declare const EqualColumns: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, GridProps>;
8
+ export declare const OneWiderColumn: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, GridProps>;
9
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, GridArgs>;
10
10
  export default _default;
@@ -3,6 +3,6 @@ import { ColArgs } from "../col/_types";
3
3
  export interface RowStoryArg extends RowArgs {
4
4
  cols: Array<ColArgs>;
5
5
  }
6
- export declare const Basic: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, RowStoryArg>;
7
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, RowArgs>;
6
+ export declare const Basic: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, RowStoryArg>;
7
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, RowArgs>;
8
8
  export default _default;
@@ -0,0 +1,19 @@
1
+ /// <reference types="react" />
2
+ declare const CreateObservationButton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("../buttons/button/_types").ButtonArgs & import("react").RefAttributes<HTMLButtonElement>, "ref"> & {
3
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
4
+ }, {
5
+ position: {
6
+ x: number;
7
+ y: number;
8
+ };
9
+ }>> & import("react").ForwardRefExoticComponent<import("../buttons/button/_types").ButtonArgs & import("react").RefAttributes<HTMLButtonElement>> & {
10
+ EndIcon: {
11
+ (props: import("@zendeskgarden/react-buttons").IButtonEndIconProps): import("react").JSX.Element;
12
+ displayName: string;
13
+ };
14
+ StartIcon: {
15
+ (props: import("@zendeskgarden/react-buttons").IButtonEndIconProps): import("react").JSX.Element;
16
+ displayName: string;
17
+ };
18
+ };
19
+ export { CreateObservationButton };
@@ -0,0 +1,39 @@
1
+ import { ISpanProps } from "@zendeskgarden/react-typography";
2
+ import { ReactNode } from "react";
3
+ import { IBookmark } from "../player/_types";
4
+ export interface HighlightArgs {
5
+ /**
6
+ * Applies a font color. Use [PALETTE](/components/palette#palette) colors
7
+ * when possible. Accepts all hex values.
8
+ */
9
+ hue?: string;
10
+ /** Updates the element's HTML tag */
11
+ tag?: any;
12
+ /** Applies bold font style. Font weight is inherited by default. */
13
+ isBold?: boolean;
14
+ /** Renders with monospace font */
15
+ isMonospace?: boolean;
16
+ /** Adjusts the font size. By default font size is medium */
17
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl";
18
+ search?: string;
19
+ onSelectionButtonClick?: (part: {
20
+ from: number;
21
+ to: number;
22
+ text: string;
23
+ }) => void;
24
+ i18n?: {
25
+ selectionButtonLabel: string;
26
+ };
27
+ }
28
+ export interface Observation extends Omit<IBookmark, "onClick"> {
29
+ color?: string;
30
+ }
31
+ export interface WordProps extends ISpanProps {
32
+ start: number;
33
+ end: number;
34
+ currentTime?: number;
35
+ observations?: Observation[];
36
+ text: string;
37
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | "xxxl";
38
+ tooltipContent?: (observations: Observation[]) => ReactNode;
39
+ }
@@ -0,0 +1,55 @@
1
+ export declare const DemoTranscript: {
2
+ metadata: {
3
+ transaction_key: string;
4
+ request_id: string;
5
+ sha256: string;
6
+ created: string;
7
+ duration: number;
8
+ channels: number;
9
+ models: string[];
10
+ model_info: {
11
+ "4accafca-a091-473d-8241-f5a847cb5766": {
12
+ name: string;
13
+ version: string;
14
+ arch: string;
15
+ };
16
+ };
17
+ };
18
+ results: {
19
+ channels: {
20
+ alternatives: {
21
+ transcript: string;
22
+ confidence: number;
23
+ words: {
24
+ word: string;
25
+ start: number;
26
+ end: number;
27
+ confidence: number;
28
+ speaker: number;
29
+ speaker_confidence: number;
30
+ punctuated_word: string;
31
+ }[];
32
+ paragraphs: {
33
+ transcript: string;
34
+ paragraphs: {
35
+ sentences: {
36
+ text: string;
37
+ start: number;
38
+ end: number;
39
+ }[];
40
+ speaker: number;
41
+ num_words: number;
42
+ start: number;
43
+ end: number;
44
+ sentiment: number;
45
+ }[];
46
+ };
47
+ }[];
48
+ }[];
49
+ };
50
+ };
51
+ export declare const DemoSentiment: {
52
+ role: string;
53
+ rate: number;
54
+ content: string;
55
+ };
@@ -0,0 +1,7 @@
1
+ export declare const getSentiment: (value: number) => {
2
+ color: string;
3
+ text: import("react/jsx-runtime").JSX.Element;
4
+ } | {
5
+ color: string;
6
+ text: string;
7
+ };
@@ -0,0 +1,5 @@
1
+ import { StoryArgs } from "../index.stories";
2
+ export declare const Transcript: (args: StoryArgs & {
3
+ currentTime: number;
4
+ offset: number;
5
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { StoryArgs } from "../index.stories";
2
+ export declare const TDiarization: (args: StoryArgs & {
3
+ currentTime: number;
4
+ offset: number;
5
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { StoryArgs } from "../index.stories";
2
+ export declare const TParagraph: (args: StoryArgs & {
3
+ currentTime: number;
4
+ offset: number;
5
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { StoryArgs } from "../index.stories";
2
+ export declare const TSentiment: (args: StoryArgs & {
3
+ currentTime: number;
4
+ offset: number;
5
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ export type HighlightContextType = {
3
+ searchTerm: string;
4
+ };
5
+ export declare const HighlightContext: React.Context<HighlightContextType | null>;
6
+ export declare const HighlightContextProvider: ({ term, children, }: {
7
+ term?: string | undefined;
8
+ children: React.ReactNode;
9
+ }) => import("react/jsx-runtime").JSX.Element;
10
+ export declare const useHighlightContext: () => HighlightContextType;
@@ -0,0 +1,10 @@
1
+ import { PropsWithChildren } from "react";
2
+ import { HighlightArgs, WordProps } from "./_types";
3
+ /**
4
+ * Use Highlight to use highlight interation on any text element
5
+ */
6
+ declare const Highlight: {
7
+ (props: PropsWithChildren<HighlightArgs>): import("react/jsx-runtime").JSX.Element;
8
+ Word: (props: WordProps) => import("react/jsx-runtime").JSX.Element;
9
+ };
10
+ export { Highlight };
@@ -0,0 +1,18 @@
1
+ import { HighlightArgs, WordProps } from "./_types";
2
+ export interface StoryArgs extends HighlightArgs {
3
+ words: Array<WordProps & {
4
+ speaker: number;
5
+ }>;
6
+ currentTime: number;
7
+ includeSearch?: boolean;
8
+ }
9
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, StoryArgs>;
10
+ export declare const WithSelectionButton: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, StoryArgs>;
11
+ export declare const WithTooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, StoryArgs>;
12
+ export declare const WithSearch: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, StoryArgs>;
13
+ export declare const VideoSync: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, StoryArgs>;
14
+ export declare const Demo: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, StoryArgs>;
15
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, HighlightArgs & {
16
+ children?: import("react").ReactNode;
17
+ }>;
18
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export declare const Searchable: ({ text, }: {
2
+ text: string;
3
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
1
  import { IconArgs } from "./_types";
2
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, IconArgs>;
3
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, IconArgs>;
2
+ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, IconArgs>;
3
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, IconArgs>;
4
4
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { InfoCardProps } from "./_types";
2
- export declare const SingleCard: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, InfoCardProps>;
3
- export declare const Grid: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, InfoCardProps>;
4
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, InfoCardProps>;
2
+ export declare const SingleCard: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InfoCardProps>;
3
+ export declare const Grid: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InfoCardProps>;
4
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, InfoCardProps>;
5
5
  export default _default;
@@ -1,9 +1,10 @@
1
1
  /// <reference types="react" />
2
2
  import { LabelArgs } from "./_types";
3
3
  export declare const StyledLabel: import("styled-components").IStyledComponent<"web", {
4
+ form?: string | undefined;
5
+ style?: import("react").CSSProperties | undefined;
4
6
  isRegular?: boolean | undefined;
5
7
  hidden?: boolean | undefined;
6
- form?: string | undefined;
7
8
  htmlFor?: string | undefined;
8
9
  defaultChecked?: boolean | undefined;
9
10
  defaultValue?: string | number | readonly string[] | undefined;
@@ -12,17 +13,15 @@ export declare const StyledLabel: import("styled-components").IStyledComponent<"
12
13
  accessKey?: string | undefined;
13
14
  autoFocus?: boolean | undefined;
14
15
  className?: string | undefined;
15
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
16
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
16
17
  contextMenu?: string | undefined;
17
18
  dir?: string | undefined;
18
19
  draggable?: (boolean | "true" | "false") | undefined;
19
20
  id?: string | undefined;
20
21
  lang?: string | undefined;
21
22
  nonce?: string | undefined;
22
- placeholder?: string | undefined;
23
23
  slot?: string | undefined;
24
24
  spellCheck?: (boolean | "true" | "false") | undefined;
25
- style?: import("react").CSSProperties | undefined;
26
25
  tabIndex?: number | undefined;
27
26
  title?: string | undefined;
28
27
  translate?: "yes" | "no" | undefined;
@@ -56,14 +55,18 @@ export declare const StyledLabel: import("styled-components").IStyledComponent<"
56
55
  "aria-activedescendant"?: string | undefined;
57
56
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
58
57
  "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
58
+ "aria-braillelabel"?: string | undefined;
59
+ "aria-brailleroledescription"?: string | undefined;
59
60
  "aria-busy"?: (boolean | "true" | "false") | undefined;
60
61
  "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
61
62
  "aria-colcount"?: number | undefined;
62
63
  "aria-colindex"?: number | undefined;
64
+ "aria-colindextext"?: string | undefined;
63
65
  "aria-colspan"?: number | undefined;
64
66
  "aria-controls"?: string | undefined;
65
67
  "aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
66
68
  "aria-describedby"?: string | undefined;
69
+ "aria-description"?: string | undefined;
67
70
  "aria-details"?: string | undefined;
68
71
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
69
72
  "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
@@ -93,6 +96,7 @@ export declare const StyledLabel: import("styled-components").IStyledComponent<"
93
96
  "aria-roledescription"?: string | undefined;
94
97
  "aria-rowcount"?: number | undefined;
95
98
  "aria-rowindex"?: number | undefined;
99
+ "aria-rowindextext"?: string | undefined;
96
100
  "aria-rowspan"?: number | undefined;
97
101
  "aria-selected"?: (boolean | "true" | "false") | undefined;
98
102
  "aria-setsize"?: number | undefined;
@@ -244,9 +248,7 @@ export declare const StyledLabel: import("styled-components").IStyledComponent<"
244
248
  onPointerCancel?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
245
249
  onPointerCancelCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
246
250
  onPointerEnter?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
247
- onPointerEnterCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
248
251
  onPointerLeave?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
249
- onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
250
252
  onPointerOver?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
251
253
  onPointerOverCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
252
254
  onPointerOut?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
@@ -267,8 +269,8 @@ export declare const StyledLabel: import("styled-components").IStyledComponent<"
267
269
  onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLLabelElement> | undefined;
268
270
  onTransitionEnd?: import("react").TransitionEventHandler<HTMLLabelElement> | undefined;
269
271
  onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLLabelElement> | undefined;
270
- ref?: import("react").Ref<HTMLLabelElement> | undefined;
271
272
  key?: import("react").Key | null | undefined;
273
+ ref?: ((instance: HTMLLabelElement | null) => void) | import("react").RefObject<HTMLLabelElement> | null | undefined;
272
274
  }> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-forms").ILabelProps & import("react").RefAttributes<HTMLLabelElement>>;
273
275
  /**
274
276
  * A Label is used to specify a title for an input.