@appquality/unguess-design-system 3.1.91-beta-attachments → 3.1.91-highlight
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +481 -0
- package/build/index.d.ts +12 -10
- package/build/index.js +1980 -1022
- package/build/stories/accordions/index.stories.d.ts +5 -5
- package/build/stories/alerts/index.d.ts +9 -7
- package/build/stories/alerts/index.stories.d.ts +2 -2
- package/build/stories/avatar/InternalAvatar.d.ts +2 -0
- package/build/stories/avatar/index.stories.d.ts +4 -4
- package/build/stories/breadcrumbs/index.stories.d.ts +2 -2
- package/build/stories/buttons/anchor/index.stories.d.ts +4 -4
- package/build/stories/buttons/button/index.d.ts +11 -9
- package/build/stories/buttons/button/index.stories.d.ts +6 -6
- package/build/stories/buttons/button-group/index.stories.d.ts +4 -4
- package/build/stories/buttons/icon-button/index.stories.d.ts +5 -5
- package/build/stories/buttons/split-button/index.stories.d.ts +2 -2
- package/build/stories/buttons/utils.d.ts +96 -90
- package/build/stories/campaign-cards/index.stories.d.ts +3 -3
- package/build/stories/cards/container.stories.d.ts +2 -2
- package/build/stories/cards/index.stories.d.ts +3 -3
- package/build/stories/charts/bar/index.stories.d.ts +3 -3
- package/build/stories/charts/bullet/index.stories.d.ts +3 -3
- package/build/stories/charts/halfPie/index.stories.d.ts +2 -2
- package/build/stories/charts/pie/index.stories.d.ts +4 -4
- package/build/stories/charts/sentiment/index.stories.d.ts +3 -3
- package/build/stories/charts/sunburst/index.stories.d.ts +3 -3
- package/build/stories/charts/waffle/index.stories.d.ts +3 -3
- package/build/stories/chat/_types.d.ts +7 -4
- package/build/stories/chat/context/chatContext.d.ts +8 -6
- package/build/stories/chat/hooks/useMedia.d.ts +8 -0
- package/build/stories/chat/index.d.ts +6 -4
- package/build/stories/chat/index.stories.d.ts +9 -10
- package/build/stories/chat/parts/MediaLightbox.d.ts +14 -0
- package/build/stories/chat/parts/ThumbnailContainer/Thumbnail.d.ts +11 -0
- package/build/stories/chat/parts/ThumbnailContainer/index.d.ts +1 -8
- package/build/stories/chat/parts/comment.d.ts +2 -7
- package/build/stories/chat/parts/containers.d.ts +11 -7
- package/build/stories/chat/parts/header.d.ts +6 -4
- package/build/stories/color-swatch/index.stories.d.ts +3 -3
- package/build/stories/drawers/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/autocomplete/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/countermultiselect/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/field/index.d.ts +8 -6
- package/build/stories/dropdowns/menu/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/select/index.d.ts +6 -4
- package/build/stories/dropdowns/select/index.stories.d.ts +3 -3
- package/build/stories/editor/index.stories.d.ts +6 -6
- package/build/stories/editorWithHighlight/_data.d.ts +17 -0
- package/build/stories/editorWithHighlight/floatingMenu.d.ts +5 -0
- package/build/stories/editorWithHighlight/index.d.ts +32 -0
- package/build/stories/editorWithHighlight/index.stories.d.ts +7 -0
- package/build/stories/editorWithHighlight/nodes/active.d.ts +4 -0
- package/build/stories/editorWithHighlight/nodes/observation/Component.d.ts +6 -0
- package/build/stories/editorWithHighlight/nodes/observation/index.d.ts +2 -0
- package/build/stories/editorWithHighlight/nodes/paragraph/Component.d.ts +6 -0
- package/build/stories/editorWithHighlight/nodes/paragraph/index.d.ts +2 -0
- package/build/stories/editorWithHighlight/nodes/word.d.ts +2 -0
- package/build/stories/editorWithHighlight/search.d.ts +8 -0
- package/build/stories/editorWithHighlight/useEditor.d.ts +14 -0
- package/build/stories/forms/checkbox/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/checkbox/index.stories.d.ts +2 -2
- package/build/stories/forms/input/index.d.ts +10 -8
- package/build/stories/forms/input/index.stories.d.ts +5 -5
- package/build/stories/forms/input-toggle/index.d.ts +6 -4
- package/build/stories/forms/input-toggle/index.stories.d.ts +6 -6
- package/build/stories/forms/mediaInput/index.stories.d.ts +5 -5
- package/build/stories/forms/radio/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/radio/index.stories.d.ts +3 -3
- package/build/stories/forms/textarea/index.stories.d.ts +4 -4
- package/build/stories/forms/toggle/index.stories.d.ts +2 -2
- package/build/stories/grid/col/index.stories.d.ts +4 -4
- package/build/stories/grid/grid/index.stories.d.ts +4 -4
- package/build/stories/grid/row/index.stories.d.ts +2 -2
- package/build/stories/highlight/CreateObservationButton.d.ts +19 -0
- package/build/stories/highlight/_types.d.ts +39 -0
- package/build/stories/highlight/demo-parts/data.d.ts +55 -0
- package/build/stories/highlight/demo-parts/sentiment-tag.d.ts +7 -0
- package/build/stories/highlight/demo-parts/transcript-base.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-diarization.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-paragraph.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-sentiment.d.ts +5 -0
- package/build/stories/highlight/highlightContext.d.ts +10 -0
- package/build/stories/highlight/index.d.ts +10 -0
- package/build/stories/highlight/index.stories.d.ts +18 -0
- package/build/stories/highlight/searchable.d.ts +3 -0
- package/build/stories/icons/index.stories.d.ts +2 -2
- package/build/stories/info-cards/index.stories.d.ts +3 -3
- package/build/stories/label/index.d.ts +9 -7
- package/build/stories/label/index.stories.d.ts +3 -3
- package/build/stories/lightbox/index.stories.d.ts +2 -2
- package/build/stories/lightbox/parts/body.d.ts +18 -12
- package/build/stories/lightbox/parts/footer.d.ts +7 -5
- package/build/stories/loaders/dots/index.stories.d.ts +2 -2
- package/build/stories/loaders/progress/index.stories.d.ts +2 -2
- package/build/stories/loaders/skeleton/index.stories.d.ts +3 -3
- package/build/stories/loaders/spinner/index.stories.d.ts +2 -2
- package/build/stories/login-form/index.stories.d.ts +3 -3
- package/build/stories/logo/index.stories.d.ts +2 -2
- package/build/stories/modals/fullscreen/index.d.ts +40 -32
- package/build/stories/modals/fullscreen/index.stories.d.ts +2 -2
- package/build/stories/modals/index.d.ts +8 -6
- package/build/stories/modals/index.stories.d.ts +5 -5
- package/build/stories/multiselect/index.stories.d.ts +3 -3
- package/build/stories/navigation/app-header/index.stories.d.ts +3 -3
- package/build/stories/navigation/header/header-item/brandItem.d.ts +9 -7
- package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +3 -1
- package/build/stories/navigation/page-header/index.d.ts +38 -26
- package/build/stories/navigation/page-header/index.stories.d.ts +5 -5
- package/build/stories/navigation/page-header/styled/main.d.ts +40 -28
- package/build/stories/notifications/index.stories.d.ts +3 -3
- package/build/stories/pagination/index.stories.d.ts +3 -3
- package/build/stories/player/_types.d.ts +38 -1
- package/build/stories/player/context/progressContext.d.ts +16 -0
- package/build/stories/player/hooks/usePictureInPicture.d.ts +4 -0
- package/build/stories/player/index.d.ts +7 -2
- package/build/stories/player/index.stories.d.ts +7 -5
- package/build/stories/player/parts/CutStart.d.ts +4 -0
- package/build/stories/player/parts/bookmark.d.ts +2 -0
- package/build/stories/player/parts/controlButton.d.ts +291 -0
- package/build/stories/player/parts/controls.d.ts +14 -6
- package/build/stories/player/parts/controlsCenterGroup.d.ts +2 -1
- package/build/stories/player/parts/cutterButton.d.ts +6 -0
- package/build/stories/player/parts/floatingControls.d.ts +1 -0
- package/build/stories/player/parts/progress.d.ts +11 -0
- package/build/stories/player/parts/timeLabel.d.ts +2 -2
- package/build/stories/product-cards/index.stories.d.ts +3 -3
- package/build/stories/profile-modal/components/menuItem.d.ts +6 -4
- package/build/stories/profile-modal/index.stories.d.ts +2 -2
- package/build/stories/service-cards/index.stories.d.ts +3 -3
- package/build/stories/slider/index.stories.d.ts +3 -3
- package/build/stories/slider/parts/container.d.ts +6 -4
- package/build/stories/special-cards/index.d.ts +42 -30
- package/build/stories/special-cards/index.stories.d.ts +2 -2
- package/build/stories/special-cards/styled/header.d.ts +33 -21
- package/build/stories/stepper/index.d.ts +27 -21
- package/build/stories/stepper/index.stories.d.ts +3 -3
- package/build/stories/table/index.stories.d.ts +11 -11
- package/build/stories/tabs/index.stories.d.ts +3 -3
- package/build/stories/tags/index.d.ts +24 -20
- package/build/stories/tags/index.stories.d.ts +6 -6
- package/build/stories/theme/palette.stories.d.ts +1 -1
- package/build/stories/tiles/index.stories.d.ts +4 -4
- package/build/stories/timeline/index.d.ts +11 -7
- package/build/stories/timeline/index.stories.d.ts +4 -4
- package/build/stories/title/index.stories.d.ts +2 -2
- package/build/stories/tooltip/_types.d.ts +1 -0
- package/build/stories/tooltip/index.d.ts +8 -5
- package/build/stories/tooltip/index.stories.d.ts +3 -2
- package/build/stories/tooltip-modal/index.stories.d.ts +2 -2
- package/build/stories/typography/block-quote/index.stories.d.ts +2 -2
- package/build/stories/typography/code/index.stories.d.ts +4 -4
- package/build/stories/typography/ellipsis/index.stories.d.ts +2 -2
- package/build/stories/typography/lists/ordered.stories.d.ts +2 -2
- package/build/stories/typography/lists/unordered.stories.d.ts +2 -2
- package/build/stories/typography/paragraph/index.stories.d.ts +2 -2
- package/build/stories/typography/span/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/anchortag/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/index.d.ts +26 -12
- package/build/stories/typography/typescale/index.stories.d.ts +2 -2
- package/package.json +20 -13
- package/yarn-error.log +13975 -0
- package/.vscode/settings.json +0 -3
- package/build/stories/chat/parts/ThumbnailContainer/ImageThumbnail.d.ts +0 -11
- package/build/stories/chat/parts/ThumbnailContainer/VideoThumbnail.d.ts +0 -11
- /package/build/stories/player/{parts/utils.d.ts → utils.d.ts} +0 -0
|
@@ -9,6 +9,7 @@ import { StepperArgs } from "./_types";
|
|
|
9
9
|
declare const Stepper: {
|
|
10
10
|
(props: StepperArgs): import("react/jsx-runtime").JSX.Element;
|
|
11
11
|
Step: import("styled-components").IStyledComponent<"web", {
|
|
12
|
+
style?: import("react").CSSProperties | undefined;
|
|
12
13
|
value?: string | number | readonly string[] | undefined;
|
|
13
14
|
defaultChecked?: boolean | undefined;
|
|
14
15
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -17,7 +18,7 @@ declare const Stepper: {
|
|
|
17
18
|
accessKey?: string | undefined;
|
|
18
19
|
autoFocus?: boolean | undefined;
|
|
19
20
|
className?: string | undefined;
|
|
20
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
21
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
21
22
|
contextMenu?: string | undefined;
|
|
22
23
|
dir?: string | undefined;
|
|
23
24
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -25,10 +26,8 @@ declare const Stepper: {
|
|
|
25
26
|
id?: string | undefined;
|
|
26
27
|
lang?: string | undefined;
|
|
27
28
|
nonce?: string | undefined;
|
|
28
|
-
placeholder?: string | undefined;
|
|
29
29
|
slot?: string | undefined;
|
|
30
30
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
31
|
-
style?: import("react").CSSProperties | undefined;
|
|
32
31
|
tabIndex?: number | undefined;
|
|
33
32
|
title?: string | undefined;
|
|
34
33
|
translate?: "yes" | "no" | undefined;
|
|
@@ -62,14 +61,18 @@ declare const Stepper: {
|
|
|
62
61
|
"aria-activedescendant"?: string | undefined;
|
|
63
62
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
64
63
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
64
|
+
"aria-braillelabel"?: string | undefined;
|
|
65
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
65
66
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
66
67
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
67
68
|
"aria-colcount"?: number | undefined;
|
|
68
69
|
"aria-colindex"?: number | undefined;
|
|
70
|
+
"aria-colindextext"?: string | undefined;
|
|
69
71
|
"aria-colspan"?: number | undefined;
|
|
70
72
|
"aria-controls"?: string | undefined;
|
|
71
73
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
72
74
|
"aria-describedby"?: string | undefined;
|
|
75
|
+
"aria-description"?: string | undefined;
|
|
73
76
|
"aria-details"?: string | undefined;
|
|
74
77
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
75
78
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -99,6 +102,7 @@ declare const Stepper: {
|
|
|
99
102
|
"aria-roledescription"?: string | undefined;
|
|
100
103
|
"aria-rowcount"?: number | undefined;
|
|
101
104
|
"aria-rowindex"?: number | undefined;
|
|
105
|
+
"aria-rowindextext"?: string | undefined;
|
|
102
106
|
"aria-rowspan"?: number | undefined;
|
|
103
107
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
104
108
|
"aria-setsize"?: number | undefined;
|
|
@@ -250,9 +254,7 @@ declare const Stepper: {
|
|
|
250
254
|
onPointerCancel?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
251
255
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
252
256
|
onPointerEnter?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
253
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
254
257
|
onPointerLeave?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
255
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
256
258
|
onPointerOver?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
257
259
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
258
260
|
onPointerOut?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
@@ -273,13 +275,11 @@ declare const Stepper: {
|
|
|
273
275
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLLIElement> | undefined;
|
|
274
276
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLLIElement> | undefined;
|
|
275
277
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLLIElement> | undefined;
|
|
276
|
-
ref?: import("react").Ref<HTMLLIElement> | undefined;
|
|
277
278
|
key?: import("react").Key | null | undefined;
|
|
279
|
+
ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
278
280
|
}> & import("react").ForwardRefExoticComponent<import("react").LiHTMLAttributes<HTMLLIElement> & import("react").RefAttributes<HTMLLIElement>>;
|
|
279
281
|
Label: import("styled-components").IStyledComponent<"web", {
|
|
280
|
-
|
|
281
|
-
iconProps?: import("react").SVGAttributes<SVGElement> | undefined;
|
|
282
|
-
isHidden?: boolean | undefined;
|
|
282
|
+
style?: import("react").CSSProperties | undefined;
|
|
283
283
|
defaultChecked?: boolean | undefined;
|
|
284
284
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
285
285
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -287,7 +287,7 @@ declare const Stepper: {
|
|
|
287
287
|
accessKey?: string | undefined;
|
|
288
288
|
autoFocus?: boolean | undefined;
|
|
289
289
|
className?: string | undefined;
|
|
290
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
290
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
291
291
|
contextMenu?: string | undefined;
|
|
292
292
|
dir?: string | undefined;
|
|
293
293
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -295,10 +295,8 @@ declare const Stepper: {
|
|
|
295
295
|
id?: string | undefined;
|
|
296
296
|
lang?: string | undefined;
|
|
297
297
|
nonce?: string | undefined;
|
|
298
|
-
placeholder?: string | undefined;
|
|
299
298
|
slot?: string | undefined;
|
|
300
299
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
301
|
-
style?: import("react").CSSProperties | undefined;
|
|
302
300
|
tabIndex?: number | undefined;
|
|
303
301
|
title?: string | undefined;
|
|
304
302
|
translate?: "yes" | "no" | undefined;
|
|
@@ -332,14 +330,18 @@ declare const Stepper: {
|
|
|
332
330
|
"aria-activedescendant"?: string | undefined;
|
|
333
331
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
334
332
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
333
|
+
"aria-braillelabel"?: string | undefined;
|
|
334
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
335
335
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
336
336
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
337
337
|
"aria-colcount"?: number | undefined;
|
|
338
338
|
"aria-colindex"?: number | undefined;
|
|
339
|
+
"aria-colindextext"?: string | undefined;
|
|
339
340
|
"aria-colspan"?: number | undefined;
|
|
340
341
|
"aria-controls"?: string | undefined;
|
|
341
342
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
342
343
|
"aria-describedby"?: string | undefined;
|
|
344
|
+
"aria-description"?: string | undefined;
|
|
343
345
|
"aria-details"?: string | undefined;
|
|
344
346
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
345
347
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -369,6 +371,7 @@ declare const Stepper: {
|
|
|
369
371
|
"aria-roledescription"?: string | undefined;
|
|
370
372
|
"aria-rowcount"?: number | undefined;
|
|
371
373
|
"aria-rowindex"?: number | undefined;
|
|
374
|
+
"aria-rowindextext"?: string | undefined;
|
|
372
375
|
"aria-rowspan"?: number | undefined;
|
|
373
376
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
374
377
|
"aria-setsize"?: number | undefined;
|
|
@@ -520,9 +523,7 @@ declare const Stepper: {
|
|
|
520
523
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
521
524
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
522
525
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
523
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
524
526
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
525
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
526
527
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
527
528
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
528
529
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -543,10 +544,14 @@ declare const Stepper: {
|
|
|
543
544
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
544
545
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
545
546
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
546
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
547
547
|
key?: import("react").Key | null | undefined;
|
|
548
|
+
icon?: import("react").ReactNode;
|
|
549
|
+
iconProps?: import("react").SVGAttributes<SVGElement> | undefined;
|
|
550
|
+
isHidden?: boolean | undefined;
|
|
551
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
548
552
|
}> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-accordions").IStepperLabelProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
549
553
|
Content: import("styled-components").IStyledComponent<"web", {
|
|
554
|
+
style?: import("react").CSSProperties | undefined;
|
|
550
555
|
defaultChecked?: boolean | undefined;
|
|
551
556
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
552
557
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -554,7 +559,7 @@ declare const Stepper: {
|
|
|
554
559
|
accessKey?: string | undefined;
|
|
555
560
|
autoFocus?: boolean | undefined;
|
|
556
561
|
className?: string | undefined;
|
|
557
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
562
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
558
563
|
contextMenu?: string | undefined;
|
|
559
564
|
dir?: string | undefined;
|
|
560
565
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -562,10 +567,8 @@ declare const Stepper: {
|
|
|
562
567
|
id?: string | undefined;
|
|
563
568
|
lang?: string | undefined;
|
|
564
569
|
nonce?: string | undefined;
|
|
565
|
-
placeholder?: string | undefined;
|
|
566
570
|
slot?: string | undefined;
|
|
567
571
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
568
|
-
style?: import("react").CSSProperties | undefined;
|
|
569
572
|
tabIndex?: number | undefined;
|
|
570
573
|
title?: string | undefined;
|
|
571
574
|
translate?: "yes" | "no" | undefined;
|
|
@@ -599,14 +602,18 @@ declare const Stepper: {
|
|
|
599
602
|
"aria-activedescendant"?: string | undefined;
|
|
600
603
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
601
604
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
605
|
+
"aria-braillelabel"?: string | undefined;
|
|
606
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
602
607
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
603
608
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
604
609
|
"aria-colcount"?: number | undefined;
|
|
605
610
|
"aria-colindex"?: number | undefined;
|
|
611
|
+
"aria-colindextext"?: string | undefined;
|
|
606
612
|
"aria-colspan"?: number | undefined;
|
|
607
613
|
"aria-controls"?: string | undefined;
|
|
608
614
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
609
615
|
"aria-describedby"?: string | undefined;
|
|
616
|
+
"aria-description"?: string | undefined;
|
|
610
617
|
"aria-details"?: string | undefined;
|
|
611
618
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
612
619
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -636,6 +643,7 @@ declare const Stepper: {
|
|
|
636
643
|
"aria-roledescription"?: string | undefined;
|
|
637
644
|
"aria-rowcount"?: number | undefined;
|
|
638
645
|
"aria-rowindex"?: number | undefined;
|
|
646
|
+
"aria-rowindextext"?: string | undefined;
|
|
639
647
|
"aria-rowspan"?: number | undefined;
|
|
640
648
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
641
649
|
"aria-setsize"?: number | undefined;
|
|
@@ -787,9 +795,7 @@ declare const Stepper: {
|
|
|
787
795
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
788
796
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
789
797
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
790
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
791
798
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
792
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
793
799
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
794
800
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
795
801
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -810,8 +816,8 @@ declare const Stepper: {
|
|
|
810
816
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
811
817
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
812
818
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
813
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
814
819
|
key?: import("react").Key | null | undefined;
|
|
820
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
815
821
|
}> & import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
816
822
|
};
|
|
817
823
|
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;
|
|
@@ -10,7 +10,7 @@ declare const Tag: {
|
|
|
10
10
|
accessKey?: string | undefined;
|
|
11
11
|
autoFocus?: boolean | undefined;
|
|
12
12
|
className?: string | undefined;
|
|
13
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
13
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
14
14
|
contextMenu?: string | undefined;
|
|
15
15
|
dir?: string | undefined;
|
|
16
16
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -18,7 +18,6 @@ declare const Tag: {
|
|
|
18
18
|
id?: string | undefined;
|
|
19
19
|
lang?: string | undefined;
|
|
20
20
|
nonce?: string | undefined;
|
|
21
|
-
placeholder?: string | undefined;
|
|
22
21
|
slot?: string | undefined;
|
|
23
22
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
24
23
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -55,14 +54,18 @@ declare const Tag: {
|
|
|
55
54
|
"aria-activedescendant"?: string | undefined;
|
|
56
55
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
57
56
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
57
|
+
"aria-braillelabel"?: string | undefined;
|
|
58
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
58
59
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
59
60
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
60
61
|
"aria-colcount"?: number | undefined;
|
|
61
62
|
"aria-colindex"?: number | undefined;
|
|
63
|
+
"aria-colindextext"?: string | undefined;
|
|
62
64
|
"aria-colspan"?: number | undefined;
|
|
63
65
|
"aria-controls"?: string | undefined;
|
|
64
66
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
65
67
|
"aria-describedby"?: string | undefined;
|
|
68
|
+
"aria-description"?: string | undefined;
|
|
66
69
|
"aria-details"?: string | undefined;
|
|
67
70
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
68
71
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -92,6 +95,7 @@ declare const Tag: {
|
|
|
92
95
|
"aria-roledescription"?: string | undefined;
|
|
93
96
|
"aria-rowcount"?: number | undefined;
|
|
94
97
|
"aria-rowindex"?: number | undefined;
|
|
98
|
+
"aria-rowindextext"?: string | undefined;
|
|
95
99
|
"aria-rowspan"?: number | undefined;
|
|
96
100
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
97
101
|
"aria-setsize"?: number | undefined;
|
|
@@ -243,9 +247,7 @@ declare const Tag: {
|
|
|
243
247
|
onPointerCancel?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
244
248
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
245
249
|
onPointerEnter?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
246
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
247
250
|
onPointerLeave?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
248
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
249
251
|
onPointerOver?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
250
252
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
251
253
|
onPointerOut?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
@@ -267,20 +269,12 @@ declare const Tag: {
|
|
|
267
269
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
268
270
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
269
271
|
}> & {
|
|
270
|
-
(props: import("react").HTMLAttributes<HTMLElement>): JSX.Element;
|
|
272
|
+
(props: import("react").HTMLAttributes<HTMLElement>): import("react").JSX.Element;
|
|
271
273
|
displayName: string;
|
|
272
274
|
};
|
|
273
275
|
Close: import("styled-components").IStyledComponent<"web", {
|
|
274
|
-
disabled?: boolean | undefined;
|
|
275
276
|
form?: string | undefined;
|
|
276
|
-
|
|
277
|
-
formEncType?: string | undefined;
|
|
278
|
-
formMethod?: string | undefined;
|
|
279
|
-
formNoValidate?: boolean | undefined;
|
|
280
|
-
formTarget?: string | undefined;
|
|
281
|
-
name?: string | undefined;
|
|
282
|
-
type?: "button" | "submit" | "reset" | undefined;
|
|
283
|
-
value?: string | number | readonly string[] | undefined;
|
|
277
|
+
style?: import("react").CSSProperties | undefined;
|
|
284
278
|
defaultChecked?: boolean | undefined;
|
|
285
279
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
286
280
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -288,7 +282,7 @@ declare const Tag: {
|
|
|
288
282
|
accessKey?: string | undefined;
|
|
289
283
|
autoFocus?: boolean | undefined;
|
|
290
284
|
className?: string | undefined;
|
|
291
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
285
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
292
286
|
contextMenu?: string | undefined;
|
|
293
287
|
dir?: string | undefined;
|
|
294
288
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -296,10 +290,8 @@ declare const Tag: {
|
|
|
296
290
|
id?: string | undefined;
|
|
297
291
|
lang?: string | undefined;
|
|
298
292
|
nonce?: string | undefined;
|
|
299
|
-
placeholder?: string | undefined;
|
|
300
293
|
slot?: string | undefined;
|
|
301
294
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
302
|
-
style?: import("react").CSSProperties | undefined;
|
|
303
295
|
tabIndex?: number | undefined;
|
|
304
296
|
title?: string | undefined;
|
|
305
297
|
translate?: "yes" | "no" | undefined;
|
|
@@ -333,14 +325,18 @@ declare const Tag: {
|
|
|
333
325
|
"aria-activedescendant"?: string | undefined;
|
|
334
326
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
335
327
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
328
|
+
"aria-braillelabel"?: string | undefined;
|
|
329
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
336
330
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
337
331
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
338
332
|
"aria-colcount"?: number | undefined;
|
|
339
333
|
"aria-colindex"?: number | undefined;
|
|
334
|
+
"aria-colindextext"?: string | undefined;
|
|
340
335
|
"aria-colspan"?: number | undefined;
|
|
341
336
|
"aria-controls"?: string | undefined;
|
|
342
337
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
343
338
|
"aria-describedby"?: string | undefined;
|
|
339
|
+
"aria-description"?: string | undefined;
|
|
344
340
|
"aria-details"?: string | undefined;
|
|
345
341
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
346
342
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -370,6 +366,7 @@ declare const Tag: {
|
|
|
370
366
|
"aria-roledescription"?: string | undefined;
|
|
371
367
|
"aria-rowcount"?: number | undefined;
|
|
372
368
|
"aria-rowindex"?: number | undefined;
|
|
369
|
+
"aria-rowindextext"?: string | undefined;
|
|
373
370
|
"aria-rowspan"?: number | undefined;
|
|
374
371
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
375
372
|
"aria-setsize"?: number | undefined;
|
|
@@ -521,9 +518,7 @@ declare const Tag: {
|
|
|
521
518
|
onPointerCancel?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
522
519
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
523
520
|
onPointerEnter?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
524
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
525
521
|
onPointerLeave?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
526
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
527
522
|
onPointerOver?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
528
523
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
529
524
|
onPointerOut?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -544,8 +539,17 @@ declare const Tag: {
|
|
|
544
539
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
545
540
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
546
541
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
547
|
-
|
|
542
|
+
disabled?: boolean | undefined;
|
|
543
|
+
formAction?: string | undefined;
|
|
544
|
+
formEncType?: string | undefined;
|
|
545
|
+
formMethod?: string | undefined;
|
|
546
|
+
formNoValidate?: boolean | undefined;
|
|
547
|
+
formTarget?: string | undefined;
|
|
548
|
+
name?: string | undefined;
|
|
549
|
+
type?: "button" | "submit" | "reset" | undefined;
|
|
550
|
+
value?: string | number | readonly string[] | undefined;
|
|
548
551
|
key?: import("react").Key | null | undefined;
|
|
552
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
549
553
|
}> & import("react").ForwardRefExoticComponent<import("react").ButtonHTMLAttributes<HTMLButtonElement> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
550
554
|
SecondaryText: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("../typography/span/_types").SpanArgs, {
|
|
551
555
|
color?: string | undefined;
|
|
@@ -6,10 +6,10 @@ interface TagStoryProps extends TagArgs {
|
|
|
6
6
|
secondaryTextBold: boolean;
|
|
7
7
|
secondaryTextColor: string;
|
|
8
8
|
}
|
|
9
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
10
|
-
export declare const Avatar: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
11
|
-
export declare const Close: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
12
|
-
export declare const Round: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
13
|
-
export declare const Counter: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
14
|
-
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, TagStoryProps>;
|
|
10
|
+
export declare const Avatar: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TagStoryProps>;
|
|
11
|
+
export declare const Close: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TagStoryProps>;
|
|
12
|
+
export declare const Round: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TagStoryProps>;
|
|
13
|
+
export declare const Counter: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TagStoryProps>;
|
|
14
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, TagArgs>;
|
|
15
15
|
export default _default;
|
|
@@ -9,7 +9,7 @@ interface PaletteProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
9
9
|
variants: Array<Variant>;
|
|
10
10
|
}>;
|
|
11
11
|
}
|
|
12
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
12
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, PaletteProps>;
|
|
13
13
|
declare const _default: {
|
|
14
14
|
title: string;
|
|
15
15
|
argTypes: {
|
|
@@ -11,8 +11,8 @@ interface TilesStoryProps extends TilesArgs {
|
|
|
11
11
|
tiles: Array<Tile>;
|
|
12
12
|
hasDescription: boolean;
|
|
13
13
|
}
|
|
14
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
15
|
-
export declare const Description: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
16
|
-
export declare const Disabled: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
17
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
14
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TilesStoryProps>;
|
|
15
|
+
export declare const Description: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TilesStoryProps>;
|
|
16
|
+
export declare const Disabled: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TilesStoryProps>;
|
|
17
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, TilesArgs>;
|
|
18
18
|
export default _default;
|
|
@@ -11,8 +11,11 @@ import { TimelineArgs } from "./_types";
|
|
|
11
11
|
*/
|
|
12
12
|
declare const Timeline: {
|
|
13
13
|
(props: TimelineArgs): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
Item: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("@zendeskgarden/react-accordions").ITimelineItemProps & import("react").RefAttributes<HTMLLIElement>,
|
|
14
|
+
Item: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-accordions").ITimelineItemProps & import("react").RefAttributes<HTMLLIElement>, "ref"> & {
|
|
15
|
+
ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
16
|
+
}, TimelineArgs>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-accordions").ITimelineItemProps & import("react").RefAttributes<HTMLLIElement>>;
|
|
15
17
|
Content: import("styled-components").IStyledComponent<"web", {
|
|
18
|
+
style?: import("react").CSSProperties | undefined;
|
|
16
19
|
defaultChecked?: boolean | undefined;
|
|
17
20
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
18
21
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -20,7 +23,7 @@ declare const Timeline: {
|
|
|
20
23
|
accessKey?: string | undefined;
|
|
21
24
|
autoFocus?: boolean | undefined;
|
|
22
25
|
className?: string | undefined;
|
|
23
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
26
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
24
27
|
contextMenu?: string | undefined;
|
|
25
28
|
dir?: string | undefined;
|
|
26
29
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -28,10 +31,8 @@ declare const Timeline: {
|
|
|
28
31
|
id?: string | undefined;
|
|
29
32
|
lang?: string | undefined;
|
|
30
33
|
nonce?: string | undefined;
|
|
31
|
-
placeholder?: string | undefined;
|
|
32
34
|
slot?: string | undefined;
|
|
33
35
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
34
|
-
style?: import("react").CSSProperties | undefined;
|
|
35
36
|
tabIndex?: number | undefined;
|
|
36
37
|
title?: string | undefined;
|
|
37
38
|
translate?: "yes" | "no" | undefined;
|
|
@@ -65,14 +66,18 @@ declare const Timeline: {
|
|
|
65
66
|
"aria-activedescendant"?: string | undefined;
|
|
66
67
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
67
68
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
69
|
+
"aria-braillelabel"?: string | undefined;
|
|
70
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
68
71
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
69
72
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
70
73
|
"aria-colcount"?: number | undefined;
|
|
71
74
|
"aria-colindex"?: number | undefined;
|
|
75
|
+
"aria-colindextext"?: string | undefined;
|
|
72
76
|
"aria-colspan"?: number | undefined;
|
|
73
77
|
"aria-controls"?: string | undefined;
|
|
74
78
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
75
79
|
"aria-describedby"?: string | undefined;
|
|
80
|
+
"aria-description"?: string | undefined;
|
|
76
81
|
"aria-details"?: string | undefined;
|
|
77
82
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
78
83
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -102,6 +107,7 @@ declare const Timeline: {
|
|
|
102
107
|
"aria-roledescription"?: string | undefined;
|
|
103
108
|
"aria-rowcount"?: number | undefined;
|
|
104
109
|
"aria-rowindex"?: number | undefined;
|
|
110
|
+
"aria-rowindextext"?: string | undefined;
|
|
105
111
|
"aria-rowspan"?: number | undefined;
|
|
106
112
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
107
113
|
"aria-setsize"?: number | undefined;
|
|
@@ -253,9 +259,7 @@ declare const Timeline: {
|
|
|
253
259
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
254
260
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
255
261
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
256
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
257
262
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
258
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
259
263
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
260
264
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
261
265
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -276,8 +280,8 @@ declare const Timeline: {
|
|
|
276
280
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
277
281
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
278
282
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
279
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
280
283
|
key?: import("react").Key | null | undefined;
|
|
284
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
281
285
|
}> & import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
282
286
|
};
|
|
283
287
|
export { Timeline };
|
|
@@ -8,8 +8,8 @@ interface TimelineItemArgs {
|
|
|
8
8
|
interface TimelineStoryProps extends TimelineArgs {
|
|
9
9
|
items: TimelineItemArgs[];
|
|
10
10
|
}
|
|
11
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
12
|
-
export declare const InvisibleLine: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
13
|
-
export declare const Alternate: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
14
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
11
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TimelineStoryProps>;
|
|
12
|
+
export declare const InvisibleLine: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TimelineStoryProps>;
|
|
13
|
+
export declare const Alternate: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TimelineStoryProps>;
|
|
14
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, TimelineArgs>;
|
|
15
15
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { TitleArgs } 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, TitleArgs>;
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, TitleArgs>;
|
|
4
4
|
export default _default;
|