@appquality/unguess-design-system 3.1.109-attachments → 3.1.110
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/.github/workflows/release.yml +7 -0
- package/.github/workflows/storybook.yml +2 -2
- package/CHANGELOG.md +322 -0
- package/build/index.d.ts +11 -10
- package/build/index.js +1640 -728
- 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/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 +14 -9
- package/build/stories/buttons/button/index.stories.d.ts +6 -7
- 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 +120 -111
- 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 +2 -2
- package/build/stories/chat/index.d.ts +8 -4
- package/build/stories/chat/index.stories.d.ts +6 -6
- package/build/stories/chat/parts/ThumbnailContainer/Thumbnail.d.ts +2 -2
- package/build/stories/chat/parts/ThumbnailContainer/index.d.ts +0 -8
- 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 -4
- package/build/stories/editor/index.stories.d.ts +6 -7
- 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 +19 -0
- package/build/stories/highlight/_types.d.ts +9 -8
- 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/index.stories.d.ts +11 -12
- package/build/stories/highlight/searchable.d.ts +1 -2
- 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/_types.d.ts +21 -2
- 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/controlButton.d.ts +294 -0
- package/build/stories/player/parts/controls.d.ts +11 -5
- package/build/stories/player/parts/floatingControls.d.ts +1 -0
- package/build/stories/product-cards/index.stories.d.ts +3 -3
- package/build/stories/profile-modal/_types.d.ts +3 -2
- 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/profile-modal/items/languageMenuItem.d.ts +2 -1
- package/build/stories/profile-modal/items/settingsMenuItem.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 +20 -0
- 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/_types.d.ts +1 -0
- package/build/stories/tooltip/index.d.ts +1 -278
- package/build/stories/tooltip/index.stories.d.ts +3 -2
- package/build/stories/tooltip-modal/index.stories.d.ts +2 -2
- package/build/stories/transcript/_data.d.ts +17 -0
- package/build/stories/transcript/extensions/theme/index.d.ts +347 -0
- package/build/stories/transcript/findActiveWord.d.ts +2 -0
- package/build/stories/transcript/floatingMenu.d.ts +8 -0
- package/build/stories/transcript/getParsedContent.d.ts +26 -0
- package/build/stories/transcript/index.d.ts +53 -0
- package/build/stories/transcript/index.stories.d.ts +23 -0
- package/build/stories/transcript/nodes/active/Component.d.ts +6 -0
- package/build/stories/transcript/nodes/active/index.d.ts +4 -0
- package/build/stories/transcript/nodes/observation/Component.d.ts +6 -0
- package/build/stories/transcript/nodes/observation/index.d.ts +2 -0
- package/build/stories/transcript/nodes/paragraph/Component.d.ts +6 -0
- package/build/stories/transcript/nodes/paragraph/index.d.ts +2 -0
- package/build/stories/transcript/nodes/word/Component.d.ts +6 -0
- package/build/stories/transcript/nodes/word/index.d.ts +2 -0
- package/build/stories/transcript/search.d.ts +9 -0
- package/build/stories/transcript/useEditor.d.ts +11 -0
- 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 +30 -20
- package/yarn-error.log +0 -17994
- /package/build/stories/player/{parts → context}/progressContext.d.ts +0 -0
- /package/build/stories/player/{parts/utils.d.ts → utils.d.ts} +0 -0
|
@@ -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;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
import { TagArgs } from "./_types";
|
|
3
5
|
declare const Tag: {
|
|
4
6
|
({ isPill, hue, color, size, ...props }: TagArgs): import("react/jsx-runtime").JSX.Element;
|
|
@@ -10,15 +12,15 @@ declare const Tag: {
|
|
|
10
12
|
accessKey?: string | undefined;
|
|
11
13
|
autoFocus?: boolean | undefined;
|
|
12
14
|
className?: string | undefined;
|
|
13
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
15
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
14
16
|
contextMenu?: string | undefined;
|
|
15
17
|
dir?: string | undefined;
|
|
16
18
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
19
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
17
20
|
hidden?: boolean | undefined;
|
|
18
21
|
id?: string | undefined;
|
|
19
22
|
lang?: string | undefined;
|
|
20
23
|
nonce?: string | undefined;
|
|
21
|
-
placeholder?: string | undefined;
|
|
22
24
|
slot?: string | undefined;
|
|
23
25
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
24
26
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -55,14 +57,18 @@ declare const Tag: {
|
|
|
55
57
|
"aria-activedescendant"?: string | undefined;
|
|
56
58
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
57
59
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
60
|
+
"aria-braillelabel"?: string | undefined;
|
|
61
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
58
62
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
59
63
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
60
64
|
"aria-colcount"?: number | undefined;
|
|
61
65
|
"aria-colindex"?: number | undefined;
|
|
66
|
+
"aria-colindextext"?: string | undefined;
|
|
62
67
|
"aria-colspan"?: number | undefined;
|
|
63
68
|
"aria-controls"?: string | undefined;
|
|
64
69
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
65
70
|
"aria-describedby"?: string | undefined;
|
|
71
|
+
"aria-description"?: string | undefined;
|
|
66
72
|
"aria-details"?: string | undefined;
|
|
67
73
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
68
74
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -92,6 +98,7 @@ declare const Tag: {
|
|
|
92
98
|
"aria-roledescription"?: string | undefined;
|
|
93
99
|
"aria-rowcount"?: number | undefined;
|
|
94
100
|
"aria-rowindex"?: number | undefined;
|
|
101
|
+
"aria-rowindextext"?: string | undefined;
|
|
95
102
|
"aria-rowspan"?: number | undefined;
|
|
96
103
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
97
104
|
"aria-setsize"?: number | undefined;
|
|
@@ -243,9 +250,7 @@ declare const Tag: {
|
|
|
243
250
|
onPointerCancel?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
244
251
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
245
252
|
onPointerEnter?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
246
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
247
253
|
onPointerLeave?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
248
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
249
254
|
onPointerOver?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
250
255
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
251
256
|
onPointerOut?: import("react").PointerEventHandler<HTMLElement> | undefined;
|
|
@@ -267,20 +272,12 @@ declare const Tag: {
|
|
|
267
272
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
268
273
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLElement> | undefined;
|
|
269
274
|
}> & {
|
|
270
|
-
(props: import("react").HTMLAttributes<HTMLElement>): JSX.Element;
|
|
275
|
+
(props: import("react").HTMLAttributes<HTMLElement>): import("react").JSX.Element;
|
|
271
276
|
displayName: string;
|
|
272
277
|
};
|
|
273
278
|
Close: import("styled-components").IStyledComponent<"web", {
|
|
274
|
-
disabled?: boolean | undefined;
|
|
275
279
|
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;
|
|
280
|
+
style?: import("react").CSSProperties | undefined;
|
|
284
281
|
defaultChecked?: boolean | undefined;
|
|
285
282
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
286
283
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -288,18 +285,17 @@ declare const Tag: {
|
|
|
288
285
|
accessKey?: string | undefined;
|
|
289
286
|
autoFocus?: boolean | undefined;
|
|
290
287
|
className?: string | undefined;
|
|
291
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
288
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
292
289
|
contextMenu?: string | undefined;
|
|
293
290
|
dir?: string | undefined;
|
|
294
291
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
292
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
295
293
|
hidden?: boolean | undefined;
|
|
296
294
|
id?: string | undefined;
|
|
297
295
|
lang?: string | undefined;
|
|
298
296
|
nonce?: string | undefined;
|
|
299
|
-
placeholder?: string | undefined;
|
|
300
297
|
slot?: string | undefined;
|
|
301
298
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
302
|
-
style?: import("react").CSSProperties | undefined;
|
|
303
299
|
tabIndex?: number | undefined;
|
|
304
300
|
title?: string | undefined;
|
|
305
301
|
translate?: "yes" | "no" | undefined;
|
|
@@ -333,14 +329,18 @@ declare const Tag: {
|
|
|
333
329
|
"aria-activedescendant"?: string | undefined;
|
|
334
330
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
335
331
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
332
|
+
"aria-braillelabel"?: string | undefined;
|
|
333
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
336
334
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
337
335
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
338
336
|
"aria-colcount"?: number | undefined;
|
|
339
337
|
"aria-colindex"?: number | undefined;
|
|
338
|
+
"aria-colindextext"?: string | undefined;
|
|
340
339
|
"aria-colspan"?: number | undefined;
|
|
341
340
|
"aria-controls"?: string | undefined;
|
|
342
341
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
343
342
|
"aria-describedby"?: string | undefined;
|
|
343
|
+
"aria-description"?: string | undefined;
|
|
344
344
|
"aria-details"?: string | undefined;
|
|
345
345
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
346
346
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -370,6 +370,7 @@ declare const Tag: {
|
|
|
370
370
|
"aria-roledescription"?: string | undefined;
|
|
371
371
|
"aria-rowcount"?: number | undefined;
|
|
372
372
|
"aria-rowindex"?: number | undefined;
|
|
373
|
+
"aria-rowindextext"?: string | undefined;
|
|
373
374
|
"aria-rowspan"?: number | undefined;
|
|
374
375
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
375
376
|
"aria-setsize"?: number | undefined;
|
|
@@ -521,9 +522,7 @@ declare const Tag: {
|
|
|
521
522
|
onPointerCancel?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
522
523
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
523
524
|
onPointerEnter?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
524
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
525
525
|
onPointerLeave?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
526
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
527
526
|
onPointerOver?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
528
527
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
529
528
|
onPointerOut?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -544,8 +543,17 @@ declare const Tag: {
|
|
|
544
543
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
545
544
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
546
545
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
547
|
-
|
|
546
|
+
disabled?: boolean | undefined;
|
|
547
|
+
formAction?: string | undefined;
|
|
548
|
+
formEncType?: string | undefined;
|
|
549
|
+
formMethod?: string | undefined;
|
|
550
|
+
formNoValidate?: boolean | undefined;
|
|
551
|
+
formTarget?: string | undefined;
|
|
552
|
+
name?: string | undefined;
|
|
553
|
+
type?: "button" | "submit" | "reset" | undefined;
|
|
554
|
+
value?: string | number | readonly string[] | undefined;
|
|
548
555
|
key?: import("react").Key | null | undefined;
|
|
556
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
549
557
|
}> & import("react").ForwardRefExoticComponent<import("react").ButtonHTMLAttributes<HTMLButtonElement> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
550
558
|
SecondaryText: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("../typography/span/_types").SpanArgs, {
|
|
551
559
|
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;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { HTMLAttributes } from "react";
|
|
2
|
+
interface ColorProps extends HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
}
|
|
4
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ColorProps>;
|
|
5
|
+
declare const _default: {
|
|
6
|
+
title: string;
|
|
7
|
+
argTypes: {
|
|
8
|
+
cards: {
|
|
9
|
+
table: {
|
|
10
|
+
disable: boolean;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
parameters: {
|
|
15
|
+
chromatic: {
|
|
16
|
+
delay: number;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
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;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
import { TimelineArgs } from "./_types";
|
|
3
5
|
/**
|
|
4
6
|
* A Timeline lists events over a period of time.
|
|
@@ -11,8 +13,11 @@ import { TimelineArgs } from "./_types";
|
|
|
11
13
|
*/
|
|
12
14
|
declare const Timeline: {
|
|
13
15
|
(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>,
|
|
16
|
+
Item: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-accordions").ITimelineItemProps & import("react").RefAttributes<HTMLLIElement>, "ref"> & {
|
|
17
|
+
ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
18
|
+
}, TimelineArgs>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-accordions").ITimelineItemProps & import("react").RefAttributes<HTMLLIElement>>;
|
|
15
19
|
Content: import("styled-components").IStyledComponent<"web", {
|
|
20
|
+
style?: import("react").CSSProperties | undefined;
|
|
16
21
|
defaultChecked?: boolean | undefined;
|
|
17
22
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
18
23
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -20,18 +25,17 @@ declare const Timeline: {
|
|
|
20
25
|
accessKey?: string | undefined;
|
|
21
26
|
autoFocus?: boolean | undefined;
|
|
22
27
|
className?: string | undefined;
|
|
23
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
28
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
24
29
|
contextMenu?: string | undefined;
|
|
25
30
|
dir?: string | undefined;
|
|
26
31
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
32
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
27
33
|
hidden?: boolean | undefined;
|
|
28
34
|
id?: string | undefined;
|
|
29
35
|
lang?: string | undefined;
|
|
30
36
|
nonce?: string | undefined;
|
|
31
|
-
placeholder?: string | undefined;
|
|
32
37
|
slot?: string | undefined;
|
|
33
38
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
34
|
-
style?: import("react").CSSProperties | undefined;
|
|
35
39
|
tabIndex?: number | undefined;
|
|
36
40
|
title?: string | undefined;
|
|
37
41
|
translate?: "yes" | "no" | undefined;
|
|
@@ -65,14 +69,18 @@ declare const Timeline: {
|
|
|
65
69
|
"aria-activedescendant"?: string | undefined;
|
|
66
70
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
67
71
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
72
|
+
"aria-braillelabel"?: string | undefined;
|
|
73
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
68
74
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
69
75
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
70
76
|
"aria-colcount"?: number | undefined;
|
|
71
77
|
"aria-colindex"?: number | undefined;
|
|
78
|
+
"aria-colindextext"?: string | undefined;
|
|
72
79
|
"aria-colspan"?: number | undefined;
|
|
73
80
|
"aria-controls"?: string | undefined;
|
|
74
81
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
75
82
|
"aria-describedby"?: string | undefined;
|
|
83
|
+
"aria-description"?: string | undefined;
|
|
76
84
|
"aria-details"?: string | undefined;
|
|
77
85
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
78
86
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -102,6 +110,7 @@ declare const Timeline: {
|
|
|
102
110
|
"aria-roledescription"?: string | undefined;
|
|
103
111
|
"aria-rowcount"?: number | undefined;
|
|
104
112
|
"aria-rowindex"?: number | undefined;
|
|
113
|
+
"aria-rowindextext"?: string | undefined;
|
|
105
114
|
"aria-rowspan"?: number | undefined;
|
|
106
115
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
107
116
|
"aria-setsize"?: number | undefined;
|
|
@@ -253,9 +262,7 @@ declare const Timeline: {
|
|
|
253
262
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
254
263
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
255
264
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
256
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
257
265
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
258
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
259
266
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
260
267
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
261
268
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -276,8 +283,8 @@ declare const Timeline: {
|
|
|
276
283
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
277
284
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
278
285
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
279
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
280
286
|
key?: import("react").Key | null | undefined;
|
|
287
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
281
288
|
}> & import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
282
289
|
};
|
|
283
290
|
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;
|