@procore/core-react 12.50.1 → 12.51.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 (239) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/README.md +14 -0
  3. package/dist/AnchorNavigation/AnchorNavigation.styles.js +4 -4
  4. package/dist/Avatar/Avatar.styles.js +5 -5
  5. package/dist/AvatarStack/AvatarStack.styles.js +8 -8
  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.d.ts +15 -2
  11. package/dist/Breadcrumbs/Breadcrumbs.js +27 -4
  12. package/dist/Breadcrumbs/Breadcrumbs.js.map +1 -1
  13. package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
  14. package/dist/Breadcrumbs/Breadcrumbs.types.d.ts +9 -0
  15. package/dist/Breadcrumbs/Breadcrumbs.types.js.map +1 -1
  16. package/dist/Button/Button.styles.js +11 -12
  17. package/dist/Button/Button.styles.js.map +1 -1
  18. package/dist/Calendar/Calendar.styles.js +9 -9
  19. package/dist/Card/Card.styles.js +1 -1
  20. package/dist/Checkbox/Checkbox.styles.js +6 -6
  21. package/dist/ContactItem/ContactItem.styles.js +5 -5
  22. package/dist/Content/Content.styles.js +2 -2
  23. package/dist/DateInput/DateInput.styles.js +6 -6
  24. package/dist/DetailPage/DetailPage.styles.js +7 -7
  25. package/dist/Dropdown/Dropdown.styles.js +3 -3
  26. package/dist/DropdownFlyout/DropdownFlyout.helpers.d.ts +3 -0
  27. package/dist/DropdownFlyout/DropdownFlyout.helpers.js +30 -2
  28. package/dist/DropdownFlyout/DropdownFlyout.helpers.js.map +1 -1
  29. package/dist/DropdownFlyout/DropdownFlyout.js +7 -1
  30. package/dist/DropdownFlyout/DropdownFlyout.js.map +1 -1
  31. package/dist/DropdownFlyout/DropdownFlyout.styles.js +5 -5
  32. package/dist/DropdownFlyout/DropdownFlyout.styles.js.map +1 -1
  33. package/dist/DropdownFlyout/DropdownFlyout.types.d.ts +4 -0
  34. package/dist/DropdownFlyout/DropdownFlyout.types.js.map +1 -1
  35. package/dist/Dropzone/Dropzone.js +1 -1
  36. package/dist/Dropzone/Dropzone.styles.js +9 -9
  37. package/dist/EmptyState/EmptyState.styles.js +6 -6
  38. package/dist/Field/Field.styles.js +3 -3
  39. package/dist/FileList/FileList.styles.js +3 -3
  40. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  41. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
  42. package/dist/FileSelect/FileSelect.styles.js +2 -2
  43. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
  44. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
  45. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  46. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  47. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  48. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  49. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  50. package/dist/FileToken/FileToken.styles.js +6 -6
  51. package/dist/FilterToken/FilterToken.styles.js +5 -5
  52. package/dist/FlexList/FlexList.styles.js +1 -1
  53. package/dist/Form/Form.styles.js +13 -13
  54. package/dist/Form/StyledFormikForm.styles.js +2 -2
  55. package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
  56. package/dist/Grid/Grid.styles.js +2 -2
  57. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  58. package/dist/Input/Input.styles.js +1 -1
  59. package/dist/Link/Link.styles.js +1 -1
  60. package/dist/ListPage/ListPage.styles.js +8 -8
  61. package/dist/Loader/Loader.styles.js +2 -2
  62. package/dist/Menu/Menu.js +7 -0
  63. package/dist/Menu/Menu.js.map +1 -1
  64. package/dist/Menu/Menu.types.d.ts +1 -0
  65. package/dist/Menu/Menu.types.js.map +1 -1
  66. package/dist/MenuImperative/MenuImperative.styles.d.ts +1 -0
  67. package/dist/MenuImperative/MenuImperative.styles.js +25 -22
  68. package/dist/MenuImperative/MenuImperative.styles.js.map +1 -1
  69. package/dist/MenuImperative/sensors.js +20 -4
  70. package/dist/MenuImperative/sensors.js.map +1 -1
  71. package/dist/Modal/Modal.styles.js +13 -13
  72. package/dist/MultiSelect/MultiSelect.styles.js +8 -8
  73. package/dist/NextMenu/NextMenu.styles.js +3 -3
  74. package/dist/NextTile/NextTile.styles.js +5 -5
  75. package/dist/Notation/Notation.js +1 -1
  76. package/dist/NumberInput/NumberInput.styles.js +7 -7
  77. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  78. package/dist/PageLayout/PageLayout.styles.js +16 -16
  79. package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
  80. package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
  81. package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
  82. package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
  83. package/dist/Pagination/Pagination.styles.js +5 -5
  84. package/dist/Panel/Panel.styles.js +11 -11
  85. package/dist/Pill/Pill.styles.js +3 -3
  86. package/dist/PillSelect/PillSelect.styles.js +4 -4
  87. package/dist/Popover/Popover.styles.js +2 -2
  88. package/dist/Portal/Portal.styles.js +1 -1
  89. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  90. package/dist/RadioButton/RadioButton.styles.js +3 -3
  91. package/dist/Required/Required.styles.js +3 -3
  92. package/dist/Search/Search.styles.js +5 -5
  93. package/dist/Section/Section.styles.js +7 -7
  94. package/dist/SegmentedController/SegmentedController.styles.js +4 -4
  95. package/dist/Select/Select.styles.js +8 -8
  96. package/dist/Semantic/Semantic.styles.js +9 -9
  97. package/dist/Slider/Slider.styles.js +5 -5
  98. package/dist/Spinner/Spinner.styles.js +7 -7
  99. package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
  100. package/dist/SuperSelect/SuperSelect.components.js +2 -0
  101. package/dist/SuperSelect/SuperSelect.components.js.map +1 -1
  102. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  103. package/dist/SuperSelect/SuperSelect.styles.d.ts +1 -0
  104. package/dist/SuperSelect/SuperSelect.styles.js +79 -76
  105. package/dist/SuperSelect/SuperSelect.styles.js.map +1 -1
  106. package/dist/SuperSelect/SuperSelect.types.d.ts +1 -0
  107. package/dist/SuperSelect/SuperSelect.types.js.map +1 -1
  108. package/dist/SuperSelect/useSuperSelect.js +1 -0
  109. package/dist/SuperSelect/useSuperSelect.js.map +1 -1
  110. package/dist/Switch/Switch.styles.js +4 -4
  111. package/dist/Table/Table.styles.js +29 -29
  112. package/dist/TableShelf/TableShelf.styles.js +5 -5
  113. package/dist/Tabs/Tabs.styles.js +16 -16
  114. package/dist/Tearsheet/Tearsheet.styles.js +5 -5
  115. package/dist/TextArea/TextArea.styles.js +1 -1
  116. package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
  117. package/dist/Thumbnail/Thumbnail.styles.js +21 -21
  118. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  119. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  120. package/dist/Tile/Tile.styles.js +8 -8
  121. package/dist/Title/Title.styles.js +7 -7
  122. package/dist/Toast/Toast.styles.js +3 -3
  123. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  124. package/dist/Token/Token.styles.js +5 -5
  125. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  126. package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
  127. package/dist/Tooltip/Tooltip.styles.js +3 -3
  128. package/dist/Tree/Tree.js +1 -1
  129. package/dist/Tree/Tree.styles.js +10 -10
  130. package/dist/Typeahead/Typeahead.styles.js +4 -4
  131. package/dist/Typography/Typography.styles.js +1 -1
  132. package/dist/Typography/Typography.table.story.js +2 -2
  133. package/dist/_hooks/I18n.d.ts +45 -9
  134. package/dist/_locales/de-DE.json +1 -1
  135. package/dist/_locales/en-AU.json +1 -1
  136. package/dist/_locales/en-CA.json +1 -1
  137. package/dist/_locales/en-GB.json +1 -1
  138. package/dist/_locales/en.json +1 -1
  139. package/dist/_locales/es-ES.json +1 -1
  140. package/dist/_locales/fr-CA.json +1 -1
  141. package/dist/_locales/fr-FR.json +1 -1
  142. package/dist/_locales/is-IS.json +1 -1
  143. package/dist/_locales/ja-JP.json +2 -2
  144. package/dist/_locales/nb-NO.json +1 -1
  145. package/dist/_locales/pl-PL.json +1 -1
  146. package/dist/_locales/pt-PT.json +1 -1
  147. package/dist/_locales/th-TH.json +1 -1
  148. package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
  149. package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
  150. package/dist/_storyHelpers_/primaryButtonThemeCssVars.d.ts +8 -0
  151. package/dist/_storyHelpers_/primaryButtonThemeCssVars.js +9 -0
  152. package/dist/_storyHelpers_/primaryButtonThemeCssVars.js.map +1 -0
  153. package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +4 -4
  154. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  155. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +25 -25
  156. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  157. package/dist/_typedoc/Banner/Banner.types.json +15 -15
  158. package/dist/_typedoc/Box/Box.types.json +68 -68
  159. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +32 -10
  160. package/dist/_typedoc/Button/Button.types.json +14 -14
  161. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  162. package/dist/_typedoc/Card/Card.types.json +6 -6
  163. package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
  164. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  165. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  166. package/dist/_typedoc/DateSelect/DateSelect.types.json +14 -14
  167. package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
  168. package/dist/_typedoc/Dropdown/Dropdown.types.json +38 -38
  169. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +41 -31
  170. package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
  171. package/dist/_typedoc/EmptyState/EmptyState.types.json +18 -18
  172. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  173. package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
  174. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  175. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  176. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  177. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  178. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  179. package/dist/_typedoc/Form/Form.types.json +770 -770
  180. package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
  181. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  182. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +54 -54
  183. package/dist/_typedoc/Input/Input.types.json +2 -2
  184. package/dist/_typedoc/Link/Link.types.json +1 -1
  185. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  186. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  187. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +84 -84
  188. package/dist/_typedoc/Modal/Modal.types.json +48 -48
  189. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +33 -33
  190. package/dist/_typedoc/NextTile/NextTile.types.json +33 -33
  191. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  192. package/dist/_typedoc/NumberInput/NumberInput.types.json +52 -52
  193. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +33 -33
  194. package/dist/_typedoc/PageLayout/PageLayout.types.json +39 -39
  195. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  196. package/dist/_typedoc/Panel/Panel.types.json +28 -28
  197. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  198. package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
  199. package/dist/_typedoc/Popover/Popover.types.json +15 -15
  200. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
  201. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  202. package/dist/_typedoc/Required/Required.types.json +5 -5
  203. package/dist/_typedoc/Search/Search.types.json +18 -18
  204. package/dist/_typedoc/Section/Section.types.json +15 -15
  205. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
  206. package/dist/_typedoc/Select/Select.types.json +67 -67
  207. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
  208. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  209. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  210. package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
  211. package/dist/_typedoc/Table/Table.types.json +105 -105
  212. package/dist/_typedoc/Tabs/Tabs.types.json +23 -23
  213. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
  214. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  215. package/dist/_typedoc/TextEditor/TextEditor.types.json +11 -11
  216. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
  217. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  218. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +43 -43
  219. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +29 -29
  220. package/dist/_typedoc/Tile/Tile.types.json +8 -8
  221. package/dist/_typedoc/Title/Title.types.json +1 -1
  222. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  223. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
  224. package/dist/_typedoc/Token/Token.types.json +7 -7
  225. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  226. package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +8 -8
  227. package/dist/_typedoc/Tooltip/Tooltip.types.json +15 -15
  228. package/dist/_typedoc/Tree/Tree.types.json +88 -88
  229. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  230. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  231. package/dist/_typedoc/_utils/types.json +3 -3
  232. package/dist/_typedoc/a11y-tips.json +1 -1
  233. package/dist/_utils/shadowDOM.d.ts +3 -0
  234. package/dist/_utils/shadowDOM.js +20 -0
  235. package/dist/_utils/shadowDOM.js.map +1 -0
  236. package/dist/index.d.ts +1 -0
  237. package/dist/index.js +1 -0
  238. package/dist/index.js.map +1 -1
  239. package/package.json +3 -2
@@ -10,7 +10,7 @@
10
10
  "description": " The callback to run before the overlay is hidden. Returning\n `false` will prevent hiding.\n```\n(e: event) => boolean | Promise | undefined\n```",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p> The callback to run before the overlay is hidden. Returning\n <code>false</code> will prevent hiding.</p>\n<pre><code>(e: event) =&gt; boolean | Promise | undefined\n</code></pre>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
12
12
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L54"
13
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L54"
14
14
  },
15
15
  {
16
16
  "name": "beforeShow",
@@ -20,7 +20,7 @@
20
20
  "description": " The callback to run before the overlay is shown. Returning\n `false` will prevent showing.\n```\n(e: event) => boolean | Promise | undefined\n```",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p> The callback to run before the overlay is shown. Returning\n <code>false</code> will prevent showing.</p>\n<pre><code>(e: event) =&gt; boolean | Promise | undefined\n</code></pre>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
22
22
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L63"
23
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L63"
24
24
  },
25
25
  {
26
26
  "name": "className",
@@ -30,7 +30,7 @@
30
30
  "description": "Additional classNames",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
32
32
  "sourceFile": "packages/core-react/src/_utils/types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/_utils/types.ts#L47"
33
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/_utils/types.ts#L47"
34
34
  },
35
35
  {
36
36
  "name": "disabled",
@@ -40,7 +40,7 @@
40
40
  "description": "",
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
42
42
  "sourceFile": "packages/core-react/src/DateInput/DateInput.types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/DateInput/DateInput.types.ts#L135"
43
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/DateInput/DateInput.types.ts#L135"
44
44
  },
45
45
  {
46
46
  "name": "displayDate",
@@ -50,7 +50,7 @@
50
50
  "description": "Controls the month displayed on the calendar, can be different from selected.",
51
51
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the month displayed on the calendar, can be different from selected.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>new Date()</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
52
52
  "sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
53
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Calendar/Calendar.types.ts#L32"
53
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Calendar/Calendar.types.ts#L32"
54
54
  },
55
55
  {
56
56
  "name": "error",
@@ -60,7 +60,7 @@
60
60
  "description": "Error variant",
61
61
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Error variant</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
62
62
  "sourceFile": "packages/core-react/src/DateInput/DateInput.types.ts",
63
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/DateInput/DateInput.types.ts#L131"
63
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/DateInput/DateInput.types.ts#L131"
64
64
  },
65
65
  {
66
66
  "name": "tabIndex",
@@ -70,7 +70,7 @@
70
70
  "description": "",
71
71
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
72
72
  "sourceFile": "packages/core-react/src/DateInput/DateInput.types.ts",
73
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/DateInput/DateInput.types.ts#L165"
73
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/DateInput/DateInput.types.ts#L165"
74
74
  },
75
75
  {
76
76
  "name": "value",
@@ -80,7 +80,7 @@
80
80
  "description": "",
81
81
  "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>",
82
82
  "sourceFile": "packages/core-react/src/DateSelect/DateSelect.types.ts",
83
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/DateSelect/DateSelect.types.ts#L35"
83
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/DateSelect/DateSelect.types.ts#L35"
84
84
  },
85
85
  {
86
86
  "name": "variant",
@@ -90,7 +90,7 @@
90
90
  "description": "",
91
91
  "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>",
92
92
  "sourceFile": "packages/core-react/src/DateInput/DateInput.types.ts",
93
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/DateInput/DateInput.types.ts#L174"
93
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/DateInput/DateInput.types.ts#L174"
94
94
  },
95
95
  {
96
96
  "name": "afterHide",
@@ -100,7 +100,7 @@
100
100
  "description": "",
101
101
  "descriptionHtml": "",
102
102
  "sourceFile": "packages/core-react/src/_hooks/Visibility.tsx",
103
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/_hooks/Visibility.tsx#L10"
103
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/_hooks/Visibility.tsx#L10"
104
104
  },
105
105
  {
106
106
  "name": "afterShow",
@@ -110,7 +110,7 @@
110
110
  "description": "",
111
111
  "descriptionHtml": "",
112
112
  "sourceFile": "packages/core-react/src/_hooks/Visibility.tsx",
113
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/_hooks/Visibility.tsx#L11"
113
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/_hooks/Visibility.tsx#L11"
114
114
  },
115
115
  {
116
116
  "name": "disabledDate",
@@ -120,7 +120,7 @@
120
120
  "description": "",
121
121
  "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>",
122
122
  "sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
123
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Calendar/Calendar.types.ts#L40"
123
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Calendar/Calendar.types.ts#L40"
124
124
  },
125
125
  {
126
126
  "name": "onChange",
@@ -130,7 +130,7 @@
130
130
  "description": "",
131
131
  "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>",
132
132
  "sourceFile": "packages/core-react/src/DateInput/DateInput.types.ts",
133
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/DateInput/DateInput.types.ts#L142"
133
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/DateInput/DateInput.types.ts#L142"
134
134
  },
135
135
  {
136
136
  "name": "onClear",
@@ -140,7 +140,7 @@
140
140
  "description": "",
141
141
  "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>",
142
142
  "sourceFile": "packages/core-react/src/DateInput/DateInput.types.ts",
143
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/DateInput/DateInput.types.ts#L153"
143
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/DateInput/DateInput.types.ts#L153"
144
144
  }
145
145
  ],
146
146
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "",
11
11
  "descriptionHtml": "",
12
12
  "sourceFile": "packages/core-react/src/_utils/types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/_utils/types.ts#L42"
13
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/_utils/types.ts#L42"
14
14
  },
15
15
  {
16
16
  "name": "className",
@@ -20,7 +20,7 @@
20
20
  "description": "Additional classNames",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
22
22
  "sourceFile": "packages/core-react/src/_utils/types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/_utils/types.ts#L47"
23
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/_utils/types.ts#L47"
24
24
  },
25
25
  {
26
26
  "name": "hasNavigation",
@@ -30,7 +30,7 @@
30
30
  "description": "",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>If the page has anchor navigation</p>\n</dd><dt>since</dt><dd><p>TBD</p>\n</dd></dl></div>",
32
32
  "sourceFile": "packages/core-react/src/DetailPage/DetailPage.types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/DetailPage/DetailPage.types.ts#L16"
33
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/DetailPage/DetailPage.types.ts#L16"
34
34
  },
35
35
  {
36
36
  "name": "style",
@@ -40,7 +40,7 @@
40
40
  "description": "Additional CSS styles",
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
42
42
  "sourceFile": "packages/core-react/src/_utils/types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/_utils/types.ts#L52"
43
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/_utils/types.ts#L52"
44
44
  },
45
45
  {
46
46
  "name": "width",
@@ -50,7 +50,7 @@
50
50
  "description": "",
51
51
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>Width of the content</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
52
52
  "sourceFile": "packages/core-react/src/DetailPage/DetailPage.types.ts",
53
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/DetailPage/DetailPage.types.ts#L22"
53
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/DetailPage/DetailPage.types.ts#L22"
54
54
  }
55
55
  ],
56
56
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
12
12
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L204"
13
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L204"
14
14
  }
15
15
  ],
16
16
  "description": ""
@@ -27,7 +27,7 @@
27
27
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>a11y</dt><dd><p>Icon-only buttons must have an accessible name.\nAdd an <code>aria-label</code> or <code>aria-labelledby</code> prop to describe the button&#39;s purpose.</p>\n</dd></dl></div>",
28
28
  "a11y": "Icon-only buttons must have an accessible name.\nAdd an `aria-label` or `aria-labelledby` prop to describe the button's purpose.\n",
29
29
  "sourceFile": "packages/core-react/src/Button/Button.types.ts",
30
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Button/Button.types.ts#L20"
30
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Button/Button.types.ts#L20"
31
31
  },
32
32
  {
33
33
  "name": "arrow",
@@ -37,7 +37,7 @@
37
37
  "description": "Shows the arrow when activated",
38
38
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Shows the arrow when activated</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
39
39
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
40
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L158"
40
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L158"
41
41
  },
42
42
  {
43
43
  "name": "block",
@@ -47,7 +47,7 @@
47
47
  "description": "Sets the button to be 100% of the width of its parent",
48
48
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets the button to be 100% of the width of its parent</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
49
49
  "sourceFile": "packages/core-react/src/Button/Button.types.ts",
50
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Button/Button.types.ts#L25"
50
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Button/Button.types.ts#L25"
51
51
  },
52
52
  {
53
53
  "name": "focus",
@@ -57,7 +57,7 @@
57
57
  "description": "",
58
58
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.9.0\nIf the component should apply a focus appeareance. This is\nnot DOM focus management, and purely visual.</p>\n</dd></dl></div>",
59
59
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
60
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L174"
60
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L174"
61
61
  },
62
62
  {
63
63
  "name": "icon",
@@ -67,7 +67,7 @@
67
67
  "description": "string icons have been deprecated, please pass a component from `@procore/core-icons`\nThe icon to display on the left side of the label",
68
68
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>string icons have been deprecated, please pass a component from <code>@procore/core-icons</code>\nThe icon to display on the left side of the label</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
69
69
  "sourceFile": "packages/core-react/src/Button/Button.types.ts",
70
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Button/Button.types.ts#L31"
70
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Button/Button.types.ts#L31"
71
71
  },
72
72
  {
73
73
  "name": "iconRight",
@@ -79,7 +79,7 @@
79
79
  "deprecated": "iconRight has been deprecated and will be removed in a future version\n",
80
80
  "deprecatedSince": "12.18.0",
81
81
  "sourceFile": "packages/core-react/src/Button/Button.types.ts",
82
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Button/Button.types.ts#L38"
82
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Button/Button.types.ts#L38"
83
83
  },
84
84
  {
85
85
  "name": "loading",
@@ -89,7 +89,7 @@
89
89
  "description": "Shows the button spinner",
90
90
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Shows the button spinner</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
91
91
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
92
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L163"
92
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L163"
93
93
  },
94
94
  {
95
95
  "name": "open",
@@ -99,7 +99,7 @@
99
99
  "description": "Changes the direction of the arrow if shown",
100
100
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes the direction of the arrow if shown</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
101
101
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
102
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L168"
102
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L168"
103
103
  },
104
104
  {
105
105
  "name": "size",
@@ -109,7 +109,7 @@
109
109
  "description": "The size of the button",
110
110
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The size of the button</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
111
111
  "sourceFile": "packages/core-react/src/Button/Button.types.ts",
112
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Button/Button.types.ts#L48"
112
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Button/Button.types.ts#L48"
113
113
  },
114
114
  {
115
115
  "name": "variant",
@@ -119,7 +119,7 @@
119
119
  "description": "The variant of the button.\n@ deprecated variant \"tertiaryContrast\" has been deprecated since 12.18.0\nand will be removed in a future version",
120
120
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The variant of the button.\n@ deprecated variant &quot;tertiaryContrast&quot; has been deprecated since 12.18.0\nand will be removed in a future version</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.27.2</p>\n</dd></dl></div>",
121
121
  "sourceFile": "packages/core-react/src/Button/Button.types.ts",
122
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Button/Button.types.ts#L55"
122
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Button/Button.types.ts#L55"
123
123
  }
124
124
  ],
125
125
  "description": ""
@@ -135,7 +135,7 @@
135
135
  "description": "",
136
136
  "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>",
137
137
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
138
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L181"
138
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L181"
139
139
  },
140
140
  {
141
141
  "name": "i18nScope",
@@ -145,7 +145,7 @@
145
145
  "description": "",
146
146
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
147
147
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
148
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L189"
148
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L189"
149
149
  },
150
150
  {
151
151
  "name": "menuRef",
@@ -155,7 +155,7 @@
155
155
  "description": "",
156
156
  "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>",
157
157
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
158
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L185"
158
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L185"
159
159
  },
160
160
  {
161
161
  "name": "onSearch",
@@ -165,7 +165,7 @@
165
165
  "description": "",
166
166
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
167
167
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
168
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L193"
168
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L193"
169
169
  },
170
170
  {
171
171
  "name": "onSelect",
@@ -175,7 +175,7 @@
175
175
  "description": "",
176
176
  "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>",
177
177
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
178
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L197"
178
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L197"
179
179
  }
180
180
  ],
181
181
  "description": ""
@@ -191,7 +191,7 @@
191
191
  "description": "",
192
192
  "descriptionHtml": "",
193
193
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
194
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L23"
194
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L23"
195
195
  },
196
196
  {
197
197
  "name": "afterShow",
@@ -201,7 +201,7 @@
201
201
  "description": "",
202
202
  "descriptionHtml": "",
203
203
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
204
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L27"
204
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L27"
205
205
  },
206
206
  {
207
207
  "name": "beforeHide",
@@ -211,7 +211,7 @@
211
211
  "description": "",
212
212
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
213
213
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
214
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L31"
214
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L31"
215
215
  },
216
216
  {
217
217
  "name": "beforeShow",
@@ -221,7 +221,7 @@
221
221
  "description": "",
222
222
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
223
223
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
224
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L35"
224
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L35"
225
225
  },
226
226
  {
227
227
  "name": "block",
@@ -231,7 +231,7 @@
231
231
  "description": "",
232
232
  "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>",
233
233
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
234
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L39"
234
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L39"
235
235
  },
236
236
  {
237
237
  "name": "className",
@@ -241,7 +241,7 @@
241
241
  "description": "",
242
242
  "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>",
243
243
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
244
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L43"
244
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L43"
245
245
  },
246
246
  {
247
247
  "name": "disabled",
@@ -251,7 +251,7 @@
251
251
  "description": "",
252
252
  "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>",
253
253
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
254
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L47"
254
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L47"
255
255
  },
256
256
  {
257
257
  "name": "error",
@@ -261,7 +261,7 @@
261
261
  "description": "",
262
262
  "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>",
263
263
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
264
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L51"
264
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L51"
265
265
  },
266
266
  {
267
267
  "name": "footer",
@@ -271,7 +271,7 @@
271
271
  "description": "Content to render in a footer.",
272
272
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Content to render in a footer.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
273
273
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
274
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L57"
274
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L57"
275
275
  },
276
276
  {
277
277
  "name": "hasTabbableElements",
@@ -282,7 +282,7 @@
282
282
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether the popup should use dialog semantics instead of menu semantics.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>a11y</dt><dd><p>Use <code>false</code> for menu-only content (<code>aria-haspopup=&quot;menu&quot;</code>). Use <code>true</code>\nwhen the popup includes additional focusable widgets beyond menu items so\nassistive technology receives dialog semantics (<code>aria-haspopup=&quot;dialog&quot;</code>).</p>\n<p>Defaults to menu behavior (<code>aria-haspopup=&quot;menu&quot;</code> and overlay role <code>menu</code>).\nSet this to <code>true</code> when the overlay contains additional focusable widgets\nbeyond menu items (for example footer buttons, form fields, or links), so\nthe trigger/overlay relationship uses dialog semantics (<code>aria-haspopup=&quot;dialog&quot;</code>\nand overlay role <code>dialog</code>).</p>\n<p>For menu-only overlays, keep this as <code>false</code>.</p>\n</dd><dt>default</dt><dd><p>&#39;false&#39;</p>\n</dd><dt>since</dt><dd><p>11.5.0</p>\n</dd></dl></div>",
283
283
  "a11y": "Use `false` for menu-only content (`aria-haspopup=\"menu\"`). Use `true`\nwhen the popup includes additional focusable widgets beyond menu items so\nassistive technology receives dialog semantics (`aria-haspopup=\"dialog\"`).\n\nDefaults to menu behavior (`aria-haspopup=\"menu\"` and overlay role `menu`).\nSet this to `true` when the overlay contains additional focusable widgets\nbeyond menu items (for example footer buttons, form fields, or links), so\nthe trigger/overlay relationship uses dialog semantics (`aria-haspopup=\"dialog\"`\nand overlay role `dialog`).\n\nFor menu-only overlays, keep this as `false`.",
284
284
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
285
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L148"
285
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L148"
286
286
  },
287
287
  {
288
288
  "name": "i18nScope",
@@ -292,7 +292,7 @@
292
292
  "description": "The i18n key to use for the dropdowns's configurable strings.\nDefaults to using the core library's default strings.",
293
293
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The i18n key to use for the dropdowns&#39;s configurable strings.\nDefaults to using the core library&#39;s default strings.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
294
294
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
295
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L63"
295
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L63"
296
296
  },
297
297
  {
298
298
  "name": "icon",
@@ -302,7 +302,7 @@
302
302
  "description": "",
303
303
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>remarks</dt><dd><p>string icons have been deprecated, please pass a component from <code>@procore/core-icons</code></p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
304
304
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
305
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L68"
305
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L68"
306
306
  },
307
307
  {
308
308
  "name": "label",
@@ -312,7 +312,7 @@
312
312
  "description": "The button text.",
313
313
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The button text.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
314
314
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
315
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L73"
315
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L73"
316
316
  },
317
317
  {
318
318
  "name": "loading",
@@ -322,7 +322,7 @@
322
322
  "description": "",
323
323
  "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>",
324
324
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
325
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L77"
325
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L77"
326
326
  },
327
327
  {
328
328
  "name": "placement",
@@ -332,7 +332,7 @@
332
332
  "description": "The placement of the overlay.",
333
333
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The placement of the overlay.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;bottom-left&#39;</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
334
334
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
335
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L100"
335
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L100"
336
336
  },
337
337
  {
338
338
  "name": "restoreFocusOnHide",
@@ -343,7 +343,7 @@
343
343
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>If focus should return to the button after selection.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>a11y</dt><dd><p>Dropdowns hold no value and take an action. Focus is expected\nto be moved from a Dropdown to something else, to continue the user flow .\nIf all actions are inert and does not move focus, set this to <code>true</code>.\nIf some actions are inert consider using <code>restoreFocus</code> on <code>Dropdown.Item</code>.\nClosing Dropdown via <code>Escape</code> always restores focus.</p>\n</dd><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>11.13.0</p>\n</dd></dl></div>",
344
344
  "a11y": "Dropdowns hold no value and take an action. Focus is expected\nto be moved from a Dropdown to something else, to continue the user flow .\nIf all actions are inert and does not move focus, set this to `true`.\nIf some actions are inert consider using `restoreFocus` on `Dropdown.Item`.\nClosing Dropdown via `Escape` always restores focus.",
345
345
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
346
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L111"
346
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L111"
347
347
  },
348
348
  {
349
349
  "name": "size",
@@ -353,7 +353,7 @@
353
353
  "description": "The button size",
354
354
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The button size</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;md&#39;</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
355
355
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
356
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L117"
356
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L117"
357
357
  },
358
358
  {
359
359
  "name": "trigger",
@@ -363,7 +363,7 @@
363
363
  "description": "",
364
364
  "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>",
365
365
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
366
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L121"
366
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L121"
367
367
  },
368
368
  {
369
369
  "name": "type",
@@ -373,7 +373,7 @@
373
373
  "description": "",
374
374
  "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>",
375
375
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
376
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L125"
376
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L125"
377
377
  },
378
378
  {
379
379
  "name": "variant",
@@ -383,7 +383,7 @@
383
383
  "description": "",
384
384
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;secondary&#39;</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
385
385
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
386
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L131"
386
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L131"
387
387
  },
388
388
  {
389
389
  "name": "onSearch",
@@ -393,7 +393,7 @@
393
393
  "description": "Adds a search bar to the dropdown.",
394
394
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Adds a search bar to the dropdown.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
395
395
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
396
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L83"
396
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L83"
397
397
  },
398
398
  {
399
399
  "name": "onSelect",
@@ -403,7 +403,7 @@
403
403
  "description": "Callback for selecting an item from the menu\n```\n({ event: ReactEvent, item: Menu.Item.props.item, group: bool }) => void\n```\n`item` will be the `item` prop supplied to the `Item` component",
404
404
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Callback for selecting an item from the menu</p>\n<pre><code>({ event: ReactEvent, item: Menu.Item.props.item, group: bool }) =&gt; void\n</code></pre>\n<p><code>item</code> will be the <code>item</code> prop supplied to the <code>Item</code> component</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
405
405
  "sourceFile": "packages/core-react/src/Dropdown/Dropdown.types.ts",
406
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L93"
406
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L93"
407
407
  }
408
408
  ],
409
409
  "description": ""