@procore/core-react 11.12.1 → 11.13.0-rc.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/dist/Breadcrumbs/Breadcrumbs.js +7 -5
- package/dist/Breadcrumbs/Breadcrumbs.js.map +1 -1
- package/dist/Form/Form.js +12 -5
- package/dist/Form/Form.js.map +1 -1
- package/dist/Form/Form.types.d.ts +1 -0
- package/dist/Modal/Modal.d.ts +3 -1
- package/dist/Modal/Modal.js +72 -19
- package/dist/Modal/Modal.js.map +1 -1
- package/dist/Modal/Modal.types.d.ts +59 -3
- package/dist/OverlayTrigger/OverlayTrigger.d.ts +6 -6
- package/dist/OverlayTrigger/OverlayTrigger.js +43 -32
- package/dist/OverlayTrigger/OverlayTrigger.js.map +1 -1
- package/dist/OverlayTrigger/OverlayTrigger.types.d.ts +15 -7
- package/dist/OverlayTrigger/a11yPresets.d.ts +202 -1
- package/dist/OverlayTrigger/a11yPresets.js +210 -0
- package/dist/OverlayTrigger/a11yPresets.js.map +1 -1
- package/dist/Popover/Popover.d.ts +24 -2
- package/dist/Popover/Popover.js +6 -4
- package/dist/Popover/Popover.js.map +1 -1
- package/dist/Popover/Popover.types.d.ts +15 -2
- package/dist/Portal/Portal.d.ts +1 -1
- package/dist/Portal/Portal.js +24 -2
- package/dist/Portal/Portal.js.map +1 -1
- package/dist/Section/Section.d.ts +4 -0
- package/dist/Section/Section.js +12 -6
- package/dist/Section/Section.js.map +1 -1
- package/dist/Semantic/Semantic.d.ts +8 -0
- package/dist/Semantic/Semantic.js +28 -0
- package/dist/Semantic/Semantic.js.map +1 -1
- package/dist/Semantic/Semantic.types.d.ts +1 -1
- package/dist/Tearsheet/Tearsheet.d.ts +7 -1
- package/dist/Tearsheet/Tearsheet.js +32 -19
- package/dist/Tearsheet/Tearsheet.js.map +1 -1
- package/dist/Tearsheet/Tearsheet.types.d.ts +24 -0
- package/dist/_hooks/I18n.d.ts +1 -0
- package/dist/_locales/en.json +2 -1
- package/dist/_typedoc/Avatar/Avatar.types.json +28 -28
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +22 -22
- package/dist/_typedoc/Badge/Badge.types.json +10 -10
- package/dist/_typedoc/Banner/Banner.types.json +19 -19
- package/dist/_typedoc/Box/Box.types.json +70 -70
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +14 -14
- package/dist/_typedoc/Button/Button.types.json +11 -11
- package/dist/_typedoc/Calendar/Calendar.types.json +98 -98
- package/dist/_typedoc/Card/Card.types.json +8 -8
- package/dist/_typedoc/Checkbox/Checkbox.types.json +7 -7
- package/dist/_typedoc/ContactItem/ContactItem.types.json +11 -11
- package/dist/_typedoc/DateInput/DateInput.types.json +37 -37
- package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
- package/dist/_typedoc/DetailPage/DetailPage.types.json +6 -6
- package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +31 -31
- package/dist/_typedoc/Dropzone/Dropzone.types.json +41 -41
- package/dist/_typedoc/EmptyState/EmptyState.types.json +22 -22
- package/dist/_typedoc/FileList/FileList.types.json +9 -9
- package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
- package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
- package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
- package/dist/_typedoc/Flex/Flex.types.json +29 -29
- package/dist/_typedoc/FlexList/FlexList.types.json +32 -32
- package/dist/_typedoc/Form/Form.types.json +700 -700
- package/dist/_typedoc/Grid/Grid.types.json +8 -8
- package/dist/_typedoc/GroupSelect/GroupSelect.types.json +54 -54
- package/dist/_typedoc/Input/Input.types.json +2 -2
- package/dist/_typedoc/Link/Link.types.json +6 -6
- package/dist/_typedoc/ListPage/ListPage.types.json +19 -19
- package/dist/_typedoc/Menu/Menu.types.json +68 -68
- package/dist/_typedoc/MenuImperative/MenuImperative.types.json +75 -75
- package/dist/_typedoc/Modal/Modal.types.json +213 -70
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
- package/dist/_typedoc/Notation/Notation.types.json +6 -6
- package/dist/_typedoc/NumberInput/NumberInput.types.json +38 -38
- package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +76 -34
- package/dist/_typedoc/PageLayout/PageLayout.types.json +32 -32
- package/dist/_typedoc/Pagination/Pagination.types.json +9 -9
- package/dist/_typedoc/Panel/Panel.types.json +29 -29
- package/dist/_typedoc/Pill/Pill.types.json +1 -1
- package/dist/_typedoc/PillSelect/PillSelect.types.json +46 -46
- package/dist/_typedoc/Popover/Popover.types.json +60 -38
- package/dist/_typedoc/ProgressBar/ProgressBar.types.json +8 -8
- package/dist/_typedoc/RadioButton/RadioButton.types.json +8 -8
- 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 +16 -16
- package/dist/_typedoc/SegmentedController/SegmentedController.types.json +26 -26
- package/dist/_typedoc/Select/Select.types.json +32 -32
- package/dist/_typedoc/Slider/Slider.types.json +6 -6
- package/dist/_typedoc/Spinner/Spinner.types.json +11 -11
- package/dist/_typedoc/Switch/Switch.types.json +5 -5
- package/dist/_typedoc/Table/Table.types.json +116 -116
- package/dist/_typedoc/Tabs/Tabs.types.json +21 -21
- package/dist/_typedoc/Tearsheet/Tearsheet.types.json +70 -10
- 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 +3 -3
- package/dist/_typedoc/Thumbnail/Thumbnail.types.json +21 -21
- 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 +42 -42
- package/dist/_typedoc/Toast/Toast.types.json +6 -6
- package/dist/_typedoc/ToggleButton/ToggleButton.types.json +3 -3
- package/dist/_typedoc/Token/Token.types.json +4 -4
- package/dist/_typedoc/ToolHeader/ToolHeader.types.json +14 -14
- package/dist/_typedoc/Tooltip/Tooltip.types.json +17 -17
- package/dist/_typedoc/Tree/Tree.types.json +88 -88
- package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
- package/dist/_typedoc/Typography/Typography.types.json +8 -8
- package/dist/_typedoc/_utils/types.json +5 -5
- package/dist/_utils/polymorphic.d.ts +4 -4
- package/dist/_utils/types.d.ts +0 -3
- package/package.json +3 -2
|
@@ -10,17 +10,17 @@
|
|
|
10
10
|
"description": "The tab is active",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The tab is active</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/Tabs/Tabs.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tabs/Tabs.types.ts#L46"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "children",
|
|
17
17
|
"required": false,
|
|
18
18
|
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
19
19
|
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
20
|
-
"description": "
|
|
21
|
-
"descriptionHtml": "
|
|
20
|
+
"description": "",
|
|
21
|
+
"descriptionHtml": "",
|
|
22
22
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/_utils/types.ts#L42"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "className",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Additional classNames",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/_utils/types.ts#L47"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "dark",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "Whether or not tab is in dark mode",
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether or not tab is in dark mode</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
42
42
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tabs/Tabs.types.ts#L53"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "disabled",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"description": "",
|
|
51
51
|
"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>",
|
|
52
52
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tabs/Tabs.types.ts#L90"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"name": "dropdown",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
62
62
|
"deprecated": "This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.",
|
|
63
63
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
64
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
64
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tabs/Tabs.types.ts#L71"
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
"name": "overflowing",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
73
73
|
"deprecated": "This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.",
|
|
74
74
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
75
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
75
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tabs/Tabs.types.ts#L78"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"name": "role",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"description": "Sets the Tab's role",
|
|
83
83
|
"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>",
|
|
84
84
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
85
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
85
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tabs/Tabs.types.ts#L95"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
88
|
"name": "style",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"description": "Additional CSS styles",
|
|
93
93
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
94
94
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
95
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
95
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/_utils/types.ts#L52"
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
"name": "variant",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>please use the <code>active</code> and <code>dark</code> props to configure style. The\n<code>dropdown</code>, <code>hover</code>, and <code>overflowing</code> variants were only for internal use\nand should not be used in clients</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
104
104
|
"deprecated": "please use the `active` and `dark` props to configure style. The\n`dropdown`, `hover`, and `overflowing` variants were only for internal use\nand should not be used in clients",
|
|
105
105
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
106
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
106
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tabs/Tabs.types.ts#L86"
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"name": "onMount",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"description": "",
|
|
114
114
|
"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>",
|
|
115
115
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
116
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
116
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tabs/Tabs.types.ts#L59"
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"name": "onUnmount",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"description": "",
|
|
124
124
|
"descriptionHtml": "",
|
|
125
125
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
126
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
126
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tabs/Tabs.types.ts#L64"
|
|
127
127
|
}
|
|
128
128
|
],
|
|
129
129
|
"description": ""
|
|
@@ -136,10 +136,10 @@
|
|
|
136
136
|
"required": false,
|
|
137
137
|
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
138
138
|
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
139
|
-
"description": "
|
|
140
|
-
"descriptionHtml": "
|
|
139
|
+
"description": "",
|
|
140
|
+
"descriptionHtml": "",
|
|
141
141
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
142
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
142
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/_utils/types.ts#L42"
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
"name": "className",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"description": "Additional classNames",
|
|
150
150
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
151
151
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
152
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
152
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/_utils/types.ts#L47"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"name": "dark",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"description": "",
|
|
160
160
|
"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>",
|
|
161
161
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
162
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
162
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tabs/Tabs.types.ts#L111"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"name": "qa",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"description": "",
|
|
170
170
|
"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>",
|
|
171
171
|
"sourceFile": "packages/core-react/src/Tabs/Tabs.types.ts",
|
|
172
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
172
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tabs/Tabs.types.ts#L115"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"name": "style",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"description": "Additional CSS styles",
|
|
180
180
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
181
181
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
182
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
182
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/_utils/types.ts#L52"
|
|
183
183
|
}
|
|
184
184
|
],
|
|
185
185
|
"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/fd6a039fb1/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L81"
|
|
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/fd6a039fb1/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L82"
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
26
|
"description": ""
|
|
@@ -28,6 +28,46 @@
|
|
|
28
28
|
"TearsheetProps": {
|
|
29
29
|
"name": "TearsheetProps",
|
|
30
30
|
"properties": [
|
|
31
|
+
{
|
|
32
|
+
"name": "aria-describedby",
|
|
33
|
+
"required": false,
|
|
34
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
35
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
36
|
+
"description": "",
|
|
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
|
+
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
39
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L16"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "aria-details",
|
|
43
|
+
"required": false,
|
|
44
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
45
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
46
|
+
"description": "",
|
|
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
|
+
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
49
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L20"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "aria-label",
|
|
53
|
+
"required": false,
|
|
54
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
55
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
56
|
+
"description": "",
|
|
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
|
+
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
59
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L24"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "aria-labelledby",
|
|
63
|
+
"required": false,
|
|
64
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
65
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
66
|
+
"description": "",
|
|
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
|
+
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
69
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L28"
|
|
70
|
+
},
|
|
31
71
|
{
|
|
32
72
|
"name": "children",
|
|
33
73
|
"required": false,
|
|
@@ -36,7 +76,17 @@
|
|
|
36
76
|
"description": "",
|
|
37
77
|
"descriptionHtml": "",
|
|
38
78
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
39
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
79
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L29"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"name": "id",
|
|
83
|
+
"required": false,
|
|
84
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
85
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
86
|
+
"description": "",
|
|
87
|
+
"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>",
|
|
88
|
+
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
89
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L33"
|
|
40
90
|
},
|
|
41
91
|
{
|
|
42
92
|
"name": "open",
|
|
@@ -46,7 +96,7 @@
|
|
|
46
96
|
"description": "A controlled prop defining open/close state of the tearsheet.",
|
|
47
97
|
"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>",
|
|
48
98
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
49
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
99
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L38"
|
|
50
100
|
},
|
|
51
101
|
{
|
|
52
102
|
"name": "placement",
|
|
@@ -56,7 +106,7 @@
|
|
|
56
106
|
"description": "Tearsheet placement",
|
|
57
107
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Tearsheet placement</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.25.0</p>\n</dd></dl></div>",
|
|
58
108
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
59
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
109
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L62"
|
|
60
110
|
},
|
|
61
111
|
{
|
|
62
112
|
"name": "qa",
|
|
@@ -66,7 +116,17 @@
|
|
|
66
116
|
"description": "QA tags",
|
|
67
117
|
"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>",
|
|
68
118
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
69
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
119
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L77"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "role",
|
|
123
|
+
"required": false,
|
|
124
|
+
"type": "<span class=\"tsd-signature-type\">"dialog"</span>",
|
|
125
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"dialog"</span>",
|
|
126
|
+
"description": "",
|
|
127
|
+
"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>",
|
|
128
|
+
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
129
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L72"
|
|
70
130
|
},
|
|
71
131
|
{
|
|
72
132
|
"name": "stretch",
|
|
@@ -76,7 +136,7 @@
|
|
|
76
136
|
"description": "Stretch tearsheet body to the full width or height of the screen, depending on placement",
|
|
77
137
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Stretch tearsheet body to the full width or height of the screen, depending on placement</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.1.0</p>\n</dd></dl></div>",
|
|
78
138
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
79
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
139
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L68"
|
|
80
140
|
},
|
|
81
141
|
{
|
|
82
142
|
"name": "afterHide",
|
|
@@ -86,7 +146,7 @@
|
|
|
86
146
|
"description": "A callback to be called when \"close\" animation is finished.",
|
|
87
147
|
"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>",
|
|
88
148
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
89
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
149
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L56"
|
|
90
150
|
},
|
|
91
151
|
{
|
|
92
152
|
"name": "afterShow",
|
|
@@ -96,7 +156,7 @@
|
|
|
96
156
|
"description": "A callback to be called when \"open\" animation is finished.",
|
|
97
157
|
"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>",
|
|
98
158
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
99
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
159
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L50"
|
|
100
160
|
},
|
|
101
161
|
{
|
|
102
162
|
"name": "onClose",
|
|
@@ -106,7 +166,7 @@
|
|
|
106
166
|
"description": "A required callback to be called when \"close\" button is clicked. Should set \"open\" flag to \"false\".",
|
|
107
167
|
"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>",
|
|
108
168
|
"sourceFile": "packages/core-react/src/Tearsheet/Tearsheet.types.ts",
|
|
109
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
169
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/Tearsheet/Tearsheet.types.ts#L44"
|
|
110
170
|
}
|
|
111
171
|
],
|
|
112
172
|
"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/fd6a039fb1/packages/core-react/src/TextArea/TextArea.types.ts#L9"
|
|
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></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/fd6a039fb1/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/fd6a039fb1/packages/core-react/src/TextArea/TextArea.types.ts#L33"
|
|
36
36
|
}
|
|
37
37
|
],
|
|
38
38
|
"description": ""
|
|
@@ -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/TextEditor/TextEditor.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/TextEditor/TextEditor.types.ts#L30"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "error",
|
|
@@ -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/TextEditor/TextEditor.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/TextEditor/TextEditor.types.ts#L34"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "init",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Config for when the editor is initialized. **Changes after the editor has initialized are ignored.**",
|
|
31
31
|
"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>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/fd6a039fb1/packages/core-react/src/TextEditor/TextEditor.types.ts#L42"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "initialValue",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"deprecated": "\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",
|
|
43
43
|
"deprecatedSince": "10.20.0",
|
|
44
44
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
45
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
45
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/TextEditor/TextEditor.types.ts#L64"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"name": "locale",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"description": "Locale which will be used used for localization. Can be passed directly or\nset by wrapping components in I18n provider. Icelandic (is-IS) is not\nactually supported by TinyMCE, so it is defaulted to english.",
|
|
53
53
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Locale which will be used used for localization. Can be passed directly or\nset by wrapping components in I18n provider. Icelandic (is-IS) is not\nactually supported by TinyMCE, so it is defaulted to english.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
54
54
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
55
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
55
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/TextEditor/TextEditor.types.ts#L72"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"name": "plugins",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"description": "<div>\n Array of plugins to use with the editor in addition to the defaults.\n Can be any of:\n</div>\n<CodeBlock>\n [{plugins.map((plugin) => `'${plugin}'`).join(', ')}]\n</CodeBlock>",
|
|
63
63
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>\n Array of plugins to use with the editor in addition to the defaults.\n Can be any of:\n</div>\n<CodeBlock>\n [{plugins.map((plugin) => `'${plugin}'`).join(', ')}]\n</CodeBlock></div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
64
64
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
65
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
65
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/TextEditor/TextEditor.types.ts#L91"
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
"name": "onChange",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"description": "<div>onChange event handler for text editor area</div>\n<CodeBlock>(content: string) => void</CodeBlock>",
|
|
73
73
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>onChange event handler for text editor area</div>\n<CodeBlock>(content: string) => void</CodeBlock></div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
74
74
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
75
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
75
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/TextEditor/TextEditor.types.ts#L79"
|
|
76
76
|
}
|
|
77
77
|
],
|
|
78
78
|
"description": ""
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"description": "",
|
|
89
89
|
"descriptionHtml": "",
|
|
90
90
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
91
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
91
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/TextEditor/TextEditor.types.ts#L17"
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
"name": "features",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"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.",
|
|
99
99
|
"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>",
|
|
100
100
|
"sourceFile": "packages/core-react/src/TextEditor/TextEditor.types.ts",
|
|
101
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
101
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/TextEditor/TextEditor.types.ts#L22"
|
|
102
102
|
}
|
|
103
103
|
],
|
|
104
104
|
"description": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Expect context to change the <code>init</code> config of the below <code>TextEditor</code>s.\n<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>link</dt><dd><p><a href=\"https://www.tiny.cloud/docs/integrations/react/#configuringeditorsettings\">TinyMCE React configure editor</a></p>\n</dd></dl></div>"
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "Additional classNames",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
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/fd6a039fb1/packages/core-react/src/_utils/types.ts#L47"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "style",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Additional CSS styles",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</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/fd6a039fb1/packages/core-react/src/_utils/types.ts#L52"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "value",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "formatted text",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>formatted text</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.24.0</p>\n</dd></dl></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/TextEditorOutput/TextEditorOutput.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/fd6a039fb1/packages/core-react/src/TextEditorOutput/TextEditorOutput.types.ts#L9"
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
36
|
"description": ""
|