@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
|
@@ -6,9 +6,9 @@ interface AccordionStoryArg extends AccordionArgs {
|
|
|
6
6
|
content: string;
|
|
7
7
|
}>;
|
|
8
8
|
}
|
|
9
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
10
|
-
export declare const Bare: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
11
|
-
export declare const Expandable: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
12
|
-
export declare const Compact: 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 Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, AccordionStoryArg>;
|
|
10
|
+
export declare const Bare: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, AccordionStoryArg>;
|
|
11
|
+
export declare const Expandable: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, AccordionStoryArg>;
|
|
12
|
+
export declare const Compact: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, AccordionStoryArg>;
|
|
13
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, AccordionArgs & import("react").RefAttributes<HTMLDivElement>>;
|
|
14
14
|
export default _default;
|
|
@@ -10,7 +10,7 @@ import { AlertArgs } from './_types';
|
|
|
10
10
|
declare const Alert: {
|
|
11
11
|
(props: AlertArgs): import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
Title: import("styled-components").IStyledComponent<"web", {
|
|
13
|
-
|
|
13
|
+
style?: import("react").CSSProperties | undefined;
|
|
14
14
|
defaultChecked?: boolean | undefined;
|
|
15
15
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
16
16
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -18,7 +18,7 @@ declare const Alert: {
|
|
|
18
18
|
accessKey?: string | undefined;
|
|
19
19
|
autoFocus?: boolean | undefined;
|
|
20
20
|
className?: string | undefined;
|
|
21
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
21
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
22
22
|
contextMenu?: string | undefined;
|
|
23
23
|
dir?: string | undefined;
|
|
24
24
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -26,10 +26,8 @@ declare const Alert: {
|
|
|
26
26
|
id?: string | undefined;
|
|
27
27
|
lang?: string | undefined;
|
|
28
28
|
nonce?: string | undefined;
|
|
29
|
-
placeholder?: string | undefined;
|
|
30
29
|
slot?: string | undefined;
|
|
31
30
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
32
|
-
style?: import("react").CSSProperties | undefined;
|
|
33
31
|
tabIndex?: number | undefined;
|
|
34
32
|
title?: string | undefined;
|
|
35
33
|
translate?: "yes" | "no" | undefined;
|
|
@@ -63,14 +61,18 @@ declare const Alert: {
|
|
|
63
61
|
"aria-activedescendant"?: string | undefined;
|
|
64
62
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
65
63
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
64
|
+
"aria-braillelabel"?: string | undefined;
|
|
65
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
66
66
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
67
67
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
68
68
|
"aria-colcount"?: number | undefined;
|
|
69
69
|
"aria-colindex"?: number | undefined;
|
|
70
|
+
"aria-colindextext"?: string | undefined;
|
|
70
71
|
"aria-colspan"?: number | undefined;
|
|
71
72
|
"aria-controls"?: string | undefined;
|
|
72
73
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
73
74
|
"aria-describedby"?: string | undefined;
|
|
75
|
+
"aria-description"?: string | undefined;
|
|
74
76
|
"aria-details"?: string | undefined;
|
|
75
77
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
76
78
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -100,6 +102,7 @@ declare const Alert: {
|
|
|
100
102
|
"aria-roledescription"?: string | undefined;
|
|
101
103
|
"aria-rowcount"?: number | undefined;
|
|
102
104
|
"aria-rowindex"?: number | undefined;
|
|
105
|
+
"aria-rowindextext"?: string | undefined;
|
|
103
106
|
"aria-rowspan"?: number | undefined;
|
|
104
107
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
105
108
|
"aria-setsize"?: number | undefined;
|
|
@@ -251,9 +254,7 @@ declare const Alert: {
|
|
|
251
254
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
252
255
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
253
256
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
254
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
255
257
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
256
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
257
258
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
258
259
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
259
260
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -274,8 +275,9 @@ declare const Alert: {
|
|
|
274
275
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
275
276
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
276
277
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
277
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
278
278
|
key?: import("react").Key | null | undefined;
|
|
279
|
+
isRegular?: boolean | undefined;
|
|
280
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
279
281
|
}> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-notifications").ITitleProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
280
282
|
Close: import("react").ForwardRefExoticComponent<import("react").ButtonHTMLAttributes<HTMLButtonElement> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
281
283
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { AlertArgs } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
2
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, AlertArgs>;
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, AlertArgs>;
|
|
4
4
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AvatarArgs } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const Square: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
export declare const Internal: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
5
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
2
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, AvatarArgs>;
|
|
3
|
+
export declare const Square: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, AvatarArgs>;
|
|
4
|
+
export declare const Internal: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, AvatarArgs>;
|
|
5
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, AvatarArgs>;
|
|
6
6
|
export default _default;
|
|
@@ -6,6 +6,6 @@ interface StoryArgs extends BreadcrumbArgs {
|
|
|
6
6
|
onClick: () => void;
|
|
7
7
|
}[];
|
|
8
8
|
}
|
|
9
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
10
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
9
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, StoryArgs>;
|
|
10
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, BreadcrumbArgs>;
|
|
11
11
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { IAnchorProps } from "@zendeskgarden/react-buttons";
|
|
3
|
-
export declare const Basic: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
export declare const Danger: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
5
|
-
export declare const External: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
6
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
export declare const Basic: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, IAnchorProps>;
|
|
4
|
+
export declare const Danger: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, IAnchorProps>;
|
|
5
|
+
export declare const External: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, IAnchorProps>;
|
|
6
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, IAnchorProps & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
7
7
|
export default _default;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ButtonArgs } from "./_types";
|
|
3
3
|
declare const UgButton: import("styled-components").IStyledComponent<"web", {
|
|
4
|
+
form?: string | undefined;
|
|
5
|
+
style?: import("react").CSSProperties | undefined;
|
|
4
6
|
isDanger?: boolean | undefined;
|
|
5
7
|
size?: "small" | "medium" | "large" | undefined;
|
|
6
8
|
isStretched?: boolean | undefined;
|
|
@@ -12,7 +14,6 @@ declare const UgButton: import("styled-components").IStyledComponent<"web", {
|
|
|
12
14
|
focusInset?: boolean | undefined;
|
|
13
15
|
isSelected?: boolean | undefined;
|
|
14
16
|
disabled?: boolean | undefined;
|
|
15
|
-
form?: string | undefined;
|
|
16
17
|
formAction?: string | undefined;
|
|
17
18
|
formEncType?: string | undefined;
|
|
18
19
|
formMethod?: string | undefined;
|
|
@@ -28,7 +29,7 @@ declare const UgButton: import("styled-components").IStyledComponent<"web", {
|
|
|
28
29
|
accessKey?: string | undefined;
|
|
29
30
|
autoFocus?: boolean | undefined;
|
|
30
31
|
className?: string | undefined;
|
|
31
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
32
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
32
33
|
contextMenu?: string | undefined;
|
|
33
34
|
dir?: string | undefined;
|
|
34
35
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -36,10 +37,8 @@ declare const UgButton: import("styled-components").IStyledComponent<"web", {
|
|
|
36
37
|
id?: string | undefined;
|
|
37
38
|
lang?: string | undefined;
|
|
38
39
|
nonce?: string | undefined;
|
|
39
|
-
placeholder?: string | undefined;
|
|
40
40
|
slot?: string | undefined;
|
|
41
41
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
42
|
-
style?: import("react").CSSProperties | undefined;
|
|
43
42
|
tabIndex?: number | undefined;
|
|
44
43
|
title?: string | undefined;
|
|
45
44
|
translate?: "yes" | "no" | undefined;
|
|
@@ -73,14 +72,18 @@ declare const UgButton: import("styled-components").IStyledComponent<"web", {
|
|
|
73
72
|
"aria-activedescendant"?: string | undefined;
|
|
74
73
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
75
74
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
75
|
+
"aria-braillelabel"?: string | undefined;
|
|
76
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
76
77
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
77
78
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
78
79
|
"aria-colcount"?: number | undefined;
|
|
79
80
|
"aria-colindex"?: number | undefined;
|
|
81
|
+
"aria-colindextext"?: string | undefined;
|
|
80
82
|
"aria-colspan"?: number | undefined;
|
|
81
83
|
"aria-controls"?: string | undefined;
|
|
82
84
|
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
83
85
|
"aria-describedby"?: string | undefined;
|
|
86
|
+
"aria-description"?: string | undefined;
|
|
84
87
|
"aria-details"?: string | undefined;
|
|
85
88
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
86
89
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -110,6 +113,7 @@ declare const UgButton: import("styled-components").IStyledComponent<"web", {
|
|
|
110
113
|
"aria-roledescription"?: string | undefined;
|
|
111
114
|
"aria-rowcount"?: number | undefined;
|
|
112
115
|
"aria-rowindex"?: number | undefined;
|
|
116
|
+
"aria-rowindextext"?: string | undefined;
|
|
113
117
|
"aria-rowspan"?: number | undefined;
|
|
114
118
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
115
119
|
"aria-setsize"?: number | undefined;
|
|
@@ -261,9 +265,7 @@ declare const UgButton: import("styled-components").IStyledComponent<"web", {
|
|
|
261
265
|
onPointerCancel?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
262
266
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
263
267
|
onPointerEnter?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
264
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
265
268
|
onPointerLeave?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
266
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
267
269
|
onPointerOver?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
268
270
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
269
271
|
onPointerOut?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -284,15 +286,15 @@ declare const UgButton: import("styled-components").IStyledComponent<"web", {
|
|
|
284
286
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
285
287
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
286
288
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
287
|
-
ref?: import("react").Ref<HTMLButtonElement> | undefined;
|
|
288
289
|
key?: import("react").Key | null | undefined;
|
|
290
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
289
291
|
}> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-buttons").IButtonProps & import("react").RefAttributes<HTMLButtonElement>> & {
|
|
290
292
|
EndIcon: {
|
|
291
|
-
(props: import("@zendeskgarden/react-buttons").IButtonEndIconProps): JSX.Element;
|
|
293
|
+
(props: import("@zendeskgarden/react-buttons").IButtonEndIconProps): import("react").JSX.Element;
|
|
292
294
|
displayName: string;
|
|
293
295
|
};
|
|
294
296
|
StartIcon: {
|
|
295
|
-
(props: import("@zendeskgarden/react-buttons").IButtonEndIconProps): JSX.Element;
|
|
297
|
+
(props: import("@zendeskgarden/react-buttons").IButtonEndIconProps): import("react").JSX.Element;
|
|
296
298
|
displayName: string;
|
|
297
299
|
};
|
|
298
300
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ButtonArgs } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const Basic: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
export declare const Primary: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
5
|
-
export declare const Link: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
6
|
-
export declare const WithIcon: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
7
|
-
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, ButtonArgs>;
|
|
3
|
+
export declare const Basic: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ButtonArgs>;
|
|
4
|
+
export declare const Primary: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ButtonArgs>;
|
|
5
|
+
export declare const Link: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ButtonArgs>;
|
|
6
|
+
export declare const WithIcon: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ButtonArgs>;
|
|
7
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, ButtonArgs & import("react").RefAttributes<HTMLButtonElement>>;
|
|
8
8
|
export default _default;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { IButtonGroupProps } from "@zendeskgarden/react-buttons";
|
|
3
|
-
export declare const TwoItems: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
+
export declare const TwoItems: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, IButtonGroupProps & {
|
|
4
4
|
items: any[];
|
|
5
5
|
}>;
|
|
6
|
-
export declare const WithBorders: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
6
|
+
export declare const WithBorders: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, IButtonGroupProps & {
|
|
7
7
|
items: any[];
|
|
8
8
|
}>;
|
|
9
|
-
export declare const RoundedItems: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
9
|
+
export declare const RoundedItems: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, IButtonGroupProps & {
|
|
10
10
|
items: any[];
|
|
11
11
|
}>;
|
|
12
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
12
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, IButtonGroupProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
13
13
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { IconButtonArgs } from "./_types";
|
|
3
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
export declare const Outline: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
5
|
-
export declare const Primary: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
6
|
-
export declare const Shape: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
7
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, IconButtonArgs>;
|
|
4
|
+
export declare const Outline: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, IconButtonArgs>;
|
|
5
|
+
export declare const Primary: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, IconButtonArgs>;
|
|
6
|
+
export declare const Shape: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, IconButtonArgs>;
|
|
7
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, IconButtonArgs & import("react").RefAttributes<HTMLButtonElement>>;
|
|
8
8
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { SplitButtonArgs } from "./_types";
|
|
3
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
4
|
-
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-
|
|
3
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, SplitButtonArgs>;
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("../icon-button/_types").IconButtonArgs & import("react").RefAttributes<HTMLButtonElement>>;
|
|
5
5
|
export default _default;
|