@appquality/unguess-design-system 3.1.105 → 3.1.106-fix-toggle-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +79 -70
- package/build/stories/accordions/index.stories.d.ts +5 -5
- package/build/stories/alerts/index.d.ts +12 -7
- package/build/stories/alerts/index.stories.d.ts +2 -2
- package/build/stories/avatar/index.stories.d.ts +4 -4
- package/build/stories/breadcrumbs/index.stories.d.ts +2 -2
- package/build/stories/buttons/anchor/index.stories.d.ts +4 -4
- package/build/stories/buttons/button/index.d.ts +14 -9
- package/build/stories/buttons/button/index.stories.d.ts +6 -6
- package/build/stories/buttons/button-group/index.stories.d.ts +4 -4
- package/build/stories/buttons/icon-button/index.stories.d.ts +5 -5
- package/build/stories/buttons/split-button/index.stories.d.ts +2 -2
- package/build/stories/buttons/utils.d.ts +78 -69
- package/build/stories/campaign-cards/index.stories.d.ts +3 -3
- package/build/stories/cards/container.stories.d.ts +2 -2
- package/build/stories/cards/index.stories.d.ts +3 -3
- package/build/stories/charts/bar/index.stories.d.ts +3 -3
- package/build/stories/charts/bullet/index.stories.d.ts +3 -3
- package/build/stories/charts/halfPie/index.stories.d.ts +2 -2
- package/build/stories/charts/pie/index.stories.d.ts +4 -4
- package/build/stories/charts/sentiment/index.stories.d.ts +3 -3
- package/build/stories/charts/sunburst/index.stories.d.ts +3 -3
- package/build/stories/charts/waffle/index.stories.d.ts +3 -3
- package/build/stories/chat/index.d.ts +8 -4
- package/build/stories/chat/index.stories.d.ts +6 -6
- package/build/stories/chat/parts/containers.d.ts +13 -6
- package/build/stories/chat/parts/header.d.ts +10 -5
- package/build/stories/color-swatch/index.stories.d.ts +3 -3
- package/build/stories/drawers/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/autocomplete/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/countermultiselect/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/field/index.d.ts +12 -7
- package/build/stories/dropdowns/menu/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/select/index.d.ts +8 -4
- package/build/stories/dropdowns/select/index.stories.d.ts +3 -3
- package/build/stories/editor/index.stories.d.ts +6 -6
- package/build/stories/forms/checkbox/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/checkbox/index.stories.d.ts +2 -2
- package/build/stories/forms/input/index.d.ts +13 -8
- package/build/stories/forms/input/index.stories.d.ts +5 -5
- package/build/stories/forms/input-toggle/index.d.ts +10 -7
- package/build/stories/forms/input-toggle/index.stories.d.ts +6 -6
- package/build/stories/forms/mediaInput/index.stories.d.ts +5 -5
- package/build/stories/forms/radio/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/radio/index.stories.d.ts +3 -3
- package/build/stories/forms/textarea/index.stories.d.ts +4 -4
- package/build/stories/forms/toggle/index.stories.d.ts +2 -2
- package/build/stories/grid/col/index.stories.d.ts +4 -4
- package/build/stories/grid/grid/index.stories.d.ts +4 -4
- package/build/stories/grid/row/index.stories.d.ts +2 -2
- package/build/stories/highlight/CreateObservationButton.d.ts +5 -3
- package/build/stories/highlight/index.stories.d.ts +7 -7
- package/build/stories/icons/index.stories.d.ts +2 -2
- package/build/stories/info-cards/index.stories.d.ts +3 -3
- package/build/stories/label/index.d.ts +12 -9
- package/build/stories/label/index.stories.d.ts +3 -3
- package/build/stories/lightbox/index.stories.d.ts +2 -2
- package/build/stories/lightbox/parts/body.d.ts +26 -15
- package/build/stories/lightbox/parts/footer.d.ts +11 -6
- package/build/stories/loaders/dots/index.stories.d.ts +2 -2
- package/build/stories/loaders/progress/index.stories.d.ts +2 -2
- package/build/stories/loaders/skeleton/index.stories.d.ts +3 -3
- package/build/stories/loaders/spinner/index.stories.d.ts +2 -2
- package/build/stories/login-form/index.stories.d.ts +3 -3
- package/build/stories/logo/index.stories.d.ts +2 -2
- package/build/stories/modals/fullscreen/index.d.ts +46 -32
- package/build/stories/modals/fullscreen/index.stories.d.ts +2 -2
- package/build/stories/modals/index.d.ts +11 -6
- package/build/stories/modals/index.stories.d.ts +5 -5
- package/build/stories/multiselect/index.stories.d.ts +3 -3
- package/build/stories/navigation/app-header/index.stories.d.ts +3 -3
- package/build/stories/navigation/header/header-item/brandItem.d.ts +12 -7
- package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +3 -1
- package/build/stories/navigation/page-header/index.d.ts +43 -26
- package/build/stories/navigation/page-header/index.stories.d.ts +5 -5
- package/build/stories/navigation/page-header/styled/main.d.ts +46 -28
- package/build/stories/notifications/index.stories.d.ts +3 -3
- package/build/stories/pagination/index.stories.d.ts +3 -3
- package/build/stories/player/index.stories.d.ts +7 -7
- package/build/stories/player/parts/controlButton.d.ts +14 -9
- package/build/stories/player/parts/controls.d.ts +9 -4
- package/build/stories/product-cards/index.stories.d.ts +3 -3
- package/build/stories/profile-modal/components/menuItem.d.ts +9 -4
- package/build/stories/profile-modal/index.stories.d.ts +2 -2
- package/build/stories/service-cards/index.stories.d.ts +3 -3
- package/build/stories/slider/index.stories.d.ts +3 -3
- package/build/stories/slider/parts/container.d.ts +10 -5
- package/build/stories/special-cards/index.d.ts +47 -30
- package/build/stories/special-cards/index.stories.d.ts +2 -2
- package/build/stories/special-cards/styled/header.d.ts +38 -21
- package/build/stories/stepper/index.d.ts +32 -21
- package/build/stories/stepper/index.stories.d.ts +3 -3
- package/build/stories/table/index.stories.d.ts +11 -11
- package/build/stories/tabs/index.stories.d.ts +3 -3
- package/build/stories/tags/index.d.ts +28 -20
- package/build/stories/tags/index.stories.d.ts +6 -6
- package/build/stories/theme/colors.stories.d.ts +1 -1
- package/build/stories/theme/palette.stories.d.ts +1 -1
- package/build/stories/tiles/index.stories.d.ts +4 -4
- package/build/stories/timeline/index.d.ts +14 -7
- package/build/stories/timeline/index.stories.d.ts +4 -4
- package/build/stories/title/index.stories.d.ts +2 -2
- package/build/stories/tooltip/index.d.ts +1 -279
- package/build/stories/tooltip/index.stories.d.ts +3 -3
- package/build/stories/tooltip-modal/index.stories.d.ts +2 -2
- package/build/stories/typography/block-quote/index.stories.d.ts +2 -2
- package/build/stories/typography/code/index.stories.d.ts +4 -4
- package/build/stories/typography/ellipsis/index.stories.d.ts +2 -2
- package/build/stories/typography/lists/ordered.stories.d.ts +2 -2
- package/build/stories/typography/lists/unordered.stories.d.ts +2 -2
- package/build/stories/typography/paragraph/index.stories.d.ts +2 -2
- package/build/stories/typography/span/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/anchortag/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/index.d.ts +29 -12
- package/build/stories/typography/typescale/index.stories.d.ts +2 -2
- package/package.json +9 -7
- package/yarn-error.log +13975 -0
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
export declare const ControlButton: import("styled-components").IStyledComponent<"web", {
|
|
3
|
-
isBright?: boolean | undefined;
|
|
4
|
-
isAccent?: boolean | undefined;
|
|
5
|
-
isRotated?: boolean | undefined;
|
|
6
5
|
isDanger?: boolean | undefined;
|
|
7
6
|
size?: "small" | "medium" | "large" | undefined;
|
|
8
7
|
isNeutral?: boolean | undefined;
|
|
@@ -28,15 +27,15 @@ export declare const ControlButton: import("styled-components").IStyledComponent
|
|
|
28
27
|
accessKey?: string | undefined;
|
|
29
28
|
autoFocus?: boolean | undefined;
|
|
30
29
|
className?: string | undefined;
|
|
31
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
30
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
32
31
|
contextMenu?: string | undefined;
|
|
33
32
|
dir?: string | undefined;
|
|
34
33
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
34
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
35
35
|
hidden?: boolean | undefined;
|
|
36
36
|
id?: string | undefined;
|
|
37
37
|
lang?: string | undefined;
|
|
38
38
|
nonce?: string | undefined;
|
|
39
|
-
placeholder?: string | undefined;
|
|
40
39
|
slot?: string | undefined;
|
|
41
40
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
42
41
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -68,19 +67,23 @@ export declare const ControlButton: import("styled-components").IStyledComponent
|
|
|
68
67
|
results?: number | undefined;
|
|
69
68
|
security?: string | undefined;
|
|
70
69
|
unselectable?: "on" | "off" | undefined;
|
|
71
|
-
inputMode?: "text" | "
|
|
70
|
+
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
72
71
|
is?: string | undefined;
|
|
73
72
|
"aria-activedescendant"?: string | undefined;
|
|
74
73
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
75
74
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
75
|
+
"aria-braillelabel"?: string | undefined;
|
|
76
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
76
77
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
77
78
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
78
79
|
"aria-colcount"?: number | undefined;
|
|
79
80
|
"aria-colindex"?: number | undefined;
|
|
81
|
+
"aria-colindextext"?: string | undefined;
|
|
80
82
|
"aria-colspan"?: number | undefined;
|
|
81
83
|
"aria-controls"?: string | undefined;
|
|
82
84
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
83
85
|
"aria-describedby"?: string | undefined;
|
|
86
|
+
"aria-description"?: string | undefined;
|
|
84
87
|
"aria-details"?: string | undefined;
|
|
85
88
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
86
89
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -110,6 +113,7 @@ export declare const ControlButton: import("styled-components").IStyledComponent
|
|
|
110
113
|
"aria-roledescription"?: string | undefined;
|
|
111
114
|
"aria-rowcount"?: number | undefined;
|
|
112
115
|
"aria-rowindex"?: number | undefined;
|
|
116
|
+
"aria-rowindextext"?: string | undefined;
|
|
113
117
|
"aria-rowspan"?: number | undefined;
|
|
114
118
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
115
119
|
"aria-setsize"?: number | undefined;
|
|
@@ -261,9 +265,7 @@ export declare const ControlButton: import("styled-components").IStyledComponent
|
|
|
261
265
|
onPointerCancel?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
262
266
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
263
267
|
onPointerEnter?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
264
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
265
268
|
onPointerLeave?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
266
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
267
269
|
onPointerOver?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
268
270
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
269
271
|
onPointerOut?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -284,6 +286,9 @@ export declare const ControlButton: import("styled-components").IStyledComponent
|
|
|
284
286
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
285
287
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
286
288
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
287
|
-
|
|
289
|
+
isBright?: boolean | undefined;
|
|
290
|
+
isAccent?: boolean | undefined;
|
|
291
|
+
isRotated?: boolean | undefined;
|
|
288
292
|
key?: import("react").Key | null | undefined;
|
|
293
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
289
294
|
}> & import("react").ForwardRefExoticComponent<import("../../buttons/icon-button/_types").IconButtonArgs & import("react").RefAttributes<HTMLButtonElement>>;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
import { IBookmark, PlayerI18n, WrapperProps } from "../_types";
|
|
3
5
|
export declare const ControlsWrapper: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, WrapperProps>>;
|
|
4
6
|
export declare const ControlsBar: import("styled-components").IStyledComponent<"web", {
|
|
@@ -11,15 +13,15 @@ export declare const ControlsBar: import("styled-components").IStyledComponent<"
|
|
|
11
13
|
accessKey?: string | undefined;
|
|
12
14
|
autoFocus?: boolean | undefined;
|
|
13
15
|
className?: string | undefined;
|
|
14
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
16
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
15
17
|
contextMenu?: string | undefined;
|
|
16
18
|
dir?: string | undefined;
|
|
17
19
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
20
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
18
21
|
hidden?: boolean | undefined;
|
|
19
22
|
id?: string | undefined;
|
|
20
23
|
lang?: string | undefined;
|
|
21
24
|
nonce?: string | undefined;
|
|
22
|
-
placeholder?: string | undefined;
|
|
23
25
|
slot?: string | undefined;
|
|
24
26
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
25
27
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -56,14 +58,18 @@ export declare const ControlsBar: import("styled-components").IStyledComponent<"
|
|
|
56
58
|
"aria-activedescendant"?: string | undefined;
|
|
57
59
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
58
60
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
61
|
+
"aria-braillelabel"?: string | undefined;
|
|
62
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
59
63
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
60
64
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
61
65
|
"aria-colcount"?: number | undefined;
|
|
62
66
|
"aria-colindex"?: number | undefined;
|
|
67
|
+
"aria-colindextext"?: string | undefined;
|
|
63
68
|
"aria-colspan"?: number | undefined;
|
|
64
69
|
"aria-controls"?: string | undefined;
|
|
65
70
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
66
71
|
"aria-describedby"?: string | undefined;
|
|
72
|
+
"aria-description"?: string | undefined;
|
|
67
73
|
"aria-details"?: string | undefined;
|
|
68
74
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
69
75
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -93,6 +99,7 @@ export declare const ControlsBar: import("styled-components").IStyledComponent<"
|
|
|
93
99
|
"aria-roledescription"?: string | undefined;
|
|
94
100
|
"aria-rowcount"?: number | undefined;
|
|
95
101
|
"aria-rowindex"?: number | undefined;
|
|
102
|
+
"aria-rowindextext"?: string | undefined;
|
|
96
103
|
"aria-rowspan"?: number | undefined;
|
|
97
104
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
98
105
|
"aria-setsize"?: number | undefined;
|
|
@@ -244,9 +251,7 @@ export declare const ControlsBar: import("styled-components").IStyledComponent<"
|
|
|
244
251
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
245
252
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
246
253
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
247
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
248
254
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
249
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
250
255
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
251
256
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
252
257
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ProductCardProps } from "./_types";
|
|
2
|
-
export declare const SingleCard: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const Grid: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
2
|
+
export declare const SingleCard: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ProductCardProps>;
|
|
3
|
+
export declare const Grid: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ProductCardProps>;
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, ProductCardProps>;
|
|
5
5
|
export default _default;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
import { MenuItemProps } from "../_types";
|
|
3
5
|
export interface IStyledItemProps {
|
|
4
6
|
isFocused?: boolean;
|
|
@@ -17,15 +19,15 @@ export declare const MenuItemBody: import("styled-components").IStyledComponent<
|
|
|
17
19
|
accessKey?: string | undefined;
|
|
18
20
|
autoFocus?: boolean | undefined;
|
|
19
21
|
className?: string | undefined;
|
|
20
|
-
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
22
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
21
23
|
contextMenu?: string | undefined;
|
|
22
24
|
dir?: string | undefined;
|
|
23
25
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
26
|
+
enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
24
27
|
hidden?: boolean | undefined;
|
|
25
28
|
id?: string | undefined;
|
|
26
29
|
lang?: string | undefined;
|
|
27
30
|
nonce?: string | undefined;
|
|
28
|
-
placeholder?: string | undefined;
|
|
29
31
|
slot?: string | undefined;
|
|
30
32
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
31
33
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -62,14 +64,18 @@ export declare const MenuItemBody: import("styled-components").IStyledComponent<
|
|
|
62
64
|
"aria-activedescendant"?: string | undefined;
|
|
63
65
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
64
66
|
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
|
|
67
|
+
"aria-braillelabel"?: string | undefined;
|
|
68
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
65
69
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
66
70
|
"aria-checked"?: boolean | "mixed" | "false" | "true" | 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 | "page" | "false" | "true" | "time" | "step" | "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 | "false" | "true") | undefined;
|
|
75
81
|
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
@@ -99,6 +105,7 @@ export declare const MenuItemBody: import("styled-components").IStyledComponent<
|
|
|
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 | "false" | "true") | undefined;
|
|
104
111
|
"aria-setsize"?: number | undefined;
|
|
@@ -250,9 +257,7 @@ export declare const MenuItemBody: import("styled-components").IStyledComponent<
|
|
|
250
257
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
251
258
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
252
259
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
253
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
254
260
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
255
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
256
261
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
257
262
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
258
263
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ProfileModalArgs } 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, ProfileModalArgs>;
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, ProfileModalArgs>;
|
|
4
4
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ServiceCardsProps } from "./_types";
|
|
2
|
-
export declare const SingleCard: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const Grid: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
2
|
+
export declare const SingleCard: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ServiceCardsProps>;
|
|
3
|
+
export declare const Grid: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ServiceCardsProps>;
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, ServiceCardsProps>;
|
|
5
5
|
export default _default;
|
|
@@ -7,7 +7,7 @@ export interface SliderStoryArg extends SliderArgs {
|
|
|
7
7
|
videoUrl?: string;
|
|
8
8
|
}>;
|
|
9
9
|
}
|
|
10
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
11
|
-
export declare const Media: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
12
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
10
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, SliderStoryArg>;
|
|
11
|
+
export declare const Media: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, SliderStoryArg>;
|
|
12
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, SliderArgs>;
|
|
13
13
|
export default _default;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
export declare const SliderContainer: import("styled-components").IStyledComponent<"web", {
|
|
3
5
|
ref?: import("react").LegacyRef<HTMLDivElement> | undefined;
|
|
4
6
|
key?: import("react").Key | null | undefined;
|
|
@@ -9,15 +11,15 @@ export declare const SliderContainer: import("styled-components").IStyledCompone
|
|
|
9
11
|
accessKey?: string | undefined;
|
|
10
12
|
autoFocus?: boolean | undefined;
|
|
11
13
|
className?: string | undefined;
|
|
12
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
14
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
13
15
|
contextMenu?: string | undefined;
|
|
14
16
|
dir?: string | undefined;
|
|
15
17
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
18
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
16
19
|
hidden?: boolean | undefined;
|
|
17
20
|
id?: string | undefined;
|
|
18
21
|
lang?: string | undefined;
|
|
19
22
|
nonce?: string | undefined;
|
|
20
|
-
placeholder?: string | undefined;
|
|
21
23
|
slot?: string | undefined;
|
|
22
24
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
23
25
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -49,19 +51,23 @@ export declare const SliderContainer: import("styled-components").IStyledCompone
|
|
|
49
51
|
results?: number | undefined;
|
|
50
52
|
security?: string | undefined;
|
|
51
53
|
unselectable?: "on" | "off" | undefined;
|
|
52
|
-
inputMode?: "
|
|
54
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
53
55
|
is?: string | undefined;
|
|
54
56
|
"aria-activedescendant"?: string | undefined;
|
|
55
57
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
56
58
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
59
|
+
"aria-braillelabel"?: string | undefined;
|
|
60
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
57
61
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
58
62
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
59
63
|
"aria-colcount"?: number | undefined;
|
|
60
64
|
"aria-colindex"?: number | undefined;
|
|
65
|
+
"aria-colindextext"?: string | undefined;
|
|
61
66
|
"aria-colspan"?: number | undefined;
|
|
62
67
|
"aria-controls"?: string | undefined;
|
|
63
68
|
"aria-current"?: boolean | "true" | "false" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
64
69
|
"aria-describedby"?: string | undefined;
|
|
70
|
+
"aria-description"?: string | undefined;
|
|
65
71
|
"aria-details"?: string | undefined;
|
|
66
72
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
67
73
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -91,6 +97,7 @@ export declare const SliderContainer: import("styled-components").IStyledCompone
|
|
|
91
97
|
"aria-roledescription"?: string | undefined;
|
|
92
98
|
"aria-rowcount"?: number | undefined;
|
|
93
99
|
"aria-rowindex"?: number | undefined;
|
|
100
|
+
"aria-rowindextext"?: string | undefined;
|
|
94
101
|
"aria-rowspan"?: number | undefined;
|
|
95
102
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
96
103
|
"aria-setsize"?: number | undefined;
|
|
@@ -242,9 +249,7 @@ export declare const SliderContainer: import("styled-components").IStyledCompone
|
|
|
242
249
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
243
250
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
244
251
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
245
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
246
252
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
247
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
248
253
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
249
254
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
250
255
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
import { SpecialCardProps } from "./_types";
|
|
3
5
|
/**
|
|
4
6
|
* A SpecialCard is a spefic type of card with an opinionated set of default spaces and subcomponents order.
|
|
@@ -14,9 +16,7 @@ declare const SpecialCard: {
|
|
|
14
16
|
Header: {
|
|
15
17
|
(props: import("./_types").CardHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
16
18
|
Label: import("styled-components").IStyledComponent<"web", {
|
|
17
|
-
|
|
18
|
-
tag?: any;
|
|
19
|
-
isBold?: boolean | undefined;
|
|
19
|
+
style?: import("react").CSSProperties | undefined;
|
|
20
20
|
defaultChecked?: boolean | undefined;
|
|
21
21
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
22
22
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -24,18 +24,17 @@ declare const SpecialCard: {
|
|
|
24
24
|
accessKey?: string | undefined;
|
|
25
25
|
autoFocus?: boolean | undefined;
|
|
26
26
|
className?: string | undefined;
|
|
27
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
27
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
28
28
|
contextMenu?: string | undefined;
|
|
29
29
|
dir?: string | undefined;
|
|
30
30
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
31
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
31
32
|
hidden?: boolean | undefined;
|
|
32
33
|
id?: string | undefined;
|
|
33
34
|
lang?: string | undefined;
|
|
34
35
|
nonce?: string | undefined;
|
|
35
|
-
placeholder?: string | undefined;
|
|
36
36
|
slot?: string | undefined;
|
|
37
37
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
38
|
-
style?: import("react").CSSProperties | undefined;
|
|
39
38
|
tabIndex?: number | undefined;
|
|
40
39
|
title?: string | undefined;
|
|
41
40
|
translate?: "yes" | "no" | undefined;
|
|
@@ -69,14 +68,18 @@ declare const SpecialCard: {
|
|
|
69
68
|
"aria-activedescendant"?: string | undefined;
|
|
70
69
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
71
70
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
71
|
+
"aria-braillelabel"?: string | undefined;
|
|
72
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
72
73
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
73
74
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
74
75
|
"aria-colcount"?: number | undefined;
|
|
75
76
|
"aria-colindex"?: number | undefined;
|
|
77
|
+
"aria-colindextext"?: string | undefined;
|
|
76
78
|
"aria-colspan"?: number | undefined;
|
|
77
79
|
"aria-controls"?: string | undefined;
|
|
78
80
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
79
81
|
"aria-describedby"?: string | undefined;
|
|
82
|
+
"aria-description"?: string | undefined;
|
|
80
83
|
"aria-details"?: string | undefined;
|
|
81
84
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
82
85
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -106,6 +109,7 @@ declare const SpecialCard: {
|
|
|
106
109
|
"aria-roledescription"?: string | undefined;
|
|
107
110
|
"aria-rowcount"?: number | undefined;
|
|
108
111
|
"aria-rowindex"?: number | undefined;
|
|
112
|
+
"aria-rowindextext"?: string | undefined;
|
|
109
113
|
"aria-rowspan"?: number | undefined;
|
|
110
114
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
111
115
|
"aria-setsize"?: number | undefined;
|
|
@@ -257,9 +261,7 @@ declare const SpecialCard: {
|
|
|
257
261
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
258
262
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
259
263
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
260
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
261
264
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
262
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
263
265
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
264
266
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
265
267
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -280,15 +282,18 @@ declare const SpecialCard: {
|
|
|
280
282
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
281
283
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
282
284
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
283
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
284
285
|
key?: import("react").Key | null | undefined;
|
|
285
|
-
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, {
|
|
286
|
-
color?: string | undefined;
|
|
287
|
-
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
288
|
-
Title: import("styled-components").IStyledComponent<"web", {
|
|
289
286
|
isMonospace?: boolean | undefined;
|
|
290
287
|
tag?: any;
|
|
291
288
|
isBold?: boolean | undefined;
|
|
289
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
290
|
+
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
291
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
292
|
+
}, {
|
|
293
|
+
color?: string | undefined;
|
|
294
|
+
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
295
|
+
Title: import("styled-components").IStyledComponent<"web", {
|
|
296
|
+
style?: import("react").CSSProperties | undefined;
|
|
292
297
|
defaultChecked?: boolean | undefined;
|
|
293
298
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
294
299
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -296,18 +301,17 @@ declare const SpecialCard: {
|
|
|
296
301
|
accessKey?: string | undefined;
|
|
297
302
|
autoFocus?: boolean | undefined;
|
|
298
303
|
className?: string | undefined;
|
|
299
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
304
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
300
305
|
contextMenu?: string | undefined;
|
|
301
306
|
dir?: string | undefined;
|
|
302
307
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
308
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
303
309
|
hidden?: boolean | undefined;
|
|
304
310
|
id?: string | undefined;
|
|
305
311
|
lang?: string | undefined;
|
|
306
312
|
nonce?: string | undefined;
|
|
307
|
-
placeholder?: string | undefined;
|
|
308
313
|
slot?: string | undefined;
|
|
309
314
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
310
|
-
style?: import("react").CSSProperties | undefined;
|
|
311
315
|
tabIndex?: number | undefined;
|
|
312
316
|
title?: string | undefined;
|
|
313
317
|
translate?: "yes" | "no" | undefined;
|
|
@@ -341,14 +345,18 @@ declare const SpecialCard: {
|
|
|
341
345
|
"aria-activedescendant"?: string | undefined;
|
|
342
346
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
343
347
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
348
|
+
"aria-braillelabel"?: string | undefined;
|
|
349
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
344
350
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
345
351
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
346
352
|
"aria-colcount"?: number | undefined;
|
|
347
353
|
"aria-colindex"?: number | undefined;
|
|
354
|
+
"aria-colindextext"?: string | undefined;
|
|
348
355
|
"aria-colspan"?: number | undefined;
|
|
349
356
|
"aria-controls"?: string | undefined;
|
|
350
357
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
351
358
|
"aria-describedby"?: string | undefined;
|
|
359
|
+
"aria-description"?: string | undefined;
|
|
352
360
|
"aria-details"?: string | undefined;
|
|
353
361
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
354
362
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -378,6 +386,7 @@ declare const SpecialCard: {
|
|
|
378
386
|
"aria-roledescription"?: string | undefined;
|
|
379
387
|
"aria-rowcount"?: number | undefined;
|
|
380
388
|
"aria-rowindex"?: number | undefined;
|
|
389
|
+
"aria-rowindextext"?: string | undefined;
|
|
381
390
|
"aria-rowspan"?: number | undefined;
|
|
382
391
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
383
392
|
"aria-setsize"?: number | undefined;
|
|
@@ -529,9 +538,7 @@ declare const SpecialCard: {
|
|
|
529
538
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
530
539
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
531
540
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
532
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
533
541
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
534
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
535
542
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
536
543
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
537
544
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -552,15 +559,18 @@ declare const SpecialCard: {
|
|
|
552
559
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
553
560
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
554
561
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
555
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
556
562
|
key?: import("react").Key | null | undefined;
|
|
557
|
-
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, {
|
|
558
|
-
color?: string | undefined;
|
|
559
|
-
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
560
|
-
Text: import("styled-components").IStyledComponent<"web", {
|
|
561
563
|
isMonospace?: boolean | undefined;
|
|
562
564
|
tag?: any;
|
|
563
565
|
isBold?: boolean | undefined;
|
|
566
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
567
|
+
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
568
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
569
|
+
}, {
|
|
570
|
+
color?: string | undefined;
|
|
571
|
+
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
572
|
+
Text: import("styled-components").IStyledComponent<"web", {
|
|
573
|
+
style?: import("react").CSSProperties | undefined;
|
|
564
574
|
defaultChecked?: boolean | undefined;
|
|
565
575
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
566
576
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -568,18 +578,17 @@ declare const SpecialCard: {
|
|
|
568
578
|
accessKey?: string | undefined;
|
|
569
579
|
autoFocus?: boolean | undefined;
|
|
570
580
|
className?: string | undefined;
|
|
571
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
581
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
572
582
|
contextMenu?: string | undefined;
|
|
573
583
|
dir?: string | undefined;
|
|
574
584
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
585
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
575
586
|
hidden?: boolean | undefined;
|
|
576
587
|
id?: string | undefined;
|
|
577
588
|
lang?: string | undefined;
|
|
578
589
|
nonce?: string | undefined;
|
|
579
|
-
placeholder?: string | undefined;
|
|
580
590
|
slot?: string | undefined;
|
|
581
591
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
582
|
-
style?: import("react").CSSProperties | undefined;
|
|
583
592
|
tabIndex?: number | undefined;
|
|
584
593
|
title?: string | undefined;
|
|
585
594
|
translate?: "yes" | "no" | undefined;
|
|
@@ -613,14 +622,18 @@ declare const SpecialCard: {
|
|
|
613
622
|
"aria-activedescendant"?: string | undefined;
|
|
614
623
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
615
624
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
625
|
+
"aria-braillelabel"?: string | undefined;
|
|
626
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
616
627
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
617
628
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
618
629
|
"aria-colcount"?: number | undefined;
|
|
619
630
|
"aria-colindex"?: number | undefined;
|
|
631
|
+
"aria-colindextext"?: string | undefined;
|
|
620
632
|
"aria-colspan"?: number | undefined;
|
|
621
633
|
"aria-controls"?: string | undefined;
|
|
622
634
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
623
635
|
"aria-describedby"?: string | undefined;
|
|
636
|
+
"aria-description"?: string | undefined;
|
|
624
637
|
"aria-details"?: string | undefined;
|
|
625
638
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
626
639
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -650,6 +663,7 @@ declare const SpecialCard: {
|
|
|
650
663
|
"aria-roledescription"?: string | undefined;
|
|
651
664
|
"aria-rowcount"?: number | undefined;
|
|
652
665
|
"aria-rowindex"?: number | undefined;
|
|
666
|
+
"aria-rowindextext"?: string | undefined;
|
|
653
667
|
"aria-rowspan"?: number | undefined;
|
|
654
668
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
655
669
|
"aria-setsize"?: number | undefined;
|
|
@@ -801,9 +815,7 @@ declare const SpecialCard: {
|
|
|
801
815
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
802
816
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
803
817
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
804
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
805
818
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
806
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
807
819
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
808
820
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
809
821
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -824,9 +836,14 @@ declare const SpecialCard: {
|
|
|
824
836
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
825
837
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
826
838
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
827
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
828
839
|
key?: import("react").Key | null | undefined;
|
|
829
|
-
|
|
840
|
+
isMonospace?: boolean | undefined;
|
|
841
|
+
tag?: any;
|
|
842
|
+
isBold?: boolean | undefined;
|
|
843
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
844
|
+
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
845
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
846
|
+
}, {
|
|
830
847
|
color?: string | undefined;
|
|
831
848
|
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
832
849
|
};
|
|
@@ -3,6 +3,6 @@ interface CardStoryProps extends SpecialCardProps {
|
|
|
3
3
|
title: string;
|
|
4
4
|
content: string;
|
|
5
5
|
}
|
|
6
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
7
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
6
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CardStoryProps>;
|
|
7
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, SpecialCardProps>;
|
|
8
8
|
export default _default;
|