@procore/core-react 10.30.0-rc.3 → 10.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/dist/esm/components/FileSelect/ThumbnailList/ThumbnailList.styles.d.ts +1 -4
  3. package/dist/esm/components/Form/Form.js +12 -10
  4. package/dist/esm/components/Form/Form.js.map +1 -1
  5. package/dist/esm/components/Form/Form.types.d.ts +5 -1
  6. package/dist/esm/components/TextEditor/TextEditor.js +1 -1
  7. package/dist/esm/components/TextEditor/TextEditor.js.map +1 -1
  8. package/dist/esm/components/TextEditor/TextEditor.types.d.ts +1 -1
  9. package/dist/esm/components/Thumbnail/Thumbnail.d.ts +2 -5
  10. package/dist/esm/components/Thumbnail/Thumbnail.types.d.ts +2 -2
  11. package/dist/esm/components/ThumbnailGrid/ThumbnailGrid.styles.d.ts +1 -4
  12. package/dist/esm/components/Tile/Tile.types.d.ts +3 -12
  13. package/dist/esm/layouts/IconLayout/IconLayout.d.ts +1 -1
  14. package/dist/esm/layouts/IconLayout/index.d.ts +1 -1
  15. package/dist/esm/layouts/IconLayout/index.js.map +1 -1
  16. package/dist/esm/utils/propsTypedoc.d.ts +77 -77
  17. package/dist/esm/utils/propsTypedoc.js +155 -64
  18. package/dist/esm/utils/propsTypedoc.js.map +1 -1
  19. package/dist/typedoc/components/Avatar/Avatar.types.json +17 -17
  20. package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +22 -22
  21. package/dist/typedoc/components/Badge/Badge.types.json +6 -6
  22. package/dist/typedoc/components/Banner/Banner.types.json +12 -12
  23. package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +7 -7
  24. package/dist/typedoc/components/Button/Button.types.json +11 -11
  25. package/dist/typedoc/components/Calendar/Calendar.types.json +107 -81
  26. package/dist/typedoc/components/Card/Card.types.json +6 -6
  27. package/dist/typedoc/components/Checkbox/Checkbox.types.json +7 -7
  28. package/dist/typedoc/components/ContactItem/ContactItem.types.json +9 -9
  29. package/dist/typedoc/components/DateInput/DateInput.types.json +35 -35
  30. package/dist/typedoc/components/DateSelect/DateSelect.types.json +13 -13
  31. package/dist/typedoc/components/Dropdown/Dropdown.types.json +37 -37
  32. package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +32 -32
  33. package/dist/typedoc/components/Dropzone/Dropzone.types.json +42 -42
  34. package/dist/typedoc/components/EmptyState/EmptyState.types.json +14 -14
  35. package/dist/typedoc/components/FileList/FileList.types.json +9 -9
  36. package/dist/typedoc/components/FileSelect/FileSelect.types.json +355 -34
  37. package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +20 -20
  38. package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +165 -15
  39. package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +9 -9
  40. package/dist/typedoc/components/Font/Font.types.json +7 -7
  41. package/dist/typedoc/components/Form/Form.types.json +746 -746
  42. package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +61 -61
  43. package/dist/typedoc/components/Icon/Icon.types.json +10 -10
  44. package/dist/typedoc/components/Input/Input.types.json +2 -2
  45. package/dist/typedoc/components/Link/Link.types.json +4 -4
  46. package/dist/typedoc/components/Menu/Menu.types.json +366 -92
  47. package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +259 -68
  48. package/dist/typedoc/components/Modal/Modal.types.json +27 -27
  49. package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +672 -38
  50. package/dist/typedoc/components/Notation/Notation.types.json +4 -4
  51. package/dist/typedoc/components/NumberInput/NumberInput.types.json +25 -25
  52. package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +18 -18
  53. package/dist/typedoc/components/Pagination/Pagination.types.json +430 -8
  54. package/dist/typedoc/components/Panel/Panel.types.json +17 -17
  55. package/dist/typedoc/components/Pill/Pill.types.json +1 -1
  56. package/dist/typedoc/components/PillSelect/PillSelect.types.json +48 -48
  57. package/dist/typedoc/components/Popover/Popover.types.json +9 -9
  58. package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +5 -5
  59. package/dist/typedoc/components/RadioButton/RadioButton.types.json +6 -6
  60. package/dist/typedoc/components/Required/Required.types.json +5 -5
  61. package/dist/typedoc/components/Search/Search.types.json +21 -21
  62. package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +20 -20
  63. package/dist/typedoc/components/Select/Select.types.json +269 -33
  64. package/dist/typedoc/components/Slider/Slider.types.json +6 -6
  65. package/dist/typedoc/components/Spinner/Spinner.types.json +8 -8
  66. package/dist/typedoc/components/Switch/Switch.types.json +3 -3
  67. package/dist/typedoc/components/Table/Table.types.json +272 -102
  68. package/dist/typedoc/components/Tabs/Tabs.types.json +89 -17
  69. package/dist/typedoc/components/Tearsheet/Tearsheet.types.json +9 -9
  70. package/dist/typedoc/components/TextArea/TextArea.types.json +3 -3
  71. package/dist/typedoc/components/TextEditor/TextEditor.types.json +8 -8
  72. package/dist/typedoc/components/TextEditorOutput/TextEditorOutput.types.json +3 -3
  73. package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +460 -16
  74. package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +47 -47
  75. package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +602 -34
  76. package/dist/typedoc/components/Tile/Tile.types.json +36 -36
  77. package/dist/typedoc/components/Toast/Toast.types.json +4 -4
  78. package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +3 -3
  79. package/dist/typedoc/components/Token/Token.types.json +4 -4
  80. package/dist/typedoc/components/Tooltip/Tooltip.types.json +13 -13
  81. package/dist/typedoc/components/Tree/Tree.types.json +85 -85
  82. package/dist/typedoc/components/Typeahead/Typeahead.types.json +2 -2
  83. package/dist/typedoc/components/Typography/Typography.types.json +8 -8
  84. package/dist/typedoc/deprecations.json +1 -1
  85. package/dist/typedoc/layouts/Box/Box.types.json +66 -66
  86. package/dist/typedoc/layouts/DetailPage/DetailPage.json +11 -11
  87. package/dist/typedoc/layouts/Flex/Flex.types.json +26 -26
  88. package/dist/typedoc/layouts/FlexList/FlexList.types.json +29 -29
  89. package/dist/typedoc/layouts/Grid/Grid.json +12 -12
  90. package/dist/typedoc/layouts/IconLayout/IconLayout.json +48 -1
  91. package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +6 -6
  92. package/dist/typedoc/layouts/ListPage/ListPage.types.json +10 -10
  93. package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +8 -8
  94. package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +8 -8
  95. package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +7 -7
  96. package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +8 -8
  97. package/dist/typedoc/utils/types.json +3 -3
  98. package/package.json +5 -5
  99. package/typedoc.ts +9 -1
@@ -1,4 +1,76 @@
1
1
  {
2
+ "QaTags": {
3
+ "name": "QaTags",
4
+ "properties": [
5
+ {
6
+ "name": "more",
7
+ "required": false,
8
+ "type": "<span class=\"tsd-signature-type\">string</span>",
9
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
10
+ "description": "",
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
+ "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tabs/Tabs.types.ts#L67"
14
+ }
15
+ ],
16
+ "description": ""
17
+ },
18
+ "TabDropdownProps": {
19
+ "name": "TabDropdownProps",
20
+ "properties": [
21
+ {
22
+ "name": "children",
23
+ "required": false,
24
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
25
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
26
+ "description": "Instead of using the default children, you can pass in your own.",
27
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
28
+ "sourceFile": "packages/core-react/src/utils/types.ts",
29
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
30
+ },
31
+ {
32
+ "name": "className",
33
+ "required": false,
34
+ "type": "<span class=\"tsd-signature-type\">string</span>",
35
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
36
+ "description": "Additional classNames",
37
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
38
+ "sourceFile": "packages/core-react/src/utils/types.ts",
39
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
40
+ },
41
+ {
42
+ "name": "qa",
43
+ "required": false,
44
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Namespace\">Tabs</a><span class=\"tsd-signature-symbol\">.</span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">QaTags</a>",
45
+ "typeDetail": "<span class=\"tsd-signature-type\">any</span>",
46
+ "description": "",
47
+ "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>",
48
+ "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
49
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tabs/Tabs.types.ts#L89"
50
+ },
51
+ {
52
+ "name": "style",
53
+ "required": false,
54
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
55
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
56
+ "description": "Additional CSS styles",
57
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
58
+ "sourceFile": "packages/core-react/src/utils/types.ts",
59
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
60
+ },
61
+ {
62
+ "name": "visible",
63
+ "required": false,
64
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
65
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
66
+ "description": "",
67
+ "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>",
68
+ "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
69
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tabs/Tabs.types.ts#L85"
70
+ }
71
+ ],
72
+ "description": ""
73
+ },
2
74
  "TabProps": {
3
75
  "name": "TabProps",
4
76
  "properties": [
@@ -10,7 +82,7 @@
10
82
  "description": "The tab is active",
11
83
  "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
84
  "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Tabs/Tabs.types.ts#L20"
85
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tabs/Tabs.types.ts#L20"
14
86
  },
15
87
  {
16
88
  "name": "children",
@@ -20,7 +92,7 @@
20
92
  "description": "Instead of using the default children, you can pass in your own.",
21
93
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
22
94
  "sourceFile": "packages/core-react/src/utils/types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/utils/types.ts#L40"
95
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
24
96
  },
25
97
  {
26
98
  "name": "className",
@@ -30,7 +102,7 @@
30
102
  "description": "Additional classNames",
31
103
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
32
104
  "sourceFile": "packages/core-react/src/utils/types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/utils/types.ts#L45"
105
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
34
106
  },
35
107
  {
36
108
  "name": "dark",
@@ -40,7 +112,7 @@
40
112
  "description": "Whether or not tab is in dark mode",
41
113
  "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
114
  "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Tabs/Tabs.types.ts#L27"
115
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tabs/Tabs.types.ts#L27"
44
116
  },
45
117
  {
46
118
  "name": "dropdown",
@@ -51,7 +123,7 @@
51
123
  "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>",
52
124
  "deprecated": "This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.",
53
125
  "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
54
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Tabs/Tabs.types.ts#L45"
126
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tabs/Tabs.types.ts#L45"
55
127
  },
56
128
  {
57
129
  "name": "overflowing",
@@ -62,7 +134,7 @@
62
134
  "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>",
63
135
  "deprecated": "This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.",
64
136
  "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
65
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Tabs/Tabs.types.ts#L52"
137
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tabs/Tabs.types.ts#L52"
66
138
  },
67
139
  {
68
140
  "name": "style",
@@ -72,7 +144,7 @@
72
144
  "description": "Additional CSS styles",
73
145
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
74
146
  "sourceFile": "packages/core-react/src/utils/types.ts",
75
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/utils/types.ts#L50"
147
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
76
148
  },
77
149
  {
78
150
  "name": "variant",
@@ -83,7 +155,7 @@
83
155
  "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>",
84
156
  "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",
85
157
  "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
86
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Tabs/Tabs.types.ts#L60"
158
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tabs/Tabs.types.ts#L60"
87
159
  },
88
160
  {
89
161
  "name": "onMount",
@@ -93,7 +165,7 @@
93
165
  "description": "",
94
166
  "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>",
95
167
  "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
96
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Tabs/Tabs.types.ts#L33"
168
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tabs/Tabs.types.ts#L33"
97
169
  },
98
170
  {
99
171
  "name": "onUnmount",
@@ -103,7 +175,7 @@
103
175
  "description": "",
104
176
  "descriptionHtml": "",
105
177
  "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
106
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Tabs/Tabs.types.ts#L38"
178
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tabs/Tabs.types.ts#L38"
107
179
  }
108
180
  ],
109
181
  "description": ""
@@ -119,7 +191,7 @@
119
191
  "description": "Instead of using the default children, you can pass in your own.",
120
192
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
121
193
  "sourceFile": "packages/core-react/src/utils/types.ts",
122
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/utils/types.ts#L40"
194
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
123
195
  },
124
196
  {
125
197
  "name": "className",
@@ -129,7 +201,7 @@
129
201
  "description": "Additional classNames",
130
202
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
131
203
  "sourceFile": "packages/core-react/src/utils/types.ts",
132
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/utils/types.ts#L45"
204
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
133
205
  },
134
206
  {
135
207
  "name": "dark",
@@ -139,17 +211,17 @@
139
211
  "description": "",
140
212
  "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>",
141
213
  "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
142
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Tabs/Tabs.types.ts#L74"
214
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tabs/Tabs.types.ts#L74"
143
215
  },
144
216
  {
145
217
  "name": "qa",
146
218
  "required": false,
147
- "type": "<span class=\"tsd-signature-type\">QaTags</span>",
148
- "typeDetail": "<span class=\"tsd-signature-type\">QaTags</span>",
219
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Namespace\">Tabs</a><span class=\"tsd-signature-symbol\">.</span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">QaTags</a>",
220
+ "typeDetail": "<span class=\"tsd-signature-type\">any</span>",
149
221
  "description": "",
150
222
  "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>",
151
223
  "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
152
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Tabs/Tabs.types.ts#L78"
224
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tabs/Tabs.types.ts#L78"
153
225
  },
154
226
  {
155
227
  "name": "style",
@@ -159,7 +231,7 @@
159
231
  "description": "Additional CSS styles",
160
232
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
161
233
  "sourceFile": "packages/core-react/src/utils/types.ts",
162
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/utils/types.ts#L50"
234
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
163
235
  }
164
236
  ],
165
237
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "",
11
11
  "descriptionHtml": "",
12
12
  "sourceFile": "packages/core-react/src/components/Tearsheet/Tearsheet.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Tearsheet/Tearsheet.types.ts#L52"
13
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tearsheet/Tearsheet.types.ts#L52"
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/components/Tearsheet/Tearsheet.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Tearsheet/Tearsheet.types.ts#L53"
23
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tearsheet/Tearsheet.types.ts#L53"
24
24
  }
25
25
  ],
26
26
  "description": ""
@@ -36,7 +36,7 @@
36
36
  "description": "",
37
37
  "descriptionHtml": "",
38
38
  "sourceFile": "packages/core-react/src/components/Tearsheet/Tearsheet.types.ts",
39
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Tearsheet/Tearsheet.types.ts#L13"
39
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tearsheet/Tearsheet.types.ts#L13"
40
40
  },
41
41
  {
42
42
  "name": "open",
@@ -46,7 +46,7 @@
46
46
  "description": "A controlled prop defining open/close state of the tearsheet.",
47
47
  "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
48
  "sourceFile": "packages/core-react/src/components/Tearsheet/Tearsheet.types.ts",
49
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Tearsheet/Tearsheet.types.ts#L18"
49
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tearsheet/Tearsheet.types.ts#L18"
50
50
  },
51
51
  {
52
52
  "name": "placement",
@@ -56,7 +56,7 @@
56
56
  "description": "Tearsheet placement",
57
57
  "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
58
  "sourceFile": "packages/core-react/src/components/Tearsheet/Tearsheet.types.ts",
59
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Tearsheet/Tearsheet.types.ts#L42"
59
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tearsheet/Tearsheet.types.ts#L42"
60
60
  },
61
61
  {
62
62
  "name": "qa",
@@ -66,7 +66,7 @@
66
66
  "description": "QA tags",
67
67
  "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
68
  "sourceFile": "packages/core-react/src/components/Tearsheet/Tearsheet.types.ts",
69
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Tearsheet/Tearsheet.types.ts#L48"
69
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tearsheet/Tearsheet.types.ts#L48"
70
70
  },
71
71
  {
72
72
  "name": "afterHide",
@@ -76,7 +76,7 @@
76
76
  "description": "A callback to be called when \"close\" animation is finished.",
77
77
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A callback to be called when &quot;close&quot; animation is finished.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.25.0</p>\n</dd></dl></div>",
78
78
  "sourceFile": "packages/core-react/src/components/Tearsheet/Tearsheet.types.ts",
79
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Tearsheet/Tearsheet.types.ts#L36"
79
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tearsheet/Tearsheet.types.ts#L36"
80
80
  },
81
81
  {
82
82
  "name": "afterShow",
@@ -86,7 +86,7 @@
86
86
  "description": "A callback to be called when \"open\" animation is finished.",
87
87
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A callback to be called when &quot;open&quot; 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
88
  "sourceFile": "packages/core-react/src/components/Tearsheet/Tearsheet.types.ts",
89
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Tearsheet/Tearsheet.types.ts#L30"
89
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tearsheet/Tearsheet.types.ts#L30"
90
90
  },
91
91
  {
92
92
  "name": "onClose",
@@ -96,7 +96,7 @@
96
96
  "description": "A required callback to be called when \"close\" button is clicked. Should set \"open\" flag to \"false\".",
97
97
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A required callback to be called when &quot;close&quot; button is clicked. Should set &quot;open&quot; flag to &quot;false&quot;.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.25.0</p>\n</dd></dl></div>",
98
98
  "sourceFile": "packages/core-react/src/components/Tearsheet/Tearsheet.types.ts",
99
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Tearsheet/Tearsheet.types.ts#L24"
99
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Tearsheet/Tearsheet.types.ts#L24"
100
100
  }
101
101
  ],
102
102
  "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/components/TextArea/TextArea.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/TextArea/TextArea.types.ts#L9"
13
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/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/components/TextArea/TextArea.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/TextArea/TextArea.types.ts#L15"
23
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/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/components/TextArea/TextArea.types.ts",
35
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/TextArea/TextArea.types.ts#L33"
35
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/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/components/TextEditor/TextEditor.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L10"
13
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L10"
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/components/TextEditor/TextEditor.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L14"
23
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L14"
24
24
  },
25
25
  {
26
26
  "name": "init",
@@ -30,7 +30,7 @@
30
30
  "description": "",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><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/components/TextEditor/TextEditor.types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L20"
33
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L20"
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/components/TextEditor/TextEditor.types.ts",
45
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L42"
45
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L42"
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/components/TextEditor/TextEditor.types.ts",
55
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L50"
55
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L50"
56
56
  },
57
57
  {
58
58
  "name": "plugins",
@@ -62,17 +62,17 @@
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/components/TextEditor/TextEditor.types.ts",
65
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L69"
65
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L69"
66
66
  },
67
67
  {
68
68
  "name": "onChange",
69
69
  "required": false,
70
70
  "type": "Function",
71
- "typeDetail": "on<wbr/>Change<span class=\"tsd-signature-symbol\">(</span>content<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
71
+ "typeDetail": "on<wbr/>Change<span class=\"tsd-signature-symbol\">(</span>content<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">string</span>, isDirty<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">boolean</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
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/components/TextEditor/TextEditor.types.ts",
75
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L57"
75
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L57"
76
76
  }
77
77
  ],
78
78
  "description": ""
@@ -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/8e314f682/packages/core-react/src/utils/types.ts#L45"
13
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
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/8e314f682/packages/core-react/src/utils/types.ts#L50"
23
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
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/components/TextEditorOutput/TextEditorOutput.types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/TextEditorOutput/TextEditorOutput.types.ts#L9"
33
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/TextEditorOutput/TextEditorOutput.types.ts#L9"
34
34
  }
35
35
  ],
36
36
  "description": ""