@appquality/unguess-design-system 3.1.91-beta-attachments → 3.1.91-highlight
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +481 -0
- package/build/index.d.ts +12 -10
- package/build/index.js +1980 -1022
- package/build/stories/accordions/index.stories.d.ts +5 -5
- package/build/stories/alerts/index.d.ts +9 -7
- package/build/stories/alerts/index.stories.d.ts +2 -2
- package/build/stories/avatar/InternalAvatar.d.ts +2 -0
- package/build/stories/avatar/index.stories.d.ts +4 -4
- package/build/stories/breadcrumbs/index.stories.d.ts +2 -2
- package/build/stories/buttons/anchor/index.stories.d.ts +4 -4
- package/build/stories/buttons/button/index.d.ts +11 -9
- package/build/stories/buttons/button/index.stories.d.ts +6 -6
- package/build/stories/buttons/button-group/index.stories.d.ts +4 -4
- package/build/stories/buttons/icon-button/index.stories.d.ts +5 -5
- package/build/stories/buttons/split-button/index.stories.d.ts +2 -2
- package/build/stories/buttons/utils.d.ts +96 -90
- package/build/stories/campaign-cards/index.stories.d.ts +3 -3
- package/build/stories/cards/container.stories.d.ts +2 -2
- package/build/stories/cards/index.stories.d.ts +3 -3
- package/build/stories/charts/bar/index.stories.d.ts +3 -3
- package/build/stories/charts/bullet/index.stories.d.ts +3 -3
- package/build/stories/charts/halfPie/index.stories.d.ts +2 -2
- package/build/stories/charts/pie/index.stories.d.ts +4 -4
- package/build/stories/charts/sentiment/index.stories.d.ts +3 -3
- package/build/stories/charts/sunburst/index.stories.d.ts +3 -3
- package/build/stories/charts/waffle/index.stories.d.ts +3 -3
- package/build/stories/chat/_types.d.ts +7 -4
- package/build/stories/chat/context/chatContext.d.ts +8 -6
- package/build/stories/chat/hooks/useMedia.d.ts +8 -0
- package/build/stories/chat/index.d.ts +6 -4
- package/build/stories/chat/index.stories.d.ts +9 -10
- package/build/stories/chat/parts/MediaLightbox.d.ts +14 -0
- package/build/stories/chat/parts/ThumbnailContainer/Thumbnail.d.ts +11 -0
- package/build/stories/chat/parts/ThumbnailContainer/index.d.ts +1 -8
- package/build/stories/chat/parts/comment.d.ts +2 -7
- package/build/stories/chat/parts/containers.d.ts +11 -7
- package/build/stories/chat/parts/header.d.ts +6 -4
- package/build/stories/color-swatch/index.stories.d.ts +3 -3
- package/build/stories/drawers/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/autocomplete/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/countermultiselect/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/field/index.d.ts +8 -6
- package/build/stories/dropdowns/menu/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/select/index.d.ts +6 -4
- package/build/stories/dropdowns/select/index.stories.d.ts +3 -3
- package/build/stories/editor/index.stories.d.ts +6 -6
- package/build/stories/editorWithHighlight/_data.d.ts +17 -0
- package/build/stories/editorWithHighlight/floatingMenu.d.ts +5 -0
- package/build/stories/editorWithHighlight/index.d.ts +32 -0
- package/build/stories/editorWithHighlight/index.stories.d.ts +7 -0
- package/build/stories/editorWithHighlight/nodes/active.d.ts +4 -0
- package/build/stories/editorWithHighlight/nodes/observation/Component.d.ts +6 -0
- package/build/stories/editorWithHighlight/nodes/observation/index.d.ts +2 -0
- package/build/stories/editorWithHighlight/nodes/paragraph/Component.d.ts +6 -0
- package/build/stories/editorWithHighlight/nodes/paragraph/index.d.ts +2 -0
- package/build/stories/editorWithHighlight/nodes/word.d.ts +2 -0
- package/build/stories/editorWithHighlight/search.d.ts +8 -0
- package/build/stories/editorWithHighlight/useEditor.d.ts +14 -0
- package/build/stories/forms/checkbox/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/checkbox/index.stories.d.ts +2 -2
- package/build/stories/forms/input/index.d.ts +10 -8
- package/build/stories/forms/input/index.stories.d.ts +5 -5
- package/build/stories/forms/input-toggle/index.d.ts +6 -4
- package/build/stories/forms/input-toggle/index.stories.d.ts +6 -6
- package/build/stories/forms/mediaInput/index.stories.d.ts +5 -5
- package/build/stories/forms/radio/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/radio/index.stories.d.ts +3 -3
- package/build/stories/forms/textarea/index.stories.d.ts +4 -4
- package/build/stories/forms/toggle/index.stories.d.ts +2 -2
- package/build/stories/grid/col/index.stories.d.ts +4 -4
- package/build/stories/grid/grid/index.stories.d.ts +4 -4
- package/build/stories/grid/row/index.stories.d.ts +2 -2
- package/build/stories/highlight/CreateObservationButton.d.ts +19 -0
- package/build/stories/highlight/_types.d.ts +39 -0
- package/build/stories/highlight/demo-parts/data.d.ts +55 -0
- package/build/stories/highlight/demo-parts/sentiment-tag.d.ts +7 -0
- package/build/stories/highlight/demo-parts/transcript-base.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-diarization.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-paragraph.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-sentiment.d.ts +5 -0
- package/build/stories/highlight/highlightContext.d.ts +10 -0
- package/build/stories/highlight/index.d.ts +10 -0
- package/build/stories/highlight/index.stories.d.ts +18 -0
- package/build/stories/highlight/searchable.d.ts +3 -0
- package/build/stories/icons/index.stories.d.ts +2 -2
- package/build/stories/info-cards/index.stories.d.ts +3 -3
- package/build/stories/label/index.d.ts +9 -7
- package/build/stories/label/index.stories.d.ts +3 -3
- package/build/stories/lightbox/index.stories.d.ts +2 -2
- package/build/stories/lightbox/parts/body.d.ts +18 -12
- package/build/stories/lightbox/parts/footer.d.ts +7 -5
- package/build/stories/loaders/dots/index.stories.d.ts +2 -2
- package/build/stories/loaders/progress/index.stories.d.ts +2 -2
- package/build/stories/loaders/skeleton/index.stories.d.ts +3 -3
- package/build/stories/loaders/spinner/index.stories.d.ts +2 -2
- package/build/stories/login-form/index.stories.d.ts +3 -3
- package/build/stories/logo/index.stories.d.ts +2 -2
- package/build/stories/modals/fullscreen/index.d.ts +40 -32
- package/build/stories/modals/fullscreen/index.stories.d.ts +2 -2
- package/build/stories/modals/index.d.ts +8 -6
- package/build/stories/modals/index.stories.d.ts +5 -5
- package/build/stories/multiselect/index.stories.d.ts +3 -3
- package/build/stories/navigation/app-header/index.stories.d.ts +3 -3
- package/build/stories/navigation/header/header-item/brandItem.d.ts +9 -7
- package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +3 -1
- package/build/stories/navigation/page-header/index.d.ts +38 -26
- package/build/stories/navigation/page-header/index.stories.d.ts +5 -5
- package/build/stories/navigation/page-header/styled/main.d.ts +40 -28
- package/build/stories/notifications/index.stories.d.ts +3 -3
- package/build/stories/pagination/index.stories.d.ts +3 -3
- package/build/stories/player/_types.d.ts +38 -1
- package/build/stories/player/context/progressContext.d.ts +16 -0
- package/build/stories/player/hooks/usePictureInPicture.d.ts +4 -0
- package/build/stories/player/index.d.ts +7 -2
- package/build/stories/player/index.stories.d.ts +7 -5
- package/build/stories/player/parts/CutStart.d.ts +4 -0
- package/build/stories/player/parts/bookmark.d.ts +2 -0
- package/build/stories/player/parts/controlButton.d.ts +291 -0
- package/build/stories/player/parts/controls.d.ts +14 -6
- package/build/stories/player/parts/controlsCenterGroup.d.ts +2 -1
- package/build/stories/player/parts/cutterButton.d.ts +6 -0
- package/build/stories/player/parts/floatingControls.d.ts +1 -0
- package/build/stories/player/parts/progress.d.ts +11 -0
- package/build/stories/player/parts/timeLabel.d.ts +2 -2
- package/build/stories/product-cards/index.stories.d.ts +3 -3
- package/build/stories/profile-modal/components/menuItem.d.ts +6 -4
- package/build/stories/profile-modal/index.stories.d.ts +2 -2
- package/build/stories/service-cards/index.stories.d.ts +3 -3
- package/build/stories/slider/index.stories.d.ts +3 -3
- package/build/stories/slider/parts/container.d.ts +6 -4
- package/build/stories/special-cards/index.d.ts +42 -30
- package/build/stories/special-cards/index.stories.d.ts +2 -2
- package/build/stories/special-cards/styled/header.d.ts +33 -21
- package/build/stories/stepper/index.d.ts +27 -21
- package/build/stories/stepper/index.stories.d.ts +3 -3
- package/build/stories/table/index.stories.d.ts +11 -11
- package/build/stories/tabs/index.stories.d.ts +3 -3
- package/build/stories/tags/index.d.ts +24 -20
- package/build/stories/tags/index.stories.d.ts +6 -6
- package/build/stories/theme/palette.stories.d.ts +1 -1
- package/build/stories/tiles/index.stories.d.ts +4 -4
- package/build/stories/timeline/index.d.ts +11 -7
- package/build/stories/timeline/index.stories.d.ts +4 -4
- package/build/stories/title/index.stories.d.ts +2 -2
- package/build/stories/tooltip/_types.d.ts +1 -0
- package/build/stories/tooltip/index.d.ts +8 -5
- package/build/stories/tooltip/index.stories.d.ts +3 -2
- package/build/stories/tooltip-modal/index.stories.d.ts +2 -2
- package/build/stories/typography/block-quote/index.stories.d.ts +2 -2
- package/build/stories/typography/code/index.stories.d.ts +4 -4
- package/build/stories/typography/ellipsis/index.stories.d.ts +2 -2
- package/build/stories/typography/lists/ordered.stories.d.ts +2 -2
- package/build/stories/typography/lists/unordered.stories.d.ts +2 -2
- package/build/stories/typography/paragraph/index.stories.d.ts +2 -2
- package/build/stories/typography/span/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/anchortag/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/index.d.ts +26 -12
- package/build/stories/typography/typescale/index.stories.d.ts +2 -2
- package/package.json +20 -13
- package/yarn-error.log +13975 -0
- package/.vscode/settings.json +0 -3
- package/build/stories/chat/parts/ThumbnailContainer/ImageThumbnail.d.ts +0 -11
- package/build/stories/chat/parts/ThumbnailContainer/VideoThumbnail.d.ts +0 -11
- /package/build/stories/player/{parts/utils.d.ts → utils.d.ts} +0 -0
|
@@ -14,9 +14,7 @@ declare const SpecialCard: {
|
|
|
14
14
|
Header: {
|
|
15
15
|
(props: import("./_types").CardHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
16
16
|
Label: import("styled-components").IStyledComponent<"web", {
|
|
17
|
-
|
|
18
|
-
tag?: any;
|
|
19
|
-
isBold?: boolean | undefined;
|
|
17
|
+
style?: import("react").CSSProperties | undefined;
|
|
20
18
|
defaultChecked?: boolean | undefined;
|
|
21
19
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
22
20
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -24,7 +22,7 @@ declare const SpecialCard: {
|
|
|
24
22
|
accessKey?: string | undefined;
|
|
25
23
|
autoFocus?: boolean | undefined;
|
|
26
24
|
className?: string | undefined;
|
|
27
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
25
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
28
26
|
contextMenu?: string | undefined;
|
|
29
27
|
dir?: string | undefined;
|
|
30
28
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -32,10 +30,8 @@ declare const SpecialCard: {
|
|
|
32
30
|
id?: string | undefined;
|
|
33
31
|
lang?: string | undefined;
|
|
34
32
|
nonce?: string | undefined;
|
|
35
|
-
placeholder?: string | undefined;
|
|
36
33
|
slot?: string | undefined;
|
|
37
34
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
38
|
-
style?: import("react").CSSProperties | undefined;
|
|
39
35
|
tabIndex?: number | undefined;
|
|
40
36
|
title?: string | undefined;
|
|
41
37
|
translate?: "yes" | "no" | undefined;
|
|
@@ -69,14 +65,18 @@ declare const SpecialCard: {
|
|
|
69
65
|
"aria-activedescendant"?: string | undefined;
|
|
70
66
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
71
67
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
68
|
+
"aria-braillelabel"?: string | undefined;
|
|
69
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
72
70
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
73
71
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
74
72
|
"aria-colcount"?: number | undefined;
|
|
75
73
|
"aria-colindex"?: number | undefined;
|
|
74
|
+
"aria-colindextext"?: string | undefined;
|
|
76
75
|
"aria-colspan"?: number | undefined;
|
|
77
76
|
"aria-controls"?: string | undefined;
|
|
78
77
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
79
78
|
"aria-describedby"?: string | undefined;
|
|
79
|
+
"aria-description"?: string | undefined;
|
|
80
80
|
"aria-details"?: string | undefined;
|
|
81
81
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
82
82
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -106,6 +106,7 @@ declare const SpecialCard: {
|
|
|
106
106
|
"aria-roledescription"?: string | undefined;
|
|
107
107
|
"aria-rowcount"?: number | undefined;
|
|
108
108
|
"aria-rowindex"?: number | undefined;
|
|
109
|
+
"aria-rowindextext"?: string | undefined;
|
|
109
110
|
"aria-rowspan"?: number | undefined;
|
|
110
111
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
111
112
|
"aria-setsize"?: number | undefined;
|
|
@@ -257,9 +258,7 @@ declare const SpecialCard: {
|
|
|
257
258
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
258
259
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
259
260
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
260
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
261
261
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
262
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
263
262
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
264
263
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
265
264
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -280,15 +279,18 @@ declare const SpecialCard: {
|
|
|
280
279
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
281
280
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
282
281
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
283
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
284
282
|
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
283
|
isMonospace?: boolean | undefined;
|
|
290
284
|
tag?: any;
|
|
291
285
|
isBold?: boolean | undefined;
|
|
286
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
287
|
+
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
288
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
289
|
+
}, {
|
|
290
|
+
color?: string | undefined;
|
|
291
|
+
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
292
|
+
Title: import("styled-components").IStyledComponent<"web", {
|
|
293
|
+
style?: import("react").CSSProperties | undefined;
|
|
292
294
|
defaultChecked?: boolean | undefined;
|
|
293
295
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
294
296
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -296,7 +298,7 @@ declare const SpecialCard: {
|
|
|
296
298
|
accessKey?: string | undefined;
|
|
297
299
|
autoFocus?: boolean | undefined;
|
|
298
300
|
className?: string | undefined;
|
|
299
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
301
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
300
302
|
contextMenu?: string | undefined;
|
|
301
303
|
dir?: string | undefined;
|
|
302
304
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -304,10 +306,8 @@ declare const SpecialCard: {
|
|
|
304
306
|
id?: string | undefined;
|
|
305
307
|
lang?: string | undefined;
|
|
306
308
|
nonce?: string | undefined;
|
|
307
|
-
placeholder?: string | undefined;
|
|
308
309
|
slot?: string | undefined;
|
|
309
310
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
310
|
-
style?: import("react").CSSProperties | undefined;
|
|
311
311
|
tabIndex?: number | undefined;
|
|
312
312
|
title?: string | undefined;
|
|
313
313
|
translate?: "yes" | "no" | undefined;
|
|
@@ -341,14 +341,18 @@ declare const SpecialCard: {
|
|
|
341
341
|
"aria-activedescendant"?: string | undefined;
|
|
342
342
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
343
343
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
344
|
+
"aria-braillelabel"?: string | undefined;
|
|
345
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
344
346
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
345
347
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
346
348
|
"aria-colcount"?: number | undefined;
|
|
347
349
|
"aria-colindex"?: number | undefined;
|
|
350
|
+
"aria-colindextext"?: string | undefined;
|
|
348
351
|
"aria-colspan"?: number | undefined;
|
|
349
352
|
"aria-controls"?: string | undefined;
|
|
350
353
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
351
354
|
"aria-describedby"?: string | undefined;
|
|
355
|
+
"aria-description"?: string | undefined;
|
|
352
356
|
"aria-details"?: string | undefined;
|
|
353
357
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
354
358
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -378,6 +382,7 @@ declare const SpecialCard: {
|
|
|
378
382
|
"aria-roledescription"?: string | undefined;
|
|
379
383
|
"aria-rowcount"?: number | undefined;
|
|
380
384
|
"aria-rowindex"?: number | undefined;
|
|
385
|
+
"aria-rowindextext"?: string | undefined;
|
|
381
386
|
"aria-rowspan"?: number | undefined;
|
|
382
387
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
383
388
|
"aria-setsize"?: number | undefined;
|
|
@@ -529,9 +534,7 @@ declare const SpecialCard: {
|
|
|
529
534
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
530
535
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
531
536
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
532
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
533
537
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
534
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
535
538
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
536
539
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
537
540
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -552,15 +555,18 @@ declare const SpecialCard: {
|
|
|
552
555
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
553
556
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
554
557
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
555
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
556
558
|
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
559
|
isMonospace?: boolean | undefined;
|
|
562
560
|
tag?: any;
|
|
563
561
|
isBold?: boolean | undefined;
|
|
562
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
563
|
+
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
564
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
565
|
+
}, {
|
|
566
|
+
color?: string | undefined;
|
|
567
|
+
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
568
|
+
Text: import("styled-components").IStyledComponent<"web", {
|
|
569
|
+
style?: import("react").CSSProperties | undefined;
|
|
564
570
|
defaultChecked?: boolean | undefined;
|
|
565
571
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
566
572
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -568,7 +574,7 @@ declare const SpecialCard: {
|
|
|
568
574
|
accessKey?: string | undefined;
|
|
569
575
|
autoFocus?: boolean | undefined;
|
|
570
576
|
className?: string | undefined;
|
|
571
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
577
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
572
578
|
contextMenu?: string | undefined;
|
|
573
579
|
dir?: string | undefined;
|
|
574
580
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -576,10 +582,8 @@ declare const SpecialCard: {
|
|
|
576
582
|
id?: string | undefined;
|
|
577
583
|
lang?: string | undefined;
|
|
578
584
|
nonce?: string | undefined;
|
|
579
|
-
placeholder?: string | undefined;
|
|
580
585
|
slot?: string | undefined;
|
|
581
586
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
582
|
-
style?: import("react").CSSProperties | undefined;
|
|
583
587
|
tabIndex?: number | undefined;
|
|
584
588
|
title?: string | undefined;
|
|
585
589
|
translate?: "yes" | "no" | undefined;
|
|
@@ -613,14 +617,18 @@ declare const SpecialCard: {
|
|
|
613
617
|
"aria-activedescendant"?: string | undefined;
|
|
614
618
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
615
619
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
620
|
+
"aria-braillelabel"?: string | undefined;
|
|
621
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
616
622
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
617
623
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
618
624
|
"aria-colcount"?: number | undefined;
|
|
619
625
|
"aria-colindex"?: number | undefined;
|
|
626
|
+
"aria-colindextext"?: string | undefined;
|
|
620
627
|
"aria-colspan"?: number | undefined;
|
|
621
628
|
"aria-controls"?: string | undefined;
|
|
622
629
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
623
630
|
"aria-describedby"?: string | undefined;
|
|
631
|
+
"aria-description"?: string | undefined;
|
|
624
632
|
"aria-details"?: string | undefined;
|
|
625
633
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
626
634
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -650,6 +658,7 @@ declare const SpecialCard: {
|
|
|
650
658
|
"aria-roledescription"?: string | undefined;
|
|
651
659
|
"aria-rowcount"?: number | undefined;
|
|
652
660
|
"aria-rowindex"?: number | undefined;
|
|
661
|
+
"aria-rowindextext"?: string | undefined;
|
|
653
662
|
"aria-rowspan"?: number | undefined;
|
|
654
663
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
655
664
|
"aria-setsize"?: number | undefined;
|
|
@@ -801,9 +810,7 @@ declare const SpecialCard: {
|
|
|
801
810
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
802
811
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
803
812
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
804
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
805
813
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
806
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
807
814
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
808
815
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
809
816
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -824,9 +831,14 @@ declare const SpecialCard: {
|
|
|
824
831
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
825
832
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
826
833
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
827
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
828
834
|
key?: import("react").Key | null | undefined;
|
|
829
|
-
|
|
835
|
+
isMonospace?: boolean | undefined;
|
|
836
|
+
tag?: any;
|
|
837
|
+
isBold?: boolean | undefined;
|
|
838
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
839
|
+
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
840
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
841
|
+
}, {
|
|
830
842
|
color?: string | undefined;
|
|
831
843
|
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
832
844
|
};
|
|
@@ -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;
|
|
@@ -3,6 +3,7 @@ import { CardHeaderProps } from "../_types";
|
|
|
3
3
|
declare const CardHeader: {
|
|
4
4
|
(props: CardHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
Label: import("styled-components").IStyledComponent<"web", {
|
|
6
|
+
style?: import("react").CSSProperties | undefined;
|
|
6
7
|
isMonospace?: boolean | undefined;
|
|
7
8
|
tag?: any;
|
|
8
9
|
isBold?: boolean | undefined;
|
|
@@ -13,7 +14,7 @@ declare const CardHeader: {
|
|
|
13
14
|
accessKey?: string | undefined;
|
|
14
15
|
autoFocus?: boolean | undefined;
|
|
15
16
|
className?: string | undefined;
|
|
16
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
17
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
17
18
|
contextMenu?: string | undefined;
|
|
18
19
|
dir?: string | undefined;
|
|
19
20
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -21,10 +22,8 @@ declare const CardHeader: {
|
|
|
21
22
|
id?: string | undefined;
|
|
22
23
|
lang?: string | undefined;
|
|
23
24
|
nonce?: string | undefined;
|
|
24
|
-
placeholder?: string | undefined;
|
|
25
25
|
slot?: string | undefined;
|
|
26
26
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
27
|
-
style?: import("react").CSSProperties | undefined;
|
|
28
27
|
tabIndex?: number | undefined;
|
|
29
28
|
title?: string | undefined;
|
|
30
29
|
translate?: "yes" | "no" | undefined;
|
|
@@ -58,14 +57,18 @@ declare const CardHeader: {
|
|
|
58
57
|
"aria-activedescendant"?: string | undefined;
|
|
59
58
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
60
59
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
60
|
+
"aria-braillelabel"?: string | undefined;
|
|
61
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
61
62
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
62
63
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
63
64
|
"aria-colcount"?: number | undefined;
|
|
64
65
|
"aria-colindex"?: number | undefined;
|
|
66
|
+
"aria-colindextext"?: string | undefined;
|
|
65
67
|
"aria-colspan"?: number | undefined;
|
|
66
68
|
"aria-controls"?: string | undefined;
|
|
67
69
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
68
70
|
"aria-describedby"?: string | undefined;
|
|
71
|
+
"aria-description"?: string | undefined;
|
|
69
72
|
"aria-details"?: string | undefined;
|
|
70
73
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
71
74
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -95,6 +98,7 @@ declare const CardHeader: {
|
|
|
95
98
|
"aria-roledescription"?: string | undefined;
|
|
96
99
|
"aria-rowcount"?: number | undefined;
|
|
97
100
|
"aria-rowindex"?: number | undefined;
|
|
101
|
+
"aria-rowindextext"?: string | undefined;
|
|
98
102
|
"aria-rowspan"?: number | undefined;
|
|
99
103
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
100
104
|
"aria-setsize"?: number | undefined;
|
|
@@ -246,9 +250,7 @@ declare const CardHeader: {
|
|
|
246
250
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
247
251
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
248
252
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
249
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
250
253
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
251
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
252
254
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
253
255
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
254
256
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -269,12 +271,15 @@ declare const CardHeader: {
|
|
|
269
271
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
270
272
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
271
273
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
272
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
273
274
|
key?: import("react").Key | null | undefined;
|
|
274
|
-
|
|
275
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
276
|
+
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
277
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
278
|
+
}, {
|
|
275
279
|
color?: string | undefined;
|
|
276
280
|
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
277
281
|
Title: import("styled-components").IStyledComponent<"web", {
|
|
282
|
+
style?: import("react").CSSProperties | undefined;
|
|
278
283
|
isMonospace?: boolean | undefined;
|
|
279
284
|
tag?: any;
|
|
280
285
|
isBold?: boolean | undefined;
|
|
@@ -285,7 +290,7 @@ declare const CardHeader: {
|
|
|
285
290
|
accessKey?: string | undefined;
|
|
286
291
|
autoFocus?: boolean | undefined;
|
|
287
292
|
className?: string | undefined;
|
|
288
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
293
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
289
294
|
contextMenu?: string | undefined;
|
|
290
295
|
dir?: string | undefined;
|
|
291
296
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -293,10 +298,8 @@ declare const CardHeader: {
|
|
|
293
298
|
id?: string | undefined;
|
|
294
299
|
lang?: string | undefined;
|
|
295
300
|
nonce?: string | undefined;
|
|
296
|
-
placeholder?: string | undefined;
|
|
297
301
|
slot?: string | undefined;
|
|
298
302
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
299
|
-
style?: import("react").CSSProperties | undefined;
|
|
300
303
|
tabIndex?: number | undefined;
|
|
301
304
|
title?: string | undefined;
|
|
302
305
|
translate?: "yes" | "no" | undefined;
|
|
@@ -330,14 +333,18 @@ declare const CardHeader: {
|
|
|
330
333
|
"aria-activedescendant"?: string | undefined;
|
|
331
334
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
332
335
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
336
|
+
"aria-braillelabel"?: string | undefined;
|
|
337
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
333
338
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
334
339
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
335
340
|
"aria-colcount"?: number | undefined;
|
|
336
341
|
"aria-colindex"?: number | undefined;
|
|
342
|
+
"aria-colindextext"?: string | undefined;
|
|
337
343
|
"aria-colspan"?: number | undefined;
|
|
338
344
|
"aria-controls"?: string | undefined;
|
|
339
345
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
340
346
|
"aria-describedby"?: string | undefined;
|
|
347
|
+
"aria-description"?: string | undefined;
|
|
341
348
|
"aria-details"?: string | undefined;
|
|
342
349
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
343
350
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -367,6 +374,7 @@ declare const CardHeader: {
|
|
|
367
374
|
"aria-roledescription"?: string | undefined;
|
|
368
375
|
"aria-rowcount"?: number | undefined;
|
|
369
376
|
"aria-rowindex"?: number | undefined;
|
|
377
|
+
"aria-rowindextext"?: string | undefined;
|
|
370
378
|
"aria-rowspan"?: number | undefined;
|
|
371
379
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
372
380
|
"aria-setsize"?: number | undefined;
|
|
@@ -518,9 +526,7 @@ declare const CardHeader: {
|
|
|
518
526
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
519
527
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
520
528
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
521
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
522
529
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
523
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
524
530
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
525
531
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
526
532
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -541,12 +547,15 @@ declare const CardHeader: {
|
|
|
541
547
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
542
548
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
543
549
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
544
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
545
550
|
key?: import("react").Key | null | undefined;
|
|
546
|
-
|
|
551
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
552
|
+
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
553
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
554
|
+
}, {
|
|
547
555
|
color?: string | undefined;
|
|
548
556
|
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
549
557
|
Text: import("styled-components").IStyledComponent<"web", {
|
|
558
|
+
style?: import("react").CSSProperties | undefined;
|
|
550
559
|
isMonospace?: boolean | undefined;
|
|
551
560
|
tag?: any;
|
|
552
561
|
isBold?: boolean | undefined;
|
|
@@ -557,7 +566,7 @@ declare const CardHeader: {
|
|
|
557
566
|
accessKey?: string | undefined;
|
|
558
567
|
autoFocus?: boolean | undefined;
|
|
559
568
|
className?: string | undefined;
|
|
560
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
569
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
561
570
|
contextMenu?: string | undefined;
|
|
562
571
|
dir?: string | undefined;
|
|
563
572
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -565,10 +574,8 @@ declare const CardHeader: {
|
|
|
565
574
|
id?: string | undefined;
|
|
566
575
|
lang?: string | undefined;
|
|
567
576
|
nonce?: string | undefined;
|
|
568
|
-
placeholder?: string | undefined;
|
|
569
577
|
slot?: string | undefined;
|
|
570
578
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
571
|
-
style?: import("react").CSSProperties | undefined;
|
|
572
579
|
tabIndex?: number | undefined;
|
|
573
580
|
title?: string | undefined;
|
|
574
581
|
translate?: "yes" | "no" | undefined;
|
|
@@ -602,14 +609,18 @@ declare const CardHeader: {
|
|
|
602
609
|
"aria-activedescendant"?: string | undefined;
|
|
603
610
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
604
611
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
612
|
+
"aria-braillelabel"?: string | undefined;
|
|
613
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
605
614
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
606
615
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
607
616
|
"aria-colcount"?: number | undefined;
|
|
608
617
|
"aria-colindex"?: number | undefined;
|
|
618
|
+
"aria-colindextext"?: string | undefined;
|
|
609
619
|
"aria-colspan"?: number | undefined;
|
|
610
620
|
"aria-controls"?: string | undefined;
|
|
611
621
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
612
622
|
"aria-describedby"?: string | undefined;
|
|
623
|
+
"aria-description"?: string | undefined;
|
|
613
624
|
"aria-details"?: string | undefined;
|
|
614
625
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
615
626
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -639,6 +650,7 @@ declare const CardHeader: {
|
|
|
639
650
|
"aria-roledescription"?: string | undefined;
|
|
640
651
|
"aria-rowcount"?: number | undefined;
|
|
641
652
|
"aria-rowindex"?: number | undefined;
|
|
653
|
+
"aria-rowindextext"?: string | undefined;
|
|
642
654
|
"aria-rowspan"?: number | undefined;
|
|
643
655
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
644
656
|
"aria-setsize"?: number | undefined;
|
|
@@ -790,9 +802,7 @@ declare const CardHeader: {
|
|
|
790
802
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
791
803
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
792
804
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
793
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
794
805
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
795
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
796
806
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
797
807
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
798
808
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -813,9 +823,11 @@ declare const CardHeader: {
|
|
|
813
823
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
814
824
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
815
825
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
816
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
817
826
|
key?: import("react").Key | null | undefined;
|
|
818
|
-
|
|
827
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
828
|
+
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
829
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
830
|
+
}, {
|
|
819
831
|
color?: string | undefined;
|
|
820
832
|
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
821
833
|
};
|