@procore/core-react 10.21.1-rc.2 → 10.21.1-rc.21

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 (250) hide show
  1. package/dist/esm/components/DateSelect/DateSelect.d.ts +1 -1
  2. package/dist/esm/components/DateSelect/DateSelect.js +1 -1
  3. package/dist/esm/components/Dropdown/Dropdown.js +1 -1
  4. package/dist/esm/components/FileList/FileList.d.ts +1 -1
  5. package/dist/esm/components/FileList/FileList.js +1 -1
  6. package/dist/esm/components/Icon/Icon.d.ts +2 -0
  7. package/dist/esm/components/Icon/Icon.js +2 -0
  8. package/dist/esm/components/Icon/Icon.js.map +1 -1
  9. package/dist/esm/components/Input/Input.d.ts +3 -0
  10. package/dist/esm/components/Input/Input.js +3 -0
  11. package/dist/esm/components/Input/Input.js.map +1 -1
  12. package/dist/esm/components/Menu/Menu.d.ts +1 -1
  13. package/dist/esm/components/Menu/Menu.js +1 -1
  14. package/dist/esm/components/MenuImperative/MenuImperative.js +3 -0
  15. package/dist/esm/components/MenuImperative/MenuImperative.js.map +1 -1
  16. package/dist/esm/components/MultiSelect/MultiSelect.d.ts +4 -0
  17. package/dist/esm/components/MultiSelect/MultiSelect.js +4 -0
  18. package/dist/esm/components/MultiSelect/MultiSelect.js.map +1 -1
  19. package/dist/esm/components/Notation/Notation.d.ts +2 -0
  20. package/dist/esm/components/Notation/Notation.js +4 -0
  21. package/dist/esm/components/Notation/Notation.js.map +1 -1
  22. package/dist/esm/components/OverlayTrigger/OverlayTrigger.d.ts +3 -0
  23. package/dist/esm/components/OverlayTrigger/OverlayTrigger.js +3 -0
  24. package/dist/esm/components/OverlayTrigger/OverlayTrigger.js.map +1 -1
  25. package/dist/esm/components/PillSelect/PillSelect.js +4 -4
  26. package/dist/esm/components/PillSelect/PillSelect.js.map +1 -1
  27. package/dist/esm/components/PillSelect/PillSelect.styles.d.ts +0 -1
  28. package/dist/esm/components/PillSelect/PillSelect.styles.js +5 -6
  29. package/dist/esm/components/PillSelect/PillSelect.styles.js.map +1 -1
  30. package/dist/esm/components/Popover/Popover.js +1 -1
  31. package/dist/esm/components/Portal/Portal.d.ts +3 -0
  32. package/dist/esm/components/Portal/Portal.js +3 -0
  33. package/dist/esm/components/Portal/Portal.js.map +1 -1
  34. package/dist/esm/components/Required/Required.d.ts +3 -0
  35. package/dist/esm/components/Required/Required.js +3 -0
  36. package/dist/esm/components/Required/Required.js.map +1 -1
  37. package/dist/esm/components/Select/Select.js +1 -1
  38. package/dist/esm/components/Table/Table.d.ts +3 -0
  39. package/dist/esm/components/Table/Table.js +3 -0
  40. package/dist/esm/components/Table/Table.js.map +1 -1
  41. package/dist/esm/components/TextArea/TextArea.d.ts +1 -1
  42. package/dist/esm/components/TextArea/TextArea.js +1 -1
  43. package/dist/esm/components/TextEditor/TextEditor.d.ts +1 -1
  44. package/dist/esm/components/TextEditor/TextEditor.js +1 -1
  45. package/dist/esm/components/TieredSelect/TieredSelect.d.ts +1 -1
  46. package/dist/esm/components/TieredSelect/TieredSelect.js +1 -1
  47. package/dist/esm/components/Tooltip/Tooltip.js +1 -1
  48. package/dist/esm/components/Typeahead/Typeahead.d.ts +3 -0
  49. package/dist/esm/components/Typeahead/Typeahead.js +3 -0
  50. package/dist/esm/components/Typeahead/Typeahead.js.map +1 -1
  51. package/dist/esm/components/Typography/Typography.d.ts +3 -0
  52. package/dist/esm/components/Typography/Typography.js +3 -0
  53. package/dist/esm/components/Typography/Typography.js.map +1 -1
  54. package/dist/typedoc/components/Avatar/Avatar.types.json +22 -17
  55. package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +22 -20
  56. package/dist/typedoc/components/Badge/Badge.types.json +6 -6
  57. package/dist/typedoc/components/Banner/Banner.types.json +12 -12
  58. package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +7 -7
  59. package/dist/typedoc/components/Button/Button.types.json +11 -11
  60. package/dist/typedoc/components/Calendar/Calendar.types.json +79 -79
  61. package/dist/typedoc/components/Card/Card.types.json +8 -6
  62. package/dist/typedoc/components/Checkbox/Checkbox.types.json +7 -7
  63. package/dist/typedoc/components/ContactItem/ContactItem.types.json +12 -9
  64. package/dist/typedoc/components/DateInput/DateInput.types.json +35 -35
  65. package/dist/typedoc/components/DateSelect/DateSelect.types.json +13 -13
  66. package/dist/typedoc/components/Dropdown/Dropdown.types.json +34 -34
  67. package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +32 -32
  68. package/dist/typedoc/components/Dropzone/Dropzone.types.json +41 -41
  69. package/dist/typedoc/components/EmptyState/EmptyState.types.json +14 -14
  70. package/dist/typedoc/components/FileList/FileList.types.json +3 -3
  71. package/dist/typedoc/components/FileSelect/FileSelect.types.json +25 -25
  72. package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +20 -20
  73. package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +14 -14
  74. package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +9 -9
  75. package/dist/typedoc/components/Font/Font.types.json +7 -7
  76. package/dist/typedoc/components/Form/Form.types.json +674 -664
  77. package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +50 -50
  78. package/dist/typedoc/components/Icon/Icon.types.json +10 -10
  79. package/dist/typedoc/components/Input/Input.types.json +2 -2
  80. package/dist/typedoc/components/Link/Link.types.json +4 -4
  81. package/dist/typedoc/components/Menu/Menu.types.json +69 -67
  82. package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +67 -67
  83. package/dist/typedoc/components/Modal/Modal.types.json +32 -27
  84. package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +29 -29
  85. package/dist/typedoc/components/Notation/Notation.types.json +4 -4
  86. package/dist/typedoc/components/NumberInput/NumberInput.types.json +30 -25
  87. package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +18 -18
  88. package/dist/typedoc/components/Pagination/Pagination.types.json +9 -8
  89. package/dist/typedoc/components/Panel/Panel.types.json +17 -17
  90. package/dist/typedoc/components/Pill/Pill.types.json +2 -1
  91. package/dist/typedoc/components/PillSelect/PillSelect.types.json +46 -46
  92. package/dist/typedoc/components/Popover/Popover.types.json +12 -9
  93. package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +5 -5
  94. package/dist/typedoc/components/RadioButton/RadioButton.types.json +6 -6
  95. package/dist/typedoc/components/Required/Required.types.json +5 -5
  96. package/dist/typedoc/components/Search/Search.types.json +23 -21
  97. package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +20 -20
  98. package/dist/typedoc/components/Select/Select.types.json +31 -31
  99. package/dist/typedoc/components/Slider/Slider.types.json +10 -6
  100. package/dist/typedoc/components/Spinner/Spinner.types.json +8 -8
  101. package/dist/typedoc/components/Switch/Switch.types.json +3 -3
  102. package/dist/typedoc/components/Table/Table.types.json +94 -94
  103. package/dist/typedoc/components/Tabs/Tabs.types.json +15 -15
  104. package/dist/typedoc/components/TextArea/TextArea.types.json +4 -3
  105. package/dist/typedoc/components/TextEditor/TextEditor.types.json +8 -7
  106. package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +12 -12
  107. package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +41 -41
  108. package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +27 -27
  109. package/dist/typedoc/components/Tile/Tile.types.json +30 -30
  110. package/dist/typedoc/components/Toast/Toast.types.json +4 -4
  111. package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +3 -3
  112. package/dist/typedoc/components/Token/Token.types.json +12 -11
  113. package/dist/typedoc/components/Tooltip/Tooltip.types.json +13 -13
  114. package/dist/typedoc/components/Tree/Tree.types.json +85 -85
  115. package/dist/typedoc/components/Typeahead/Typeahead.types.json +2 -2
  116. package/dist/typedoc/components/Typography/Typography.types.json +8 -8
  117. package/dist/typedoc/deprecations.json +1 -0
  118. package/dist/typedoc/layouts/Box/Box.types.json +66 -66
  119. package/dist/typedoc/layouts/DetailPage/DetailPage.json +11 -11
  120. package/dist/typedoc/layouts/Flex/Flex.types.json +26 -26
  121. package/dist/typedoc/layouts/FlexList/FlexList.types.json +29 -29
  122. package/dist/typedoc/layouts/Grid/Grid.json +10 -10
  123. package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +4 -4
  124. package/dist/typedoc/layouts/ListPage/ListPage.types.json +10 -10
  125. package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +4 -4
  126. package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +9 -8
  127. package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +7 -7
  128. package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +8 -8
  129. package/dist/typedoc/utils/types.json +3 -3
  130. package/package.json +18 -15
  131. package/storybook-static/0.78a84bb5.iframe.bundle.js +1 -0
  132. package/storybook-static/{0.6e425a95d798c8732d42.manager.bundle.js → 0.f950b464d1fc37207e4c.manager.bundle.js} +1 -1
  133. package/storybook-static/1.51648541.iframe.bundle.js +3 -0
  134. package/storybook-static/{1.4d6deeb1.iframe.bundle.js.LICENSE.txt → 1.51648541.iframe.bundle.js.LICENSE.txt} +0 -0
  135. package/storybook-static/1.51648541.iframe.bundle.js.map +1 -0
  136. package/storybook-static/10.b9626d1b.iframe.bundle.js +3 -0
  137. package/storybook-static/{10.36111f47.iframe.bundle.js.LICENSE.txt → 10.b9626d1b.iframe.bundle.js.LICENSE.txt} +0 -0
  138. package/storybook-static/10.b9626d1b.iframe.bundle.js.map +1 -0
  139. package/storybook-static/{2.c862007b.iframe.bundle.js → 2.73ba6318.iframe.bundle.js} +1 -1
  140. package/storybook-static/4.334a5a1cc6d9cfd2a3ef.manager.bundle.js +2 -0
  141. package/storybook-static/{4.8c851bf5c7f2eb82dc3d.manager.bundle.js.LICENSE.txt → 4.334a5a1cc6d9cfd2a3ef.manager.bundle.js.LICENSE.txt} +0 -0
  142. package/storybook-static/5.ddb741a4b86d3b19571f.manager.bundle.js +1 -0
  143. package/storybook-static/{6.c10a40ec35c7e3d1780a.manager.bundle.js → 6.88944915f82378974206.manager.bundle.js} +2 -2
  144. package/storybook-static/{6.c10a40ec35c7e3d1780a.manager.bundle.js.LICENSE.txt → 6.88944915f82378974206.manager.bundle.js.LICENSE.txt} +0 -0
  145. package/storybook-static/7.053e9ee8.iframe.bundle.js +3 -0
  146. package/storybook-static/{7.2d596a64.iframe.bundle.js.LICENSE.txt → 7.053e9ee8.iframe.bundle.js.LICENSE.txt} +0 -0
  147. package/storybook-static/7.053e9ee8.iframe.bundle.js.map +1 -0
  148. package/storybook-static/{8.42c1ae3b.iframe.bundle.js → 8.2a782ffa.iframe.bundle.js} +1 -1
  149. package/storybook-static/iframe.html +1 -1
  150. package/storybook-static/index.html +1 -1
  151. package/storybook-static/main.2610dfd3.iframe.bundle.js +1 -0
  152. package/storybook-static/{runtime~main.7673f4726ad6d5afe030.manager.bundle.js → runtime~main.a5bd6581fa2ada8d35f9.manager.bundle.js} +1 -1
  153. package/storybook-static/{runtime~main.bc98065a.iframe.bundle.js → runtime~main.b565c3f1.iframe.bundle.js} +1 -1
  154. package/storybook-static/vendors~main.39221b0f2c9f37bbbafb.manager.bundle.js +2 -0
  155. package/storybook-static/{vendors~main.ba9cc155b26044ee7c1e.manager.bundle.js.LICENSE.txt → vendors~main.39221b0f2c9f37bbbafb.manager.bundle.js.LICENSE.txt} +0 -0
  156. package/storybook-static/vendors~main.cdcdda39.iframe.bundle.js +3 -0
  157. package/storybook-static/{vendors~main.1d39b76f.iframe.bundle.js.LICENSE.txt → vendors~main.cdcdda39.iframe.bundle.js.LICENSE.txt} +0 -0
  158. package/storybook-static/vendors~main.cdcdda39.iframe.bundle.js.map +1 -0
  159. package/typedoc.ts +44 -5
  160. package/dist/props/Avatar.json +0 -1
  161. package/dist/props/AvatarStack.json +0 -1
  162. package/dist/props/Badge.json +0 -1
  163. package/dist/props/Banner.json +0 -1
  164. package/dist/props/Box.json +0 -1
  165. package/dist/props/Breadcrumbs.json +0 -1
  166. package/dist/props/Button.json +0 -1
  167. package/dist/props/Calendar.json +0 -1
  168. package/dist/props/Card.json +0 -1
  169. package/dist/props/Checkbox.json +0 -1
  170. package/dist/props/ContactItem.json +0 -1
  171. package/dist/props/DateInput.json +0 -1
  172. package/dist/props/DateSelect.json +0 -1
  173. package/dist/props/DetailPage.json +0 -1
  174. package/dist/props/Dropdown.json +0 -1
  175. package/dist/props/DropdownFlyout.json +0 -1
  176. package/dist/props/Dropzone.json +0 -1
  177. package/dist/props/EmptyState.json +0 -1
  178. package/dist/props/FileList.json +0 -1
  179. package/dist/props/FileSelect.json +0 -1
  180. package/dist/props/Flex.json +0 -1
  181. package/dist/props/FlexList.json +0 -1
  182. package/dist/props/Font.json +0 -1
  183. package/dist/props/Form.json +0 -1
  184. package/dist/props/Grid.json +0 -1
  185. package/dist/props/GridSource.json +0 -1
  186. package/dist/props/GroupSelect.json +0 -1
  187. package/dist/props/Icon.json +0 -1
  188. package/dist/props/IconLayout.json +0 -1
  189. package/dist/props/Input.json +0 -1
  190. package/dist/props/LegacyDetailPage.json +0 -1
  191. package/dist/props/Link.json +0 -1
  192. package/dist/props/ListPage.json +0 -1
  193. package/dist/props/LocalSource.json +0 -1
  194. package/dist/props/Menu.json +0 -1
  195. package/dist/props/MenuImperative.json +0 -1
  196. package/dist/props/Modal.json +0 -1
  197. package/dist/props/MultiSelect.json +0 -1
  198. package/dist/props/NextDetailPage.json +0 -1
  199. package/dist/props/NextGrid.json +0 -1
  200. package/dist/props/Notation.json +0 -1
  201. package/dist/props/NumberInput.json +0 -1
  202. package/dist/props/OverlayTrigger.json +0 -1
  203. package/dist/props/PageLayout.json +0 -1
  204. package/dist/props/Pagination.json +0 -1
  205. package/dist/props/Panel.json +0 -1
  206. package/dist/props/Pill.json +0 -1
  207. package/dist/props/PillSelect.json +0 -1
  208. package/dist/props/Popover.json +0 -1
  209. package/dist/props/ProgressBar.json +0 -1
  210. package/dist/props/RadioButton.json +0 -1
  211. package/dist/props/Required.json +0 -1
  212. package/dist/props/Search.json +0 -1
  213. package/dist/props/SegmentedController.json +0 -1
  214. package/dist/props/Select.json +0 -1
  215. package/dist/props/Slider.json +0 -1
  216. package/dist/props/Spinner.json +0 -1
  217. package/dist/props/Switch.json +0 -1
  218. package/dist/props/Table.json +0 -1
  219. package/dist/props/Tabs.json +0 -1
  220. package/dist/props/TextArea.json +0 -1
  221. package/dist/props/TextEditor.json +0 -1
  222. package/dist/props/Thumbnail.json +0 -1
  223. package/dist/props/TieredDropdown.json +0 -1
  224. package/dist/props/TieredSelect.json +0 -1
  225. package/dist/props/Tile.json +0 -1
  226. package/dist/props/Toast.json +0 -1
  227. package/dist/props/ToggleButton.json +0 -1
  228. package/dist/props/Token.json +0 -1
  229. package/dist/props/ToolHeader.json +0 -1
  230. package/dist/props/Tooltip.json +0 -1
  231. package/dist/props/Tree.json +0 -1
  232. package/dist/props/TreeSource.json +0 -1
  233. package/dist/props/Typeahead.json +0 -1
  234. package/dist/props/Typography.json +0 -1
  235. package/dist/props/allProps.json +0 -107446
  236. package/dist/props/utils.json +0 -1
  237. package/storybook-static/0.7ce97d20.iframe.bundle.js +0 -1
  238. package/storybook-static/1.4d6deeb1.iframe.bundle.js +0 -3
  239. package/storybook-static/1.4d6deeb1.iframe.bundle.js.map +0 -1
  240. package/storybook-static/10.36111f47.iframe.bundle.js +0 -3
  241. package/storybook-static/10.36111f47.iframe.bundle.js.map +0 -1
  242. package/storybook-static/4.8c851bf5c7f2eb82dc3d.manager.bundle.js +0 -2
  243. package/storybook-static/5.44d8a5f98a1290fa8467.manager.bundle.js +0 -1
  244. package/storybook-static/7.2d596a64.iframe.bundle.js +0 -3
  245. package/storybook-static/7.2d596a64.iframe.bundle.js.map +0 -1
  246. package/storybook-static/main.dcfde57c.iframe.bundle.js +0 -1
  247. package/storybook-static/vendors~main.1d39b76f.iframe.bundle.js +0 -3
  248. package/storybook-static/vendors~main.1d39b76f.iframe.bundle.js.map +0 -1
  249. package/storybook-static/vendors~main.ba9cc155b26044ee7c1e.manager.bundle.js +0 -2
  250. package/typedoc.js +0 -136
@@ -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/Popover/Popover.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Popover/Popover.types.ts#L9"
13
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Popover/Popover.types.ts#L9"
14
14
  },
15
15
  {
16
16
  "name": "placement",
@@ -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/Popover/Popover.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Popover/Popover.types.ts#L13"
23
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Popover/Popover.types.ts#L13"
24
24
  }
25
25
  ],
26
26
  "description": ""
@@ -36,7 +36,7 @@
36
36
  "description": "Instead of using the default children, you can pass in your own.",
37
37
  "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>",
38
38
  "sourceFile": "packages/core-react/src/utils/types.ts",
39
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/utils/types.ts#L40"
39
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L40"
40
40
  },
41
41
  {
42
42
  "name": "className",
@@ -46,7 +46,7 @@
46
46
  "description": "Additional classNames",
47
47
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
48
48
  "sourceFile": "packages/core-react/src/utils/types.ts",
49
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/utils/types.ts#L45"
49
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L45"
50
50
  },
51
51
  {
52
52
  "name": "initialIsVisible",
@@ -55,8 +55,9 @@
55
55
  "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
56
56
  "description": "Whether to show the overlay on initial render",
57
57
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether to show the overlay on initial render</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>",
58
+ "defaultValue": "false",
58
59
  "sourceFile": "packages/core-react/src/components/Popover/Popover.types.ts",
59
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Popover/Popover.types.ts#L22"
60
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Popover/Popover.types.ts#L22"
60
61
  },
61
62
  {
62
63
  "name": "overlay",
@@ -66,7 +67,7 @@
66
67
  "description": "The tip we want to display",
67
68
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The tip we want to display</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
68
69
  "sourceFile": "packages/core-react/src/components/Popover/Popover.types.ts",
69
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Popover/Popover.types.ts#L27"
70
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Popover/Popover.types.ts#L27"
70
71
  },
71
72
  {
72
73
  "name": "placement",
@@ -75,8 +76,9 @@
75
76
  "typeDetail": "<span class=\"tsd-signature-type\">Placement</span>",
76
77
  "description": "Determines the position of the arrow",
77
78
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Determines the position of the arrow</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>top</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
79
+ "defaultValue": "top",
78
80
  "sourceFile": "packages/core-react/src/components/Popover/Popover.types.ts",
79
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Popover/Popover.types.ts#L33"
81
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Popover/Popover.types.ts#L33"
80
82
  },
81
83
  {
82
84
  "name": "style",
@@ -86,7 +88,7 @@
86
88
  "description": "Additional CSS styles",
87
89
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
88
90
  "sourceFile": "packages/core-react/src/utils/types.ts",
89
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/utils/types.ts#L50"
91
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L50"
90
92
  },
91
93
  {
92
94
  "name": "trigger",
@@ -95,8 +97,9 @@
95
97
  "typeDetail": "<span class=\"tsd-signature-type\">TriggerVariant</span>",
96
98
  "description": "The event to trigger the overlay",
97
99
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The event to trigger the overlay</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>click</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
100
+ "defaultValue": "click",
98
101
  "sourceFile": "packages/core-react/src/components/Popover/Popover.types.ts",
99
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Popover/Popover.types.ts#L39"
102
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Popover/Popover.types.ts#L39"
100
103
  }
101
104
  ],
102
105
  "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/Loader/Loader.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Loader/Loader.types.ts#L11"
13
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Loader/Loader.types.ts#L11"
14
14
  },
15
15
  {
16
16
  "name": "children",
@@ -20,7 +20,7 @@
20
20
  "description": "Instead of using the default children, you can pass in your own.",
21
21
  "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
22
  "sourceFile": "packages/core-react/src/utils/types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/utils/types.ts#L40"
23
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L40"
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/3298413e9/packages/core-react/src/utils/types.ts#L45"
33
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L45"
34
34
  },
35
35
  {
36
36
  "name": "style",
@@ -40,7 +40,7 @@
40
40
  "description": "Additional CSS styles",
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
42
42
  "sourceFile": "packages/core-react/src/utils/types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/utils/types.ts#L50"
43
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L50"
44
44
  },
45
45
  {
46
46
  "name": "value",
@@ -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>10.19.0</p>\n</dd></dl></div>",
52
52
  "sourceFile": "packages/core-react/src/components/Loader/Loader.types.ts",
53
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Loader/Loader.types.ts#L7"
53
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Loader/Loader.types.ts#L7"
54
54
  }
55
55
  ],
56
56
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "Selected state of the radio button",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Selected state of the radio button</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/RadioButton/RadioButton.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/RadioButton/RadioButton.types.ts#L8"
13
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/RadioButton/RadioButton.types.ts#L8"
14
14
  },
15
15
  {
16
16
  "name": "children",
@@ -20,7 +20,7 @@
20
20
  "description": "Instead of using the default children, you can pass in your own.",
21
21
  "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
22
  "sourceFile": "packages/core-react/src/utils/types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/utils/types.ts#L40"
23
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L40"
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/3298413e9/packages/core-react/src/utils/types.ts#L45"
33
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L45"
34
34
  },
35
35
  {
36
36
  "name": "disabled",
@@ -40,7 +40,7 @@
40
40
  "description": "Disabled state of the radio button",
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Disabled state of the radio button</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/components/RadioButton/RadioButton.types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/RadioButton/RadioButton.types.ts#L14"
43
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/RadioButton/RadioButton.types.ts#L14"
44
44
  },
45
45
  {
46
46
  "name": "error",
@@ -50,7 +50,7 @@
50
50
  "description": "Error state of the radio button",
51
51
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Error state of the radio button</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
52
52
  "sourceFile": "packages/core-react/src/components/RadioButton/RadioButton.types.ts",
53
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/RadioButton/RadioButton.types.ts#L20"
53
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/RadioButton/RadioButton.types.ts#L20"
54
54
  },
55
55
  {
56
56
  "name": "style",
@@ -60,7 +60,7 @@
60
60
  "description": "Additional CSS styles",
61
61
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
62
62
  "sourceFile": "packages/core-react/src/utils/types.ts",
63
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/utils/types.ts#L50"
63
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L50"
64
64
  }
65
65
  ],
66
66
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "If provided, takes the place of label normally reading \"required fields\"",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>If provided, takes the place of label normally reading &quot;required fields&quot;</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/Required/Required.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Required/Required.types.ts#L8"
13
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Required/Required.types.ts#L8"
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/3298413e9/packages/core-react/src/utils/types.ts#L45"
23
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L45"
24
24
  },
25
25
  {
26
26
  "name": "i18nScope",
@@ -30,7 +30,7 @@
30
30
  "description": "Changes where I18n looks for the requiredFields key",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes where I18n looks for the requiredFields key</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/Required/Required.types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Required/Required.types.ts#L13"
33
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Required/Required.types.ts#L13"
34
34
  },
35
35
  {
36
36
  "name": "showLabel",
@@ -40,7 +40,7 @@
40
40
  "description": "Controls showing text reading \"required fields\"",
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls showing text reading &quot;required fields&quot;</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/components/Required/Required.types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Required/Required.types.ts#L18"
43
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Required/Required.types.ts#L18"
44
44
  },
45
45
  {
46
46
  "name": "style",
@@ -50,7 +50,7 @@
50
50
  "description": "Additional CSS styles",
51
51
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
52
52
  "sourceFile": "packages/core-react/src/utils/types.ts",
53
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/utils/types.ts#L50"
53
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L50"
54
54
  }
55
55
  ],
56
56
  "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/Search/Search.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Search/Search.types.ts#L71"
13
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Search/Search.types.ts#L71"
14
14
  },
15
15
  {
16
16
  "name": "isEmpty",
@@ -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/Search/Search.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Search/Search.types.ts#L82"
23
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Search/Search.types.ts#L82"
24
24
  },
25
25
  {
26
26
  "name": "showSearch",
@@ -30,7 +30,7 @@
30
30
  "description": "",
31
31
  "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>",
32
32
  "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Search/Search.types.ts#L90"
33
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Search/Search.types.ts#L90"
34
34
  },
35
35
  {
36
36
  "name": "value",
@@ -40,7 +40,7 @@
40
40
  "description": "",
41
41
  "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>",
42
42
  "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Search/Search.types.ts#L98"
43
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Search/Search.types.ts#L98"
44
44
  },
45
45
  {
46
46
  "name": "clear",
@@ -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>10.19.0</p>\n</dd></dl></div>",
52
52
  "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
53
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Search/Search.types.ts#L78"
53
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Search/Search.types.ts#L78"
54
54
  },
55
55
  {
56
56
  "name": "onChange",
@@ -60,7 +60,7 @@
60
60
  "description": "",
61
61
  "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>",
62
62
  "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
63
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Search/Search.types.ts#L86"
63
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Search/Search.types.ts#L86"
64
64
  },
65
65
  {
66
66
  "name": "submit",
@@ -70,7 +70,7 @@
70
70
  "description": "",
71
71
  "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>",
72
72
  "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
73
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Search/Search.types.ts#L94"
73
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Search/Search.types.ts#L94"
74
74
  }
75
75
  ],
76
76
  "description": ""
@@ -86,7 +86,7 @@
86
86
  "description": "",
87
87
  "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>",
88
88
  "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
89
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Search/Search.types.ts#L8"
89
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Search/Search.types.ts#L8"
90
90
  },
91
91
  {
92
92
  "name": "typeahead",
@@ -96,8 +96,9 @@
96
96
  "description": "",
97
97
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>The <code>typeahead</code> prop has been deprecated and will be removed in a future version.</p>\n<p>A new component, <code>Typeahead</code>, has been introduced with specific UX for typeahead-like\nbehavior. Please use this component instead.</p>\n<p><strong>Before</strong></p>\n<p>&lt;Search typeahead onChange={() =&gt; { ... }} /&gt;</p>\n<p><strong>After</strong></p>\n<p>&lt;Typeahead onChange={() =&gt; { ... }} /&gt;</p>\n</dd><dt>deprecatedsince</dt><dd><p>10.20.0</p>\n</dd><dt>see</dt><dd><p><a href=\"https://core.procore.com/latest/web/components/typeahead/react/\">https://core.procore.com/latest/web/components/typeahead/react/</a></p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
98
98
  "deprecated": "\n\nThe `typeahead` prop has been deprecated and will be removed in a future version.\n\nA new component, `Typeahead`, has been introduced with specific UX for typeahead-like\nbehavior. Please use this component instead.\n\n**Before**\n\n<Search typeahead onChange={() => { ... }} />\n\n**After**\n\n<Typeahead onChange={() => { ... }} />\n",
99
+ "deprecatedSince": "10.20.0\n",
99
100
  "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
100
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Search/Search.types.ts#L64"
101
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Search/Search.types.ts#L64"
101
102
  },
102
103
  {
103
104
  "name": "onChange",
@@ -107,7 +108,7 @@
107
108
  "description": "",
108
109
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>The <code>onChange</code> prop has been deprecated and will be removed in a future version.</p>\n<p>A new component, <code>Typeahead</code>, has been introduced with specific UX for typeahead-like\nbehavior. Please use this component instead.</p>\n<p><strong>Before</strong></p>\n<p>&lt;Search typeahead onChange={() =&gt; { ... }} /&gt;</p>\n<p><strong>After</strong></p>\n<p>&lt;Typeahead onChange={() =&gt; { ... }} /&gt;</p>\n</dd><dt>deprecatedsince</dt><dd><p>10.20.0</p>\n</dd><dt>see</dt><dd><p><a href=\"https://core.procore.com/latest/web/components/typeahead/react/\">https://core.procore.com/latest/web/components/typeahead/react/</a></p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
109
110
  "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
110
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Search/Search.types.ts#L30"
111
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Search/Search.types.ts#L30"
111
112
  },
112
113
  {
113
114
  "name": "onClear",
@@ -117,7 +118,7 @@
117
118
  "description": "",
118
119
  "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>",
119
120
  "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
120
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Search/Search.types.ts#L34"
121
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Search/Search.types.ts#L34"
121
122
  },
122
123
  {
123
124
  "name": "onSubmit",
@@ -127,7 +128,7 @@
127
128
  "description": "<div>Input handler for search variant</div>\n<CodeBlock>(value: string) => void</CodeBlock>",
128
129
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>Input handler for search variant</div>\n<CodeBlock>(value: string) => void</CodeBlock></div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
129
130
  "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
130
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Search/Search.types.ts#L41"
131
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Search/Search.types.ts#L41"
131
132
  }
132
133
  ],
133
134
  "description": ""
@@ -143,7 +144,7 @@
143
144
  "description": "",
144
145
  "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>",
145
146
  "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
146
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Search/Search.types.ts#L107"
147
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Search/Search.types.ts#L107"
147
148
  },
148
149
  {
149
150
  "name": "error",
@@ -153,7 +154,7 @@
153
154
  "description": "Controls the error state of the `Input`, changing the\nbackground color and border colors to red",
154
155
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the error state of the <code>Input</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>",
155
156
  "sourceFile": "packages/core-react/src/components/Input/Input.types.ts",
156
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Input/Input.types.ts#L9"
157
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Input/Input.types.ts#L9"
157
158
  },
158
159
  {
159
160
  "name": "initialValue",
@@ -163,7 +164,7 @@
163
164
  "description": "",
164
165
  "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>",
165
166
  "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
166
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Search/Search.types.ts#L8"
167
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Search/Search.types.ts#L8"
167
168
  },
168
169
  {
169
170
  "name": "typeahead",
@@ -173,8 +174,9 @@
173
174
  "description": "",
174
175
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>The <code>typeahead</code> prop has been deprecated and will be removed in a future version.</p>\n<p>A new component, <code>Typeahead</code>, has been introduced with specific UX for typeahead-like\nbehavior. Please use this component instead.</p>\n<p><strong>Before</strong></p>\n<p>&lt;Search typeahead onChange={() =&gt; { ... }} /&gt;</p>\n<p><strong>After</strong></p>\n<p>&lt;Typeahead onChange={() =&gt; { ... }} /&gt;</p>\n</dd><dt>deprecatedsince</dt><dd><p>10.20.0</p>\n</dd><dt>see</dt><dd><p><a href=\"https://core.procore.com/latest/web/components/typeahead/react/\">https://core.procore.com/latest/web/components/typeahead/react/</a></p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
175
176
  "deprecated": "\n\nThe `typeahead` prop has been deprecated and will be removed in a future version.\n\nA new component, `Typeahead`, has been introduced with specific UX for typeahead-like\nbehavior. Please use this component instead.\n\n**Before**\n\n<Search typeahead onChange={() => { ... }} />\n\n**After**\n\n<Typeahead onChange={() => { ... }} />\n",
177
+ "deprecatedSince": "10.20.0\n",
176
178
  "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
177
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Search/Search.types.ts#L64"
179
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Search/Search.types.ts#L64"
178
180
  },
179
181
  {
180
182
  "name": "usingHook",
@@ -184,7 +186,7 @@
184
186
  "description": "",
185
187
  "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>",
186
188
  "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
187
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Search/Search.types.ts#L111"
189
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Search/Search.types.ts#L111"
188
190
  },
189
191
  {
190
192
  "name": "value",
@@ -194,7 +196,7 @@
194
196
  "description": "Initial value string",
195
197
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Initial value string</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;&#39;</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
196
198
  "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
197
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Search/Search.types.ts#L118"
199
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Search/Search.types.ts#L118"
198
200
  },
199
201
  {
200
202
  "name": "variant",
@@ -205,7 +207,7 @@
205
207
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>Use the <code>error</code> prop instead</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
206
208
  "deprecated": "Use the `error` prop instead",
207
209
  "sourceFile": "packages/core-react/src/components/Input/Input.types.ts",
208
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Input/Input.types.ts#L15"
210
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Input/Input.types.ts#L15"
209
211
  },
210
212
  {
211
213
  "name": "onClear",
@@ -215,7 +217,7 @@
215
217
  "description": "",
216
218
  "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>",
217
219
  "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
218
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Search/Search.types.ts#L34"
220
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Search/Search.types.ts#L34"
219
221
  },
220
222
  {
221
223
  "name": "onSubmit",
@@ -225,7 +227,7 @@
225
227
  "description": "<div>Input handler for search variant</div>\n<CodeBlock>(value: string) => void</CodeBlock>",
226
228
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>Input handler for search variant</div>\n<CodeBlock>(value: string) => void</CodeBlock></div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
227
229
  "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
228
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/Search/Search.types.ts#L41"
230
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/Search/Search.types.ts#L41"
229
231
  }
230
232
  ],
231
233
  "description": ""