@appquality/unguess-design-system 3.1.105 → 3.1.106-fix-toggle-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +79 -70
- package/build/stories/accordions/index.stories.d.ts +5 -5
- package/build/stories/alerts/index.d.ts +12 -7
- package/build/stories/alerts/index.stories.d.ts +2 -2
- package/build/stories/avatar/index.stories.d.ts +4 -4
- package/build/stories/breadcrumbs/index.stories.d.ts +2 -2
- package/build/stories/buttons/anchor/index.stories.d.ts +4 -4
- package/build/stories/buttons/button/index.d.ts +14 -9
- package/build/stories/buttons/button/index.stories.d.ts +6 -6
- package/build/stories/buttons/button-group/index.stories.d.ts +4 -4
- package/build/stories/buttons/icon-button/index.stories.d.ts +5 -5
- package/build/stories/buttons/split-button/index.stories.d.ts +2 -2
- package/build/stories/buttons/utils.d.ts +78 -69
- package/build/stories/campaign-cards/index.stories.d.ts +3 -3
- package/build/stories/cards/container.stories.d.ts +2 -2
- package/build/stories/cards/index.stories.d.ts +3 -3
- package/build/stories/charts/bar/index.stories.d.ts +3 -3
- package/build/stories/charts/bullet/index.stories.d.ts +3 -3
- package/build/stories/charts/halfPie/index.stories.d.ts +2 -2
- package/build/stories/charts/pie/index.stories.d.ts +4 -4
- package/build/stories/charts/sentiment/index.stories.d.ts +3 -3
- package/build/stories/charts/sunburst/index.stories.d.ts +3 -3
- package/build/stories/charts/waffle/index.stories.d.ts +3 -3
- package/build/stories/chat/index.d.ts +8 -4
- package/build/stories/chat/index.stories.d.ts +6 -6
- package/build/stories/chat/parts/containers.d.ts +13 -6
- package/build/stories/chat/parts/header.d.ts +10 -5
- package/build/stories/color-swatch/index.stories.d.ts +3 -3
- package/build/stories/drawers/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/autocomplete/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/countermultiselect/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/field/index.d.ts +12 -7
- package/build/stories/dropdowns/menu/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/select/index.d.ts +8 -4
- package/build/stories/dropdowns/select/index.stories.d.ts +3 -3
- package/build/stories/editor/index.stories.d.ts +6 -6
- package/build/stories/forms/checkbox/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/checkbox/index.stories.d.ts +2 -2
- package/build/stories/forms/input/index.d.ts +13 -8
- package/build/stories/forms/input/index.stories.d.ts +5 -5
- package/build/stories/forms/input-toggle/index.d.ts +10 -7
- package/build/stories/forms/input-toggle/index.stories.d.ts +6 -6
- package/build/stories/forms/mediaInput/index.stories.d.ts +5 -5
- package/build/stories/forms/radio/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/radio/index.stories.d.ts +3 -3
- package/build/stories/forms/textarea/index.stories.d.ts +4 -4
- package/build/stories/forms/toggle/index.stories.d.ts +2 -2
- package/build/stories/grid/col/index.stories.d.ts +4 -4
- package/build/stories/grid/grid/index.stories.d.ts +4 -4
- package/build/stories/grid/row/index.stories.d.ts +2 -2
- package/build/stories/highlight/CreateObservationButton.d.ts +5 -3
- package/build/stories/highlight/index.stories.d.ts +7 -7
- package/build/stories/icons/index.stories.d.ts +2 -2
- package/build/stories/info-cards/index.stories.d.ts +3 -3
- package/build/stories/label/index.d.ts +12 -9
- package/build/stories/label/index.stories.d.ts +3 -3
- package/build/stories/lightbox/index.stories.d.ts +2 -2
- package/build/stories/lightbox/parts/body.d.ts +26 -15
- package/build/stories/lightbox/parts/footer.d.ts +11 -6
- package/build/stories/loaders/dots/index.stories.d.ts +2 -2
- package/build/stories/loaders/progress/index.stories.d.ts +2 -2
- package/build/stories/loaders/skeleton/index.stories.d.ts +3 -3
- package/build/stories/loaders/spinner/index.stories.d.ts +2 -2
- package/build/stories/login-form/index.stories.d.ts +3 -3
- package/build/stories/logo/index.stories.d.ts +2 -2
- package/build/stories/modals/fullscreen/index.d.ts +46 -32
- package/build/stories/modals/fullscreen/index.stories.d.ts +2 -2
- package/build/stories/modals/index.d.ts +11 -6
- package/build/stories/modals/index.stories.d.ts +5 -5
- package/build/stories/multiselect/index.stories.d.ts +3 -3
- package/build/stories/navigation/app-header/index.stories.d.ts +3 -3
- package/build/stories/navigation/header/header-item/brandItem.d.ts +12 -7
- package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +3 -1
- package/build/stories/navigation/page-header/index.d.ts +43 -26
- package/build/stories/navigation/page-header/index.stories.d.ts +5 -5
- package/build/stories/navigation/page-header/styled/main.d.ts +46 -28
- package/build/stories/notifications/index.stories.d.ts +3 -3
- package/build/stories/pagination/index.stories.d.ts +3 -3
- package/build/stories/player/index.stories.d.ts +7 -7
- package/build/stories/player/parts/controlButton.d.ts +14 -9
- package/build/stories/player/parts/controls.d.ts +9 -4
- package/build/stories/product-cards/index.stories.d.ts +3 -3
- package/build/stories/profile-modal/components/menuItem.d.ts +9 -4
- package/build/stories/profile-modal/index.stories.d.ts +2 -2
- package/build/stories/service-cards/index.stories.d.ts +3 -3
- package/build/stories/slider/index.stories.d.ts +3 -3
- package/build/stories/slider/parts/container.d.ts +10 -5
- package/build/stories/special-cards/index.d.ts +47 -30
- package/build/stories/special-cards/index.stories.d.ts +2 -2
- package/build/stories/special-cards/styled/header.d.ts +38 -21
- package/build/stories/stepper/index.d.ts +32 -21
- package/build/stories/stepper/index.stories.d.ts +3 -3
- package/build/stories/table/index.stories.d.ts +11 -11
- package/build/stories/tabs/index.stories.d.ts +3 -3
- package/build/stories/tags/index.d.ts +28 -20
- package/build/stories/tags/index.stories.d.ts +6 -6
- package/build/stories/theme/colors.stories.d.ts +1 -1
- package/build/stories/theme/palette.stories.d.ts +1 -1
- package/build/stories/tiles/index.stories.d.ts +4 -4
- package/build/stories/timeline/index.d.ts +14 -7
- package/build/stories/timeline/index.stories.d.ts +4 -4
- package/build/stories/title/index.stories.d.ts +2 -2
- package/build/stories/tooltip/index.d.ts +1 -279
- package/build/stories/tooltip/index.stories.d.ts +3 -3
- package/build/stories/tooltip-modal/index.stories.d.ts +2 -2
- package/build/stories/typography/block-quote/index.stories.d.ts +2 -2
- package/build/stories/typography/code/index.stories.d.ts +4 -4
- package/build/stories/typography/ellipsis/index.stories.d.ts +2 -2
- package/build/stories/typography/lists/ordered.stories.d.ts +2 -2
- package/build/stories/typography/lists/unordered.stories.d.ts +2 -2
- package/build/stories/typography/paragraph/index.stories.d.ts +2 -2
- package/build/stories/typography/span/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/anchortag/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/index.d.ts +29 -12
- package/build/stories/typography/typescale/index.stories.d.ts +2 -2
- package/package.json +9 -7
- package/yarn-error.log +13975 -0
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
export declare const ChatTitle: import("styled-components").IStyledComponent<"web", {
|
|
3
5
|
isRegular?: boolean | undefined;
|
|
4
6
|
defaultChecked?: boolean | undefined;
|
|
@@ -8,15 +10,15 @@ export declare const ChatTitle: import("styled-components").IStyledComponent<"we
|
|
|
8
10
|
accessKey?: string | undefined;
|
|
9
11
|
autoFocus?: boolean | undefined;
|
|
10
12
|
className?: string | undefined;
|
|
11
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
13
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
12
14
|
contextMenu?: string | undefined;
|
|
13
15
|
dir?: string | undefined;
|
|
14
16
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
17
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
15
18
|
hidden?: boolean | undefined;
|
|
16
19
|
id?: string | undefined;
|
|
17
20
|
lang?: string | undefined;
|
|
18
21
|
nonce?: string | undefined;
|
|
19
|
-
placeholder?: string | undefined;
|
|
20
22
|
slot?: string | undefined;
|
|
21
23
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
22
24
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -48,19 +50,23 @@ export declare const ChatTitle: import("styled-components").IStyledComponent<"we
|
|
|
48
50
|
results?: number | undefined;
|
|
49
51
|
security?: string | undefined;
|
|
50
52
|
unselectable?: "on" | "off" | undefined;
|
|
51
|
-
inputMode?: "text" | "
|
|
53
|
+
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
52
54
|
is?: string | undefined;
|
|
53
55
|
"aria-activedescendant"?: string | undefined;
|
|
54
56
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
55
57
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
58
|
+
"aria-braillelabel"?: string | undefined;
|
|
59
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
56
60
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
57
61
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
58
62
|
"aria-colcount"?: number | undefined;
|
|
59
63
|
"aria-colindex"?: number | undefined;
|
|
64
|
+
"aria-colindextext"?: string | undefined;
|
|
60
65
|
"aria-colspan"?: number | undefined;
|
|
61
66
|
"aria-controls"?: string | undefined;
|
|
62
67
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
63
68
|
"aria-describedby"?: string | undefined;
|
|
69
|
+
"aria-description"?: string | undefined;
|
|
64
70
|
"aria-details"?: string | undefined;
|
|
65
71
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
66
72
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -90,6 +96,7 @@ export declare const ChatTitle: import("styled-components").IStyledComponent<"we
|
|
|
90
96
|
"aria-roledescription"?: string | undefined;
|
|
91
97
|
"aria-rowcount"?: number | undefined;
|
|
92
98
|
"aria-rowindex"?: number | undefined;
|
|
99
|
+
"aria-rowindextext"?: string | undefined;
|
|
93
100
|
"aria-rowspan"?: number | undefined;
|
|
94
101
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
95
102
|
"aria-setsize"?: number | undefined;
|
|
@@ -241,9 +248,7 @@ export declare const ChatTitle: import("styled-components").IStyledComponent<"we
|
|
|
241
248
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
242
249
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
243
250
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
244
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
245
251
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
246
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
247
252
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
248
253
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
249
254
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ColorSwatchProps } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const WithoutLabels: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
2
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ColorSwatchProps>;
|
|
3
|
+
export declare const WithoutLabels: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ColorSwatchProps>;
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, ColorSwatchProps>;
|
|
5
5
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { DrawerArgs } 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, DrawerArgs>;
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, DrawerArgs>;
|
|
4
4
|
export default _default;
|
|
@@ -2,7 +2,7 @@ import { AutocompleteArgs } from "./_types";
|
|
|
2
2
|
interface AutocompleteStoryArgs extends AutocompleteArgs {
|
|
3
3
|
allowNew?: boolean;
|
|
4
4
|
}
|
|
5
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
6
|
-
export declare const WithMedia: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
7
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
5
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, AutocompleteStoryArgs>;
|
|
6
|
+
export declare const WithMedia: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, AutocompleteStoryArgs>;
|
|
7
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, AutocompleteArgs>;
|
|
8
8
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { CounterMultiselectArgs } 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, CounterMultiselectArgs>;
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, CounterMultiselectArgs>;
|
|
4
4
|
export default _default;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
declare const Field: import("styled-components").IStyledComponent<"web", {
|
|
5
|
+
style?: import("react").CSSProperties | undefined;
|
|
3
6
|
defaultChecked?: boolean | undefined;
|
|
4
7
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
5
8
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -7,18 +10,17 @@ declare const Field: import("styled-components").IStyledComponent<"web", {
|
|
|
7
10
|
accessKey?: string | undefined;
|
|
8
11
|
autoFocus?: boolean | undefined;
|
|
9
12
|
className?: string | undefined;
|
|
10
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
13
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
11
14
|
contextMenu?: string | undefined;
|
|
12
15
|
dir?: string | undefined;
|
|
13
16
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
17
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
14
18
|
hidden?: boolean | undefined;
|
|
15
19
|
id?: string | undefined;
|
|
16
20
|
lang?: string | undefined;
|
|
17
21
|
nonce?: string | undefined;
|
|
18
|
-
placeholder?: string | undefined;
|
|
19
22
|
slot?: string | undefined;
|
|
20
23
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
21
|
-
style?: import("react").CSSProperties | undefined;
|
|
22
24
|
tabIndex?: number | undefined;
|
|
23
25
|
title?: string | undefined;
|
|
24
26
|
translate?: "yes" | "no" | undefined;
|
|
@@ -47,19 +49,23 @@ declare const Field: import("styled-components").IStyledComponent<"web", {
|
|
|
47
49
|
results?: number | undefined;
|
|
48
50
|
security?: string | undefined;
|
|
49
51
|
unselectable?: "on" | "off" | undefined;
|
|
50
|
-
inputMode?: "text" | "
|
|
52
|
+
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
51
53
|
is?: string | undefined;
|
|
52
54
|
"aria-activedescendant"?: string | undefined;
|
|
53
55
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
54
56
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
57
|
+
"aria-braillelabel"?: string | undefined;
|
|
58
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
55
59
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
56
60
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
57
61
|
"aria-colcount"?: number | undefined;
|
|
58
62
|
"aria-colindex"?: number | undefined;
|
|
63
|
+
"aria-colindextext"?: string | undefined;
|
|
59
64
|
"aria-colspan"?: number | undefined;
|
|
60
65
|
"aria-controls"?: string | undefined;
|
|
61
66
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
62
67
|
"aria-describedby"?: string | undefined;
|
|
68
|
+
"aria-description"?: string | undefined;
|
|
63
69
|
"aria-details"?: string | undefined;
|
|
64
70
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
65
71
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -89,6 +95,7 @@ declare const Field: import("styled-components").IStyledComponent<"web", {
|
|
|
89
95
|
"aria-roledescription"?: string | undefined;
|
|
90
96
|
"aria-rowcount"?: number | undefined;
|
|
91
97
|
"aria-rowindex"?: number | undefined;
|
|
98
|
+
"aria-rowindextext"?: string | undefined;
|
|
92
99
|
"aria-rowspan"?: number | undefined;
|
|
93
100
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
94
101
|
"aria-setsize"?: number | undefined;
|
|
@@ -240,9 +247,7 @@ declare const Field: import("styled-components").IStyledComponent<"web", {
|
|
|
240
247
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
241
248
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
242
249
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
243
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
244
250
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
245
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
246
251
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
247
252
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
248
253
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -263,7 +268,7 @@ declare const Field: import("styled-components").IStyledComponent<"web", {
|
|
|
263
268
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
264
269
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
265
270
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
266
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
267
271
|
key?: import("react").Key | null | undefined;
|
|
272
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
268
273
|
}> & import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
269
274
|
export { Field };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
2
|
-
export declare const Nested: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
1
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, any>;
|
|
2
|
+
export declare const Nested: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, any>;
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("./_types").MenuArgs>;
|
|
4
4
|
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="trusted-types" />
|
|
1
2
|
import { PropsWithChildren } from "react";
|
|
2
3
|
import { SelectArgs, DropdownArgs, MessageArgs } from "./_types";
|
|
3
4
|
/**
|
|
@@ -23,15 +24,15 @@ declare const Dropdown: {
|
|
|
23
24
|
accessKey?: string | undefined;
|
|
24
25
|
autoFocus?: boolean | undefined;
|
|
25
26
|
className?: string | undefined;
|
|
26
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
27
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
27
28
|
contextMenu?: string | undefined;
|
|
28
29
|
dir?: string | undefined;
|
|
29
30
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
31
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
30
32
|
hidden?: boolean | undefined;
|
|
31
33
|
id?: string | undefined;
|
|
32
34
|
lang?: string | undefined;
|
|
33
35
|
nonce?: string | undefined;
|
|
34
|
-
placeholder?: string | undefined;
|
|
35
36
|
slot?: string | undefined;
|
|
36
37
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
37
38
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -68,14 +69,18 @@ declare const Dropdown: {
|
|
|
68
69
|
"aria-activedescendant"?: string | undefined;
|
|
69
70
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
70
71
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
72
|
+
"aria-braillelabel"?: string | undefined;
|
|
73
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
71
74
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
72
75
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
73
76
|
"aria-colcount"?: number | undefined;
|
|
74
77
|
"aria-colindex"?: number | undefined;
|
|
78
|
+
"aria-colindextext"?: string | undefined;
|
|
75
79
|
"aria-colspan"?: number | undefined;
|
|
76
80
|
"aria-controls"?: string | undefined;
|
|
77
81
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
78
82
|
"aria-describedby"?: string | undefined;
|
|
83
|
+
"aria-description"?: string | undefined;
|
|
79
84
|
"aria-details"?: string | undefined;
|
|
80
85
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
81
86
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -105,6 +110,7 @@ declare const Dropdown: {
|
|
|
105
110
|
"aria-roledescription"?: string | undefined;
|
|
106
111
|
"aria-rowcount"?: number | undefined;
|
|
107
112
|
"aria-rowindex"?: number | undefined;
|
|
113
|
+
"aria-rowindextext"?: string | undefined;
|
|
108
114
|
"aria-rowspan"?: number | undefined;
|
|
109
115
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
110
116
|
"aria-setsize"?: number | undefined;
|
|
@@ -256,9 +262,7 @@ declare const Dropdown: {
|
|
|
256
262
|
onPointerCancel?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
257
263
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
258
264
|
onPointerEnter?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
259
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
260
265
|
onPointerLeave?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
261
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
262
266
|
onPointerOver?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
263
267
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
264
268
|
onPointerOut?: import("react").PointerEventHandler<HTMLLIElement> | undefined;
|
|
@@ -12,9 +12,9 @@ interface MenuStoryArgs {
|
|
|
12
12
|
validation?: "success" | "warning" | "error";
|
|
13
13
|
hasHelpText?: boolean;
|
|
14
14
|
}
|
|
15
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
16
|
-
export declare const Validation: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
17
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
15
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, MenuStoryArgs>;
|
|
16
|
+
export declare const Validation: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, MenuStoryArgs>;
|
|
17
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, DropdownArgs & {
|
|
18
18
|
children?: import("react").ReactNode;
|
|
19
19
|
}>;
|
|
20
20
|
export default _default;
|
|
@@ -2,12 +2,12 @@ import { EditorArgs } from "./_types";
|
|
|
2
2
|
interface EditorStoryArgs extends EditorArgs {
|
|
3
3
|
children?: any;
|
|
4
4
|
}
|
|
5
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
6
|
-
export declare const Placeholder: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
7
|
-
export declare const BubbleMenu: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
8
|
-
export declare const ReadOnly: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
9
|
-
export declare const Validation: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
10
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
5
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
|
|
6
|
+
export declare const Placeholder: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
|
|
7
|
+
export declare const BubbleMenu: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
|
|
8
|
+
export declare const ReadOnly: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
|
|
9
|
+
export declare const Validation: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, EditorStoryArgs>;
|
|
10
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, EditorArgs & {
|
|
11
11
|
children?: import("react").ReactNode;
|
|
12
12
|
}>;
|
|
13
13
|
export default _default;
|
|
@@ -5,7 +5,7 @@ interface FormProps {
|
|
|
5
5
|
onSubmit: (e: any) => void;
|
|
6
6
|
};
|
|
7
7
|
}
|
|
8
|
-
export declare const SingleCard: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
9
|
-
export declare const MultipleCards: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
10
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
8
|
+
export declare const SingleCard: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CheckboxCardArgs>;
|
|
9
|
+
export declare const MultipleCards: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, FormProps>;
|
|
10
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, CheckboxCardArgs>;
|
|
11
11
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { CheckboxArgs } 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, CheckboxArgs>;
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, CheckboxArgs>;
|
|
4
4
|
export default _default;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
import { InputArgs } from "./_types";
|
|
3
5
|
declare const Hint: import("styled-components").IStyledComponent<"web", {
|
|
6
|
+
style?: import("react").CSSProperties | undefined;
|
|
7
|
+
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
4
8
|
defaultChecked?: boolean | undefined;
|
|
5
9
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
6
10
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -8,18 +12,17 @@ declare const Hint: import("styled-components").IStyledComponent<"web", {
|
|
|
8
12
|
accessKey?: string | undefined;
|
|
9
13
|
autoFocus?: boolean | undefined;
|
|
10
14
|
className?: string | undefined;
|
|
11
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
15
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
12
16
|
contextMenu?: string | undefined;
|
|
13
17
|
dir?: string | undefined;
|
|
14
18
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
19
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
15
20
|
hidden?: boolean | undefined;
|
|
16
21
|
id?: string | undefined;
|
|
17
22
|
lang?: string | undefined;
|
|
18
23
|
nonce?: string | undefined;
|
|
19
|
-
placeholder?: string | undefined;
|
|
20
24
|
slot?: string | undefined;
|
|
21
25
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
22
|
-
style?: import("react").CSSProperties | undefined;
|
|
23
26
|
tabIndex?: number | undefined;
|
|
24
27
|
title?: string | undefined;
|
|
25
28
|
translate?: "yes" | "no" | undefined;
|
|
@@ -47,20 +50,24 @@ declare const Hint: import("styled-components").IStyledComponent<"web", {
|
|
|
47
50
|
itemRef?: string | undefined;
|
|
48
51
|
results?: number | undefined;
|
|
49
52
|
security?: string | undefined;
|
|
50
|
-
unselectable?: "
|
|
53
|
+
unselectable?: "off" | "on" | undefined;
|
|
51
54
|
inputMode?: "text" | "search" | "email" | "tel" | "url" | "none" | "numeric" | "decimal" | undefined;
|
|
52
55
|
is?: string | undefined;
|
|
53
56
|
"aria-activedescendant"?: string | undefined;
|
|
54
57
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
55
58
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
59
|
+
"aria-braillelabel"?: string | undefined;
|
|
60
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
56
61
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
57
62
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
58
63
|
"aria-colcount"?: number | undefined;
|
|
59
64
|
"aria-colindex"?: number | undefined;
|
|
65
|
+
"aria-colindextext"?: string | undefined;
|
|
60
66
|
"aria-colspan"?: number | undefined;
|
|
61
67
|
"aria-controls"?: string | undefined;
|
|
62
68
|
"aria-current"?: boolean | "time" | "step" | "date" | "true" | "false" | "page" | "location" | undefined;
|
|
63
69
|
"aria-describedby"?: string | undefined;
|
|
70
|
+
"aria-description"?: string | undefined;
|
|
64
71
|
"aria-details"?: string | undefined;
|
|
65
72
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
66
73
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -90,6 +97,7 @@ declare const Hint: import("styled-components").IStyledComponent<"web", {
|
|
|
90
97
|
"aria-roledescription"?: string | undefined;
|
|
91
98
|
"aria-rowcount"?: number | undefined;
|
|
92
99
|
"aria-rowindex"?: number | undefined;
|
|
100
|
+
"aria-rowindextext"?: string | undefined;
|
|
93
101
|
"aria-rowspan"?: number | undefined;
|
|
94
102
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
95
103
|
"aria-setsize"?: number | undefined;
|
|
@@ -118,7 +126,6 @@ declare const Hint: import("styled-components").IStyledComponent<"web", {
|
|
|
118
126
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
119
127
|
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
120
128
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
121
|
-
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
122
129
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
123
130
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
124
131
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -241,9 +248,7 @@ declare const Hint: import("styled-components").IStyledComponent<"web", {
|
|
|
241
248
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
242
249
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
243
250
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
244
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
245
251
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
246
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
247
252
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
248
253
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
249
254
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -264,8 +269,8 @@ declare const Hint: import("styled-components").IStyledComponent<"web", {
|
|
|
264
269
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
265
270
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
266
271
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
267
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
268
272
|
key?: import("react").Key | null | undefined;
|
|
273
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
269
274
|
}> & import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
270
275
|
/**
|
|
271
276
|
* An Input lets users enter text into a field.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { InputArgs } from "./_types";
|
|
3
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
export declare const Success: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
5
|
-
export declare const Warning: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
6
|
-
export declare const Error: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
7
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InputArgs>;
|
|
4
|
+
export declare const Success: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InputArgs>;
|
|
5
|
+
export declare const Warning: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InputArgs>;
|
|
6
|
+
export declare const Error: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InputArgs>;
|
|
7
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, InputArgs & import("react").RefAttributes<HTMLInputElement>>;
|
|
8
8
|
export default _default;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
import { InputToggleArgs } from "./_types";
|
|
3
5
|
declare const InputToggle: {
|
|
4
6
|
({ isFocused, ...props }: InputToggleArgs): import("react/jsx-runtime").JSX.Element;
|
|
5
7
|
Item: (props: InputToggleArgs) => import("react/jsx-runtime").JSX.Element;
|
|
6
8
|
Label: import("styled-components").IStyledComponent<"web", {
|
|
7
9
|
isRegular?: boolean | undefined;
|
|
8
|
-
hidden?: boolean | undefined;
|
|
9
|
-
form?: string | undefined;
|
|
10
|
-
htmlFor?: string | undefined;
|
|
11
10
|
defaultChecked?: boolean | undefined;
|
|
12
11
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
13
12
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -15,14 +14,15 @@ declare const InputToggle: {
|
|
|
15
14
|
accessKey?: string | undefined;
|
|
16
15
|
autoFocus?: boolean | undefined;
|
|
17
16
|
className?: string | undefined;
|
|
18
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
17
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
19
18
|
contextMenu?: string | undefined;
|
|
20
19
|
dir?: string | undefined;
|
|
21
20
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
21
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
22
|
+
hidden?: boolean | undefined;
|
|
22
23
|
id?: string | undefined;
|
|
23
24
|
lang?: string | undefined;
|
|
24
25
|
nonce?: string | undefined;
|
|
25
|
-
placeholder?: string | undefined;
|
|
26
26
|
slot?: string | undefined;
|
|
27
27
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
28
28
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -59,14 +59,18 @@ declare const InputToggle: {
|
|
|
59
59
|
"aria-activedescendant"?: string | undefined;
|
|
60
60
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
61
61
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
62
|
+
"aria-braillelabel"?: string | undefined;
|
|
63
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
62
64
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
63
65
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
64
66
|
"aria-colcount"?: number | undefined;
|
|
65
67
|
"aria-colindex"?: number | undefined;
|
|
68
|
+
"aria-colindextext"?: string | undefined;
|
|
66
69
|
"aria-colspan"?: number | undefined;
|
|
67
70
|
"aria-controls"?: string | undefined;
|
|
68
71
|
"aria-current"?: boolean | "step" | "time" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
69
72
|
"aria-describedby"?: string | undefined;
|
|
73
|
+
"aria-description"?: string | undefined;
|
|
70
74
|
"aria-details"?: string | undefined;
|
|
71
75
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
72
76
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -96,6 +100,7 @@ declare const InputToggle: {
|
|
|
96
100
|
"aria-roledescription"?: string | undefined;
|
|
97
101
|
"aria-rowcount"?: number | undefined;
|
|
98
102
|
"aria-rowindex"?: number | undefined;
|
|
103
|
+
"aria-rowindextext"?: string | undefined;
|
|
99
104
|
"aria-rowspan"?: number | undefined;
|
|
100
105
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
101
106
|
"aria-setsize"?: number | undefined;
|
|
@@ -247,9 +252,7 @@ declare const InputToggle: {
|
|
|
247
252
|
onPointerCancel?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
248
253
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
249
254
|
onPointerEnter?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
250
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
251
255
|
onPointerLeave?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
252
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
253
256
|
onPointerOver?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
254
257
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
255
258
|
onPointerOut?: import("react").PointerEventHandler<HTMLLabelElement> | undefined;
|
|
@@ -3,10 +3,10 @@ interface InputStoryArgs extends InputToggleArgs {
|
|
|
3
3
|
label: string;
|
|
4
4
|
message: string;
|
|
5
5
|
}
|
|
6
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
7
|
-
export declare const Success: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
8
|
-
export declare const Warning: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
9
|
-
export declare const Error: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
10
|
-
export declare const WithLabel: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
11
|
-
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, InputStoryArgs>;
|
|
7
|
+
export declare const Success: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InputStoryArgs>;
|
|
8
|
+
export declare const Warning: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InputStoryArgs>;
|
|
9
|
+
export declare const Error: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InputStoryArgs>;
|
|
10
|
+
export declare const WithLabel: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, InputStoryArgs>;
|
|
11
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, InputToggleArgs>;
|
|
12
12
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MediaInputArgs } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const Success: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
export declare const Warning: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
5
|
-
export declare const Error: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
6
|
-
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, MediaInputArgs>;
|
|
3
|
+
export declare const Success: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, MediaInputArgs>;
|
|
4
|
+
export declare const Warning: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, MediaInputArgs>;
|
|
5
|
+
export declare const Error: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, MediaInputArgs>;
|
|
6
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, MediaInputArgs>;
|
|
7
7
|
export default _default;
|
|
@@ -5,7 +5,7 @@ interface FormProps {
|
|
|
5
5
|
onSubmit: (e: any) => void;
|
|
6
6
|
};
|
|
7
7
|
}
|
|
8
|
-
export declare const SingleCard: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
9
|
-
export declare const MultipleCards: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
10
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
8
|
+
export declare const SingleCard: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, RadioCardArgs>;
|
|
9
|
+
export declare const MultipleCards: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, FormProps>;
|
|
10
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, RadioCardArgs>;
|
|
11
11
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { RadioArgs } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const Checked: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
2
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, RadioArgs>;
|
|
3
|
+
export declare const Checked: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, RadioArgs>;
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, RadioArgs>;
|
|
5
5
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TextareaArgs } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const Warning: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
export declare const Resize: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
5
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
2
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TextareaArgs>;
|
|
3
|
+
export declare const Warning: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TextareaArgs>;
|
|
4
|
+
export declare const Resize: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TextareaArgs>;
|
|
5
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, TextareaArgs>;
|
|
6
6
|
export default _default;
|
|
@@ -3,6 +3,6 @@ import { ToggleArgs } from "./_types";
|
|
|
3
3
|
interface ToggleStoryProps extends ToggleArgs {
|
|
4
4
|
label: LabelArgs;
|
|
5
5
|
}
|
|
6
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
7
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
6
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ToggleStoryProps>;
|
|
7
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, ToggleArgs>;
|
|
8
8
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ColArgs } from "./_types";
|
|
2
|
-
export declare const Basic: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const Breaks: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
export declare const Offset: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
5
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
2
|
+
export declare const Basic: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ColArgs>;
|
|
3
|
+
export declare const Breaks: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ColArgs>;
|
|
4
|
+
export declare const Offset: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ColArgs>;
|
|
5
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, ColArgs>;
|
|
6
6
|
export default _default;
|