@procore/core-react 12.27.1 → 12.28.1
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 +13 -0
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/AvatarStack/AvatarStack.styles.js +7 -7
- package/dist/Badge/Badge.styles.js +2 -2
- package/dist/BadgePill/BadgePill.styles.js +4 -4
- package/dist/Banner/Banner.styles.js +10 -10
- package/dist/Box/Box.styles.js +1 -1
- package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
- package/dist/Button/Button.styles.js +5 -5
- package/dist/Calendar/Calendar.styles.js +8 -8
- package/dist/Card/Card.styles.js +1 -1
- package/dist/Checkbox/Checkbox.styles.js +6 -6
- package/dist/Checkbox/CheckboxTooltip.js +1 -1
- package/dist/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.js +1 -2
- package/dist/SplitViewCard/SplitViewCard.js.map +1 -1
- package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
- package/dist/SuperSelect/SuperSelect.components.d.ts +1 -0
- package/dist/SuperSelect/SuperSelect.components.js +102 -15
- package/dist/SuperSelect/SuperSelect.components.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.constants.d.ts +1 -0
- package/dist/SuperSelect/SuperSelect.constants.js +1 -0
- package/dist/SuperSelect/SuperSelect.constants.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.js +5 -1
- package/dist/SuperSelect/SuperSelect.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.d.ts +3 -0
- package/dist/SuperSelect/SuperSelect.styles.js +41 -37
- package/dist/SuperSelect/SuperSelect.styles.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.types.d.ts +34 -1
- package/dist/SuperSelect/SuperSelect.types.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.utils.d.ts +1 -0
- package/dist/SuperSelect/SuperSelect.utils.js +4 -1
- package/dist/SuperSelect/SuperSelect.utils.js.map +1 -1
- package/dist/SuperSelect/useSuperSelect.d.ts +1 -1
- package/dist/SuperSelect/useSuperSelect.js +123 -24
- 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/TextEditor/TextEditor.styles.js +1 -1
- package/dist/TextEditor/utils/config.js +1 -3
- package/dist/TextEditor/utils/config.js.map +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.js +1 -1
- package/dist/TieredSelect/TieredSelect.js.map +1 -1
- package/dist/TieredSelect/TieredSelect.styles.js +9 -9
- package/dist/Tile/Tile.styles.js +8 -8
- package/dist/Title/Title.styles.js +7 -7
- package/dist/Toast/Toast.styles.js +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/_hooks/I18n.d.ts +16 -0
- package/dist/_locales/de-DE.json +2 -1
- package/dist/_locales/en-AU.json +2 -1
- package/dist/_locales/en-CA.json +2 -1
- package/dist/_locales/en-GB.json +2 -1
- package/dist/_locales/en.json +2 -1
- package/dist/_locales/es-ES.json +3 -2
- package/dist/_locales/es.json +4 -3
- package/dist/_locales/fr-CA.json +2 -1
- package/dist/_locales/fr-FR.json +2 -1
- package/dist/_locales/is-IS.json +2 -1
- package/dist/_locales/it-IT.json +2 -1
- package/dist/_locales/ja-JP.json +2 -1
- package/dist/_locales/pl-PL.json +2 -1
- package/dist/_locales/pseudo.json +2 -1
- package/dist/_locales/pt-BR.json +2 -1
- package/dist/_locales/pt-PT.json +380 -0
- package/dist/_locales/th-TH.json +2 -1
- package/dist/_locales/zh-SG.json +2 -1
- package/dist/_locales/zh-TW.json +219 -218
- 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 +20 -20
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +13 -13
- package/dist/_typedoc/Box/Box.types.json +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 +771 -771
- 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 +21 -21
- package/dist/_typedoc/TextEditor/TextEditorProvider.types.json +2 -2
- package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +3 -3
- 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/package.json +1 -1
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Tab styles specific to the global navigation header.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>@experimental Alternative style variant. To be used on Helix Header ONLY</p>\n</dd><dt>since</dt><dd><p>12.8.0</p>\n</dd></dl></div>",
|
|
12
12
|
"deprecated": "@experimental Alternative style variant. To be used on Helix Header ONLY",
|
|
13
13
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
14
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
14
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tabs/Tabs.types.ts#L117"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"name": "active",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"deprecated": "Please use `selected` instead",
|
|
24
24
|
"deprecatedSince": "12.18.0\n",
|
|
25
25
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
26
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
26
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tabs/Tabs.types.ts#L48"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"name": "children",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"description": "",
|
|
34
34
|
"descriptionHtml": "",
|
|
35
35
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
36
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
36
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/_utils/types.ts#L42"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"name": "className",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"description": "Additional classNames",
|
|
44
44
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
45
45
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
46
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
46
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/_utils/types.ts#L47"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"name": "dark",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"deprecated": "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.",
|
|
56
56
|
"deprecatedSince": "12.8.0\n",
|
|
57
57
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
58
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
58
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tabs/Tabs.types.ts#L66"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"name": "disabled",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"description": "",
|
|
66
66
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.6.0</p>\n</dd></dl></div>",
|
|
67
67
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
68
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
68
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tabs/Tabs.types.ts#L106"
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
"name": "dropdown",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"deprecated": "This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.",
|
|
78
78
|
"deprecatedSince": "11",
|
|
79
79
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
80
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
80
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tabs/Tabs.types.ts#L85"
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"name": "overflowing",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"deprecated": "This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.",
|
|
90
90
|
"deprecatedSince": "11",
|
|
91
91
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
92
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
92
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tabs/Tabs.types.ts#L93"
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"name": "role",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"description": "Sets the Tab's role",
|
|
100
100
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets the Tab's role</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.6.0</p>\n</dd></dl></div>",
|
|
101
101
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
102
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
102
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tabs/Tabs.types.ts#L111"
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
"name": "selected",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"description": "The tab is selected",
|
|
110
110
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The tab is selected</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.18.0</p>\n</dd></dl></div>",
|
|
111
111
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
112
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
112
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tabs/Tabs.types.ts#L54"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"name": "style",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"description": "Additional CSS styles",
|
|
120
120
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
121
121
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
122
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
122
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/_utils/types.ts#L52"
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
"name": "variant",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"deprecated": "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",
|
|
132
132
|
"deprecatedSince": "11",
|
|
133
133
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
134
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
134
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tabs/Tabs.types.ts#L102"
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
"name": "onMount",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"description": "",
|
|
142
142
|
"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>",
|
|
143
143
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
144
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
144
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tabs/Tabs.types.ts#L72"
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
"name": "onUnmount",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"description": "",
|
|
152
152
|
"descriptionHtml": "",
|
|
153
153
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
154
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
154
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tabs/Tabs.types.ts#L77"
|
|
155
155
|
}
|
|
156
156
|
],
|
|
157
157
|
"description": ""
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Tab styles specific to the global navigation header.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>@experimental Alternative style variant. To be used on Helix Header ONLY</p>\n</dd><dt>since</dt><dd><p>12.8.0</p>\n</dd></dl></div>",
|
|
169
169
|
"deprecated": "@experimental Alternative style variant. To be used on Helix Header ONLY",
|
|
170
170
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
171
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
171
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tabs/Tabs.types.ts#L148"
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
174
|
"name": "children",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"description": "",
|
|
179
179
|
"descriptionHtml": "",
|
|
180
180
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
181
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
181
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/_utils/types.ts#L42"
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
184
|
"name": "className",
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
"description": "Additional classNames",
|
|
189
189
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
190
190
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
191
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
191
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/_utils/types.ts#L47"
|
|
192
192
|
},
|
|
193
193
|
{
|
|
194
194
|
"name": "dark",
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"deprecated": "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.",
|
|
201
201
|
"deprecatedSince": "12.8.0\n",
|
|
202
202
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
203
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
203
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tabs/Tabs.types.ts#L138"
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
206
|
"name": "qa",
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"description": "",
|
|
211
211
|
"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>",
|
|
212
212
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
213
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
213
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tabs/Tabs.types.ts#L142"
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
216
|
"name": "style",
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"description": "Additional CSS styles",
|
|
221
221
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
222
222
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
223
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
223
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/_utils/types.ts#L52"
|
|
224
224
|
}
|
|
225
225
|
],
|
|
226
226
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"descriptionHtml": "",
|
|
12
12
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L88"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "addListener",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "",
|
|
21
21
|
"descriptionHtml": "",
|
|
22
22
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L89"
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
26
|
"description": ""
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"description": "",
|
|
37
37
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.11.0</p>\n</dd></dl></div>",
|
|
38
38
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
39
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
39
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L16"
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
"name": "aria-details",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"description": "",
|
|
47
47
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.11.0</p>\n</dd></dl></div>",
|
|
48
48
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
49
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
49
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L20"
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
"name": "aria-label",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"description": "",
|
|
57
57
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.11.0</p>\n</dd></dl></div>",
|
|
58
58
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
59
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
59
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L24"
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
"name": "aria-labelledby",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"description": "",
|
|
67
67
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.11.0</p>\n</dd></dl></div>",
|
|
68
68
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
69
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
69
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L28"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
"name": "block",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"description": "Force Tearsheet to fill all the available width/height of the screen, depending on placement",
|
|
77
77
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Force Tearsheet to fill all the available width/height of the screen, depending on placement</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.18.0</p>\n</dd></dl></div>",
|
|
78
78
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
79
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
79
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L61"
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
"name": "children",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"description": "",
|
|
87
87
|
"descriptionHtml": "",
|
|
88
88
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
89
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
89
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L29"
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
"name": "id",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"description": "",
|
|
97
97
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.11.0</p>\n</dd></dl></div>",
|
|
98
98
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
99
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
99
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L33"
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
"name": "open",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"description": "A controlled prop defining open/close state of the tearsheet.",
|
|
107
107
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A controlled prop defining open/close state of the tearsheet.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.25.0</p>\n</dd></dl></div>",
|
|
108
108
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
109
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
109
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L38"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
112
|
"name": "placement",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"deprecated": "There will be only `right` placement, so the property will be removed",
|
|
119
119
|
"deprecatedSince": "12.18.0\n",
|
|
120
120
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
121
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
121
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L68"
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
124
|
"name": "qa",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"description": "QA tags",
|
|
129
129
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>QA tags</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.25.0</p>\n</dd></dl></div>",
|
|
130
130
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
131
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
131
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L84"
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
"name": "role",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"description": "",
|
|
139
139
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.11.0</p>\n</dd></dl></div>",
|
|
140
140
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
141
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
141
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L79"
|
|
142
142
|
},
|
|
143
143
|
{
|
|
144
144
|
"name": "stretch",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"deprecated": "Use `block` as a drop-in replacement",
|
|
151
151
|
"deprecatedSince": "12.18.0\n",
|
|
152
152
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
153
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
153
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L75"
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
156
|
"name": "afterHide",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"description": "A callback to be called when \"close\" animation is finished.",
|
|
161
161
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A callback to be called when "close" animation is finished.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.25.0</p>\n</dd></dl></div>",
|
|
162
162
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
163
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
163
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L56"
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
166
|
"name": "afterShow",
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"description": "A callback to be called when \"open\" animation is finished.",
|
|
171
171
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A callback to be called when "open" animation is finished.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.25.0</p>\n</dd></dl></div>",
|
|
172
172
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
173
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
173
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L50"
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"name": "onClose",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"description": "A required callback to be called when \"close\" button is clicked. Should set \"open\" flag to \"false\".",
|
|
181
181
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A required callback to be called when "close" button is clicked. Should set "open" flag to "false".</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.25.0</p>\n</dd></dl></div>",
|
|
182
182
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
183
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
183
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L44"
|
|
184
184
|
}
|
|
185
185
|
],
|
|
186
186
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "Controls the error state of the `TextArea`, changing the\nbackground color and border colors to red",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the error state of the <code>TextArea</code>, changing the\nbackground color and border colors to red</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/TextArea/TextArea.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextArea/TextArea.types.ts#L8"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "resize",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Controls the resize rules for the `TextArea`",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the resize rules for the <code>TextArea</code></p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd><dt>see</dt><dd><p><a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/resize\">https://developer.mozilla.org/en-US/docs/Web/CSS/resize</a></p>\n</dd></dl></div>",
|
|
22
22
|
"sourceFile": "packages/core-react/src/TextArea/TextArea.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextArea/TextArea.types.ts#L15"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "variant",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"deprecated": "\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",
|
|
33
33
|
"deprecatedSince": "10.20.0",
|
|
34
34
|
"sourceFile": "packages/core-react/src/TextArea/TextArea.types.ts",
|
|
35
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
35
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextArea/TextArea.types.ts#L33"
|
|
36
36
|
}
|
|
37
37
|
],
|
|
38
38
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "Indicates if the editor is disabled",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Indicates if the editor is disabled</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L34"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "error",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Indicates if the editor is in an error state",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Indicates if the editor is in an error state</p>\n</div><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/TextEditor/TextEditor.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L41"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "id",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Unique identifier for the editor",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Unique identifier for the editor</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/TextEditor/TextEditor.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L10"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "init",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Config for when the editor is initialized. <strong>Changes after the editor has initialized are ignored.</strong></p>\n</div><dl class=\"tsd-comment-tags\"><dt>link</dt><dd><p><a href=\"https://www.tiny.cloud/docs/integrations/react/#init\">TinyMCE React Init</a></p>\n</dd><dt>unsupported</dt><dd><p>Use at your own risk. DST makes no guarantees about this API,\nand is subject to removal at any point without warning or deprecation.</p>\n</dd><dt>deprecated</dt><dd><p><code>init</code> has been deprecated and will be removed in a future version. TinyMCE support has been removed.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
42
42
|
"deprecated": "`init` has been deprecated and will be removed in a future version. TinyMCE support has been removed.",
|
|
43
43
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
44
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
44
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L144"
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
"name": "initialValue",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"deprecated": "`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead",
|
|
54
54
|
"deprecatedSince": "10.20.0",
|
|
55
55
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
56
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
56
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L20"
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"name": "locale",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"description": "Locale which will be used for localization. Can be passed directly or\nset by wrapping components in I18n provider.",
|
|
64
64
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Locale which will be used for localization. Can be passed directly or\nset by wrapping components in I18n provider.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
65
65
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
66
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
66
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L48"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"name": "plugins",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"description": "Array of plugin names to add to the editor in addition to the defaults.\nThis provides backward compatibility with the deprecated TinyMCE version of the editor.\nSupports plugin names like 'link', 'image', 'table', etc.",
|
|
74
74
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Array of plugin names to add to the editor in addition to the defaults.\nThis provides backward compatibility with the deprecated TinyMCE version of the editor.\nSupports plugin names like 'link', 'image', 'table', etc.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.26.0</p>\n</dd></dl></div>",
|
|
75
75
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
76
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
76
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L57"
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
"name": "tinyMCE",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>If you experience problems with the new editor implementation, you can use this to <strong>temporarily</strong> switch back to legacy version while you report the issue.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>This property will be removed in a future version. TinyMCE support has been removed.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
85
85
|
"deprecated": "This property will be removed in a future version. TinyMCE support has been removed.",
|
|
86
86
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
87
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
87
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L133"
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
"name": "value",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"description": "The current value of the editor",
|
|
95
95
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The current value of the editor</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
96
96
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
97
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
97
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L27"
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
"name": "config",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"description": "Configuration function for customizing the editor",
|
|
105
105
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Configuration function for customizing the editor</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.26.0</p>\n</dd></dl></div>",
|
|
106
106
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
107
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
107
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L66"
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
110
|
"name": "onAfterDestroy",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"description": "Callback fired after the editor instance is destroyed",
|
|
115
115
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback fired after the editor instance is destroyed</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
116
116
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
117
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
117
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L116"
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
120
|
"name": "onBlur",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"description": "Callback fired when the editor loses focus",
|
|
125
125
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback fired when the editor loses focus</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
126
126
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
127
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
127
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L89"
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
130
|
"name": "onChange",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"description": "Callback fired when the editor content changes",
|
|
135
135
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback fired when the editor content changes</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
136
136
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
137
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
137
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L75"
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
140
|
"name": "onDirty",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"description": "Callback fired when the editor becomes dirty (content differs from initial value)",
|
|
145
145
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback fired when the editor becomes dirty (content differs from initial value)</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.26.0</p>\n</dd></dl></div>",
|
|
146
146
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
147
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
147
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L123"
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
150
|
"name": "onEditorChange",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"description": "",
|
|
155
155
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p><code>onEditorChange</code> has been deprecated and will be removed in a future version. TinyMCE support has been removed. Use <code>onChange</code> instead.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
156
156
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
157
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
157
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L156"
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
"name": "onError",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"description": "Callback fired when an error occurs in the editor",
|
|
165
165
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback fired when an error occurs in the editor</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
166
166
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
167
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
167
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L96"
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
170
|
"name": "onFocus",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"description": "Callback fired when the editor gains focus",
|
|
175
175
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback fired when the editor gains focus</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
176
176
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
177
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
177
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L82"
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
180
|
"name": "onFocusIn",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"description": "",
|
|
185
185
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p><code>onFocusIn</code> has been deprecated and will be removed in a future version. TinyMCE support has been removed. Use <code>onFocus</code> instead.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
186
186
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
187
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
187
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L162"
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
190
|
"name": "onFocusOut",
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"description": "",
|
|
195
195
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p><code>onFocusOut</code> has been deprecated and will be removed in a future version. TinyMCE support has been removed. Use <code>onBlur</code> instead.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
196
196
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
197
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
197
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L168"
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
200
|
"name": "onInit",
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"description": "Callback fired when the editor is ready",
|
|
205
205
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback fired when the editor is ready</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
206
206
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
207
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
207
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L109"
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
210
|
"name": "onKeyDown",
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"description": "",
|
|
215
215
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p><code>onKeyDown</code> has been deprecated and will be removed in a future version. TinyMCE support has been removed.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
216
216
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
217
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
217
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditor.types.ts#L150"
|
|
218
218
|
}
|
|
219
219
|
],
|
|
220
220
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"descriptionHtml": "",
|
|
12
12
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditorProvider.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditorProvider.types.ts#L9"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "features",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "- `stickyToolbar` - Have the editor toolbar stick to the top when content is longer than the page length.\n- `tabAsNavigation` - Have `Tab` key exit the editor. Support `Alt`/`Opt` + `Tab` as triple space indent.",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<ul>\n<li><code>stickyToolbar</code> - Have the editor toolbar stick to the top when content is longer than the page length.</li>\n<li><code>tabAsNavigation</code> - Have <code>Tab</code> key exit the editor. Support <code>Alt</code>/<code>Opt</code> + <code>Tab</code> as triple space indent.</li>\n</ul>\n</div></div>",
|
|
22
22
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditorProvider.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/ca96a0e/packages/core-react/src/TextEditor/TextEditorProvider.types.ts#L14"
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
26
|
"description": ""
|