@procore/core-react 12.29.0 → 12.30.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 +12 -0
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/Avatar/Avatar.types.d.ts +1 -1
- package/dist/Avatar/Avatar.types.js.map +1 -1
- package/dist/AvatarStack/AvatarStack.styles.js +7 -7
- package/dist/AvatarStack/AvatarStack.types.d.ts +0 -2
- package/dist/AvatarStack/AvatarStack.types.js.map +1 -1
- package/dist/Badge/Badge.styles.js +2 -2
- package/dist/BadgePill/BadgePill.styles.js +4 -4
- package/dist/Banner/Banner.styles.js +10 -10
- package/dist/Box/Box.styles.js +1 -1
- package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
- package/dist/Button/Button.styles.js +5 -5
- package/dist/Calendar/Calendar.styles.js +8 -8
- package/dist/Card/Card.styles.js +1 -1
- package/dist/Checkbox/Checkbox.styles.js +6 -6
- package/dist/Checkbox/CheckboxTooltip.js +1 -1
- package/dist/ContactItem/ContactItem.styles.js +5 -5
- package/dist/Content/Content.styles.js +2 -2
- package/dist/DateInput/DateInput.styles.js +6 -6
- 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 +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/TreeSource/TreeSource.styles.js +1 -1
- package/dist/FileToken/FileToken.styles.js +4 -4
- package/dist/FilterToken/FilterToken.styles.js +5 -5
- package/dist/FlexList/FlexList.styles.js +1 -1
- package/dist/Form/Form.styles.js +14 -14
- package/dist/Form/StyledFormikForm.styles.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.styles.js +10 -10
- package/dist/Modal/Modal.styles.js +13 -13
- package/dist/MultiSelect/MultiSelect.styles.js +6 -6
- package/dist/NextMenu/NextMenu.styles.js +3 -3
- package/dist/Notation/Notation.js +1 -1
- package/dist/NumberInput/NumberInput.styles.js +7 -7
- package/dist/Overlay/OverlayArrow.styles.js +1 -1
- package/dist/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.js +4 -4
- 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/SplitViewCard/SplitViewCard.styles.js +8 -8
- package/dist/SuperSelect/SuperSelect.components.js +1 -1
- package/dist/SuperSelect/SuperSelect.components.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.js +38 -38
- package/dist/SuperSelect/useSuperSelect.js +377 -62
- package/dist/SuperSelect/useSuperSelect.js.map +1 -1
- package/dist/Switch/Switch.styles.js +4 -4
- package/dist/Table/Table.styles.js +28 -28
- package/dist/TableShelf/TableShelf.styles.js +5 -5
- package/dist/Tabs/Tabs.styles.js +15 -15
- package/dist/Tearsheet/Tearsheet.styles.js +5 -5
- package/dist/TextArea/TextArea.styles.js +1 -1
- package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
- package/dist/Thumbnail/Thumbnail.styles.js +17 -17
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
- package/dist/TieredSelect/TieredSelect.styles.js +9 -9
- package/dist/Tile/Tile.styles.js +8 -8
- package/dist/Title/Title.styles.js +7 -7
- package/dist/Toast/Toast.styles.js +3 -3
- package/dist/ToggleButton/ToggleButton.styles.js +1 -1
- package/dist/Token/Token.styles.js +3 -3
- package/dist/ToolHeader/ToolHeader.styles.js +6 -6
- package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
- package/dist/Tooltip/Tooltip.styles.js +2 -2
- package/dist/Tree/Tree.styles.js +9 -9
- package/dist/Typeahead/Typeahead.styles.js +3 -3
- package/dist/Typography/Typography.styles.js +1 -1
- package/dist/Typography/Typography.table.story.js +2 -2
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
- package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
- package/dist/_typedoc/Avatar/Avatar.types.json +22 -22
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +25 -27
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +13 -13
- package/dist/_typedoc/Box/Box.types.json +68 -68
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
- package/dist/_typedoc/Button/Button.types.json +13 -13
- package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
- package/dist/_typedoc/Card/Card.types.json +6 -6
- package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
- package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
- package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
- package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
- package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
- package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +30 -30
- package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
- package/dist/_typedoc/EmptyState/EmptyState.types.json +16 -16
- package/dist/_typedoc/FileList/FileList.types.json +9 -9
- package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
- package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
- package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
- package/dist/_typedoc/Flex/Flex.types.json +27 -27
- package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
- package/dist/_typedoc/Form/Form.types.json +743 -743
- package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
- package/dist/_typedoc/Grid/Grid.types.json +8 -8
- package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
- package/dist/_typedoc/Input/Input.types.json +2 -2
- package/dist/_typedoc/Link/Link.types.json +1 -1
- package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
- package/dist/_typedoc/Menu/Menu.types.json +62 -62
- package/dist/_typedoc/MenuImperative/MenuImperative.types.json +74 -74
- package/dist/_typedoc/Modal/Modal.types.json +46 -46
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
- package/dist/_typedoc/NextTile/NextTile.types.json +32 -32
- package/dist/_typedoc/Notation/Notation.types.json +4 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +48 -48
- package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +32 -32
- package/dist/_typedoc/PageLayout/PageLayout.types.json +26 -26
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +30 -30
- package/dist/_typedoc/Pill/Pill.types.json +2 -2
- package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
- package/dist/_typedoc/Popover/Popover.types.json +15 -15
- package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
- package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
- package/dist/_typedoc/Required/Required.types.json +5 -5
- package/dist/_typedoc/Search/Search.types.json +18 -18
- package/dist/_typedoc/Section/Section.types.json +15 -15
- package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
- package/dist/_typedoc/Select/Select.types.json +60 -60
- package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
- package/dist/_typedoc/Slider/Slider.types.json +6 -6
- package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
- package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
- package/dist/_typedoc/Table/Table.types.json +101 -101
- package/dist/_typedoc/Tabs/Tabs.types.json +20 -20
- package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
- package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
- package/dist/_typedoc/TextEditor/TextEditor.types.json +9 -9
- package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
- package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
- package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
- package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
- package/dist/_typedoc/Tile/Tile.types.json +8 -8
- package/dist/_typedoc/Title/Title.types.json +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 +7 -7
- package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
- package/dist/_typedoc/Tree/Tree.types.json +86 -86
- package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
- package/dist/_typedoc/Typography/Typography.types.json +9 -9
- package/dist/_typedoc/_utils/types.json +3 -3
- package/dist/_typedoc/deprecations.json +1 -1
- package/package.json +2 -2
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"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>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/Typeahead/Typeahead.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Typeahead/Typeahead.types.ts#L15"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "onChange",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "",
|
|
21
21
|
"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>",
|
|
22
22
|
"sourceFile": "packages/core-react/src/Typeahead/Typeahead.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Typeahead/Typeahead.types.ts#L19"
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
26
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "Change the HTML tag. This\n[prop is from styled-components](https://styled-components.com/docs/api#as-polymorphic-prop)\n__Warning__: If using TypeScript, it will not switch types and\nsome props may error. You can add `@ts-expect-error`.\nSee [styled-components issue](https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30117)",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Change the HTML tag. This\n<a href=\"https://styled-components.com/docs/api#as-polymorphic-prop\">prop is from styled-components</a>\n<strong>Warning</strong>: If using TypeScript, it will not switch types and\nsome props may error. You can add <code>@ts-expect-error</code>.\nSee <a href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30117\">styled-components issue</a></p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'span'</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Typography/Typography.types.ts#L26"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "breakWord",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Enables word wrapping and breaking within the component",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Enables word wrapping and breaking within the component</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.0.0</p>\n</dd></dl></div>",
|
|
22
22
|
"sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Typography/Typography.types.ts#L57"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "children",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "When children are a string or multiple elements, they will be wrapped\nby a `span`. When it is a single element, classnames will\nbe added to it instead",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>When children are a string or multiple elements, they will be wrapped\nby a <code>span</code>. When it is a single element, classnames will\nbe added to it instead</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Typography/Typography.types.ts#L15"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "className",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "Additional classNames",
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
42
42
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/_utils/types.ts#L47"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "color",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"description": "Changes font color, can be any of the `colors` object HSL Palette",
|
|
51
51
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes font color, can be any of the <code>colors</code> object HSL Palette</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'gray15'</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
52
52
|
"sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Typography/Typography.types.ts#L33"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"name": "intent",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"description": "Changes the size of the font",
|
|
61
61
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes the size of the font</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/Typography/Typography.types.ts",
|
|
63
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Typography/Typography.types.ts#L39"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"name": "italic",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"description": "Applies `font-style: italic` if enabled",
|
|
71
71
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Applies <code>font-style: italic</code> if enabled</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/Typography/Typography.types.ts",
|
|
73
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Typography/Typography.types.ts#L45"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"name": "style",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"description": "Additional CSS styles",
|
|
81
81
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
82
82
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
83
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
83
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/_utils/types.ts#L52"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": "weight",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"description": "Changes font weight if it is supported in the design system",
|
|
91
91
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes font weight if it is supported in the design system</p>\n</div><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/Typography/Typography.types.ts",
|
|
93
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
93
|
+
"sourceUrl": "https://github.com/procore/core/blob/3f8a508/packages/core-react/src/Typography/Typography.types.ts#L51"
|
|
94
94
|
}
|
|
95
95
|
],
|
|
96
96
|
"description": ""
|
|
@@ -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/3f8a508/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/3f8a508/packages/core-react/src/_utils/types.ts#L47"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "style",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Additional CSS styles",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</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/3f8a508/packages/core-react/src/_utils/types.ts#L52"
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
36
|
"description": ""
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"interface":"AvatarStackProps","property":"size","deprecatedSince":"12.18.0\n","message":"Size \"sm\" has been deprecated and will be removed in a future version.","deprecationKind":"prop"},{"interface":"BaseAvatarProps","property":"clickable","deprecatedSince":"TBD","message":"Reviewing for removal from system, prefer accessible `role=\"link\"` or `role=\"button\"` for interactive UI.","deprecationKind":"prop"},{"interface":"BaseAvatarProps","property":"size","deprecatedSince":"10.20.0","message":"\n\nSize \"xl\" and \"sm\" have been deprecated and will be removed in a future version.\nPlease use \"lg\" instead of \"xl\".\n\n**Before**\n\n`<Avatar size=\"xl\" />`\n\n**After**\n\n`<Avatar size=\"lg\" />`\n","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"UNSAFE_helixHeader","deprecatedSince":"","message":"@experimental Alternative style variant. To be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"active","deprecatedSince":"12.18.0\n","message":"Please use `selected` instead","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"dark","deprecatedSince":"12.8.0\n","message":"Custom styles intended for the global navigation header.\nFuture Core-React will look holistically at themes and dark mode support.\n\nAFTER - Regular Tab styles. If needing dark support, please reach out.","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"dropdown","deprecatedSince":"11","message":"This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"overflowing","deprecatedSince":"11","message":"This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"variant","deprecatedSince":"11","message":"please use the `selected` props to configure style. The\n`dropdown`, `hover`, and `overflowing` variants were only for internal use\nand should not be used in clients","deprecationKind":"prop"},{"interface":"BodyCellProps","property":"variant","deprecatedSince":"11.15.1\n","message":"Please use `sortOrder` prop instead of `esc/desc` variants, and `snugfit` prop instead of `snugfit` variant","deprecationKind":"prop"},{"interface":"BreadcrumbCrumbProps","property":"variant","deprecatedSince":"","message":"Handled by parent prop. Use `Breadcrumb variant=\"list\"` with anchors INSIDE `Breadcumb.Crumb`.","deprecationKind":"prop"},{"interface":"ButtonProps","property":"iconRight","deprecatedSince":"12.18.0","message":"iconRight has been deprecated and will be removed in a future version\n","deprecationKind":"prop"},{"interface":"ButtonProps","property":"variant","deprecatedSince":"12.18.0","message":"The variant \"tertiaryContrast\" has been deprecated and will be removed in a future version","deprecationKind":"prop"},{"interface":"Calendar.Container","property":"Calendar.Container","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Day","property":"Calendar.Day","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Navigation","property":"Calendar.Navigation","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Next","property":"Calendar.Next","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Prev","property":"Calendar.Prev","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Select","property":"Calendar.Select","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Week","property":"Calendar.Week","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Weekdays","property":"Calendar.Weekdays","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"CalendarProps","property":"children","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release.\n\nAFTER\n```\n<Calendar onSelect />\n```\n","deprecationKind":"prop"},{"interface":"CardLevel","property":"CardLevel","deprecatedSince":"","message":"\n","deprecationKind":"component"},{"interface":"CardProps","property":"level","deprecatedSince":"10.20.0","message":"\n\nThe `level` prop has been deprecated and will be removed in a future version.\nPlease use the `shadowStrength` prop instead.\n\n**Before**\n\n<Card level={20} />\n\n**After**\n\n<Card shadowStrength={2} />\n","deprecationKind":"prop"},{"interface":"ConfirmModalProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"CurrencyCellProps","property":"children","deprecatedSince":"11.28.0\n","message":"Please use `value` prop instead","deprecationKind":"prop"},{"interface":"DeprecatedDisplay","property":"DeprecatedDisplay","deprecatedSince":"10.20.0\n","message":"\n\nThese display modes are no longer valid, please use `direction` prop\n","deprecationKind":"component"},{"interface":"DeprecatedOverlayTriggerRef","property":"DeprecatedOverlayTriggerRef","deprecatedSince":"11.2.0","message":"To be replaced by OverlayTriggerProps#overlayRef in future release\n","deprecationKind":"component"},{"interface":"DropdownButtonProps","property":"iconRight","deprecatedSince":"12.18.0","message":"iconRight has been deprecated and will be removed in a future version\n","deprecationKind":"prop"},{"interface":"DropzoneProps","property":"tooltip","deprecatedSince":"12.19.0","message":"`tooltip` has been deprecated and will be removed in the future version. Please use `contentRenderer` instead\n","deprecationKind":"prop"},{"interface":"EmptyStateProps","property":"compact","deprecatedSince":"12.18.0","message":"compact has been deprecated and will be removed in a future version\n","deprecationKind":"prop"},{"interface":"FieldRichTextComponentProps","property":"initialValue","deprecatedSince":"10.20.0","message":"\n`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead\n\nThe first value passed into `value` prop will be the `TextEditor` initial\nvalue. Changing the value will update the text of the `TextEditor`.\nThe editor should be controlled via the combination of `value`\nand `onChange` props.\n\n**Before**\n\n`<TextEditor initialValue=\"Hello World\" />`\n\n**After**\n\n`<TextEditor value=\"Hello World\" />`\n","deprecationKind":"prop"},{"interface":"FieldTextAreaComponentProps","property":"variant","deprecatedSince":"10.20.0","message":"\nThe `variant` prop has been deprecated and will be removed in a future version.\nPlease use the `error` boolean prop instead.\n\n**Before**\n\n`<TextArea variant=\"error\" />`\n\n**After**\n\n`<TextArea error />`\n","deprecationKind":"prop"},{"interface":"FieldTextComponentProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"FileSelect","property":"FileSelect","deprecatedSince":"11.23.3\n\n","message":"\nThis component has been removed from the system. The File Select base component is now managed in documents-js-monorepo.","deprecationKind":"component"},{"interface":"FileTreeProps","property":"icon","deprecatedSince":"","message":"String icon variant is deprecated, use the React components\ndirectly from the `@procore/core-icons/dist` package","deprecationKind":"prop"},{"interface":"FormContextAPI","property":"variant","deprecatedSince":"12.18.0\n","message":"The `traditional` field layout variant is deprecated and `variant` property will be removed\n in a future version. Use the default field layout (`wxp`) instead.\n\n Note that in the default field layout, you need to explicitly specify the `colStart` property:\n\n BEFORE\n\n ```\n <Form.Row>\n <Form.Text />\n <Form.Number />\n </Form.Row>\n ```\n\n AFTER\n\n ```\n <Form.Row>\n <Form.Text colStart={1} />\n <Form.Number colStart={7} />\n </Form.Row>\n ```\n\n We plan to remove this limitation in a future release.\n","deprecationKind":"prop"},{"interface":"FormProps","property":"variant","deprecatedSince":"12.18.0\n","message":"The `traditional` field layout variant is deprecated and `variant` property will be removed\n in a future version. Use the default field layout (`wxp`) instead.","deprecationKind":"prop"},{"interface":"FormRichTextProps","property":"initialValue","deprecatedSince":"10.20.0","message":"\n`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead\n\nThe first value passed into `value` prop will be the `TextEditor` initial\nvalue. Changing the value will update the text of the `TextEditor`.\nThe editor should be controlled via the combination of `value`\nand `onChange` props.\n\n**Before**\n\n`<TextEditor initialValue=\"Hello World\" />`\n\n**After**\n\n`<TextEditor value=\"Hello World\" />`\n","deprecationKind":"prop"},{"interface":"FormTextAreaProps","property":"variant","deprecatedSince":"10.20.0","message":"\nThe `variant` prop has been deprecated and will be removed in a future version.\nPlease use the `error` boolean prop instead.\n\n**Before**\n\n`<TextArea variant=\"error\" />`\n\n**After**\n\n`<TextArea error />`\n","deprecationKind":"prop"},{"interface":"FormTextProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"GridSourceProps","property":"icon","deprecatedSince":"","message":"String icon variant is deprecated, use the React components\ndirectly from the `@procore/core-icons/dist` package","deprecationKind":"prop"},{"interface":"HeaderCellProps","property":"sortable","deprecatedSince":"11.15.1\n","message":"Please use `sortOrder` prop instead","deprecationKind":"prop"},{"interface":"HeaderCellProps","property":"variant","deprecatedSince":"11.15.1\n","message":"Please use `sortOrder` prop instead of `esc/desc` variants, and `snugfit` prop instead of `snugfit` variant","deprecationKind":"prop"},{"interface":"InputCellProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"InputProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"InternalTieredDropdownProps","property":"iconRight","deprecatedSince":"12.18.0","message":"iconRight has been deprecated and will be removed in a future version\n","deprecationKind":"prop"},{"interface":"LinkButtonProps","property":"iconRight","deprecatedSince":"12.18.0","message":"iconRight has been deprecated and will be removed in a future version\n","deprecationKind":"prop"},{"interface":"LinkProps","property":"variant","deprecatedSince":"12.18.0\n","message":"variant `gray` is deprecated and will be removed","deprecationKind":"prop"},{"interface":"ListPage","property":"ListPage","deprecatedSince":"12.9.0\n","message":"This `ListPage` layout is no longer supported and it is now recommended to use a `ToolLandingPage` layout instead.\n","deprecationKind":"component"},{"interface":"ListPageControlProps","property":"variant","deprecatedSince":"11","message":"please use the equivalent boolean prop instead","deprecationKind":"prop"},{"interface":"MenuProps","property":"UNSAFE_closesOnSelect","deprecatedSince":"9","message":"Never offically documented/supported","deprecationKind":"prop"},{"interface":"MenuProps","property":"isSelectable","deprecatedSince":"10.20.0","message":"\n\nThe `isSelectable` prop has been deprecated and will be removed in a future version.\nMenu item selection is now handled internally and there is no need to configure this\nanymore.\n","deprecationKind":"prop"},{"interface":"MenuProps","property":"usingHook","deprecatedSince":"9","message":"Never offically documented/supported. Please migrate to the other props like `onSelect` and `onSearch` on the `Menu` component. In v11, the **internal only** `useMenu` removed its search state. You should not be using `useMenu` nor this `usingHook` prop.","deprecationKind":"prop"},{"interface":"ModalBodyProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"ModalCloseableHeaderProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"ModalContainerProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"ModalProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"Notation","property":"Notation","deprecatedSince":"11\n","message":"Please use `<Typography italic />` component for plain text\nnotations or the `<Required />` component for required notations. `Notation`\nwill be removed in a future version.","deprecationKind":"component"},{"interface":"Page.Column","property":"Page.Column","deprecatedSince":"12\n","message":"A wrapper around Grid, please use Grid instead. Page already sets\na default gutterX in context for children grid components.\n\nBEFORE `Page.Column` AFTER `Grid.Col`","deprecationKind":"component"},{"interface":"Page.Row","property":"Page.Row","deprecatedSince":"12\n","message":"A wrapper around Grid, please use Grid instead. Page already sets\na default gutterX in context for children grid components.\n\nBEFORE `Page.Row` AFTER `Grid.Row`","deprecationKind":"component"},{"interface":"PanelHeaderActionProps","property":"iconRight","deprecatedSince":"12.18.0","message":"iconRight has been deprecated and will be removed in a future version\n","deprecationKind":"prop"},{"interface":"PopoverContentProps","property":"fluid","deprecatedSince":"12.18.0","message":"Use `block` as a drop-in replacement\n","deprecationKind":"prop"},{"interface":"SearchProps","property":"error","deprecatedSince":"12.18.0","message":"No known system use cases. Please raise with design if this pattern would be applicable to you.\n","deprecationKind":"prop"},{"interface":"SearchProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"SegmentedControllerProps","property":"active","deprecatedSince":"12.18.0\n","message":"The property is not used anywhere","deprecationKind":"prop"},{"interface":"SegmentedControllerProps","property":"variant","deprecatedSince":"11","message":"Please use the `block` prop","deprecationKind":"prop"},{"interface":"SegmentedControllerSegmentProps","property":"active","deprecatedSince":"12.18.0\n","message":"Use `selected` instead","deprecationKind":"prop"},{"interface":"segmentedControllerSegmentVariant","property":"segmentedControllerSegmentVariant","deprecatedSince":"11\n","message":"Please use the `active` and `disabled` props","deprecationKind":"component"},{"interface":"SpinnerProps","property":"color","deprecatedSince":"12.18.0\n","message":"Use `variant` instead","deprecationKind":"prop"},{"interface":"SplitViewCardInternalContextAPI","property":"isClosable","deprecatedSince":"12.20.5\n","message":"dont support this feature","deprecationKind":"prop"},{"interface":"SplitViewCardProps","property":"isClosable","deprecatedSince":"12.20.5\n","message":"dont support this feature","deprecationKind":"prop"},{"interface":"TabsProps","property":"UNSAFE_helixHeader","deprecatedSince":"","message":"@experimental Alternative style variant. To be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"TabsProps","property":"dark","deprecatedSince":"12.8.0\n","message":"Custom styles intended for the global navigation header.\nFuture Core-React will look holistically at themes and dark mode support.\n\nAFTER - Regular Tab styles. If needing dark support, please reach out.","deprecationKind":"prop"},{"interface":"TearsheetProps","property":"placement","deprecatedSince":"12.18.0\n","message":"There will be only `right` placement, so the property will be removed","deprecationKind":"prop"},{"interface":"TearsheetProps","property":"stretch","deprecatedSince":"12.18.0\n","message":"Use `block` as a drop-in replacement","deprecationKind":"prop"},{"interface":"TextAreaProps","property":"variant","deprecatedSince":"10.20.0","message":"\nThe `variant` prop has been deprecated and will be removed in a future version.\nPlease use the `error` boolean prop instead.\n\n**Before**\n\n`<TextArea variant=\"error\" />`\n\n**After**\n\n`<TextArea error />`\n","deprecationKind":"prop"},{"interface":"TextEditorProps","property":"initialValue","deprecatedSince":"10.20.0","message":"\n`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead\n\nThe first value passed into `value` prop will be the `TextEditor` initial\nvalue. Changing the value will update the text of the `TextEditor`.\nThe editor should be controlled via the combination of `value`\nand `onChange` props.\n\n**Before**\n\n`<TextEditor initialValue=\"Hello World\" />`\n\n**After**\n\n`<TextEditor value=\"Hello World\" />`\n","deprecationKind":"prop"},{"interface":"TieredDropdownProps","property":"iconRight","deprecatedSince":"12.18.0","message":"iconRight has been deprecated and will be removed in a future version\n","deprecationKind":"prop"},{"interface":"TokenProps","property":"variant","deprecatedSince":"10.27.0\n","message":"\n\nAll variants have been deprecated and will be removed in a future version.\nPlease use `Token.Remove` component or `disabled` boolean prop instead.\n\n**Before**\n\n`<Token variant='icon'>\n <Token.Icon icon=\"x\" />\n</Token>`\n\n**After**\n\n`<Token>\n <Token.Remove />\n</Token>`\n","deprecationKind":"prop"},{"interface":"ToolHeader","property":"ToolHeader","deprecatedSince":"12.9.0\n","message":"This `ToolHeader` component is no longer supported and it is now recommended\nto use the layout `ToolLandingPage`, `ToolLandingPage.Title` (for the settings button),\n`ToolLandingPage.Tabs`, or based on content a `DetailPage`.\n","deprecationKind":"component"}]
|
|
1
|
+
[{"interface":"BaseAvatarProps","property":"clickable","deprecatedSince":"TBD","message":"Reviewing for removal from system, prefer accessible `role=\"link\"` or `role=\"button\"` for interactive UI.","deprecationKind":"prop"},{"interface":"BaseAvatarProps","property":"size","deprecatedSince":"10.20.0","message":"\n\nSize \"xl\" been deprecated and will be removed in a future version.\nPlease use \"lg\" instead of \"xl\".\n\n**Before**\n\n`<Avatar size=\"xl\" />`\n\n**After**\n\n`<Avatar size=\"lg\" />`\n","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"UNSAFE_helixHeader","deprecatedSince":"","message":"@experimental Alternative style variant. To be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"active","deprecatedSince":"12.18.0\n","message":"Please use `selected` instead","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"dark","deprecatedSince":"12.8.0\n","message":"Custom styles intended for the global navigation header.\nFuture Core-React will look holistically at themes and dark mode support.\n\nAFTER - Regular Tab styles. If needing dark support, please reach out.","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"dropdown","deprecatedSince":"11","message":"This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"overflowing","deprecatedSince":"11","message":"This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.","deprecationKind":"prop"},{"interface":"BaseTabProps","property":"variant","deprecatedSince":"11","message":"please use the `selected` props to configure style. The\n`dropdown`, `hover`, and `overflowing` variants were only for internal use\nand should not be used in clients","deprecationKind":"prop"},{"interface":"BodyCellProps","property":"variant","deprecatedSince":"11.15.1\n","message":"Please use `sortOrder` prop instead of `esc/desc` variants, and `snugfit` prop instead of `snugfit` variant","deprecationKind":"prop"},{"interface":"BreadcrumbCrumbProps","property":"variant","deprecatedSince":"","message":"Handled by parent prop. Use `Breadcrumb variant=\"list\"` with anchors INSIDE `Breadcumb.Crumb`.","deprecationKind":"prop"},{"interface":"ButtonProps","property":"iconRight","deprecatedSince":"12.18.0","message":"iconRight has been deprecated and will be removed in a future version\n","deprecationKind":"prop"},{"interface":"ButtonProps","property":"variant","deprecatedSince":"12.18.0","message":"The variant \"tertiaryContrast\" has been deprecated and will be removed in a future version","deprecationKind":"prop"},{"interface":"Calendar.Container","property":"Calendar.Container","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Day","property":"Calendar.Day","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Navigation","property":"Calendar.Navigation","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Next","property":"Calendar.Next","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Prev","property":"Calendar.Prev","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Select","property":"Calendar.Select","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Week","property":"Calendar.Week","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"Calendar.Weekdays","property":"Calendar.Weekdays","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release,\nplease use the parent as a self closing tag.\n\nAFTER `<Calendar onSelect />`\n","deprecationKind":"component"},{"interface":"CalendarProps","property":"children","deprecatedSince":"11.6.0","message":"Subcomponents intended for internal library development. Export will be removed in a future release.\n\nAFTER\n```\n<Calendar onSelect />\n```\n","deprecationKind":"prop"},{"interface":"CardLevel","property":"CardLevel","deprecatedSince":"","message":"\n","deprecationKind":"component"},{"interface":"CardProps","property":"level","deprecatedSince":"10.20.0","message":"\n\nThe `level` prop has been deprecated and will be removed in a future version.\nPlease use the `shadowStrength` prop instead.\n\n**Before**\n\n<Card level={20} />\n\n**After**\n\n<Card shadowStrength={2} />\n","deprecationKind":"prop"},{"interface":"ConfirmModalProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"CurrencyCellProps","property":"children","deprecatedSince":"11.28.0\n","message":"Please use `value` prop instead","deprecationKind":"prop"},{"interface":"DeprecatedDisplay","property":"DeprecatedDisplay","deprecatedSince":"10.20.0\n","message":"\n\nThese display modes are no longer valid, please use `direction` prop\n","deprecationKind":"component"},{"interface":"DeprecatedOverlayTriggerRef","property":"DeprecatedOverlayTriggerRef","deprecatedSince":"11.2.0","message":"To be replaced by OverlayTriggerProps#overlayRef in future release\n","deprecationKind":"component"},{"interface":"DropdownButtonProps","property":"iconRight","deprecatedSince":"12.18.0","message":"iconRight has been deprecated and will be removed in a future version\n","deprecationKind":"prop"},{"interface":"DropzoneProps","property":"tooltip","deprecatedSince":"12.19.0","message":"`tooltip` has been deprecated and will be removed in the future version. Please use `contentRenderer` instead\n","deprecationKind":"prop"},{"interface":"EmptyStateProps","property":"compact","deprecatedSince":"12.18.0","message":"compact has been deprecated and will be removed in a future version\n","deprecationKind":"prop"},{"interface":"FieldRichTextComponentProps","property":"initialValue","deprecatedSince":"10.20.0","message":"\n`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead\n\nThe first value passed into `value` prop will be the `TextEditor` initial\nvalue. Changing the value will update the text of the `TextEditor`.\nThe editor should be controlled via the combination of `value`\nand `onChange` props.\n\n**Before**\n\n`<TextEditor initialValue=\"Hello World\" />`\n\n**After**\n\n`<TextEditor value=\"Hello World\" />`\n","deprecationKind":"prop"},{"interface":"FieldTextAreaComponentProps","property":"variant","deprecatedSince":"10.20.0","message":"\nThe `variant` prop has been deprecated and will be removed in a future version.\nPlease use the `error` boolean prop instead.\n\n**Before**\n\n`<TextArea variant=\"error\" />`\n\n**After**\n\n`<TextArea error />`\n","deprecationKind":"prop"},{"interface":"FieldTextComponentProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"FileSelect","property":"FileSelect","deprecatedSince":"11.23.3\n\n","message":"\nThis component has been removed from the system. The File Select base component is now managed in documents-js-monorepo.","deprecationKind":"component"},{"interface":"FileTreeProps","property":"icon","deprecatedSince":"","message":"String icon variant is deprecated, use the React components\ndirectly from the `@procore/core-icons/dist` package","deprecationKind":"prop"},{"interface":"FormContextAPI","property":"variant","deprecatedSince":"12.18.0\n","message":"The `traditional` field layout variant is deprecated and `variant` property will be removed\n in a future version. Use the default field layout (`wxp`) instead.\n\n Note that in the default field layout, you need to explicitly specify the `colStart` property:\n\n BEFORE\n\n ```\n <Form.Row>\n <Form.Text />\n <Form.Number />\n </Form.Row>\n ```\n\n AFTER\n\n ```\n <Form.Row>\n <Form.Text colStart={1} />\n <Form.Number colStart={7} />\n </Form.Row>\n ```\n\n We plan to remove this limitation in a future release.\n","deprecationKind":"prop"},{"interface":"FormProps","property":"variant","deprecatedSince":"12.18.0\n","message":"The `traditional` field layout variant is deprecated and `variant` property will be removed\n in a future version. Use the default field layout (`wxp`) instead.","deprecationKind":"prop"},{"interface":"FormRichTextProps","property":"initialValue","deprecatedSince":"10.20.0","message":"\n`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead\n\nThe first value passed into `value` prop will be the `TextEditor` initial\nvalue. Changing the value will update the text of the `TextEditor`.\nThe editor should be controlled via the combination of `value`\nand `onChange` props.\n\n**Before**\n\n`<TextEditor initialValue=\"Hello World\" />`\n\n**After**\n\n`<TextEditor value=\"Hello World\" />`\n","deprecationKind":"prop"},{"interface":"FormTextAreaProps","property":"variant","deprecatedSince":"10.20.0","message":"\nThe `variant` prop has been deprecated and will be removed in a future version.\nPlease use the `error` boolean prop instead.\n\n**Before**\n\n`<TextArea variant=\"error\" />`\n\n**After**\n\n`<TextArea error />`\n","deprecationKind":"prop"},{"interface":"FormTextProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"GridSourceProps","property":"icon","deprecatedSince":"","message":"String icon variant is deprecated, use the React components\ndirectly from the `@procore/core-icons/dist` package","deprecationKind":"prop"},{"interface":"HeaderCellProps","property":"sortable","deprecatedSince":"11.15.1\n","message":"Please use `sortOrder` prop instead","deprecationKind":"prop"},{"interface":"HeaderCellProps","property":"variant","deprecatedSince":"11.15.1\n","message":"Please use `sortOrder` prop instead of `esc/desc` variants, and `snugfit` prop instead of `snugfit` variant","deprecationKind":"prop"},{"interface":"InputCellProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"InputProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"InternalTieredDropdownProps","property":"iconRight","deprecatedSince":"12.18.0","message":"iconRight has been deprecated and will be removed in a future version\n","deprecationKind":"prop"},{"interface":"LinkButtonProps","property":"iconRight","deprecatedSince":"12.18.0","message":"iconRight has been deprecated and will be removed in a future version\n","deprecationKind":"prop"},{"interface":"LinkProps","property":"variant","deprecatedSince":"12.18.0\n","message":"variant `gray` is deprecated and will be removed","deprecationKind":"prop"},{"interface":"ListPage","property":"ListPage","deprecatedSince":"12.9.0\n","message":"This `ListPage` layout is no longer supported and it is now recommended to use a `ToolLandingPage` layout instead.\n","deprecationKind":"component"},{"interface":"ListPageControlProps","property":"variant","deprecatedSince":"11","message":"please use the equivalent boolean prop instead","deprecationKind":"prop"},{"interface":"MenuProps","property":"UNSAFE_closesOnSelect","deprecatedSince":"9","message":"Never offically documented/supported","deprecationKind":"prop"},{"interface":"MenuProps","property":"isSelectable","deprecatedSince":"10.20.0","message":"\n\nThe `isSelectable` prop has been deprecated and will be removed in a future version.\nMenu item selection is now handled internally and there is no need to configure this\nanymore.\n","deprecationKind":"prop"},{"interface":"MenuProps","property":"usingHook","deprecatedSince":"9","message":"Never offically documented/supported. Please migrate to the other props like `onSelect` and `onSearch` on the `Menu` component. In v11, the **internal only** `useMenu` removed its search state. You should not be using `useMenu` nor this `usingHook` prop.","deprecationKind":"prop"},{"interface":"ModalBodyProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"ModalCloseableHeaderProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"ModalContainerProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"ModalProps","property":"compact","deprecatedSince":"","message":"@experimental Changes the UI of modal to work on mobile breakpoints, to be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"Notation","property":"Notation","deprecatedSince":"11\n","message":"Please use `<Typography italic />` component for plain text\nnotations or the `<Required />` component for required notations. `Notation`\nwill be removed in a future version.","deprecationKind":"component"},{"interface":"Page.Column","property":"Page.Column","deprecatedSince":"12\n","message":"A wrapper around Grid, please use Grid instead. Page already sets\na default gutterX in context for children grid components.\n\nBEFORE `Page.Column` AFTER `Grid.Col`","deprecationKind":"component"},{"interface":"Page.Row","property":"Page.Row","deprecatedSince":"12\n","message":"A wrapper around Grid, please use Grid instead. Page already sets\na default gutterX in context for children grid components.\n\nBEFORE `Page.Row` AFTER `Grid.Row`","deprecationKind":"component"},{"interface":"PanelHeaderActionProps","property":"iconRight","deprecatedSince":"12.18.0","message":"iconRight has been deprecated and will be removed in a future version\n","deprecationKind":"prop"},{"interface":"PopoverContentProps","property":"fluid","deprecatedSince":"12.18.0","message":"Use `block` as a drop-in replacement\n","deprecationKind":"prop"},{"interface":"SearchProps","property":"error","deprecatedSince":"12.18.0","message":"No known system use cases. Please raise with design if this pattern would be applicable to you.\n","deprecationKind":"prop"},{"interface":"SearchProps","property":"variant","deprecatedSince":"11","message":"Use the `error` prop instead","deprecationKind":"prop"},{"interface":"SegmentedControllerProps","property":"active","deprecatedSince":"12.18.0\n","message":"The property is not used anywhere","deprecationKind":"prop"},{"interface":"SegmentedControllerProps","property":"variant","deprecatedSince":"11","message":"Please use the `block` prop","deprecationKind":"prop"},{"interface":"SegmentedControllerSegmentProps","property":"active","deprecatedSince":"12.18.0\n","message":"Use `selected` instead","deprecationKind":"prop"},{"interface":"segmentedControllerSegmentVariant","property":"segmentedControllerSegmentVariant","deprecatedSince":"11\n","message":"Please use the `active` and `disabled` props","deprecationKind":"component"},{"interface":"SpinnerProps","property":"color","deprecatedSince":"12.18.0\n","message":"Use `variant` instead","deprecationKind":"prop"},{"interface":"SplitViewCardInternalContextAPI","property":"isClosable","deprecatedSince":"12.20.5\n","message":"dont support this feature","deprecationKind":"prop"},{"interface":"SplitViewCardProps","property":"isClosable","deprecatedSince":"12.20.5\n","message":"dont support this feature","deprecationKind":"prop"},{"interface":"TabsProps","property":"UNSAFE_helixHeader","deprecatedSince":"","message":"@experimental Alternative style variant. To be used on Helix Header ONLY","deprecationKind":"prop"},{"interface":"TabsProps","property":"dark","deprecatedSince":"12.8.0\n","message":"Custom styles intended for the global navigation header.\nFuture Core-React will look holistically at themes and dark mode support.\n\nAFTER - Regular Tab styles. If needing dark support, please reach out.","deprecationKind":"prop"},{"interface":"TearsheetProps","property":"placement","deprecatedSince":"12.18.0\n","message":"There will be only `right` placement, so the property will be removed","deprecationKind":"prop"},{"interface":"TearsheetProps","property":"stretch","deprecatedSince":"12.18.0\n","message":"Use `block` as a drop-in replacement","deprecationKind":"prop"},{"interface":"TextAreaProps","property":"variant","deprecatedSince":"10.20.0","message":"\nThe `variant` prop has been deprecated and will be removed in a future version.\nPlease use the `error` boolean prop instead.\n\n**Before**\n\n`<TextArea variant=\"error\" />`\n\n**After**\n\n`<TextArea error />`\n","deprecationKind":"prop"},{"interface":"TextEditorProps","property":"initialValue","deprecatedSince":"10.20.0","message":"\n`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead\n\nThe first value passed into `value` prop will be the `TextEditor` initial\nvalue. Changing the value will update the text of the `TextEditor`.\nThe editor should be controlled via the combination of `value`\nand `onChange` props.\n\n**Before**\n\n`<TextEditor initialValue=\"Hello World\" />`\n\n**After**\n\n`<TextEditor value=\"Hello World\" />`\n","deprecationKind":"prop"},{"interface":"TieredDropdownProps","property":"iconRight","deprecatedSince":"12.18.0","message":"iconRight has been deprecated and will be removed in a future version\n","deprecationKind":"prop"},{"interface":"TokenProps","property":"variant","deprecatedSince":"10.27.0\n","message":"\n\nAll variants have been deprecated and will be removed in a future version.\nPlease use `Token.Remove` component or `disabled` boolean prop instead.\n\n**Before**\n\n`<Token variant='icon'>\n <Token.Icon icon=\"x\" />\n</Token>`\n\n**After**\n\n`<Token>\n <Token.Remove />\n</Token>`\n","deprecationKind":"prop"},{"interface":"ToolHeader","property":"ToolHeader","deprecatedSince":"12.9.0\n","message":"This `ToolHeader` component is no longer supported and it is now recommended\nto use the layout `ToolLandingPage`, `ToolLandingPage.Title` (for the settings button),\n`ToolLandingPage.Tabs`, or based on content a `DetailPage`.\n","deprecationKind":"component"}]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@procore/core-react",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.30.0",
|
|
4
4
|
"description": "React library of Procore Design Guidelines",
|
|
5
5
|
"author": "Procore Technologies",
|
|
6
6
|
"homepage": "https://github.com/procore/core/tree/main/packages/core-react",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@floating-ui/react-dom": "2.0.2",
|
|
86
86
|
"@procore/cdn-translations": "0.1.13",
|
|
87
87
|
"@procore/core-i18n-js": "^10.29.3",
|
|
88
|
-
"@procore/core-icons": "^12.10.
|
|
88
|
+
"@procore/core-icons": "^12.10.1",
|
|
89
89
|
"@react-aria/button": "3.6.4",
|
|
90
90
|
"@react-aria/checkbox": "3.6.0",
|
|
91
91
|
"@react-aria/focus": "3.16.2",
|