@procore/core-react 12.29.0 → 12.31.0
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 +26 -0
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/Avatar/Avatar.types.d.ts +1 -1
- package/dist/Avatar/Avatar.types.js.map +1 -1
- package/dist/AvatarStack/AvatarStack.styles.d.ts +76 -76
- package/dist/AvatarStack/AvatarStack.styles.js +7 -7
- package/dist/AvatarStack/AvatarStack.types.d.ts +0 -2
- package/dist/AvatarStack/AvatarStack.types.js.map +1 -1
- package/dist/Badge/Badge.styles.js +2 -2
- package/dist/BadgePill/BadgePill.styles.js +4 -4
- package/dist/Banner/Banner.styles.js +10 -10
- package/dist/Box/Box.styles.js +1 -1
- package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
- package/dist/Button/Button.styles.js +5 -5
- package/dist/Calendar/Calendar.styles.js +8 -8
- package/dist/Card/Card.styles.js +1 -1
- package/dist/Checkbox/Checkbox.styles.js +6 -6
- package/dist/Checkbox/CheckboxTooltip.js +1 -1
- package/dist/ComponentLifecycle.stories.mdx +130 -0
- package/dist/ContactItem/ContactItem.styles.js +5 -5
- package/dist/Content/Content.styles.js +2 -2
- package/dist/DateInput/DateInput.js +28 -0
- package/dist/DateInput/DateInput.js.map +1 -1
- package/dist/DateInput/DateInput.styles.js +6 -6
- package/dist/DetailPage/DetailPage.js +1 -1
- package/dist/DetailPage/DetailPage.js.map +1 -1
- package/dist/DetailPage/DetailPage.styles.js +7 -7
- package/dist/Dropdown/Dropdown.styles.js +3 -3
- package/dist/DropdownFlyout/DropdownFlyout.js +7 -2
- package/dist/DropdownFlyout/DropdownFlyout.js.map +1 -1
- package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
- package/dist/Dropzone/Dropzone.js +1 -1
- package/dist/Dropzone/Dropzone.styles.js +9 -9
- package/dist/EmptyState/EmptyState.styles.js +6 -6
- package/dist/Field/Field.styles.js +3 -3
- package/dist/FileList/FileList.styles.js +4 -4
- package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
- package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
- package/dist/FileSelect/FileSelect.styles.js +2 -2
- package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
- package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
- package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
- package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
- package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
- package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.d.ts +1 -1
- package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
- package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
- package/dist/FileToken/FileToken.styles.js +4 -4
- package/dist/FilterToken/FilterToken.styles.js +5 -5
- package/dist/FlexList/FlexList.styles.js +1 -1
- package/dist/Form/Form.styles.js +14 -14
- package/dist/Form/StyledFormikForm.styles.d.ts +2 -2
- package/dist/Form/StyledFormikForm.styles.js +2 -2
- package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
- package/dist/Grid/Grid.styles.js +2 -2
- package/dist/GroupSelect/GroupSelect.styles.js +1 -1
- package/dist/Input/Input.styles.js +1 -1
- package/dist/Link/Link.styles.js +1 -1
- package/dist/ListPage/ListPage.styles.js +8 -8
- package/dist/Loader/Loader.styles.js +2 -2
- package/dist/MenuImperative/MenuImperative.d.ts +1 -16
- package/dist/MenuImperative/MenuImperative.js +1 -0
- package/dist/MenuImperative/MenuImperative.js.map +1 -1
- package/dist/MenuImperative/MenuImperative.styles.js +10 -10
- package/dist/MenuImperative/MenuImperative.types.d.ts +14 -0
- package/dist/MenuImperative/MenuImperative.types.js.map +1 -1
- package/dist/MenuImperative/index.d.ts +46 -3
- package/dist/MenuImperative/index.js +31 -2
- package/dist/MenuImperative/index.js.map +1 -1
- package/dist/Modal/Modal.js +5 -2
- package/dist/Modal/Modal.js.map +1 -1
- package/dist/Modal/Modal.styles.js +13 -13
- package/dist/MultiSelect/MultiSelect.styles.d.ts +1 -1
- package/dist/MultiSelect/MultiSelect.styles.js +6 -6
- package/dist/NextMenu/NextMenu.styles.js +3 -3
- package/dist/Notation/Notation.js +1 -1
- package/dist/NumberInput/NumberInput.styles.js +7 -7
- package/dist/Overlay/OverlayArrow.styles.js +1 -1
- package/dist/OverlayTrigger/a11yPresets.d.ts +6 -6
- package/dist/PageLayout/PageLayout.styles.d.ts +1 -1
- package/dist/PageLayout/PageLayout.styles.js +16 -16
- package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
- package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
- package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
- package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
- package/dist/PageTemplate/PageTemplate/PageTemplateCard.d.ts +3 -5
- package/dist/PageTemplate/PageTemplate/PageTemplateCard.js.map +1 -1
- package/dist/Pagination/Pagination.styles.js +5 -5
- package/dist/Panel/Panel.styles.js +11 -11
- package/dist/Pill/Pill.styles.js +3 -3
- package/dist/PillSelect/PillSelect.styles.js +4 -4
- package/dist/Popover/Popover.styles.js +2 -2
- package/dist/Portal/Portal.styles.js +1 -1
- package/dist/ProgressBar/ProgressBar.styles.js +2 -2
- package/dist/RadioButton/RadioButton.styles.js +3 -3
- package/dist/Required/Required.styles.js +3 -3
- package/dist/Search/Search.styles.js +5 -5
- package/dist/Section/Section.styles.js +7 -7
- package/dist/SegmentedController/SegmentedController.styles.js +4 -4
- package/dist/Select/Select.js +6 -3
- package/dist/Select/Select.js.map +1 -1
- package/dist/Select/Select.styles.js +7 -7
- package/dist/Semantic/Semantic.styles.d.ts +78 -78
- package/dist/Semantic/Semantic.styles.js +9 -9
- package/dist/Slider/Slider.styles.js +5 -5
- package/dist/Spinner/Spinner.styles.js +7 -7
- package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
- package/dist/SuperSelect/SuperSelect.components.js +1 -1
- package/dist/SuperSelect/SuperSelect.components.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.js +38 -38
- package/dist/SuperSelect/useSuperSelect.js +377 -62
- package/dist/SuperSelect/useSuperSelect.js.map +1 -1
- package/dist/Switch/Switch.styles.js +4 -4
- package/dist/Table/Table.styles.js +28 -28
- package/dist/TableShelf/TableShelf.styles.js +5 -5
- package/dist/Tabs/Tabs.styles.js +15 -15
- package/dist/Tearsheet/Tearsheet.styles.js +5 -5
- package/dist/TextArea/TextArea.styles.js +1 -1
- package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
- package/dist/Thumbnail/Thumbnail.hooks.d.ts +68 -68
- package/dist/Thumbnail/Thumbnail.styles.js +17 -17
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.d.ts +1 -1
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
- package/dist/TieredSelect/TieredSelect.styles.d.ts +4 -4
- package/dist/TieredSelect/TieredSelect.styles.js +9 -9
- package/dist/Tile/Tile.styles.js +8 -8
- package/dist/Title/Title.styles.js +7 -7
- package/dist/Toast/Toast.styles.js +3 -3
- package/dist/ToggleButton/ToggleButton.styles.js +1 -1
- package/dist/Token/Token.styles.js +3 -3
- package/dist/ToolHeader/ToolHeader.styles.js +6 -6
- package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
- package/dist/Tooltip/Tooltip.styles.js +2 -2
- package/dist/Tree/Tree.styles.js +9 -9
- package/dist/Typeahead/Typeahead.styles.js +3 -3
- package/dist/Typography/Typography.styles.js +1 -1
- package/dist/Typography/Typography.table.story.js +2 -2
- package/dist/UNSAFE_TEMPLATES_index.d.ts +15 -0
- package/dist/UNSAFE_TEMPLATES_index.js +9 -0
- package/dist/UNSAFE_TEMPLATES_index.js.map +1 -0
- package/dist/_hooks/I18n.d.ts +1207 -20
- package/dist/_hooks/I18n.js +9 -1
- package/dist/_hooks/I18n.js.map +1 -1
- package/dist/_locales/de-DE.json +2 -1
- package/dist/_locales/en-AU.json +2 -1
- package/dist/_locales/en-CA.json +2 -1
- package/dist/_locales/en-GB.json +2 -1
- package/dist/_locales/en.json +2 -1
- package/dist/_locales/es-ES.json +2 -1
- package/dist/_locales/es.json +3 -2
- package/dist/_locales/fr-CA.json +2 -1
- package/dist/_locales/fr-FR.json +2 -1
- package/dist/_locales/is-IS.json +2 -1
- package/dist/_locales/it-IT.json +2 -1
- package/dist/_locales/ja-JP.json +2 -1
- package/dist/_locales/nb-NO.json +1 -0
- package/dist/_locales/pl-PL.json +2 -1
- package/dist/_locales/pseudo.json +2 -1
- package/dist/_locales/pt-BR.json +2 -1
- package/dist/_locales/pt-PT.json +2 -1
- package/dist/_locales/th-TH.json +2 -1
- package/dist/_locales/zh-SG.json +2 -1
- package/dist/_locales/zh-TW.json +4 -3
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
- package/dist/_storyHelpers_/constants.js +1 -1
- package/dist/_storyHelpers_/constants.js.map +1 -1
- package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
- package/dist/_typedoc/Avatar/Avatar.types.json +22 -22
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +25 -27
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +13 -13
- package/dist/_typedoc/Box/Box.types.json +72 -72
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
- package/dist/_typedoc/Button/Button.types.json +15 -15
- package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
- package/dist/_typedoc/Card/Card.types.json +6 -6
- package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
- package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
- package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
- package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
- package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
- package/dist/_typedoc/Dropdown/Dropdown.types.json +39 -39
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +30 -30
- package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
- package/dist/_typedoc/EmptyState/EmptyState.types.json +16 -16
- package/dist/_typedoc/FileList/FileList.types.json +9 -9
- package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
- package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
- package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
- package/dist/_typedoc/Flex/Flex.types.json +27 -27
- package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
- package/dist/_typedoc/Form/Form.types.json +815 -815
- package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
- package/dist/_typedoc/Grid/Grid.types.json +8 -8
- package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
- package/dist/_typedoc/Input/Input.types.json +2 -2
- package/dist/_typedoc/Link/Link.types.json +1 -1
- package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
- package/dist/_typedoc/Menu/Menu.types.json +62 -62
- package/dist/_typedoc/MenuImperative/MenuImperative.types.json +116 -74
- package/dist/_typedoc/Modal/Modal.types.json +46 -46
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
- package/dist/_typedoc/NextTile/NextTile.types.json +32 -32
- package/dist/_typedoc/Notation/Notation.types.json +4 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +54 -54
- package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +32 -32
- package/dist/_typedoc/PageLayout/PageLayout.types.json +26 -26
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +30 -30
- package/dist/_typedoc/Pill/Pill.types.json +2 -2
- package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
- package/dist/_typedoc/Popover/Popover.types.json +15 -15
- package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
- package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
- package/dist/_typedoc/Required/Required.types.json +5 -5
- package/dist/_typedoc/Search/Search.types.json +18 -18
- package/dist/_typedoc/Section/Section.types.json +15 -15
- package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
- package/dist/_typedoc/Select/Select.types.json +62 -62
- package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
- package/dist/_typedoc/Slider/Slider.types.json +6 -6
- package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
- package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
- package/dist/_typedoc/Table/Table.types.json +101 -101
- package/dist/_typedoc/Tabs/Tabs.types.json +20 -20
- package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
- package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
- package/dist/_typedoc/TextEditor/TextEditor.types.json +9 -9
- package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
- package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
- package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
- package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
- package/dist/_typedoc/Tile/Tile.types.json +8 -8
- package/dist/_typedoc/Title/Title.types.json +3 -3
- package/dist/_typedoc/Toast/Toast.types.json +4 -4
- package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
- package/dist/_typedoc/Token/Token.types.json +7 -7
- package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
- package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +7 -7
- package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
- package/dist/_typedoc/Tree/Tree.types.json +88 -88
- package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
- package/dist/_typedoc/Typography/Typography.types.json +9 -9
- package/dist/_typedoc/_utils/types.json +3 -3
- package/dist/_typedoc/deprecations.json +1 -1
- package/dist/_utils/CalendarHelpers.js +6 -2
- package/dist/_utils/CalendarHelpers.js.map +1 -1
- package/dist/_utils/TinyMCE.js +5 -1
- package/dist/_utils/TinyMCE.js.map +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/package.json +4 -3
|
@@ -7,18 +7,12 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
7
7
|
}) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null) | undefined;
|
|
8
8
|
role: "link";
|
|
9
9
|
} & Required<Pick<Omit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref">, "href">> & {
|
|
10
|
-
is?: string | undefined;
|
|
11
|
-
translate?: "no" | "yes" | undefined;
|
|
12
|
-
type?: string | undefined;
|
|
13
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
14
|
-
slot?: string | undefined;
|
|
15
|
-
title?: string | undefined;
|
|
16
|
-
media?: string | undefined;
|
|
17
10
|
color?: string | undefined;
|
|
18
11
|
hidden?: boolean | undefined;
|
|
19
12
|
content?: string | undefined;
|
|
20
13
|
key?: import("react").Key | null | undefined;
|
|
21
14
|
defaultChecked?: boolean | undefined;
|
|
15
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
22
16
|
suppressContentEditableWarning?: boolean | undefined;
|
|
23
17
|
suppressHydrationWarning?: boolean | undefined;
|
|
24
18
|
accessKey?: string | undefined;
|
|
@@ -28,12 +22,15 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
28
22
|
contextMenu?: string | undefined;
|
|
29
23
|
dir?: string | undefined;
|
|
30
24
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
31
|
-
enterKeyHint?: "
|
|
25
|
+
enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
32
26
|
id?: string | undefined;
|
|
33
27
|
lang?: string | undefined;
|
|
34
28
|
nonce?: string | undefined;
|
|
29
|
+
slot?: string | undefined;
|
|
35
30
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
36
31
|
tabIndex?: number | undefined;
|
|
32
|
+
title?: string | undefined;
|
|
33
|
+
translate?: "yes" | "no" | undefined;
|
|
37
34
|
radioGroup?: string | undefined;
|
|
38
35
|
about?: string | undefined;
|
|
39
36
|
datatype?: string | undefined;
|
|
@@ -55,7 +52,8 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
55
52
|
results?: number | undefined;
|
|
56
53
|
security?: string | undefined;
|
|
57
54
|
unselectable?: "off" | "on" | undefined;
|
|
58
|
-
inputMode?: "
|
|
55
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
56
|
+
is?: string | undefined;
|
|
59
57
|
exportparts?: string | undefined;
|
|
60
58
|
part?: string | undefined;
|
|
61
59
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -70,17 +68,17 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
70
68
|
"aria-colindextext"?: string | undefined;
|
|
71
69
|
"aria-colspan"?: number | undefined;
|
|
72
70
|
"aria-controls"?: string | undefined;
|
|
73
|
-
"aria-current"?: boolean | "
|
|
71
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
74
72
|
"aria-describedby"?: string | undefined;
|
|
75
73
|
"aria-description"?: string | undefined;
|
|
76
74
|
"aria-details"?: string | undefined;
|
|
77
75
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
78
|
-
"aria-dropeffect"?: "
|
|
76
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
79
77
|
"aria-errormessage"?: string | undefined;
|
|
80
78
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
81
79
|
"aria-flowto"?: string | undefined;
|
|
82
80
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
83
|
-
"aria-haspopup"?: boolean | "
|
|
81
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
84
82
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
85
83
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
86
84
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -97,7 +95,7 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
97
95
|
"aria-posinset"?: number | undefined;
|
|
98
96
|
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
99
97
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
100
|
-
"aria-relevant"?: "
|
|
98
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
101
99
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
102
100
|
"aria-roledescription"?: string | undefined;
|
|
103
101
|
"aria-rowcount"?: number | undefined;
|
|
@@ -106,7 +104,7 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
106
104
|
"aria-rowspan"?: number | undefined;
|
|
107
105
|
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
108
106
|
"aria-setsize"?: number | undefined;
|
|
109
|
-
"aria-sort"?: "
|
|
107
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
110
108
|
"aria-valuemax"?: number | undefined;
|
|
111
109
|
"aria-valuemin"?: number | undefined;
|
|
112
110
|
"aria-valuenow"?: number | undefined;
|
|
@@ -275,8 +273,10 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
275
273
|
download?: any;
|
|
276
274
|
href?: string | undefined;
|
|
277
275
|
hrefLang?: string | undefined;
|
|
276
|
+
media?: string | undefined;
|
|
278
277
|
ping?: string | undefined;
|
|
279
278
|
target?: import("react").HTMLAttributeAnchorTarget | undefined;
|
|
279
|
+
type?: string | undefined;
|
|
280
280
|
referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
|
|
281
281
|
} & {
|
|
282
282
|
'aria-label': string;
|
|
@@ -288,18 +288,12 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
288
288
|
}) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null) | undefined;
|
|
289
289
|
role: "link";
|
|
290
290
|
} & Required<Pick<Omit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref">, "href">> & {
|
|
291
|
-
is?: string | undefined;
|
|
292
|
-
translate?: "no" | "yes" | undefined;
|
|
293
|
-
type?: string | undefined;
|
|
294
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
295
|
-
slot?: string | undefined;
|
|
296
|
-
title?: string | undefined;
|
|
297
|
-
media?: string | undefined;
|
|
298
291
|
color?: string | undefined;
|
|
299
292
|
hidden?: boolean | undefined;
|
|
300
293
|
content?: string | undefined;
|
|
301
294
|
key?: import("react").Key | null | undefined;
|
|
302
295
|
defaultChecked?: boolean | undefined;
|
|
296
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
303
297
|
suppressContentEditableWarning?: boolean | undefined;
|
|
304
298
|
suppressHydrationWarning?: boolean | undefined;
|
|
305
299
|
accessKey?: string | undefined;
|
|
@@ -309,12 +303,15 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
309
303
|
contextMenu?: string | undefined;
|
|
310
304
|
dir?: string | undefined;
|
|
311
305
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
312
|
-
enterKeyHint?: "
|
|
306
|
+
enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
313
307
|
id?: string | undefined;
|
|
314
308
|
lang?: string | undefined;
|
|
315
309
|
nonce?: string | undefined;
|
|
310
|
+
slot?: string | undefined;
|
|
316
311
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
317
312
|
tabIndex?: number | undefined;
|
|
313
|
+
title?: string | undefined;
|
|
314
|
+
translate?: "yes" | "no" | undefined;
|
|
318
315
|
radioGroup?: string | undefined;
|
|
319
316
|
about?: string | undefined;
|
|
320
317
|
datatype?: string | undefined;
|
|
@@ -336,7 +333,8 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
336
333
|
results?: number | undefined;
|
|
337
334
|
security?: string | undefined;
|
|
338
335
|
unselectable?: "off" | "on" | undefined;
|
|
339
|
-
inputMode?: "
|
|
336
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
337
|
+
is?: string | undefined;
|
|
340
338
|
exportparts?: string | undefined;
|
|
341
339
|
part?: string | undefined;
|
|
342
340
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -351,17 +349,17 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
351
349
|
"aria-colindextext"?: string | undefined;
|
|
352
350
|
"aria-colspan"?: number | undefined;
|
|
353
351
|
"aria-controls"?: string | undefined;
|
|
354
|
-
"aria-current"?: boolean | "
|
|
352
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
355
353
|
"aria-describedby"?: string | undefined;
|
|
356
354
|
"aria-description"?: string | undefined;
|
|
357
355
|
"aria-details"?: string | undefined;
|
|
358
356
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
359
|
-
"aria-dropeffect"?: "
|
|
357
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
360
358
|
"aria-errormessage"?: string | undefined;
|
|
361
359
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
362
360
|
"aria-flowto"?: string | undefined;
|
|
363
361
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
364
|
-
"aria-haspopup"?: boolean | "
|
|
362
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
365
363
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
366
364
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
367
365
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -378,7 +376,7 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
378
376
|
"aria-posinset"?: number | undefined;
|
|
379
377
|
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
380
378
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
381
|
-
"aria-relevant"?: "
|
|
379
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
382
380
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
383
381
|
"aria-roledescription"?: string | undefined;
|
|
384
382
|
"aria-rowcount"?: number | undefined;
|
|
@@ -387,7 +385,7 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
387
385
|
"aria-rowspan"?: number | undefined;
|
|
388
386
|
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
389
387
|
"aria-setsize"?: number | undefined;
|
|
390
|
-
"aria-sort"?: "
|
|
388
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
391
389
|
"aria-valuemax"?: number | undefined;
|
|
392
390
|
"aria-valuemin"?: number | undefined;
|
|
393
391
|
"aria-valuenow"?: number | undefined;
|
|
@@ -556,8 +554,10 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
556
554
|
download?: any;
|
|
557
555
|
href?: string | undefined;
|
|
558
556
|
hrefLang?: string | undefined;
|
|
557
|
+
media?: string | undefined;
|
|
559
558
|
ping?: string | undefined;
|
|
560
559
|
target?: import("react").HTMLAttributeAnchorTarget | undefined;
|
|
560
|
+
type?: string | undefined;
|
|
561
561
|
referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
|
|
562
562
|
} & {
|
|
563
563
|
'aria-labelledby': string;
|
|
@@ -569,16 +569,12 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
569
569
|
}) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null) | undefined;
|
|
570
570
|
role: "button";
|
|
571
571
|
} & Required<Pick<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, never>> & {
|
|
572
|
-
is?: string | undefined;
|
|
573
|
-
translate?: "no" | "yes" | undefined;
|
|
574
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
575
|
-
slot?: string | undefined;
|
|
576
|
-
title?: string | undefined;
|
|
577
572
|
color?: string | undefined;
|
|
578
573
|
hidden?: boolean | undefined;
|
|
579
574
|
content?: string | undefined;
|
|
580
575
|
key?: import("react").Key | null | undefined;
|
|
581
576
|
defaultChecked?: boolean | undefined;
|
|
577
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
582
578
|
suppressContentEditableWarning?: boolean | undefined;
|
|
583
579
|
suppressHydrationWarning?: boolean | undefined;
|
|
584
580
|
accessKey?: string | undefined;
|
|
@@ -588,12 +584,15 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
588
584
|
contextMenu?: string | undefined;
|
|
589
585
|
dir?: string | undefined;
|
|
590
586
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
591
|
-
enterKeyHint?: "
|
|
587
|
+
enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
592
588
|
id?: string | undefined;
|
|
593
589
|
lang?: string | undefined;
|
|
594
590
|
nonce?: string | undefined;
|
|
591
|
+
slot?: string | undefined;
|
|
595
592
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
596
593
|
tabIndex?: number | undefined;
|
|
594
|
+
title?: string | undefined;
|
|
595
|
+
translate?: "yes" | "no" | undefined;
|
|
597
596
|
radioGroup?: string | undefined;
|
|
598
597
|
about?: string | undefined;
|
|
599
598
|
datatype?: string | undefined;
|
|
@@ -615,7 +614,8 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
615
614
|
results?: number | undefined;
|
|
616
615
|
security?: string | undefined;
|
|
617
616
|
unselectable?: "off" | "on" | undefined;
|
|
618
|
-
inputMode?: "
|
|
617
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
618
|
+
is?: string | undefined;
|
|
619
619
|
exportparts?: string | undefined;
|
|
620
620
|
part?: string | undefined;
|
|
621
621
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -630,17 +630,17 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
630
630
|
"aria-colindextext"?: string | undefined;
|
|
631
631
|
"aria-colspan"?: number | undefined;
|
|
632
632
|
"aria-controls"?: string | undefined;
|
|
633
|
-
"aria-current"?: boolean | "
|
|
633
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
634
634
|
"aria-describedby"?: string | undefined;
|
|
635
635
|
"aria-description"?: string | undefined;
|
|
636
636
|
"aria-details"?: string | undefined;
|
|
637
637
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
638
|
-
"aria-dropeffect"?: "
|
|
638
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
639
639
|
"aria-errormessage"?: string | undefined;
|
|
640
640
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
641
641
|
"aria-flowto"?: string | undefined;
|
|
642
642
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
643
|
-
"aria-haspopup"?: boolean | "
|
|
643
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
644
644
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
645
645
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
646
646
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -657,7 +657,7 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
657
657
|
"aria-posinset"?: number | undefined;
|
|
658
658
|
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
659
659
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
660
|
-
"aria-relevant"?: "
|
|
660
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
661
661
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
662
662
|
"aria-roledescription"?: string | undefined;
|
|
663
663
|
"aria-rowcount"?: number | undefined;
|
|
@@ -666,7 +666,7 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
666
666
|
"aria-rowspan"?: number | undefined;
|
|
667
667
|
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
668
668
|
"aria-setsize"?: number | undefined;
|
|
669
|
-
"aria-sort"?: "
|
|
669
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
670
670
|
"aria-valuemax"?: number | undefined;
|
|
671
671
|
"aria-valuemin"?: number | undefined;
|
|
672
672
|
"aria-valuenow"?: number | undefined;
|
|
@@ -844,16 +844,12 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
844
844
|
}) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null) | undefined;
|
|
845
845
|
role: "button";
|
|
846
846
|
} & Required<Pick<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, never>> & {
|
|
847
|
-
is?: string | undefined;
|
|
848
|
-
translate?: "no" | "yes" | undefined;
|
|
849
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
850
|
-
slot?: string | undefined;
|
|
851
|
-
title?: string | undefined;
|
|
852
847
|
color?: string | undefined;
|
|
853
848
|
hidden?: boolean | undefined;
|
|
854
849
|
content?: string | undefined;
|
|
855
850
|
key?: import("react").Key | null | undefined;
|
|
856
851
|
defaultChecked?: boolean | undefined;
|
|
852
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
857
853
|
suppressContentEditableWarning?: boolean | undefined;
|
|
858
854
|
suppressHydrationWarning?: boolean | undefined;
|
|
859
855
|
accessKey?: string | undefined;
|
|
@@ -863,12 +859,15 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
863
859
|
contextMenu?: string | undefined;
|
|
864
860
|
dir?: string | undefined;
|
|
865
861
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
866
|
-
enterKeyHint?: "
|
|
862
|
+
enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
867
863
|
id?: string | undefined;
|
|
868
864
|
lang?: string | undefined;
|
|
869
865
|
nonce?: string | undefined;
|
|
866
|
+
slot?: string | undefined;
|
|
870
867
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
871
868
|
tabIndex?: number | undefined;
|
|
869
|
+
title?: string | undefined;
|
|
870
|
+
translate?: "yes" | "no" | undefined;
|
|
872
871
|
radioGroup?: string | undefined;
|
|
873
872
|
about?: string | undefined;
|
|
874
873
|
datatype?: string | undefined;
|
|
@@ -890,7 +889,8 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
890
889
|
results?: number | undefined;
|
|
891
890
|
security?: string | undefined;
|
|
892
891
|
unselectable?: "off" | "on" | undefined;
|
|
893
|
-
inputMode?: "
|
|
892
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
893
|
+
is?: string | undefined;
|
|
894
894
|
exportparts?: string | undefined;
|
|
895
895
|
part?: string | undefined;
|
|
896
896
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -905,17 +905,17 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
905
905
|
"aria-colindextext"?: string | undefined;
|
|
906
906
|
"aria-colspan"?: number | undefined;
|
|
907
907
|
"aria-controls"?: string | undefined;
|
|
908
|
-
"aria-current"?: boolean | "
|
|
908
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
909
909
|
"aria-describedby"?: string | undefined;
|
|
910
910
|
"aria-description"?: string | undefined;
|
|
911
911
|
"aria-details"?: string | undefined;
|
|
912
912
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
913
|
-
"aria-dropeffect"?: "
|
|
913
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
914
914
|
"aria-errormessage"?: string | undefined;
|
|
915
915
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
916
916
|
"aria-flowto"?: string | undefined;
|
|
917
917
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
918
|
-
"aria-haspopup"?: boolean | "
|
|
918
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
919
919
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
920
920
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
921
921
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -932,7 +932,7 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
932
932
|
"aria-posinset"?: number | undefined;
|
|
933
933
|
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
934
934
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
935
|
-
"aria-relevant"?: "
|
|
935
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
936
936
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
937
937
|
"aria-roledescription"?: string | undefined;
|
|
938
938
|
"aria-rowcount"?: number | undefined;
|
|
@@ -941,7 +941,7 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
941
941
|
"aria-rowspan"?: number | undefined;
|
|
942
942
|
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
943
943
|
"aria-setsize"?: number | undefined;
|
|
944
|
-
"aria-sort"?: "
|
|
944
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
945
945
|
"aria-valuemax"?: number | undefined;
|
|
946
946
|
"aria-valuemin"?: number | undefined;
|
|
947
947
|
"aria-valuenow"?: number | undefined;
|
|
@@ -1119,16 +1119,12 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
1119
1119
|
}) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null) | undefined;
|
|
1120
1120
|
role: "img";
|
|
1121
1121
|
} & Required<Pick<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, never>> & {
|
|
1122
|
-
is?: string | undefined;
|
|
1123
|
-
translate?: "no" | "yes" | undefined;
|
|
1124
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
1125
|
-
slot?: string | undefined;
|
|
1126
|
-
title?: string | undefined;
|
|
1127
1122
|
color?: string | undefined;
|
|
1128
1123
|
hidden?: boolean | undefined;
|
|
1129
1124
|
content?: string | undefined;
|
|
1130
1125
|
key?: import("react").Key | null | undefined;
|
|
1131
1126
|
defaultChecked?: boolean | undefined;
|
|
1127
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
1132
1128
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1133
1129
|
suppressHydrationWarning?: boolean | undefined;
|
|
1134
1130
|
accessKey?: string | undefined;
|
|
@@ -1138,12 +1134,15 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
1138
1134
|
contextMenu?: string | undefined;
|
|
1139
1135
|
dir?: string | undefined;
|
|
1140
1136
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
1141
|
-
enterKeyHint?: "
|
|
1137
|
+
enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
1142
1138
|
id?: string | undefined;
|
|
1143
1139
|
lang?: string | undefined;
|
|
1144
1140
|
nonce?: string | undefined;
|
|
1141
|
+
slot?: string | undefined;
|
|
1145
1142
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1146
1143
|
tabIndex?: number | undefined;
|
|
1144
|
+
title?: string | undefined;
|
|
1145
|
+
translate?: "yes" | "no" | undefined;
|
|
1147
1146
|
radioGroup?: string | undefined;
|
|
1148
1147
|
about?: string | undefined;
|
|
1149
1148
|
datatype?: string | undefined;
|
|
@@ -1165,7 +1164,8 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
1165
1164
|
results?: number | undefined;
|
|
1166
1165
|
security?: string | undefined;
|
|
1167
1166
|
unselectable?: "off" | "on" | undefined;
|
|
1168
|
-
inputMode?: "
|
|
1167
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1168
|
+
is?: string | undefined;
|
|
1169
1169
|
exportparts?: string | undefined;
|
|
1170
1170
|
part?: string | undefined;
|
|
1171
1171
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -1180,17 +1180,17 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
1180
1180
|
"aria-colindextext"?: string | undefined;
|
|
1181
1181
|
"aria-colspan"?: number | undefined;
|
|
1182
1182
|
"aria-controls"?: string | undefined;
|
|
1183
|
-
"aria-current"?: boolean | "
|
|
1183
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
1184
1184
|
"aria-describedby"?: string | undefined;
|
|
1185
1185
|
"aria-description"?: string | undefined;
|
|
1186
1186
|
"aria-details"?: string | undefined;
|
|
1187
1187
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1188
|
-
"aria-dropeffect"?: "
|
|
1188
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
1189
1189
|
"aria-errormessage"?: string | undefined;
|
|
1190
1190
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1191
1191
|
"aria-flowto"?: string | undefined;
|
|
1192
1192
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1193
|
-
"aria-haspopup"?: boolean | "
|
|
1193
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
1194
1194
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1195
1195
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1196
1196
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1207,7 +1207,7 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
1207
1207
|
"aria-posinset"?: number | undefined;
|
|
1208
1208
|
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1209
1209
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1210
|
-
"aria-relevant"?: "
|
|
1210
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1211
1211
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1212
1212
|
"aria-roledescription"?: string | undefined;
|
|
1213
1213
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1216,7 +1216,7 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
1216
1216
|
"aria-rowspan"?: number | undefined;
|
|
1217
1217
|
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
1218
1218
|
"aria-setsize"?: number | undefined;
|
|
1219
|
-
"aria-sort"?: "
|
|
1219
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1220
1220
|
"aria-valuemax"?: number | undefined;
|
|
1221
1221
|
"aria-valuemin"?: number | undefined;
|
|
1222
1222
|
"aria-valuenow"?: number | undefined;
|
|
@@ -1392,16 +1392,12 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
1392
1392
|
}) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null) | undefined;
|
|
1393
1393
|
role: "img";
|
|
1394
1394
|
} & Required<Pick<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, never>> & {
|
|
1395
|
-
is?: string | undefined;
|
|
1396
|
-
translate?: "no" | "yes" | undefined;
|
|
1397
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
1398
|
-
slot?: string | undefined;
|
|
1399
|
-
title?: string | undefined;
|
|
1400
1395
|
color?: string | undefined;
|
|
1401
1396
|
hidden?: boolean | undefined;
|
|
1402
1397
|
content?: string | undefined;
|
|
1403
1398
|
key?: import("react").Key | null | undefined;
|
|
1404
1399
|
defaultChecked?: boolean | undefined;
|
|
1400
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
1405
1401
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1406
1402
|
suppressHydrationWarning?: boolean | undefined;
|
|
1407
1403
|
accessKey?: string | undefined;
|
|
@@ -1411,12 +1407,15 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
1411
1407
|
contextMenu?: string | undefined;
|
|
1412
1408
|
dir?: string | undefined;
|
|
1413
1409
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
1414
|
-
enterKeyHint?: "
|
|
1410
|
+
enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
1415
1411
|
id?: string | undefined;
|
|
1416
1412
|
lang?: string | undefined;
|
|
1417
1413
|
nonce?: string | undefined;
|
|
1414
|
+
slot?: string | undefined;
|
|
1418
1415
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1419
1416
|
tabIndex?: number | undefined;
|
|
1417
|
+
title?: string | undefined;
|
|
1418
|
+
translate?: "yes" | "no" | undefined;
|
|
1420
1419
|
radioGroup?: string | undefined;
|
|
1421
1420
|
about?: string | undefined;
|
|
1422
1421
|
datatype?: string | undefined;
|
|
@@ -1438,7 +1437,8 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
1438
1437
|
results?: number | undefined;
|
|
1439
1438
|
security?: string | undefined;
|
|
1440
1439
|
unselectable?: "off" | "on" | undefined;
|
|
1441
|
-
inputMode?: "
|
|
1440
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1441
|
+
is?: string | undefined;
|
|
1442
1442
|
exportparts?: string | undefined;
|
|
1443
1443
|
part?: string | undefined;
|
|
1444
1444
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -1453,17 +1453,17 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
1453
1453
|
"aria-colindextext"?: string | undefined;
|
|
1454
1454
|
"aria-colspan"?: number | undefined;
|
|
1455
1455
|
"aria-controls"?: string | undefined;
|
|
1456
|
-
"aria-current"?: boolean | "
|
|
1456
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
1457
1457
|
"aria-describedby"?: string | undefined;
|
|
1458
1458
|
"aria-description"?: string | undefined;
|
|
1459
1459
|
"aria-details"?: string | undefined;
|
|
1460
1460
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1461
|
-
"aria-dropeffect"?: "
|
|
1461
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
1462
1462
|
"aria-errormessage"?: string | undefined;
|
|
1463
1463
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1464
1464
|
"aria-flowto"?: string | undefined;
|
|
1465
1465
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1466
|
-
"aria-haspopup"?: boolean | "
|
|
1466
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
1467
1467
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1468
1468
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1469
1469
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1480,7 +1480,7 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
1480
1480
|
"aria-posinset"?: number | undefined;
|
|
1481
1481
|
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1482
1482
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1483
|
-
"aria-relevant"?: "
|
|
1483
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1484
1484
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1485
1485
|
"aria-roledescription"?: string | undefined;
|
|
1486
1486
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1489,7 +1489,7 @@ export declare const StyledAvatar: import("styled-components/dist/types").IStyle
|
|
|
1489
1489
|
"aria-rowspan"?: number | undefined;
|
|
1490
1490
|
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
1491
1491
|
"aria-setsize"?: number | undefined;
|
|
1492
|
-
"aria-sort"?: "
|
|
1492
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1493
1493
|
"aria-valuemax"?: number | undefined;
|
|
1494
1494
|
"aria-valuemin"?: number | undefined;
|
|
1495
1495
|
"aria-valuenow"?: number | undefined;
|
|
@@ -7,32 +7,32 @@ import { spacing } from '../_styles/spacing';
|
|
|
7
7
|
var maxModalWidth = 528;
|
|
8
8
|
var StyledBaseAvatar = /*#__PURE__*/styled(Avatar).withConfig({
|
|
9
9
|
displayName: "StyledBaseAvatar",
|
|
10
|
-
componentId: "core-
|
|
10
|
+
componentId: "core-12_31_0__sc-ft72hu-0"
|
|
11
11
|
})(["border-color:", ";border-style:solid;border-width:1px;&:hover{z-index:1;}&[role='img']:focus{outline:none;}"], colors.white);
|
|
12
12
|
export var StyledAvatar = /*#__PURE__*/styled(StyledBaseAvatar).withConfig({
|
|
13
13
|
displayName: "StyledAvatar",
|
|
14
|
-
componentId: "core-
|
|
14
|
+
componentId: "core-12_31_0__sc-ft72hu-1"
|
|
15
15
|
})(["background-color:", ";"], function (props) {
|
|
16
16
|
return colors[props.$color];
|
|
17
17
|
});
|
|
18
18
|
export var StyledContactItems = /*#__PURE__*/styled.div.withConfig({
|
|
19
19
|
displayName: "StyledContactItems",
|
|
20
|
-
componentId: "core-
|
|
20
|
+
componentId: "core-12_31_0__sc-ft72hu-2"
|
|
21
21
|
})(["padding-top:", "px;padding-bottom:", "px;padding-left:", "px;"], spacing.sm, spacing.sm, spacing.xs);
|
|
22
22
|
export var StyledWrapper = /*#__PURE__*/styled.div.withConfig({
|
|
23
23
|
displayName: "StyledWrapper",
|
|
24
|
-
componentId: "core-
|
|
24
|
+
componentId: "core-12_31_0__sc-ft72hu-3"
|
|
25
25
|
})(["display:flex;", " + ", "{margin-left:-", "px;}"], StyledAvatar, StyledAvatar, spacing.sm);
|
|
26
26
|
export var StyledViewAllWrapper = /*#__PURE__*/styled.div.withConfig({
|
|
27
27
|
displayName: "StyledViewAllWrapper",
|
|
28
|
-
componentId: "core-
|
|
28
|
+
componentId: "core-12_31_0__sc-ft72hu-4"
|
|
29
29
|
})(["display:flex;margin-left:", "px;margin-bottom:", "px;"], spacing.md, spacing.lg);
|
|
30
30
|
export var StyledModalBody = /*#__PURE__*/styled(Modal.Body).withConfig({
|
|
31
31
|
displayName: "StyledModalBody",
|
|
32
|
-
componentId: "core-
|
|
32
|
+
componentId: "core-12_31_0__sc-ft72hu-5"
|
|
33
33
|
})(["max-width:", "px;"], maxModalWidth);
|
|
34
34
|
export var StyledContactItem = /*#__PURE__*/styled(ContactItem).withConfig({
|
|
35
35
|
displayName: "StyledContactItem",
|
|
36
|
-
componentId: "core-
|
|
36
|
+
componentId: "core-12_31_0__sc-ft72hu-6"
|
|
37
37
|
})(["flex-shrink:0;"]);
|
|
38
38
|
//# sourceMappingURL=AvatarStack.styles.js.map
|
|
@@ -69,8 +69,6 @@ export interface AvatarStackProps<Item extends AvatarStackItem = AvatarStackItem
|
|
|
69
69
|
* Avatar stack size
|
|
70
70
|
* @defaultValue lg
|
|
71
71
|
* @since 10.19.0
|
|
72
|
-
* @deprecated Size "sm" has been deprecated and will be removed in a future version.
|
|
73
|
-
* @deprecatedSince 12.18.0
|
|
74
72
|
*/
|
|
75
73
|
size?: AvatarStackSize;
|
|
76
74
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AvatarStack.types.js","names":[],"sources":["../../src/AvatarStack/AvatarStack.types.ts"],"sourcesContent":["export type AvatarStackItemId = string | number\n\nexport type AvatarStackItemType = 'company' | 'user' | 'group'\n\nexport interface AvatarStackItem {\n /**\n * Avatar ID\n * @since 10.19.0\n */\n id: AvatarStackItemId\n /**\n * Avatar name\n * @since 10.19.0\n */\n name: string\n /**\n * Avatar type\n * @since 10.19.0\n */\n type: AvatarStackItemType\n /**\n * Avatar description\n * @since 10.19.0\n */\n description?: string\n /**\n * Avatar image URL\n * @since 10.19.0\n */\n imageUrl?: string\n /**\n * Avatar link URL\n * @since 10.19.0\n */\n linkUrl?: string\n /**\n * Avatar initials\n * @since 10.19.0\n */\n initials?: string\n /**\n * Avatar inactive state\n * @defaultValue false\n * @since 10.19.0\n */\n inactive?: boolean\n}\n\nexport type AvatarStackSize = 'sm' | 'md' | 'lg'\n\nexport interface AvatarStackProps<\n Item extends AvatarStackItem = AvatarStackItem\n> {\n /**\n * Avatar stack items\n * @since 10.22.0\n */\n items: Item[]\n /**\n * Avatar item imageURL getter\n * @since 10.22.0\n */\n getImageUrl?: (item: Item) => string\n /**\n * Avatar item initials getter\n * @since 10.22.0\n */\n getInitials?: (item: Item) => string\n /**\n * Avatar stack title\n * @since 10.19.0\n */\n title: string\n\n /**\n * Avatar stack size\n * @defaultValue lg\n * @since 10.19.0\n
|
|
1
|
+
{"version":3,"file":"AvatarStack.types.js","names":[],"sources":["../../src/AvatarStack/AvatarStack.types.ts"],"sourcesContent":["export type AvatarStackItemId = string | number\n\nexport type AvatarStackItemType = 'company' | 'user' | 'group'\n\nexport interface AvatarStackItem {\n /**\n * Avatar ID\n * @since 10.19.0\n */\n id: AvatarStackItemId\n /**\n * Avatar name\n * @since 10.19.0\n */\n name: string\n /**\n * Avatar type\n * @since 10.19.0\n */\n type: AvatarStackItemType\n /**\n * Avatar description\n * @since 10.19.0\n */\n description?: string\n /**\n * Avatar image URL\n * @since 10.19.0\n */\n imageUrl?: string\n /**\n * Avatar link URL\n * @since 10.19.0\n */\n linkUrl?: string\n /**\n * Avatar initials\n * @since 10.19.0\n */\n initials?: string\n /**\n * Avatar inactive state\n * @defaultValue false\n * @since 10.19.0\n */\n inactive?: boolean\n}\n\nexport type AvatarStackSize = 'sm' | 'md' | 'lg'\n\nexport interface AvatarStackProps<\n Item extends AvatarStackItem = AvatarStackItem\n> {\n /**\n * Avatar stack items\n * @since 10.22.0\n */\n items: Item[]\n /**\n * Avatar item imageURL getter\n * @since 10.22.0\n */\n getImageUrl?: (item: Item) => string\n /**\n * Avatar item initials getter\n * @since 10.22.0\n */\n getInitials?: (item: Item) => string\n /**\n * Avatar stack title\n * @since 10.19.0\n */\n title: string\n\n /**\n * Avatar stack size\n * @defaultValue lg\n * @since 10.19.0\n */\n size?: AvatarStackSize\n\n /**\n * The callback to run when user clicks on view all button.\n * If provided, the modal with all items will not be shown.\n * @since 12.12.0\n */\n onClickViewAll?: () => void\n}\n\nexport interface FoldedAvatarStackProps<Item extends AvatarStackItem> {\n /**\n * @since 10.22.0\n */\n items: Item[]\n /**\n * @since 10.19.0\n */\n onClickViewAll: () => void\n /**\n * @since 10.19.0\n */\n size: AvatarStackSize\n /**\n * @since 10.19.0\n */\n restCountLabel: string\n /**\n * @since 10.19.0\n */\n isViewAllNeeded: boolean\n /**\n * @since 11.13.0\n */\n title: string\n}\n\nexport interface ViewAllModalProps<Item extends AvatarStackItem> {\n /**\n * @since 10.22.0\n */\n items: Item[]\n /**\n * @since 10.19.0\n */\n onClose: () => void\n /**\n * @since 10.19.0\n */\n isOpen: boolean\n /**\n * @since 10.19.0\n */\n title: string\n}\n"],"mappings":""}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import styled from 'styled-components';
|
|
2
2
|
export var StyledBadge = /*#__PURE__*/styled.div.withConfig({
|
|
3
3
|
displayName: "StyledBadge",
|
|
4
|
-
componentId: "core-
|
|
4
|
+
componentId: "core-12_31_0__sc-rpertu-0"
|
|
5
5
|
})(["display:inline-block;position:relative;"]);
|
|
6
6
|
export var StyledBadgeLabel = /*#__PURE__*/styled.span.withConfig({
|
|
7
7
|
displayName: "StyledBadgeLabel",
|
|
8
|
-
componentId: "core-
|
|
8
|
+
componentId: "core-12_31_0__sc-rpertu-1"
|
|
9
9
|
})(["bottom:100%;position:absolute;right:0;transform:translateX(50%) translateY(50%);"]);
|
|
10
10
|
//# sourceMappingURL=Badge.styles.js.map
|