@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/MenuImperative/MenuImperative.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L202"
13
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L202"
14
14
  },
15
15
  {
16
16
  "name": "id",
@@ -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/MenuImperative/MenuImperative.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L198"
23
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L198"
24
24
  }
25
25
  ],
26
26
  "description": ""
@@ -36,7 +36,7 @@
36
36
  "description": "",
37
37
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
38
38
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
39
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L119"
39
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L119"
40
40
  },
41
41
  {
42
42
  "name": "alignItems",
@@ -46,7 +46,7 @@
46
46
  "description": "",
47
47
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
48
48
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
49
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L123"
49
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L123"
50
50
  },
51
51
  {
52
52
  "name": "alignSelf",
@@ -56,7 +56,7 @@
56
56
  "description": "",
57
57
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
58
58
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
59
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L127"
59
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L127"
60
60
  },
61
61
  {
62
62
  "name": "children",
@@ -66,7 +66,7 @@
66
66
  "description": "Instead of using the default children, you can pass in your own.",
67
67
  "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>",
68
68
  "sourceFile": "packages/core-react/src/utils/types.ts",
69
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/utils/types.ts#L40"
69
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L40"
70
70
  },
71
71
  {
72
72
  "name": "className",
@@ -76,7 +76,7 @@
76
76
  "description": "Additional classNames",
77
77
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
78
78
  "sourceFile": "packages/core-react/src/utils/types.ts",
79
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/utils/types.ts#L45"
79
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L45"
80
80
  },
81
81
  {
82
82
  "name": "display",
@@ -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/layouts/Box/Box.types.ts",
89
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L147"
89
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L147"
90
90
  },
91
91
  {
92
92
  "name": "flex",
@@ -96,7 +96,7 @@
96
96
  "description": "Alias to the `flex` property on a flexbox child.",
97
97
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>flex</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
98
98
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
99
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L153"
99
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L153"
100
100
  },
101
101
  {
102
102
  "name": "flexBasis",
@@ -106,7 +106,7 @@
106
106
  "description": "Alias to the `basis` property on a flexbox child.",
107
107
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>basis</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
108
108
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
109
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L159"
109
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L159"
110
110
  },
111
111
  {
112
112
  "name": "flexDirection",
@@ -116,7 +116,7 @@
116
116
  "description": "Alias to the `direction` property on a flexbox child.",
117
117
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>direction</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
118
118
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
119
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L165"
119
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L165"
120
120
  },
121
121
  {
122
122
  "name": "flexGrow",
@@ -126,7 +126,7 @@
126
126
  "description": "Alias to the `grow` property on a flexbox child.",
127
127
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>grow</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
128
128
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
129
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L171"
129
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L171"
130
130
  },
131
131
  {
132
132
  "name": "flexShrink",
@@ -136,7 +136,7 @@
136
136
  "description": "Alias to the `shrink` property on a flexbox child.",
137
137
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>shrink</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
138
138
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
139
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L177"
139
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L177"
140
140
  },
141
141
  {
142
142
  "name": "flexWrap",
@@ -146,7 +146,7 @@
146
146
  "description": "Alias to the `wrap` property on a flexbox child.",
147
147
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>wrap</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
148
148
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
149
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L183"
149
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L183"
150
150
  },
151
151
  {
152
152
  "name": "justifyContent",
@@ -156,7 +156,7 @@
156
156
  "description": "",
157
157
  "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>",
158
158
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
159
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L131"
159
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L131"
160
160
  },
161
161
  {
162
162
  "name": "margin",
@@ -166,7 +166,7 @@
166
166
  "description": "",
167
167
  "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>",
168
168
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
169
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L70"
169
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L70"
170
170
  },
171
171
  {
172
172
  "name": "marginBottom",
@@ -176,7 +176,7 @@
176
176
  "description": "",
177
177
  "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>",
178
178
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
179
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L74"
179
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L74"
180
180
  },
181
181
  {
182
182
  "name": "marginLeft",
@@ -186,7 +186,7 @@
186
186
  "description": "",
187
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>",
188
188
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
189
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L78"
189
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L78"
190
190
  },
191
191
  {
192
192
  "name": "marginRight",
@@ -196,7 +196,7 @@
196
196
  "description": "",
197
197
  "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>",
198
198
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
199
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L82"
199
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L82"
200
200
  },
201
201
  {
202
202
  "name": "marginTop",
@@ -206,7 +206,7 @@
206
206
  "description": "",
207
207
  "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>",
208
208
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
209
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L86"
209
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L86"
210
210
  },
211
211
  {
212
212
  "name": "order",
@@ -216,7 +216,7 @@
216
216
  "description": "Alias to the `order` property on a flexbox child.",
217
217
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>order</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
218
218
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
219
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L189"
219
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L189"
220
220
  },
221
221
  {
222
222
  "name": "padding",
@@ -226,7 +226,7 @@
226
226
  "description": "",
227
227
  "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>",
228
228
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
229
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L93"
229
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L93"
230
230
  },
231
231
  {
232
232
  "name": "paddingBottom",
@@ -236,7 +236,7 @@
236
236
  "description": "",
237
237
  "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>",
238
238
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
239
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L97"
239
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L97"
240
240
  },
241
241
  {
242
242
  "name": "paddingLeft",
@@ -246,7 +246,7 @@
246
246
  "description": "",
247
247
  "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>",
248
248
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
249
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L101"
249
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L101"
250
250
  },
251
251
  {
252
252
  "name": "paddingRight",
@@ -256,7 +256,7 @@
256
256
  "description": "",
257
257
  "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>",
258
258
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
259
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L105"
259
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L105"
260
260
  },
261
261
  {
262
262
  "name": "paddingTop",
@@ -266,7 +266,7 @@
266
266
  "description": "",
267
267
  "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>",
268
268
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
269
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L109"
269
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L109"
270
270
  },
271
271
  {
272
272
  "name": "style",
@@ -276,7 +276,7 @@
276
276
  "description": "Additional CSS styles",
277
277
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
278
278
  "sourceFile": "packages/core-react/src/utils/types.ts",
279
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/utils/types.ts#L50"
279
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L50"
280
280
  },
281
281
  {
282
282
  "name": "tabIndex",
@@ -286,7 +286,7 @@
286
286
  "description": "",
287
287
  "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>",
288
288
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
289
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L193"
289
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L193"
290
290
  },
291
291
  {
292
292
  "name": "textAlign",
@@ -296,7 +296,7 @@
296
296
  "description": "",
297
297
  "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>",
298
298
  "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
299
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/layouts/Box/Box.types.ts#L197"
299
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/layouts/Box/Box.types.ts#L197"
300
300
  }
301
301
  ],
302
302
  "description": ""
@@ -312,7 +312,7 @@
312
312
  "description": "Instead of using the default children, you can pass in your own.",
313
313
  "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>",
314
314
  "sourceFile": "packages/core-react/src/utils/types.ts",
315
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/utils/types.ts#L40"
315
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L40"
316
316
  },
317
317
  {
318
318
  "name": "className",
@@ -322,7 +322,7 @@
322
322
  "description": "Additional classNames",
323
323
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
324
324
  "sourceFile": "packages/core-react/src/utils/types.ts",
325
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/utils/types.ts#L45"
325
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L45"
326
326
  },
327
327
  {
328
328
  "name": "style",
@@ -332,7 +332,7 @@
332
332
  "description": "Additional CSS styles",
333
333
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
334
334
  "sourceFile": "packages/core-react/src/utils/types.ts",
335
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/utils/types.ts#L50"
335
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/utils/types.ts#L50"
336
336
  },
337
337
  {
338
338
  "name": "tabIndex",
@@ -342,7 +342,7 @@
342
342
  "description": "",
343
343
  "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>",
344
344
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
345
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L191"
345
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L191"
346
346
  }
347
347
  ],
348
348
  "description": ""
@@ -358,7 +358,7 @@
358
358
  "description": "",
359
359
  "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>",
360
360
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
361
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L140"
361
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L140"
362
362
  },
363
363
  {
364
364
  "name": "item",
@@ -368,7 +368,7 @@
368
368
  "description": "",
369
369
  "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>",
370
370
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
371
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L128"
371
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L128"
372
372
  },
373
373
  {
374
374
  "name": "selected",
@@ -378,7 +378,7 @@
378
378
  "description": "",
379
379
  "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>",
380
380
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
381
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L132"
381
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L132"
382
382
  },
383
383
  {
384
384
  "name": "suggested",
@@ -388,7 +388,7 @@
388
388
  "description": "",
389
389
  "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>",
390
390
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
391
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L136"
391
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L136"
392
392
  }
393
393
  ],
394
394
  "description": ""
@@ -404,7 +404,7 @@
404
404
  "description": "",
405
405
  "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>",
406
406
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
407
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L140"
407
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L140"
408
408
  },
409
409
  {
410
410
  "name": "draggableId",
@@ -414,7 +414,7 @@
414
414
  "description": "",
415
415
  "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>",
416
416
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
417
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L151"
417
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L151"
418
418
  },
419
419
  {
420
420
  "name": "draggableIndex",
@@ -424,7 +424,7 @@
424
424
  "description": "",
425
425
  "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>",
426
426
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
427
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L155"
427
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L155"
428
428
  },
429
429
  {
430
430
  "name": "droppableIn",
@@ -434,7 +434,7 @@
434
434
  "description": "",
435
435
  "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>",
436
436
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
437
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L147"
437
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L147"
438
438
  },
439
439
  {
440
440
  "name": "item",
@@ -444,7 +444,7 @@
444
444
  "description": "",
445
445
  "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>",
446
446
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
447
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L128"
447
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L128"
448
448
  },
449
449
  {
450
450
  "name": "selected",
@@ -454,7 +454,7 @@
454
454
  "description": "",
455
455
  "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>",
456
456
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
457
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L132"
457
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L132"
458
458
  },
459
459
  {
460
460
  "name": "suggested",
@@ -464,7 +464,7 @@
464
464
  "description": "",
465
465
  "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>",
466
466
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
467
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L136"
467
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L136"
468
468
  }
469
469
  ],
470
470
  "description": ""
@@ -480,7 +480,7 @@
480
480
  "description": "",
481
481
  "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>",
482
482
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
483
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L211"
483
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L211"
484
484
  },
485
485
  {
486
486
  "name": "onHoverItem",
@@ -490,7 +490,7 @@
490
490
  "description": "",
491
491
  "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>",
492
492
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
493
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L215"
493
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L215"
494
494
  },
495
495
  {
496
496
  "name": "onScrollBottom",
@@ -500,7 +500,7 @@
500
500
  "description": "",
501
501
  "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>",
502
502
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
503
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L219"
503
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L219"
504
504
  },
505
505
  {
506
506
  "name": "onSelect",
@@ -510,7 +510,7 @@
510
510
  "description": "",
511
511
  "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>",
512
512
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
513
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L223"
513
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L223"
514
514
  }
515
515
  ],
516
516
  "description": ""
@@ -526,7 +526,7 @@
526
526
  "description": "",
527
527
  "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>",
528
528
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
529
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L81"
529
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L81"
530
530
  },
531
531
  {
532
532
  "name": "highlight",
@@ -536,7 +536,7 @@
536
536
  "description": "",
537
537
  "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>",
538
538
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
539
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L85"
539
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L85"
540
540
  },
541
541
  {
542
542
  "name": "highlightFirst",
@@ -546,7 +546,7 @@
546
546
  "description": "",
547
547
  "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>",
548
548
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
549
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L89"
549
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L89"
550
550
  },
551
551
  {
552
552
  "name": "highlightLast",
@@ -556,7 +556,7 @@
556
556
  "description": "",
557
557
  "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>",
558
558
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
559
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L93"
559
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L93"
560
560
  },
561
561
  {
562
562
  "name": "highlightSelected",
@@ -566,7 +566,7 @@
566
566
  "description": "",
567
567
  "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>",
568
568
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
569
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L97"
569
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L97"
570
570
  },
571
571
  {
572
572
  "name": "highlightSuggested",
@@ -576,7 +576,7 @@
576
576
  "description": "",
577
577
  "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>",
578
578
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
579
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L101"
579
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L101"
580
580
  },
581
581
  {
582
582
  "name": "highlighted",
@@ -586,7 +586,7 @@
586
586
  "description": "",
587
587
  "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>",
588
588
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
589
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L105"
589
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L105"
590
590
  },
591
591
  {
592
592
  "name": "next",
@@ -596,7 +596,7 @@
596
596
  "description": "",
597
597
  "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>",
598
598
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
599
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L109"
599
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L109"
600
600
  },
601
601
  {
602
602
  "name": "prev",
@@ -606,7 +606,7 @@
606
606
  "description": "",
607
607
  "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>",
608
608
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
609
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L113"
609
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L113"
610
610
  },
611
611
  {
612
612
  "name": "select",
@@ -616,7 +616,7 @@
616
616
  "description": "",
617
617
  "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>",
618
618
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
619
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L117"
619
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L117"
620
620
  }
621
621
  ],
622
622
  "description": ""
@@ -632,7 +632,7 @@
632
632
  "description": "",
633
633
  "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>",
634
634
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
635
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L173"
635
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L173"
636
636
  },
637
637
  {
638
638
  "name": "className",
@@ -642,7 +642,7 @@
642
642
  "description": "",
643
643
  "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>",
644
644
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
645
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L177"
645
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L177"
646
646
  }
647
647
  ],
648
648
  "description": ""
@@ -658,7 +658,7 @@
658
658
  "description": "",
659
659
  "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>",
660
660
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
661
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L49"
661
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L49"
662
662
  },
663
663
  {
664
664
  "name": "draggableId",
@@ -668,7 +668,7 @@
668
668
  "description": "",
669
669
  "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>",
670
670
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
671
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L38"
671
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L38"
672
672
  },
673
673
  {
674
674
  "name": "source",
@@ -678,7 +678,7 @@
678
678
  "description": "",
679
679
  "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>",
680
680
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
681
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L42"
681
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L42"
682
682
  }
683
683
  ],
684
684
  "description": ""
@@ -694,7 +694,7 @@
694
694
  "description": "",
695
695
  "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>",
696
696
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
697
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L31"
697
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L31"
698
698
  },
699
699
  {
700
700
  "name": "event",
@@ -704,7 +704,7 @@
704
704
  "description": "",
705
705
  "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>",
706
706
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
707
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L17"
707
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L17"
708
708
  },
709
709
  {
710
710
  "name": "group",
@@ -714,7 +714,7 @@
714
714
  "description": "",
715
715
  "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>",
716
716
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
717
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L23"
717
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L23"
718
718
  },
719
719
  {
720
720
  "name": "item",
@@ -724,7 +724,7 @@
724
724
  "description": "",
725
725
  "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>",
726
726
  "sourceFile": "packages/core-react/src/components/MenuImperative/MenuImperative.types.ts",
727
- "sourceUrl": "https://github.com/procore/core/blob/3298413e9/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L27"
727
+ "sourceUrl": "https://github.com/procore/core/blob/e2a7f47bd/packages/core-react/src/components/MenuImperative/MenuImperative.types.ts#L27"
728
728
  }
729
729
  ],
730
730
  "description": ""