@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.
- package/CHANGELOG.md +481 -0
- package/build/index.d.ts +12 -10
- package/build/index.js +1980 -1022
- package/build/stories/accordions/index.stories.d.ts +5 -5
- package/build/stories/alerts/index.d.ts +9 -7
- package/build/stories/alerts/index.stories.d.ts +2 -2
- package/build/stories/avatar/InternalAvatar.d.ts +2 -0
- package/build/stories/avatar/index.stories.d.ts +4 -4
- package/build/stories/breadcrumbs/index.stories.d.ts +2 -2
- package/build/stories/buttons/anchor/index.stories.d.ts +4 -4
- package/build/stories/buttons/button/index.d.ts +11 -9
- package/build/stories/buttons/button/index.stories.d.ts +6 -6
- package/build/stories/buttons/button-group/index.stories.d.ts +4 -4
- package/build/stories/buttons/icon-button/index.stories.d.ts +5 -5
- package/build/stories/buttons/split-button/index.stories.d.ts +2 -2
- package/build/stories/buttons/utils.d.ts +96 -90
- package/build/stories/campaign-cards/index.stories.d.ts +3 -3
- package/build/stories/cards/container.stories.d.ts +2 -2
- package/build/stories/cards/index.stories.d.ts +3 -3
- package/build/stories/charts/bar/index.stories.d.ts +3 -3
- package/build/stories/charts/bullet/index.stories.d.ts +3 -3
- package/build/stories/charts/halfPie/index.stories.d.ts +2 -2
- package/build/stories/charts/pie/index.stories.d.ts +4 -4
- package/build/stories/charts/sentiment/index.stories.d.ts +3 -3
- package/build/stories/charts/sunburst/index.stories.d.ts +3 -3
- package/build/stories/charts/waffle/index.stories.d.ts +3 -3
- package/build/stories/chat/_types.d.ts +7 -4
- package/build/stories/chat/context/chatContext.d.ts +8 -6
- package/build/stories/chat/hooks/useMedia.d.ts +8 -0
- package/build/stories/chat/index.d.ts +6 -4
- package/build/stories/chat/index.stories.d.ts +9 -10
- package/build/stories/chat/parts/MediaLightbox.d.ts +14 -0
- package/build/stories/chat/parts/ThumbnailContainer/Thumbnail.d.ts +11 -0
- package/build/stories/chat/parts/ThumbnailContainer/index.d.ts +1 -8
- package/build/stories/chat/parts/comment.d.ts +2 -7
- package/build/stories/chat/parts/containers.d.ts +11 -7
- package/build/stories/chat/parts/header.d.ts +6 -4
- package/build/stories/color-swatch/index.stories.d.ts +3 -3
- package/build/stories/drawers/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/autocomplete/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/countermultiselect/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/field/index.d.ts +8 -6
- package/build/stories/dropdowns/menu/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/select/index.d.ts +6 -4
- package/build/stories/dropdowns/select/index.stories.d.ts +3 -3
- package/build/stories/editor/index.stories.d.ts +6 -6
- package/build/stories/editorWithHighlight/_data.d.ts +17 -0
- package/build/stories/editorWithHighlight/floatingMenu.d.ts +5 -0
- package/build/stories/editorWithHighlight/index.d.ts +32 -0
- package/build/stories/editorWithHighlight/index.stories.d.ts +7 -0
- package/build/stories/editorWithHighlight/nodes/active.d.ts +4 -0
- package/build/stories/editorWithHighlight/nodes/observation/Component.d.ts +6 -0
- package/build/stories/editorWithHighlight/nodes/observation/index.d.ts +2 -0
- package/build/stories/editorWithHighlight/nodes/paragraph/Component.d.ts +6 -0
- package/build/stories/editorWithHighlight/nodes/paragraph/index.d.ts +2 -0
- package/build/stories/editorWithHighlight/nodes/word.d.ts +2 -0
- package/build/stories/editorWithHighlight/search.d.ts +8 -0
- package/build/stories/editorWithHighlight/useEditor.d.ts +14 -0
- package/build/stories/forms/checkbox/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/checkbox/index.stories.d.ts +2 -2
- package/build/stories/forms/input/index.d.ts +10 -8
- package/build/stories/forms/input/index.stories.d.ts +5 -5
- package/build/stories/forms/input-toggle/index.d.ts +6 -4
- package/build/stories/forms/input-toggle/index.stories.d.ts +6 -6
- package/build/stories/forms/mediaInput/index.stories.d.ts +5 -5
- package/build/stories/forms/radio/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/radio/index.stories.d.ts +3 -3
- package/build/stories/forms/textarea/index.stories.d.ts +4 -4
- package/build/stories/forms/toggle/index.stories.d.ts +2 -2
- package/build/stories/grid/col/index.stories.d.ts +4 -4
- package/build/stories/grid/grid/index.stories.d.ts +4 -4
- package/build/stories/grid/row/index.stories.d.ts +2 -2
- package/build/stories/highlight/CreateObservationButton.d.ts +19 -0
- package/build/stories/highlight/_types.d.ts +39 -0
- package/build/stories/highlight/demo-parts/data.d.ts +55 -0
- package/build/stories/highlight/demo-parts/sentiment-tag.d.ts +7 -0
- package/build/stories/highlight/demo-parts/transcript-base.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-diarization.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-paragraph.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-sentiment.d.ts +5 -0
- package/build/stories/highlight/highlightContext.d.ts +10 -0
- package/build/stories/highlight/index.d.ts +10 -0
- package/build/stories/highlight/index.stories.d.ts +18 -0
- package/build/stories/highlight/searchable.d.ts +3 -0
- package/build/stories/icons/index.stories.d.ts +2 -2
- package/build/stories/info-cards/index.stories.d.ts +3 -3
- package/build/stories/label/index.d.ts +9 -7
- package/build/stories/label/index.stories.d.ts +3 -3
- package/build/stories/lightbox/index.stories.d.ts +2 -2
- package/build/stories/lightbox/parts/body.d.ts +18 -12
- package/build/stories/lightbox/parts/footer.d.ts +7 -5
- package/build/stories/loaders/dots/index.stories.d.ts +2 -2
- package/build/stories/loaders/progress/index.stories.d.ts +2 -2
- package/build/stories/loaders/skeleton/index.stories.d.ts +3 -3
- package/build/stories/loaders/spinner/index.stories.d.ts +2 -2
- package/build/stories/login-form/index.stories.d.ts +3 -3
- package/build/stories/logo/index.stories.d.ts +2 -2
- package/build/stories/modals/fullscreen/index.d.ts +40 -32
- package/build/stories/modals/fullscreen/index.stories.d.ts +2 -2
- package/build/stories/modals/index.d.ts +8 -6
- package/build/stories/modals/index.stories.d.ts +5 -5
- package/build/stories/multiselect/index.stories.d.ts +3 -3
- package/build/stories/navigation/app-header/index.stories.d.ts +3 -3
- package/build/stories/navigation/header/header-item/brandItem.d.ts +9 -7
- package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +3 -1
- package/build/stories/navigation/page-header/index.d.ts +38 -26
- package/build/stories/navigation/page-header/index.stories.d.ts +5 -5
- package/build/stories/navigation/page-header/styled/main.d.ts +40 -28
- package/build/stories/notifications/index.stories.d.ts +3 -3
- package/build/stories/pagination/index.stories.d.ts +3 -3
- package/build/stories/player/_types.d.ts +38 -1
- package/build/stories/player/context/progressContext.d.ts +16 -0
- package/build/stories/player/hooks/usePictureInPicture.d.ts +4 -0
- package/build/stories/player/index.d.ts +7 -2
- package/build/stories/player/index.stories.d.ts +7 -5
- package/build/stories/player/parts/CutStart.d.ts +4 -0
- package/build/stories/player/parts/bookmark.d.ts +2 -0
- package/build/stories/player/parts/controlButton.d.ts +291 -0
- package/build/stories/player/parts/controls.d.ts +14 -6
- package/build/stories/player/parts/controlsCenterGroup.d.ts +2 -1
- package/build/stories/player/parts/cutterButton.d.ts +6 -0
- package/build/stories/player/parts/floatingControls.d.ts +1 -0
- package/build/stories/player/parts/progress.d.ts +11 -0
- package/build/stories/player/parts/timeLabel.d.ts +2 -2
- package/build/stories/product-cards/index.stories.d.ts +3 -3
- package/build/stories/profile-modal/components/menuItem.d.ts +6 -4
- package/build/stories/profile-modal/index.stories.d.ts +2 -2
- package/build/stories/service-cards/index.stories.d.ts +3 -3
- package/build/stories/slider/index.stories.d.ts +3 -3
- package/build/stories/slider/parts/container.d.ts +6 -4
- package/build/stories/special-cards/index.d.ts +42 -30
- package/build/stories/special-cards/index.stories.d.ts +2 -2
- package/build/stories/special-cards/styled/header.d.ts +33 -21
- package/build/stories/stepper/index.d.ts +27 -21
- package/build/stories/stepper/index.stories.d.ts +3 -3
- package/build/stories/table/index.stories.d.ts +11 -11
- package/build/stories/tabs/index.stories.d.ts +3 -3
- package/build/stories/tags/index.d.ts +24 -20
- package/build/stories/tags/index.stories.d.ts +6 -6
- package/build/stories/theme/palette.stories.d.ts +1 -1
- package/build/stories/tiles/index.stories.d.ts +4 -4
- package/build/stories/timeline/index.d.ts +11 -7
- package/build/stories/timeline/index.stories.d.ts +4 -4
- package/build/stories/title/index.stories.d.ts +2 -2
- package/build/stories/tooltip/_types.d.ts +1 -0
- package/build/stories/tooltip/index.d.ts +8 -5
- package/build/stories/tooltip/index.stories.d.ts +3 -2
- package/build/stories/tooltip-modal/index.stories.d.ts +2 -2
- package/build/stories/typography/block-quote/index.stories.d.ts +2 -2
- package/build/stories/typography/code/index.stories.d.ts +4 -4
- package/build/stories/typography/ellipsis/index.stories.d.ts +2 -2
- package/build/stories/typography/lists/ordered.stories.d.ts +2 -2
- package/build/stories/typography/lists/unordered.stories.d.ts +2 -2
- package/build/stories/typography/paragraph/index.stories.d.ts +2 -2
- package/build/stories/typography/span/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/anchortag/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/index.d.ts +26 -12
- package/build/stories/typography/typescale/index.stories.d.ts +2 -2
- package/package.json +20 -13
- package/yarn-error.log +13975 -0
- package/.vscode/settings.json +0 -3
- package/build/stories/chat/parts/ThumbnailContainer/ImageThumbnail.d.ts +0 -11
- package/build/stories/chat/parts/ThumbnailContainer/VideoThumbnail.d.ts +0 -11
- /package/build/stories/player/{parts/utils.d.ts → utils.d.ts} +0 -0
|
@@ -8,24 +8,12 @@ export declare const variants: readonly [{}, {
|
|
|
8
8
|
readonly disabled: true;
|
|
9
9
|
}];
|
|
10
10
|
export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
justifyContent?: "start" | "center" | "end" | "between" | "around" | undefined;
|
|
18
|
-
justifyContentXs?: "start" | "center" | "end" | "between" | "around" | undefined;
|
|
19
|
-
justifyContentSm?: "start" | "center" | "end" | "between" | "around" | undefined;
|
|
20
|
-
justifyContentMd?: "start" | "center" | "end" | "between" | "around" | undefined;
|
|
21
|
-
justifyContentLg?: "start" | "center" | "end" | "between" | "around" | undefined;
|
|
22
|
-
justifyContentXl?: "start" | "center" | "end" | "between" | "around" | undefined;
|
|
23
|
-
wrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
24
|
-
wrapXs?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
25
|
-
wrapSm?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
26
|
-
wrapMd?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
27
|
-
wrapLg?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
28
|
-
wrapXl?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
11
|
+
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
12
|
+
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
13
|
+
content?: string | undefined;
|
|
14
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
15
|
+
style?: import("react").CSSProperties | undefined;
|
|
16
|
+
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
29
17
|
defaultChecked?: boolean | undefined;
|
|
30
18
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
31
19
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -33,25 +21,21 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
33
21
|
accessKey?: string | undefined;
|
|
34
22
|
autoFocus?: boolean | undefined;
|
|
35
23
|
className?: string | undefined;
|
|
36
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
24
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
37
25
|
contextMenu?: string | undefined;
|
|
38
26
|
dir?: string | undefined;
|
|
39
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
40
27
|
hidden?: boolean | undefined;
|
|
41
28
|
id?: string | undefined;
|
|
42
29
|
lang?: string | undefined;
|
|
43
30
|
nonce?: string | undefined;
|
|
44
|
-
placeholder?: string | undefined;
|
|
45
31
|
slot?: string | undefined;
|
|
46
32
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
47
|
-
style?: import("react").CSSProperties | undefined;
|
|
48
33
|
tabIndex?: number | undefined;
|
|
49
34
|
title?: string | undefined;
|
|
50
35
|
translate?: "yes" | "no" | undefined;
|
|
51
36
|
radioGroup?: string | undefined;
|
|
52
37
|
role?: import("react").AriaRole | undefined;
|
|
53
38
|
about?: string | undefined;
|
|
54
|
-
content?: string | undefined;
|
|
55
39
|
datatype?: string | undefined;
|
|
56
40
|
inlist?: any;
|
|
57
41
|
prefix?: string | undefined;
|
|
@@ -73,19 +57,23 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
73
57
|
results?: number | undefined;
|
|
74
58
|
security?: string | undefined;
|
|
75
59
|
unselectable?: "on" | "off" | undefined;
|
|
76
|
-
inputMode?: "
|
|
60
|
+
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
77
61
|
is?: string | undefined;
|
|
78
62
|
"aria-activedescendant"?: string | undefined;
|
|
79
63
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
80
|
-
"aria-autocomplete"?: "
|
|
64
|
+
"aria-autocomplete"?: "inline" | "list" | "none" | "both" | undefined;
|
|
65
|
+
"aria-braillelabel"?: string | undefined;
|
|
66
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
81
67
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
82
68
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
83
69
|
"aria-colcount"?: number | undefined;
|
|
84
70
|
"aria-colindex"?: number | undefined;
|
|
71
|
+
"aria-colindextext"?: string | undefined;
|
|
85
72
|
"aria-colspan"?: number | undefined;
|
|
86
73
|
"aria-controls"?: string | undefined;
|
|
87
74
|
"aria-current"?: boolean | "true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
88
75
|
"aria-describedby"?: string | undefined;
|
|
76
|
+
"aria-description"?: string | undefined;
|
|
89
77
|
"aria-details"?: string | undefined;
|
|
90
78
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
91
79
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -115,6 +103,7 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
115
103
|
"aria-roledescription"?: string | undefined;
|
|
116
104
|
"aria-rowcount"?: number | undefined;
|
|
117
105
|
"aria-rowindex"?: number | undefined;
|
|
106
|
+
"aria-rowindextext"?: string | undefined;
|
|
118
107
|
"aria-rowspan"?: number | undefined;
|
|
119
108
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
120
109
|
"aria-setsize"?: number | undefined;
|
|
@@ -139,11 +128,8 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
139
128
|
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
140
129
|
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
141
130
|
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
142
|
-
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
143
131
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
144
|
-
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
145
132
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
146
|
-
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
147
133
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
148
134
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
149
135
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -266,9 +252,7 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
266
252
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
267
253
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
268
254
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
269
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
270
255
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
271
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
272
256
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
273
257
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
274
258
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -289,40 +273,34 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
289
273
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
290
274
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
291
275
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
292
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
293
276
|
key?: import("react").Key | null | undefined;
|
|
277
|
+
justifyContent?: "center" | "start" | "end" | "between" | "around" | undefined;
|
|
278
|
+
wrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
279
|
+
alignItems?: "center" | "start" | "end" | "baseline" | "stretch" | undefined;
|
|
280
|
+
alignItemsXs?: "center" | "start" | "end" | "baseline" | "stretch" | undefined;
|
|
281
|
+
alignItemsSm?: "center" | "start" | "end" | "baseline" | "stretch" | undefined;
|
|
282
|
+
alignItemsMd?: "center" | "start" | "end" | "baseline" | "stretch" | undefined;
|
|
283
|
+
alignItemsLg?: "center" | "start" | "end" | "baseline" | "stretch" | undefined;
|
|
284
|
+
alignItemsXl?: "center" | "start" | "end" | "baseline" | "stretch" | undefined;
|
|
285
|
+
justifyContentXs?: "center" | "start" | "end" | "between" | "around" | undefined;
|
|
286
|
+
justifyContentSm?: "center" | "start" | "end" | "between" | "around" | undefined;
|
|
287
|
+
justifyContentMd?: "center" | "start" | "end" | "between" | "around" | undefined;
|
|
288
|
+
justifyContentLg?: "center" | "start" | "end" | "between" | "around" | undefined;
|
|
289
|
+
justifyContentXl?: "center" | "start" | "end" | "between" | "around" | undefined;
|
|
290
|
+
wrapXs?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
291
|
+
wrapSm?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
292
|
+
wrapMd?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
293
|
+
wrapLg?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
294
|
+
wrapXl?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
295
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
294
296
|
}> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-grid").IRowProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
295
297
|
export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
alignSelf?: "start" | "center" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
303
|
-
alignSelfXs?: "start" | "center" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
304
|
-
alignSelfSm?: "start" | "center" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
305
|
-
alignSelfMd?: "start" | "center" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
306
|
-
alignSelfLg?: "start" | "center" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
307
|
-
alignSelfXl?: "start" | "center" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
308
|
-
textAlign?: "start" | "center" | "end" | "justify" | undefined;
|
|
309
|
-
textAlignXs?: "start" | "center" | "end" | "justify" | undefined;
|
|
310
|
-
textAlignSm?: "start" | "center" | "end" | "justify" | undefined;
|
|
311
|
-
textAlignMd?: "start" | "center" | "end" | "justify" | undefined;
|
|
312
|
-
textAlignLg?: "start" | "center" | "end" | "justify" | undefined;
|
|
313
|
-
textAlignXl?: "start" | "center" | "end" | "justify" | undefined;
|
|
314
|
-
offset?: string | number | undefined;
|
|
315
|
-
offsetXs?: string | number | undefined;
|
|
316
|
-
offsetSm?: string | number | undefined;
|
|
317
|
-
offsetMd?: string | number | undefined;
|
|
318
|
-
offsetLg?: string | number | undefined;
|
|
319
|
-
offsetXl?: string | number | undefined;
|
|
320
|
-
order?: string | number | undefined;
|
|
321
|
-
orderXs?: string | number | undefined;
|
|
322
|
-
orderSm?: string | number | undefined;
|
|
323
|
-
orderMd?: string | number | undefined;
|
|
324
|
-
orderLg?: string | number | undefined;
|
|
325
|
-
orderXl?: string | number | undefined;
|
|
298
|
+
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
299
|
+
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
300
|
+
content?: string | undefined;
|
|
301
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
302
|
+
style?: import("react").CSSProperties | undefined;
|
|
303
|
+
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
326
304
|
defaultChecked?: boolean | undefined;
|
|
327
305
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
328
306
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -330,25 +308,21 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
330
308
|
accessKey?: string | undefined;
|
|
331
309
|
autoFocus?: boolean | undefined;
|
|
332
310
|
className?: string | undefined;
|
|
333
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
311
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
334
312
|
contextMenu?: string | undefined;
|
|
335
313
|
dir?: string | undefined;
|
|
336
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
337
314
|
hidden?: boolean | undefined;
|
|
338
315
|
id?: string | undefined;
|
|
339
316
|
lang?: string | undefined;
|
|
340
317
|
nonce?: string | undefined;
|
|
341
|
-
placeholder?: string | undefined;
|
|
342
318
|
slot?: string | undefined;
|
|
343
319
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
344
|
-
style?: import("react").CSSProperties | undefined;
|
|
345
320
|
tabIndex?: number | undefined;
|
|
346
321
|
title?: string | undefined;
|
|
347
322
|
translate?: "yes" | "no" | undefined;
|
|
348
323
|
radioGroup?: string | undefined;
|
|
349
324
|
role?: import("react").AriaRole | undefined;
|
|
350
325
|
about?: string | undefined;
|
|
351
|
-
content?: string | undefined;
|
|
352
326
|
datatype?: string | undefined;
|
|
353
327
|
inlist?: any;
|
|
354
328
|
prefix?: string | undefined;
|
|
@@ -370,19 +344,23 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
370
344
|
results?: number | undefined;
|
|
371
345
|
security?: string | undefined;
|
|
372
346
|
unselectable?: "on" | "off" | undefined;
|
|
373
|
-
inputMode?: "
|
|
347
|
+
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
374
348
|
is?: string | undefined;
|
|
375
349
|
"aria-activedescendant"?: string | undefined;
|
|
376
350
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
377
|
-
"aria-autocomplete"?: "
|
|
351
|
+
"aria-autocomplete"?: "inline" | "list" | "none" | "both" | undefined;
|
|
352
|
+
"aria-braillelabel"?: string | undefined;
|
|
353
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
378
354
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
379
355
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
380
356
|
"aria-colcount"?: number | undefined;
|
|
381
357
|
"aria-colindex"?: number | undefined;
|
|
358
|
+
"aria-colindextext"?: string | undefined;
|
|
382
359
|
"aria-colspan"?: number | undefined;
|
|
383
360
|
"aria-controls"?: string | undefined;
|
|
384
361
|
"aria-current"?: boolean | "true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
385
362
|
"aria-describedby"?: string | undefined;
|
|
363
|
+
"aria-description"?: string | undefined;
|
|
386
364
|
"aria-details"?: string | undefined;
|
|
387
365
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
388
366
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -412,6 +390,7 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
412
390
|
"aria-roledescription"?: string | undefined;
|
|
413
391
|
"aria-rowcount"?: number | undefined;
|
|
414
392
|
"aria-rowindex"?: number | undefined;
|
|
393
|
+
"aria-rowindextext"?: string | undefined;
|
|
415
394
|
"aria-rowspan"?: number | undefined;
|
|
416
395
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
417
396
|
"aria-setsize"?: number | undefined;
|
|
@@ -436,11 +415,8 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
436
415
|
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
437
416
|
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
438
417
|
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
439
|
-
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
440
418
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
441
|
-
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
442
419
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
443
|
-
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
444
420
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
445
421
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
446
422
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -563,9 +539,7 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
563
539
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
564
540
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
565
541
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
566
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
567
542
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
568
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
569
543
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
570
544
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
571
545
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -586,13 +560,46 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
586
560
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
587
561
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
588
562
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
589
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
590
563
|
key?: import("react").Key | null | undefined;
|
|
564
|
+
sm?: string | number | boolean | undefined;
|
|
565
|
+
offset?: string | number | undefined;
|
|
566
|
+
order?: string | number | undefined;
|
|
567
|
+
size?: string | number | undefined;
|
|
568
|
+
xs?: string | number | boolean | undefined;
|
|
569
|
+
md?: string | number | boolean | undefined;
|
|
570
|
+
lg?: string | number | boolean | undefined;
|
|
571
|
+
xl?: string | number | boolean | undefined;
|
|
572
|
+
alignSelf?: "center" | "start" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
573
|
+
alignSelfXs?: "center" | "start" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
574
|
+
alignSelfSm?: "center" | "start" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
575
|
+
alignSelfMd?: "center" | "start" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
576
|
+
alignSelfLg?: "center" | "start" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
577
|
+
alignSelfXl?: "center" | "start" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
578
|
+
textAlign?: "center" | "start" | "end" | "justify" | undefined;
|
|
579
|
+
textAlignXs?: "center" | "start" | "end" | "justify" | undefined;
|
|
580
|
+
textAlignSm?: "center" | "start" | "end" | "justify" | undefined;
|
|
581
|
+
textAlignMd?: "center" | "start" | "end" | "justify" | undefined;
|
|
582
|
+
textAlignLg?: "center" | "start" | "end" | "justify" | undefined;
|
|
583
|
+
textAlignXl?: "center" | "start" | "end" | "justify" | undefined;
|
|
584
|
+
offsetXs?: string | number | undefined;
|
|
585
|
+
offsetSm?: string | number | undefined;
|
|
586
|
+
offsetMd?: string | number | undefined;
|
|
587
|
+
offsetLg?: string | number | undefined;
|
|
588
|
+
offsetXl?: string | number | undefined;
|
|
589
|
+
orderXs?: string | number | undefined;
|
|
590
|
+
orderSm?: string | number | undefined;
|
|
591
|
+
orderMd?: string | number | undefined;
|
|
592
|
+
orderLg?: string | number | undefined;
|
|
593
|
+
orderXl?: string | number | undefined;
|
|
594
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
591
595
|
}> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-grid").IColProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
592
596
|
export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
597
|
+
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
598
|
+
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
599
|
+
content?: string | undefined;
|
|
600
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
601
|
+
style?: import("react").CSSProperties | undefined;
|
|
602
|
+
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
596
603
|
defaultChecked?: boolean | undefined;
|
|
597
604
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
598
605
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -600,25 +607,21 @@ export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
|
600
607
|
accessKey?: string | undefined;
|
|
601
608
|
autoFocus?: boolean | undefined;
|
|
602
609
|
className?: string | undefined;
|
|
603
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
610
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
604
611
|
contextMenu?: string | undefined;
|
|
605
612
|
dir?: string | undefined;
|
|
606
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
607
613
|
hidden?: boolean | undefined;
|
|
608
614
|
id?: string | undefined;
|
|
609
615
|
lang?: string | undefined;
|
|
610
616
|
nonce?: string | undefined;
|
|
611
|
-
placeholder?: string | undefined;
|
|
612
617
|
slot?: string | undefined;
|
|
613
618
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
614
|
-
style?: import("react").CSSProperties | undefined;
|
|
615
619
|
tabIndex?: number | undefined;
|
|
616
620
|
title?: string | undefined;
|
|
617
621
|
translate?: "yes" | "no" | undefined;
|
|
618
622
|
radioGroup?: string | undefined;
|
|
619
623
|
role?: import("react").AriaRole | undefined;
|
|
620
624
|
about?: string | undefined;
|
|
621
|
-
content?: string | undefined;
|
|
622
625
|
datatype?: string | undefined;
|
|
623
626
|
inlist?: any;
|
|
624
627
|
prefix?: string | undefined;
|
|
@@ -640,19 +643,23 @@ export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
|
640
643
|
results?: number | undefined;
|
|
641
644
|
security?: string | undefined;
|
|
642
645
|
unselectable?: "on" | "off" | undefined;
|
|
643
|
-
inputMode?: "
|
|
646
|
+
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
644
647
|
is?: string | undefined;
|
|
645
648
|
"aria-activedescendant"?: string | undefined;
|
|
646
649
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
647
|
-
"aria-autocomplete"?: "
|
|
650
|
+
"aria-autocomplete"?: "inline" | "list" | "none" | "both" | undefined;
|
|
651
|
+
"aria-braillelabel"?: string | undefined;
|
|
652
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
648
653
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
649
654
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
650
655
|
"aria-colcount"?: number | undefined;
|
|
651
656
|
"aria-colindex"?: number | undefined;
|
|
657
|
+
"aria-colindextext"?: string | undefined;
|
|
652
658
|
"aria-colspan"?: number | undefined;
|
|
653
659
|
"aria-controls"?: string | undefined;
|
|
654
660
|
"aria-current"?: boolean | "true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
655
661
|
"aria-describedby"?: string | undefined;
|
|
662
|
+
"aria-description"?: string | undefined;
|
|
656
663
|
"aria-details"?: string | undefined;
|
|
657
664
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
658
665
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -682,6 +689,7 @@ export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
|
682
689
|
"aria-roledescription"?: string | undefined;
|
|
683
690
|
"aria-rowcount"?: number | undefined;
|
|
684
691
|
"aria-rowindex"?: number | undefined;
|
|
692
|
+
"aria-rowindextext"?: string | undefined;
|
|
685
693
|
"aria-rowspan"?: number | undefined;
|
|
686
694
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
687
695
|
"aria-setsize"?: number | undefined;
|
|
@@ -706,11 +714,8 @@ export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
|
706
714
|
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
707
715
|
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
708
716
|
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
709
|
-
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
710
717
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
711
|
-
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
712
718
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
713
|
-
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
714
719
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
715
720
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
716
721
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -833,9 +838,7 @@ export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
|
833
838
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
834
839
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
835
840
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
836
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
837
841
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
838
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
839
842
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
840
843
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
841
844
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -856,6 +859,9 @@ export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
|
856
859
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
857
860
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
858
861
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
859
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
860
862
|
key?: import("react").Key | null | undefined;
|
|
863
|
+
isMonospace?: boolean | undefined;
|
|
864
|
+
tag?: any;
|
|
865
|
+
isBold?: boolean | undefined;
|
|
866
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
861
867
|
}> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CampaignCardsProps } from "./_types";
|
|
2
|
-
export declare const SingleCard: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const Grid: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
2
|
+
export declare const SingleCard: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CampaignCardsProps>;
|
|
3
|
+
export declare const Grid: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CampaignCardsProps>;
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, CampaignCardsProps>;
|
|
5
5
|
export default _default;
|
|
@@ -3,6 +3,6 @@ interface CardStoryProps extends CardProps {
|
|
|
3
3
|
title: string;
|
|
4
4
|
content: string;
|
|
5
5
|
}
|
|
6
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
7
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
6
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CardStoryProps>;
|
|
7
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("./_types").ContainerCardProps>;
|
|
8
8
|
export default _default;
|
|
@@ -3,7 +3,7 @@ interface CardStoryProps extends CardProps {
|
|
|
3
3
|
title: string;
|
|
4
4
|
content: string;
|
|
5
5
|
}
|
|
6
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
7
|
-
export declare const Floating: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
8
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
6
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CardStoryProps>;
|
|
7
|
+
export declare const Floating: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CardStoryProps>;
|
|
8
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, CardProps>;
|
|
9
9
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BarChartProps } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const WithCustomTooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
2
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, BarChartProps>;
|
|
3
|
+
export declare const WithCustomTooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, BarChartProps>;
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, BarChartProps>;
|
|
5
5
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BulletChartProps } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const Widget: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
2
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, BulletChartProps>;
|
|
3
|
+
export declare const Widget: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, BulletChartProps>;
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, BulletChartProps>;
|
|
5
5
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { PieChartProps } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
2
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, PieChartProps>;
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, PieChartProps>;
|
|
4
4
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PieChartProps } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const WithCustomTooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
export declare const WithCustomLabel: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
5
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
2
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, PieChartProps>;
|
|
3
|
+
export declare const WithCustomTooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, PieChartProps>;
|
|
4
|
+
export declare const WithCustomLabel: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, PieChartProps>;
|
|
5
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, PieChartProps>;
|
|
6
6
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SentimentChartProps } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const WithCustomTooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
2
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, SentimentChartProps>;
|
|
3
|
+
export declare const WithCustomTooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, SentimentChartProps>;
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, SentimentChartProps>;
|
|
5
5
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SunburstChartProps } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const WithCustomTooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
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-
|
|
3
|
-
export declare const WithCustomTooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
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;
|
|
@@ -9,7 +9,6 @@ export type SuggestedUser = {
|
|
|
9
9
|
};
|
|
10
10
|
export interface ChatEditorArgs extends Partial<EditorOptions> {
|
|
11
11
|
author: Author;
|
|
12
|
-
messageBadFileFormat: string;
|
|
13
12
|
placeholderOptions?: Partial<PlaceholderOptions>;
|
|
14
13
|
hasFloatingMenu?: boolean;
|
|
15
14
|
hasButtonsMenu?: boolean;
|
|
@@ -19,7 +18,7 @@ export interface ChatEditorArgs extends Partial<EditorOptions> {
|
|
|
19
18
|
bold?: string;
|
|
20
19
|
italic?: string;
|
|
21
20
|
mention?: string;
|
|
22
|
-
attachment?:
|
|
21
|
+
attachment?: React.ReactNode;
|
|
23
22
|
};
|
|
24
23
|
mention?: {
|
|
25
24
|
noResults?: string;
|
|
@@ -38,9 +37,13 @@ export interface EditorHeaderArgs {
|
|
|
38
37
|
title?: string;
|
|
39
38
|
validation?: validationStatus;
|
|
40
39
|
}
|
|
41
|
-
export interface
|
|
40
|
+
export interface CommentMedia {
|
|
41
|
+
id: string;
|
|
42
|
+
type: string;
|
|
43
|
+
name?: string;
|
|
42
44
|
isLoadingMedia?: boolean;
|
|
43
|
-
|
|
45
|
+
error?: string;
|
|
46
|
+
url?: string;
|
|
44
47
|
}
|
|
45
48
|
export interface FloatingMenuArgs extends Partial<BubbleMenuProps> {
|
|
46
49
|
}
|
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
import { Editor } from "@tiptap/react";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { CommentMedia, SuggestedUser } from "../_types";
|
|
4
4
|
export type ChatContextType = {
|
|
5
5
|
triggerSave: () => void;
|
|
6
6
|
editor?: Editor;
|
|
7
7
|
setEditor: React.Dispatch<React.SetStateAction<Editor | undefined>>;
|
|
8
8
|
addThumbnails: (props: {
|
|
9
|
-
files:
|
|
9
|
+
files: (File & CommentMedia)[];
|
|
10
10
|
}) => void;
|
|
11
11
|
removeThumbnail: (index: number) => void;
|
|
12
|
-
thumbnails:
|
|
12
|
+
thumbnails: CommentMedia[];
|
|
13
13
|
mentionableUsers: (props: {
|
|
14
14
|
query: string;
|
|
15
15
|
}) => SuggestedUser[];
|
|
16
16
|
afterUploadCallback: (failed: string[]) => void;
|
|
17
|
-
|
|
17
|
+
clearInput: () => void;
|
|
18
|
+
onDeleteThumbnail: (id: string) => void;
|
|
18
19
|
};
|
|
19
20
|
export declare const ChatContext: React.Context<ChatContextType | null>;
|
|
20
21
|
export interface Data {
|
|
@@ -26,9 +27,10 @@ export interface Data {
|
|
|
26
27
|
errorCode: string;
|
|
27
28
|
}[];
|
|
28
29
|
}
|
|
29
|
-
export declare const ChatContextProvider: ({ onSave, onFileUpload, setMentionableUsers, children, }: {
|
|
30
|
+
export declare const ChatContextProvider: ({ onSave, onFileUpload, onDeleteThumbnail, setMentionableUsers, children, }: {
|
|
30
31
|
onSave?: ((editor: Editor, mentions: SuggestedUser[]) => void) | undefined;
|
|
31
|
-
onFileUpload?: ((files:
|
|
32
|
+
onFileUpload?: ((files: (File & CommentMedia)[]) => Promise<Data>) | undefined;
|
|
33
|
+
onDeleteThumbnail: (id: string) => void;
|
|
32
34
|
children: React.ReactNode;
|
|
33
35
|
setMentionableUsers: (props: {
|
|
34
36
|
query: string;
|