@procore/core-react 12.30.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 +14 -0
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/AvatarStack/AvatarStack.styles.d.ts +76 -76
- package/dist/AvatarStack/AvatarStack.styles.js +7 -7
- 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.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.js +38 -38
- 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 +20 -20
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
- 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/_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 +3 -2
|
@@ -4,22 +4,22 @@ import { spacing } from '../_styles/spacing';
|
|
|
4
4
|
var tableShelfShadow = '-4px 0px 5px 0px rgba(112, 112, 112, 0.1)';
|
|
5
5
|
export var StyledShelf = /*#__PURE__*/styled.div.withConfig({
|
|
6
6
|
displayName: "StyledShelf",
|
|
7
|
-
componentId: "core-
|
|
7
|
+
componentId: "core-12_31_0__sc-a6498a-0"
|
|
8
8
|
})(["position:absolute;right:0;top:0;bottom:0;box-shadow:", ";background-color:", ";"], tableShelfShadow, colors.white);
|
|
9
9
|
export var StyledHead = /*#__PURE__*/styled.div.withConfig({
|
|
10
10
|
displayName: "StyledHead",
|
|
11
|
-
componentId: "core-
|
|
11
|
+
componentId: "core-12_31_0__sc-a6498a-1"
|
|
12
12
|
})(["background-color:", ";transition:background-color 0.2s ease-in-out;"], colors.gray96);
|
|
13
13
|
export var StyledBodyRow = /*#__PURE__*/styled.div.withConfig({
|
|
14
14
|
displayName: "StyledBodyRow",
|
|
15
|
-
componentId: "core-
|
|
15
|
+
componentId: "core-12_31_0__sc-a6498a-2"
|
|
16
16
|
})(["border-top:1px solid ", ";transition:background-color 0.2s ease-in-out;"], colors.gray85);
|
|
17
17
|
export var StyledHeadCell = /*#__PURE__*/styled.div.withConfig({
|
|
18
18
|
displayName: "StyledHeadCell",
|
|
19
|
-
componentId: "core-
|
|
19
|
+
componentId: "core-12_31_0__sc-a6498a-3"
|
|
20
20
|
})(["text-align:left;padding:", "px;line-height:13px;"], spacing.lg);
|
|
21
21
|
export var StyledBodyCell = /*#__PURE__*/styled.div.withConfig({
|
|
22
22
|
displayName: "StyledBodyCell",
|
|
23
|
-
componentId: "core-
|
|
23
|
+
componentId: "core-12_31_0__sc-a6498a-4"
|
|
24
24
|
})(["padding:", "px;line-height:13px;"], spacing.lg);
|
|
25
25
|
//# sourceMappingURL=TableShelf.styles.js.map
|
package/dist/Tabs/Tabs.styles.js
CHANGED
|
@@ -17,17 +17,17 @@ var borderRadius = /*#__PURE__*/css(["border-radius:", "px ", "px 0 0;"], spacin
|
|
|
17
17
|
*/
|
|
18
18
|
var StyledTabBase = /*#__PURE__*/styled.div.withConfig({
|
|
19
19
|
displayName: "StyledTabBase",
|
|
20
|
-
componentId: "core-
|
|
20
|
+
componentId: "core-12_31_0__sc-17s58xs-0"
|
|
21
21
|
})(["align-items:center;box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 auto;justify-content:center;position:relative;white-space:nowrap;text-decoration:none;background-color:transparent;border:none;font-family:inherit;padding:0;"]);
|
|
22
22
|
var StyledTabInnerBase = /*#__PURE__*/styled.div.withConfig({
|
|
23
23
|
displayName: "StyledTabInnerBase",
|
|
24
|
-
componentId: "core-
|
|
24
|
+
componentId: "core-12_31_0__sc-17s58xs-1"
|
|
25
25
|
})(["align-self:baseline;box-sizing:border-box;&,> a{display:flex;text-decoration:none;width:100%;}"]);
|
|
26
26
|
|
|
27
27
|
// This so that it can be visible/hidden via CSS down below
|
|
28
28
|
var StyledDropdownTabBase = /*#__PURE__*/styled(StyledTabBase).withConfig({
|
|
29
29
|
displayName: "StyledDropdownTabBase",
|
|
30
|
-
componentId: "core-
|
|
30
|
+
componentId: "core-12_31_0__sc-17s58xs-2"
|
|
31
31
|
})(["", ""], hiddenTab);
|
|
32
32
|
|
|
33
33
|
//// END BASE LAYOUT COMPONENTS FOR TABS ////
|
|
@@ -50,11 +50,11 @@ function getTabStyle() {
|
|
|
50
50
|
}
|
|
51
51
|
var StyledTab = /*#__PURE__*/styled(StyledTabBase).withConfig({
|
|
52
52
|
displayName: "StyledTab",
|
|
53
|
-
componentId: "core-
|
|
53
|
+
componentId: "core-12_31_0__sc-17s58xs-3"
|
|
54
54
|
})(["", ""], getTabStyle);
|
|
55
55
|
var StyledTabInner = /*#__PURE__*/styled(StyledTabInnerBase).withConfig({
|
|
56
56
|
displayName: "StyledTabInner",
|
|
57
|
-
componentId: "core-
|
|
57
|
+
componentId: "core-12_31_0__sc-17s58xs-4"
|
|
58
58
|
})(["", " padding:0 ", "px;font-weight:", ";&,> a{", ";color:", ";height:23px;}", ""], getTypographyIntent('body'), spacing.xs, function (_ref3) {
|
|
59
59
|
var $selected = _ref3.$selected;
|
|
60
60
|
return $selected ? 600 : 400;
|
|
@@ -67,15 +67,15 @@ var StyledTabInner = /*#__PURE__*/styled(StyledTabInnerBase).withConfig({
|
|
|
67
67
|
});
|
|
68
68
|
var StyledDropdownTab = /*#__PURE__*/styled(StyledDropdownTabBase).withConfig({
|
|
69
69
|
displayName: "StyledDropdownTab",
|
|
70
|
-
componentId: "core-
|
|
70
|
+
componentId: "core-12_31_0__sc-17s58xs-5"
|
|
71
71
|
})(["", ""], getTabStyle);
|
|
72
72
|
var StyledDropdownTabInner = /*#__PURE__*/styled(StyledTabInner).withConfig({
|
|
73
73
|
displayName: "StyledDropdownTabInner",
|
|
74
|
-
componentId: "core-
|
|
74
|
+
componentId: "core-12_31_0__sc-17s58xs-6"
|
|
75
75
|
})(["align-items:center;cursor:pointer;display:inline-flex;"]);
|
|
76
76
|
var StyledLink = /*#__PURE__*/styled.span.withConfig({
|
|
77
77
|
displayName: "StyledLink",
|
|
78
|
-
componentId: "core-
|
|
78
|
+
componentId: "core-12_31_0__sc-17s58xs-7"
|
|
79
79
|
})(["align-items:center;display:flex;height:23px;", ";box-sizing:border-box;"], borderRadius);
|
|
80
80
|
|
|
81
81
|
//// END TRADITIONAL DESIGN SYSTEM TAB STYLES ////
|
|
@@ -92,34 +92,34 @@ function getHelixHeaderTabStyles() {
|
|
|
92
92
|
}
|
|
93
93
|
var StyledGlobalNavigationTab = /*#__PURE__*/styled(StyledTabBase).withConfig({
|
|
94
94
|
displayName: "StyledGlobalNavigationTab",
|
|
95
|
-
componentId: "core-
|
|
95
|
+
componentId: "core-12_31_0__sc-17s58xs-8"
|
|
96
96
|
})(["", ""], getHelixHeaderTabStyles);
|
|
97
97
|
var StyledGlobalNavigationDropdownTab = /*#__PURE__*/styled(StyledDropdownTabBase).withConfig({
|
|
98
98
|
displayName: "StyledGlobalNavigationDropdownTab",
|
|
99
|
-
componentId: "core-
|
|
99
|
+
componentId: "core-12_31_0__sc-17s58xs-9"
|
|
100
100
|
})(["", ""], getHelixHeaderTabStyles);
|
|
101
101
|
var StyledGlobalNavigationDropdownTabInner = /*#__PURE__*/styled(StyledTabInnerBase).withConfig({
|
|
102
102
|
displayName: "StyledGlobalNavigationDropdownTabInner",
|
|
103
|
-
componentId: "core-
|
|
103
|
+
componentId: "core-12_31_0__sc-17s58xs-10"
|
|
104
104
|
})(["align-items:center;cursor:pointer;display:inline-flex;"]);
|
|
105
105
|
var StyledGlobalNavigationLink = /*#__PURE__*/styled.span.withConfig({
|
|
106
106
|
displayName: "StyledGlobalNavigationLink",
|
|
107
|
-
componentId: "core-
|
|
107
|
+
componentId: "core-12_31_0__sc-17s58xs-11"
|
|
108
108
|
})(["padding-left:6px;padding-right:6px;"]);
|
|
109
109
|
|
|
110
110
|
//// END HELIX GLOBAL NAVIGATION TAB STYLES ////
|
|
111
111
|
|
|
112
112
|
export var StyledOverlay = /*#__PURE__*/styled(Card).withConfig({
|
|
113
113
|
displayName: "StyledOverlay",
|
|
114
|
-
componentId: "core-
|
|
114
|
+
componentId: "core-12_31_0__sc-17s58xs-12"
|
|
115
115
|
})(["max-height:40vh;", "{padding:0;display:flex;justify-content:center;a{margin:unset;padding:unset;}}", "{padding:0;display:flex;}", "{padding:2px 16px 4px 16px;}", ",", "{color:", ";border-radius:0;display:flex;width:100%;background:inherit;font-weight:inherit;font-size:inherit;padding:0;}[data-selected='true']{", ",", "{border-bottom-color:transparent;color:", ";}}"], StyledItem, StyledLink, StyledTabInnerBase, StyledLink, StyledTabBase, colors.gray15, StyledLink, StyledTabBase, colors.blue50);
|
|
116
116
|
export var StyledTabList = /*#__PURE__*/styled.div.withConfig({
|
|
117
117
|
displayName: "StyledTabList",
|
|
118
|
-
componentId: "core-
|
|
118
|
+
componentId: "core-12_31_0__sc-17s58xs-13"
|
|
119
119
|
})(["display:flex;width:100%;"]);
|
|
120
120
|
export var StyledTabs = /*#__PURE__*/styled.nav.withConfig({
|
|
121
121
|
displayName: "StyledTabs",
|
|
122
|
-
componentId: "core-
|
|
122
|
+
componentId: "core-12_31_0__sc-17s58xs-14"
|
|
123
123
|
})(["background-color:", ";display:flex;overflow:hidden;width:100%;", "{&:nth-child(1n + ", "){&:not(", "){", "}}}", ""], function (_ref6) {
|
|
124
124
|
var $dark = _ref6.$dark;
|
|
125
125
|
return $dark && colors.gray15;
|
|
@@ -48,7 +48,7 @@ var getSlideOutAnimation = function getSlideOutAnimation($placement) {
|
|
|
48
48
|
};
|
|
49
49
|
export var StyledTearsheetContent = /*#__PURE__*/styled.div.withConfig({
|
|
50
50
|
displayName: "StyledTearsheetContent",
|
|
51
|
-
componentId: "core-
|
|
51
|
+
componentId: "core-12_31_0__sc-ljrxoq-0"
|
|
52
52
|
})(["display:flex;z-index:2;width:100%;", " ", " ", " ", ""], function (_ref) {
|
|
53
53
|
var $open = _ref.$open,
|
|
54
54
|
$placement = _ref.$placement;
|
|
@@ -68,7 +68,7 @@ export var StyledTearsheetContent = /*#__PURE__*/styled.div.withConfig({
|
|
|
68
68
|
export var minScrimSize = spacing.xxl * 3;
|
|
69
69
|
export var StyledTearsheetBody = /*#__PURE__*/styled.div.withConfig({
|
|
70
70
|
displayName: "StyledTearsheetBody",
|
|
71
|
-
componentId: "core-
|
|
71
|
+
componentId: "core-12_31_0__sc-ljrxoq-1"
|
|
72
72
|
})(["display:flex;overflow-y:auto;flex-direction:column;background-color:", ";&:focus-visible{", "}", " ", "}"], colors.white, getFocusInset(), function (_ref5) {
|
|
73
73
|
var $block = _ref5.$block,
|
|
74
74
|
$placement = _ref5.$placement,
|
|
@@ -89,7 +89,7 @@ var zoomIn = /*#__PURE__*/keyframes(["from{transform:scale(0);}to{transform:scal
|
|
|
89
89
|
var zoomOut = /*#__PURE__*/keyframes(["from{transform:scale(1);}to{transform:scale(0);}"]);
|
|
90
90
|
export var StyledScrimContainer = /*#__PURE__*/styled.div.withConfig({
|
|
91
91
|
displayName: "StyledScrimContainer",
|
|
92
|
-
componentId: "core-
|
|
92
|
+
componentId: "core-12_31_0__sc-ljrxoq-2"
|
|
93
93
|
})(["", ""], function (_ref7) {
|
|
94
94
|
var $placement = _ref7.$placement;
|
|
95
95
|
var minSizeProp = ['top', 'bottom'].includes($placement) ? 'min-height' : 'min-width';
|
|
@@ -97,7 +97,7 @@ export var StyledScrimContainer = /*#__PURE__*/styled.div.withConfig({
|
|
|
97
97
|
});
|
|
98
98
|
export var StyledButtonContainer = /*#__PURE__*/styled.div.withConfig({
|
|
99
99
|
displayName: "StyledButtonContainer",
|
|
100
|
-
componentId: "core-
|
|
100
|
+
componentId: "core-12_31_0__sc-ljrxoq-3"
|
|
101
101
|
})(["", ""], function (_ref8) {
|
|
102
102
|
var $placement = _ref8.$placement;
|
|
103
103
|
switch ($placement) {
|
|
@@ -112,7 +112,7 @@ export var StyledButtonContainer = /*#__PURE__*/styled.div.withConfig({
|
|
|
112
112
|
});
|
|
113
113
|
export var StyledButtonCard = /*#__PURE__*/styled(Card).withConfig({
|
|
114
114
|
displayName: "StyledButtonCard",
|
|
115
|
-
componentId: "core-
|
|
115
|
+
componentId: "core-12_31_0__sc-ljrxoq-4"
|
|
116
116
|
})(["display:inline-flex;margin:", "px;", " ", " ", ""], spacing.xl, function (_ref9) {
|
|
117
117
|
var $open = _ref9.$open;
|
|
118
118
|
return $open ? css(["transform:scale(1);"]) : css(["transform:scale(0);"]);
|
|
@@ -3,7 +3,7 @@ import { getInputStyles } from '../Input/Input.styles';
|
|
|
3
3
|
import { spacing } from '../_styles/spacing';
|
|
4
4
|
export var StyledTextArea = /*#__PURE__*/styled.textarea.withConfig({
|
|
5
5
|
displayName: "StyledTextArea",
|
|
6
|
-
componentId: "core-
|
|
6
|
+
componentId: "core-12_31_0__sc-u5mow1-0"
|
|
7
7
|
})(["", ";height:auto;min-height:64px;padding:", "px ", "px;resize:", ";"], getInputStyles, spacing.sm, spacing.md, function (_ref) {
|
|
8
8
|
var _ref$$resize = _ref.$resize,
|
|
9
9
|
$resize = _ref$$resize === void 0 ? 'both' : _ref$$resize;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import styled from 'styled-components';
|
|
2
2
|
export var StyledEditor = /*#__PURE__*/styled.div.withConfig({
|
|
3
3
|
displayName: "StyledEditor",
|
|
4
|
-
componentId: "core-
|
|
4
|
+
componentId: "core-12_31_0__sc-1lje1b0-0"
|
|
5
5
|
})(["> .tox-tinymce{border:none;}"]);
|
|
6
6
|
//# sourceMappingURL=TextEditorOutput.styles.js.map
|
|
@@ -28,16 +28,12 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
28
28
|
toggleState: import("react-stately").ToggleState;
|
|
29
29
|
as: React.ElementType<any, keyof React.JSX.IntrinsicElements>;
|
|
30
30
|
role: "figure";
|
|
31
|
-
is?: string | undefined;
|
|
32
|
-
translate?: "no" | "yes" | undefined;
|
|
33
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
34
|
-
slot?: string | undefined;
|
|
35
|
-
title?: string | undefined;
|
|
36
31
|
color?: string | undefined;
|
|
37
32
|
hidden?: boolean | undefined;
|
|
38
33
|
content?: string | undefined;
|
|
39
34
|
key?: React.Key | null | undefined;
|
|
40
35
|
defaultChecked?: boolean | undefined;
|
|
36
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
41
37
|
suppressContentEditableWarning?: boolean | undefined;
|
|
42
38
|
suppressHydrationWarning?: boolean | undefined;
|
|
43
39
|
accessKey?: string | undefined;
|
|
@@ -47,11 +43,14 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
47
43
|
contextMenu?: string | undefined;
|
|
48
44
|
dir?: string | undefined;
|
|
49
45
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
50
|
-
enterKeyHint?: "
|
|
46
|
+
enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
51
47
|
id?: string | undefined;
|
|
52
48
|
lang?: string | undefined;
|
|
53
49
|
nonce?: string | undefined;
|
|
50
|
+
slot?: string | undefined;
|
|
54
51
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
52
|
+
title?: string | undefined;
|
|
53
|
+
translate?: "yes" | "no" | undefined;
|
|
55
54
|
radioGroup?: string | undefined;
|
|
56
55
|
about?: string | undefined;
|
|
57
56
|
datatype?: string | undefined;
|
|
@@ -73,7 +72,8 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
73
72
|
results?: number | undefined;
|
|
74
73
|
security?: string | undefined;
|
|
75
74
|
unselectable?: "off" | "on" | undefined;
|
|
76
|
-
inputMode?: "
|
|
75
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
76
|
+
is?: string | undefined;
|
|
77
77
|
exportparts?: string | undefined;
|
|
78
78
|
part?: string | undefined;
|
|
79
79
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -88,17 +88,17 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
88
88
|
"aria-colindextext"?: string | undefined;
|
|
89
89
|
"aria-colspan"?: number | undefined;
|
|
90
90
|
"aria-controls"?: string | undefined;
|
|
91
|
-
"aria-current"?: boolean | "
|
|
91
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
92
92
|
"aria-describedby"?: string | undefined;
|
|
93
93
|
"aria-description"?: string | undefined;
|
|
94
94
|
"aria-details"?: string | undefined;
|
|
95
95
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
96
|
-
"aria-dropeffect"?: "
|
|
96
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
97
97
|
"aria-errormessage"?: string | undefined;
|
|
98
98
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
99
99
|
"aria-flowto"?: string | undefined;
|
|
100
100
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
101
|
-
"aria-haspopup"?: boolean | "
|
|
101
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
102
102
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
103
103
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
104
104
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -115,7 +115,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
115
115
|
"aria-posinset"?: number | undefined;
|
|
116
116
|
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
117
117
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
118
|
-
"aria-relevant"?: "
|
|
118
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
119
119
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
120
120
|
"aria-roledescription"?: string | undefined;
|
|
121
121
|
"aria-rowcount"?: number | undefined;
|
|
@@ -124,7 +124,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
124
124
|
"aria-rowspan"?: number | undefined;
|
|
125
125
|
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
126
126
|
"aria-setsize"?: number | undefined;
|
|
127
|
-
"aria-sort"?: "
|
|
127
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
128
128
|
"aria-valuemax"?: number | undefined;
|
|
129
129
|
"aria-valuemin"?: number | undefined;
|
|
130
130
|
"aria-valuenow"?: number | undefined;
|
|
@@ -297,7 +297,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
297
297
|
children?: React.ReactNode;
|
|
298
298
|
className?: string | undefined;
|
|
299
299
|
style?: React.CSSProperties | undefined;
|
|
300
|
-
ref?: ((instance: HTMLElement | null) => void) |
|
|
300
|
+
ref?: React.RefObject<HTMLElement> | ((instance: HTMLElement | null) => void) | null | undefined;
|
|
301
301
|
} | {
|
|
302
302
|
label: string;
|
|
303
303
|
caption: string;
|
|
@@ -326,16 +326,12 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
326
326
|
toggleState: import("react-stately").ToggleState;
|
|
327
327
|
as: string;
|
|
328
328
|
role: "figure";
|
|
329
|
-
is?: string | undefined;
|
|
330
|
-
translate?: "no" | "yes" | undefined;
|
|
331
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
332
|
-
slot?: string | undefined;
|
|
333
|
-
title?: string | undefined;
|
|
334
329
|
color?: string | undefined;
|
|
335
330
|
hidden?: boolean | undefined;
|
|
336
331
|
content?: string | undefined;
|
|
337
332
|
key?: React.Key | null | undefined;
|
|
338
333
|
defaultChecked?: boolean | undefined;
|
|
334
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
339
335
|
suppressContentEditableWarning?: boolean | undefined;
|
|
340
336
|
suppressHydrationWarning?: boolean | undefined;
|
|
341
337
|
accessKey?: string | undefined;
|
|
@@ -345,11 +341,14 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
345
341
|
contextMenu?: string | undefined;
|
|
346
342
|
dir?: string | undefined;
|
|
347
343
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
348
|
-
enterKeyHint?: "
|
|
344
|
+
enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
349
345
|
id?: string | undefined;
|
|
350
346
|
lang?: string | undefined;
|
|
351
347
|
nonce?: string | undefined;
|
|
348
|
+
slot?: string | undefined;
|
|
352
349
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
350
|
+
title?: string | undefined;
|
|
351
|
+
translate?: "yes" | "no" | undefined;
|
|
353
352
|
radioGroup?: string | undefined;
|
|
354
353
|
about?: string | undefined;
|
|
355
354
|
datatype?: string | undefined;
|
|
@@ -371,7 +370,8 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
371
370
|
results?: number | undefined;
|
|
372
371
|
security?: string | undefined;
|
|
373
372
|
unselectable?: "off" | "on" | undefined;
|
|
374
|
-
inputMode?: "
|
|
373
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
374
|
+
is?: string | undefined;
|
|
375
375
|
exportparts?: string | undefined;
|
|
376
376
|
part?: string | undefined;
|
|
377
377
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -386,17 +386,17 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
386
386
|
"aria-colindextext"?: string | undefined;
|
|
387
387
|
"aria-colspan"?: number | undefined;
|
|
388
388
|
"aria-controls"?: string | undefined;
|
|
389
|
-
"aria-current"?: boolean | "
|
|
389
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
390
390
|
"aria-describedby"?: string | undefined;
|
|
391
391
|
"aria-description"?: string | undefined;
|
|
392
392
|
"aria-details"?: string | undefined;
|
|
393
393
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
394
|
-
"aria-dropeffect"?: "
|
|
394
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
395
395
|
"aria-errormessage"?: string | undefined;
|
|
396
396
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
397
397
|
"aria-flowto"?: string | undefined;
|
|
398
398
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
399
|
-
"aria-haspopup"?: boolean | "
|
|
399
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
400
400
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
401
401
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
402
402
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -413,7 +413,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
413
413
|
"aria-posinset"?: number | undefined;
|
|
414
414
|
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
415
415
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
416
|
-
"aria-relevant"?: "
|
|
416
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
417
417
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
418
418
|
"aria-roledescription"?: string | undefined;
|
|
419
419
|
"aria-rowcount"?: number | undefined;
|
|
@@ -422,7 +422,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
422
422
|
"aria-rowspan"?: number | undefined;
|
|
423
423
|
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
424
424
|
"aria-setsize"?: number | undefined;
|
|
425
|
-
"aria-sort"?: "
|
|
425
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
426
426
|
"aria-valuemax"?: number | undefined;
|
|
427
427
|
"aria-valuemin"?: number | undefined;
|
|
428
428
|
"aria-valuenow"?: number | undefined;
|
|
@@ -595,7 +595,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
595
595
|
children?: React.ReactNode;
|
|
596
596
|
className?: string | undefined;
|
|
597
597
|
style?: React.CSSProperties | undefined;
|
|
598
|
-
ref?: ((instance: HTMLElement | null) => void) |
|
|
598
|
+
ref?: React.RefObject<HTMLElement> | ((instance: HTMLElement | null) => void) | null | undefined;
|
|
599
599
|
} | {
|
|
600
600
|
label: string;
|
|
601
601
|
caption: string;
|
|
@@ -624,21 +624,13 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
624
624
|
toggleState: import("react-stately").ToggleState;
|
|
625
625
|
as: React.ElementType<any, keyof React.JSX.IntrinsicElements>;
|
|
626
626
|
role: "checkbox";
|
|
627
|
-
is?: string | undefined;
|
|
628
|
-
translate?: "no" | "yes" | undefined;
|
|
629
|
-
placeholder?: string | undefined;
|
|
630
|
-
type?: React.HTMLInputTypeAttribute | undefined;
|
|
631
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
632
|
-
form?: string | undefined;
|
|
633
|
-
slot?: string | undefined;
|
|
634
|
-
title?: string | undefined;
|
|
635
|
-
pattern?: string | undefined;
|
|
636
627
|
color?: string | undefined;
|
|
637
628
|
hidden?: boolean | undefined;
|
|
638
629
|
content?: string | undefined;
|
|
639
630
|
multiple?: boolean | undefined;
|
|
640
631
|
key?: React.Key | null | undefined;
|
|
641
632
|
defaultChecked?: boolean | undefined;
|
|
633
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
642
634
|
suppressContentEditableWarning?: boolean | undefined;
|
|
643
635
|
suppressHydrationWarning?: boolean | undefined;
|
|
644
636
|
accessKey?: string | undefined;
|
|
@@ -648,11 +640,14 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
648
640
|
contextMenu?: string | undefined;
|
|
649
641
|
dir?: string | undefined;
|
|
650
642
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
651
|
-
enterKeyHint?: "
|
|
643
|
+
enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
652
644
|
id?: string | undefined;
|
|
653
645
|
lang?: string | undefined;
|
|
654
646
|
nonce?: string | undefined;
|
|
647
|
+
slot?: string | undefined;
|
|
655
648
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
649
|
+
title?: string | undefined;
|
|
650
|
+
translate?: "yes" | "no" | undefined;
|
|
656
651
|
radioGroup?: string | undefined;
|
|
657
652
|
about?: string | undefined;
|
|
658
653
|
datatype?: string | undefined;
|
|
@@ -674,7 +669,8 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
674
669
|
results?: number | undefined;
|
|
675
670
|
security?: string | undefined;
|
|
676
671
|
unselectable?: "off" | "on" | undefined;
|
|
677
|
-
inputMode?: "
|
|
672
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
673
|
+
is?: string | undefined;
|
|
678
674
|
exportparts?: string | undefined;
|
|
679
675
|
part?: string | undefined;
|
|
680
676
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -689,17 +685,17 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
689
685
|
"aria-colindextext"?: string | undefined;
|
|
690
686
|
"aria-colspan"?: number | undefined;
|
|
691
687
|
"aria-controls"?: string | undefined;
|
|
692
|
-
"aria-current"?: boolean | "
|
|
688
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
693
689
|
"aria-describedby"?: string | undefined;
|
|
694
690
|
"aria-description"?: string | undefined;
|
|
695
691
|
"aria-details"?: string | undefined;
|
|
696
692
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
697
|
-
"aria-dropeffect"?: "
|
|
693
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
698
694
|
"aria-errormessage"?: string | undefined;
|
|
699
695
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
700
696
|
"aria-flowto"?: string | undefined;
|
|
701
697
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
702
|
-
"aria-haspopup"?: boolean | "
|
|
698
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
703
699
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
704
700
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
705
701
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -716,7 +712,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
716
712
|
"aria-posinset"?: number | undefined;
|
|
717
713
|
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
718
714
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
719
|
-
"aria-relevant"?: "
|
|
715
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
720
716
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
721
717
|
"aria-roledescription"?: string | undefined;
|
|
722
718
|
"aria-rowcount"?: number | undefined;
|
|
@@ -725,7 +721,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
725
721
|
"aria-rowspan"?: number | undefined;
|
|
726
722
|
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
727
723
|
"aria-setsize"?: number | undefined;
|
|
728
|
-
"aria-sort"?: "
|
|
724
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
729
725
|
"aria-valuemax"?: number | undefined;
|
|
730
726
|
"aria-valuemin"?: number | undefined;
|
|
731
727
|
"aria-valuenow"?: number | undefined;
|
|
@@ -889,21 +885,25 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
889
885
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
890
886
|
onTransitionEnd?: React.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
891
887
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
888
|
+
type?: React.HTMLInputTypeAttribute | undefined;
|
|
889
|
+
form?: string | undefined;
|
|
890
|
+
pattern?: string | undefined;
|
|
892
891
|
step?: string | number | undefined;
|
|
892
|
+
capture?: boolean | "user" | "environment" | undefined;
|
|
893
|
+
list?: string | undefined;
|
|
894
|
+
placeholder?: string | undefined;
|
|
893
895
|
height?: string | number | undefined;
|
|
894
896
|
max?: string | number | undefined;
|
|
895
897
|
min?: string | number | undefined;
|
|
896
898
|
width?: string | number | undefined;
|
|
897
|
-
list?: string | undefined;
|
|
898
|
-
accept?: string | undefined;
|
|
899
|
-
autoComplete?: React.HTMLInputAutoCompleteAttribute | undefined;
|
|
900
|
-
capture?: boolean | "user" | "environment" | undefined;
|
|
901
|
-
checked?: boolean | undefined;
|
|
902
899
|
formAction?: string | undefined;
|
|
903
900
|
formEncType?: string | undefined;
|
|
904
901
|
formMethod?: string | undefined;
|
|
905
902
|
formNoValidate?: boolean | undefined;
|
|
906
903
|
formTarget?: string | undefined;
|
|
904
|
+
accept?: string | undefined;
|
|
905
|
+
autoComplete?: React.HTMLInputAutoCompleteAttribute | undefined;
|
|
906
|
+
checked?: boolean | undefined;
|
|
907
907
|
maxLength?: number | undefined;
|
|
908
908
|
minLength?: number | undefined;
|
|
909
909
|
readOnly?: boolean | undefined;
|
|
@@ -946,21 +946,13 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
946
946
|
toggleState: import("react-stately").ToggleState;
|
|
947
947
|
as: string;
|
|
948
948
|
role: "checkbox";
|
|
949
|
-
is?: string | undefined;
|
|
950
|
-
translate?: "no" | "yes" | undefined;
|
|
951
|
-
placeholder?: string | undefined;
|
|
952
|
-
type?: React.HTMLInputTypeAttribute | undefined;
|
|
953
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
954
|
-
form?: string | undefined;
|
|
955
|
-
slot?: string | undefined;
|
|
956
|
-
title?: string | undefined;
|
|
957
|
-
pattern?: string | undefined;
|
|
958
949
|
color?: string | undefined;
|
|
959
950
|
hidden?: boolean | undefined;
|
|
960
951
|
content?: string | undefined;
|
|
961
952
|
multiple?: boolean | undefined;
|
|
962
953
|
key?: React.Key | null | undefined;
|
|
963
954
|
defaultChecked?: boolean | undefined;
|
|
955
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
964
956
|
suppressContentEditableWarning?: boolean | undefined;
|
|
965
957
|
suppressHydrationWarning?: boolean | undefined;
|
|
966
958
|
accessKey?: string | undefined;
|
|
@@ -970,11 +962,14 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
970
962
|
contextMenu?: string | undefined;
|
|
971
963
|
dir?: string | undefined;
|
|
972
964
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
973
|
-
enterKeyHint?: "
|
|
965
|
+
enterKeyHint?: "next" | "search" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
974
966
|
id?: string | undefined;
|
|
975
967
|
lang?: string | undefined;
|
|
976
968
|
nonce?: string | undefined;
|
|
969
|
+
slot?: string | undefined;
|
|
977
970
|
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
971
|
+
title?: string | undefined;
|
|
972
|
+
translate?: "yes" | "no" | undefined;
|
|
978
973
|
radioGroup?: string | undefined;
|
|
979
974
|
about?: string | undefined;
|
|
980
975
|
datatype?: string | undefined;
|
|
@@ -996,7 +991,8 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
996
991
|
results?: number | undefined;
|
|
997
992
|
security?: string | undefined;
|
|
998
993
|
unselectable?: "off" | "on" | undefined;
|
|
999
|
-
inputMode?: "
|
|
994
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
995
|
+
is?: string | undefined;
|
|
1000
996
|
exportparts?: string | undefined;
|
|
1001
997
|
part?: string | undefined;
|
|
1002
998
|
"aria-activedescendant"?: string | undefined;
|
|
@@ -1011,17 +1007,17 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
1011
1007
|
"aria-colindextext"?: string | undefined;
|
|
1012
1008
|
"aria-colspan"?: number | undefined;
|
|
1013
1009
|
"aria-controls"?: string | undefined;
|
|
1014
|
-
"aria-current"?: boolean | "
|
|
1010
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
1015
1011
|
"aria-describedby"?: string | undefined;
|
|
1016
1012
|
"aria-description"?: string | undefined;
|
|
1017
1013
|
"aria-details"?: string | undefined;
|
|
1018
1014
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1019
|
-
"aria-dropeffect"?: "
|
|
1015
|
+
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
|
|
1020
1016
|
"aria-errormessage"?: string | undefined;
|
|
1021
1017
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1022
1018
|
"aria-flowto"?: string | undefined;
|
|
1023
1019
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1024
|
-
"aria-haspopup"?: boolean | "
|
|
1020
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
1025
1021
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1026
1022
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1027
1023
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1038,7 +1034,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
1038
1034
|
"aria-posinset"?: number | undefined;
|
|
1039
1035
|
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1040
1036
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1041
|
-
"aria-relevant"?: "
|
|
1037
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1042
1038
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1043
1039
|
"aria-roledescription"?: string | undefined;
|
|
1044
1040
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1047,7 +1043,7 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
1047
1043
|
"aria-rowspan"?: number | undefined;
|
|
1048
1044
|
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
1049
1045
|
"aria-setsize"?: number | undefined;
|
|
1050
|
-
"aria-sort"?: "
|
|
1046
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1051
1047
|
"aria-valuemax"?: number | undefined;
|
|
1052
1048
|
"aria-valuemin"?: number | undefined;
|
|
1053
1049
|
"aria-valuenow"?: number | undefined;
|
|
@@ -1211,21 +1207,25 @@ export declare const useThumbnail: ({ selected, disabled, clickable, focused, ha
|
|
|
1211
1207
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLInputElement> | undefined;
|
|
1212
1208
|
onTransitionEnd?: React.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
1213
1209
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLInputElement> | undefined;
|
|
1210
|
+
type?: React.HTMLInputTypeAttribute | undefined;
|
|
1211
|
+
form?: string | undefined;
|
|
1212
|
+
pattern?: string | undefined;
|
|
1214
1213
|
step?: string | number | undefined;
|
|
1214
|
+
capture?: boolean | "user" | "environment" | undefined;
|
|
1215
|
+
list?: string | undefined;
|
|
1216
|
+
placeholder?: string | undefined;
|
|
1215
1217
|
height?: string | number | undefined;
|
|
1216
1218
|
max?: string | number | undefined;
|
|
1217
1219
|
min?: string | number | undefined;
|
|
1218
1220
|
width?: string | number | undefined;
|
|
1219
|
-
list?: string | undefined;
|
|
1220
|
-
accept?: string | undefined;
|
|
1221
|
-
autoComplete?: React.HTMLInputAutoCompleteAttribute | undefined;
|
|
1222
|
-
capture?: boolean | "user" | "environment" | undefined;
|
|
1223
|
-
checked?: boolean | undefined;
|
|
1224
1221
|
formAction?: string | undefined;
|
|
1225
1222
|
formEncType?: string | undefined;
|
|
1226
1223
|
formMethod?: string | undefined;
|
|
1227
1224
|
formNoValidate?: boolean | undefined;
|
|
1228
1225
|
formTarget?: string | undefined;
|
|
1226
|
+
accept?: string | undefined;
|
|
1227
|
+
autoComplete?: React.HTMLInputAutoCompleteAttribute | undefined;
|
|
1228
|
+
checked?: boolean | undefined;
|
|
1229
1229
|
maxLength?: number | undefined;
|
|
1230
1230
|
minLength?: number | undefined;
|
|
1231
1231
|
readOnly?: boolean | undefined;
|