@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
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
import { CardHeaderProps } from "../_types";
|
|
3
5
|
declare const CardHeader: {
|
|
4
6
|
(props: CardHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
5
7
|
Label: import("styled-components").IStyledComponent<"web", {
|
|
8
|
+
style?: import("react").CSSProperties | undefined;
|
|
6
9
|
isMonospace?: boolean | undefined;
|
|
7
10
|
tag?: any;
|
|
8
11
|
isBold?: boolean | undefined;
|
|
@@ -13,18 +16,17 @@ declare const CardHeader: {
|
|
|
13
16
|
accessKey?: string | undefined;
|
|
14
17
|
autoFocus?: boolean | undefined;
|
|
15
18
|
className?: string | undefined;
|
|
16
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
19
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
17
20
|
contextMenu?: string | undefined;
|
|
18
21
|
dir?: string | undefined;
|
|
19
22
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
23
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
20
24
|
hidden?: boolean | undefined;
|
|
21
25
|
id?: string | undefined;
|
|
22
26
|
lang?: string | undefined;
|
|
23
27
|
nonce?: string | undefined;
|
|
24
|
-
placeholder?: string | undefined;
|
|
25
28
|
slot?: string | undefined;
|
|
26
29
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
27
|
-
style?: import("react").CSSProperties | undefined;
|
|
28
30
|
tabIndex?: number | undefined;
|
|
29
31
|
title?: string | undefined;
|
|
30
32
|
translate?: "yes" | "no" | undefined;
|
|
@@ -58,14 +60,18 @@ declare const CardHeader: {
|
|
|
58
60
|
"aria-activedescendant"?: string | undefined;
|
|
59
61
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
60
62
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
63
|
+
"aria-braillelabel"?: string | undefined;
|
|
64
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
61
65
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
62
66
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
63
67
|
"aria-colcount"?: number | undefined;
|
|
64
68
|
"aria-colindex"?: number | undefined;
|
|
69
|
+
"aria-colindextext"?: string | undefined;
|
|
65
70
|
"aria-colspan"?: number | undefined;
|
|
66
71
|
"aria-controls"?: string | undefined;
|
|
67
72
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
68
73
|
"aria-describedby"?: string | undefined;
|
|
74
|
+
"aria-description"?: string | undefined;
|
|
69
75
|
"aria-details"?: string | undefined;
|
|
70
76
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
71
77
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -95,6 +101,7 @@ declare const CardHeader: {
|
|
|
95
101
|
"aria-roledescription"?: string | undefined;
|
|
96
102
|
"aria-rowcount"?: number | undefined;
|
|
97
103
|
"aria-rowindex"?: number | undefined;
|
|
104
|
+
"aria-rowindextext"?: string | undefined;
|
|
98
105
|
"aria-rowspan"?: number | undefined;
|
|
99
106
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
100
107
|
"aria-setsize"?: number | undefined;
|
|
@@ -246,9 +253,7 @@ declare const CardHeader: {
|
|
|
246
253
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
247
254
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
248
255
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
249
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
250
256
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
251
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
252
257
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
253
258
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
254
259
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -269,12 +274,15 @@ declare const CardHeader: {
|
|
|
269
274
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
270
275
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
271
276
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
272
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
273
277
|
key?: import("react").Key | null | undefined;
|
|
274
|
-
|
|
278
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
279
|
+
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
280
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
281
|
+
}, {
|
|
275
282
|
color?: string | undefined;
|
|
276
283
|
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
277
284
|
Title: import("styled-components").IStyledComponent<"web", {
|
|
285
|
+
style?: import("react").CSSProperties | undefined;
|
|
278
286
|
isMonospace?: boolean | undefined;
|
|
279
287
|
tag?: any;
|
|
280
288
|
isBold?: boolean | undefined;
|
|
@@ -285,18 +293,17 @@ declare const CardHeader: {
|
|
|
285
293
|
accessKey?: string | undefined;
|
|
286
294
|
autoFocus?: boolean | undefined;
|
|
287
295
|
className?: string | undefined;
|
|
288
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
296
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
289
297
|
contextMenu?: string | undefined;
|
|
290
298
|
dir?: string | undefined;
|
|
291
299
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
300
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
292
301
|
hidden?: boolean | undefined;
|
|
293
302
|
id?: string | undefined;
|
|
294
303
|
lang?: string | undefined;
|
|
295
304
|
nonce?: string | undefined;
|
|
296
|
-
placeholder?: string | undefined;
|
|
297
305
|
slot?: string | undefined;
|
|
298
306
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
299
|
-
style?: import("react").CSSProperties | undefined;
|
|
300
307
|
tabIndex?: number | undefined;
|
|
301
308
|
title?: string | undefined;
|
|
302
309
|
translate?: "yes" | "no" | undefined;
|
|
@@ -330,14 +337,18 @@ declare const CardHeader: {
|
|
|
330
337
|
"aria-activedescendant"?: string | undefined;
|
|
331
338
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
332
339
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
340
|
+
"aria-braillelabel"?: string | undefined;
|
|
341
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
333
342
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
334
343
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
335
344
|
"aria-colcount"?: number | undefined;
|
|
336
345
|
"aria-colindex"?: number | undefined;
|
|
346
|
+
"aria-colindextext"?: string | undefined;
|
|
337
347
|
"aria-colspan"?: number | undefined;
|
|
338
348
|
"aria-controls"?: string | undefined;
|
|
339
349
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
340
350
|
"aria-describedby"?: string | undefined;
|
|
351
|
+
"aria-description"?: string | undefined;
|
|
341
352
|
"aria-details"?: string | undefined;
|
|
342
353
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
343
354
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -367,6 +378,7 @@ declare const CardHeader: {
|
|
|
367
378
|
"aria-roledescription"?: string | undefined;
|
|
368
379
|
"aria-rowcount"?: number | undefined;
|
|
369
380
|
"aria-rowindex"?: number | undefined;
|
|
381
|
+
"aria-rowindextext"?: string | undefined;
|
|
370
382
|
"aria-rowspan"?: number | undefined;
|
|
371
383
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
372
384
|
"aria-setsize"?: number | undefined;
|
|
@@ -518,9 +530,7 @@ declare const CardHeader: {
|
|
|
518
530
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
519
531
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
520
532
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
521
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
522
533
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
523
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
524
534
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
525
535
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
526
536
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -541,12 +551,15 @@ declare const CardHeader: {
|
|
|
541
551
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
542
552
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
543
553
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
544
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
545
554
|
key?: import("react").Key | null | undefined;
|
|
546
|
-
|
|
555
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
556
|
+
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
557
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
558
|
+
}, {
|
|
547
559
|
color?: string | undefined;
|
|
548
560
|
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
549
561
|
Text: import("styled-components").IStyledComponent<"web", {
|
|
562
|
+
style?: import("react").CSSProperties | undefined;
|
|
550
563
|
isMonospace?: boolean | undefined;
|
|
551
564
|
tag?: any;
|
|
552
565
|
isBold?: boolean | undefined;
|
|
@@ -557,18 +570,17 @@ declare const CardHeader: {
|
|
|
557
570
|
accessKey?: string | undefined;
|
|
558
571
|
autoFocus?: boolean | undefined;
|
|
559
572
|
className?: string | undefined;
|
|
560
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
573
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
561
574
|
contextMenu?: string | undefined;
|
|
562
575
|
dir?: string | undefined;
|
|
563
576
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
577
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
564
578
|
hidden?: boolean | undefined;
|
|
565
579
|
id?: string | undefined;
|
|
566
580
|
lang?: string | undefined;
|
|
567
581
|
nonce?: string | undefined;
|
|
568
|
-
placeholder?: string | undefined;
|
|
569
582
|
slot?: string | undefined;
|
|
570
583
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
571
|
-
style?: import("react").CSSProperties | undefined;
|
|
572
584
|
tabIndex?: number | undefined;
|
|
573
585
|
title?: string | undefined;
|
|
574
586
|
translate?: "yes" | "no" | undefined;
|
|
@@ -602,14 +614,18 @@ declare const CardHeader: {
|
|
|
602
614
|
"aria-activedescendant"?: string | undefined;
|
|
603
615
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
604
616
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
617
|
+
"aria-braillelabel"?: string | undefined;
|
|
618
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
605
619
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
606
620
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
607
621
|
"aria-colcount"?: number | undefined;
|
|
608
622
|
"aria-colindex"?: number | undefined;
|
|
623
|
+
"aria-colindextext"?: string | undefined;
|
|
609
624
|
"aria-colspan"?: number | undefined;
|
|
610
625
|
"aria-controls"?: string | undefined;
|
|
611
626
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
612
627
|
"aria-describedby"?: string | undefined;
|
|
628
|
+
"aria-description"?: string | undefined;
|
|
613
629
|
"aria-details"?: string | undefined;
|
|
614
630
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
615
631
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -639,6 +655,7 @@ declare const CardHeader: {
|
|
|
639
655
|
"aria-roledescription"?: string | undefined;
|
|
640
656
|
"aria-rowcount"?: number | undefined;
|
|
641
657
|
"aria-rowindex"?: number | undefined;
|
|
658
|
+
"aria-rowindextext"?: string | undefined;
|
|
642
659
|
"aria-rowspan"?: number | undefined;
|
|
643
660
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
644
661
|
"aria-setsize"?: number | undefined;
|
|
@@ -790,9 +807,7 @@ declare const CardHeader: {
|
|
|
790
807
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
791
808
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
792
809
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
793
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
794
810
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
795
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
796
811
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
797
812
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
798
813
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -813,9 +828,11 @@ declare const CardHeader: {
|
|
|
813
828
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
814
829
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
815
830
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
816
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
817
831
|
key?: import("react").Key | null | undefined;
|
|
818
|
-
|
|
832
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
833
|
+
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
834
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
835
|
+
}, {
|
|
819
836
|
color?: string | undefined;
|
|
820
837
|
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
821
838
|
};
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
import { StepperArgs } from "./_types";
|
|
3
5
|
/**
|
|
4
6
|
* A Stepper guides users through steps of a task in sequential order.
|
|
@@ -9,6 +11,7 @@ import { StepperArgs } from "./_types";
|
|
|
9
11
|
declare const Stepper: {
|
|
10
12
|
(props: StepperArgs): import("react/jsx-runtime").JSX.Element;
|
|
11
13
|
Step: import("styled-components").IStyledComponent<"web", {
|
|
14
|
+
style?: import("react").CSSProperties | undefined;
|
|
12
15
|
value?: string | number | readonly string[] | undefined;
|
|
13
16
|
defaultChecked?: boolean | undefined;
|
|
14
17
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -17,18 +20,17 @@ declare const Stepper: {
|
|
|
17
20
|
accessKey?: string | undefined;
|
|
18
21
|
autoFocus?: boolean | undefined;
|
|
19
22
|
className?: string | undefined;
|
|
20
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
23
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
21
24
|
contextMenu?: string | undefined;
|
|
22
25
|
dir?: string | undefined;
|
|
23
26
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
27
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
24
28
|
hidden?: boolean | undefined;
|
|
25
29
|
id?: string | undefined;
|
|
26
30
|
lang?: string | undefined;
|
|
27
31
|
nonce?: string | undefined;
|
|
28
|
-
placeholder?: string | undefined;
|
|
29
32
|
slot?: string | undefined;
|
|
30
33
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
31
|
-
style?: import("react").CSSProperties | undefined;
|
|
32
34
|
tabIndex?: number | undefined;
|
|
33
35
|
title?: string | undefined;
|
|
34
36
|
translate?: "yes" | "no" | undefined;
|
|
@@ -62,14 +64,18 @@ declare const Stepper: {
|
|
|
62
64
|
"aria-activedescendant"?: string | undefined;
|
|
63
65
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
64
66
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
67
|
+
"aria-braillelabel"?: string | undefined;
|
|
68
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
65
69
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
66
70
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
67
71
|
"aria-colcount"?: number | undefined;
|
|
68
72
|
"aria-colindex"?: number | undefined;
|
|
73
|
+
"aria-colindextext"?: string | undefined;
|
|
69
74
|
"aria-colspan"?: number | undefined;
|
|
70
75
|
"aria-controls"?: string | undefined;
|
|
71
76
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
72
77
|
"aria-describedby"?: string | undefined;
|
|
78
|
+
"aria-description"?: string | undefined;
|
|
73
79
|
"aria-details"?: string | undefined;
|
|
74
80
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
75
81
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -99,6 +105,7 @@ declare const Stepper: {
|
|
|
99
105
|
"aria-roledescription"?: string | undefined;
|
|
100
106
|
"aria-rowcount"?: number | undefined;
|
|
101
107
|
"aria-rowindex"?: number | undefined;
|
|
108
|
+
"aria-rowindextext"?: string | undefined;
|
|
102
109
|
"aria-rowspan"?: number | undefined;
|
|
103
110
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
104
111
|
"aria-setsize"?: number | undefined;
|
|
@@ -250,9 +257,7 @@ declare const Stepper: {
|
|
|
250
257
|
onPointerCancel?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
251
258
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
252
259
|
onPointerEnter?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
253
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
254
260
|
onPointerLeave?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
255
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
256
261
|
onPointerOver?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
257
262
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
258
263
|
onPointerOut?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
@@ -273,13 +278,11 @@ declare const Stepper: {
|
|
|
273
278
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLLIElement> | undefined;
|
|
274
279
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLLIElement> | undefined;
|
|
275
280
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLLIElement> | undefined;
|
|
276
|
-
ref?: import("react").Ref<HTMLLIElement> | undefined;
|
|
277
281
|
key?: import("react").Key | null | undefined;
|
|
282
|
+
ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
278
283
|
}> & import("react").ForwardRefExoticComponent<import("react").LiHTMLAttributes<HTMLLIElement> & import("react").RefAttributes<HTMLLIElement>>;
|
|
279
284
|
Label: import("styled-components").IStyledComponent<"web", {
|
|
280
|
-
|
|
281
|
-
iconProps?: import("react").SVGAttributes<SVGElement> | undefined;
|
|
282
|
-
isHidden?: boolean | undefined;
|
|
285
|
+
style?: import("react").CSSProperties | undefined;
|
|
283
286
|
defaultChecked?: boolean | undefined;
|
|
284
287
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
285
288
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -287,18 +290,17 @@ declare const Stepper: {
|
|
|
287
290
|
accessKey?: string | undefined;
|
|
288
291
|
autoFocus?: boolean | undefined;
|
|
289
292
|
className?: string | undefined;
|
|
290
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
293
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
291
294
|
contextMenu?: string | undefined;
|
|
292
295
|
dir?: string | undefined;
|
|
293
296
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
297
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
294
298
|
hidden?: boolean | undefined;
|
|
295
299
|
id?: string | undefined;
|
|
296
300
|
lang?: string | undefined;
|
|
297
301
|
nonce?: string | undefined;
|
|
298
|
-
placeholder?: string | undefined;
|
|
299
302
|
slot?: string | undefined;
|
|
300
303
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
301
|
-
style?: import("react").CSSProperties | undefined;
|
|
302
304
|
tabIndex?: number | undefined;
|
|
303
305
|
title?: string | undefined;
|
|
304
306
|
translate?: "yes" | "no" | undefined;
|
|
@@ -332,14 +334,18 @@ declare const Stepper: {
|
|
|
332
334
|
"aria-activedescendant"?: string | undefined;
|
|
333
335
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
334
336
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
337
|
+
"aria-braillelabel"?: string | undefined;
|
|
338
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
335
339
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
336
340
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
337
341
|
"aria-colcount"?: number | undefined;
|
|
338
342
|
"aria-colindex"?: number | undefined;
|
|
343
|
+
"aria-colindextext"?: string | undefined;
|
|
339
344
|
"aria-colspan"?: number | undefined;
|
|
340
345
|
"aria-controls"?: string | undefined;
|
|
341
346
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
342
347
|
"aria-describedby"?: string | undefined;
|
|
348
|
+
"aria-description"?: string | undefined;
|
|
343
349
|
"aria-details"?: string | undefined;
|
|
344
350
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
345
351
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -369,6 +375,7 @@ declare const Stepper: {
|
|
|
369
375
|
"aria-roledescription"?: string | undefined;
|
|
370
376
|
"aria-rowcount"?: number | undefined;
|
|
371
377
|
"aria-rowindex"?: number | undefined;
|
|
378
|
+
"aria-rowindextext"?: string | undefined;
|
|
372
379
|
"aria-rowspan"?: number | undefined;
|
|
373
380
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
374
381
|
"aria-setsize"?: number | undefined;
|
|
@@ -520,9 +527,7 @@ declare const Stepper: {
|
|
|
520
527
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
521
528
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
522
529
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
523
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
524
530
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
525
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
526
531
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
527
532
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
528
533
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -543,10 +548,14 @@ declare const Stepper: {
|
|
|
543
548
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
544
549
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
545
550
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
546
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
547
551
|
key?: import("react").Key | null | undefined;
|
|
552
|
+
icon?: import("react").ReactNode;
|
|
553
|
+
iconProps?: import("react").SVGAttributes<SVGElement> | undefined;
|
|
554
|
+
isHidden?: boolean | undefined;
|
|
555
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
548
556
|
}> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-accordions").IStepperLabelProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
549
557
|
Content: import("styled-components").IStyledComponent<"web", {
|
|
558
|
+
style?: import("react").CSSProperties | undefined;
|
|
550
559
|
defaultChecked?: boolean | undefined;
|
|
551
560
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
552
561
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -554,18 +563,17 @@ declare const Stepper: {
|
|
|
554
563
|
accessKey?: string | undefined;
|
|
555
564
|
autoFocus?: boolean | undefined;
|
|
556
565
|
className?: string | undefined;
|
|
557
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
566
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
558
567
|
contextMenu?: string | undefined;
|
|
559
568
|
dir?: string | undefined;
|
|
560
569
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
570
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
561
571
|
hidden?: boolean | undefined;
|
|
562
572
|
id?: string | undefined;
|
|
563
573
|
lang?: string | undefined;
|
|
564
574
|
nonce?: string | undefined;
|
|
565
|
-
placeholder?: string | undefined;
|
|
566
575
|
slot?: string | undefined;
|
|
567
576
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
568
|
-
style?: import("react").CSSProperties | undefined;
|
|
569
577
|
tabIndex?: number | undefined;
|
|
570
578
|
title?: string | undefined;
|
|
571
579
|
translate?: "yes" | "no" | undefined;
|
|
@@ -599,14 +607,18 @@ declare const Stepper: {
|
|
|
599
607
|
"aria-activedescendant"?: string | undefined;
|
|
600
608
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
601
609
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
610
|
+
"aria-braillelabel"?: string | undefined;
|
|
611
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
602
612
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
603
613
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
604
614
|
"aria-colcount"?: number | undefined;
|
|
605
615
|
"aria-colindex"?: number | undefined;
|
|
616
|
+
"aria-colindextext"?: string | undefined;
|
|
606
617
|
"aria-colspan"?: number | undefined;
|
|
607
618
|
"aria-controls"?: string | undefined;
|
|
608
619
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
609
620
|
"aria-describedby"?: string | undefined;
|
|
621
|
+
"aria-description"?: string | undefined;
|
|
610
622
|
"aria-details"?: string | undefined;
|
|
611
623
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
612
624
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -636,6 +648,7 @@ declare const Stepper: {
|
|
|
636
648
|
"aria-roledescription"?: string | undefined;
|
|
637
649
|
"aria-rowcount"?: number | undefined;
|
|
638
650
|
"aria-rowindex"?: number | undefined;
|
|
651
|
+
"aria-rowindextext"?: string | undefined;
|
|
639
652
|
"aria-rowspan"?: number | undefined;
|
|
640
653
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
641
654
|
"aria-setsize"?: number | undefined;
|
|
@@ -787,9 +800,7 @@ declare const Stepper: {
|
|
|
787
800
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
788
801
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
789
802
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
790
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
791
803
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
792
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
793
804
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
794
805
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
795
806
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -810,8 +821,8 @@ declare const Stepper: {
|
|
|
810
821
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
811
822
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
812
823
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
813
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
814
824
|
key?: import("react").Key | null | undefined;
|
|
825
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
815
826
|
}> & import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
816
827
|
};
|
|
817
828
|
export { Stepper };
|
|
@@ -3,7 +3,7 @@ interface StepperStoryProps extends StepperArgs {
|
|
|
3
3
|
currentStep: number;
|
|
4
4
|
accordionTitle: string;
|
|
5
5
|
}
|
|
6
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
7
|
-
export declare const SeparateContent: 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, StepperStoryProps>;
|
|
7
|
+
export declare const SeparateContent: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, StepperStoryProps>;
|
|
8
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, StepperArgs>;
|
|
9
9
|
export default _default;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { TableProps } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const Grouped: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
export declare const WithPagination: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
2
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
3
|
+
export declare const Grouped: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
4
|
+
export declare const WithPagination: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
5
5
|
/** STRIPED */
|
|
6
|
-
export declare const Striped: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
6
|
+
export declare const Striped: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
7
7
|
/** WITH CAPTION */
|
|
8
|
-
export declare const WithCaption: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
8
|
+
export declare const WithCaption: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
9
9
|
/** TRUNCATED */
|
|
10
|
-
export declare const Truncated: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
11
|
-
export declare const Scroll: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
12
|
-
export declare const Selection: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
13
|
-
export declare const Sort: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
14
|
-
export declare const VirtualScrolling: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
15
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
10
|
+
export declare const Truncated: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
11
|
+
export declare const Scroll: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
12
|
+
export declare const Selection: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
13
|
+
export declare const Sort: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
14
|
+
export declare const VirtualScrolling: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
15
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, TableProps>;
|
|
16
16
|
export default _default;
|
|
@@ -6,7 +6,7 @@ interface TabStoryArgs extends TabsArgs {
|
|
|
6
6
|
isDisabled?: boolean;
|
|
7
7
|
}[];
|
|
8
8
|
}
|
|
9
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
10
|
-
export declare const Disabled: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
11
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
9
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TabStoryArgs>;
|
|
10
|
+
export declare const Disabled: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TabStoryArgs>;
|
|
11
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, TabsArgs>;
|
|
12
12
|
export default _default;
|