@appquality/unguess-design-system 3.1.105 → 3.1.106-fix-toggle-1
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/build/index.js +79 -70
- package/build/stories/accordions/index.stories.d.ts +5 -5
- package/build/stories/alerts/index.d.ts +12 -7
- package/build/stories/alerts/index.stories.d.ts +2 -2
- 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 +14 -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 +78 -69
- 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/index.d.ts +8 -4
- package/build/stories/chat/index.stories.d.ts +6 -6
- package/build/stories/chat/parts/containers.d.ts +13 -6
- package/build/stories/chat/parts/header.d.ts +10 -5
- 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 +12 -7
- package/build/stories/dropdowns/menu/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/select/index.d.ts +8 -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/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 +13 -8
- package/build/stories/forms/input/index.stories.d.ts +5 -5
- package/build/stories/forms/input-toggle/index.d.ts +10 -7
- 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 +5 -3
- package/build/stories/highlight/index.stories.d.ts +7 -7
- 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 +12 -9
- 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 +26 -15
- package/build/stories/lightbox/parts/footer.d.ts +11 -6
- 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 +46 -32
- package/build/stories/modals/fullscreen/index.stories.d.ts +2 -2
- package/build/stories/modals/index.d.ts +11 -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 +12 -7
- package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +3 -1
- package/build/stories/navigation/page-header/index.d.ts +43 -26
- package/build/stories/navigation/page-header/index.stories.d.ts +5 -5
- package/build/stories/navigation/page-header/styled/main.d.ts +46 -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/index.stories.d.ts +7 -7
- package/build/stories/player/parts/controlButton.d.ts +14 -9
- package/build/stories/player/parts/controls.d.ts +9 -4
- package/build/stories/product-cards/index.stories.d.ts +3 -3
- package/build/stories/profile-modal/components/menuItem.d.ts +9 -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 +10 -5
- package/build/stories/special-cards/index.d.ts +47 -30
- package/build/stories/special-cards/index.stories.d.ts +2 -2
- package/build/stories/special-cards/styled/header.d.ts +38 -21
- package/build/stories/stepper/index.d.ts +32 -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 +28 -20
- package/build/stories/tags/index.stories.d.ts +6 -6
- package/build/stories/theme/colors.stories.d.ts +1 -1
- 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 +14 -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/index.d.ts +1 -279
- package/build/stories/tooltip/index.stories.d.ts +3 -3
- 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 +29 -12
- package/build/stories/typography/typescale/index.stories.d.ts +2 -2
- package/package.json +9 -7
- package/yarn-error.log +13975 -0
|
@@ -8,24 +8,6 @@ export declare const variants: readonly [{}, {
|
|
|
8
8
|
readonly disabled: true;
|
|
9
9
|
}];
|
|
10
10
|
export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
11
|
-
alignItems?: "start" | "center" | "end" | "baseline" | "stretch" | undefined;
|
|
12
|
-
alignItemsXs?: "start" | "center" | "end" | "baseline" | "stretch" | undefined;
|
|
13
|
-
alignItemsSm?: "start" | "center" | "end" | "baseline" | "stretch" | undefined;
|
|
14
|
-
alignItemsMd?: "start" | "center" | "end" | "baseline" | "stretch" | undefined;
|
|
15
|
-
alignItemsLg?: "start" | "center" | "end" | "baseline" | "stretch" | undefined;
|
|
16
|
-
alignItemsXl?: "start" | "center" | "end" | "baseline" | "stretch" | undefined;
|
|
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;
|
|
29
11
|
defaultChecked?: boolean | undefined;
|
|
30
12
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
31
13
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -33,15 +15,15 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
33
15
|
accessKey?: string | undefined;
|
|
34
16
|
autoFocus?: boolean | undefined;
|
|
35
17
|
className?: string | undefined;
|
|
36
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
18
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
37
19
|
contextMenu?: string | undefined;
|
|
38
20
|
dir?: string | undefined;
|
|
39
21
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
22
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
40
23
|
hidden?: boolean | undefined;
|
|
41
24
|
id?: string | undefined;
|
|
42
25
|
lang?: string | undefined;
|
|
43
26
|
nonce?: string | undefined;
|
|
44
|
-
placeholder?: string | undefined;
|
|
45
27
|
slot?: string | undefined;
|
|
46
28
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
47
29
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -73,19 +55,23 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
73
55
|
results?: number | undefined;
|
|
74
56
|
security?: string | undefined;
|
|
75
57
|
unselectable?: "on" | "off" | undefined;
|
|
76
|
-
inputMode?: "decimal" | "
|
|
58
|
+
inputMode?: "decimal" | "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | undefined;
|
|
77
59
|
is?: string | undefined;
|
|
78
60
|
"aria-activedescendant"?: string | undefined;
|
|
79
61
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
80
62
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
63
|
+
"aria-braillelabel"?: string | undefined;
|
|
64
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
81
65
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
82
66
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
83
67
|
"aria-colcount"?: number | undefined;
|
|
84
68
|
"aria-colindex"?: number | undefined;
|
|
69
|
+
"aria-colindextext"?: string | undefined;
|
|
85
70
|
"aria-colspan"?: number | undefined;
|
|
86
71
|
"aria-controls"?: string | undefined;
|
|
87
72
|
"aria-current"?: boolean | "true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
88
73
|
"aria-describedby"?: string | undefined;
|
|
74
|
+
"aria-description"?: string | undefined;
|
|
89
75
|
"aria-details"?: string | undefined;
|
|
90
76
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
91
77
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -115,6 +101,7 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
115
101
|
"aria-roledescription"?: string | undefined;
|
|
116
102
|
"aria-rowcount"?: number | undefined;
|
|
117
103
|
"aria-rowindex"?: number | undefined;
|
|
104
|
+
"aria-rowindextext"?: string | undefined;
|
|
118
105
|
"aria-rowspan"?: number | undefined;
|
|
119
106
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
120
107
|
"aria-setsize"?: number | undefined;
|
|
@@ -266,9 +253,7 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
266
253
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
267
254
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
268
255
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
269
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
270
256
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
271
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
272
257
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
273
258
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
274
259
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -289,40 +274,28 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
289
274
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
290
275
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
291
276
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
292
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
293
277
|
key?: import("react").Key | null | undefined;
|
|
278
|
+
justifyContent?: "start" | "center" | "end" | "between" | "around" | undefined;
|
|
279
|
+
wrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
280
|
+
alignItems?: "start" | "center" | "end" | "baseline" | "stretch" | undefined;
|
|
281
|
+
alignItemsXs?: "start" | "center" | "end" | "baseline" | "stretch" | undefined;
|
|
282
|
+
alignItemsSm?: "start" | "center" | "end" | "baseline" | "stretch" | undefined;
|
|
283
|
+
alignItemsMd?: "start" | "center" | "end" | "baseline" | "stretch" | undefined;
|
|
284
|
+
alignItemsLg?: "start" | "center" | "end" | "baseline" | "stretch" | undefined;
|
|
285
|
+
alignItemsXl?: "start" | "center" | "end" | "baseline" | "stretch" | undefined;
|
|
286
|
+
justifyContentXs?: "start" | "center" | "end" | "between" | "around" | undefined;
|
|
287
|
+
justifyContentSm?: "start" | "center" | "end" | "between" | "around" | undefined;
|
|
288
|
+
justifyContentMd?: "start" | "center" | "end" | "between" | "around" | undefined;
|
|
289
|
+
justifyContentLg?: "start" | "center" | "end" | "between" | "around" | undefined;
|
|
290
|
+
justifyContentXl?: "start" | "center" | "end" | "between" | "around" | undefined;
|
|
291
|
+
wrapXs?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
292
|
+
wrapSm?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
293
|
+
wrapMd?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
294
|
+
wrapLg?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
295
|
+
wrapXl?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
296
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
294
297
|
}> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-grid").IRowProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
295
298
|
export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
296
|
-
size?: string | number | undefined;
|
|
297
|
-
xs?: string | number | boolean | undefined;
|
|
298
|
-
sm?: string | number | boolean | undefined;
|
|
299
|
-
md?: string | number | boolean | undefined;
|
|
300
|
-
lg?: string | number | boolean | undefined;
|
|
301
|
-
xl?: string | number | boolean | undefined;
|
|
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;
|
|
326
299
|
defaultChecked?: boolean | undefined;
|
|
327
300
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
328
301
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -330,15 +303,15 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
330
303
|
accessKey?: string | undefined;
|
|
331
304
|
autoFocus?: boolean | undefined;
|
|
332
305
|
className?: string | undefined;
|
|
333
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
306
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
334
307
|
contextMenu?: string | undefined;
|
|
335
308
|
dir?: string | undefined;
|
|
336
309
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
310
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
337
311
|
hidden?: boolean | undefined;
|
|
338
312
|
id?: string | undefined;
|
|
339
313
|
lang?: string | undefined;
|
|
340
314
|
nonce?: string | undefined;
|
|
341
|
-
placeholder?: string | undefined;
|
|
342
315
|
slot?: string | undefined;
|
|
343
316
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
344
317
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -370,19 +343,23 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
370
343
|
results?: number | undefined;
|
|
371
344
|
security?: string | undefined;
|
|
372
345
|
unselectable?: "on" | "off" | undefined;
|
|
373
|
-
inputMode?: "decimal" | "
|
|
346
|
+
inputMode?: "decimal" | "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | undefined;
|
|
374
347
|
is?: string | undefined;
|
|
375
348
|
"aria-activedescendant"?: string | undefined;
|
|
376
349
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
377
350
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
351
|
+
"aria-braillelabel"?: string | undefined;
|
|
352
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
378
353
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
379
354
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
380
355
|
"aria-colcount"?: number | undefined;
|
|
381
356
|
"aria-colindex"?: number | undefined;
|
|
357
|
+
"aria-colindextext"?: string | undefined;
|
|
382
358
|
"aria-colspan"?: number | undefined;
|
|
383
359
|
"aria-controls"?: string | undefined;
|
|
384
360
|
"aria-current"?: boolean | "true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
385
361
|
"aria-describedby"?: string | undefined;
|
|
362
|
+
"aria-description"?: string | undefined;
|
|
386
363
|
"aria-details"?: string | undefined;
|
|
387
364
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
388
365
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -412,6 +389,7 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
412
389
|
"aria-roledescription"?: string | undefined;
|
|
413
390
|
"aria-rowcount"?: number | undefined;
|
|
414
391
|
"aria-rowindex"?: number | undefined;
|
|
392
|
+
"aria-rowindextext"?: string | undefined;
|
|
415
393
|
"aria-rowspan"?: number | undefined;
|
|
416
394
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
417
395
|
"aria-setsize"?: number | undefined;
|
|
@@ -563,9 +541,7 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
563
541
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
564
542
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
565
543
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
566
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
567
544
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
568
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
569
545
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
570
546
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
571
547
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -586,13 +562,40 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
586
562
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
587
563
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
588
564
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
589
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
590
565
|
key?: import("react").Key | null | undefined;
|
|
566
|
+
sm?: string | number | boolean | undefined;
|
|
567
|
+
offset?: string | number | undefined;
|
|
568
|
+
order?: string | number | undefined;
|
|
569
|
+
size?: string | number | undefined;
|
|
570
|
+
xs?: string | number | boolean | undefined;
|
|
571
|
+
md?: string | number | boolean | undefined;
|
|
572
|
+
lg?: string | number | boolean | undefined;
|
|
573
|
+
xl?: string | number | boolean | undefined;
|
|
574
|
+
alignSelf?: "start" | "center" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
575
|
+
alignSelfXs?: "start" | "center" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
576
|
+
alignSelfSm?: "start" | "center" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
577
|
+
alignSelfMd?: "start" | "center" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
578
|
+
alignSelfLg?: "start" | "center" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
579
|
+
alignSelfXl?: "start" | "center" | "end" | "baseline" | "stretch" | "auto" | undefined;
|
|
580
|
+
textAlign?: "start" | "center" | "end" | "justify" | undefined;
|
|
581
|
+
textAlignXs?: "start" | "center" | "end" | "justify" | undefined;
|
|
582
|
+
textAlignSm?: "start" | "center" | "end" | "justify" | undefined;
|
|
583
|
+
textAlignMd?: "start" | "center" | "end" | "justify" | undefined;
|
|
584
|
+
textAlignLg?: "start" | "center" | "end" | "justify" | undefined;
|
|
585
|
+
textAlignXl?: "start" | "center" | "end" | "justify" | undefined;
|
|
586
|
+
offsetXs?: string | number | undefined;
|
|
587
|
+
offsetSm?: string | number | undefined;
|
|
588
|
+
offsetMd?: string | number | undefined;
|
|
589
|
+
offsetLg?: string | number | undefined;
|
|
590
|
+
offsetXl?: string | number | undefined;
|
|
591
|
+
orderXs?: string | number | undefined;
|
|
592
|
+
orderSm?: string | number | undefined;
|
|
593
|
+
orderMd?: string | number | undefined;
|
|
594
|
+
orderLg?: string | number | undefined;
|
|
595
|
+
orderXl?: string | number | undefined;
|
|
596
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
591
597
|
}> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-grid").IColProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
592
598
|
export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
593
|
-
isMonospace?: boolean | undefined;
|
|
594
|
-
tag?: any;
|
|
595
|
-
isBold?: boolean | undefined;
|
|
596
599
|
defaultChecked?: boolean | undefined;
|
|
597
600
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
598
601
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -600,15 +603,15 @@ export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
|
600
603
|
accessKey?: string | undefined;
|
|
601
604
|
autoFocus?: boolean | undefined;
|
|
602
605
|
className?: string | undefined;
|
|
603
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
606
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
604
607
|
contextMenu?: string | undefined;
|
|
605
608
|
dir?: string | undefined;
|
|
606
609
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
610
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
607
611
|
hidden?: boolean | undefined;
|
|
608
612
|
id?: string | undefined;
|
|
609
613
|
lang?: string | undefined;
|
|
610
614
|
nonce?: string | undefined;
|
|
611
|
-
placeholder?: string | undefined;
|
|
612
615
|
slot?: string | undefined;
|
|
613
616
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
614
617
|
style?: import("react").CSSProperties | 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?: "decimal" | "
|
|
646
|
+
inputMode?: "decimal" | "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | undefined;
|
|
644
647
|
is?: string | undefined;
|
|
645
648
|
"aria-activedescendant"?: string | undefined;
|
|
646
649
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
647
650
|
"aria-autocomplete"?: "list" | "none" | "inline" | "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;
|
|
@@ -833,9 +841,7 @@ export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
|
833
841
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
834
842
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
835
843
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
836
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
837
844
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
838
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
839
845
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
840
846
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
841
847
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -856,6 +862,9 @@ export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
|
856
862
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
857
863
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
858
864
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
859
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
860
865
|
key?: import("react").Key | null | undefined;
|
|
866
|
+
isMonospace?: boolean | undefined;
|
|
867
|
+
tag?: any;
|
|
868
|
+
isBold?: boolean | undefined;
|
|
869
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
861
870
|
}> & 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;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="trusted-types" />
|
|
1
2
|
import { ChatArgs } from "./_types";
|
|
2
3
|
import { PropsWithChildren } from "react";
|
|
3
4
|
import { ChatContext, ChatContextProvider as ChatProvider, useChatContext } from "./context/chatContext";
|
|
@@ -25,15 +26,15 @@ declare const Chat: {
|
|
|
25
26
|
accessKey?: string | undefined;
|
|
26
27
|
autoFocus?: boolean | undefined;
|
|
27
28
|
className?: string | undefined;
|
|
28
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
29
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
29
30
|
contextMenu?: string | undefined;
|
|
30
31
|
dir?: string | undefined;
|
|
31
32
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
33
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
32
34
|
hidden?: boolean | undefined;
|
|
33
35
|
id?: string | undefined;
|
|
34
36
|
lang?: string | undefined;
|
|
35
37
|
nonce?: string | undefined;
|
|
36
|
-
placeholder?: string | undefined;
|
|
37
38
|
slot?: string | undefined;
|
|
38
39
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
39
40
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -70,14 +71,18 @@ declare const Chat: {
|
|
|
70
71
|
"aria-activedescendant"?: string | undefined;
|
|
71
72
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
72
73
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
74
|
+
"aria-braillelabel"?: string | undefined;
|
|
75
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
73
76
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
74
77
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
75
78
|
"aria-colcount"?: number | undefined;
|
|
76
79
|
"aria-colindex"?: number | undefined;
|
|
80
|
+
"aria-colindextext"?: string | undefined;
|
|
77
81
|
"aria-colspan"?: number | undefined;
|
|
78
82
|
"aria-controls"?: string | undefined;
|
|
79
83
|
"aria-current"?: boolean | "time" | "date" | "step" | "true" | "false" | "page" | "location" | undefined;
|
|
80
84
|
"aria-describedby"?: string | undefined;
|
|
85
|
+
"aria-description"?: string | undefined;
|
|
81
86
|
"aria-details"?: string | undefined;
|
|
82
87
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
83
88
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -107,6 +112,7 @@ declare const Chat: {
|
|
|
107
112
|
"aria-roledescription"?: string | undefined;
|
|
108
113
|
"aria-rowcount"?: number | undefined;
|
|
109
114
|
"aria-rowindex"?: number | undefined;
|
|
115
|
+
"aria-rowindextext"?: string | undefined;
|
|
110
116
|
"aria-rowspan"?: number | undefined;
|
|
111
117
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
112
118
|
"aria-setsize"?: number | undefined;
|
|
@@ -258,9 +264,7 @@ declare const Chat: {
|
|
|
258
264
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
259
265
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
260
266
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
261
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
262
267
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
263
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
264
268
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
265
269
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
266
270
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -20,12 +20,12 @@ interface EditorStoryArgs extends ChatEditorArgs {
|
|
|
20
20
|
onFileUpload?: (files: (File & CommentMedia)[]) => Promise<Data>;
|
|
21
21
|
placeholderOptions?: Partial<PlaceholderOptions>;
|
|
22
22
|
}
|
|
23
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
24
|
-
export declare const Placeholder: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
25
|
-
export declare const Menus: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
26
|
-
export declare const WithInternals: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
27
|
-
export declare const CustomBackground: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
28
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
23
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
|
|
24
|
+
export declare const Placeholder: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
|
|
25
|
+
export declare const Menus: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
|
|
26
|
+
export declare const WithInternals: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
|
|
27
|
+
export declare const CustomBackground: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
|
|
28
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("./_types").ChatArgs & {
|
|
29
29
|
children?: import("react").ReactNode;
|
|
30
30
|
}>;
|
|
31
31
|
export default _default;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
import { ChatArgs } from "../_types";
|
|
3
5
|
export declare const ChatContainer: import("styled-components").IStyledComponent<"web", {
|
|
4
6
|
isRecessed?: boolean | undefined;
|
|
@@ -10,15 +12,15 @@ export declare const ChatContainer: import("styled-components").IStyledComponent
|
|
|
10
12
|
accessKey?: string | undefined;
|
|
11
13
|
autoFocus?: boolean | undefined;
|
|
12
14
|
className?: string | undefined;
|
|
13
|
-
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
15
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
14
16
|
contextMenu?: string | undefined;
|
|
15
17
|
dir?: string | undefined;
|
|
16
18
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
19
|
+
enterKeyHint?: "next" | "enter" | "done" | "go" | "previous" | "search" | "send" | undefined;
|
|
17
20
|
hidden?: boolean | undefined;
|
|
18
21
|
id?: string | undefined;
|
|
19
22
|
lang?: string | undefined;
|
|
20
23
|
nonce?: string | undefined;
|
|
21
|
-
placeholder?: string | undefined;
|
|
22
24
|
slot?: string | undefined;
|
|
23
25
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
24
26
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -55,14 +57,18 @@ export declare const ChatContainer: import("styled-components").IStyledComponent
|
|
|
55
57
|
"aria-activedescendant"?: string | undefined;
|
|
56
58
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
57
59
|
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
|
|
60
|
+
"aria-braillelabel"?: string | undefined;
|
|
61
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
58
62
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
59
63
|
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
60
64
|
"aria-colcount"?: number | undefined;
|
|
61
65
|
"aria-colindex"?: number | undefined;
|
|
66
|
+
"aria-colindextext"?: string | undefined;
|
|
62
67
|
"aria-colspan"?: number | undefined;
|
|
63
68
|
"aria-controls"?: string | undefined;
|
|
64
69
|
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
65
70
|
"aria-describedby"?: string | undefined;
|
|
71
|
+
"aria-description"?: string | undefined;
|
|
66
72
|
"aria-details"?: string | undefined;
|
|
67
73
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
68
74
|
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
@@ -92,6 +98,7 @@ export declare const ChatContainer: import("styled-components").IStyledComponent
|
|
|
92
98
|
"aria-roledescription"?: string | undefined;
|
|
93
99
|
"aria-rowcount"?: number | undefined;
|
|
94
100
|
"aria-rowindex"?: number | undefined;
|
|
101
|
+
"aria-rowindextext"?: string | undefined;
|
|
95
102
|
"aria-rowspan"?: number | undefined;
|
|
96
103
|
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
97
104
|
"aria-setsize"?: number | undefined;
|
|
@@ -243,9 +250,7 @@ export declare const ChatContainer: import("styled-components").IStyledComponent
|
|
|
243
250
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
244
251
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
245
252
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
246
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
247
253
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
248
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
249
254
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
250
255
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
251
256
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -268,11 +273,13 @@ export declare const ChatContainer: import("styled-components").IStyledComponent
|
|
|
268
273
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
269
274
|
}> & ((props: import("../../cards/_types").CardProps) => import("react/jsx-runtime").JSX.Element);
|
|
270
275
|
export declare const MessagesContainer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ChatArgs>>;
|
|
271
|
-
export declare const EditorContainer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("@zendeskgarden/react-forms").IFauxInputProps & import("react").RefAttributes<HTMLDivElement>, {
|
|
276
|
+
export declare const EditorContainer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-forms").IFauxInputProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
277
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
278
|
+
}, {
|
|
272
279
|
editable: boolean;
|
|
273
280
|
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-forms").IFauxInputProps & import("react").RefAttributes<HTMLDivElement>> & {
|
|
274
281
|
EndIcon: {
|
|
275
|
-
(props: import("@zendeskgarden/react-forms").
|
|
282
|
+
(props: import("@zendeskgarden/react-forms").IFauxInputEndIconProps): JSX.Element;
|
|
276
283
|
displayName: string;
|
|
277
284
|
};
|
|
278
285
|
StartIcon: {
|