@procore/core-react 12.38.0 → 12.40.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/.jest/testShims.js +6 -0
- package/CHANGELOG.md +55 -0
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
- package/dist/Avatar/Avatar.styles.js +6 -6
- package/dist/Avatar/Avatar.styles.js.map +1 -1
- package/dist/AvatarStack/AvatarStack.js +65 -25
- package/dist/AvatarStack/AvatarStack.js.map +1 -1
- package/dist/AvatarStack/AvatarStack.styles.js +8 -8
- package/dist/AvatarStack/AvatarStack.styles.js.map +1 -1
- package/dist/AvatarStack/useAvatarPopover.d.ts +14 -0
- package/dist/AvatarStack/useAvatarPopover.js +57 -0
- package/dist/AvatarStack/useAvatarPopover.js.map +1 -0
- package/dist/AvatarStack/useAvatarPopover.types.d.ts +4 -0
- package/dist/AvatarStack/useAvatarPopover.types.js +2 -0
- package/dist/AvatarStack/useAvatarPopover.types.js.map +1 -0
- 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 +9 -9
- package/dist/Card/Card.styles.js +1 -1
- package/dist/Checkbox/Checkbox.d.ts +0 -1
- package/dist/Checkbox/Checkbox.js +5 -6
- package/dist/Checkbox/Checkbox.js.map +1 -1
- package/dist/Checkbox/Checkbox.styles.js +6 -6
- package/dist/ContactItem/ContactItem.styles.js +5 -5
- package/dist/Content/Content.styles.js +2 -2
- package/dist/DateInput/DateInput.js +12 -2
- package/dist/DateInput/DateInput.js.map +1 -1
- package/dist/DateInput/DateInput.styles.js +6 -6
- package/dist/DateSelect/DateSelect.types.d.ts +1 -1
- package/dist/DateSelect/DateSelect.types.js.map +1 -1
- package/dist/DetailPage/DetailPage.styles.js +7 -7
- package/dist/Dropdown/Dropdown.styles.js +3 -3
- 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.js +3 -7
- package/dist/FileList/FileList.js.map +1 -1
- package/dist/FileList/FileList.styles.d.ts +0 -1
- package/dist/FileList/FileList.styles.js +3 -7
- package/dist/FileList/FileList.styles.js.map +1 -1
- 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 +3 -3
- package/dist/FileSelect/FileTokenList/FileTokenList.styles.js.map +1 -1
- 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.js +6 -6
- package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
- package/dist/FileToken/FileToken.js +6 -11
- package/dist/FileToken/FileToken.js.map +1 -1
- package/dist/FileToken/FileToken.styles.d.ts +2 -0
- package/dist/FileToken/FileToken.styles.js +14 -4
- package/dist/FileToken/FileToken.styles.js.map +1 -1
- package/dist/FilterToken/FilterToken.styles.js +5 -5
- package/dist/FlexList/FlexList.styles.js +1 -1
- package/dist/Form/Form.js +74 -58
- package/dist/Form/Form.js.map +1 -1
- package/dist/Form/Form.styles.d.ts +0 -14
- package/dist/Form/Form.styles.js +14 -24
- package/dist/Form/Form.styles.js.map +1 -1
- package/dist/Form/Form.types.d.ts +22 -2
- package/dist/Form/Form.types.js.map +1 -1
- package/dist/Form/FormFieldTooltip.js +4 -11
- package/dist/Form/FormFieldTooltip.js.map +1 -1
- 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.js +5 -4
- package/dist/GroupSelect/GroupSelect.js.map +1 -1
- package/dist/GroupSelect/GroupSelect.styles.js +1 -1
- package/dist/GroupSelect/GroupSelect.types.d.ts +5 -5
- package/dist/GroupSelect/GroupSelect.types.js.map +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/Menu/Menu.js +1 -5
- package/dist/Menu/Menu.js.map +1 -1
- package/dist/MenuImperative/MenuImperative.js +7 -10
- package/dist/MenuImperative/MenuImperative.js.map +1 -1
- package/dist/MenuImperative/MenuImperative.styles.d.ts +2 -3
- package/dist/MenuImperative/MenuImperative.styles.js +26 -25
- package/dist/MenuImperative/MenuImperative.styles.js.map +1 -1
- package/dist/MenuImperative/MenuImperative.types.d.ts +4 -0
- package/dist/MenuImperative/MenuImperative.types.js.map +1 -1
- package/dist/MenuImperative/sensors.js +16 -58
- package/dist/MenuImperative/sensors.js.map +1 -1
- package/dist/Modal/Modal.styles.js +13 -13
- package/dist/MultiSelect/MultiSelect.js +50 -28
- package/dist/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/MultiSelect/MultiSelect.styles.d.ts +1 -0
- package/dist/MultiSelect/MultiSelect.styles.js +12 -8
- package/dist/MultiSelect/MultiSelect.styles.js.map +1 -1
- package/dist/MultiSelect/MultiSelect.types.d.ts +31 -1
- package/dist/MultiSelect/MultiSelect.types.js.map +1 -1
- 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.js +5 -3
- package/dist/OverlayTrigger/a11yPresets.js.map +1 -1
- package/dist/PageLayout/PageLayout.js +31 -12
- package/dist/PageLayout/PageLayout.js.map +1 -1
- package/dist/PageLayout/PageLayout.styles.js +16 -16
- package/dist/PageLayout/PageLayout.types.d.ts +10 -0
- package/dist/PageLayout/PageLayout.types.js.map +1 -1
- 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/Pagination/Pagination.styles.js +5 -5
- package/dist/Panel/Panel.d.ts +1 -2
- package/dist/Panel/Panel.js +27 -49
- package/dist/Panel/Panel.js.map +1 -1
- package/dist/Panel/Panel.styles.js +13 -13
- package/dist/Panel/Panel.styles.js.map +1 -1
- package/dist/Panel/Panel.types.d.ts +0 -14
- package/dist/Panel/Panel.types.js.map +1 -1
- package/dist/Pill/Pill.styles.js +3 -3
- package/dist/PillSelect/PillSelect.js +4 -3
- package/dist/PillSelect/PillSelect.js.map +1 -1
- 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 +9 -9
- package/dist/Section/Section.styles.js.map +1 -1
- package/dist/SegmentedController/SegmentedController.js +1 -2
- package/dist/SegmentedController/SegmentedController.js.map +1 -1
- package/dist/SegmentedController/SegmentedController.styles.js +4 -4
- package/dist/Select/Select.d.ts +3 -4
- package/dist/Select/Select.js +2 -2
- package/dist/Select/Select.js.map +1 -1
- package/dist/Select/Select.styles.js +9 -9
- package/dist/Select/Select.styles.js.map +1 -1
- package/dist/Select/Select.types.d.ts +7 -0
- package/dist/Select/Select.types.js.map +1 -1
- package/dist/Select/index.d.ts +1 -1
- package/dist/Select/index.js.map +1 -1
- 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.js +13 -0
- package/dist/SplitViewCard/SplitViewCard.js.map +1 -1
- package/dist/SplitViewCard/SplitViewCard.styles.js +10 -10
- package/dist/SplitViewCard/SplitViewCard.styles.js.map +1 -1
- 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.d.ts +1 -1
- package/dist/Table/Table.styles.js +28 -28
- package/dist/TableShelf/TableShelf.styles.js +5 -5
- package/dist/Tabs/Tabs.js +23 -9
- package/dist/Tabs/Tabs.js.map +1 -1
- package/dist/Tabs/Tabs.styles.d.ts +2 -2
- package/dist/Tabs/Tabs.styles.js +26 -26
- package/dist/Tabs/Tabs.styles.js.map +1 -1
- package/dist/Tabs/Tabs.types.d.ts +6 -0
- package/dist/Tabs/Tabs.types.js.map +1 -1
- package/dist/Tearsheet/Tearsheet.styles.js +17 -28
- package/dist/Tearsheet/Tearsheet.styles.js.map +1 -1
- package/dist/Tearsheet/storybook/PageLayoutDemo.js +7 -1
- package/dist/Tearsheet/storybook/PageLayoutDemo.js.map +1 -1
- package/dist/TextArea/TextArea.styles.js +1 -1
- package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
- package/dist/Thumbnail/Thumbnail.styles.js +17 -17
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
- 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.js +3 -1
- package/dist/ToolHeader/ToolHeader.js.map +1 -1
- package/dist/ToolHeader/ToolHeader.styles.js +6 -6
- package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
- package/dist/Tooltip/Tooltip.d.ts +4 -2
- package/dist/Tooltip/Tooltip.js +30 -5
- package/dist/Tooltip/Tooltip.js.map +1 -1
- package/dist/Tooltip/Tooltip.styles.d.ts +1 -0
- package/dist/Tooltip/Tooltip.styles.js +12 -4
- package/dist/Tooltip/Tooltip.styles.js.map +1 -1
- package/dist/Tooltip/Tooltip.types.d.ts +8 -0
- package/dist/Tooltip/Tooltip.types.js.map +1 -1
- package/dist/Tree/Tree.js +1 -1
- package/dist/Tree/Tree.styles.js +10 -10
- 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/_hooks/I18n.d.ts +231 -48
- package/dist/_hooks/IntersectionObserver/createIntersectionObserver.d.ts +0 -1
- package/dist/_hooks/IntersectionObserver/createIntersectionObserver.js +0 -1
- package/dist/_hooks/IntersectionObserver/createIntersectionObserver.js.map +1 -1
- package/dist/_locales/de-DE.json +15 -3
- package/dist/_locales/en-AU.json +15 -3
- package/dist/_locales/en-CA.json +15 -3
- package/dist/_locales/en-GB.json +15 -3
- package/dist/_locales/en.json +2 -1
- package/dist/_locales/es-ES.json +15 -3
- package/dist/_locales/es.json +15 -3
- package/dist/_locales/fr-CA.json +15 -3
- package/dist/_locales/fr-FR.json +15 -3
- package/dist/_locales/is-IS.json +15 -3
- package/dist/_locales/it-IT.json +15 -3
- package/dist/_locales/ja-JP.json +15 -3
- package/dist/_locales/pl-PL.json +15 -3
- package/dist/_locales/pseudo.json +2 -1
- package/dist/_locales/pt-BR.json +15 -3
- package/dist/_locales/pt-PT.json +18 -6
- package/dist/_locales/th-TH.json +15 -3
- package/dist/_locales/zh-SG.json +15 -3
- package/dist/_locales/zh-TW.json +15 -3
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
- package/dist/_styles/mixins.d.ts +13 -1
- package/dist/_styles/mixins.js +15 -1
- package/dist/_styles/mixins.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 +15 -15
- package/dist/_typedoc/Box/Box.types.json +68 -68
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
- package/dist/_typedoc/Button/Button.types.json +13 -13
- 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 +37 -37
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +31 -31
- 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 +862 -762
- 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 +75 -55
- 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 +77 -77
- package/dist/_typedoc/Modal/Modal.types.json +46 -46
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +52 -32
- 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 +48 -48
- package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +33 -33
- package/dist/_typedoc/PageLayout/PageLayout.types.json +46 -26
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +27 -63
- 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 +109 -63
- 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 +102 -102
- package/dist/_typedoc/Tabs/Tabs.types.json +30 -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 +11 -11
- 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 +43 -43
- package/dist/_typedoc/TieredSelect/TieredSelect.types.json +29 -29
- package/dist/_typedoc/Tile/Tile.types.json +8 -8
- package/dist/_typedoc/Title/Title.types.json +1 -1
- 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 +8 -8
- package/dist/_typedoc/Tooltip/Tooltip.types.json +25 -14
- 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/scrollIntoView.js +21 -7
- package/dist/_utils/scrollIntoView.js.map +1 -1
- package/package.json +10 -9
- package/dist/Checkbox/CheckboxTooltip.d.ts +0 -4
- package/dist/Checkbox/CheckboxTooltip.js +0 -26
- package/dist/Checkbox/CheckboxTooltip.js.map +0 -1
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"descriptionHtml": "",
|
|
12
12
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L37"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "aria-details",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "",
|
|
21
21
|
"descriptionHtml": "",
|
|
22
22
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L38"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "aria-label",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "",
|
|
31
31
|
"descriptionHtml": "",
|
|
32
32
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L39"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "aria-labelledby",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "",
|
|
41
41
|
"descriptionHtml": "",
|
|
42
42
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L40"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "arrow",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"description": "",
|
|
51
51
|
"descriptionHtml": "",
|
|
52
52
|
"sourceFile": "packages/core-react/src/Overlay/Overlay.tsx",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/Overlay/Overlay.tsx#L16"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"name": "autoFocus",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"description": "Whether to auto focus the first focusable element in the overlay on mount.\nTrue by default for role \"dialog\"",
|
|
61
61
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether to auto focus the first focusable element in the overlay on mount.\nTrue by default for role "dialog"</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.5.0</p>\n</dd></dl></div>",
|
|
62
62
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
63
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L129"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"name": "beforeHide",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"description": " The callback to run before the overlay is hidden. Returning\n `false` will prevent hiding.\n```\n(e: event) => boolean | Promise | undefined\n```",
|
|
71
71
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p> The callback to run before the overlay is hidden. Returning\n <code>false</code> will prevent hiding.</p>\n<pre><code>(e: event) => boolean | Promise | undefined\n</code></pre>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
72
72
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
73
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L54"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"name": "beforeShow",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"description": " The callback to run before the overlay is shown. Returning\n `false` will prevent showing.\n```\n(e: event) => boolean | Promise | undefined\n```",
|
|
81
81
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p> The callback to run before the overlay is shown. Returning\n <code>false</code> will prevent showing.</p>\n<pre><code>(e: event) => boolean | Promise | undefined\n</code></pre>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
82
82
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
83
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
83
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L63"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": "canFlip",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"description": "",
|
|
91
91
|
"descriptionHtml": "",
|
|
92
92
|
"sourceFile": "packages/core-react/src/_hooks/Anchor.tsx",
|
|
93
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
93
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_hooks/Anchor.tsx#L15"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
"name": "children",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"description": "",
|
|
101
101
|
"descriptionHtml": "",
|
|
102
102
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
103
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
103
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_utils/types.ts#L38"
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
"name": "clickOutsideIgnoreRefs",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"description": "Additional refs to check for clickOutside behavior",
|
|
111
111
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional refs to check for clickOutside behavior</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
112
112
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
113
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
113
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L69"
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
"name": "containFocus",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"description": "Whether to contain focus inside the overlay, so users cannot move focus outside, for example in a modal dialog.\nTrue by default for role \"dialog\"",
|
|
121
121
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether to contain focus inside the overlay, so users cannot move focus outside, for example in a modal dialog.\nTrue by default for role "dialog"</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.5.0</p>\n</dd></dl></div>",
|
|
122
122
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
123
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
123
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L136"
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
"name": "container",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"description": "",
|
|
131
131
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
132
132
|
"sourceFile": "packages/core-react/src/Portal/Portal.types.ts",
|
|
133
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
133
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/Portal/Portal.types.ts#L7"
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
136
|
"name": "hideDelay",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"description": "The delay when hiding the overlay",
|
|
141
141
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The delay when hiding the overlay</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
142
142
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
143
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
143
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L75"
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"name": "hideKeys",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Keys to hide the overlay when the overlay is focused</p>\n</div><dl class=\"tsd-comment-tags\"><dt>a11y</dt><dd><p>OverlayTrigger by default closes on tab. To remove tab from closing\nand have only Esc keys, set "containFocus" to true, or opt-in to a full dialog role.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
152
152
|
"a11y": "OverlayTrigger by default closes on tab. To remove tab from closing\nand have only Esc keys, set \"containFocus\" to true, or opt-in to a full dialog role.",
|
|
153
153
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
154
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
154
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L83"
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
"name": "initialIsVisible",
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"description": "",
|
|
162
162
|
"descriptionHtml": "",
|
|
163
163
|
"sourceFile": "packages/core-react/src/_hooks/Visibility.tsx",
|
|
164
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
164
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_hooks/Visibility.tsx#L12"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"name": "overlay",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"description": "",
|
|
172
172
|
"descriptionHtml": "",
|
|
173
173
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
174
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
174
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L87"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"name": "overlayId",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"description": "Optional id for the overlay element.\nUseful when the parent component needs a stable id\nto link the trigger (aria-controls) with the overlay (e.g. listbox).",
|
|
182
182
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Optional id for the overlay element.\nUseful when the parent component needs a stable id\nto link the trigger (aria-controls) with the overlay (e.g. listbox).</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.36.1</p>\n</dd></dl></div>",
|
|
183
183
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
184
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
184
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L153"
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"name": "overlayRef",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"description": "Toggles overlay visibility",
|
|
192
192
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Toggles overlay visibility</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.2.0</p>\n</dd></dl></div>",
|
|
193
193
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
194
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
194
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L115"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"name": "padding",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"description": "",
|
|
202
202
|
"descriptionHtml": "",
|
|
203
203
|
"sourceFile": "packages/core-react/src/_hooks/Anchor.tsx",
|
|
204
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
204
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_hooks/Anchor.tsx#L19"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"name": "passA11yPropsToOverlay",
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
"description": "By default, role and id are applied to wrapper. But has knowledge of\nSet to true, if you want OverlayTrigger to place them on your overlay component.",
|
|
212
212
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>By default, role and id are applied to wrapper. But has knowledge of\nSet to true, if you want OverlayTrigger to place them on your overlay component.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>11.5.0</p>\n</dd></dl></div>",
|
|
213
213
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
214
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
214
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L145"
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"name": "placement",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"description": "",
|
|
222
222
|
"descriptionHtml": "",
|
|
223
223
|
"sourceFile": "packages/core-react/src/_hooks/Anchor.tsx",
|
|
224
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
224
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_hooks/Anchor.tsx#L20"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"name": "restoreFocusOnHide",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"description": "Restore focus to the target after the overlay is hidden.\n'core-react' will use internal logic to restore focus,\n'react-aria-focus-scope' will use 'FocusScope' component from '@react-aria',\ntrue will use both.",
|
|
232
232
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Restore focus to the target after the overlay is hidden.\n'core-react' will use internal logic to restore focus,\n'react-aria-focus-scope' will use 'FocusScope' component from '@react-aria',\ntrue will use both.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>true</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
233
233
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
234
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
234
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L97"
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
237
|
"name": "role",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Accessibility props.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>a11y</dt><dd><p>May opionate "autoFocus" and "containFocus"</p>\n</dd><dt>since</dt><dd><p>11.2.0</p>\n</dd></dl></div>",
|
|
243
243
|
"a11y": "May opionate \"autoFocus\" and \"containFocus\"",
|
|
244
244
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
245
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
245
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L122"
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
248
|
"name": "showDelay",
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"description": "The delay when showing the overlay",
|
|
253
253
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The delay when showing the overlay</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
254
254
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
255
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
255
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L103"
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
258
|
"name": "showKeys",
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"description": "Keys to show the overlay when the target is focused",
|
|
263
263
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Keys to show the overlay when the target is focused</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
264
264
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
265
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
265
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L109"
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
268
|
"name": "shrinkOverlay",
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
"description": "",
|
|
273
273
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
274
274
|
"sourceFile": "packages/core-react/src/Overlay/Overlay.tsx",
|
|
275
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
275
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/Overlay/Overlay.tsx#L10"
|
|
276
276
|
},
|
|
277
277
|
{
|
|
278
278
|
"name": "trackAriaExpanded",
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
"description": "Boolean to enable code to apply aria-expanded to the source element",
|
|
283
283
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Boolean to enable code to apply aria-expanded to the source element</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.24.0</p>\n</dd></dl></div>",
|
|
284
284
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
285
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
285
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L45"
|
|
286
286
|
},
|
|
287
287
|
{
|
|
288
288
|
"name": "trigger",
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"description": "",
|
|
293
293
|
"descriptionHtml": "",
|
|
294
294
|
"sourceFile": "packages/core-react/src/_hooks/Trigger.tsx",
|
|
295
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
295
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_hooks/Trigger.tsx#L30"
|
|
296
296
|
},
|
|
297
297
|
{
|
|
298
298
|
"name": "afterHide",
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
"description": "",
|
|
303
303
|
"descriptionHtml": "",
|
|
304
304
|
"sourceFile": "packages/core-react/src/_hooks/Visibility.tsx",
|
|
305
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
305
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_hooks/Visibility.tsx#L10"
|
|
306
306
|
},
|
|
307
307
|
{
|
|
308
308
|
"name": "afterShow",
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
"description": "",
|
|
313
313
|
"descriptionHtml": "",
|
|
314
314
|
"sourceFile": "packages/core-react/src/_hooks/Visibility.tsx",
|
|
315
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
315
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_hooks/Visibility.tsx#L11"
|
|
316
316
|
}
|
|
317
317
|
],
|
|
318
318
|
"description": ""
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
"description": "Hide overlay",
|
|
329
329
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Hide overlay</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.2.0</p>\n</dd></dl></div>",
|
|
330
330
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
331
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
331
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L166"
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
334
|
"name": "show",
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
"description": "Show visibility",
|
|
339
339
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Show visibility</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.2.0</p>\n</dd></dl></div>",
|
|
340
340
|
"sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
|
|
341
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
341
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L161"
|
|
342
342
|
}
|
|
343
343
|
],
|
|
344
344
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"descriptionHtml": "",
|
|
12
12
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/PageLayout/PageLayout.types.ts#L6"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "children",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "",
|
|
21
21
|
"descriptionHtml": "",
|
|
22
22
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_utils/types.ts#L42"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "className",
|
|
@@ -30,7 +30,17 @@
|
|
|
30
30
|
"description": "Additional classNames",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_utils/types.ts#L47"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "focusOnOpen",
|
|
37
|
+
"required": false,
|
|
38
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
39
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
40
|
+
"description": "",
|
|
41
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>When true, moves keyboard focus to the aside container when it opens (on a closed -> open transition).</p>\n</dd><dt>since</dt><dd><p>12.36.1</p>\n</dd></dl></div>",
|
|
42
|
+
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/PageLayout/PageLayout.types.ts#L40"
|
|
34
44
|
},
|
|
35
45
|
{
|
|
36
46
|
"name": "open",
|
|
@@ -40,7 +50,17 @@
|
|
|
40
50
|
"description": "",
|
|
41
51
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>If the aside block should be open</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
42
52
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/PageLayout/PageLayout.types.ts#L35"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "restoreFocusOnClose",
|
|
57
|
+
"required": false,
|
|
58
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
59
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
60
|
+
"description": "",
|
|
61
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>When true, restores focus back to the element that was focused before the aside opened (on an open -> closed transition).</p>\n</dd><dt>since</dt><dd><p>12.36.1</p>\n</dd></dl></div>",
|
|
62
|
+
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/PageLayout/PageLayout.types.ts#L45"
|
|
44
64
|
},
|
|
45
65
|
{
|
|
46
66
|
"name": "style",
|
|
@@ -50,7 +70,7 @@
|
|
|
50
70
|
"description": "Additional CSS styles",
|
|
51
71
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
52
72
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_utils/types.ts#L52"
|
|
54
74
|
}
|
|
55
75
|
],
|
|
56
76
|
"description": ""
|
|
@@ -66,7 +86,7 @@
|
|
|
66
86
|
"description": "",
|
|
67
87
|
"descriptionHtml": "",
|
|
68
88
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
69
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
89
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/PageLayout/PageLayout.types.ts#L19"
|
|
70
90
|
},
|
|
71
91
|
{
|
|
72
92
|
"name": "sections",
|
|
@@ -76,7 +96,7 @@
|
|
|
76
96
|
"description": "",
|
|
77
97
|
"descriptionHtml": "",
|
|
78
98
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
79
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
99
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/PageLayout/PageLayout.types.ts#L16"
|
|
80
100
|
},
|
|
81
101
|
{
|
|
82
102
|
"name": "selected",
|
|
@@ -86,7 +106,7 @@
|
|
|
86
106
|
"description": "",
|
|
87
107
|
"descriptionHtml": "",
|
|
88
108
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
89
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
109
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/PageLayout/PageLayout.types.ts#L17"
|
|
90
110
|
},
|
|
91
111
|
{
|
|
92
112
|
"name": "onSelect",
|
|
@@ -96,7 +116,7 @@
|
|
|
96
116
|
"description": "",
|
|
97
117
|
"descriptionHtml": "",
|
|
98
118
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
99
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
119
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/PageLayout/PageLayout.types.ts#L18"
|
|
100
120
|
}
|
|
101
121
|
],
|
|
102
122
|
"description": ""
|
|
@@ -112,7 +132,7 @@
|
|
|
112
132
|
"description": "",
|
|
113
133
|
"descriptionHtml": "",
|
|
114
134
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
115
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
135
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/PageLayout/PageLayout.types.ts#L6"
|
|
116
136
|
},
|
|
117
137
|
{
|
|
118
138
|
"name": "children",
|
|
@@ -122,7 +142,7 @@
|
|
|
122
142
|
"description": "",
|
|
123
143
|
"descriptionHtml": "",
|
|
124
144
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
125
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
145
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_utils/types.ts#L42"
|
|
126
146
|
},
|
|
127
147
|
{
|
|
128
148
|
"name": "className",
|
|
@@ -132,7 +152,7 @@
|
|
|
132
152
|
"description": "Additional classNames",
|
|
133
153
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
134
154
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
135
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
155
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_utils/types.ts#L47"
|
|
136
156
|
},
|
|
137
157
|
{
|
|
138
158
|
"name": "style",
|
|
@@ -142,7 +162,7 @@
|
|
|
142
162
|
"description": "Additional CSS styles",
|
|
143
163
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
144
164
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
145
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
165
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_utils/types.ts#L52"
|
|
146
166
|
}
|
|
147
167
|
],
|
|
148
168
|
"description": ""
|
|
@@ -158,7 +178,7 @@
|
|
|
158
178
|
"description": "",
|
|
159
179
|
"descriptionHtml": "",
|
|
160
180
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
161
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
181
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/PageLayout/PageLayout.types.ts#L6"
|
|
162
182
|
},
|
|
163
183
|
{
|
|
164
184
|
"name": "children",
|
|
@@ -168,7 +188,7 @@
|
|
|
168
188
|
"description": "",
|
|
169
189
|
"descriptionHtml": "",
|
|
170
190
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
171
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
191
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_utils/types.ts#L42"
|
|
172
192
|
},
|
|
173
193
|
{
|
|
174
194
|
"name": "className",
|
|
@@ -178,7 +198,7 @@
|
|
|
178
198
|
"description": "Additional classNames",
|
|
179
199
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
180
200
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
181
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
201
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_utils/types.ts#L47"
|
|
182
202
|
},
|
|
183
203
|
{
|
|
184
204
|
"name": "style",
|
|
@@ -188,7 +208,7 @@
|
|
|
188
208
|
"description": "Additional CSS styles",
|
|
189
209
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
190
210
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
191
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
211
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_utils/types.ts#L52"
|
|
192
212
|
}
|
|
193
213
|
],
|
|
194
214
|
"description": ""
|
|
@@ -204,7 +224,7 @@
|
|
|
204
224
|
"description": "",
|
|
205
225
|
"descriptionHtml": "",
|
|
206
226
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
207
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
227
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/PageLayout/PageLayout.types.ts#L6"
|
|
208
228
|
},
|
|
209
229
|
{
|
|
210
230
|
"name": "children",
|
|
@@ -214,7 +234,7 @@
|
|
|
214
234
|
"description": "",
|
|
215
235
|
"descriptionHtml": "",
|
|
216
236
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
217
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
237
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_utils/types.ts#L42"
|
|
218
238
|
},
|
|
219
239
|
{
|
|
220
240
|
"name": "className",
|
|
@@ -224,7 +244,7 @@
|
|
|
224
244
|
"description": "Additional classNames",
|
|
225
245
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
226
246
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
227
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
247
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_utils/types.ts#L47"
|
|
228
248
|
},
|
|
229
249
|
{
|
|
230
250
|
"name": "style",
|
|
@@ -234,7 +254,7 @@
|
|
|
234
254
|
"description": "Additional CSS styles",
|
|
235
255
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
236
256
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
237
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
257
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_utils/types.ts#L52"
|
|
238
258
|
},
|
|
239
259
|
{
|
|
240
260
|
"name": "transparent",
|
|
@@ -244,7 +264,7 @@
|
|
|
244
264
|
"description": "",
|
|
245
265
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>If the header should have no background.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
246
266
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
247
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
267
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/PageLayout/PageLayout.types.ts#L27"
|
|
248
268
|
}
|
|
249
269
|
],
|
|
250
270
|
"description": ""
|
|
@@ -260,7 +280,7 @@
|
|
|
260
280
|
"description": "",
|
|
261
281
|
"descriptionHtml": "",
|
|
262
282
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
263
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
283
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/PageLayout/PageLayout.types.ts#L6"
|
|
264
284
|
},
|
|
265
285
|
{
|
|
266
286
|
"name": "children",
|
|
@@ -270,7 +290,7 @@
|
|
|
270
290
|
"description": "",
|
|
271
291
|
"descriptionHtml": "",
|
|
272
292
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
273
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
293
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_utils/types.ts#L42"
|
|
274
294
|
},
|
|
275
295
|
{
|
|
276
296
|
"name": "className",
|
|
@@ -280,7 +300,7 @@
|
|
|
280
300
|
"description": "Additional classNames",
|
|
281
301
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
282
302
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
283
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
303
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_utils/types.ts#L47"
|
|
284
304
|
},
|
|
285
305
|
{
|
|
286
306
|
"name": "style",
|
|
@@ -290,7 +310,7 @@
|
|
|
290
310
|
"description": "Additional CSS styles",
|
|
291
311
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
292
312
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
293
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
313
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_utils/types.ts#L52"
|
|
294
314
|
}
|
|
295
315
|
],
|
|
296
316
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "Current page selected, 1 based.",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Current page selected, 1 based.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/Pagination/Pagination.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/Pagination/Pagination.types.ts#L42"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "children",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "",
|
|
21
21
|
"descriptionHtml": "",
|
|
22
22
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_utils/types.ts#L42"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "className",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Additional classNames",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_utils/types.ts#L47"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "items",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "Total number of items across pages.",
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Total number of items across pages.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
42
42
|
"sourceFile": "packages/core-react/src/Pagination/Pagination.types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/Pagination/Pagination.types.ts#L48"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "perPage",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"description": "Number of items per page.",
|
|
51
51
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Number of items per page.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
52
52
|
"sourceFile": "packages/core-react/src/Pagination/Pagination.types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/Pagination/Pagination.types.ts#L60"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"name": "style",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"description": "Additional CSS styles",
|
|
61
61
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
62
62
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
63
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/_utils/types.ts#L52"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"name": "onSelectPage",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"description": "A callback that receives the page selected.",
|
|
71
71
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A callback that receives the page selected.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
72
72
|
"sourceFile": "packages/core-react/src/Pagination/Pagination.types.ts",
|
|
73
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/5a7d81e/packages/core-react/src/Pagination/Pagination.types.ts#L54"
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
76
|
"description": ""
|