@procore/core-react 12.52.0 → 12.53.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 +20 -0
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +4 -4
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/AvatarStack/AvatarStack.styles.js +8 -8
- 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 +6 -6
- package/dist/Breadcrumbs/Breadcrumbs.styles.js.map +1 -1
- 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.styles.js +6 -6
- package/dist/ContactItem/ContactItem.styles.js +5 -5
- package/dist/Content/Content.styles.js +2 -2
- package/dist/DateInput/DateInput.styles.js +6 -6
- package/dist/DateSelect/DateSelect.js +8 -2
- package/dist/DateSelect/DateSelect.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.styles.js +3 -3
- 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.js +6 -6
- package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
- package/dist/FileToken/FileToken.styles.js +6 -6
- package/dist/FilterToken/FilterToken.styles.js +5 -5
- package/dist/FlexList/FlexList.styles.js +1 -1
- package/dist/Form/Form.styles.js +21 -19
- package/dist/Form/Form.styles.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.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.js +9 -1
- package/dist/MenuImperative/MenuImperative.js.map +1 -1
- package/dist/MenuImperative/MenuImperative.styles.js +11 -11
- package/dist/MenuImperative/MenuImperative.types.d.ts +8 -0
- package/dist/MenuImperative/MenuImperative.types.js.map +1 -1
- package/dist/MenuImperative/sensors.d.ts +1 -0
- package/dist/MenuImperative/sensors.js +8 -0
- package/dist/MenuImperative/sensors.js.map +1 -1
- package/dist/Modal/Modal.styles.js +13 -13
- package/dist/MultiSelect/MultiSelect.js +64 -5
- package/dist/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/MultiSelect/MultiSelect.styles.js +8 -8
- package/dist/MultiSelect/MultiSelect.types.d.ts +9 -0
- package/dist/MultiSelect/MultiSelect.types.js.map +1 -1
- package/dist/NextMenu/NextMenu.styles.js +3 -3
- package/dist/NextTile/NextTile.styles.js +5 -5
- 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/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/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.d.ts +1 -0
- package/dist/SegmentedController/SegmentedController.styles.js +11 -9
- package/dist/SegmentedController/SegmentedController.styles.js.map +1 -1
- package/dist/Select/Select.styles.js +8 -8
- 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.context.js +45 -7
- package/dist/SplitViewCard/SplitViewCard.context.js.map +1 -1
- package/dist/SplitViewCard/SplitViewCard.js +9 -14
- package/dist/SplitViewCard/SplitViewCard.js.map +1 -1
- package/dist/SplitViewCard/SplitViewCard.styles.js +16 -12
- package/dist/SplitViewCard/SplitViewCard.styles.js.map +1 -1
- package/dist/SplitViewCard/SplitViewCard.types.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.js +40 -40
- package/dist/SuperSelect/useSuperSelect.js +1 -3
- package/dist/SuperSelect/useSuperSelect.js.map +1 -1
- package/dist/Switch/Switch.styles.js +4 -4
- package/dist/Table/Table.styles.js +29 -29
- package/dist/TableShelf/TableShelf.styles.js +5 -5
- package/dist/Tabs/Tabs.styles.js +16 -16
- 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.styles.js +21 -21
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
- package/dist/TieredSelect/LeafSelectionTieredSelect.js +3 -1
- package/dist/TieredSelect/LeafSelectionTieredSelect.js.map +1 -1
- 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 +10 -7
- package/dist/Toast/Toast.styles.js.map +1 -1
- package/dist/ToggleButton/ToggleButton.styles.js +1 -1
- package/dist/Token/Token.styles.js +5 -5
- package/dist/ToolHeader/ToolHeader.styles.js +6 -6
- package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
- package/dist/Tooltip/Tooltip.styles.js +3 -3
- package/dist/Tree/Tree.js +1 -1
- package/dist/Tree/Tree.styles.js +10 -10
- package/dist/Typeahead/Typeahead.js +2 -1
- package/dist/Typeahead/Typeahead.js.map +1 -1
- package/dist/Typeahead/Typeahead.styles.d.ts +3 -1
- package/dist/Typeahead/Typeahead.styles.js +7 -5
- package/dist/Typeahead/Typeahead.styles.js.map +1 -1
- package/dist/Typography/Typography.styles.js +1 -1
- package/dist/Typography/Typography.table.story.js +2 -2
- package/dist/_hooks/I18n.d.ts +143 -76
- package/dist/_locales/de-DE.json +7 -1
- package/dist/_locales/en-AU.json +7 -1
- package/dist/_locales/en-CA.json +7 -1
- package/dist/_locales/en-GB.json +7 -1
- package/dist/_locales/es-ES.json +7 -1
- package/dist/_locales/es.json +9 -3
- package/dist/_locales/fr-CA.json +7 -1
- package/dist/_locales/fr-FR.json +7 -1
- package/dist/_locales/is-IS.json +7 -1
- package/dist/_locales/it-IT.json +7 -1
- package/dist/_locales/ja-JP.json +7 -1
- package/dist/_locales/nb-NO.json +7 -1
- package/dist/_locales/pl-PL.json +7 -1
- package/dist/_locales/pt-BR.json +7 -1
- package/dist/_locales/pt-PT.json +9 -3
- package/dist/_locales/th-TH.json +7 -1
- package/dist/_locales/zh-SG.json +7 -1
- package/dist/_locales/zh-TW.json +7 -1
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +4 -4
- package/dist/_storyHelpers_/components/StoryGrid.js.map +1 -1
- package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +4 -4
- package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +25 -25
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +17 -17
- package/dist/_typedoc/Box/Box.types.json +68 -68
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +12 -12
- package/dist/_typedoc/Button/Button.types.json +14 -14
- 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 +14 -14
- package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
- package/dist/_typedoc/Dropdown/Dropdown.types.json +38 -38
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +32 -32
- package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
- package/dist/_typedoc/EmptyState/EmptyState.types.json +18 -18
- 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 +770 -770
- 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 +54 -54
- 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 +104 -84
- package/dist/_typedoc/Modal/Modal.types.json +48 -48
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +33 -33
- package/dist/_typedoc/NextTile/NextTile.types.json +33 -33
- package/dist/_typedoc/Notation/Notation.types.json +4 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +52 -52
- package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +33 -33
- package/dist/_typedoc/PageLayout/PageLayout.types.json +40 -40
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +28 -28
- 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 +67 -67
- 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 +105 -105
- package/dist/_typedoc/Tabs/Tabs.types.json +23 -23
- 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 +15 -15
- package/dist/_typedoc/Tree/Tree.types.json +91 -91
- package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
- package/dist/_typedoc/Typography/Typography.types.json +9 -9
- package/dist/_typedoc/_utils/types.json +3 -3
- package/dist/_typedoc/a11y-tips.json +1 -1
- package/package.json +1 -1
|
@@ -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/51bb21d314/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/51bb21d314/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/51bb21d314/packages/core-react/src/_utils/types.ts#L47"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "containFocus",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>When true, contains keyboard focus inside the aside while it is open, so focus cannot move to the rest of the page (a focus trap). Backed by the <code>FocusScope</code> <code>contain</code> behavior.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>a11y</dt><dd><p>Use for modal-like asides so focus stays inside the panel even when the focused element is removed (e.g. selecting a filter with no results).</p>\n</dd><dt>since</dt><dd><p>12.51.0</p>\n</dd></dl></div>",
|
|
42
42
|
"a11y": "Use for modal-like asides so focus stays inside the panel even when the focused element is removed (e.g. selecting a filter with no results).",
|
|
43
43
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
44
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
44
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/PageLayout/PageLayout.types.ts#L73"
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
"name": "focusOnOpen",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>When true, moves keyboard focus to the aside container when it opens (on a closed -> open transition).</p>\n</div><dl class=\"tsd-comment-tags\"><dt>a11y</dt><dd><p>Moves focus into the aside as it appears, so keyboard and screen reader users are not left behind on the trigger.</p>\n</dd><dt>since</dt><dd><p>12.36.1</p>\n</dd></dl></div>",
|
|
53
53
|
"a11y": "Moves focus into the aside as it appears, so keyboard and screen reader users are not left behind on the trigger.",
|
|
54
54
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
55
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
55
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/PageLayout/PageLayout.types.ts#L61"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"name": "open",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"description": "If the aside block should be open",
|
|
63
63
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>If the aside block should be open</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
64
64
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
65
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
65
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/PageLayout/PageLayout.types.ts#L55"
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
"name": "restoreFocusOnClose",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>When true, restores focus back to the element that was focused before the aside opened (on an open -> closed transition).</p>\n</div><dl class=\"tsd-comment-tags\"><dt>a11y</dt><dd><p>Returns keyboard focus to the triggering control when the aside closes, so users are not dropped at the top of the page.</p>\n</dd><dt>since</dt><dd><p>12.36.1</p>\n</dd></dl></div>",
|
|
74
74
|
"a11y": "Returns keyboard focus to the triggering control when the aside closes, so users are not dropped at the top of the page.",
|
|
75
75
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
76
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
76
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/PageLayout/PageLayout.types.ts#L67"
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
"name": "style",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"description": "Additional CSS styles",
|
|
84
84
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
85
85
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
86
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
86
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L52"
|
|
87
87
|
}
|
|
88
88
|
],
|
|
89
89
|
"description": ""
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"description": "",
|
|
100
100
|
"descriptionHtml": "",
|
|
101
101
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
102
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
102
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/PageLayout/PageLayout.types.ts#L31"
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
"name": "sections",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"description": "",
|
|
110
110
|
"descriptionHtml": "",
|
|
111
111
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
112
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
112
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/PageLayout/PageLayout.types.ts#L28"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"name": "selected",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"description": "",
|
|
120
120
|
"descriptionHtml": "",
|
|
121
121
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
122
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
122
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/PageLayout/PageLayout.types.ts#L29"
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
"name": "onSelect",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"description": "",
|
|
130
130
|
"descriptionHtml": "",
|
|
131
131
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
132
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
132
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/PageLayout/PageLayout.types.ts#L30"
|
|
133
133
|
}
|
|
134
134
|
],
|
|
135
135
|
"description": ""
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"description": "",
|
|
146
146
|
"descriptionHtml": "",
|
|
147
147
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
148
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
148
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/PageLayout/PageLayout.types.ts#L6"
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
"name": "children",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"description": "",
|
|
156
156
|
"descriptionHtml": "",
|
|
157
157
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
158
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
158
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L42"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"name": "className",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"description": "Additional classNames",
|
|
166
166
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
167
167
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
168
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
168
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L47"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"name": "required",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"description": "",
|
|
176
176
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>If the content of the Page has required fields</p>\n</dd><dt>since</dt><dd><p>12.48.0</p>\n</dd></dl></div>",
|
|
177
177
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
178
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
178
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/PageLayout/PageLayout.types.ts#L39"
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"name": "style",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"description": "Additional CSS styles",
|
|
186
186
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
187
187
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
188
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
188
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L52"
|
|
189
189
|
}
|
|
190
190
|
],
|
|
191
191
|
"description": ""
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"description": "",
|
|
202
202
|
"descriptionHtml": "",
|
|
203
203
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
204
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
204
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/PageLayout/PageLayout.types.ts#L6"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"name": "children",
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
"description": "",
|
|
212
212
|
"descriptionHtml": "",
|
|
213
213
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
214
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
214
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L42"
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"name": "className",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"description": "Additional classNames",
|
|
222
222
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
223
223
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
224
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
224
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L47"
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
227
|
"name": "style",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"description": "Additional CSS styles",
|
|
232
232
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
233
233
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
234
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
234
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L52"
|
|
235
235
|
}
|
|
236
236
|
],
|
|
237
237
|
"description": ""
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"description": "",
|
|
248
248
|
"descriptionHtml": "",
|
|
249
249
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
250
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
250
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/PageLayout/PageLayout.types.ts#L6"
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"name": "children",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
"description": "",
|
|
258
258
|
"descriptionHtml": "",
|
|
259
259
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
260
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
260
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L42"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"name": "className",
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
"description": "Additional classNames",
|
|
268
268
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
269
269
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
270
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
270
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L47"
|
|
271
271
|
},
|
|
272
272
|
{
|
|
273
273
|
"name": "style",
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
"description": "Additional CSS styles",
|
|
278
278
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
279
279
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
280
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
280
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L52"
|
|
281
281
|
}
|
|
282
282
|
],
|
|
283
283
|
"description": ""
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"description": "",
|
|
294
294
|
"descriptionHtml": "",
|
|
295
295
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
296
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
296
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/PageLayout/PageLayout.types.ts#L6"
|
|
297
297
|
},
|
|
298
298
|
{
|
|
299
299
|
"name": "children",
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
"description": "",
|
|
304
304
|
"descriptionHtml": "",
|
|
305
305
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
306
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
306
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L42"
|
|
307
307
|
},
|
|
308
308
|
{
|
|
309
309
|
"name": "className",
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
"description": "Additional classNames",
|
|
314
314
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
315
315
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
316
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
316
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L47"
|
|
317
317
|
},
|
|
318
318
|
{
|
|
319
319
|
"name": "style",
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
"description": "Additional CSS styles",
|
|
324
324
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
325
325
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
326
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
326
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L52"
|
|
327
327
|
},
|
|
328
328
|
{
|
|
329
329
|
"name": "transparent",
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"description": "",
|
|
334
334
|
"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>",
|
|
335
335
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
336
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
336
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/PageLayout/PageLayout.types.ts#L47"
|
|
337
337
|
}
|
|
338
338
|
],
|
|
339
339
|
"description": ""
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
"description": "",
|
|
350
350
|
"descriptionHtml": "",
|
|
351
351
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
352
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
352
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/PageLayout/PageLayout.types.ts#L6"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
355
|
"name": "children",
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
"description": "",
|
|
360
360
|
"descriptionHtml": "",
|
|
361
361
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
362
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
362
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L42"
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"name": "className",
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
"description": "Additional classNames",
|
|
370
370
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
371
371
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
372
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
372
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L47"
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"name": "flex",
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
"description": "Sets display flex column on the element and makes the body grow.",
|
|
380
380
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets display flex column on the element and makes the body grow.</p>\n</div><div><p>Helps with small content and pushing the footer to the bottom of the screen.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.45.0</p>\n</dd></dl></div>",
|
|
381
381
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
382
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
382
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/PageLayout/PageLayout.types.ts#L84"
|
|
383
383
|
},
|
|
384
384
|
{
|
|
385
385
|
"name": "style",
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
"description": "Additional CSS styles",
|
|
390
390
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
391
391
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
392
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
392
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L52"
|
|
393
393
|
}
|
|
394
394
|
],
|
|
395
395
|
"description": ""
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
"description": "",
|
|
406
406
|
"descriptionHtml": "",
|
|
407
407
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
408
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
408
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/PageLayout/PageLayout.types.ts#L6"
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
411
|
"name": "children",
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
"description": "",
|
|
416
416
|
"descriptionHtml": "",
|
|
417
417
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
418
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
418
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L42"
|
|
419
419
|
},
|
|
420
420
|
{
|
|
421
421
|
"name": "className",
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
"description": "Additional classNames",
|
|
426
426
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
427
427
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
428
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
428
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L47"
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
431
|
"name": "fillHeight",
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
"description": "Opt-in: makes Page fill its parent height and propagates that layout behavior\nto Page.Main and Page.Aside to improve sticky footer/page height behavior.",
|
|
436
436
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Opt-in: makes Page fill its parent height and propagates that layout behavior\nto Page.Main and Page.Aside to improve sticky footer/page height behavior.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.45.0</p>\n</dd></dl></div>",
|
|
437
437
|
"sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
|
|
438
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
438
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/PageLayout/PageLayout.types.ts#L21"
|
|
439
439
|
},
|
|
440
440
|
{
|
|
441
441
|
"name": "style",
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
"description": "Additional CSS styles",
|
|
446
446
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
447
447
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
448
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
448
|
+
"sourceUrl": "https://github.com/procore/core/blob/51bb21d314/packages/core-react/src/_utils/types.ts#L52"
|
|
449
449
|
}
|
|
450
450
|
],
|
|
451
451
|
"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/51bb21d314/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/51bb21d314/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/51bb21d314/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/51bb21d314/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/51bb21d314/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/51bb21d314/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/51bb21d314/packages/core-react/src/Pagination/Pagination.types.ts#L54"
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
76
|
"description": ""
|