@appquality/unguess-design-system 3.1.109-attachments → 3.1.110
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/release.yml +7 -0
- package/.github/workflows/storybook.yml +2 -2
- package/CHANGELOG.md +322 -0
- package/build/index.d.ts +11 -10
- package/build/index.js +1640 -728
- package/build/stories/accordions/index.stories.d.ts +5 -5
- package/build/stories/alerts/index.d.ts +12 -7
- package/build/stories/alerts/index.stories.d.ts +2 -2
- package/build/stories/avatar/InternalAvatar.d.ts +2 -0
- package/build/stories/avatar/index.stories.d.ts +4 -4
- package/build/stories/breadcrumbs/index.stories.d.ts +2 -2
- package/build/stories/buttons/anchor/index.stories.d.ts +4 -4
- package/build/stories/buttons/button/index.d.ts +14 -9
- package/build/stories/buttons/button/index.stories.d.ts +6 -7
- package/build/stories/buttons/button-group/index.stories.d.ts +4 -4
- package/build/stories/buttons/icon-button/index.stories.d.ts +5 -5
- package/build/stories/buttons/split-button/index.stories.d.ts +2 -2
- package/build/stories/buttons/utils.d.ts +120 -111
- package/build/stories/campaign-cards/index.stories.d.ts +3 -3
- package/build/stories/cards/container.stories.d.ts +2 -2
- package/build/stories/cards/index.stories.d.ts +3 -3
- package/build/stories/charts/bar/index.stories.d.ts +3 -3
- package/build/stories/charts/bullet/index.stories.d.ts +3 -3
- package/build/stories/charts/halfPie/index.stories.d.ts +2 -2
- package/build/stories/charts/pie/index.stories.d.ts +4 -4
- package/build/stories/charts/sentiment/index.stories.d.ts +3 -3
- package/build/stories/charts/sunburst/index.stories.d.ts +3 -3
- package/build/stories/charts/waffle/index.stories.d.ts +3 -3
- package/build/stories/chat/_types.d.ts +2 -2
- package/build/stories/chat/index.d.ts +8 -4
- package/build/stories/chat/index.stories.d.ts +6 -6
- package/build/stories/chat/parts/ThumbnailContainer/Thumbnail.d.ts +2 -2
- package/build/stories/chat/parts/ThumbnailContainer/index.d.ts +0 -8
- package/build/stories/chat/parts/containers.d.ts +13 -6
- package/build/stories/chat/parts/header.d.ts +10 -5
- package/build/stories/color-swatch/index.stories.d.ts +3 -3
- package/build/stories/drawers/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/autocomplete/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/countermultiselect/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/field/index.d.ts +12 -7
- package/build/stories/dropdowns/menu/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/select/index.d.ts +8 -4
- package/build/stories/dropdowns/select/index.stories.d.ts +3 -4
- package/build/stories/editor/index.stories.d.ts +6 -7
- package/build/stories/forms/checkbox/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/checkbox/index.stories.d.ts +2 -2
- package/build/stories/forms/input/index.d.ts +13 -8
- package/build/stories/forms/input/index.stories.d.ts +5 -5
- package/build/stories/forms/input-toggle/index.d.ts +10 -7
- package/build/stories/forms/input-toggle/index.stories.d.ts +6 -6
- package/build/stories/forms/mediaInput/index.stories.d.ts +5 -5
- package/build/stories/forms/radio/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/radio/index.stories.d.ts +3 -3
- package/build/stories/forms/textarea/index.stories.d.ts +4 -4
- package/build/stories/forms/toggle/index.stories.d.ts +2 -2
- package/build/stories/grid/col/index.stories.d.ts +4 -4
- package/build/stories/grid/grid/index.stories.d.ts +4 -4
- package/build/stories/grid/row/index.stories.d.ts +2 -2
- package/build/stories/highlight/CreateObservationButton.d.ts +19 -0
- package/build/stories/highlight/_types.d.ts +9 -8
- package/build/stories/highlight/demo-parts/data.d.ts +55 -0
- package/build/stories/highlight/demo-parts/sentiment-tag.d.ts +7 -0
- package/build/stories/highlight/demo-parts/transcript-base.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-diarization.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-paragraph.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-sentiment.d.ts +5 -0
- package/build/stories/highlight/index.stories.d.ts +11 -12
- package/build/stories/highlight/searchable.d.ts +1 -2
- package/build/stories/icons/index.stories.d.ts +2 -2
- package/build/stories/info-cards/index.stories.d.ts +3 -3
- package/build/stories/label/index.d.ts +12 -9
- package/build/stories/label/index.stories.d.ts +3 -3
- package/build/stories/lightbox/index.stories.d.ts +2 -2
- package/build/stories/lightbox/parts/body.d.ts +26 -15
- package/build/stories/lightbox/parts/footer.d.ts +11 -6
- package/build/stories/loaders/dots/index.stories.d.ts +2 -2
- package/build/stories/loaders/progress/index.stories.d.ts +2 -2
- package/build/stories/loaders/skeleton/index.stories.d.ts +3 -3
- package/build/stories/loaders/spinner/index.stories.d.ts +2 -2
- package/build/stories/login-form/index.stories.d.ts +3 -3
- package/build/stories/logo/index.stories.d.ts +2 -2
- package/build/stories/modals/fullscreen/index.d.ts +46 -32
- package/build/stories/modals/fullscreen/index.stories.d.ts +2 -2
- package/build/stories/modals/index.d.ts +11 -6
- package/build/stories/modals/index.stories.d.ts +5 -5
- package/build/stories/multiselect/index.stories.d.ts +3 -3
- package/build/stories/navigation/app-header/index.stories.d.ts +3 -3
- package/build/stories/navigation/header/header-item/brandItem.d.ts +12 -7
- package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +3 -1
- package/build/stories/navigation/page-header/index.d.ts +43 -26
- package/build/stories/navigation/page-header/index.stories.d.ts +5 -5
- package/build/stories/navigation/page-header/styled/main.d.ts +46 -28
- package/build/stories/notifications/index.stories.d.ts +3 -3
- package/build/stories/pagination/index.stories.d.ts +3 -3
- package/build/stories/player/_types.d.ts +21 -2
- package/build/stories/player/hooks/usePictureInPicture.d.ts +4 -0
- package/build/stories/player/index.d.ts +7 -2
- package/build/stories/player/index.stories.d.ts +7 -5
- package/build/stories/player/parts/CutStart.d.ts +4 -0
- package/build/stories/player/parts/controlButton.d.ts +294 -0
- package/build/stories/player/parts/controls.d.ts +11 -5
- package/build/stories/player/parts/floatingControls.d.ts +1 -0
- package/build/stories/product-cards/index.stories.d.ts +3 -3
- package/build/stories/profile-modal/_types.d.ts +3 -2
- package/build/stories/profile-modal/components/menuItem.d.ts +9 -4
- package/build/stories/profile-modal/index.stories.d.ts +2 -2
- package/build/stories/profile-modal/items/languageMenuItem.d.ts +2 -1
- package/build/stories/profile-modal/items/settingsMenuItem.d.ts +2 -2
- package/build/stories/service-cards/index.stories.d.ts +3 -3
- package/build/stories/slider/index.stories.d.ts +3 -3
- package/build/stories/slider/parts/container.d.ts +10 -5
- package/build/stories/special-cards/index.d.ts +47 -30
- package/build/stories/special-cards/index.stories.d.ts +2 -2
- package/build/stories/special-cards/styled/header.d.ts +38 -21
- package/build/stories/stepper/index.d.ts +32 -21
- package/build/stories/stepper/index.stories.d.ts +3 -3
- package/build/stories/table/index.stories.d.ts +11 -11
- package/build/stories/tabs/index.stories.d.ts +3 -3
- package/build/stories/tags/index.d.ts +28 -20
- package/build/stories/tags/index.stories.d.ts +6 -6
- package/build/stories/theme/colors.stories.d.ts +20 -0
- package/build/stories/theme/palette.stories.d.ts +1 -1
- package/build/stories/tiles/index.stories.d.ts +4 -4
- package/build/stories/timeline/index.d.ts +14 -7
- package/build/stories/timeline/index.stories.d.ts +4 -4
- package/build/stories/title/index.stories.d.ts +2 -2
- package/build/stories/tooltip/_types.d.ts +1 -0
- package/build/stories/tooltip/index.d.ts +1 -278
- package/build/stories/tooltip/index.stories.d.ts +3 -2
- package/build/stories/tooltip-modal/index.stories.d.ts +2 -2
- package/build/stories/transcript/_data.d.ts +17 -0
- package/build/stories/transcript/extensions/theme/index.d.ts +347 -0
- package/build/stories/transcript/findActiveWord.d.ts +2 -0
- package/build/stories/transcript/floatingMenu.d.ts +8 -0
- package/build/stories/transcript/getParsedContent.d.ts +26 -0
- package/build/stories/transcript/index.d.ts +53 -0
- package/build/stories/transcript/index.stories.d.ts +23 -0
- package/build/stories/transcript/nodes/active/Component.d.ts +6 -0
- package/build/stories/transcript/nodes/active/index.d.ts +4 -0
- package/build/stories/transcript/nodes/observation/Component.d.ts +6 -0
- package/build/stories/transcript/nodes/observation/index.d.ts +2 -0
- package/build/stories/transcript/nodes/paragraph/Component.d.ts +6 -0
- package/build/stories/transcript/nodes/paragraph/index.d.ts +2 -0
- package/build/stories/transcript/nodes/word/Component.d.ts +6 -0
- package/build/stories/transcript/nodes/word/index.d.ts +2 -0
- package/build/stories/transcript/search.d.ts +9 -0
- package/build/stories/transcript/useEditor.d.ts +11 -0
- package/build/stories/typography/block-quote/index.stories.d.ts +2 -2
- package/build/stories/typography/code/index.stories.d.ts +4 -4
- package/build/stories/typography/ellipsis/index.stories.d.ts +2 -2
- package/build/stories/typography/lists/ordered.stories.d.ts +2 -2
- package/build/stories/typography/lists/unordered.stories.d.ts +2 -2
- package/build/stories/typography/paragraph/index.stories.d.ts +2 -2
- package/build/stories/typography/span/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/anchortag/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/index.d.ts +29 -12
- package/build/stories/typography/typescale/index.stories.d.ts +2 -2
- package/package.json +30 -20
- package/yarn-error.log +0 -17994
- /package/build/stories/player/{parts → context}/progressContext.d.ts +0 -0
- /package/build/stories/player/{parts/utils.d.ts → utils.d.ts} +0 -0
|
@@ -8,50 +8,38 @@ export declare const variants: readonly [{}, {
|
|
|
8
8
|
readonly disabled: true;
|
|
9
9
|
}];
|
|
10
10
|
export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
justifyContentXl?: "start" | "end" | "center" | "between" | "around" | undefined;
|
|
23
|
-
wrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
24
|
-
wrapXs?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
25
|
-
wrapSm?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
26
|
-
wrapMd?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
27
|
-
wrapLg?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
28
|
-
wrapXl?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
11
|
+
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
12
|
+
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
13
|
+
children?: import("react").ReactNode;
|
|
14
|
+
title?: string | undefined;
|
|
15
|
+
color?: string | undefined;
|
|
16
|
+
content?: string | undefined;
|
|
17
|
+
slot?: string | undefined;
|
|
18
|
+
style?: import("react").CSSProperties | undefined;
|
|
19
|
+
onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
20
|
+
className?: string | undefined;
|
|
21
|
+
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
29
22
|
defaultChecked?: boolean | undefined;
|
|
30
23
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
31
24
|
suppressContentEditableWarning?: boolean | undefined;
|
|
32
25
|
suppressHydrationWarning?: boolean | undefined;
|
|
33
26
|
accessKey?: string | undefined;
|
|
34
27
|
autoFocus?: boolean | undefined;
|
|
35
|
-
|
|
36
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
28
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
37
29
|
contextMenu?: string | undefined;
|
|
38
30
|
dir?: string | undefined;
|
|
39
31
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
32
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
40
33
|
hidden?: boolean | undefined;
|
|
41
34
|
id?: string | undefined;
|
|
42
35
|
lang?: string | undefined;
|
|
43
36
|
nonce?: string | undefined;
|
|
44
|
-
placeholder?: string | undefined;
|
|
45
|
-
slot?: string | undefined;
|
|
46
37
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
47
|
-
style?: import("react").CSSProperties | undefined;
|
|
48
38
|
tabIndex?: number | undefined;
|
|
49
|
-
title?: string | undefined;
|
|
50
39
|
translate?: "yes" | "no" | undefined;
|
|
51
40
|
radioGroup?: string | undefined;
|
|
52
41
|
role?: import("react").AriaRole | undefined;
|
|
53
42
|
about?: string | undefined;
|
|
54
|
-
content?: string | undefined;
|
|
55
43
|
datatype?: string | undefined;
|
|
56
44
|
inlist?: any;
|
|
57
45
|
prefix?: string | undefined;
|
|
@@ -64,7 +52,6 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
64
52
|
autoCapitalize?: string | undefined;
|
|
65
53
|
autoCorrect?: string | undefined;
|
|
66
54
|
autoSave?: string | undefined;
|
|
67
|
-
color?: string | undefined;
|
|
68
55
|
itemProp?: string | undefined;
|
|
69
56
|
itemScope?: boolean | undefined;
|
|
70
57
|
itemType?: string | undefined;
|
|
@@ -73,19 +60,23 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
73
60
|
results?: number | undefined;
|
|
74
61
|
security?: string | undefined;
|
|
75
62
|
unselectable?: "on" | "off" | undefined;
|
|
76
|
-
inputMode?: "
|
|
63
|
+
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
77
64
|
is?: string | undefined;
|
|
78
65
|
"aria-activedescendant"?: string | undefined;
|
|
79
66
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
80
|
-
"aria-autocomplete"?: "
|
|
67
|
+
"aria-autocomplete"?: "inline" | "list" | "none" | "both" | undefined;
|
|
68
|
+
"aria-braillelabel"?: string | undefined;
|
|
69
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
81
70
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
82
71
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
83
72
|
"aria-colcount"?: number | undefined;
|
|
84
73
|
"aria-colindex"?: number | undefined;
|
|
74
|
+
"aria-colindextext"?: string | undefined;
|
|
85
75
|
"aria-colspan"?: number | undefined;
|
|
86
76
|
"aria-controls"?: string | undefined;
|
|
87
|
-
"aria-current"?: boolean | "time" | "
|
|
77
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
88
78
|
"aria-describedby"?: string | undefined;
|
|
79
|
+
"aria-description"?: string | undefined;
|
|
89
80
|
"aria-details"?: string | undefined;
|
|
90
81
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
91
82
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -110,11 +101,12 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
110
101
|
"aria-posinset"?: number | undefined;
|
|
111
102
|
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
112
103
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
113
|
-
"aria-relevant"?: "text" | "
|
|
104
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
114
105
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
115
106
|
"aria-roledescription"?: string | undefined;
|
|
116
107
|
"aria-rowcount"?: number | undefined;
|
|
117
108
|
"aria-rowindex"?: number | undefined;
|
|
109
|
+
"aria-rowindextext"?: string | undefined;
|
|
118
110
|
"aria-rowspan"?: number | undefined;
|
|
119
111
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
120
112
|
"aria-setsize"?: number | undefined;
|
|
@@ -123,7 +115,6 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
123
115
|
"aria-valuemin"?: number | undefined;
|
|
124
116
|
"aria-valuenow"?: number | undefined;
|
|
125
117
|
"aria-valuetext"?: string | undefined;
|
|
126
|
-
children?: import("react").ReactNode;
|
|
127
118
|
dangerouslySetInnerHTML?: {
|
|
128
119
|
__html: string | TrustedHTML;
|
|
129
120
|
} | undefined;
|
|
@@ -139,11 +130,8 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
139
130
|
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
140
131
|
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
141
132
|
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
142
|
-
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
143
133
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
144
|
-
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
145
134
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
146
|
-
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
147
135
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
148
136
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
149
137
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -213,7 +201,6 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
213
201
|
onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
214
202
|
onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
215
203
|
onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
216
|
-
onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
217
204
|
onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
218
205
|
onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
219
206
|
onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
@@ -266,9 +253,7 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
266
253
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
267
254
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
268
255
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
269
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
270
256
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
271
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
272
257
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
273
258
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
274
259
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -289,66 +274,60 @@ export declare const Row: import("styled-components").IStyledComponent<"web", {
|
|
|
289
274
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
290
275
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
291
276
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
292
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
293
277
|
key?: import("react").Key | null | undefined;
|
|
278
|
+
justifyContent?: "start" | "end" | "center" | "between" | "around" | undefined;
|
|
279
|
+
wrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
280
|
+
alignItems?: "start" | "end" | "center" | "baseline" | "stretch" | undefined;
|
|
281
|
+
alignItemsXs?: "start" | "end" | "center" | "baseline" | "stretch" | undefined;
|
|
282
|
+
alignItemsSm?: "start" | "end" | "center" | "baseline" | "stretch" | undefined;
|
|
283
|
+
alignItemsMd?: "start" | "end" | "center" | "baseline" | "stretch" | undefined;
|
|
284
|
+
alignItemsLg?: "start" | "end" | "center" | "baseline" | "stretch" | undefined;
|
|
285
|
+
alignItemsXl?: "start" | "end" | "center" | "baseline" | "stretch" | undefined;
|
|
286
|
+
justifyContentXs?: "start" | "end" | "center" | "between" | "around" | undefined;
|
|
287
|
+
justifyContentSm?: "start" | "end" | "center" | "between" | "around" | undefined;
|
|
288
|
+
justifyContentMd?: "start" | "end" | "center" | "between" | "around" | undefined;
|
|
289
|
+
justifyContentLg?: "start" | "end" | "center" | "between" | "around" | undefined;
|
|
290
|
+
justifyContentXl?: "start" | "end" | "center" | "between" | "around" | undefined;
|
|
291
|
+
wrapXs?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
292
|
+
wrapSm?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
293
|
+
wrapMd?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
294
|
+
wrapLg?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
295
|
+
wrapXl?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
296
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
294
297
|
}> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-grid").IRowProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
295
298
|
export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
alignSelfXl?: "start" | "end" | "center" | "baseline" | "stretch" | "auto" | undefined;
|
|
308
|
-
textAlign?: "start" | "end" | "center" | "justify" | undefined;
|
|
309
|
-
textAlignXs?: "start" | "end" | "center" | "justify" | undefined;
|
|
310
|
-
textAlignSm?: "start" | "end" | "center" | "justify" | undefined;
|
|
311
|
-
textAlignMd?: "start" | "end" | "center" | "justify" | undefined;
|
|
312
|
-
textAlignLg?: "start" | "end" | "center" | "justify" | undefined;
|
|
313
|
-
textAlignXl?: "start" | "end" | "center" | "justify" | undefined;
|
|
314
|
-
offset?: string | number | undefined;
|
|
315
|
-
offsetXs?: string | number | undefined;
|
|
316
|
-
offsetSm?: string | number | undefined;
|
|
317
|
-
offsetMd?: string | number | undefined;
|
|
318
|
-
offsetLg?: string | number | undefined;
|
|
319
|
-
offsetXl?: string | number | undefined;
|
|
320
|
-
order?: string | number | undefined;
|
|
321
|
-
orderXs?: string | number | undefined;
|
|
322
|
-
orderSm?: string | number | undefined;
|
|
323
|
-
orderMd?: string | number | undefined;
|
|
324
|
-
orderLg?: string | number | undefined;
|
|
325
|
-
orderXl?: string | number | undefined;
|
|
299
|
+
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
300
|
+
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
301
|
+
children?: import("react").ReactNode;
|
|
302
|
+
title?: string | undefined;
|
|
303
|
+
color?: string | undefined;
|
|
304
|
+
content?: string | undefined;
|
|
305
|
+
slot?: string | undefined;
|
|
306
|
+
style?: import("react").CSSProperties | undefined;
|
|
307
|
+
onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
308
|
+
className?: string | undefined;
|
|
309
|
+
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
326
310
|
defaultChecked?: boolean | undefined;
|
|
327
311
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
328
312
|
suppressContentEditableWarning?: boolean | undefined;
|
|
329
313
|
suppressHydrationWarning?: boolean | undefined;
|
|
330
314
|
accessKey?: string | undefined;
|
|
331
315
|
autoFocus?: boolean | undefined;
|
|
332
|
-
|
|
333
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
316
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
334
317
|
contextMenu?: string | undefined;
|
|
335
318
|
dir?: string | undefined;
|
|
336
319
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
320
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
337
321
|
hidden?: boolean | undefined;
|
|
338
322
|
id?: string | undefined;
|
|
339
323
|
lang?: string | undefined;
|
|
340
324
|
nonce?: string | undefined;
|
|
341
|
-
placeholder?: string | undefined;
|
|
342
|
-
slot?: string | undefined;
|
|
343
325
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
344
|
-
style?: import("react").CSSProperties | undefined;
|
|
345
326
|
tabIndex?: number | undefined;
|
|
346
|
-
title?: string | undefined;
|
|
347
327
|
translate?: "yes" | "no" | undefined;
|
|
348
328
|
radioGroup?: string | undefined;
|
|
349
329
|
role?: import("react").AriaRole | undefined;
|
|
350
330
|
about?: string | undefined;
|
|
351
|
-
content?: string | undefined;
|
|
352
331
|
datatype?: string | undefined;
|
|
353
332
|
inlist?: any;
|
|
354
333
|
prefix?: string | undefined;
|
|
@@ -361,7 +340,6 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
361
340
|
autoCapitalize?: string | undefined;
|
|
362
341
|
autoCorrect?: string | undefined;
|
|
363
342
|
autoSave?: string | undefined;
|
|
364
|
-
color?: string | undefined;
|
|
365
343
|
itemProp?: string | undefined;
|
|
366
344
|
itemScope?: boolean | undefined;
|
|
367
345
|
itemType?: string | undefined;
|
|
@@ -370,19 +348,23 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
370
348
|
results?: number | undefined;
|
|
371
349
|
security?: string | undefined;
|
|
372
350
|
unselectable?: "on" | "off" | undefined;
|
|
373
|
-
inputMode?: "
|
|
351
|
+
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
374
352
|
is?: string | undefined;
|
|
375
353
|
"aria-activedescendant"?: string | undefined;
|
|
376
354
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
377
|
-
"aria-autocomplete"?: "
|
|
355
|
+
"aria-autocomplete"?: "inline" | "list" | "none" | "both" | undefined;
|
|
356
|
+
"aria-braillelabel"?: string | undefined;
|
|
357
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
378
358
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
379
359
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
380
360
|
"aria-colcount"?: number | undefined;
|
|
381
361
|
"aria-colindex"?: number | undefined;
|
|
362
|
+
"aria-colindextext"?: string | undefined;
|
|
382
363
|
"aria-colspan"?: number | undefined;
|
|
383
364
|
"aria-controls"?: string | undefined;
|
|
384
|
-
"aria-current"?: boolean | "time" | "
|
|
365
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
385
366
|
"aria-describedby"?: string | undefined;
|
|
367
|
+
"aria-description"?: string | undefined;
|
|
386
368
|
"aria-details"?: string | undefined;
|
|
387
369
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
388
370
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -407,11 +389,12 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
407
389
|
"aria-posinset"?: number | undefined;
|
|
408
390
|
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
409
391
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
410
|
-
"aria-relevant"?: "text" | "
|
|
392
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
411
393
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
412
394
|
"aria-roledescription"?: string | undefined;
|
|
413
395
|
"aria-rowcount"?: number | undefined;
|
|
414
396
|
"aria-rowindex"?: number | undefined;
|
|
397
|
+
"aria-rowindextext"?: string | undefined;
|
|
415
398
|
"aria-rowspan"?: number | undefined;
|
|
416
399
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
417
400
|
"aria-setsize"?: number | undefined;
|
|
@@ -420,7 +403,6 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
420
403
|
"aria-valuemin"?: number | undefined;
|
|
421
404
|
"aria-valuenow"?: number | undefined;
|
|
422
405
|
"aria-valuetext"?: string | undefined;
|
|
423
|
-
children?: import("react").ReactNode;
|
|
424
406
|
dangerouslySetInnerHTML?: {
|
|
425
407
|
__html: string | TrustedHTML;
|
|
426
408
|
} | undefined;
|
|
@@ -436,11 +418,8 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
436
418
|
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
437
419
|
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
438
420
|
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
439
|
-
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
440
421
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
441
|
-
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
442
422
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
443
|
-
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
444
423
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
445
424
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
446
425
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -510,7 +489,6 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
510
489
|
onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
511
490
|
onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
512
491
|
onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
513
|
-
onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
514
492
|
onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
515
493
|
onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
516
494
|
onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
@@ -563,9 +541,7 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
563
541
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
564
542
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
565
543
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
566
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
567
544
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
568
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
569
545
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
570
546
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
571
547
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -586,39 +562,72 @@ export declare const Col: import("styled-components").IStyledComponent<"web", {
|
|
|
586
562
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
587
563
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
588
564
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
589
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
590
565
|
key?: import("react").Key | null | undefined;
|
|
566
|
+
sm?: string | number | boolean | undefined;
|
|
567
|
+
size?: string | number | undefined;
|
|
568
|
+
offset?: string | number | undefined;
|
|
569
|
+
order?: string | number | undefined;
|
|
570
|
+
xs?: string | number | boolean | undefined;
|
|
571
|
+
md?: string | number | boolean | undefined;
|
|
572
|
+
lg?: string | number | boolean | undefined;
|
|
573
|
+
xl?: string | number | boolean | undefined;
|
|
574
|
+
alignSelf?: "start" | "end" | "center" | "baseline" | "stretch" | "auto" | undefined;
|
|
575
|
+
alignSelfXs?: "start" | "end" | "center" | "baseline" | "stretch" | "auto" | undefined;
|
|
576
|
+
alignSelfSm?: "start" | "end" | "center" | "baseline" | "stretch" | "auto" | undefined;
|
|
577
|
+
alignSelfMd?: "start" | "end" | "center" | "baseline" | "stretch" | "auto" | undefined;
|
|
578
|
+
alignSelfLg?: "start" | "end" | "center" | "baseline" | "stretch" | "auto" | undefined;
|
|
579
|
+
alignSelfXl?: "start" | "end" | "center" | "baseline" | "stretch" | "auto" | undefined;
|
|
580
|
+
textAlign?: "start" | "end" | "center" | "justify" | undefined;
|
|
581
|
+
textAlignXs?: "start" | "end" | "center" | "justify" | undefined;
|
|
582
|
+
textAlignSm?: "start" | "end" | "center" | "justify" | undefined;
|
|
583
|
+
textAlignMd?: "start" | "end" | "center" | "justify" | undefined;
|
|
584
|
+
textAlignLg?: "start" | "end" | "center" | "justify" | undefined;
|
|
585
|
+
textAlignXl?: "start" | "end" | "center" | "justify" | undefined;
|
|
586
|
+
offsetXs?: string | number | undefined;
|
|
587
|
+
offsetSm?: string | number | undefined;
|
|
588
|
+
offsetMd?: string | number | undefined;
|
|
589
|
+
offsetLg?: string | number | undefined;
|
|
590
|
+
offsetXl?: string | number | undefined;
|
|
591
|
+
orderXs?: string | number | undefined;
|
|
592
|
+
orderSm?: string | number | undefined;
|
|
593
|
+
orderMd?: string | number | undefined;
|
|
594
|
+
orderLg?: string | number | undefined;
|
|
595
|
+
orderXl?: string | number | undefined;
|
|
596
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
591
597
|
}> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-grid").IColProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
592
598
|
export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
599
|
+
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
600
|
+
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
601
|
+
children?: import("react").ReactNode;
|
|
602
|
+
title?: string | undefined;
|
|
603
|
+
color?: string | undefined;
|
|
604
|
+
content?: string | undefined;
|
|
605
|
+
slot?: string | undefined;
|
|
606
|
+
style?: import("react").CSSProperties | undefined;
|
|
607
|
+
onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
608
|
+
className?: string | undefined;
|
|
609
|
+
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
596
610
|
defaultChecked?: boolean | undefined;
|
|
597
611
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
598
612
|
suppressContentEditableWarning?: boolean | undefined;
|
|
599
613
|
suppressHydrationWarning?: boolean | undefined;
|
|
600
614
|
accessKey?: string | undefined;
|
|
601
615
|
autoFocus?: boolean | undefined;
|
|
602
|
-
|
|
603
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
616
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
604
617
|
contextMenu?: string | undefined;
|
|
605
618
|
dir?: string | undefined;
|
|
606
619
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
620
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
607
621
|
hidden?: boolean | undefined;
|
|
608
622
|
id?: string | undefined;
|
|
609
623
|
lang?: string | undefined;
|
|
610
624
|
nonce?: string | undefined;
|
|
611
|
-
placeholder?: string | undefined;
|
|
612
|
-
slot?: string | undefined;
|
|
613
625
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
614
|
-
style?: import("react").CSSProperties | undefined;
|
|
615
626
|
tabIndex?: number | undefined;
|
|
616
|
-
title?: string | undefined;
|
|
617
627
|
translate?: "yes" | "no" | undefined;
|
|
618
628
|
radioGroup?: string | undefined;
|
|
619
629
|
role?: import("react").AriaRole | undefined;
|
|
620
630
|
about?: string | undefined;
|
|
621
|
-
content?: string | undefined;
|
|
622
631
|
datatype?: string | undefined;
|
|
623
632
|
inlist?: any;
|
|
624
633
|
prefix?: string | undefined;
|
|
@@ -631,7 +640,6 @@ export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
|
631
640
|
autoCapitalize?: string | undefined;
|
|
632
641
|
autoCorrect?: string | undefined;
|
|
633
642
|
autoSave?: string | undefined;
|
|
634
|
-
color?: string | undefined;
|
|
635
643
|
itemProp?: string | undefined;
|
|
636
644
|
itemScope?: boolean | undefined;
|
|
637
645
|
itemType?: string | undefined;
|
|
@@ -640,19 +648,23 @@ export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
|
640
648
|
results?: number | undefined;
|
|
641
649
|
security?: string | undefined;
|
|
642
650
|
unselectable?: "on" | "off" | undefined;
|
|
643
|
-
inputMode?: "
|
|
651
|
+
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
644
652
|
is?: string | undefined;
|
|
645
653
|
"aria-activedescendant"?: string | undefined;
|
|
646
654
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
647
|
-
"aria-autocomplete"?: "
|
|
655
|
+
"aria-autocomplete"?: "inline" | "list" | "none" | "both" | undefined;
|
|
656
|
+
"aria-braillelabel"?: string | undefined;
|
|
657
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
648
658
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
649
659
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
650
660
|
"aria-colcount"?: number | undefined;
|
|
651
661
|
"aria-colindex"?: number | undefined;
|
|
662
|
+
"aria-colindextext"?: string | undefined;
|
|
652
663
|
"aria-colspan"?: number | undefined;
|
|
653
664
|
"aria-controls"?: string | undefined;
|
|
654
|
-
"aria-current"?: boolean | "time" | "
|
|
665
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
655
666
|
"aria-describedby"?: string | undefined;
|
|
667
|
+
"aria-description"?: string | undefined;
|
|
656
668
|
"aria-details"?: string | undefined;
|
|
657
669
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
658
670
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -677,11 +689,12 @@ export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
|
677
689
|
"aria-posinset"?: number | undefined;
|
|
678
690
|
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
679
691
|
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
680
|
-
"aria-relevant"?: "text" | "
|
|
692
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
681
693
|
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
682
694
|
"aria-roledescription"?: string | undefined;
|
|
683
695
|
"aria-rowcount"?: number | undefined;
|
|
684
696
|
"aria-rowindex"?: number | undefined;
|
|
697
|
+
"aria-rowindextext"?: string | undefined;
|
|
685
698
|
"aria-rowspan"?: number | undefined;
|
|
686
699
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
687
700
|
"aria-setsize"?: number | undefined;
|
|
@@ -690,7 +703,6 @@ export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
|
690
703
|
"aria-valuemin"?: number | undefined;
|
|
691
704
|
"aria-valuenow"?: number | undefined;
|
|
692
705
|
"aria-valuetext"?: string | undefined;
|
|
693
|
-
children?: import("react").ReactNode;
|
|
694
706
|
dangerouslySetInnerHTML?: {
|
|
695
707
|
__html: string | TrustedHTML;
|
|
696
708
|
} | undefined;
|
|
@@ -706,11 +718,8 @@ export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
|
706
718
|
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
707
719
|
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
708
720
|
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
709
|
-
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
710
721
|
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
711
|
-
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
712
722
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
713
|
-
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
714
723
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
715
724
|
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
716
725
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -780,7 +789,6 @@ export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
|
780
789
|
onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
781
790
|
onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
782
791
|
onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
783
|
-
onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
784
792
|
onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
785
793
|
onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
786
794
|
onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
@@ -833,9 +841,7 @@ export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
|
833
841
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
834
842
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
835
843
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
836
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
837
844
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
838
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
839
845
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
840
846
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
841
847
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -856,6 +862,9 @@ export declare const MD: import("styled-components").IStyledComponent<"web", {
|
|
|
856
862
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
857
863
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
858
864
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
859
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
860
865
|
key?: import("react").Key | null | undefined;
|
|
866
|
+
isMonospace?: boolean | undefined;
|
|
867
|
+
tag?: any;
|
|
868
|
+
isBold?: boolean | undefined;
|
|
869
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
861
870
|
}> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CampaignCardsProps } 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, CampaignCardsProps>;
|
|
3
|
+
export declare const Grid: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CampaignCardsProps>;
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, CampaignCardsProps>;
|
|
5
5
|
export default _default;
|
|
@@ -3,6 +3,6 @@ interface CardStoryProps extends CardProps {
|
|
|
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, import("./_types").ContainerCardProps>;
|
|
8
8
|
export default _default;
|
|
@@ -3,7 +3,7 @@ interface CardStoryProps extends CardProps {
|
|
|
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
|
-
export declare const Floating: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
8
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
6
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CardStoryProps>;
|
|
7
|
+
export declare const Floating: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, CardStoryProps>;
|
|
8
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, CardProps>;
|
|
9
9
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BarChartProps } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const WithCustomTooltip: 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, BarChartProps>;
|
|
3
|
+
export declare const WithCustomTooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, BarChartProps>;
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, BarChartProps>;
|
|
5
5
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BulletChartProps } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const Widget: 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, BulletChartProps>;
|
|
3
|
+
export declare const Widget: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, BulletChartProps>;
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, BulletChartProps>;
|
|
5
5
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { PieChartProps } 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, PieChartProps>;
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, PieChartProps>;
|
|
4
4
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PieChartProps } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const WithCustomTooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
export declare const WithCustomLabel: 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, PieChartProps>;
|
|
3
|
+
export declare const WithCustomTooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, PieChartProps>;
|
|
4
|
+
export declare const WithCustomLabel: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, PieChartProps>;
|
|
5
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, PieChartProps>;
|
|
6
6
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SentimentChartProps } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const WithCustomTooltip: 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, SentimentChartProps>;
|
|
3
|
+
export declare const WithCustomTooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, SentimentChartProps>;
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, SentimentChartProps>;
|
|
5
5
|
export default _default;
|