@appquality/unguess-design-system 3.1.91-beta-attachments → 3.1.91-highlight
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +481 -0
- package/build/index.d.ts +12 -10
- package/build/index.js +1980 -1022
- package/build/stories/accordions/index.stories.d.ts +5 -5
- package/build/stories/alerts/index.d.ts +9 -7
- package/build/stories/alerts/index.stories.d.ts +2 -2
- package/build/stories/avatar/InternalAvatar.d.ts +2 -0
- package/build/stories/avatar/index.stories.d.ts +4 -4
- package/build/stories/breadcrumbs/index.stories.d.ts +2 -2
- package/build/stories/buttons/anchor/index.stories.d.ts +4 -4
- package/build/stories/buttons/button/index.d.ts +11 -9
- package/build/stories/buttons/button/index.stories.d.ts +6 -6
- package/build/stories/buttons/button-group/index.stories.d.ts +4 -4
- package/build/stories/buttons/icon-button/index.stories.d.ts +5 -5
- package/build/stories/buttons/split-button/index.stories.d.ts +2 -2
- package/build/stories/buttons/utils.d.ts +96 -90
- package/build/stories/campaign-cards/index.stories.d.ts +3 -3
- package/build/stories/cards/container.stories.d.ts +2 -2
- package/build/stories/cards/index.stories.d.ts +3 -3
- package/build/stories/charts/bar/index.stories.d.ts +3 -3
- package/build/stories/charts/bullet/index.stories.d.ts +3 -3
- package/build/stories/charts/halfPie/index.stories.d.ts +2 -2
- package/build/stories/charts/pie/index.stories.d.ts +4 -4
- package/build/stories/charts/sentiment/index.stories.d.ts +3 -3
- package/build/stories/charts/sunburst/index.stories.d.ts +3 -3
- package/build/stories/charts/waffle/index.stories.d.ts +3 -3
- package/build/stories/chat/_types.d.ts +7 -4
- package/build/stories/chat/context/chatContext.d.ts +8 -6
- package/build/stories/chat/hooks/useMedia.d.ts +8 -0
- package/build/stories/chat/index.d.ts +6 -4
- package/build/stories/chat/index.stories.d.ts +9 -10
- package/build/stories/chat/parts/MediaLightbox.d.ts +14 -0
- package/build/stories/chat/parts/ThumbnailContainer/Thumbnail.d.ts +11 -0
- package/build/stories/chat/parts/ThumbnailContainer/index.d.ts +1 -8
- package/build/stories/chat/parts/comment.d.ts +2 -7
- package/build/stories/chat/parts/containers.d.ts +11 -7
- package/build/stories/chat/parts/header.d.ts +6 -4
- package/build/stories/color-swatch/index.stories.d.ts +3 -3
- package/build/stories/drawers/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/autocomplete/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/countermultiselect/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/field/index.d.ts +8 -6
- package/build/stories/dropdowns/menu/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/select/index.d.ts +6 -4
- package/build/stories/dropdowns/select/index.stories.d.ts +3 -3
- package/build/stories/editor/index.stories.d.ts +6 -6
- package/build/stories/editorWithHighlight/_data.d.ts +17 -0
- package/build/stories/editorWithHighlight/floatingMenu.d.ts +5 -0
- package/build/stories/editorWithHighlight/index.d.ts +32 -0
- package/build/stories/editorWithHighlight/index.stories.d.ts +7 -0
- package/build/stories/editorWithHighlight/nodes/active.d.ts +4 -0
- package/build/stories/editorWithHighlight/nodes/observation/Component.d.ts +6 -0
- package/build/stories/editorWithHighlight/nodes/observation/index.d.ts +2 -0
- package/build/stories/editorWithHighlight/nodes/paragraph/Component.d.ts +6 -0
- package/build/stories/editorWithHighlight/nodes/paragraph/index.d.ts +2 -0
- package/build/stories/editorWithHighlight/nodes/word.d.ts +2 -0
- package/build/stories/editorWithHighlight/search.d.ts +8 -0
- package/build/stories/editorWithHighlight/useEditor.d.ts +14 -0
- package/build/stories/forms/checkbox/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/checkbox/index.stories.d.ts +2 -2
- package/build/stories/forms/input/index.d.ts +10 -8
- package/build/stories/forms/input/index.stories.d.ts +5 -5
- package/build/stories/forms/input-toggle/index.d.ts +6 -4
- package/build/stories/forms/input-toggle/index.stories.d.ts +6 -6
- package/build/stories/forms/mediaInput/index.stories.d.ts +5 -5
- package/build/stories/forms/radio/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/radio/index.stories.d.ts +3 -3
- package/build/stories/forms/textarea/index.stories.d.ts +4 -4
- package/build/stories/forms/toggle/index.stories.d.ts +2 -2
- package/build/stories/grid/col/index.stories.d.ts +4 -4
- package/build/stories/grid/grid/index.stories.d.ts +4 -4
- package/build/stories/grid/row/index.stories.d.ts +2 -2
- package/build/stories/highlight/CreateObservationButton.d.ts +19 -0
- package/build/stories/highlight/_types.d.ts +39 -0
- package/build/stories/highlight/demo-parts/data.d.ts +55 -0
- package/build/stories/highlight/demo-parts/sentiment-tag.d.ts +7 -0
- package/build/stories/highlight/demo-parts/transcript-base.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-diarization.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-paragraph.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-sentiment.d.ts +5 -0
- package/build/stories/highlight/highlightContext.d.ts +10 -0
- package/build/stories/highlight/index.d.ts +10 -0
- package/build/stories/highlight/index.stories.d.ts +18 -0
- package/build/stories/highlight/searchable.d.ts +3 -0
- package/build/stories/icons/index.stories.d.ts +2 -2
- package/build/stories/info-cards/index.stories.d.ts +3 -3
- package/build/stories/label/index.d.ts +9 -7
- package/build/stories/label/index.stories.d.ts +3 -3
- package/build/stories/lightbox/index.stories.d.ts +2 -2
- package/build/stories/lightbox/parts/body.d.ts +18 -12
- package/build/stories/lightbox/parts/footer.d.ts +7 -5
- package/build/stories/loaders/dots/index.stories.d.ts +2 -2
- package/build/stories/loaders/progress/index.stories.d.ts +2 -2
- package/build/stories/loaders/skeleton/index.stories.d.ts +3 -3
- package/build/stories/loaders/spinner/index.stories.d.ts +2 -2
- package/build/stories/login-form/index.stories.d.ts +3 -3
- package/build/stories/logo/index.stories.d.ts +2 -2
- package/build/stories/modals/fullscreen/index.d.ts +40 -32
- package/build/stories/modals/fullscreen/index.stories.d.ts +2 -2
- package/build/stories/modals/index.d.ts +8 -6
- package/build/stories/modals/index.stories.d.ts +5 -5
- package/build/stories/multiselect/index.stories.d.ts +3 -3
- package/build/stories/navigation/app-header/index.stories.d.ts +3 -3
- package/build/stories/navigation/header/header-item/brandItem.d.ts +9 -7
- package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +3 -1
- package/build/stories/navigation/page-header/index.d.ts +38 -26
- package/build/stories/navigation/page-header/index.stories.d.ts +5 -5
- package/build/stories/navigation/page-header/styled/main.d.ts +40 -28
- package/build/stories/notifications/index.stories.d.ts +3 -3
- package/build/stories/pagination/index.stories.d.ts +3 -3
- package/build/stories/player/_types.d.ts +38 -1
- package/build/stories/player/context/progressContext.d.ts +16 -0
- package/build/stories/player/hooks/usePictureInPicture.d.ts +4 -0
- package/build/stories/player/index.d.ts +7 -2
- package/build/stories/player/index.stories.d.ts +7 -5
- package/build/stories/player/parts/CutStart.d.ts +4 -0
- package/build/stories/player/parts/bookmark.d.ts +2 -0
- package/build/stories/player/parts/controlButton.d.ts +291 -0
- package/build/stories/player/parts/controls.d.ts +14 -6
- package/build/stories/player/parts/controlsCenterGroup.d.ts +2 -1
- package/build/stories/player/parts/cutterButton.d.ts +6 -0
- package/build/stories/player/parts/floatingControls.d.ts +1 -0
- package/build/stories/player/parts/progress.d.ts +11 -0
- package/build/stories/player/parts/timeLabel.d.ts +2 -2
- package/build/stories/product-cards/index.stories.d.ts +3 -3
- package/build/stories/profile-modal/components/menuItem.d.ts +6 -4
- package/build/stories/profile-modal/index.stories.d.ts +2 -2
- package/build/stories/service-cards/index.stories.d.ts +3 -3
- package/build/stories/slider/index.stories.d.ts +3 -3
- package/build/stories/slider/parts/container.d.ts +6 -4
- package/build/stories/special-cards/index.d.ts +42 -30
- package/build/stories/special-cards/index.stories.d.ts +2 -2
- package/build/stories/special-cards/styled/header.d.ts +33 -21
- package/build/stories/stepper/index.d.ts +27 -21
- package/build/stories/stepper/index.stories.d.ts +3 -3
- package/build/stories/table/index.stories.d.ts +11 -11
- package/build/stories/tabs/index.stories.d.ts +3 -3
- package/build/stories/tags/index.d.ts +24 -20
- package/build/stories/tags/index.stories.d.ts +6 -6
- package/build/stories/theme/palette.stories.d.ts +1 -1
- package/build/stories/tiles/index.stories.d.ts +4 -4
- package/build/stories/timeline/index.d.ts +11 -7
- package/build/stories/timeline/index.stories.d.ts +4 -4
- package/build/stories/title/index.stories.d.ts +2 -2
- package/build/stories/tooltip/_types.d.ts +1 -0
- package/build/stories/tooltip/index.d.ts +8 -5
- package/build/stories/tooltip/index.stories.d.ts +3 -2
- package/build/stories/tooltip-modal/index.stories.d.ts +2 -2
- package/build/stories/typography/block-quote/index.stories.d.ts +2 -2
- package/build/stories/typography/code/index.stories.d.ts +4 -4
- package/build/stories/typography/ellipsis/index.stories.d.ts +2 -2
- package/build/stories/typography/lists/ordered.stories.d.ts +2 -2
- package/build/stories/typography/lists/unordered.stories.d.ts +2 -2
- package/build/stories/typography/paragraph/index.stories.d.ts +2 -2
- package/build/stories/typography/span/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/anchortag/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/index.d.ts +26 -12
- package/build/stories/typography/typescale/index.stories.d.ts +2 -2
- package/package.json +20 -13
- package/yarn-error.log +13975 -0
- package/.vscode/settings.json +0 -3
- package/build/stories/chat/parts/ThumbnailContainer/ImageThumbnail.d.ts +0 -11
- package/build/stories/chat/parts/ThumbnailContainer/VideoThumbnail.d.ts +0 -11
- /package/build/stories/player/{parts/utils.d.ts → utils.d.ts} +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
import { Header as ModalHeader, Footer as ModalFooter, Close as ModalClose } from "@zendeskgarden/react-modals";
|
|
3
3
|
import { ModalArgs } from "./_types";
|
|
4
4
|
declare const UgModalBody: import("styled-components").IStyledComponent<"web", {
|
|
5
|
+
style?: import("react").CSSProperties | undefined;
|
|
5
6
|
defaultChecked?: boolean | undefined;
|
|
6
7
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
7
8
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -9,7 +10,7 @@ declare const UgModalBody: import("styled-components").IStyledComponent<"web", {
|
|
|
9
10
|
accessKey?: string | undefined;
|
|
10
11
|
autoFocus?: boolean | undefined;
|
|
11
12
|
className?: string | undefined;
|
|
12
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
13
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
13
14
|
contextMenu?: string | undefined;
|
|
14
15
|
dir?: string | undefined;
|
|
15
16
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -17,10 +18,8 @@ declare const UgModalBody: import("styled-components").IStyledComponent<"web", {
|
|
|
17
18
|
id?: string | undefined;
|
|
18
19
|
lang?: string | undefined;
|
|
19
20
|
nonce?: string | undefined;
|
|
20
|
-
placeholder?: string | undefined;
|
|
21
21
|
slot?: string | undefined;
|
|
22
22
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
23
|
-
style?: import("react").CSSProperties | undefined;
|
|
24
23
|
tabIndex?: number | undefined;
|
|
25
24
|
title?: string | undefined;
|
|
26
25
|
translate?: "yes" | "no" | undefined;
|
|
@@ -54,14 +53,18 @@ declare const UgModalBody: import("styled-components").IStyledComponent<"web", {
|
|
|
54
53
|
"aria-activedescendant"?: string | undefined;
|
|
55
54
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
56
55
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
56
|
+
"aria-braillelabel"?: string | undefined;
|
|
57
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
57
58
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
58
59
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
59
60
|
"aria-colcount"?: number | undefined;
|
|
60
61
|
"aria-colindex"?: number | undefined;
|
|
62
|
+
"aria-colindextext"?: string | undefined;
|
|
61
63
|
"aria-colspan"?: number | undefined;
|
|
62
64
|
"aria-controls"?: string | undefined;
|
|
63
65
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
64
66
|
"aria-describedby"?: string | undefined;
|
|
67
|
+
"aria-description"?: string | undefined;
|
|
65
68
|
"aria-details"?: string | undefined;
|
|
66
69
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
67
70
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -91,6 +94,7 @@ declare const UgModalBody: import("styled-components").IStyledComponent<"web", {
|
|
|
91
94
|
"aria-roledescription"?: string | undefined;
|
|
92
95
|
"aria-rowcount"?: number | undefined;
|
|
93
96
|
"aria-rowindex"?: number | undefined;
|
|
97
|
+
"aria-rowindextext"?: string | undefined;
|
|
94
98
|
"aria-rowspan"?: number | undefined;
|
|
95
99
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
96
100
|
"aria-setsize"?: number | undefined;
|
|
@@ -242,9 +246,7 @@ declare const UgModalBody: import("styled-components").IStyledComponent<"web", {
|
|
|
242
246
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
243
247
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
244
248
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
245
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
246
249
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
247
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
248
250
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
249
251
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
250
252
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -265,8 +267,8 @@ declare const UgModalBody: import("styled-components").IStyledComponent<"web", {
|
|
|
265
267
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
266
268
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
267
269
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
268
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
269
270
|
key?: import("react").Key | null | undefined;
|
|
271
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
270
272
|
}> & import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
271
273
|
declare const Modal: import("react").ForwardRefExoticComponent<ModalArgs & import("react").RefAttributes<HTMLDivElement>> & {
|
|
272
274
|
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,14 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { BrandItemArgs } from "./_types";
|
|
3
3
|
export declare const LogoIconContainer: import("styled-components").IStyledComponent<"web", {
|
|
4
|
+
form?: string | undefined;
|
|
5
|
+
style?: import("react").CSSProperties | undefined;
|
|
4
6
|
maxX?: boolean | undefined;
|
|
5
7
|
maxY?: boolean | undefined;
|
|
6
8
|
isRound?: boolean | undefined;
|
|
7
9
|
product?: "chat" | "connect" | "explore" | "guide" | "message" | "support" | "talk" | undefined;
|
|
8
10
|
hasLogo?: boolean | undefined;
|
|
9
11
|
disabled?: boolean | undefined;
|
|
10
|
-
form?: string | undefined;
|
|
11
12
|
formAction?: string | undefined;
|
|
12
13
|
formEncType?: string | undefined;
|
|
13
14
|
formMethod?: string | undefined;
|
|
@@ -23,7 +24,7 @@ export declare const LogoIconContainer: import("styled-components").IStyledCompo
|
|
|
23
24
|
accessKey?: string | undefined;
|
|
24
25
|
autoFocus?: boolean | undefined;
|
|
25
26
|
className?: string | undefined;
|
|
26
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
27
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
27
28
|
contextMenu?: string | undefined;
|
|
28
29
|
dir?: string | undefined;
|
|
29
30
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -31,10 +32,8 @@ export declare const LogoIconContainer: import("styled-components").IStyledCompo
|
|
|
31
32
|
id?: string | undefined;
|
|
32
33
|
lang?: string | undefined;
|
|
33
34
|
nonce?: string | undefined;
|
|
34
|
-
placeholder?: string | undefined;
|
|
35
35
|
slot?: string | undefined;
|
|
36
36
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
37
|
-
style?: import("react").CSSProperties | undefined;
|
|
38
37
|
tabIndex?: number | undefined;
|
|
39
38
|
title?: string | undefined;
|
|
40
39
|
translate?: "yes" | "no" | undefined;
|
|
@@ -68,14 +67,18 @@ export declare const LogoIconContainer: import("styled-components").IStyledCompo
|
|
|
68
67
|
"aria-activedescendant"?: string | undefined;
|
|
69
68
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
70
69
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
70
|
+
"aria-braillelabel"?: string | undefined;
|
|
71
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
71
72
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
72
73
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
73
74
|
"aria-colcount"?: number | undefined;
|
|
74
75
|
"aria-colindex"?: number | undefined;
|
|
76
|
+
"aria-colindextext"?: string | undefined;
|
|
75
77
|
"aria-colspan"?: number | undefined;
|
|
76
78
|
"aria-controls"?: string | undefined;
|
|
77
79
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
78
80
|
"aria-describedby"?: string | undefined;
|
|
81
|
+
"aria-description"?: string | undefined;
|
|
79
82
|
"aria-details"?: string | undefined;
|
|
80
83
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
81
84
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -105,6 +108,7 @@ export declare const LogoIconContainer: import("styled-components").IStyledCompo
|
|
|
105
108
|
"aria-roledescription"?: string | undefined;
|
|
106
109
|
"aria-rowcount"?: number | undefined;
|
|
107
110
|
"aria-rowindex"?: number | undefined;
|
|
111
|
+
"aria-rowindextext"?: string | undefined;
|
|
108
112
|
"aria-rowspan"?: number | undefined;
|
|
109
113
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
110
114
|
"aria-setsize"?: number | undefined;
|
|
@@ -256,9 +260,7 @@ export declare const LogoIconContainer: import("styled-components").IStyledCompo
|
|
|
256
260
|
onPointerCancel?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
257
261
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
258
262
|
onPointerEnter?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
259
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
260
263
|
onPointerLeave?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
261
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
262
264
|
onPointerOver?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
263
265
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
264
266
|
onPointerOut?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -279,8 +281,8 @@ export declare const LogoIconContainer: import("styled-components").IStyledCompo
|
|
|
279
281
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
280
282
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
281
283
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
282
|
-
ref?: import("react").Ref<HTMLButtonElement> | undefined;
|
|
283
284
|
key?: import("react").Key | null | undefined;
|
|
285
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
284
286
|
}> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-chrome").IHeaderItemProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
285
287
|
declare const BrandItem: (props: BrandItemArgs) => import("react/jsx-runtime").JSX.Element;
|
|
286
288
|
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>>;
|
|
@@ -13,9 +13,6 @@ declare const PageHeader: {
|
|
|
13
13
|
Breadcrumbs: (props: BreadcrumbArgs) => import("react/jsx-runtime").JSX.Element;
|
|
14
14
|
Main: (props: import("./_types").PageHeaderMainProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
Overline: import("styled-components").IStyledComponent<"web", {
|
|
16
|
-
isMonospace?: boolean | undefined;
|
|
17
|
-
tag?: any;
|
|
18
|
-
isBold?: boolean | undefined;
|
|
19
16
|
defaultChecked?: boolean | undefined;
|
|
20
17
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
21
18
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -23,7 +20,7 @@ declare const PageHeader: {
|
|
|
23
20
|
accessKey?: string | undefined;
|
|
24
21
|
autoFocus?: boolean | undefined;
|
|
25
22
|
className?: string | undefined;
|
|
26
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
23
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
27
24
|
contextMenu?: string | undefined;
|
|
28
25
|
dir?: string | undefined;
|
|
29
26
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -31,7 +28,6 @@ declare const PageHeader: {
|
|
|
31
28
|
id?: string | undefined;
|
|
32
29
|
lang?: string | undefined;
|
|
33
30
|
nonce?: string | undefined;
|
|
34
|
-
placeholder?: string | undefined;
|
|
35
31
|
slot?: string | undefined;
|
|
36
32
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
37
33
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -68,14 +64,18 @@ declare const PageHeader: {
|
|
|
68
64
|
"aria-activedescendant"?: string | undefined;
|
|
69
65
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
70
66
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
67
|
+
"aria-braillelabel"?: string | undefined;
|
|
68
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
71
69
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
72
70
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
73
71
|
"aria-colcount"?: number | undefined;
|
|
74
72
|
"aria-colindex"?: number | undefined;
|
|
73
|
+
"aria-colindextext"?: string | undefined;
|
|
75
74
|
"aria-colspan"?: number | undefined;
|
|
76
75
|
"aria-controls"?: string | undefined;
|
|
77
76
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
78
77
|
"aria-describedby"?: string | undefined;
|
|
78
|
+
"aria-description"?: string | undefined;
|
|
79
79
|
"aria-details"?: string | undefined;
|
|
80
80
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
81
81
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -105,6 +105,7 @@ declare const PageHeader: {
|
|
|
105
105
|
"aria-roledescription"?: string | undefined;
|
|
106
106
|
"aria-rowcount"?: number | undefined;
|
|
107
107
|
"aria-rowindex"?: number | undefined;
|
|
108
|
+
"aria-rowindextext"?: string | undefined;
|
|
108
109
|
"aria-rowspan"?: number | undefined;
|
|
109
110
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
110
111
|
"aria-setsize"?: number | undefined;
|
|
@@ -256,9 +257,7 @@ declare const PageHeader: {
|
|
|
256
257
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
257
258
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
258
259
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
259
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
260
260
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
261
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
262
261
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
263
262
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
264
263
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -279,9 +278,14 @@ declare const PageHeader: {
|
|
|
279
278
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
280
279
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
281
280
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
282
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
283
281
|
key?: import("react").Key | null | undefined;
|
|
284
|
-
|
|
282
|
+
isMonospace?: boolean | undefined;
|
|
283
|
+
tag?: any;
|
|
284
|
+
isBold?: boolean | undefined;
|
|
285
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
286
|
+
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
287
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
288
|
+
}, {
|
|
285
289
|
color?: string | undefined;
|
|
286
290
|
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
287
291
|
Title: import("styled-components").IStyledComponent<"web", {
|
|
@@ -294,7 +298,7 @@ declare const PageHeader: {
|
|
|
294
298
|
accessKey?: string | undefined;
|
|
295
299
|
autoFocus?: boolean | undefined;
|
|
296
300
|
className?: string | undefined;
|
|
297
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
301
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
298
302
|
contextMenu?: string | undefined;
|
|
299
303
|
dir?: string | undefined;
|
|
300
304
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -302,7 +306,6 @@ declare const PageHeader: {
|
|
|
302
306
|
id?: string | undefined;
|
|
303
307
|
lang?: string | undefined;
|
|
304
308
|
nonce?: string | undefined;
|
|
305
|
-
placeholder?: string | undefined;
|
|
306
309
|
slot?: string | undefined;
|
|
307
310
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
308
311
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -339,14 +342,18 @@ declare const PageHeader: {
|
|
|
339
342
|
"aria-activedescendant"?: string | undefined;
|
|
340
343
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
341
344
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
345
|
+
"aria-braillelabel"?: string | undefined;
|
|
346
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
342
347
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
343
348
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
344
349
|
"aria-colcount"?: number | undefined;
|
|
345
350
|
"aria-colindex"?: number | undefined;
|
|
351
|
+
"aria-colindextext"?: string | undefined;
|
|
346
352
|
"aria-colspan"?: number | undefined;
|
|
347
353
|
"aria-controls"?: string | undefined;
|
|
348
354
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
349
355
|
"aria-describedby"?: string | undefined;
|
|
356
|
+
"aria-description"?: string | undefined;
|
|
350
357
|
"aria-details"?: string | undefined;
|
|
351
358
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
352
359
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -376,6 +383,7 @@ declare const PageHeader: {
|
|
|
376
383
|
"aria-roledescription"?: string | undefined;
|
|
377
384
|
"aria-rowcount"?: number | undefined;
|
|
378
385
|
"aria-rowindex"?: number | undefined;
|
|
386
|
+
"aria-rowindextext"?: string | undefined;
|
|
379
387
|
"aria-rowspan"?: number | undefined;
|
|
380
388
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
381
389
|
"aria-setsize"?: number | undefined;
|
|
@@ -527,9 +535,7 @@ declare const PageHeader: {
|
|
|
527
535
|
onPointerCancel?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
528
536
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
529
537
|
onPointerEnter?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
530
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
531
538
|
onPointerLeave?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
532
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
533
539
|
onPointerOver?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
534
540
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
535
541
|
onPointerOut?: import("react").PointerEventHandler<HTMLHeadingElement> | undefined;
|
|
@@ -552,9 +558,6 @@ declare const PageHeader: {
|
|
|
552
558
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLHeadingElement> | undefined;
|
|
553
559
|
}>;
|
|
554
560
|
Description: import("styled-components").IStyledComponent<"web", {
|
|
555
|
-
isMonospace?: boolean | undefined;
|
|
556
|
-
tag?: any;
|
|
557
|
-
isBold?: boolean | undefined;
|
|
558
561
|
defaultChecked?: boolean | undefined;
|
|
559
562
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
560
563
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -562,7 +565,7 @@ declare const PageHeader: {
|
|
|
562
565
|
accessKey?: string | undefined;
|
|
563
566
|
autoFocus?: boolean | undefined;
|
|
564
567
|
className?: string | undefined;
|
|
565
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
568
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
566
569
|
contextMenu?: string | undefined;
|
|
567
570
|
dir?: string | undefined;
|
|
568
571
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -570,7 +573,6 @@ declare const PageHeader: {
|
|
|
570
573
|
id?: string | undefined;
|
|
571
574
|
lang?: string | undefined;
|
|
572
575
|
nonce?: string | undefined;
|
|
573
|
-
placeholder?: string | undefined;
|
|
574
576
|
slot?: string | undefined;
|
|
575
577
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
576
578
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -607,14 +609,18 @@ declare const PageHeader: {
|
|
|
607
609
|
"aria-activedescendant"?: string | undefined;
|
|
608
610
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
609
611
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
612
|
+
"aria-braillelabel"?: string | undefined;
|
|
613
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
610
614
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
611
615
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
612
616
|
"aria-colcount"?: number | undefined;
|
|
613
617
|
"aria-colindex"?: number | undefined;
|
|
618
|
+
"aria-colindextext"?: string | undefined;
|
|
614
619
|
"aria-colspan"?: number | undefined;
|
|
615
620
|
"aria-controls"?: string | undefined;
|
|
616
621
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
617
622
|
"aria-describedby"?: string | undefined;
|
|
623
|
+
"aria-description"?: string | undefined;
|
|
618
624
|
"aria-details"?: string | undefined;
|
|
619
625
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
620
626
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -644,6 +650,7 @@ declare const PageHeader: {
|
|
|
644
650
|
"aria-roledescription"?: string | undefined;
|
|
645
651
|
"aria-rowcount"?: number | undefined;
|
|
646
652
|
"aria-rowindex"?: number | undefined;
|
|
653
|
+
"aria-rowindextext"?: string | undefined;
|
|
647
654
|
"aria-rowspan"?: number | undefined;
|
|
648
655
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
649
656
|
"aria-setsize"?: number | undefined;
|
|
@@ -795,9 +802,7 @@ declare const PageHeader: {
|
|
|
795
802
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
796
803
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
797
804
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
798
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
799
805
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
800
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
801
806
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
802
807
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
803
808
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -818,9 +823,14 @@ declare const PageHeader: {
|
|
|
818
823
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
819
824
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
820
825
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
821
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
822
826
|
key?: import("react").Key | null | undefined;
|
|
823
|
-
|
|
827
|
+
isMonospace?: boolean | undefined;
|
|
828
|
+
tag?: any;
|
|
829
|
+
isBold?: boolean | undefined;
|
|
830
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
831
|
+
}> & import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<Omit<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
832
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
833
|
+
}, {
|
|
824
834
|
color?: string | undefined;
|
|
825
835
|
}>> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-typography").ISMProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
826
836
|
Meta: import("styled-components").IStyledComponent<"web", {
|
|
@@ -833,7 +843,7 @@ declare const PageHeader: {
|
|
|
833
843
|
accessKey?: string | undefined;
|
|
834
844
|
autoFocus?: boolean | undefined;
|
|
835
845
|
className?: string | undefined;
|
|
836
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
846
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
837
847
|
contextMenu?: string | undefined;
|
|
838
848
|
dir?: string | undefined;
|
|
839
849
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -841,7 +851,6 @@ declare const PageHeader: {
|
|
|
841
851
|
id?: string | undefined;
|
|
842
852
|
lang?: string | undefined;
|
|
843
853
|
nonce?: string | undefined;
|
|
844
|
-
placeholder?: string | undefined;
|
|
845
854
|
slot?: string | undefined;
|
|
846
855
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
847
856
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -878,14 +887,18 @@ declare const PageHeader: {
|
|
|
878
887
|
"aria-activedescendant"?: string | undefined;
|
|
879
888
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
880
889
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
890
|
+
"aria-braillelabel"?: string | undefined;
|
|
891
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
881
892
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
882
893
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
883
894
|
"aria-colcount"?: number | undefined;
|
|
884
895
|
"aria-colindex"?: number | undefined;
|
|
896
|
+
"aria-colindextext"?: string | undefined;
|
|
885
897
|
"aria-colspan"?: number | undefined;
|
|
886
898
|
"aria-controls"?: string | undefined;
|
|
887
899
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
888
900
|
"aria-describedby"?: string | undefined;
|
|
901
|
+
"aria-description"?: string | undefined;
|
|
889
902
|
"aria-details"?: string | undefined;
|
|
890
903
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
891
904
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -915,6 +928,7 @@ declare const PageHeader: {
|
|
|
915
928
|
"aria-roledescription"?: string | undefined;
|
|
916
929
|
"aria-rowcount"?: number | undefined;
|
|
917
930
|
"aria-rowindex"?: number | undefined;
|
|
931
|
+
"aria-rowindextext"?: string | undefined;
|
|
918
932
|
"aria-rowspan"?: number | undefined;
|
|
919
933
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
920
934
|
"aria-setsize"?: number | undefined;
|
|
@@ -1066,9 +1080,7 @@ declare const PageHeader: {
|
|
|
1066
1080
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1067
1081
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1068
1082
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1069
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1070
1083
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1071
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1072
1084
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1073
1085
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1074
1086
|
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;
|