@appquality/unguess-design-system 3.1.109-attachments → 3.1.110
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/release.yml +7 -0
- package/.github/workflows/storybook.yml +2 -2
- package/CHANGELOG.md +322 -0
- package/build/index.d.ts +11 -10
- package/build/index.js +1640 -728
- package/build/stories/accordions/index.stories.d.ts +5 -5
- package/build/stories/alerts/index.d.ts +12 -7
- package/build/stories/alerts/index.stories.d.ts +2 -2
- package/build/stories/avatar/InternalAvatar.d.ts +2 -0
- package/build/stories/avatar/index.stories.d.ts +4 -4
- package/build/stories/breadcrumbs/index.stories.d.ts +2 -2
- package/build/stories/buttons/anchor/index.stories.d.ts +4 -4
- package/build/stories/buttons/button/index.d.ts +14 -9
- package/build/stories/buttons/button/index.stories.d.ts +6 -7
- package/build/stories/buttons/button-group/index.stories.d.ts +4 -4
- package/build/stories/buttons/icon-button/index.stories.d.ts +5 -5
- package/build/stories/buttons/split-button/index.stories.d.ts +2 -2
- package/build/stories/buttons/utils.d.ts +120 -111
- package/build/stories/campaign-cards/index.stories.d.ts +3 -3
- package/build/stories/cards/container.stories.d.ts +2 -2
- package/build/stories/cards/index.stories.d.ts +3 -3
- package/build/stories/charts/bar/index.stories.d.ts +3 -3
- package/build/stories/charts/bullet/index.stories.d.ts +3 -3
- package/build/stories/charts/halfPie/index.stories.d.ts +2 -2
- package/build/stories/charts/pie/index.stories.d.ts +4 -4
- package/build/stories/charts/sentiment/index.stories.d.ts +3 -3
- package/build/stories/charts/sunburst/index.stories.d.ts +3 -3
- package/build/stories/charts/waffle/index.stories.d.ts +3 -3
- package/build/stories/chat/_types.d.ts +2 -2
- package/build/stories/chat/index.d.ts +8 -4
- package/build/stories/chat/index.stories.d.ts +6 -6
- package/build/stories/chat/parts/ThumbnailContainer/Thumbnail.d.ts +2 -2
- package/build/stories/chat/parts/ThumbnailContainer/index.d.ts +0 -8
- package/build/stories/chat/parts/containers.d.ts +13 -6
- package/build/stories/chat/parts/header.d.ts +10 -5
- package/build/stories/color-swatch/index.stories.d.ts +3 -3
- package/build/stories/drawers/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/autocomplete/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/countermultiselect/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/field/index.d.ts +12 -7
- package/build/stories/dropdowns/menu/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/select/index.d.ts +8 -4
- package/build/stories/dropdowns/select/index.stories.d.ts +3 -4
- package/build/stories/editor/index.stories.d.ts +6 -7
- package/build/stories/forms/checkbox/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/checkbox/index.stories.d.ts +2 -2
- package/build/stories/forms/input/index.d.ts +13 -8
- package/build/stories/forms/input/index.stories.d.ts +5 -5
- package/build/stories/forms/input-toggle/index.d.ts +10 -7
- package/build/stories/forms/input-toggle/index.stories.d.ts +6 -6
- package/build/stories/forms/mediaInput/index.stories.d.ts +5 -5
- package/build/stories/forms/radio/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/radio/index.stories.d.ts +3 -3
- package/build/stories/forms/textarea/index.stories.d.ts +4 -4
- package/build/stories/forms/toggle/index.stories.d.ts +2 -2
- package/build/stories/grid/col/index.stories.d.ts +4 -4
- package/build/stories/grid/grid/index.stories.d.ts +4 -4
- package/build/stories/grid/row/index.stories.d.ts +2 -2
- package/build/stories/highlight/CreateObservationButton.d.ts +19 -0
- package/build/stories/highlight/_types.d.ts +9 -8
- package/build/stories/highlight/demo-parts/data.d.ts +55 -0
- package/build/stories/highlight/demo-parts/sentiment-tag.d.ts +7 -0
- package/build/stories/highlight/demo-parts/transcript-base.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-diarization.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-paragraph.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-sentiment.d.ts +5 -0
- package/build/stories/highlight/index.stories.d.ts +11 -12
- package/build/stories/highlight/searchable.d.ts +1 -2
- package/build/stories/icons/index.stories.d.ts +2 -2
- package/build/stories/info-cards/index.stories.d.ts +3 -3
- package/build/stories/label/index.d.ts +12 -9
- package/build/stories/label/index.stories.d.ts +3 -3
- package/build/stories/lightbox/index.stories.d.ts +2 -2
- package/build/stories/lightbox/parts/body.d.ts +26 -15
- package/build/stories/lightbox/parts/footer.d.ts +11 -6
- package/build/stories/loaders/dots/index.stories.d.ts +2 -2
- package/build/stories/loaders/progress/index.stories.d.ts +2 -2
- package/build/stories/loaders/skeleton/index.stories.d.ts +3 -3
- package/build/stories/loaders/spinner/index.stories.d.ts +2 -2
- package/build/stories/login-form/index.stories.d.ts +3 -3
- package/build/stories/logo/index.stories.d.ts +2 -2
- package/build/stories/modals/fullscreen/index.d.ts +46 -32
- package/build/stories/modals/fullscreen/index.stories.d.ts +2 -2
- package/build/stories/modals/index.d.ts +11 -6
- package/build/stories/modals/index.stories.d.ts +5 -5
- package/build/stories/multiselect/index.stories.d.ts +3 -3
- package/build/stories/navigation/app-header/index.stories.d.ts +3 -3
- package/build/stories/navigation/header/header-item/brandItem.d.ts +12 -7
- package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +3 -1
- package/build/stories/navigation/page-header/index.d.ts +43 -26
- package/build/stories/navigation/page-header/index.stories.d.ts +5 -5
- package/build/stories/navigation/page-header/styled/main.d.ts +46 -28
- package/build/stories/notifications/index.stories.d.ts +3 -3
- package/build/stories/pagination/index.stories.d.ts +3 -3
- package/build/stories/player/_types.d.ts +21 -2
- package/build/stories/player/hooks/usePictureInPicture.d.ts +4 -0
- package/build/stories/player/index.d.ts +7 -2
- package/build/stories/player/index.stories.d.ts +7 -5
- package/build/stories/player/parts/CutStart.d.ts +4 -0
- package/build/stories/player/parts/controlButton.d.ts +294 -0
- package/build/stories/player/parts/controls.d.ts +11 -5
- package/build/stories/player/parts/floatingControls.d.ts +1 -0
- package/build/stories/product-cards/index.stories.d.ts +3 -3
- package/build/stories/profile-modal/_types.d.ts +3 -2
- package/build/stories/profile-modal/components/menuItem.d.ts +9 -4
- package/build/stories/profile-modal/index.stories.d.ts +2 -2
- package/build/stories/profile-modal/items/languageMenuItem.d.ts +2 -1
- package/build/stories/profile-modal/items/settingsMenuItem.d.ts +2 -2
- package/build/stories/service-cards/index.stories.d.ts +3 -3
- package/build/stories/slider/index.stories.d.ts +3 -3
- package/build/stories/slider/parts/container.d.ts +10 -5
- package/build/stories/special-cards/index.d.ts +47 -30
- package/build/stories/special-cards/index.stories.d.ts +2 -2
- package/build/stories/special-cards/styled/header.d.ts +38 -21
- package/build/stories/stepper/index.d.ts +32 -21
- package/build/stories/stepper/index.stories.d.ts +3 -3
- package/build/stories/table/index.stories.d.ts +11 -11
- package/build/stories/tabs/index.stories.d.ts +3 -3
- package/build/stories/tags/index.d.ts +28 -20
- package/build/stories/tags/index.stories.d.ts +6 -6
- package/build/stories/theme/colors.stories.d.ts +20 -0
- package/build/stories/theme/palette.stories.d.ts +1 -1
- package/build/stories/tiles/index.stories.d.ts +4 -4
- package/build/stories/timeline/index.d.ts +14 -7
- package/build/stories/timeline/index.stories.d.ts +4 -4
- package/build/stories/title/index.stories.d.ts +2 -2
- package/build/stories/tooltip/_types.d.ts +1 -0
- package/build/stories/tooltip/index.d.ts +1 -278
- package/build/stories/tooltip/index.stories.d.ts +3 -2
- package/build/stories/tooltip-modal/index.stories.d.ts +2 -2
- package/build/stories/transcript/_data.d.ts +17 -0
- package/build/stories/transcript/extensions/theme/index.d.ts +347 -0
- package/build/stories/transcript/findActiveWord.d.ts +2 -0
- package/build/stories/transcript/floatingMenu.d.ts +8 -0
- package/build/stories/transcript/getParsedContent.d.ts +26 -0
- package/build/stories/transcript/index.d.ts +53 -0
- package/build/stories/transcript/index.stories.d.ts +23 -0
- package/build/stories/transcript/nodes/active/Component.d.ts +6 -0
- package/build/stories/transcript/nodes/active/index.d.ts +4 -0
- package/build/stories/transcript/nodes/observation/Component.d.ts +6 -0
- package/build/stories/transcript/nodes/observation/index.d.ts +2 -0
- package/build/stories/transcript/nodes/paragraph/Component.d.ts +6 -0
- package/build/stories/transcript/nodes/paragraph/index.d.ts +2 -0
- package/build/stories/transcript/nodes/word/Component.d.ts +6 -0
- package/build/stories/transcript/nodes/word/index.d.ts +2 -0
- package/build/stories/transcript/search.d.ts +9 -0
- package/build/stories/transcript/useEditor.d.ts +11 -0
- package/build/stories/typography/block-quote/index.stories.d.ts +2 -2
- package/build/stories/typography/code/index.stories.d.ts +4 -4
- package/build/stories/typography/ellipsis/index.stories.d.ts +2 -2
- package/build/stories/typography/lists/ordered.stories.d.ts +2 -2
- package/build/stories/typography/lists/unordered.stories.d.ts +2 -2
- package/build/stories/typography/paragraph/index.stories.d.ts +2 -2
- package/build/stories/typography/span/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/anchortag/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/index.d.ts +29 -12
- package/build/stories/typography/typescale/index.stories.d.ts +2 -2
- package/package.json +30 -20
- package/yarn-error.log +0 -17994
- /package/build/stories/player/{parts → context}/progressContext.d.ts +0 -0
- /package/build/stories/player/{parts/utils.d.ts → utils.d.ts} +0 -0
|
@@ -3,6 +3,6 @@ interface ModalStoryArgs extends ModalArgs {
|
|
|
3
3
|
breadcrumbs?: any;
|
|
4
4
|
isDanger?: boolean;
|
|
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, ModalStoryArgs>;
|
|
7
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, ModalArgs>;
|
|
8
8
|
export default _default;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
import { Header as ModalHeader, Footer as ModalFooter, Close as ModalClose } from "@zendeskgarden/react-modals";
|
|
3
5
|
import { ModalArgs } from "./_types";
|
|
4
6
|
declare const UgModalBody: import("styled-components").IStyledComponent<"web", {
|
|
7
|
+
style?: import("react").CSSProperties | undefined;
|
|
5
8
|
defaultChecked?: boolean | undefined;
|
|
6
9
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
7
10
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -9,18 +12,17 @@ declare const UgModalBody: import("styled-components").IStyledComponent<"web", {
|
|
|
9
12
|
accessKey?: string | undefined;
|
|
10
13
|
autoFocus?: boolean | undefined;
|
|
11
14
|
className?: string | undefined;
|
|
12
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
15
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
13
16
|
contextMenu?: string | undefined;
|
|
14
17
|
dir?: string | undefined;
|
|
15
18
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
19
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
16
20
|
hidden?: boolean | undefined;
|
|
17
21
|
id?: string | undefined;
|
|
18
22
|
lang?: string | undefined;
|
|
19
23
|
nonce?: string | undefined;
|
|
20
|
-
placeholder?: string | undefined;
|
|
21
24
|
slot?: string | undefined;
|
|
22
25
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
23
|
-
style?: import("react").CSSProperties | undefined;
|
|
24
26
|
tabIndex?: number | undefined;
|
|
25
27
|
title?: string | undefined;
|
|
26
28
|
translate?: "yes" | "no" | undefined;
|
|
@@ -54,14 +56,18 @@ declare const UgModalBody: import("styled-components").IStyledComponent<"web", {
|
|
|
54
56
|
"aria-activedescendant"?: string | undefined;
|
|
55
57
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
56
58
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
59
|
+
"aria-braillelabel"?: string | undefined;
|
|
60
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
57
61
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
58
62
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
59
63
|
"aria-colcount"?: number | undefined;
|
|
60
64
|
"aria-colindex"?: number | undefined;
|
|
65
|
+
"aria-colindextext"?: string | undefined;
|
|
61
66
|
"aria-colspan"?: number | undefined;
|
|
62
67
|
"aria-controls"?: string | undefined;
|
|
63
68
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
64
69
|
"aria-describedby"?: string | undefined;
|
|
70
|
+
"aria-description"?: string | undefined;
|
|
65
71
|
"aria-details"?: string | undefined;
|
|
66
72
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
67
73
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -91,6 +97,7 @@ declare const UgModalBody: import("styled-components").IStyledComponent<"web", {
|
|
|
91
97
|
"aria-roledescription"?: string | undefined;
|
|
92
98
|
"aria-rowcount"?: number | undefined;
|
|
93
99
|
"aria-rowindex"?: number | undefined;
|
|
100
|
+
"aria-rowindextext"?: string | undefined;
|
|
94
101
|
"aria-rowspan"?: number | undefined;
|
|
95
102
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
96
103
|
"aria-setsize"?: number | undefined;
|
|
@@ -242,9 +249,7 @@ declare const UgModalBody: import("styled-components").IStyledComponent<"web", {
|
|
|
242
249
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
243
250
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
244
251
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
245
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
246
252
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
247
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
248
253
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
249
254
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
250
255
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -265,8 +270,8 @@ declare const UgModalBody: import("styled-components").IStyledComponent<"web", {
|
|
|
265
270
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
266
271
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
267
272
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
268
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
269
273
|
key?: import("react").Key | null | undefined;
|
|
274
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
270
275
|
}> & import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
271
276
|
declare const Modal: import("react").ForwardRefExoticComponent<ModalArgs & import("react").RefAttributes<HTMLDivElement>> & {
|
|
272
277
|
Header: typeof ModalHeader;
|
|
@@ -5,9 +5,9 @@ interface ModalStoryArgs extends ModalArgs {
|
|
|
5
5
|
title: string;
|
|
6
6
|
isDanger?: boolean;
|
|
7
7
|
}
|
|
8
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
9
|
-
export declare const Danger: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
10
|
-
export declare const Large: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
11
|
-
export declare const WithCustomContent: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
12
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
8
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ModalStoryArgs>;
|
|
9
|
+
export declare const Danger: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ModalStoryArgs>;
|
|
10
|
+
export declare const Large: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ModalStoryArgs>;
|
|
11
|
+
export declare const WithCustomContent: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ModalStoryArgs>;
|
|
12
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, ModalArgs & import("react").RefAttributes<HTMLDivElement>>;
|
|
13
13
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MultiSelectProps } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const WithTagCreation: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
2
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, MultiSelectProps>;
|
|
3
|
+
export declare const WithTagCreation: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, MultiSelectProps>;
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, MultiSelectProps>;
|
|
5
5
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AppHeaderArgs } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const MultipleWorkspaces: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
2
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, AppHeaderArgs>;
|
|
3
|
+
export declare const MultipleWorkspaces: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, AppHeaderArgs>;
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, AppHeaderArgs>;
|
|
5
5
|
export default _default;
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
import { BrandItemArgs } from "./_types";
|
|
3
5
|
export declare const LogoIconContainer: import("styled-components").IStyledComponent<"web", {
|
|
6
|
+
form?: string | undefined;
|
|
7
|
+
style?: import("react").CSSProperties | undefined;
|
|
4
8
|
maxX?: boolean | undefined;
|
|
5
9
|
maxY?: boolean | undefined;
|
|
6
10
|
isRound?: boolean | undefined;
|
|
7
11
|
product?: "chat" | "connect" | "explore" | "guide" | "message" | "support" | "talk" | undefined;
|
|
8
12
|
hasLogo?: boolean | undefined;
|
|
9
13
|
disabled?: boolean | undefined;
|
|
10
|
-
form?: string | undefined;
|
|
11
14
|
formAction?: string | undefined;
|
|
12
15
|
formEncType?: string | undefined;
|
|
13
16
|
formMethod?: string | undefined;
|
|
@@ -23,18 +26,17 @@ export declare const LogoIconContainer: import("styled-components").IStyledCompo
|
|
|
23
26
|
accessKey?: string | undefined;
|
|
24
27
|
autoFocus?: boolean | undefined;
|
|
25
28
|
className?: string | undefined;
|
|
26
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
29
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
27
30
|
contextMenu?: string | undefined;
|
|
28
31
|
dir?: string | undefined;
|
|
29
32
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
33
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
30
34
|
hidden?: boolean | undefined;
|
|
31
35
|
id?: string | undefined;
|
|
32
36
|
lang?: string | undefined;
|
|
33
37
|
nonce?: string | undefined;
|
|
34
|
-
placeholder?: string | undefined;
|
|
35
38
|
slot?: string | undefined;
|
|
36
39
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
37
|
-
style?: import("react").CSSProperties | undefined;
|
|
38
40
|
tabIndex?: number | undefined;
|
|
39
41
|
title?: string | undefined;
|
|
40
42
|
translate?: "yes" | "no" | undefined;
|
|
@@ -68,14 +70,18 @@ export declare const LogoIconContainer: import("styled-components").IStyledCompo
|
|
|
68
70
|
"aria-activedescendant"?: string | undefined;
|
|
69
71
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
70
72
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
73
|
+
"aria-braillelabel"?: string | undefined;
|
|
74
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
71
75
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
72
76
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
73
77
|
"aria-colcount"?: number | undefined;
|
|
74
78
|
"aria-colindex"?: number | undefined;
|
|
79
|
+
"aria-colindextext"?: string | undefined;
|
|
75
80
|
"aria-colspan"?: number | undefined;
|
|
76
81
|
"aria-controls"?: string | undefined;
|
|
77
82
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
78
83
|
"aria-describedby"?: string | undefined;
|
|
84
|
+
"aria-description"?: string | undefined;
|
|
79
85
|
"aria-details"?: string | undefined;
|
|
80
86
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
81
87
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -105,6 +111,7 @@ export declare const LogoIconContainer: import("styled-components").IStyledCompo
|
|
|
105
111
|
"aria-roledescription"?: string | undefined;
|
|
106
112
|
"aria-rowcount"?: number | undefined;
|
|
107
113
|
"aria-rowindex"?: number | undefined;
|
|
114
|
+
"aria-rowindextext"?: string | undefined;
|
|
108
115
|
"aria-rowspan"?: number | undefined;
|
|
109
116
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
110
117
|
"aria-setsize"?: number | undefined;
|
|
@@ -256,9 +263,7 @@ export declare const LogoIconContainer: import("styled-components").IStyledCompo
|
|
|
256
263
|
onPointerCancel?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
257
264
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
258
265
|
onPointerEnter?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
259
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
260
266
|
onPointerLeave?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
261
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
262
267
|
onPointerOver?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
263
268
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
264
269
|
onPointerOut?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -279,8 +284,8 @@ export declare const LogoIconContainer: import("styled-components").IStyledCompo
|
|
|
279
284
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
280
285
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
281
286
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
282
|
-
ref?: import("react").Ref<HTMLButtonElement> | undefined;
|
|
283
287
|
key?: import("react").Key | null | undefined;
|
|
288
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
284
289
|
}> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-chrome").IHeaderItemProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
285
290
|
declare const BrandItem: (props: BrandItemArgs) => import("react/jsx-runtime").JSX.Element;
|
|
286
291
|
export { BrandItem };
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { AccordionArgs } from "../../../accordions/_types";
|
|
3
3
|
import { NavItemArgs } from "./_types";
|
|
4
|
-
declare const NavAccordionItem: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<AccordionArgs & import("react").RefAttributes<HTMLDivElement>,
|
|
4
|
+
declare const NavAccordionItem: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<AccordionArgs & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
5
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
6
|
+
}, AccordionArgs & NavItemArgs>> & import("react").ForwardRefExoticComponent<AccordionArgs & import("react").RefAttributes<HTMLDivElement>> & {
|
|
5
7
|
Section: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
8
|
Header: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
9
|
Label: import("react").ForwardRefExoticComponent<import("react").ButtonHTMLAttributes<HTMLButtonElement> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
@@ -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;
|