@appquality/unguess-design-system 3.1.105 → 3.1.106-fix-toggle-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +79 -70
- package/build/stories/accordions/index.stories.d.ts +5 -5
- package/build/stories/alerts/index.d.ts +12 -7
- package/build/stories/alerts/index.stories.d.ts +2 -2
- package/build/stories/avatar/index.stories.d.ts +4 -4
- package/build/stories/breadcrumbs/index.stories.d.ts +2 -2
- package/build/stories/buttons/anchor/index.stories.d.ts +4 -4
- package/build/stories/buttons/button/index.d.ts +14 -9
- package/build/stories/buttons/button/index.stories.d.ts +6 -6
- package/build/stories/buttons/button-group/index.stories.d.ts +4 -4
- package/build/stories/buttons/icon-button/index.stories.d.ts +5 -5
- package/build/stories/buttons/split-button/index.stories.d.ts +2 -2
- package/build/stories/buttons/utils.d.ts +78 -69
- package/build/stories/campaign-cards/index.stories.d.ts +3 -3
- package/build/stories/cards/container.stories.d.ts +2 -2
- package/build/stories/cards/index.stories.d.ts +3 -3
- package/build/stories/charts/bar/index.stories.d.ts +3 -3
- package/build/stories/charts/bullet/index.stories.d.ts +3 -3
- package/build/stories/charts/halfPie/index.stories.d.ts +2 -2
- package/build/stories/charts/pie/index.stories.d.ts +4 -4
- package/build/stories/charts/sentiment/index.stories.d.ts +3 -3
- package/build/stories/charts/sunburst/index.stories.d.ts +3 -3
- package/build/stories/charts/waffle/index.stories.d.ts +3 -3
- package/build/stories/chat/index.d.ts +8 -4
- package/build/stories/chat/index.stories.d.ts +6 -6
- package/build/stories/chat/parts/containers.d.ts +13 -6
- package/build/stories/chat/parts/header.d.ts +10 -5
- package/build/stories/color-swatch/index.stories.d.ts +3 -3
- package/build/stories/drawers/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/autocomplete/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/countermultiselect/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/field/index.d.ts +12 -7
- package/build/stories/dropdowns/menu/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/select/index.d.ts +8 -4
- package/build/stories/dropdowns/select/index.stories.d.ts +3 -3
- package/build/stories/editor/index.stories.d.ts +6 -6
- package/build/stories/forms/checkbox/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/checkbox/index.stories.d.ts +2 -2
- package/build/stories/forms/input/index.d.ts +13 -8
- package/build/stories/forms/input/index.stories.d.ts +5 -5
- package/build/stories/forms/input-toggle/index.d.ts +10 -7
- package/build/stories/forms/input-toggle/index.stories.d.ts +6 -6
- package/build/stories/forms/mediaInput/index.stories.d.ts +5 -5
- package/build/stories/forms/radio/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/radio/index.stories.d.ts +3 -3
- package/build/stories/forms/textarea/index.stories.d.ts +4 -4
- package/build/stories/forms/toggle/index.stories.d.ts +2 -2
- package/build/stories/grid/col/index.stories.d.ts +4 -4
- package/build/stories/grid/grid/index.stories.d.ts +4 -4
- package/build/stories/grid/row/index.stories.d.ts +2 -2
- package/build/stories/highlight/CreateObservationButton.d.ts +5 -3
- package/build/stories/highlight/index.stories.d.ts +7 -7
- package/build/stories/icons/index.stories.d.ts +2 -2
- package/build/stories/info-cards/index.stories.d.ts +3 -3
- package/build/stories/label/index.d.ts +12 -9
- package/build/stories/label/index.stories.d.ts +3 -3
- package/build/stories/lightbox/index.stories.d.ts +2 -2
- package/build/stories/lightbox/parts/body.d.ts +26 -15
- package/build/stories/lightbox/parts/footer.d.ts +11 -6
- package/build/stories/loaders/dots/index.stories.d.ts +2 -2
- package/build/stories/loaders/progress/index.stories.d.ts +2 -2
- package/build/stories/loaders/skeleton/index.stories.d.ts +3 -3
- package/build/stories/loaders/spinner/index.stories.d.ts +2 -2
- package/build/stories/login-form/index.stories.d.ts +3 -3
- package/build/stories/logo/index.stories.d.ts +2 -2
- package/build/stories/modals/fullscreen/index.d.ts +46 -32
- package/build/stories/modals/fullscreen/index.stories.d.ts +2 -2
- package/build/stories/modals/index.d.ts +11 -6
- package/build/stories/modals/index.stories.d.ts +5 -5
- package/build/stories/multiselect/index.stories.d.ts +3 -3
- package/build/stories/navigation/app-header/index.stories.d.ts +3 -3
- package/build/stories/navigation/header/header-item/brandItem.d.ts +12 -7
- package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +3 -1
- package/build/stories/navigation/page-header/index.d.ts +43 -26
- package/build/stories/navigation/page-header/index.stories.d.ts +5 -5
- package/build/stories/navigation/page-header/styled/main.d.ts +46 -28
- package/build/stories/notifications/index.stories.d.ts +3 -3
- package/build/stories/pagination/index.stories.d.ts +3 -3
- package/build/stories/player/index.stories.d.ts +7 -7
- package/build/stories/player/parts/controlButton.d.ts +14 -9
- package/build/stories/player/parts/controls.d.ts +9 -4
- package/build/stories/product-cards/index.stories.d.ts +3 -3
- package/build/stories/profile-modal/components/menuItem.d.ts +9 -4
- package/build/stories/profile-modal/index.stories.d.ts +2 -2
- package/build/stories/service-cards/index.stories.d.ts +3 -3
- package/build/stories/slider/index.stories.d.ts +3 -3
- package/build/stories/slider/parts/container.d.ts +10 -5
- package/build/stories/special-cards/index.d.ts +47 -30
- package/build/stories/special-cards/index.stories.d.ts +2 -2
- package/build/stories/special-cards/styled/header.d.ts +38 -21
- package/build/stories/stepper/index.d.ts +32 -21
- package/build/stories/stepper/index.stories.d.ts +3 -3
- package/build/stories/table/index.stories.d.ts +11 -11
- package/build/stories/tabs/index.stories.d.ts +3 -3
- package/build/stories/tags/index.d.ts +28 -20
- package/build/stories/tags/index.stories.d.ts +6 -6
- package/build/stories/theme/colors.stories.d.ts +1 -1
- package/build/stories/theme/palette.stories.d.ts +1 -1
- package/build/stories/tiles/index.stories.d.ts +4 -4
- package/build/stories/timeline/index.d.ts +14 -7
- package/build/stories/timeline/index.stories.d.ts +4 -4
- package/build/stories/title/index.stories.d.ts +2 -2
- package/build/stories/tooltip/index.d.ts +1 -279
- package/build/stories/tooltip/index.stories.d.ts +3 -3
- package/build/stories/tooltip-modal/index.stories.d.ts +2 -2
- package/build/stories/typography/block-quote/index.stories.d.ts +2 -2
- package/build/stories/typography/code/index.stories.d.ts +4 -4
- package/build/stories/typography/ellipsis/index.stories.d.ts +2 -2
- package/build/stories/typography/lists/ordered.stories.d.ts +2 -2
- package/build/stories/typography/lists/unordered.stories.d.ts +2 -2
- package/build/stories/typography/paragraph/index.stories.d.ts +2 -2
- package/build/stories/typography/span/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/anchortag/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/index.d.ts +29 -12
- package/build/stories/typography/typescale/index.stories.d.ts +2 -2
- package/package.json +9 -7
- package/yarn-error.log +13975 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="trusted-types" />
|
|
1
2
|
import { PageHeaderProps } from "./_types";
|
|
2
3
|
import { BreadcrumbArgs } from "../../breadcrumbs/_types";
|
|
3
4
|
import { PropsWithChildren } from "react";
|
|
@@ -13,9 +14,6 @@ declare const PageHeader: {
|
|
|
13
14
|
Breadcrumbs: (props: BreadcrumbArgs) => import("react/jsx-runtime").JSX.Element;
|
|
14
15
|
Main: (props: import("./_types").PageHeaderMainProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
16
|
Overline: import("styled-components").IStyledComponent<"web", {
|
|
16
|
-
isMonospace?: boolean | undefined;
|
|
17
|
-
tag?: any;
|
|
18
|
-
isBold?: boolean | undefined;
|
|
19
17
|
defaultChecked?: boolean | undefined;
|
|
20
18
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
21
19
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -23,15 +21,15 @@ declare const PageHeader: {
|
|
|
23
21
|
accessKey?: string | undefined;
|
|
24
22
|
autoFocus?: boolean | undefined;
|
|
25
23
|
className?: string | undefined;
|
|
26
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
24
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
27
25
|
contextMenu?: string | undefined;
|
|
28
26
|
dir?: string | undefined;
|
|
29
27
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
28
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
30
29
|
hidden?: boolean | undefined;
|
|
31
30
|
id?: string | undefined;
|
|
32
31
|
lang?: string | undefined;
|
|
33
32
|
nonce?: string | undefined;
|
|
34
|
-
placeholder?: string | undefined;
|
|
35
33
|
slot?: string | undefined;
|
|
36
34
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
37
35
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -68,14 +66,18 @@ declare const PageHeader: {
|
|
|
68
66
|
"aria-activedescendant"?: string | undefined;
|
|
69
67
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
70
68
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
69
|
+
"aria-braillelabel"?: string | undefined;
|
|
70
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
71
71
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
72
72
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
73
73
|
"aria-colcount"?: number | undefined;
|
|
74
74
|
"aria-colindex"?: number | undefined;
|
|
75
|
+
"aria-colindextext"?: string | undefined;
|
|
75
76
|
"aria-colspan"?: number | undefined;
|
|
76
77
|
"aria-controls"?: string | undefined;
|
|
77
78
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
78
79
|
"aria-describedby"?: string | undefined;
|
|
80
|
+
"aria-description"?: string | undefined;
|
|
79
81
|
"aria-details"?: string | undefined;
|
|
80
82
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
81
83
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -105,6 +107,7 @@ declare const PageHeader: {
|
|
|
105
107
|
"aria-roledescription"?: string | undefined;
|
|
106
108
|
"aria-rowcount"?: number | undefined;
|
|
107
109
|
"aria-rowindex"?: number | undefined;
|
|
110
|
+
"aria-rowindextext"?: string | undefined;
|
|
108
111
|
"aria-rowspan"?: number | undefined;
|
|
109
112
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
110
113
|
"aria-setsize"?: number | undefined;
|
|
@@ -256,9 +259,7 @@ declare const PageHeader: {
|
|
|
256
259
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
257
260
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
258
261
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
259
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
260
262
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
261
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
262
263
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
263
264
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
264
265
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -279,9 +280,14 @@ declare const PageHeader: {
|
|
|
279
280
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
280
281
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
281
282
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
282
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
283
283
|
key?: import("react").Key | null | undefined;
|
|
284
|
-
|
|
284
|
+
isMonospace?: boolean | undefined;
|
|
285
|
+
tag?: any;
|
|
286
|
+
isBold?: boolean | undefined;
|
|
287
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
288
|
+
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
289
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
290
|
+
}, {
|
|
285
291
|
color?: string | undefined;
|
|
286
292
|
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
287
293
|
Title: import("styled-components").IStyledComponent<"web", {
|
|
@@ -294,15 +300,15 @@ declare const PageHeader: {
|
|
|
294
300
|
accessKey?: string | undefined;
|
|
295
301
|
autoFocus?: boolean | undefined;
|
|
296
302
|
className?: string | undefined;
|
|
297
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
303
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
298
304
|
contextMenu?: string | undefined;
|
|
299
305
|
dir?: string | undefined;
|
|
300
306
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
307
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
301
308
|
hidden?: boolean | undefined;
|
|
302
309
|
id?: string | undefined;
|
|
303
310
|
lang?: string | undefined;
|
|
304
311
|
nonce?: string | undefined;
|
|
305
|
-
placeholder?: string | undefined;
|
|
306
312
|
slot?: string | undefined;
|
|
307
313
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
308
314
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -339,14 +345,18 @@ declare const PageHeader: {
|
|
|
339
345
|
"aria-activedescendant"?: string | undefined;
|
|
340
346
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
341
347
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
348
|
+
"aria-braillelabel"?: string | undefined;
|
|
349
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
342
350
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
343
351
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
344
352
|
"aria-colcount"?: number | undefined;
|
|
345
353
|
"aria-colindex"?: number | undefined;
|
|
354
|
+
"aria-colindextext"?: string | undefined;
|
|
346
355
|
"aria-colspan"?: number | undefined;
|
|
347
356
|
"aria-controls"?: string | undefined;
|
|
348
357
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
349
358
|
"aria-describedby"?: string | undefined;
|
|
359
|
+
"aria-description"?: string | undefined;
|
|
350
360
|
"aria-details"?: string | undefined;
|
|
351
361
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
352
362
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -376,6 +386,7 @@ declare const PageHeader: {
|
|
|
376
386
|
"aria-roledescription"?: string | undefined;
|
|
377
387
|
"aria-rowcount"?: number | undefined;
|
|
378
388
|
"aria-rowindex"?: number | undefined;
|
|
389
|
+
"aria-rowindextext"?: string | undefined;
|
|
379
390
|
"aria-rowspan"?: number | undefined;
|
|
380
391
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
381
392
|
"aria-setsize"?: number | undefined;
|
|
@@ -527,9 +538,7 @@ declare const PageHeader: {
|
|
|
527
538
|
onPointerCancel?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
528
539
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
529
540
|
onPointerEnter?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
530
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
531
541
|
onPointerLeave?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
532
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
533
542
|
onPointerOver?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
534
543
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
535
544
|
onPointerOut?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
@@ -552,9 +561,6 @@ declare const PageHeader: {
|
|
|
552
561
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLHeadingElement> | undefined;
|
|
553
562
|
}>;
|
|
554
563
|
Description: import("styled-components").IStyledComponent<"web", {
|
|
555
|
-
isMonospace?: boolean | undefined;
|
|
556
|
-
tag?: any;
|
|
557
|
-
isBold?: boolean | undefined;
|
|
558
564
|
defaultChecked?: boolean | undefined;
|
|
559
565
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
560
566
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -562,15 +568,15 @@ declare const PageHeader: {
|
|
|
562
568
|
accessKey?: string | undefined;
|
|
563
569
|
autoFocus?: boolean | undefined;
|
|
564
570
|
className?: string | undefined;
|
|
565
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
571
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
566
572
|
contextMenu?: string | undefined;
|
|
567
573
|
dir?: string | undefined;
|
|
568
574
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
575
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
569
576
|
hidden?: boolean | undefined;
|
|
570
577
|
id?: string | undefined;
|
|
571
578
|
lang?: string | undefined;
|
|
572
579
|
nonce?: string | undefined;
|
|
573
|
-
placeholder?: string | undefined;
|
|
574
580
|
slot?: string | undefined;
|
|
575
581
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
576
582
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -607,14 +613,18 @@ declare const PageHeader: {
|
|
|
607
613
|
"aria-activedescendant"?: string | undefined;
|
|
608
614
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
609
615
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
616
|
+
"aria-braillelabel"?: string | undefined;
|
|
617
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
610
618
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
611
619
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
612
620
|
"aria-colcount"?: number | undefined;
|
|
613
621
|
"aria-colindex"?: number | undefined;
|
|
622
|
+
"aria-colindextext"?: string | undefined;
|
|
614
623
|
"aria-colspan"?: number | undefined;
|
|
615
624
|
"aria-controls"?: string | undefined;
|
|
616
625
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
617
626
|
"aria-describedby"?: string | undefined;
|
|
627
|
+
"aria-description"?: string | undefined;
|
|
618
628
|
"aria-details"?: string | undefined;
|
|
619
629
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
620
630
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -644,6 +654,7 @@ declare const PageHeader: {
|
|
|
644
654
|
"aria-roledescription"?: string | undefined;
|
|
645
655
|
"aria-rowcount"?: number | undefined;
|
|
646
656
|
"aria-rowindex"?: number | undefined;
|
|
657
|
+
"aria-rowindextext"?: string | undefined;
|
|
647
658
|
"aria-rowspan"?: number | undefined;
|
|
648
659
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
649
660
|
"aria-setsize"?: number | undefined;
|
|
@@ -795,9 +806,7 @@ declare const PageHeader: {
|
|
|
795
806
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
796
807
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
797
808
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
798
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
799
809
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
800
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
801
810
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
802
811
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
803
812
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -818,9 +827,14 @@ declare const PageHeader: {
|
|
|
818
827
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
819
828
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
820
829
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
821
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
822
830
|
key?: import("react").Key | null | undefined;
|
|
823
|
-
|
|
831
|
+
isMonospace?: boolean | undefined;
|
|
832
|
+
tag?: any;
|
|
833
|
+
isBold?: boolean | undefined;
|
|
834
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
835
|
+
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
836
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
837
|
+
}, {
|
|
824
838
|
color?: string | undefined;
|
|
825
839
|
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
826
840
|
Meta: import("styled-components").IStyledComponent<"web", {
|
|
@@ -833,15 +847,15 @@ declare const PageHeader: {
|
|
|
833
847
|
accessKey?: string | undefined;
|
|
834
848
|
autoFocus?: boolean | undefined;
|
|
835
849
|
className?: string | undefined;
|
|
836
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
850
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
837
851
|
contextMenu?: string | undefined;
|
|
838
852
|
dir?: string | undefined;
|
|
839
853
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
854
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
840
855
|
hidden?: boolean | undefined;
|
|
841
856
|
id?: string | undefined;
|
|
842
857
|
lang?: string | undefined;
|
|
843
858
|
nonce?: string | undefined;
|
|
844
|
-
placeholder?: string | undefined;
|
|
845
859
|
slot?: string | undefined;
|
|
846
860
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
847
861
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -878,14 +892,18 @@ declare const PageHeader: {
|
|
|
878
892
|
"aria-activedescendant"?: string | undefined;
|
|
879
893
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
880
894
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
895
|
+
"aria-braillelabel"?: string | undefined;
|
|
896
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
881
897
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
882
898
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
883
899
|
"aria-colcount"?: number | undefined;
|
|
884
900
|
"aria-colindex"?: number | undefined;
|
|
901
|
+
"aria-colindextext"?: string | undefined;
|
|
885
902
|
"aria-colspan"?: number | undefined;
|
|
886
903
|
"aria-controls"?: string | undefined;
|
|
887
904
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
888
905
|
"aria-describedby"?: string | undefined;
|
|
906
|
+
"aria-description"?: string | undefined;
|
|
889
907
|
"aria-details"?: string | undefined;
|
|
890
908
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
891
909
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -915,6 +933,7 @@ declare const PageHeader: {
|
|
|
915
933
|
"aria-roledescription"?: string | undefined;
|
|
916
934
|
"aria-rowcount"?: number | undefined;
|
|
917
935
|
"aria-rowindex"?: number | undefined;
|
|
936
|
+
"aria-rowindextext"?: string | undefined;
|
|
918
937
|
"aria-rowspan"?: number | undefined;
|
|
919
938
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
920
939
|
"aria-setsize"?: number | undefined;
|
|
@@ -1066,9 +1085,7 @@ declare const PageHeader: {
|
|
|
1066
1085
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1067
1086
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1068
1087
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1069
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1070
1088
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1071
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1072
1089
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1073
1090
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1074
1091
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -6,9 +6,9 @@ interface PageHeaderStoryProps {
|
|
|
6
6
|
};
|
|
7
7
|
pageHeaderMainArgs: PageHeaderMainProps;
|
|
8
8
|
}
|
|
9
|
-
export declare const Complete: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
10
|
-
export declare const CompleteEditable: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
11
|
-
export declare const FirstLevel: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
12
|
-
export declare const SecondThirdLevel: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
13
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
9
|
+
export declare const Complete: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, PageHeaderStoryProps>;
|
|
10
|
+
export declare const CompleteEditable: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, PageHeaderStoryProps>;
|
|
11
|
+
export declare const FirstLevel: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, PageHeaderStoryProps>;
|
|
12
|
+
export declare const SecondThirdLevel: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, PageHeaderStoryProps>;
|
|
13
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("./_types").PageHeaderProps>;
|
|
14
14
|
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
import { PageHeaderMainProps } from "../_types";
|
|
3
5
|
export declare const MainOverline: import("styled-components").IStyledComponent<"web", {
|
|
4
|
-
|
|
5
|
-
tag?: any;
|
|
6
|
-
isBold?: boolean | undefined;
|
|
6
|
+
key?: import("react").Key | null | undefined;
|
|
7
7
|
defaultChecked?: boolean | undefined;
|
|
8
8
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
9
9
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -11,15 +11,15 @@ export declare const MainOverline: import("styled-components").IStyledComponent<
|
|
|
11
11
|
accessKey?: string | undefined;
|
|
12
12
|
autoFocus?: boolean | undefined;
|
|
13
13
|
className?: string | undefined;
|
|
14
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
14
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
15
15
|
contextMenu?: string | undefined;
|
|
16
16
|
dir?: string | undefined;
|
|
17
17
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
18
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
18
19
|
hidden?: boolean | undefined;
|
|
19
20
|
id?: string | undefined;
|
|
20
21
|
lang?: string | undefined;
|
|
21
22
|
nonce?: string | undefined;
|
|
22
|
-
placeholder?: string | undefined;
|
|
23
23
|
slot?: string | undefined;
|
|
24
24
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
25
25
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -56,14 +56,18 @@ export declare const MainOverline: import("styled-components").IStyledComponent<
|
|
|
56
56
|
"aria-activedescendant"?: string | undefined;
|
|
57
57
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
58
58
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
59
|
+
"aria-braillelabel"?: string | undefined;
|
|
60
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
59
61
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
60
62
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
61
63
|
"aria-colcount"?: number | undefined;
|
|
62
64
|
"aria-colindex"?: number | undefined;
|
|
65
|
+
"aria-colindextext"?: string | undefined;
|
|
63
66
|
"aria-colspan"?: number | undefined;
|
|
64
67
|
"aria-controls"?: string | undefined;
|
|
65
68
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
66
69
|
"aria-describedby"?: string | undefined;
|
|
70
|
+
"aria-description"?: string | undefined;
|
|
67
71
|
"aria-details"?: string | undefined;
|
|
68
72
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
69
73
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -93,6 +97,7 @@ export declare const MainOverline: import("styled-components").IStyledComponent<
|
|
|
93
97
|
"aria-roledescription"?: string | undefined;
|
|
94
98
|
"aria-rowcount"?: number | undefined;
|
|
95
99
|
"aria-rowindex"?: number | undefined;
|
|
100
|
+
"aria-rowindextext"?: string | undefined;
|
|
96
101
|
"aria-rowspan"?: number | undefined;
|
|
97
102
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
98
103
|
"aria-setsize"?: number | undefined;
|
|
@@ -244,9 +249,7 @@ export declare const MainOverline: import("styled-components").IStyledComponent<
|
|
|
244
249
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
245
250
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
246
251
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
247
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
248
252
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
249
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
250
253
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
251
254
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
252
255
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -267,9 +270,13 @@ export declare const MainOverline: import("styled-components").IStyledComponent<
|
|
|
267
270
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
268
271
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
269
272
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
+
isMonospace?: boolean | undefined;
|
|
274
|
+
tag?: any;
|
|
275
|
+
isBold?: boolean | undefined;
|
|
276
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
277
|
+
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
278
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
279
|
+
}, {
|
|
273
280
|
color?: string | undefined;
|
|
274
281
|
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
275
282
|
export declare const MainTitle: import("styled-components").IStyledComponent<"web", {
|
|
@@ -282,15 +289,15 @@ export declare const MainTitle: import("styled-components").IStyledComponent<"we
|
|
|
282
289
|
accessKey?: string | undefined;
|
|
283
290
|
autoFocus?: boolean | undefined;
|
|
284
291
|
className?: string | undefined;
|
|
285
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
292
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
286
293
|
contextMenu?: string | undefined;
|
|
287
294
|
dir?: string | undefined;
|
|
288
295
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
296
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
289
297
|
hidden?: boolean | undefined;
|
|
290
298
|
id?: string | undefined;
|
|
291
299
|
lang?: string | undefined;
|
|
292
300
|
nonce?: string | undefined;
|
|
293
|
-
placeholder?: string | undefined;
|
|
294
301
|
slot?: string | undefined;
|
|
295
302
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
296
303
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -327,14 +334,18 @@ export declare const MainTitle: import("styled-components").IStyledComponent<"we
|
|
|
327
334
|
"aria-activedescendant"?: string | undefined;
|
|
328
335
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
329
336
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
337
|
+
"aria-braillelabel"?: string | undefined;
|
|
338
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
330
339
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
331
340
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
332
341
|
"aria-colcount"?: number | undefined;
|
|
333
342
|
"aria-colindex"?: number | undefined;
|
|
343
|
+
"aria-colindextext"?: string | undefined;
|
|
334
344
|
"aria-colspan"?: number | undefined;
|
|
335
345
|
"aria-controls"?: string | undefined;
|
|
336
346
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
337
347
|
"aria-describedby"?: string | undefined;
|
|
348
|
+
"aria-description"?: string | undefined;
|
|
338
349
|
"aria-details"?: string | undefined;
|
|
339
350
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
340
351
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -364,6 +375,7 @@ export declare const MainTitle: import("styled-components").IStyledComponent<"we
|
|
|
364
375
|
"aria-roledescription"?: string | undefined;
|
|
365
376
|
"aria-rowcount"?: number | undefined;
|
|
366
377
|
"aria-rowindex"?: number | undefined;
|
|
378
|
+
"aria-rowindextext"?: string | undefined;
|
|
367
379
|
"aria-rowspan"?: number | undefined;
|
|
368
380
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
369
381
|
"aria-setsize"?: number | undefined;
|
|
@@ -515,9 +527,7 @@ export declare const MainTitle: import("styled-components").IStyledComponent<"we
|
|
|
515
527
|
onPointerCancel?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
516
528
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
517
529
|
onPointerEnter?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
518
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
519
530
|
onPointerLeave?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
520
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
521
531
|
onPointerOver?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
522
532
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
523
533
|
onPointerOut?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
@@ -540,9 +550,7 @@ export declare const MainTitle: import("styled-components").IStyledComponent<"we
|
|
|
540
550
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLHeadingElement> | undefined;
|
|
541
551
|
}>;
|
|
542
552
|
export declare const MainDescription: import("styled-components").IStyledComponent<"web", {
|
|
543
|
-
|
|
544
|
-
tag?: any;
|
|
545
|
-
isBold?: boolean | undefined;
|
|
553
|
+
key?: import("react").Key | null | undefined;
|
|
546
554
|
defaultChecked?: boolean | undefined;
|
|
547
555
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
548
556
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -550,15 +558,15 @@ export declare const MainDescription: import("styled-components").IStyledCompone
|
|
|
550
558
|
accessKey?: string | undefined;
|
|
551
559
|
autoFocus?: boolean | undefined;
|
|
552
560
|
className?: string | undefined;
|
|
553
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
561
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
554
562
|
contextMenu?: string | undefined;
|
|
555
563
|
dir?: string | undefined;
|
|
556
564
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
565
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
557
566
|
hidden?: boolean | undefined;
|
|
558
567
|
id?: string | undefined;
|
|
559
568
|
lang?: string | undefined;
|
|
560
569
|
nonce?: string | undefined;
|
|
561
|
-
placeholder?: string | undefined;
|
|
562
570
|
slot?: string | undefined;
|
|
563
571
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
564
572
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -595,14 +603,18 @@ export declare const MainDescription: import("styled-components").IStyledCompone
|
|
|
595
603
|
"aria-activedescendant"?: string | undefined;
|
|
596
604
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
597
605
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
606
|
+
"aria-braillelabel"?: string | undefined;
|
|
607
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
598
608
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
599
609
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
600
610
|
"aria-colcount"?: number | undefined;
|
|
601
611
|
"aria-colindex"?: number | undefined;
|
|
612
|
+
"aria-colindextext"?: string | undefined;
|
|
602
613
|
"aria-colspan"?: number | undefined;
|
|
603
614
|
"aria-controls"?: string | undefined;
|
|
604
615
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
605
616
|
"aria-describedby"?: string | undefined;
|
|
617
|
+
"aria-description"?: string | undefined;
|
|
606
618
|
"aria-details"?: string | undefined;
|
|
607
619
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
608
620
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -632,6 +644,7 @@ export declare const MainDescription: import("styled-components").IStyledCompone
|
|
|
632
644
|
"aria-roledescription"?: string | undefined;
|
|
633
645
|
"aria-rowcount"?: number | undefined;
|
|
634
646
|
"aria-rowindex"?: number | undefined;
|
|
647
|
+
"aria-rowindextext"?: string | undefined;
|
|
635
648
|
"aria-rowspan"?: number | undefined;
|
|
636
649
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
637
650
|
"aria-setsize"?: number | undefined;
|
|
@@ -783,9 +796,7 @@ export declare const MainDescription: import("styled-components").IStyledCompone
|
|
|
783
796
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
784
797
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
785
798
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
786
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
787
799
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
788
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
789
800
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
790
801
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
791
802
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -806,9 +817,13 @@ export declare const MainDescription: import("styled-components").IStyledCompone
|
|
|
806
817
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
807
818
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
808
819
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
820
|
+
isMonospace?: boolean | undefined;
|
|
821
|
+
tag?: any;
|
|
822
|
+
isBold?: boolean | undefined;
|
|
823
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
824
|
+
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
825
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
826
|
+
}, {
|
|
812
827
|
color?: string | undefined;
|
|
813
828
|
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
814
829
|
export declare const MainMeta: import("styled-components").IStyledComponent<"web", {
|
|
@@ -821,15 +836,15 @@ export declare const MainMeta: import("styled-components").IStyledComponent<"web
|
|
|
821
836
|
accessKey?: string | undefined;
|
|
822
837
|
autoFocus?: boolean | undefined;
|
|
823
838
|
className?: string | undefined;
|
|
824
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
839
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
825
840
|
contextMenu?: string | undefined;
|
|
826
841
|
dir?: string | undefined;
|
|
827
842
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
843
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
828
844
|
hidden?: boolean | undefined;
|
|
829
845
|
id?: string | undefined;
|
|
830
846
|
lang?: string | undefined;
|
|
831
847
|
nonce?: string | undefined;
|
|
832
|
-
placeholder?: string | undefined;
|
|
833
848
|
slot?: string | undefined;
|
|
834
849
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
835
850
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -866,14 +881,18 @@ export declare const MainMeta: import("styled-components").IStyledComponent<"web
|
|
|
866
881
|
"aria-activedescendant"?: string | undefined;
|
|
867
882
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
868
883
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
884
|
+
"aria-braillelabel"?: string | undefined;
|
|
885
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
869
886
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
870
887
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
871
888
|
"aria-colcount"?: number | undefined;
|
|
872
889
|
"aria-colindex"?: number | undefined;
|
|
890
|
+
"aria-colindextext"?: string | undefined;
|
|
873
891
|
"aria-colspan"?: number | undefined;
|
|
874
892
|
"aria-controls"?: string | undefined;
|
|
875
893
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
876
894
|
"aria-describedby"?: string | undefined;
|
|
895
|
+
"aria-description"?: string | undefined;
|
|
877
896
|
"aria-details"?: string | undefined;
|
|
878
897
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
879
898
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -903,6 +922,7 @@ export declare const MainMeta: import("styled-components").IStyledComponent<"web
|
|
|
903
922
|
"aria-roledescription"?: string | undefined;
|
|
904
923
|
"aria-rowcount"?: number | undefined;
|
|
905
924
|
"aria-rowindex"?: number | undefined;
|
|
925
|
+
"aria-rowindextext"?: string | undefined;
|
|
906
926
|
"aria-rowspan"?: number | undefined;
|
|
907
927
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
908
928
|
"aria-setsize"?: number | undefined;
|
|
@@ -1054,9 +1074,7 @@ export declare const MainMeta: import("styled-components").IStyledComponent<"web
|
|
|
1054
1074
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1055
1075
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1056
1076
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1057
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1058
1077
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1059
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1060
1078
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1061
1079
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1062
1080
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -3,7 +3,7 @@ interface NotificationStoryProps {
|
|
|
3
3
|
notificationArgs: NotificationArgs;
|
|
4
4
|
toastProviderArgs: ToastProviderArgs;
|
|
5
5
|
}
|
|
6
|
-
export declare const ToastProvider: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
7
|
-
export declare const Notification: 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 ToastProvider: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, NotificationStoryProps>;
|
|
7
|
+
export declare const Notification: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, NotificationArgs>;
|
|
8
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, NotificationArgs>;
|
|
9
9
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PaginationProps } from "./_types";
|
|
2
|
-
export declare const CursorPagination: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const NumberedPagination: 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 CursorPagination: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, PaginationProps>;
|
|
3
|
+
export declare const NumberedPagination: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, PaginationProps>;
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, PaginationProps>;
|
|
5
5
|
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { PlayerArgs } from "./_types";
|
|
2
2
|
interface PlayerStoryArgs extends PlayerArgs {
|
|
3
3
|
}
|
|
4
|
-
export declare const Basic: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
5
|
-
export declare const AutoPip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
6
|
-
export declare const ButtonPip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
7
|
-
export declare const Streaming: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
8
|
-
export declare const WithBookmarks: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
9
|
-
export declare const WithContext: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
10
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
4
|
+
export declare const Basic: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, PlayerStoryArgs>;
|
|
5
|
+
export declare const AutoPip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, PlayerStoryArgs>;
|
|
6
|
+
export declare const ButtonPip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, PlayerStoryArgs>;
|
|
7
|
+
export declare const Streaming: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, PlayerStoryArgs>;
|
|
8
|
+
export declare const WithBookmarks: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, PlayerStoryArgs>;
|
|
9
|
+
export declare const WithContext: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, PlayerStoryArgs>;
|
|
10
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, PlayerArgs & import("react").RefAttributes<HTMLVideoElement>>;
|
|
11
11
|
export default _default;
|