@procore/core-react 11.32.0 → 12.0.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/README.md +7 -1
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/Avatar/Avatar.types.d.ts +1 -1
- package/dist/Avatar/Avatar.types.js.map +1 -1
- package/dist/AvatarStack/AvatarStack.styles.js +7 -7
- package/dist/Badge/Badge.styles.js +2 -2
- package/dist/Banner/Banner.d.ts +0 -5
- package/dist/Banner/Banner.js +11 -30
- package/dist/Banner/Banner.js.map +1 -1
- package/dist/Banner/Banner.styles.js +10 -20
- package/dist/Banner/Banner.styles.js.map +1 -1
- package/dist/Banner/Banner.types.d.ts +1 -5
- package/dist/Banner/Banner.types.js.map +1 -1
- package/dist/Banner/index.d.ts +1 -1
- package/dist/Banner/index.js +1 -1
- package/dist/Banner/index.js.map +1 -1
- package/dist/Box/Box.d.ts +4 -0
- package/dist/Box/Box.js +5 -0
- package/dist/Box/Box.js.map +1 -1
- package/dist/Box/Box.styles.js +1 -1
- package/dist/Breadcrumbs/Breadcrumbs.d.ts +38 -2
- package/dist/Breadcrumbs/Breadcrumbs.js +40 -2
- package/dist/Breadcrumbs/Breadcrumbs.js.map +1 -1
- package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
- package/dist/Breadcrumbs/Breadcrumbs.types.d.ts +14 -2
- package/dist/Breadcrumbs/Breadcrumbs.types.js +5 -0
- package/dist/Breadcrumbs/Breadcrumbs.types.js.map +1 -1
- package/dist/Button/Button.styles.js +5 -5
- package/dist/Calendar/Calendar.d.ts +126 -9
- package/dist/Calendar/Calendar.js +126 -9
- package/dist/Calendar/Calendar.js.map +1 -1
- package/dist/Calendar/Calendar.styles.js +8 -8
- package/dist/Calendar/Calendar.types.d.ts +11 -1
- package/dist/Calendar/Calendar.types.js.map +1 -1
- package/dist/Card/Card.styles.js +1 -1
- package/dist/Checkbox/Checkbox.js +3 -2
- package/dist/Checkbox/Checkbox.js.map +1 -1
- package/dist/Checkbox/Checkbox.styles.js +6 -6
- package/dist/Checkbox/CheckboxTooltip.d.ts +4 -0
- package/dist/Checkbox/CheckboxTooltip.js +26 -0
- package/dist/Checkbox/CheckboxTooltip.js.map +1 -0
- package/dist/ContactItem/ContactItem.styles.js +5 -5
- package/dist/Content/Content.styles.js +4 -4
- package/dist/Content/Content.styles.js.map +1 -1
- package/dist/DateInput/DateInput.styles.js +6 -6
- package/dist/DetailPage/DetailPage.styles.js +7 -7
- package/dist/Dropdown/Dropdown.d.ts +1 -2
- package/dist/Dropdown/Dropdown.js.map +1 -1
- package/dist/Dropdown/Dropdown.styles.js +3 -3
- package/dist/Dropdown/Dropdown.types.d.ts +2 -1
- package/dist/Dropdown/Dropdown.types.js.map +1 -1
- package/dist/Dropdown/index.d.ts +1 -1
- package/dist/Dropdown/index.js.map +1 -1
- package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
- package/dist/Dropzone/Dropzone.js +1 -1
- package/dist/Dropzone/Dropzone.styles.js +9 -9
- package/dist/EmptyState/EmptyState.styles.js +6 -6
- package/dist/Field/Field.styles.js +3 -3
- package/dist/FileList/FileList.styles.js +4 -4
- package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
- package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
- package/dist/FileSelect/FileSelect.styles.js +2 -2
- package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
- package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
- package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
- package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
- package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
- package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
- package/dist/FileSelect/ThumbnailList/index.d.ts +1 -0
- package/dist/FileSelect/ThumbnailList/index.js.map +1 -1
- package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
- package/dist/FileSelect/TreeSource/TreeSource.types.d.ts +1 -1
- package/dist/FileSelect/TreeSource/TreeSource.types.js.map +1 -1
- package/dist/FileSelect/index.d.ts +1 -1
- package/dist/FileSelect/index.js.map +1 -1
- package/dist/FileSelect/storyHelpers.d.ts +2 -2
- package/dist/FileSelect/storyHelpers.js.map +1 -1
- package/dist/FileToken/FileToken.styles.js +4 -4
- package/dist/FilterToken/FilterToken.styles.js +2 -2
- package/dist/Flex/Flex.d.ts +5 -0
- package/dist/Flex/Flex.js +5 -0
- package/dist/Flex/Flex.js.map +1 -1
- package/dist/FlexList/FlexList.d.ts +5 -0
- package/dist/FlexList/FlexList.js +6 -0
- package/dist/FlexList/FlexList.js.map +1 -1
- package/dist/FlexList/FlexList.styles.js +1 -1
- package/dist/Form/Form.d.ts +6 -1
- package/dist/Form/Form.js +10 -4
- package/dist/Form/Form.js.map +1 -1
- package/dist/Form/Form.styles.d.ts +1 -5
- package/dist/Form/Form.styles.js +20 -33
- package/dist/Form/Form.styles.js.map +1 -1
- package/dist/Form/Form.types.d.ts +38 -10
- package/dist/Form/Form.types.js.map +1 -1
- package/dist/Form/StyledFormikForm.styles.d.ts +6 -0
- package/dist/Form/StyledFormikForm.styles.js +17 -0
- package/dist/Form/StyledFormikForm.styles.js.map +1 -0
- package/dist/Form/index.d.ts +3 -2
- package/dist/Form/index.js +2 -1
- package/dist/Form/index.js.map +1 -1
- 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/Input/Input.types.d.ts +1 -0
- package/dist/Input/Input.types.js.map +1 -1
- package/dist/Link/Link.styles.js +1 -1
- package/dist/ListPage/ListPage.styles.js +8 -8
- package/dist/ListPage/ListPage.types.d.ts +1 -0
- package/dist/ListPage/ListPage.types.js.map +1 -1
- package/dist/Loader/Loader.styles.js +2 -2
- package/dist/Menu/index.d.ts +1 -1
- package/dist/Menu/index.js.map +1 -1
- package/dist/MenuImperative/MenuImperative.styles.js +10 -10
- package/dist/Modal/Modal.js +1 -1
- package/dist/Modal/Modal.js.map +1 -1
- package/dist/Modal/Modal.styles.js +13 -13
- package/dist/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/MultiSelect/MultiSelect.styles.js +6 -6
- package/dist/MultiSelect/MultiSelect.types.d.ts +4 -4
- package/dist/MultiSelect/MultiSelect.types.js.map +1 -1
- package/dist/MultiSelect/index.d.ts +1 -1
- package/dist/MultiSelect/index.js.map +1 -1
- package/dist/NextMenu/NextMenu.styles.js +3 -3
- package/dist/Notation/Notation.d.ts +1 -0
- package/dist/Notation/Notation.js +2 -1
- package/dist/Notation/Notation.js.map +1 -1
- package/dist/NumberInput/NumberInput.js +2 -3
- package/dist/NumberInput/NumberInput.js.map +1 -1
- package/dist/NumberInput/NumberInput.styles.js +7 -7
- package/dist/NumberInput/NumberInput.types.d.ts +15 -11
- package/dist/NumberInput/NumberInput.types.js.map +1 -1
- package/dist/NumberInput/index.d.ts +1 -1
- package/dist/NumberInput/index.js.map +1 -1
- package/dist/Overlay/OverlayArrow.styles.js +1 -1
- package/dist/OverlayTrigger/OverlayTrigger.js +0 -4
- package/dist/OverlayTrigger/OverlayTrigger.js.map +1 -1
- package/dist/PageLayout/PageLayout.d.ts +53 -0
- package/dist/PageLayout/PageLayout.js +63 -8
- package/dist/PageLayout/PageLayout.js.map +1 -1
- package/dist/PageLayout/PageLayout.styles.d.ts +1 -4
- package/dist/PageLayout/PageLayout.styles.js +26 -27
- package/dist/PageLayout/PageLayout.styles.js.map +1 -1
- package/dist/Pagination/Pagination.styles.js +5 -5
- package/dist/Pagination/index.d.ts +1 -1
- package/dist/Pagination/index.js.map +1 -1
- package/dist/Panel/Panel.styles.js +11 -11
- package/dist/Pill/Pill.styles.js +2 -2
- package/dist/PillSelect/PillSelect.styles.js +4 -4
- package/dist/PillSelect/index.d.ts +1 -1
- package/dist/PillSelect/index.js.map +1 -1
- 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 +6 -6
- package/dist/SegmentedController/SegmentedController.styles.js +4 -4
- package/dist/SegmentedController/SegmentedController.types.d.ts +2 -0
- package/dist/SegmentedController/SegmentedController.types.js +1 -0
- package/dist/SegmentedController/SegmentedController.types.js.map +1 -1
- package/dist/Select/Select.styles.js +7 -7
- 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/Spinner/Spinner.types.d.ts +1 -0
- package/dist/Spinner/Spinner.types.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.js +37 -37
- package/dist/SuperSelect/index.d.ts +1 -1
- package/dist/SuperSelect/index.js.map +1 -1
- package/dist/Switch/Switch.styles.js +4 -4
- package/dist/Table/Table.d.ts +5 -5
- package/dist/Table/Table.js.map +1 -1
- package/dist/Table/Table.styles.js +28 -28
- package/dist/Table/Table.types.d.ts +2 -2
- package/dist/Table/Table.types.js.map +1 -1
- package/dist/Table/index.d.ts +1 -1
- package/dist/Table/index.js.map +1 -1
- package/dist/TableShelf/TableShelf.styles.js +5 -5
- package/dist/Tabs/Tabs.styles.js +8 -8
- package/dist/Tabs/Tabs.types.d.ts +3 -0
- package/dist/Tabs/Tabs.types.js.map +1 -1
- package/dist/Tearsheet/Tearsheet.js +1 -1
- package/dist/Tearsheet/Tearsheet.js.map +1 -1
- 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 +17 -17
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
- package/dist/TieredSelect/TieredSelect.styles.js +9 -9
- package/dist/TieredSelect/index.d.ts +1 -1
- package/dist/TieredSelect/index.js.map +1 -1
- package/dist/Tile/Tile.styles.js +10 -10
- package/dist/Tile/Tile.styles.js.map +1 -1
- package/dist/Title/Title.styles.js +7 -7
- package/dist/Toast/Toast.styles.js +3 -3
- package/dist/Toast/index.d.ts +1 -1
- package/dist/Toast/index.js.map +1 -1
- package/dist/ToggleButton/ToggleButton.styles.js +1 -1
- package/dist/Token/Token.styles.js +3 -3
- package/dist/ToolHeader/ToolHeader.styles.js +6 -6
- package/dist/Tooltip/Tooltip.styles.js +2 -2
- package/dist/Tree/Tree.js.map +1 -1
- package/dist/Tree/Tree.styles.js +9 -9
- package/dist/Tree/Tree.types.d.ts +1 -1
- package/dist/Tree/Tree.types.js.map +1 -1
- package/dist/Tree/index.d.ts +1 -1
- package/dist/Tree/index.js.map +1 -1
- package/dist/Typeahead/Typeahead.styles.js +3 -3
- package/dist/Typography/Typography.js +4 -2
- package/dist/Typography/Typography.js.map +1 -1
- package/dist/Typography/Typography.styles.js +6 -3
- package/dist/Typography/Typography.styles.js.map +1 -1
- package/dist/Typography/Typography.table.story.js +2 -2
- package/dist/Typography/Typography.types.d.ts +15 -23
- package/dist/Typography/Typography.types.js.map +1 -1
- package/dist/Typography/index.d.ts +1 -1
- package/dist/Typography/index.js +1 -1
- package/dist/Typography/index.js.map +1 -1
- package/dist/_hooks/Anchor.d.ts +0 -15
- package/dist/_hooks/Anchor.js +1 -29
- package/dist/_hooks/Anchor.js.map +1 -1
- package/dist/_hooks/Buffer.d.ts +0 -19
- package/dist/_hooks/Buffer.js +1 -41
- package/dist/_hooks/Buffer.js.map +1 -1
- package/dist/_hooks/DateTime/index.d.ts +1 -1
- package/dist/_hooks/DateTime/index.js +1 -1
- package/dist/_hooks/DateTime/index.js.map +1 -1
- package/dist/_hooks/InjectedScript.d.ts +0 -18
- package/dist/_hooks/InjectedScript.js +1 -39
- package/dist/_hooks/InjectedScript.js.map +1 -1
- package/dist/_hooks/ListNavigation.d.ts +0 -35
- package/dist/_hooks/ListNavigation.js +1 -53
- package/dist/_hooks/ListNavigation.js.map +1 -1
- package/dist/_hooks/ResizeObserver.js +1 -5
- package/dist/_hooks/ResizeObserver.js.map +1 -1
- package/dist/_hooks/TextEntry.d.ts +1 -29
- package/dist/_hooks/TextEntry.js +1 -42
- package/dist/_hooks/TextEntry.js.map +1 -1
- package/dist/_hooks/Timer.d.ts +0 -19
- package/dist/_hooks/Timer.js +0 -38
- package/dist/_hooks/Timer.js.map +1 -1
- package/dist/_hooks/Trigger.d.ts +0 -20
- package/dist/_hooks/Trigger.js +1 -47
- package/dist/_hooks/Trigger.js.map +1 -1
- package/dist/_hooks/Visibility.d.ts +0 -18
- package/dist/_hooks/Visibility.js +1 -41
- package/dist/_hooks/Visibility.js.map +1 -1
- package/dist/_typedoc/Avatar/Avatar.types.json +22 -22
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +23 -23
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +16 -16
- package/dist/_typedoc/Box/Box.types.json +68 -68
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +16 -14
- package/dist/_typedoc/Button/Button.types.json +12 -12
- package/dist/_typedoc/Calendar/Calendar.json +68 -0
- package/dist/_typedoc/Calendar/Calendar.types.json +84 -82
- package/dist/_typedoc/Card/Card.types.json +6 -6
- package/dist/_typedoc/Checkbox/Checkbox.types.json +9 -9
- 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 +4 -4
- package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +34 -29
- package/dist/_typedoc/Dropzone/Dropzone.types.json +51 -41
- package/dist/_typedoc/EmptyState/EmptyState.types.json +14 -14
- package/dist/_typedoc/FileList/FileList.types.json +9 -9
- package/dist/_typedoc/FileSelect/FileSelect.json +19 -0
- package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
- 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 +11 -11
- 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 +787 -793
- package/dist/_typedoc/Grid/Grid.types.json +8 -8
- package/dist/_typedoc/GroupSelect/GroupSelect.types.json +53 -53
- package/dist/_typedoc/Input/Input.types.json +4 -3
- package/dist/_typedoc/Link/Link.types.json +4 -4
- package/dist/_typedoc/ListPage/ListPage.types.json +15 -14
- package/dist/_typedoc/Menu/Menu.types.json +62 -62
- package/dist/_typedoc/MenuImperative/MenuImperative.types.json +74 -74
- package/dist/_typedoc/Modal/Modal.types.json +41 -41
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +32 -32
- package/dist/_typedoc/Notation/Notation.json +9 -0
- package/dist/_typedoc/Notation/Notation.types.json +9 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +71 -88
- package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +31 -31
- package/dist/_typedoc/PageLayout/PageLayout.json +36 -0
- package/dist/_typedoc/PageLayout/PageLayout.types.json +26 -26
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +27 -27
- package/dist/_typedoc/Pill/Pill.types.json +2 -2
- package/dist/_typedoc/PillSelect/PillSelect.types.json +47 -47
- package/dist/_typedoc/Popover/Popover.types.json +14 -14
- package/dist/_typedoc/ProgressBar/ProgressBar.types.json +6 -6
- 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 +20 -19
- package/dist/_typedoc/Section/Section.types.json +14 -14
- package/dist/_typedoc/SegmentedController/SegmentedController.types.json +29 -21
- package/dist/_typedoc/Select/Select.types.json +57 -57
- package/dist/_typedoc/Slider/Slider.types.json +6 -6
- package/dist/_typedoc/Spinner/Spinner.types.json +11 -10
- package/dist/_typedoc/Switch/Switch.types.json +3 -3
- package/dist/_typedoc/Table/Table.types.json +101 -100
- package/dist/_typedoc/Tabs/Tabs.types.json +23 -20
- package/dist/_typedoc/Tearsheet/Tearsheet.types.json +16 -16
- package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
- package/dist/_typedoc/TextEditor/TextEditor.types.json +9 -9
- package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
- package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
- package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
- package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
- package/dist/_typedoc/Tile/Tile.types.json +30 -30
- 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 +3 -3
- package/dist/_typedoc/Token/Token.types.json +4 -4
- package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
- package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
- package/dist/_typedoc/Tree/Tree.types.json +128 -128
- package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
- package/dist/_typedoc/Typography/Typography.types.json +24 -14
- package/dist/_typedoc/_utils/types.json +3 -3
- package/dist/_typedoc/deprecations.json +1 -1
- package/dist/_utils/closeWithConfirm.js.map +1 -0
- package/dist/_utils/propsTypedoc.d.ts +5 -1
- package/dist/_utils/propsTypedoc.js +4 -0
- package/dist/_utils/propsTypedoc.js.map +1 -1
- package/dist/index.d.ts +1 -5
- package/dist/index.js +4 -9
- package/dist/index.js.map +1 -1
- package/package.json +15 -5
- package/dist/Form/closeWithConfirm.js.map +0 -1
- package/dist/Sidebar/Sidebar.d.ts +0 -50
- package/dist/Sidebar/Sidebar.js +0 -117
- package/dist/Sidebar/Sidebar.js.map +0 -1
- package/dist/Sidebar/Sidebar.styles.d.ts +0 -9
- package/dist/Sidebar/Sidebar.styles.js +0 -38
- package/dist/Sidebar/Sidebar.styles.js.map +0 -1
- package/dist/Sidebar/index.d.ts +0 -1
- package/dist/Sidebar/index.js +0 -2
- package/dist/Sidebar/index.js.map +0 -1
- package/dist/_hooks/Analytics.d.ts +0 -36
- package/dist/_hooks/Analytics.js +0 -54
- package/dist/_hooks/Analytics.js.map +0 -1
- package/dist/_hooks/Autofocus.d.ts +0 -32
- package/dist/_hooks/Autofocus.js +0 -70
- package/dist/_hooks/Autofocus.js.map +0 -1
- package/dist/_hooks/BoundingRect.d.ts +0 -41
- package/dist/_hooks/BoundingRect.js +0 -90
- package/dist/_hooks/BoundingRect.js.map +0 -1
- package/dist/_hooks/Event.d.ts +0 -42
- package/dist/_hooks/Event.js +0 -83
- package/dist/_hooks/Event.js.map +0 -1
- package/dist/_utils/genericAnalyticsClient.d.ts +0 -25
- package/dist/_utils/genericAnalyticsClient.js +0 -46
- package/dist/_utils/genericAnalyticsClient.js.map +0 -1
- /package/dist/{Form → _utils}/closeWithConfirm.d.ts +0 -0
- /package/dist/{Form → _utils}/closeWithConfirm.js +0 -0
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"descriptionHtml": "",
|
|
12
12
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L42"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "className",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Additional classNames",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
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/2a86714/packages/core-react/src/_utils/types.ts#L47"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "displayDate",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Controls the month displayed on the calendar, can be different from selected.",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the month displayed on the calendar, can be different from selected.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>new Date()</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L32"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "monthRef",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "Provide a function to disable dates. Must return a boolean.",
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Provide a function to disable dates. Must return a boolean.</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/Calendar/Calendar.types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L45"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "selectedEnd",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"description": "End of the highlight of a day range",
|
|
51
51
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>End of the highlight of a day range</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/Calendar/Calendar.types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L55"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"name": "selectedStart",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"description": "Start of the highlight of a day range",
|
|
61
61
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Start of the highlight of a day range</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
62
62
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
63
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L60"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"name": "style",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"description": "Additional CSS styles",
|
|
71
71
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
72
72
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
73
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L52"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"name": "yearRef",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"description": "",
|
|
81
81
|
"descriptionHtml": "",
|
|
82
82
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
83
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
83
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L61"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": "disabledDate",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"description": "",
|
|
91
91
|
"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>",
|
|
92
92
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
93
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
93
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L40"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
"name": "onSelect",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"description": "Click handler for selecting a day.",
|
|
101
101
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Click handler for selecting a day.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
102
102
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
103
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
103
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L50"
|
|
104
104
|
}
|
|
105
105
|
],
|
|
106
106
|
"description": ""
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"description": "",
|
|
117
117
|
"descriptionHtml": "",
|
|
118
118
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
119
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
119
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L42"
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
"name": "className",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"description": "Additional classNames",
|
|
127
127
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
128
128
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
129
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
129
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L47"
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
"name": "style",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"description": "Additional CSS styles",
|
|
137
137
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
138
138
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
139
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
139
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L52"
|
|
140
140
|
}
|
|
141
141
|
],
|
|
142
142
|
"description": ""
|
|
@@ -150,9 +150,11 @@
|
|
|
150
150
|
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
151
151
|
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
152
152
|
"description": "",
|
|
153
|
-
"descriptionHtml": "",
|
|
154
|
-
"
|
|
155
|
-
"
|
|
153
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecatedsince</dt><dd><p>11.6.0</p>\n</dd><dt>deprecated</dt><dd><p>Subcomponents intended for internal library development. Export will be removed in a future release.</p>\n<p>AFTER</p>\n<pre><code><Calendar onSelect />\n</code></pre>\n</dd></dl></div>",
|
|
154
|
+
"deprecated": "Subcomponents intended for internal library development. Export will be removed in a future release.\n\nAFTER\n```\n<Calendar onSelect />\n```\n",
|
|
155
|
+
"deprecatedSince": "11.6.0",
|
|
156
|
+
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
157
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L18"
|
|
156
158
|
},
|
|
157
159
|
{
|
|
158
160
|
"name": "className",
|
|
@@ -162,7 +164,7 @@
|
|
|
162
164
|
"description": "Additional classNames",
|
|
163
165
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
164
166
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
165
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
167
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L47"
|
|
166
168
|
},
|
|
167
169
|
{
|
|
168
170
|
"name": "displayDate",
|
|
@@ -172,7 +174,7 @@
|
|
|
172
174
|
"description": "Controls the month displayed on the calendar, can be different from selected.",
|
|
173
175
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the month displayed on the calendar, can be different from selected.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>new Date()</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
174
176
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
175
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
177
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L32"
|
|
176
178
|
},
|
|
177
179
|
{
|
|
178
180
|
"name": "monthRef",
|
|
@@ -182,7 +184,7 @@
|
|
|
182
184
|
"description": "Provide a function to disable dates. Must return a boolean.",
|
|
183
185
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Provide a function to disable dates. Must return a boolean.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
184
186
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
185
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
187
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L45"
|
|
186
188
|
},
|
|
187
189
|
{
|
|
188
190
|
"name": "selectedEnd",
|
|
@@ -192,7 +194,7 @@
|
|
|
192
194
|
"description": "End of the highlight of a day range",
|
|
193
195
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>End of the highlight of a day range</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
194
196
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
195
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
197
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L55"
|
|
196
198
|
},
|
|
197
199
|
{
|
|
198
200
|
"name": "selectedStart",
|
|
@@ -202,7 +204,7 @@
|
|
|
202
204
|
"description": "Start of the highlight of a day range",
|
|
203
205
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Start of the highlight of a day range</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
204
206
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
205
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
207
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L60"
|
|
206
208
|
},
|
|
207
209
|
{
|
|
208
210
|
"name": "style",
|
|
@@ -212,7 +214,7 @@
|
|
|
212
214
|
"description": "Additional CSS styles",
|
|
213
215
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
214
216
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
215
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
217
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L52"
|
|
216
218
|
},
|
|
217
219
|
{
|
|
218
220
|
"name": "yearRef",
|
|
@@ -222,7 +224,7 @@
|
|
|
222
224
|
"description": "",
|
|
223
225
|
"descriptionHtml": "",
|
|
224
226
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
225
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
227
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L61"
|
|
226
228
|
},
|
|
227
229
|
{
|
|
228
230
|
"name": "disabledDate",
|
|
@@ -232,7 +234,7 @@
|
|
|
232
234
|
"description": "",
|
|
233
235
|
"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>",
|
|
234
236
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
235
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
237
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L40"
|
|
236
238
|
},
|
|
237
239
|
{
|
|
238
240
|
"name": "onNavigate",
|
|
@@ -242,7 +244,7 @@
|
|
|
242
244
|
"description": "Click handler for navigating the calendar, with arrows or selects.",
|
|
243
245
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Click handler for navigating the calendar, with arrows or selects.</p>\n</div></div>",
|
|
244
246
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
245
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
247
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L8"
|
|
246
248
|
},
|
|
247
249
|
{
|
|
248
250
|
"name": "onSelect",
|
|
@@ -252,7 +254,7 @@
|
|
|
252
254
|
"description": "Click handler for selecting a day.",
|
|
253
255
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Click handler for selecting a day.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
254
256
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
255
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
257
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L50"
|
|
256
258
|
}
|
|
257
259
|
],
|
|
258
260
|
"description": ""
|
|
@@ -268,7 +270,7 @@
|
|
|
268
270
|
"description": "",
|
|
269
271
|
"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>",
|
|
270
272
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
271
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
273
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L130"
|
|
272
274
|
},
|
|
273
275
|
{
|
|
274
276
|
"name": "children",
|
|
@@ -278,7 +280,7 @@
|
|
|
278
280
|
"description": "",
|
|
279
281
|
"descriptionHtml": "",
|
|
280
282
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
281
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
283
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L42"
|
|
282
284
|
},
|
|
283
285
|
{
|
|
284
286
|
"name": "className",
|
|
@@ -288,7 +290,7 @@
|
|
|
288
290
|
"description": "Additional classNames",
|
|
289
291
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
290
292
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
291
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
293
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L47"
|
|
292
294
|
},
|
|
293
295
|
{
|
|
294
296
|
"name": "label",
|
|
@@ -298,7 +300,7 @@
|
|
|
298
300
|
"description": "",
|
|
299
301
|
"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>",
|
|
300
302
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
301
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
303
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L134"
|
|
302
304
|
},
|
|
303
305
|
{
|
|
304
306
|
"name": "options",
|
|
@@ -308,7 +310,7 @@
|
|
|
308
310
|
"description": "Expects an array of objects with the following shape",
|
|
309
311
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Expects an array of objects with the following shape</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
310
312
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
311
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
313
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L143"
|
|
312
314
|
},
|
|
313
315
|
{
|
|
314
316
|
"name": "selected",
|
|
@@ -318,7 +320,7 @@
|
|
|
318
320
|
"description": "Identifier of the selected value",
|
|
319
321
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Identifier of the selected value</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
320
322
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
321
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
323
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L148"
|
|
322
324
|
},
|
|
323
325
|
{
|
|
324
326
|
"name": "style",
|
|
@@ -328,7 +330,7 @@
|
|
|
328
330
|
"description": "Additional CSS styles",
|
|
329
331
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
330
332
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
331
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
333
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L52"
|
|
332
334
|
},
|
|
333
335
|
{
|
|
334
336
|
"name": "onSelect",
|
|
@@ -338,7 +340,7 @@
|
|
|
338
340
|
"description": "",
|
|
339
341
|
"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>",
|
|
340
342
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
341
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
343
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L138"
|
|
342
344
|
}
|
|
343
345
|
],
|
|
344
346
|
"description": ""
|
|
@@ -354,7 +356,7 @@
|
|
|
354
356
|
"description": "",
|
|
355
357
|
"descriptionHtml": "",
|
|
356
358
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
357
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
359
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L42"
|
|
358
360
|
},
|
|
359
361
|
{
|
|
360
362
|
"name": "className",
|
|
@@ -364,7 +366,7 @@
|
|
|
364
366
|
"description": "Additional classNames",
|
|
365
367
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
366
368
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
367
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
369
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L47"
|
|
368
370
|
},
|
|
369
371
|
{
|
|
370
372
|
"name": "disabled",
|
|
@@ -374,7 +376,7 @@
|
|
|
374
376
|
"description": "",
|
|
375
377
|
"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>",
|
|
376
378
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
377
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
379
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L68"
|
|
378
380
|
},
|
|
379
381
|
{
|
|
380
382
|
"name": "isCurrentMonth",
|
|
@@ -384,7 +386,7 @@
|
|
|
384
386
|
"description": "",
|
|
385
387
|
"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>",
|
|
386
388
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
387
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
389
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L72"
|
|
388
390
|
},
|
|
389
391
|
{
|
|
390
392
|
"name": "isRangeEnd",
|
|
@@ -394,7 +396,7 @@
|
|
|
394
396
|
"description": "",
|
|
395
397
|
"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>",
|
|
396
398
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
397
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
399
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L76"
|
|
398
400
|
},
|
|
399
401
|
{
|
|
400
402
|
"name": "isRangeStart",
|
|
@@ -404,7 +406,7 @@
|
|
|
404
406
|
"description": "",
|
|
405
407
|
"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>",
|
|
406
408
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
407
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
409
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L80"
|
|
408
410
|
},
|
|
409
411
|
{
|
|
410
412
|
"name": "isToday",
|
|
@@ -414,7 +416,7 @@
|
|
|
414
416
|
"description": "",
|
|
415
417
|
"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>",
|
|
416
418
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
417
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
419
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L84"
|
|
418
420
|
},
|
|
419
421
|
{
|
|
420
422
|
"name": "onClick",
|
|
@@ -424,7 +426,7 @@
|
|
|
424
426
|
"description": "",
|
|
425
427
|
"descriptionHtml": "",
|
|
426
428
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
427
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
429
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L88"
|
|
428
430
|
},
|
|
429
431
|
{
|
|
430
432
|
"name": "selected",
|
|
@@ -434,7 +436,7 @@
|
|
|
434
436
|
"description": "",
|
|
435
437
|
"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>",
|
|
436
438
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
437
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
439
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L92"
|
|
438
440
|
},
|
|
439
441
|
{
|
|
440
442
|
"name": "style",
|
|
@@ -444,7 +446,7 @@
|
|
|
444
446
|
"description": "Additional CSS styles",
|
|
445
447
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
446
448
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
447
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
449
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L52"
|
|
448
450
|
}
|
|
449
451
|
],
|
|
450
452
|
"description": ""
|
|
@@ -460,7 +462,7 @@
|
|
|
460
462
|
"description": "",
|
|
461
463
|
"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>",
|
|
462
464
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
463
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
465
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L118"
|
|
464
466
|
},
|
|
465
467
|
{
|
|
466
468
|
"name": "alignItems",
|
|
@@ -470,7 +472,7 @@
|
|
|
470
472
|
"description": "",
|
|
471
473
|
"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>",
|
|
472
474
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
473
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
475
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L122"
|
|
474
476
|
},
|
|
475
477
|
{
|
|
476
478
|
"name": "alignSelf",
|
|
@@ -480,7 +482,7 @@
|
|
|
480
482
|
"description": "",
|
|
481
483
|
"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>",
|
|
482
484
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
483
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
485
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L126"
|
|
484
486
|
},
|
|
485
487
|
{
|
|
486
488
|
"name": "children",
|
|
@@ -490,7 +492,7 @@
|
|
|
490
492
|
"description": "",
|
|
491
493
|
"descriptionHtml": "",
|
|
492
494
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
493
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
495
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L42"
|
|
494
496
|
},
|
|
495
497
|
{
|
|
496
498
|
"name": "className",
|
|
@@ -500,7 +502,7 @@
|
|
|
500
502
|
"description": "Additional classNames",
|
|
501
503
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
502
504
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
503
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
505
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L47"
|
|
504
506
|
},
|
|
505
507
|
{
|
|
506
508
|
"name": "display",
|
|
@@ -510,7 +512,7 @@
|
|
|
510
512
|
"description": "",
|
|
511
513
|
"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>",
|
|
512
514
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
513
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
515
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L146"
|
|
514
516
|
},
|
|
515
517
|
{
|
|
516
518
|
"name": "flex",
|
|
@@ -520,7 +522,7 @@
|
|
|
520
522
|
"description": "Alias to the `flex` property on a flexbox child.",
|
|
521
523
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>flex</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
522
524
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
523
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
525
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L152"
|
|
524
526
|
},
|
|
525
527
|
{
|
|
526
528
|
"name": "flexBasis",
|
|
@@ -530,7 +532,7 @@
|
|
|
530
532
|
"description": "Alias to the `basis` property on a flexbox child.",
|
|
531
533
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>basis</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
532
534
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
533
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
535
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L158"
|
|
534
536
|
},
|
|
535
537
|
{
|
|
536
538
|
"name": "flexDirection",
|
|
@@ -540,7 +542,7 @@
|
|
|
540
542
|
"description": "Alias to the `direction` property on a flexbox child.",
|
|
541
543
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>direction</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
542
544
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
543
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
545
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L164"
|
|
544
546
|
},
|
|
545
547
|
{
|
|
546
548
|
"name": "flexGrow",
|
|
@@ -550,7 +552,7 @@
|
|
|
550
552
|
"description": "Alias to the `grow` property on a flexbox child.",
|
|
551
553
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>grow</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
552
554
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
553
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
555
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L170"
|
|
554
556
|
},
|
|
555
557
|
{
|
|
556
558
|
"name": "flexShrink",
|
|
@@ -560,7 +562,7 @@
|
|
|
560
562
|
"description": "Alias to the `shrink` property on a flexbox child.",
|
|
561
563
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>shrink</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
562
564
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
563
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
565
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L176"
|
|
564
566
|
},
|
|
565
567
|
{
|
|
566
568
|
"name": "flexWrap",
|
|
@@ -570,7 +572,7 @@
|
|
|
570
572
|
"description": "Alias to the `wrap` property on a flexbox child.",
|
|
571
573
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>wrap</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
572
574
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
573
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
575
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L182"
|
|
574
576
|
},
|
|
575
577
|
{
|
|
576
578
|
"name": "gap",
|
|
@@ -580,7 +582,7 @@
|
|
|
580
582
|
"description": "* Alias to the `gap` property on a flexbox child.",
|
|
581
583
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<ul>\n<li>Alias to the <code>gap</code> property on a flexbox child.</li>\n</ul>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.3.0</p>\n</dd></dl></div>",
|
|
582
584
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
583
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
585
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L188"
|
|
584
586
|
},
|
|
585
587
|
{
|
|
586
588
|
"name": "justifyContent",
|
|
@@ -590,7 +592,7 @@
|
|
|
590
592
|
"description": "",
|
|
591
593
|
"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>",
|
|
592
594
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
593
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
595
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L130"
|
|
594
596
|
},
|
|
595
597
|
{
|
|
596
598
|
"name": "margin",
|
|
@@ -600,7 +602,7 @@
|
|
|
600
602
|
"description": "",
|
|
601
603
|
"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>",
|
|
602
604
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
603
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
605
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L69"
|
|
604
606
|
},
|
|
605
607
|
{
|
|
606
608
|
"name": "marginBottom",
|
|
@@ -610,7 +612,7 @@
|
|
|
610
612
|
"description": "",
|
|
611
613
|
"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>",
|
|
612
614
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
613
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
615
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L73"
|
|
614
616
|
},
|
|
615
617
|
{
|
|
616
618
|
"name": "marginLeft",
|
|
@@ -620,7 +622,7 @@
|
|
|
620
622
|
"description": "",
|
|
621
623
|
"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>",
|
|
622
624
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
623
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
625
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L77"
|
|
624
626
|
},
|
|
625
627
|
{
|
|
626
628
|
"name": "marginRight",
|
|
@@ -630,7 +632,7 @@
|
|
|
630
632
|
"description": "",
|
|
631
633
|
"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>",
|
|
632
634
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
633
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
635
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L81"
|
|
634
636
|
},
|
|
635
637
|
{
|
|
636
638
|
"name": "marginTop",
|
|
@@ -640,7 +642,7 @@
|
|
|
640
642
|
"description": "",
|
|
641
643
|
"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>",
|
|
642
644
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
643
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
645
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L85"
|
|
644
646
|
},
|
|
645
647
|
{
|
|
646
648
|
"name": "order",
|
|
@@ -650,7 +652,7 @@
|
|
|
650
652
|
"description": "Alias to the `order` property on a flexbox child.",
|
|
651
653
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>order</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
652
654
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
653
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
655
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L194"
|
|
654
656
|
},
|
|
655
657
|
{
|
|
656
658
|
"name": "padding",
|
|
@@ -660,7 +662,7 @@
|
|
|
660
662
|
"description": "",
|
|
661
663
|
"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>",
|
|
662
664
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
663
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
665
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L92"
|
|
664
666
|
},
|
|
665
667
|
{
|
|
666
668
|
"name": "paddingBottom",
|
|
@@ -670,7 +672,7 @@
|
|
|
670
672
|
"description": "",
|
|
671
673
|
"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>",
|
|
672
674
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
673
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
675
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L96"
|
|
674
676
|
},
|
|
675
677
|
{
|
|
676
678
|
"name": "paddingLeft",
|
|
@@ -680,7 +682,7 @@
|
|
|
680
682
|
"description": "",
|
|
681
683
|
"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>",
|
|
682
684
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
683
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
685
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L100"
|
|
684
686
|
},
|
|
685
687
|
{
|
|
686
688
|
"name": "paddingRight",
|
|
@@ -690,7 +692,7 @@
|
|
|
690
692
|
"description": "",
|
|
691
693
|
"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>",
|
|
692
694
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
693
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
695
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L104"
|
|
694
696
|
},
|
|
695
697
|
{
|
|
696
698
|
"name": "paddingTop",
|
|
@@ -700,7 +702,7 @@
|
|
|
700
702
|
"description": "",
|
|
701
703
|
"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>",
|
|
702
704
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
703
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
705
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L108"
|
|
704
706
|
},
|
|
705
707
|
{
|
|
706
708
|
"name": "style",
|
|
@@ -710,7 +712,7 @@
|
|
|
710
712
|
"description": "Additional CSS styles",
|
|
711
713
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
712
714
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
713
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
715
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L52"
|
|
714
716
|
},
|
|
715
717
|
{
|
|
716
718
|
"name": "tabIndex",
|
|
@@ -720,7 +722,7 @@
|
|
|
720
722
|
"description": "",
|
|
721
723
|
"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>",
|
|
722
724
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
723
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
725
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L198"
|
|
724
726
|
},
|
|
725
727
|
{
|
|
726
728
|
"name": "textAlign",
|
|
@@ -730,7 +732,7 @@
|
|
|
730
732
|
"description": "",
|
|
731
733
|
"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>",
|
|
732
734
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
733
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
735
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Box/Box.types.ts#L202"
|
|
734
736
|
}
|
|
735
737
|
],
|
|
736
738
|
"description": ""
|
|
@@ -746,7 +748,7 @@
|
|
|
746
748
|
"description": "",
|
|
747
749
|
"descriptionHtml": "",
|
|
748
750
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
749
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
751
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L42"
|
|
750
752
|
},
|
|
751
753
|
{
|
|
752
754
|
"name": "className",
|
|
@@ -756,7 +758,7 @@
|
|
|
756
758
|
"description": "Additional classNames",
|
|
757
759
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
758
760
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
759
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
761
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L47"
|
|
760
762
|
},
|
|
761
763
|
{
|
|
762
764
|
"name": "style",
|
|
@@ -766,7 +768,7 @@
|
|
|
766
768
|
"description": "Additional CSS styles",
|
|
767
769
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
768
770
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
769
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
771
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L52"
|
|
770
772
|
},
|
|
771
773
|
{
|
|
772
774
|
"name": "onClick",
|
|
@@ -776,7 +778,7 @@
|
|
|
776
778
|
"description": "",
|
|
777
779
|
"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>",
|
|
778
780
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
779
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
781
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/Calendar/Calendar.types.ts#L155"
|
|
780
782
|
}
|
|
781
783
|
],
|
|
782
784
|
"description": ""
|
|
@@ -792,7 +794,7 @@
|
|
|
792
794
|
"description": "",
|
|
793
795
|
"descriptionHtml": "",
|
|
794
796
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
795
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
797
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L42"
|
|
796
798
|
},
|
|
797
799
|
{
|
|
798
800
|
"name": "className",
|
|
@@ -802,7 +804,7 @@
|
|
|
802
804
|
"description": "Additional classNames",
|
|
803
805
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
804
806
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
805
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
807
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L47"
|
|
806
808
|
},
|
|
807
809
|
{
|
|
808
810
|
"name": "style",
|
|
@@ -812,7 +814,7 @@
|
|
|
812
814
|
"description": "Additional CSS styles",
|
|
813
815
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
814
816
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
815
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
817
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L52"
|
|
816
818
|
}
|
|
817
819
|
],
|
|
818
820
|
"description": ""
|
|
@@ -828,7 +830,7 @@
|
|
|
828
830
|
"description": "",
|
|
829
831
|
"descriptionHtml": "",
|
|
830
832
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
831
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
833
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L42"
|
|
832
834
|
},
|
|
833
835
|
{
|
|
834
836
|
"name": "className",
|
|
@@ -838,7 +840,7 @@
|
|
|
838
840
|
"description": "Additional classNames",
|
|
839
841
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
840
842
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
841
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
843
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L47"
|
|
842
844
|
},
|
|
843
845
|
{
|
|
844
846
|
"name": "style",
|
|
@@ -848,7 +850,7 @@
|
|
|
848
850
|
"description": "Additional CSS styles",
|
|
849
851
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
850
852
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
851
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
853
|
+
"sourceUrl": "https://github.com/procore/core/blob/2a86714/packages/core-react/src/_utils/types.ts#L52"
|
|
852
854
|
}
|
|
853
855
|
],
|
|
854
856
|
"description": ""
|