@procore/core-react 12.26.5 → 12.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (410) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
  3. package/dist/Avatar/Avatar.styles.js +5 -5
  4. package/dist/AvatarStack/AvatarStack.styles.d.ts +76 -76
  5. package/dist/AvatarStack/AvatarStack.styles.js +7 -7
  6. package/dist/Badge/Badge.styles.js +2 -2
  7. package/dist/BadgePill/BadgePill.styles.js +4 -4
  8. package/dist/Banner/Banner.styles.js +10 -10
  9. package/dist/Box/Box.styles.js +1 -1
  10. package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
  11. package/dist/Button/Button.styles.js +5 -5
  12. package/dist/Calendar/Calendar.styles.js +8 -8
  13. package/dist/Card/Card.styles.js +1 -1
  14. package/dist/Checkbox/Checkbox.styles.js +6 -6
  15. package/dist/Checkbox/CheckboxTooltip.js +1 -1
  16. package/dist/ContactItem/ContactItem.styles.js +5 -5
  17. package/dist/Content/Content.styles.js +2 -2
  18. package/dist/DateInput/DateInput.styles.js +6 -6
  19. package/dist/DetailPage/DetailPage.styles.js +7 -7
  20. package/dist/Dropdown/Dropdown.styles.js +3 -3
  21. package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
  22. package/dist/Dropzone/Dropzone.js +1 -1
  23. package/dist/Dropzone/Dropzone.styles.js +9 -9
  24. package/dist/EmptyState/EmptyState.styles.js +6 -6
  25. package/dist/Field/Field.styles.js +3 -3
  26. package/dist/FileList/FileList.styles.js +4 -4
  27. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  28. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
  29. package/dist/FileSelect/FileSelect.styles.js +2 -2
  30. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
  31. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
  32. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  33. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  34. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  35. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.d.ts +1 -1
  36. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  37. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  38. package/dist/FileToken/FileToken.styles.js +4 -4
  39. package/dist/FilterToken/FilterToken.styles.js +5 -5
  40. package/dist/FlexList/FlexList.styles.js +1 -1
  41. package/dist/Form/Form.js +12 -2
  42. package/dist/Form/Form.js.map +1 -1
  43. package/dist/Form/Form.styles.js +14 -14
  44. package/dist/Form/StyledFormikForm.styles.d.ts +2 -2
  45. package/dist/Form/StyledFormikForm.styles.js +2 -2
  46. package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
  47. package/dist/Grid/Grid.styles.js +2 -2
  48. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  49. package/dist/Input/Input.styles.js +1 -1
  50. package/dist/Link/Link.styles.js +1 -1
  51. package/dist/ListPage/ListPage.styles.js +8 -8
  52. package/dist/Loader/Loader.styles.js +2 -2
  53. package/dist/MenuImperative/MenuImperative.styles.js +10 -10
  54. package/dist/Modal/Modal.styles.js +13 -13
  55. package/dist/Modal/storyHelpers.js +1 -4
  56. package/dist/Modal/storyHelpers.js.map +1 -1
  57. package/dist/MultiSelect/MultiSelect.styles.js +6 -6
  58. package/dist/NextMenu/NextMenu.styles.js +3 -3
  59. package/dist/Notation/Notation.js +1 -1
  60. package/dist/NumberInput/NumberInput.hooks.d.ts +2 -1
  61. package/dist/NumberInput/NumberInput.hooks.js +40 -0
  62. package/dist/NumberInput/NumberInput.hooks.js.map +1 -1
  63. package/dist/NumberInput/NumberInput.js +20 -7
  64. package/dist/NumberInput/NumberInput.js.map +1 -1
  65. package/dist/NumberInput/NumberInput.styles.js +7 -7
  66. package/dist/NumberInput/NumberInput.types.d.ts +26 -1
  67. package/dist/NumberInput/NumberInput.types.js.map +1 -1
  68. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  69. package/dist/OverlayTrigger/a11yPresets.d.ts +6 -6
  70. package/dist/PageLayout/PageLayout.styles.js +16 -16
  71. package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
  72. package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
  73. package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
  74. package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
  75. package/dist/Pagination/Pagination.styles.js +5 -5
  76. package/dist/Panel/Panel.styles.js +11 -11
  77. package/dist/Pill/Pill.styles.js +3 -3
  78. package/dist/PillSelect/PillSelect.styles.js +4 -4
  79. package/dist/Popover/Popover.styles.js +2 -2
  80. package/dist/Portal/Portal.styles.js +1 -1
  81. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  82. package/dist/RadioButton/RadioButton.styles.js +3 -3
  83. package/dist/Required/Required.styles.js +3 -3
  84. package/dist/Search/Search.styles.js +5 -5
  85. package/dist/Section/Section.styles.js +7 -7
  86. package/dist/SegmentedController/SegmentedController.styles.js +4 -4
  87. package/dist/Select/Select.styles.js +7 -7
  88. package/dist/Semantic/Semantic.styles.d.ts +76 -76
  89. package/dist/Semantic/Semantic.styles.js +9 -9
  90. package/dist/Slider/Slider.styles.js +5 -5
  91. package/dist/Spinner/Spinner.styles.js +7 -7
  92. package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
  93. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  94. package/dist/SuperSelect/SuperSelect.styles.js +37 -37
  95. package/dist/Switch/Switch.styles.js +4 -4
  96. package/dist/Table/Table.styles.js +28 -28
  97. package/dist/TableShelf/TableShelf.styles.js +5 -5
  98. package/dist/Tabs/Tabs.styles.js +15 -15
  99. package/dist/Tearsheet/Tearsheet.styles.js +5 -5
  100. package/dist/TextArea/TextArea.styles.js +1 -1
  101. package/dist/TextEditor/EditorError.js.map +1 -0
  102. package/dist/TextEditor/StickyToolbar/StickyToolbar.types.js.map +1 -0
  103. package/dist/TextEditor/StickyToolbar/StickyToolbar.utils.js.map +1 -0
  104. package/dist/TextEditor/StickyToolbar/index.js.map +1 -0
  105. package/dist/TextEditor/StickyToolbar/useStickyToolbar.js.map +1 -0
  106. package/dist/TextEditor/StickyToolbar/useStickyToolbar.types.js.map +1 -0
  107. package/dist/TextEditor/TextEditor.d.ts +42 -1
  108. package/dist/TextEditor/TextEditor.js +175 -10
  109. package/dist/TextEditor/TextEditor.js.map +1 -1
  110. package/dist/{NextTextEditor/NextTextEditor.styles.js → TextEditor/TextEditor.styles.js} +3 -3
  111. package/dist/TextEditor/TextEditor.styles.js.map +1 -0
  112. package/dist/TextEditor/TextEditor.types.d.ts +100 -22
  113. package/dist/TextEditor/TextEditor.types.js.map +1 -1
  114. package/dist/TextEditor/index.d.ts +1 -1
  115. package/dist/TextEditor/index.js +1 -0
  116. package/dist/TextEditor/index.js.map +1 -1
  117. package/dist/TextEditor/license_key.js.map +1 -0
  118. package/dist/TextEditor/plugins/CutPlugin/CutCommand.js.map +1 -0
  119. package/dist/TextEditor/plugins/CutPlugin/CutPlugin.js.map +1 -0
  120. package/dist/TextEditor/plugins/CutPlugin/index.js.map +1 -0
  121. package/dist/{NextTextEditor → TextEditor}/plugins/IndentPaddingToMarginPlugin/IndentPaddingToMarginPlugin.js +1 -1
  122. package/dist/TextEditor/plugins/IndentPaddingToMarginPlugin/IndentPaddingToMarginPlugin.js.map +1 -0
  123. package/dist/TextEditor/plugins/IndentPaddingToMarginPlugin/index.js.map +1 -0
  124. package/dist/{NextTextEditor/plugins/CutPlugin/CutCommand.js.map → TextEditor/plugins/PasteAsTextPlugin/PasteAsTextCommand.js.map} +1 -1
  125. package/dist/TextEditor/plugins/PasteAsTextPlugin/PasteAsTextPlugin.js.map +1 -0
  126. package/dist/TextEditor/plugins/PasteAsTextPlugin/index.js.map +1 -0
  127. package/dist/TextEditor/plugins/PastePlugin/PasteCommand.js.map +1 -0
  128. package/dist/TextEditor/plugins/PastePlugin/PastePlugin.js.map +1 -0
  129. package/dist/TextEditor/plugins/PastePlugin/index.js.map +1 -0
  130. package/dist/TextEditor/plugins/TabSpacesPlugin/TabSpacesPlugin.js.map +1 -0
  131. package/dist/TextEditor/plugins/TabSpacesPlugin/index.js.map +1 -0
  132. package/dist/TextEditor/textEditorTheming/icons.js.map +1 -0
  133. package/dist/TextEditor/textEditorTheming/index.js.map +1 -0
  134. package/dist/TextEditor/textEditorTheming/textEditorTheming.styles.js.map +1 -0
  135. package/dist/TextEditor/useCKEditorCss.js.map +1 -0
  136. package/dist/TextEditor/useTabAsNavigation.js.map +1 -0
  137. package/dist/TextEditor/utils/config.js.map +1 -0
  138. package/dist/TextEditor/utils/index.js.map +1 -0
  139. package/dist/TextEditor/utils/locale.js.map +1 -0
  140. package/dist/TextEditor/utils/plugins.js.map +1 -0
  141. package/dist/TextEditorOutput/TextEditorOutput.d.ts +1 -3
  142. package/dist/TextEditorOutput/TextEditorOutput.js +15 -14
  143. package/dist/TextEditorOutput/TextEditorOutput.js.map +1 -1
  144. package/dist/{NextTextEditorOutput/NextTextEditorOutput.styles.js → TextEditorOutput/TextEditorOutput.styles.js} +2 -2
  145. package/dist/TextEditorOutput/TextEditorOutput.styles.js.map +1 -0
  146. package/dist/TextEditorOutput/TextEditorOutput.types.d.ts +7 -17
  147. package/dist/TextEditorOutput/TextEditorOutput.types.js.map +1 -1
  148. package/dist/{NextTextEditorOutput/NextTextEditorOutput.utils.js → TextEditorOutput/TextEditorOutput.utils.js} +1 -1
  149. package/dist/TextEditorOutput/TextEditorOutput.utils.js.map +1 -0
  150. package/dist/Thumbnail/Thumbnail.hooks.d.ts +64 -64
  151. package/dist/Thumbnail/Thumbnail.styles.js +17 -17
  152. package/dist/ThumbnailGrid/ThumbnailGrid.styles.d.ts +1 -1
  153. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  154. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  155. package/dist/Tile/Tile.styles.js +8 -8
  156. package/dist/Title/Title.styles.js +7 -7
  157. package/dist/Toast/Toast.styles.js +3 -3
  158. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  159. package/dist/Token/Token.styles.js +3 -3
  160. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  161. package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
  162. package/dist/Tooltip/Tooltip.styles.js +2 -2
  163. package/dist/Tree/Tree.styles.js +9 -9
  164. package/dist/Typeahead/Typeahead.styles.js +3 -3
  165. package/dist/Typography/Typography.styles.js +1 -1
  166. package/dist/Typography/Typography.table.story.js +2 -2
  167. package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
  168. package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
  169. package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
  170. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  171. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
  172. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  173. package/dist/_typedoc/Banner/Banner.types.json +13 -13
  174. package/dist/_typedoc/Box/Box.types.json +72 -72
  175. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  176. package/dist/_typedoc/Button/Button.types.json +15 -15
  177. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  178. package/dist/_typedoc/Card/Card.types.json +6 -6
  179. package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
  180. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  181. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  182. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  183. package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
  184. package/dist/_typedoc/Dropdown/Dropdown.types.json +39 -39
  185. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +30 -30
  186. package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
  187. package/dist/_typedoc/EmptyState/EmptyState.types.json +16 -16
  188. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  189. package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
  190. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  191. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  192. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  193. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  194. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  195. package/dist/_typedoc/Form/Form.types.json +986 -958
  196. package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
  197. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  198. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
  199. package/dist/_typedoc/Input/Input.types.json +2 -2
  200. package/dist/_typedoc/Link/Link.types.json +1 -1
  201. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  202. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  203. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +74 -74
  204. package/dist/_typedoc/Modal/Modal.types.json +46 -46
  205. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  206. package/dist/_typedoc/NextTile/NextTile.types.json +32 -32
  207. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  208. package/dist/_typedoc/NumberInput/NumberInput.types.json +167 -43
  209. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +32 -32
  210. package/dist/_typedoc/PageLayout/PageLayout.types.json +26 -26
  211. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  212. package/dist/_typedoc/Panel/Panel.types.json +30 -30
  213. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  214. package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
  215. package/dist/_typedoc/Popover/Popover.types.json +15 -15
  216. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
  217. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  218. package/dist/_typedoc/Required/Required.types.json +5 -5
  219. package/dist/_typedoc/Search/Search.types.json +18 -18
  220. package/dist/_typedoc/Section/Section.types.json +15 -15
  221. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
  222. package/dist/_typedoc/Select/Select.types.json +62 -62
  223. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
  224. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  225. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  226. package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
  227. package/dist/_typedoc/Table/Table.types.json +101 -101
  228. package/dist/_typedoc/Tabs/Tabs.types.json +20 -20
  229. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
  230. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  231. package/dist/_typedoc/TextEditor/TextEditor.types.json +144 -1
  232. package/dist/_typedoc/TextEditor/TextEditorProvider.types.json +2 -2
  233. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +32 -6
  234. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  235. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
  236. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
  237. package/dist/_typedoc/Tile/Tile.types.json +8 -8
  238. package/dist/_typedoc/Title/Title.types.json +3 -3
  239. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  240. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
  241. package/dist/_typedoc/Token/Token.types.json +7 -7
  242. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  243. package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +7 -7
  244. package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
  245. package/dist/_typedoc/Tree/Tree.types.json +88 -88
  246. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  247. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  248. package/dist/_typedoc/_utils/types.json +3 -3
  249. package/dist/_typedoc/deprecations.json +1 -1
  250. package/dist/_utils/propsTypedoc.d.ts +0 -2
  251. package/dist/_utils/propsTypedoc.js +0 -2
  252. package/dist/_utils/propsTypedoc.js.map +1 -1
  253. package/dist/index.d.ts +12 -6
  254. package/dist/index.js +17 -8
  255. package/dist/index.js.map +1 -1
  256. package/jestConfig.d.ts +3 -0
  257. package/package.json +8 -4
  258. package/dist/DeprecatedTextEditor/DeprecatedTextEditor.d.ts +0 -19
  259. package/dist/DeprecatedTextEditor/DeprecatedTextEditor.js +0 -159
  260. package/dist/DeprecatedTextEditor/DeprecatedTextEditor.js.map +0 -1
  261. package/dist/DeprecatedTextEditor/DeprecatedTextEditor.styles.d.ts +0 -4
  262. package/dist/DeprecatedTextEditor/DeprecatedTextEditor.styles.js +0 -6
  263. package/dist/DeprecatedTextEditor/DeprecatedTextEditor.styles.js.map +0 -1
  264. package/dist/DeprecatedTextEditor/DeprecatedTextEditor.types.d.ts +0 -72
  265. package/dist/DeprecatedTextEditor/DeprecatedTextEditor.types.js +0 -2
  266. package/dist/DeprecatedTextEditor/DeprecatedTextEditor.types.js.map +0 -1
  267. package/dist/DeprecatedTextEditor/index.d.ts +0 -2
  268. package/dist/DeprecatedTextEditor/index.js +0 -3
  269. package/dist/DeprecatedTextEditor/index.js.map +0 -1
  270. package/dist/DeprecatedTextEditorOutput/DeprecatedTextEditorOutput.d.ts +0 -12
  271. package/dist/DeprecatedTextEditorOutput/DeprecatedTextEditorOutput.js +0 -45
  272. package/dist/DeprecatedTextEditorOutput/DeprecatedTextEditorOutput.js.map +0 -1
  273. package/dist/DeprecatedTextEditorOutput/DeprecatedTextEditorOutput.styles.js +0 -6
  274. package/dist/DeprecatedTextEditorOutput/DeprecatedTextEditorOutput.styles.js.map +0 -1
  275. package/dist/DeprecatedTextEditorOutput/DeprecatedTextEditorOutput.types.d.ts +0 -16
  276. package/dist/DeprecatedTextEditorOutput/DeprecatedTextEditorOutput.types.js +0 -2
  277. package/dist/DeprecatedTextEditorOutput/DeprecatedTextEditorOutput.types.js.map +0 -1
  278. package/dist/DeprecatedTextEditorOutput/index.d.ts +0 -2
  279. package/dist/DeprecatedTextEditorOutput/index.js +0 -2
  280. package/dist/DeprecatedTextEditorOutput/index.js.map +0 -1
  281. package/dist/NextTextEditor/EditorError.js.map +0 -1
  282. package/dist/NextTextEditor/NextTextEditor.d.ts +0 -3
  283. package/dist/NextTextEditor/NextTextEditor.js +0 -156
  284. package/dist/NextTextEditor/NextTextEditor.js.map +0 -1
  285. package/dist/NextTextEditor/NextTextEditor.styles.js.map +0 -1
  286. package/dist/NextTextEditor/NextTextEditor.types.d.ts +0 -111
  287. package/dist/NextTextEditor/NextTextEditor.types.js +0 -2
  288. package/dist/NextTextEditor/NextTextEditor.types.js.map +0 -1
  289. package/dist/NextTextEditor/StickyToolbar/StickyToolbar.types.js.map +0 -1
  290. package/dist/NextTextEditor/StickyToolbar/StickyToolbar.utils.js.map +0 -1
  291. package/dist/NextTextEditor/StickyToolbar/index.js.map +0 -1
  292. package/dist/NextTextEditor/StickyToolbar/useStickyToolbar.js.map +0 -1
  293. package/dist/NextTextEditor/StickyToolbar/useStickyToolbar.types.js.map +0 -1
  294. package/dist/NextTextEditor/index.d.ts +0 -2
  295. package/dist/NextTextEditor/index.js +0 -3
  296. package/dist/NextTextEditor/index.js.map +0 -1
  297. package/dist/NextTextEditor/license_key.js.map +0 -1
  298. package/dist/NextTextEditor/plugins/CutPlugin/CutPlugin.js.map +0 -1
  299. package/dist/NextTextEditor/plugins/CutPlugin/index.js.map +0 -1
  300. package/dist/NextTextEditor/plugins/IndentPaddingToMarginPlugin/IndentPaddingToMarginPlugin.js.map +0 -1
  301. package/dist/NextTextEditor/plugins/IndentPaddingToMarginPlugin/index.js.map +0 -1
  302. package/dist/NextTextEditor/plugins/LegacyPasteAdapter/index.d.ts +0 -15
  303. package/dist/NextTextEditor/plugins/LegacyPasteAdapter/index.js +0 -65
  304. package/dist/NextTextEditor/plugins/LegacyPasteAdapter/index.js.map +0 -1
  305. package/dist/NextTextEditor/plugins/LegacyPasteAdapter/legacyTinyMceAdapter.d.ts +0 -13
  306. package/dist/NextTextEditor/plugins/LegacyPasteAdapter/legacyTinyMceAdapter.js +0 -80
  307. package/dist/NextTextEditor/plugins/LegacyPasteAdapter/legacyTinyMceAdapter.js.map +0 -1
  308. package/dist/NextTextEditor/plugins/PasteAsTextPlugin/PasteAsTextCommand.js.map +0 -1
  309. package/dist/NextTextEditor/plugins/PasteAsTextPlugin/PasteAsTextPlugin.js.map +0 -1
  310. package/dist/NextTextEditor/plugins/PasteAsTextPlugin/index.js.map +0 -1
  311. package/dist/NextTextEditor/plugins/PastePlugin/PasteCommand.js.map +0 -1
  312. package/dist/NextTextEditor/plugins/PastePlugin/PastePlugin.js.map +0 -1
  313. package/dist/NextTextEditor/plugins/PastePlugin/index.js.map +0 -1
  314. package/dist/NextTextEditor/plugins/TabSpacesPlugin/TabSpacesPlugin.js.map +0 -1
  315. package/dist/NextTextEditor/plugins/TabSpacesPlugin/index.js.map +0 -1
  316. package/dist/NextTextEditor/textEditorTheming/icons.js.map +0 -1
  317. package/dist/NextTextEditor/textEditorTheming/index.js.map +0 -1
  318. package/dist/NextTextEditor/textEditorTheming/textEditorTheming.styles.js.map +0 -1
  319. package/dist/NextTextEditor/useCKEditorCss.js.map +0 -1
  320. package/dist/NextTextEditor/useTabAsNavigation.js.map +0 -1
  321. package/dist/NextTextEditor/utils/config.js.map +0 -1
  322. package/dist/NextTextEditor/utils/index.js.map +0 -1
  323. package/dist/NextTextEditor/utils/locale.js.map +0 -1
  324. package/dist/NextTextEditor/utils/plugins.js.map +0 -1
  325. package/dist/NextTextEditorOutput/NextTextEditorOutput.d.ts +0 -8
  326. package/dist/NextTextEditorOutput/NextTextEditorOutput.js +0 -29
  327. package/dist/NextTextEditorOutput/NextTextEditorOutput.js.map +0 -1
  328. package/dist/NextTextEditorOutput/NextTextEditorOutput.styles.d.ts +0 -2
  329. package/dist/NextTextEditorOutput/NextTextEditorOutput.styles.js.map +0 -1
  330. package/dist/NextTextEditorOutput/NextTextEditorOutput.types.d.ts +0 -9
  331. package/dist/NextTextEditorOutput/NextTextEditorOutput.types.js +0 -2
  332. package/dist/NextTextEditorOutput/NextTextEditorOutput.types.js.map +0 -1
  333. package/dist/NextTextEditorOutput/NextTextEditorOutput.utils.js.map +0 -1
  334. package/dist/NextTextEditorOutput/index.d.ts +0 -2
  335. package/dist/NextTextEditorOutput/index.js +0 -2
  336. package/dist/NextTextEditorOutput/index.js.map +0 -1
  337. package/dist/TextEditor/TextEditorDocs.types.d.ts +0 -65
  338. package/dist/TextEditor/TextEditorDocs.types.js +0 -2
  339. package/dist/TextEditor/TextEditorDocs.types.js.map +0 -1
  340. package/dist/TextEditorOutput/TextEditorOutputDocs.types.d.ts +0 -21
  341. package/dist/TextEditorOutput/TextEditorOutputDocs.types.js +0 -2
  342. package/dist/TextEditorOutput/TextEditorOutputDocs.types.js.map +0 -1
  343. package/dist/_typedoc/TextEditor/TextEditorDocs.types.json +0 -98
  344. package/dist/_typedoc/TextEditorOutput/TextEditorOutputDocs.types.json +0 -38
  345. package/dist/_utils/TinyMCE.d.ts +0 -21
  346. package/dist/_utils/TinyMCE.js +0 -86
  347. package/dist/_utils/TinyMCE.js.map +0 -1
  348. package/dist/_utils/props.d.ts +0 -4
  349. package/dist/_utils/props.js +0 -5
  350. package/dist/_utils/props.js.map +0 -1
  351. /package/dist/{NextTextEditor → TextEditor}/EditorError.d.ts +0 -0
  352. /package/dist/{NextTextEditor → TextEditor}/EditorError.js +0 -0
  353. /package/dist/{NextTextEditor → TextEditor}/StickyToolbar/StickyToolbar.types.d.ts +0 -0
  354. /package/dist/{NextTextEditor → TextEditor}/StickyToolbar/StickyToolbar.types.js +0 -0
  355. /package/dist/{NextTextEditor → TextEditor}/StickyToolbar/StickyToolbar.utils.d.ts +0 -0
  356. /package/dist/{NextTextEditor → TextEditor}/StickyToolbar/StickyToolbar.utils.js +0 -0
  357. /package/dist/{NextTextEditor → TextEditor}/StickyToolbar/index.d.ts +0 -0
  358. /package/dist/{NextTextEditor → TextEditor}/StickyToolbar/index.js +0 -0
  359. /package/dist/{NextTextEditor → TextEditor}/StickyToolbar/useStickyToolbar.d.ts +0 -0
  360. /package/dist/{NextTextEditor → TextEditor}/StickyToolbar/useStickyToolbar.js +0 -0
  361. /package/dist/{NextTextEditor → TextEditor}/StickyToolbar/useStickyToolbar.types.d.ts +0 -0
  362. /package/dist/{NextTextEditor → TextEditor}/StickyToolbar/useStickyToolbar.types.js +0 -0
  363. /package/dist/{NextTextEditor/NextTextEditor.styles.d.ts → TextEditor/TextEditor.styles.d.ts} +0 -0
  364. /package/dist/{NextTextEditor → TextEditor}/license_key.d.ts +0 -0
  365. /package/dist/{NextTextEditor → TextEditor}/license_key.js +0 -0
  366. /package/dist/{NextTextEditor → TextEditor}/plugins/CutPlugin/CutCommand.d.ts +0 -0
  367. /package/dist/{NextTextEditor → TextEditor}/plugins/CutPlugin/CutCommand.js +0 -0
  368. /package/dist/{NextTextEditor → TextEditor}/plugins/CutPlugin/CutPlugin.d.ts +0 -0
  369. /package/dist/{NextTextEditor → TextEditor}/plugins/CutPlugin/CutPlugin.js +0 -0
  370. /package/dist/{NextTextEditor → TextEditor}/plugins/CutPlugin/index.d.ts +0 -0
  371. /package/dist/{NextTextEditor → TextEditor}/plugins/CutPlugin/index.js +0 -0
  372. /package/dist/{NextTextEditor → TextEditor}/plugins/IndentPaddingToMarginPlugin/IndentPaddingToMarginPlugin.d.ts +0 -0
  373. /package/dist/{NextTextEditor → TextEditor}/plugins/IndentPaddingToMarginPlugin/index.d.ts +0 -0
  374. /package/dist/{NextTextEditor → TextEditor}/plugins/IndentPaddingToMarginPlugin/index.js +0 -0
  375. /package/dist/{NextTextEditor → TextEditor}/plugins/PasteAsTextPlugin/PasteAsTextCommand.d.ts +0 -0
  376. /package/dist/{NextTextEditor → TextEditor}/plugins/PasteAsTextPlugin/PasteAsTextCommand.js +0 -0
  377. /package/dist/{NextTextEditor → TextEditor}/plugins/PasteAsTextPlugin/PasteAsTextPlugin.d.ts +0 -0
  378. /package/dist/{NextTextEditor → TextEditor}/plugins/PasteAsTextPlugin/PasteAsTextPlugin.js +0 -0
  379. /package/dist/{NextTextEditor → TextEditor}/plugins/PasteAsTextPlugin/index.d.ts +0 -0
  380. /package/dist/{NextTextEditor → TextEditor}/plugins/PasteAsTextPlugin/index.js +0 -0
  381. /package/dist/{NextTextEditor → TextEditor}/plugins/PastePlugin/PasteCommand.d.ts +0 -0
  382. /package/dist/{NextTextEditor → TextEditor}/plugins/PastePlugin/PasteCommand.js +0 -0
  383. /package/dist/{NextTextEditor → TextEditor}/plugins/PastePlugin/PastePlugin.d.ts +0 -0
  384. /package/dist/{NextTextEditor → TextEditor}/plugins/PastePlugin/PastePlugin.js +0 -0
  385. /package/dist/{NextTextEditor → TextEditor}/plugins/PastePlugin/index.d.ts +0 -0
  386. /package/dist/{NextTextEditor → TextEditor}/plugins/PastePlugin/index.js +0 -0
  387. /package/dist/{NextTextEditor → TextEditor}/plugins/TabSpacesPlugin/TabSpacesPlugin.d.ts +0 -0
  388. /package/dist/{NextTextEditor → TextEditor}/plugins/TabSpacesPlugin/TabSpacesPlugin.js +0 -0
  389. /package/dist/{NextTextEditor → TextEditor}/plugins/TabSpacesPlugin/index.d.ts +0 -0
  390. /package/dist/{NextTextEditor → TextEditor}/plugins/TabSpacesPlugin/index.js +0 -0
  391. /package/dist/{NextTextEditor → TextEditor}/textEditorTheming/icons.d.ts +0 -0
  392. /package/dist/{NextTextEditor → TextEditor}/textEditorTheming/icons.js +0 -0
  393. /package/dist/{NextTextEditor → TextEditor}/textEditorTheming/index.d.ts +0 -0
  394. /package/dist/{NextTextEditor → TextEditor}/textEditorTheming/index.js +0 -0
  395. /package/dist/{NextTextEditor → TextEditor}/textEditorTheming/textEditorTheming.styles.d.ts +0 -0
  396. /package/dist/{NextTextEditor → TextEditor}/textEditorTheming/textEditorTheming.styles.js +0 -0
  397. /package/dist/{NextTextEditor → TextEditor}/useCKEditorCss.d.ts +0 -0
  398. /package/dist/{NextTextEditor → TextEditor}/useCKEditorCss.js +0 -0
  399. /package/dist/{NextTextEditor → TextEditor}/useTabAsNavigation.d.ts +0 -0
  400. /package/dist/{NextTextEditor → TextEditor}/useTabAsNavigation.js +0 -0
  401. /package/dist/{NextTextEditor → TextEditor}/utils/config.d.ts +0 -0
  402. /package/dist/{NextTextEditor → TextEditor}/utils/config.js +0 -0
  403. /package/dist/{NextTextEditor → TextEditor}/utils/index.d.ts +0 -0
  404. /package/dist/{NextTextEditor → TextEditor}/utils/index.js +0 -0
  405. /package/dist/{NextTextEditor → TextEditor}/utils/locale.d.ts +0 -0
  406. /package/dist/{NextTextEditor → TextEditor}/utils/locale.js +0 -0
  407. /package/dist/{NextTextEditor → TextEditor}/utils/plugins.d.ts +0 -0
  408. /package/dist/{NextTextEditor → TextEditor}/utils/plugins.js +0 -0
  409. /package/dist/{DeprecatedTextEditorOutput/DeprecatedTextEditorOutput.styles.d.ts → TextEditorOutput/TextEditorOutput.styles.d.ts} +0 -0
  410. /package/dist/{NextTextEditorOutput/NextTextEditorOutput.utils.d.ts → TextEditorOutput/TextEditorOutput.utils.d.ts} +0 -0
@@ -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/MenuImperative/MenuImperative.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L278"
13
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L278"
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/MenuImperative/MenuImperative.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L274"
23
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L274"
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/Box/Box.types.ts",
39
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L118"
39
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L118"
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/Box/Box.types.ts",
49
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L122"
49
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L122"
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/Box/Box.types.ts",
59
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L126"
59
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L126"
60
60
  },
61
61
  {
62
62
  "name": "children",
@@ -66,7 +66,7 @@
66
66
  "description": "",
67
67
  "descriptionHtml": "",
68
68
  "sourceFile": "packages/core-react/src/_utils/types.ts",
69
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/_utils/types.ts#L42"
69
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/_utils/types.ts#L42"
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/5524491/packages/core-react/src/_utils/types.ts#L47"
79
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/_utils/types.ts#L47"
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/Box/Box.types.ts",
89
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L146"
89
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L146"
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/Box/Box.types.ts",
99
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L152"
99
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L152"
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/Box/Box.types.ts",
109
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L158"
109
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L158"
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/Box/Box.types.ts",
119
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L164"
119
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L164"
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/Box/Box.types.ts",
129
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L170"
129
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L170"
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/Box/Box.types.ts",
139
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L176"
139
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L176"
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/Box/Box.types.ts",
149
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L182"
149
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L182"
150
150
  },
151
151
  {
152
152
  "name": "gap",
@@ -156,7 +156,7 @@
156
156
  "description": "* Alias to the `gap` property on a flexbox child.",
157
157
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<ul>\n<li>Alias to the <code>gap</code> property on a flexbox child.</li>\n</ul>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.3.0</p>\n</dd></dl></div>",
158
158
  "sourceFile": "packages/core-react/src/Box/Box.types.ts",
159
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L188"
159
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L188"
160
160
  },
161
161
  {
162
162
  "name": "justifyContent",
@@ -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/Box/Box.types.ts",
169
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L130"
169
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L130"
170
170
  },
171
171
  {
172
172
  "name": "margin",
@@ -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/Box/Box.types.ts",
179
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L69"
179
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L69"
180
180
  },
181
181
  {
182
182
  "name": "marginBottom",
@@ -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/Box/Box.types.ts",
189
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L73"
189
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L73"
190
190
  },
191
191
  {
192
192
  "name": "marginLeft",
@@ -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/Box/Box.types.ts",
199
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L77"
199
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L77"
200
200
  },
201
201
  {
202
202
  "name": "marginRight",
@@ -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/Box/Box.types.ts",
209
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L81"
209
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L81"
210
210
  },
211
211
  {
212
212
  "name": "marginTop",
@@ -216,7 +216,7 @@
216
216
  "description": "",
217
217
  "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>",
218
218
  "sourceFile": "packages/core-react/src/Box/Box.types.ts",
219
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L85"
219
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L85"
220
220
  },
221
221
  {
222
222
  "name": "order",
@@ -226,7 +226,7 @@
226
226
  "description": "Alias to the `order` property on a flexbox child.",
227
227
  "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>",
228
228
  "sourceFile": "packages/core-react/src/Box/Box.types.ts",
229
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L194"
229
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L194"
230
230
  },
231
231
  {
232
232
  "name": "padding",
@@ -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/Box/Box.types.ts",
239
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L92"
239
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L92"
240
240
  },
241
241
  {
242
242
  "name": "paddingBottom",
@@ -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/Box/Box.types.ts",
249
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L96"
249
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L96"
250
250
  },
251
251
  {
252
252
  "name": "paddingLeft",
@@ -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/Box/Box.types.ts",
259
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L100"
259
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L100"
260
260
  },
261
261
  {
262
262
  "name": "paddingRight",
@@ -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/Box/Box.types.ts",
269
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L104"
269
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L104"
270
270
  },
271
271
  {
272
272
  "name": "paddingTop",
@@ -276,7 +276,7 @@
276
276
  "description": "",
277
277
  "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>",
278
278
  "sourceFile": "packages/core-react/src/Box/Box.types.ts",
279
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L108"
279
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L108"
280
280
  },
281
281
  {
282
282
  "name": "style",
@@ -286,7 +286,7 @@
286
286
  "description": "Additional CSS styles",
287
287
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
288
288
  "sourceFile": "packages/core-react/src/_utils/types.ts",
289
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/_utils/types.ts#L52"
289
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/_utils/types.ts#L52"
290
290
  },
291
291
  {
292
292
  "name": "tabIndex",
@@ -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/Box/Box.types.ts",
299
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L198"
299
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L198"
300
300
  },
301
301
  {
302
302
  "name": "textAlign",
@@ -306,7 +306,7 @@
306
306
  "description": "",
307
307
  "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>",
308
308
  "sourceFile": "packages/core-react/src/Box/Box.types.ts",
309
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/Box/Box.types.ts#L202"
309
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/Box/Box.types.ts#L202"
310
310
  }
311
311
  ],
312
312
  "description": ""
@@ -322,7 +322,7 @@
322
322
  "description": "",
323
323
  "descriptionHtml": "",
324
324
  "sourceFile": "packages/core-react/src/_utils/types.ts",
325
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/_utils/types.ts#L42"
325
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/_utils/types.ts#L42"
326
326
  },
327
327
  {
328
328
  "name": "className",
@@ -332,7 +332,7 @@
332
332
  "description": "Additional classNames",
333
333
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
334
334
  "sourceFile": "packages/core-react/src/_utils/types.ts",
335
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/_utils/types.ts#L47"
335
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/_utils/types.ts#L47"
336
336
  },
337
337
  {
338
338
  "name": "style",
@@ -342,7 +342,7 @@
342
342
  "description": "Additional CSS styles",
343
343
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
344
344
  "sourceFile": "packages/core-react/src/_utils/types.ts",
345
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/_utils/types.ts#L52"
345
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/_utils/types.ts#L52"
346
346
  },
347
347
  {
348
348
  "name": "tabIndex",
@@ -352,7 +352,7 @@
352
352
  "description": "",
353
353
  "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>",
354
354
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
355
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L267"
355
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L267"
356
356
  }
357
357
  ],
358
358
  "description": ""
@@ -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/MenuImperative/MenuImperative.types.ts",
371
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L193"
371
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L193"
372
372
  },
373
373
  {
374
374
  "name": "item",
@@ -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/MenuImperative/MenuImperative.types.ts",
381
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L181"
381
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L181"
382
382
  },
383
383
  {
384
384
  "name": "restoreFocus",
@@ -388,7 +388,7 @@
388
388
  "description": "Indicates should focus be restored to the trigger(e.g. Button of Dropdown)\nafter activating this item. If all items return focus to the trigger once activated,\ntry just `restoreFocusOnHide` on `Dropdown` instead.\nif it is `undefined`, it is omitted in onSelect callback.",
389
389
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Indicates should focus be restored to the trigger(e.g. Button of Dropdown)\nafter activating this item. If all items return focus to the trigger once activated,\ntry just <code>restoreFocusOnHide</code> on <code>Dropdown</code> instead.\nif it is <code>undefined</code>, it is omitted in onSelect callback.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.15.0</p>\n</dd></dl></div>",
390
390
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
391
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L201"
391
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L201"
392
392
  },
393
393
  {
394
394
  "name": "selected",
@@ -398,7 +398,7 @@
398
398
  "description": "",
399
399
  "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>",
400
400
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
401
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L185"
401
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L185"
402
402
  },
403
403
  {
404
404
  "name": "suggested",
@@ -408,7 +408,7 @@
408
408
  "description": "",
409
409
  "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>",
410
410
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
411
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L189"
411
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L189"
412
412
  }
413
413
  ],
414
414
  "description": ""
@@ -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/MenuImperative/MenuImperative.types.ts",
427
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L193"
427
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L193"
428
428
  },
429
429
  {
430
430
  "name": "draggableId",
@@ -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/MenuImperative/MenuImperative.types.ts",
437
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L212"
437
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L212"
438
438
  },
439
439
  {
440
440
  "name": "draggableIndex",
@@ -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/MenuImperative/MenuImperative.types.ts",
447
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L216"
447
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L216"
448
448
  },
449
449
  {
450
450
  "name": "droppableIn",
@@ -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/MenuImperative/MenuImperative.types.ts",
457
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L208"
457
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L208"
458
458
  },
459
459
  {
460
460
  "name": "item",
@@ -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/MenuImperative/MenuImperative.types.ts",
467
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L181"
467
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L181"
468
468
  },
469
469
  {
470
470
  "name": "restoreFocus",
@@ -474,7 +474,7 @@
474
474
  "description": "Indicates should focus be restored to the trigger(e.g. Button of Dropdown)\nafter activating this item. If all items return focus to the trigger once activated,\ntry just `restoreFocusOnHide` on `Dropdown` instead.\nif it is `undefined`, it is omitted in onSelect callback.",
475
475
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Indicates should focus be restored to the trigger(e.g. Button of Dropdown)\nafter activating this item. If all items return focus to the trigger once activated,\ntry just <code>restoreFocusOnHide</code> on <code>Dropdown</code> instead.\nif it is <code>undefined</code>, it is omitted in onSelect callback.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.15.0</p>\n</dd></dl></div>",
476
476
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
477
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L201"
477
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L201"
478
478
  },
479
479
  {
480
480
  "name": "selected",
@@ -484,7 +484,7 @@
484
484
  "description": "",
485
485
  "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>",
486
486
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
487
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L185"
487
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L185"
488
488
  },
489
489
  {
490
490
  "name": "suggested",
@@ -494,7 +494,7 @@
494
494
  "description": "",
495
495
  "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>",
496
496
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
497
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L189"
497
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L189"
498
498
  }
499
499
  ],
500
500
  "description": ""
@@ -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>11.5.0</p>\n</dd></dl></div>",
512
512
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
513
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L287"
513
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L287"
514
514
  },
515
515
  {
516
516
  "name": "currentlyDroppableIn",
@@ -520,7 +520,7 @@
520
520
  "description": "",
521
521
  "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>",
522
522
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
523
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L296"
523
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L296"
524
524
  },
525
525
  {
526
526
  "name": "role",
@@ -530,7 +530,7 @@
530
530
  "description": "",
531
531
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.3.0</p>\n</dd></dl></div>",
532
532
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
533
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L312"
533
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L312"
534
534
  },
535
535
  {
536
536
  "name": "onHoverItem",
@@ -540,7 +540,7 @@
540
540
  "description": "",
541
541
  "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>",
542
542
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
543
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L300"
543
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L300"
544
544
  },
545
545
  {
546
546
  "name": "onScrollBottom",
@@ -550,7 +550,7 @@
550
550
  "description": "",
551
551
  "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>",
552
552
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
553
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L304"
553
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L304"
554
554
  },
555
555
  {
556
556
  "name": "onSelect",
@@ -560,7 +560,7 @@
560
560
  "description": "",
561
561
  "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>",
562
562
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
563
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L308"
563
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L308"
564
564
  }
565
565
  ],
566
566
  "description": ""
@@ -576,7 +576,7 @@
576
576
  "description": " Usefully for extending navigation behavior with `onKeyboardNavigation`.\n Pay attention that `ref` is `null` on first render.",
577
577
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p> Usefully for extending navigation behavior with <code>onKeyboardNavigation</code>.\n Pay attention that <code>ref</code> is <code>null</code> on first render.</p>\n</div><div><pre><code>onKeyboardNavigation={(e) =&gt; {\n if (e.key === &#39;Right&#39; || e.key === &#39;ArrowRight&#39;) {\n return navigateRight()\n }\n\n ref.defaultKeyDownNavigationHandler(e)\n}}\n</code></pre>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.5.0</p>\n</dd></dl></div>",
578
578
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
579
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L174"
579
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L174"
580
580
  },
581
581
  {
582
582
  "name": "el",
@@ -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/MenuImperative/MenuImperative.types.ts",
589
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L117"
589
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L117"
590
590
  },
591
591
  {
592
592
  "name": "highlight",
@@ -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/MenuImperative/MenuImperative.types.ts",
599
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L121"
599
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L121"
600
600
  },
601
601
  {
602
602
  "name": "highlightFirst",
@@ -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/MenuImperative/MenuImperative.types.ts",
609
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L125"
609
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L125"
610
610
  },
611
611
  {
612
612
  "name": "highlightLast",
@@ -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/MenuImperative/MenuImperative.types.ts",
619
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L129"
619
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L129"
620
620
  },
621
621
  {
622
622
  "name": "highlightSelected",
@@ -626,7 +626,7 @@
626
626
  "description": "",
627
627
  "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>",
628
628
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
629
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L133"
629
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L133"
630
630
  },
631
631
  {
632
632
  "name": "highlightSuggested",
@@ -636,7 +636,7 @@
636
636
  "description": "",
637
637
  "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>",
638
638
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
639
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L137"
639
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L137"
640
640
  },
641
641
  {
642
642
  "name": "highlighted",
@@ -646,7 +646,7 @@
646
646
  "description": "",
647
647
  "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>",
648
648
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
649
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L141"
649
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L141"
650
650
  },
651
651
  {
652
652
  "name": "next",
@@ -656,7 +656,7 @@
656
656
  "description": "",
657
657
  "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>",
658
658
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
659
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L145"
659
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L145"
660
660
  },
661
661
  {
662
662
  "name": "prev",
@@ -666,7 +666,7 @@
666
666
  "description": "",
667
667
  "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>",
668
668
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
669
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L149"
669
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L149"
670
670
  },
671
671
  {
672
672
  "name": "select",
@@ -676,7 +676,7 @@
676
676
  "description": "",
677
677
  "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>",
678
678
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
679
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L153"
679
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L153"
680
680
  }
681
681
  ],
682
682
  "description": ""
@@ -692,7 +692,7 @@
692
692
  "description": "",
693
693
  "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>",
694
694
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
695
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L242"
695
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L242"
696
696
  },
697
697
  {
698
698
  "name": "className",
@@ -702,7 +702,7 @@
702
702
  "description": "",
703
703
  "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>",
704
704
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
705
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L246"
705
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L246"
706
706
  }
707
707
  ],
708
708
  "description": ""
@@ -718,7 +718,7 @@
718
718
  "description": "",
719
719
  "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>",
720
720
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
721
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L60"
721
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L60"
722
722
  },
723
723
  {
724
724
  "name": "draggableId",
@@ -728,7 +728,7 @@
728
728
  "description": "",
729
729
  "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>",
730
730
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
731
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L49"
731
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L49"
732
732
  },
733
733
  {
734
734
  "name": "source",
@@ -738,7 +738,7 @@
738
738
  "description": "",
739
739
  "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>",
740
740
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
741
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L53"
741
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L53"
742
742
  }
743
743
  ],
744
744
  "description": ""
@@ -754,7 +754,7 @@
754
754
  "description": "",
755
755
  "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>",
756
756
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
757
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L34"
757
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L34"
758
758
  },
759
759
  {
760
760
  "name": "event",
@@ -764,7 +764,7 @@
764
764
  "description": "",
765
765
  "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>",
766
766
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
767
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L20"
767
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L20"
768
768
  },
769
769
  {
770
770
  "name": "group",
@@ -774,7 +774,7 @@
774
774
  "description": "",
775
775
  "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>",
776
776
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
777
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L26"
777
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L26"
778
778
  },
779
779
  {
780
780
  "name": "item",
@@ -784,7 +784,7 @@
784
784
  "description": "",
785
785
  "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>",
786
786
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
787
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L30"
787
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L30"
788
788
  },
789
789
  {
790
790
  "name": "restoreFocus",
@@ -794,7 +794,7 @@
794
794
  "description": "Indicates should focus be restored to the trigger(e.g. Button of Dropdown)\nafter activating this item. If all items return focus to the trigger once activated,\ntry just `restoreFocusOnHide` on `Dropdown` instead.\nif it is `undefined`, it is omitted in onSelect callback.",
795
795
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Indicates should focus be restored to the trigger(e.g. Button of Dropdown)\nafter activating this item. If all items return focus to the trigger once activated,\ntry just <code>restoreFocusOnHide</code> on <code>Dropdown</code> instead.\nif it is <code>undefined</code>, it is omitted in onSelect callback.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.15.0</p>\n</dd></dl></div>",
796
796
  "sourceFile": "packages/core-react/src/MenuImperative/MenuImperative.types.ts",
797
- "sourceUrl": "https://github.com/procore/core/blob/5524491/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L42"
797
+ "sourceUrl": "https://github.com/procore/core/blob/f2b0053/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L42"
798
798
  }
799
799
  ],
800
800
  "description": ""