@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
|
@@ -6,6 +6,6 @@ interface LightboxStoryArgs extends LightboxArgs {
|
|
|
6
6
|
headerBugId?: string;
|
|
7
7
|
slider?: SliderStoryArg;
|
|
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, LightboxStoryArgs>;
|
|
10
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, LightboxArgs & import("react").RefAttributes<HTMLDivElement>>;
|
|
11
11
|
export default _default;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
declare const MainContent: import("styled-components").IStyledComponent<"web", {
|
|
3
5
|
ref?: import("react").LegacyRef<HTMLDivElement> | undefined;
|
|
4
6
|
key?: import("react").Key | null | undefined;
|
|
@@ -9,15 +11,15 @@ declare const MainContent: import("styled-components").IStyledComponent<"web", {
|
|
|
9
11
|
accessKey?: string | undefined;
|
|
10
12
|
autoFocus?: boolean | undefined;
|
|
11
13
|
className?: string | undefined;
|
|
12
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
14
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
13
15
|
contextMenu?: string | undefined;
|
|
14
16
|
dir?: string | undefined;
|
|
15
17
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
18
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
16
19
|
hidden?: boolean | undefined;
|
|
17
20
|
id?: string | undefined;
|
|
18
21
|
lang?: string | undefined;
|
|
19
22
|
nonce?: string | undefined;
|
|
20
|
-
placeholder?: string | undefined;
|
|
21
23
|
slot?: string | undefined;
|
|
22
24
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
23
25
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -49,19 +51,23 @@ declare const MainContent: import("styled-components").IStyledComponent<"web", {
|
|
|
49
51
|
results?: number | undefined;
|
|
50
52
|
security?: string | undefined;
|
|
51
53
|
unselectable?: "on" | "off" | undefined;
|
|
52
|
-
inputMode?: "text" | "
|
|
54
|
+
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
53
55
|
is?: string | undefined;
|
|
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" | "true" | "false" | "page" | "step" | "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 MainContent: 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 MainContent: 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;
|
|
@@ -276,15 +281,15 @@ declare const Details: import("styled-components").IStyledComponent<"web", {
|
|
|
276
281
|
accessKey?: string | undefined;
|
|
277
282
|
autoFocus?: boolean | undefined;
|
|
278
283
|
className?: string | undefined;
|
|
279
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
284
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
280
285
|
contextMenu?: string | undefined;
|
|
281
286
|
dir?: string | undefined;
|
|
282
287
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
288
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
283
289
|
hidden?: boolean | undefined;
|
|
284
290
|
id?: string | undefined;
|
|
285
291
|
lang?: string | undefined;
|
|
286
292
|
nonce?: string | undefined;
|
|
287
|
-
placeholder?: string | undefined;
|
|
288
293
|
slot?: string | undefined;
|
|
289
294
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
290
295
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -316,19 +321,23 @@ declare const Details: import("styled-components").IStyledComponent<"web", {
|
|
|
316
321
|
results?: number | undefined;
|
|
317
322
|
security?: string | undefined;
|
|
318
323
|
unselectable?: "on" | "off" | undefined;
|
|
319
|
-
inputMode?: "text" | "
|
|
324
|
+
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
320
325
|
is?: string | undefined;
|
|
321
326
|
"aria-activedescendant"?: string | undefined;
|
|
322
327
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
323
328
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
329
|
+
"aria-braillelabel"?: string | undefined;
|
|
330
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
324
331
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
325
332
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
326
333
|
"aria-colcount"?: number | undefined;
|
|
327
334
|
"aria-colindex"?: number | undefined;
|
|
335
|
+
"aria-colindextext"?: string | undefined;
|
|
328
336
|
"aria-colspan"?: number | undefined;
|
|
329
337
|
"aria-controls"?: string | undefined;
|
|
330
338
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
331
339
|
"aria-describedby"?: string | undefined;
|
|
340
|
+
"aria-description"?: string | undefined;
|
|
332
341
|
"aria-details"?: string | undefined;
|
|
333
342
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
334
343
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -358,6 +367,7 @@ declare const Details: import("styled-components").IStyledComponent<"web", {
|
|
|
358
367
|
"aria-roledescription"?: string | undefined;
|
|
359
368
|
"aria-rowcount"?: number | undefined;
|
|
360
369
|
"aria-rowindex"?: number | undefined;
|
|
370
|
+
"aria-rowindextext"?: string | undefined;
|
|
361
371
|
"aria-rowspan"?: number | undefined;
|
|
362
372
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
363
373
|
"aria-setsize"?: number | undefined;
|
|
@@ -509,9 +519,7 @@ declare const Details: import("styled-components").IStyledComponent<"web", {
|
|
|
509
519
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
510
520
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
511
521
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
512
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
513
522
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
514
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
515
523
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
516
524
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
517
525
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -543,15 +551,15 @@ export declare const ModalBody: import("styled-components").IStyledComponent<"we
|
|
|
543
551
|
accessKey?: string | undefined;
|
|
544
552
|
autoFocus?: boolean | undefined;
|
|
545
553
|
className?: string | undefined;
|
|
546
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
554
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
547
555
|
contextMenu?: string | undefined;
|
|
548
556
|
dir?: string | undefined;
|
|
549
557
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
558
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
550
559
|
hidden?: boolean | undefined;
|
|
551
560
|
id?: string | undefined;
|
|
552
561
|
lang?: string | undefined;
|
|
553
562
|
nonce?: string | undefined;
|
|
554
|
-
placeholder?: string | undefined;
|
|
555
563
|
slot?: string | undefined;
|
|
556
564
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
557
565
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -583,19 +591,23 @@ export declare const ModalBody: import("styled-components").IStyledComponent<"we
|
|
|
583
591
|
results?: number | undefined;
|
|
584
592
|
security?: string | undefined;
|
|
585
593
|
unselectable?: "on" | "off" | undefined;
|
|
586
|
-
inputMode?: "text" | "
|
|
594
|
+
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
587
595
|
is?: string | undefined;
|
|
588
596
|
"aria-activedescendant"?: string | undefined;
|
|
589
597
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
590
598
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
599
|
+
"aria-braillelabel"?: string | undefined;
|
|
600
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
591
601
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
592
602
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
593
603
|
"aria-colcount"?: number | undefined;
|
|
594
604
|
"aria-colindex"?: number | undefined;
|
|
605
|
+
"aria-colindextext"?: string | undefined;
|
|
595
606
|
"aria-colspan"?: number | undefined;
|
|
596
607
|
"aria-controls"?: string | undefined;
|
|
597
608
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
598
609
|
"aria-describedby"?: string | undefined;
|
|
610
|
+
"aria-description"?: string | undefined;
|
|
599
611
|
"aria-details"?: string | undefined;
|
|
600
612
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
601
613
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -625,6 +637,7 @@ export declare const ModalBody: import("styled-components").IStyledComponent<"we
|
|
|
625
637
|
"aria-roledescription"?: string | undefined;
|
|
626
638
|
"aria-rowcount"?: number | undefined;
|
|
627
639
|
"aria-rowindex"?: number | undefined;
|
|
640
|
+
"aria-rowindextext"?: string | undefined;
|
|
628
641
|
"aria-rowspan"?: number | undefined;
|
|
629
642
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
630
643
|
"aria-setsize"?: number | undefined;
|
|
@@ -776,9 +789,7 @@ export declare const ModalBody: import("styled-components").IStyledComponent<"we
|
|
|
776
789
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
777
790
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
778
791
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
779
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
780
792
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
781
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
782
793
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
783
794
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
784
795
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
export declare const Footer: import("styled-components").IStyledComponent<"web", {
|
|
3
5
|
defaultChecked?: boolean | undefined;
|
|
4
6
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -7,15 +9,15 @@ export declare const Footer: import("styled-components").IStyledComponent<"web",
|
|
|
7
9
|
accessKey?: string | undefined;
|
|
8
10
|
autoFocus?: boolean | undefined;
|
|
9
11
|
className?: string | undefined;
|
|
10
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
12
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
11
13
|
contextMenu?: string | undefined;
|
|
12
14
|
dir?: string | undefined;
|
|
13
15
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
16
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
14
17
|
hidden?: boolean | undefined;
|
|
15
18
|
id?: string | undefined;
|
|
16
19
|
lang?: string | undefined;
|
|
17
20
|
nonce?: string | undefined;
|
|
18
|
-
placeholder?: string | undefined;
|
|
19
21
|
slot?: string | undefined;
|
|
20
22
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
21
23
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -47,19 +49,23 @@ export declare const Footer: import("styled-components").IStyledComponent<"web",
|
|
|
47
49
|
results?: number | undefined;
|
|
48
50
|
security?: string | undefined;
|
|
49
51
|
unselectable?: "on" | "off" | undefined;
|
|
50
|
-
inputMode?: "text" | "
|
|
52
|
+
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
51
53
|
is?: string | undefined;
|
|
52
54
|
"aria-activedescendant"?: string | undefined;
|
|
53
55
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
54
56
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
57
|
+
"aria-braillelabel"?: string | undefined;
|
|
58
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
55
59
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
56
60
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
57
61
|
"aria-colcount"?: number | undefined;
|
|
58
62
|
"aria-colindex"?: number | undefined;
|
|
63
|
+
"aria-colindextext"?: string | undefined;
|
|
59
64
|
"aria-colspan"?: number | undefined;
|
|
60
65
|
"aria-controls"?: string | undefined;
|
|
61
66
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
62
67
|
"aria-describedby"?: string | undefined;
|
|
68
|
+
"aria-description"?: string | undefined;
|
|
63
69
|
"aria-details"?: string | undefined;
|
|
64
70
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
65
71
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -89,6 +95,7 @@ export declare const Footer: import("styled-components").IStyledComponent<"web",
|
|
|
89
95
|
"aria-roledescription"?: string | undefined;
|
|
90
96
|
"aria-rowcount"?: number | undefined;
|
|
91
97
|
"aria-rowindex"?: number | undefined;
|
|
98
|
+
"aria-rowindextext"?: string | undefined;
|
|
92
99
|
"aria-rowspan"?: number | undefined;
|
|
93
100
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
94
101
|
"aria-setsize"?: number | undefined;
|
|
@@ -240,9 +247,7 @@ export declare const Footer: import("styled-components").IStyledComponent<"web",
|
|
|
240
247
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
241
248
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
242
249
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
243
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
244
250
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
245
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
246
251
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
247
252
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
248
253
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -263,6 +268,6 @@ export declare const Footer: import("styled-components").IStyledComponent<"web",
|
|
|
263
268
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
264
269
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
265
270
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
266
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
267
271
|
key?: import("react").Key | null | undefined;
|
|
272
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
268
273
|
}> & import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { DotsArgs } 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, DotsArgs>;
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, DotsArgs>;
|
|
4
4
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ProgressArgs } 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, ProgressArgs>;
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, ProgressArgs & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SkeletonArgs } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const Light: 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, SkeletonArgs>;
|
|
3
|
+
export declare const Light: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, SkeletonArgs>;
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, SkeletonArgs>;
|
|
5
5
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { SpinnerArgs } 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, SpinnerArgs>;
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, SpinnerArgs>;
|
|
4
4
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LoginFormArgs } from "./_types";
|
|
2
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-
|
|
3
|
-
export declare const Filled: 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, LoginFormArgs>;
|
|
3
|
+
export declare const Filled: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, LoginFormArgs>;
|
|
4
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, LoginFormArgs>;
|
|
5
5
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { LogoArgs } 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, LogoArgs>;
|
|
3
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, LogoArgs>;
|
|
4
4
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
import { ModalArgs } from "../_types";
|
|
3
5
|
declare const ModalFullScreen: {
|
|
4
6
|
(props: ModalArgs): import("react/jsx-runtime").JSX.Element;
|
|
5
7
|
Header: import("styled-components").IStyledComponent<"web", {
|
|
6
|
-
isDanger?: boolean | undefined;
|
|
7
|
-
tag?: any;
|
|
8
8
|
defaultChecked?: boolean | undefined;
|
|
9
9
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
10
10
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -12,15 +12,15 @@ declare const ModalFullScreen: {
|
|
|
12
12
|
accessKey?: string | undefined;
|
|
13
13
|
autoFocus?: boolean | undefined;
|
|
14
14
|
className?: string | undefined;
|
|
15
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
15
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
16
16
|
contextMenu?: string | undefined;
|
|
17
17
|
dir?: string | undefined;
|
|
18
18
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
19
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
19
20
|
hidden?: boolean | undefined;
|
|
20
21
|
id?: string | undefined;
|
|
21
22
|
lang?: string | undefined;
|
|
22
23
|
nonce?: string | undefined;
|
|
23
|
-
placeholder?: string | undefined;
|
|
24
24
|
slot?: string | undefined;
|
|
25
25
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
26
26
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -57,14 +57,18 @@ declare const ModalFullScreen: {
|
|
|
57
57
|
"aria-activedescendant"?: string | undefined;
|
|
58
58
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
59
59
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
60
|
+
"aria-braillelabel"?: string | undefined;
|
|
61
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
60
62
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
61
63
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
62
64
|
"aria-colcount"?: number | undefined;
|
|
63
65
|
"aria-colindex"?: number | undefined;
|
|
66
|
+
"aria-colindextext"?: string | undefined;
|
|
64
67
|
"aria-colspan"?: number | undefined;
|
|
65
68
|
"aria-controls"?: string | undefined;
|
|
66
69
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
67
70
|
"aria-describedby"?: string | undefined;
|
|
71
|
+
"aria-description"?: string | undefined;
|
|
68
72
|
"aria-details"?: string | undefined;
|
|
69
73
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
70
74
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -94,6 +98,7 @@ declare const ModalFullScreen: {
|
|
|
94
98
|
"aria-roledescription"?: string | undefined;
|
|
95
99
|
"aria-rowcount"?: number | undefined;
|
|
96
100
|
"aria-rowindex"?: number | undefined;
|
|
101
|
+
"aria-rowindextext"?: string | undefined;
|
|
97
102
|
"aria-rowspan"?: number | undefined;
|
|
98
103
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
99
104
|
"aria-setsize"?: number | undefined;
|
|
@@ -245,9 +250,7 @@ declare const ModalFullScreen: {
|
|
|
245
250
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
246
251
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
247
252
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
248
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
249
253
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
250
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
251
254
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
252
255
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
253
256
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -268,8 +271,10 @@ declare const ModalFullScreen: {
|
|
|
268
271
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
269
272
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
270
273
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
271
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
272
274
|
key?: import("react").Key | null | undefined;
|
|
275
|
+
isDanger?: boolean | undefined;
|
|
276
|
+
tag?: any;
|
|
277
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
273
278
|
}> & import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-modals/dist/typings/types").IHeaderProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
274
279
|
Body: import("styled-components").IStyledComponent<"web", {
|
|
275
280
|
defaultChecked?: boolean | undefined;
|
|
@@ -279,15 +284,15 @@ declare const ModalFullScreen: {
|
|
|
279
284
|
accessKey?: string | undefined;
|
|
280
285
|
autoFocus?: boolean | undefined;
|
|
281
286
|
className?: string | undefined;
|
|
282
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
287
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
283
288
|
contextMenu?: string | undefined;
|
|
284
289
|
dir?: string | undefined;
|
|
285
290
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
291
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
286
292
|
hidden?: boolean | undefined;
|
|
287
293
|
id?: string | undefined;
|
|
288
294
|
lang?: string | undefined;
|
|
289
295
|
nonce?: string | undefined;
|
|
290
|
-
placeholder?: string | undefined;
|
|
291
296
|
slot?: string | undefined;
|
|
292
297
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
293
298
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -324,14 +329,18 @@ declare const ModalFullScreen: {
|
|
|
324
329
|
"aria-activedescendant"?: string | undefined;
|
|
325
330
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
326
331
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
332
|
+
"aria-braillelabel"?: string | undefined;
|
|
333
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
327
334
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
328
335
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
329
336
|
"aria-colcount"?: number | undefined;
|
|
330
337
|
"aria-colindex"?: number | undefined;
|
|
338
|
+
"aria-colindextext"?: string | undefined;
|
|
331
339
|
"aria-colspan"?: number | undefined;
|
|
332
340
|
"aria-controls"?: string | undefined;
|
|
333
341
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
334
342
|
"aria-describedby"?: string | undefined;
|
|
343
|
+
"aria-description"?: string | undefined;
|
|
335
344
|
"aria-details"?: string | undefined;
|
|
336
345
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
337
346
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -361,6 +370,7 @@ declare const ModalFullScreen: {
|
|
|
361
370
|
"aria-roledescription"?: string | undefined;
|
|
362
371
|
"aria-rowcount"?: number | undefined;
|
|
363
372
|
"aria-rowindex"?: number | undefined;
|
|
373
|
+
"aria-rowindextext"?: string | undefined;
|
|
364
374
|
"aria-rowspan"?: number | undefined;
|
|
365
375
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
366
376
|
"aria-setsize"?: number | undefined;
|
|
@@ -512,9 +522,7 @@ declare const ModalFullScreen: {
|
|
|
512
522
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
513
523
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
514
524
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
515
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
516
525
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
517
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
518
526
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
519
527
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
520
528
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -535,8 +543,8 @@ declare const ModalFullScreen: {
|
|
|
535
543
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
536
544
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
537
545
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
538
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
539
546
|
key?: import("react").Key | null | undefined;
|
|
547
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
540
548
|
}> & import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
541
549
|
Footer: import("styled-components").IStyledComponent<"web", {
|
|
542
550
|
defaultChecked?: boolean | undefined;
|
|
@@ -546,15 +554,15 @@ declare const ModalFullScreen: {
|
|
|
546
554
|
accessKey?: string | undefined;
|
|
547
555
|
autoFocus?: boolean | undefined;
|
|
548
556
|
className?: string | undefined;
|
|
549
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
557
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
550
558
|
contextMenu?: string | undefined;
|
|
551
559
|
dir?: string | undefined;
|
|
552
560
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
561
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
553
562
|
hidden?: boolean | undefined;
|
|
554
563
|
id?: string | undefined;
|
|
555
564
|
lang?: string | undefined;
|
|
556
565
|
nonce?: string | undefined;
|
|
557
|
-
placeholder?: string | undefined;
|
|
558
566
|
slot?: string | undefined;
|
|
559
567
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
560
568
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -591,14 +599,18 @@ declare const ModalFullScreen: {
|
|
|
591
599
|
"aria-activedescendant"?: string | undefined;
|
|
592
600
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
593
601
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
602
|
+
"aria-braillelabel"?: string | undefined;
|
|
603
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
594
604
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
595
605
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
596
606
|
"aria-colcount"?: number | undefined;
|
|
597
607
|
"aria-colindex"?: number | undefined;
|
|
608
|
+
"aria-colindextext"?: string | undefined;
|
|
598
609
|
"aria-colspan"?: number | undefined;
|
|
599
610
|
"aria-controls"?: string | undefined;
|
|
600
611
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
601
612
|
"aria-describedby"?: string | undefined;
|
|
613
|
+
"aria-description"?: string | undefined;
|
|
602
614
|
"aria-details"?: string | undefined;
|
|
603
615
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
604
616
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -628,6 +640,7 @@ declare const ModalFullScreen: {
|
|
|
628
640
|
"aria-roledescription"?: string | undefined;
|
|
629
641
|
"aria-rowcount"?: number | undefined;
|
|
630
642
|
"aria-rowindex"?: number | undefined;
|
|
643
|
+
"aria-rowindextext"?: string | undefined;
|
|
631
644
|
"aria-rowspan"?: number | undefined;
|
|
632
645
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
633
646
|
"aria-setsize"?: number | undefined;
|
|
@@ -779,9 +792,7 @@ declare const ModalFullScreen: {
|
|
|
779
792
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
780
793
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
781
794
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
782
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
783
795
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
784
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
785
796
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
786
797
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
787
798
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -802,20 +813,10 @@ declare const ModalFullScreen: {
|
|
|
802
813
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
803
814
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
804
815
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
805
|
-
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
806
816
|
key?: import("react").Key | null | undefined;
|
|
817
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
807
818
|
}> & import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
808
819
|
Close: import("styled-components").IStyledComponent<"web", {
|
|
809
|
-
disabled?: boolean | undefined;
|
|
810
|
-
form?: string | undefined;
|
|
811
|
-
formAction?: string | undefined;
|
|
812
|
-
formEncType?: string | undefined;
|
|
813
|
-
formMethod?: string | undefined;
|
|
814
|
-
formNoValidate?: boolean | undefined;
|
|
815
|
-
formTarget?: string | undefined;
|
|
816
|
-
name?: string | undefined;
|
|
817
|
-
type?: "button" | "submit" | "reset" | undefined;
|
|
818
|
-
value?: string | number | readonly string[] | undefined;
|
|
819
820
|
defaultChecked?: boolean | undefined;
|
|
820
821
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
821
822
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -823,15 +824,15 @@ declare const ModalFullScreen: {
|
|
|
823
824
|
accessKey?: string | undefined;
|
|
824
825
|
autoFocus?: boolean | undefined;
|
|
825
826
|
className?: string | undefined;
|
|
826
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
827
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
827
828
|
contextMenu?: string | undefined;
|
|
828
829
|
dir?: string | undefined;
|
|
829
830
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
831
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
830
832
|
hidden?: boolean | undefined;
|
|
831
833
|
id?: string | undefined;
|
|
832
834
|
lang?: string | undefined;
|
|
833
835
|
nonce?: string | undefined;
|
|
834
|
-
placeholder?: string | undefined;
|
|
835
836
|
slot?: string | undefined;
|
|
836
837
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
837
838
|
style?: import("react").CSSProperties | undefined;
|
|
@@ -868,14 +869,18 @@ declare const ModalFullScreen: {
|
|
|
868
869
|
"aria-activedescendant"?: string | undefined;
|
|
869
870
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
870
871
|
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
872
|
+
"aria-braillelabel"?: string | undefined;
|
|
873
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
871
874
|
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
872
875
|
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
873
876
|
"aria-colcount"?: number | undefined;
|
|
874
877
|
"aria-colindex"?: number | undefined;
|
|
878
|
+
"aria-colindextext"?: string | undefined;
|
|
875
879
|
"aria-colspan"?: number | undefined;
|
|
876
880
|
"aria-controls"?: string | undefined;
|
|
877
881
|
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
878
882
|
"aria-describedby"?: string | undefined;
|
|
883
|
+
"aria-description"?: string | undefined;
|
|
879
884
|
"aria-details"?: string | undefined;
|
|
880
885
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
881
886
|
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
@@ -905,6 +910,7 @@ declare const ModalFullScreen: {
|
|
|
905
910
|
"aria-roledescription"?: string | undefined;
|
|
906
911
|
"aria-rowcount"?: number | undefined;
|
|
907
912
|
"aria-rowindex"?: number | undefined;
|
|
913
|
+
"aria-rowindextext"?: string | undefined;
|
|
908
914
|
"aria-rowspan"?: number | undefined;
|
|
909
915
|
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
910
916
|
"aria-setsize"?: number | undefined;
|
|
@@ -1056,9 +1062,7 @@ declare const ModalFullScreen: {
|
|
|
1056
1062
|
onPointerCancel?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
1057
1063
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
1058
1064
|
onPointerEnter?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
1059
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
1060
1065
|
onPointerLeave?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
1061
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
1062
1066
|
onPointerOver?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
1063
1067
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
1064
1068
|
onPointerOut?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -1079,8 +1083,18 @@ declare const ModalFullScreen: {
|
|
|
1079
1083
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
1080
1084
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
1081
1085
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
1082
|
-
|
|
1086
|
+
form?: string | undefined;
|
|
1083
1087
|
key?: import("react").Key | null | undefined;
|
|
1088
|
+
type?: "button" | "submit" | "reset" | undefined;
|
|
1089
|
+
disabled?: boolean | undefined;
|
|
1090
|
+
name?: string | undefined;
|
|
1091
|
+
formAction?: string | undefined;
|
|
1092
|
+
formEncType?: string | undefined;
|
|
1093
|
+
formMethod?: string | undefined;
|
|
1094
|
+
formNoValidate?: boolean | undefined;
|
|
1095
|
+
formTarget?: string | undefined;
|
|
1096
|
+
value?: string | number | readonly string[] | undefined;
|
|
1097
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
1084
1098
|
}> & import("react").ForwardRefExoticComponent<import("react").ButtonHTMLAttributes<HTMLButtonElement> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
1085
1099
|
FooterItem: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLSpanElement> & import("react").RefAttributes<HTMLSpanElement>>;
|
|
1086
1100
|
};
|