@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
@@ -10,7 +10,7 @@
10
10
  "description": "Instead of using the default children, you can pass in your own.",
11
11
  "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>",
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#L40"
13
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
14
14
  },
15
15
  {
16
16
  "name": "className",
@@ -20,7 +20,7 @@
20
20
  "description": "Additional classNames",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
22
22
  "sourceFile": "packages/core-react/src/utils/types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/utils/types.ts#L45"
23
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
24
24
  },
25
25
  {
26
26
  "name": "headline",
@@ -30,7 +30,7 @@
30
30
  "description": "Headline message",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Headline message</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/components/Modal/Modal.types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Modal/Modal.types.ts#L48"
33
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Modal/Modal.types.ts#L48"
34
34
  },
35
35
  {
36
36
  "name": "open",
@@ -41,7 +41,7 @@
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Modal open state</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
42
42
  "defaultValue": "false",
43
43
  "sourceFile": "packages/core-react/src/components/Modal/Modal.types.ts",
44
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Modal/Modal.types.ts#L17"
44
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Modal/Modal.types.ts#L17"
45
45
  },
46
46
  {
47
47
  "name": "placement",
@@ -52,7 +52,7 @@
52
52
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Vertical placement of the modal</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>center</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
53
53
  "defaultValue": "center",
54
54
  "sourceFile": "packages/core-react/src/components/Modal/Modal.types.ts",
55
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Modal/Modal.types.ts#L23"
55
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Modal/Modal.types.ts#L23"
56
56
  },
57
57
  {
58
58
  "name": "style",
@@ -62,7 +62,7 @@
62
62
  "description": "Additional CSS styles",
63
63
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
64
64
  "sourceFile": "packages/core-react/src/utils/types.ts",
65
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/utils/types.ts#L50"
65
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
66
66
  },
67
67
  {
68
68
  "name": "width",
@@ -72,7 +72,7 @@
72
72
  "description": "Sets a width on the container and uses next centering.\nFuture will default to `md`",
73
73
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets a width on the container and uses next centering.\nFuture will default to <code>md</code></p>\n</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/Modal/Modal.types.ts",
75
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Modal/Modal.types.ts#L29"
75
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Modal/Modal.types.ts#L29"
76
76
  },
77
77
  {
78
78
  "name": "onClickOverlay",
@@ -82,7 +82,7 @@
82
82
  "description": "Callback for clicking the overlay",
83
83
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback for clicking the overlay</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
84
84
  "sourceFile": "packages/core-react/src/components/Modal/Modal.types.ts",
85
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Modal/Modal.types.ts#L11"
85
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Modal/Modal.types.ts#L11"
86
86
  },
87
87
  {
88
88
  "name": "onClose",
@@ -92,7 +92,7 @@
92
92
  "description": "The dismiss onClick callback",
93
93
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The dismiss onClick callback</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
94
94
  "sourceFile": "packages/core-react/src/components/Modal/Modal.types.ts",
95
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Modal/Modal.types.ts#L54"
95
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Modal/Modal.types.ts#L54"
96
96
  }
97
97
  ],
98
98
  "description": ""
@@ -109,7 +109,7 @@
109
109
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Removes left, right paddings from the modal body when true</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
110
110
  "defaultValue": "false",
111
111
  "sourceFile": "packages/core-react/src/components/Modal/Modal.types.ts",
112
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Modal/Modal.types.ts#L74"
112
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Modal/Modal.types.ts#L74"
113
113
  }
114
114
  ],
115
115
  "description": ""
@@ -125,7 +125,7 @@
125
125
  "description": "Instead of using the default children, you can pass in your own.",
126
126
  "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>",
127
127
  "sourceFile": "packages/core-react/src/utils/types.ts",
128
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/utils/types.ts#L40"
128
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
129
129
  },
130
130
  {
131
131
  "name": "className",
@@ -135,7 +135,7 @@
135
135
  "description": "Additional classNames",
136
136
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
137
137
  "sourceFile": "packages/core-react/src/utils/types.ts",
138
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/utils/types.ts#L45"
138
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
139
139
  },
140
140
  {
141
141
  "name": "qa",
@@ -145,7 +145,7 @@
145
145
  "description": "",
146
146
  "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>",
147
147
  "sourceFile": "packages/core-react/src/components/Modal/Modal.types.ts",
148
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Modal/Modal.types.ts#L65"
148
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Modal/Modal.types.ts#L65"
149
149
  },
150
150
  {
151
151
  "name": "style",
@@ -155,7 +155,7 @@
155
155
  "description": "Additional CSS styles",
156
156
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
157
157
  "sourceFile": "packages/core-react/src/utils/types.ts",
158
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/utils/types.ts#L50"
158
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
159
159
  },
160
160
  {
161
161
  "name": "onClose",
@@ -165,7 +165,7 @@
165
165
  "description": "",
166
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>",
167
167
  "sourceFile": "packages/core-react/src/components/Modal/Modal.types.ts",
168
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Modal/Modal.types.ts#L61"
168
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Modal/Modal.types.ts#L61"
169
169
  }
170
170
  ],
171
171
  "description": ""
@@ -181,7 +181,7 @@
181
181
  "description": "Instead of using the default children, you can pass in your own.",
182
182
  "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>",
183
183
  "sourceFile": "packages/core-react/src/utils/types.ts",
184
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/utils/types.ts#L40"
184
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
185
185
  },
186
186
  {
187
187
  "name": "className",
@@ -191,7 +191,7 @@
191
191
  "description": "Additional classNames",
192
192
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
193
193
  "sourceFile": "packages/core-react/src/utils/types.ts",
194
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/utils/types.ts#L45"
194
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
195
195
  },
196
196
  {
197
197
  "name": "placement",
@@ -201,7 +201,7 @@
201
201
  "description": "",
202
202
  "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>",
203
203
  "sourceFile": "packages/core-react/src/components/Modal/Modal.types.ts",
204
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Modal/Modal.types.ts#L36"
204
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Modal/Modal.types.ts#L36"
205
205
  },
206
206
  {
207
207
  "name": "style",
@@ -211,7 +211,7 @@
211
211
  "description": "Additional CSS styles",
212
212
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
213
213
  "sourceFile": "packages/core-react/src/utils/types.ts",
214
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/utils/types.ts#L50"
214
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
215
215
  },
216
216
  {
217
217
  "name": "width",
@@ -221,7 +221,7 @@
221
221
  "description": "",
222
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>",
223
223
  "sourceFile": "packages/core-react/src/components/Modal/Modal.types.ts",
224
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Modal/Modal.types.ts#L40"
224
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Modal/Modal.types.ts#L40"
225
225
  }
226
226
  ],
227
227
  "description": ""
@@ -237,7 +237,7 @@
237
237
  "description": "Instead of using the default children, you can pass in your own.",
238
238
  "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>",
239
239
  "sourceFile": "packages/core-react/src/utils/types.ts",
240
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/utils/types.ts#L40"
240
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
241
241
  },
242
242
  {
243
243
  "name": "className",
@@ -247,7 +247,7 @@
247
247
  "description": "Additional classNames",
248
248
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
249
249
  "sourceFile": "packages/core-react/src/utils/types.ts",
250
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/utils/types.ts#L45"
250
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
251
251
  },
252
252
  {
253
253
  "name": "open",
@@ -258,7 +258,7 @@
258
258
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Modal open state</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
259
259
  "defaultValue": "false",
260
260
  "sourceFile": "packages/core-react/src/components/Modal/Modal.types.ts",
261
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Modal/Modal.types.ts#L17"
261
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Modal/Modal.types.ts#L17"
262
262
  },
263
263
  {
264
264
  "name": "placement",
@@ -269,7 +269,7 @@
269
269
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Vertical placement of the modal</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>center</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
270
270
  "defaultValue": "center",
271
271
  "sourceFile": "packages/core-react/src/components/Modal/Modal.types.ts",
272
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Modal/Modal.types.ts#L23"
272
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Modal/Modal.types.ts#L23"
273
273
  },
274
274
  {
275
275
  "name": "style",
@@ -279,7 +279,7 @@
279
279
  "description": "Additional CSS styles",
280
280
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
281
281
  "sourceFile": "packages/core-react/src/utils/types.ts",
282
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/utils/types.ts#L50"
282
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
283
283
  },
284
284
  {
285
285
  "name": "width",
@@ -289,7 +289,7 @@
289
289
  "description": "Sets a width on the container and uses next centering.\nFuture will default to `md`",
290
290
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets a width on the container and uses next centering.\nFuture will default to <code>md</code></p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
291
291
  "sourceFile": "packages/core-react/src/components/Modal/Modal.types.ts",
292
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Modal/Modal.types.ts#L29"
292
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Modal/Modal.types.ts#L29"
293
293
  },
294
294
  {
295
295
  "name": "onClickOverlay",
@@ -299,7 +299,7 @@
299
299
  "description": "Callback for clicking the overlay",
300
300
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback for clicking the overlay</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
301
301
  "sourceFile": "packages/core-react/src/components/Modal/Modal.types.ts",
302
- "sourceUrl": "https://github.com/procore/core/blob/8e314f682/packages/core-react/src/components/Modal/Modal.types.ts#L11"
302
+ "sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Modal/Modal.types.ts#L11"
303
303
  }
304
304
  ],
305
305
  "description": ""