@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": "",
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/Typeahead/Typeahead.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Typeahead/Typeahead.types.ts#L15"
13
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Typeahead/Typeahead.types.ts#L15"
14
14
  },
15
15
  {
16
16
  "name": "onChange",
@@ -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/Typeahead/Typeahead.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Typeahead/Typeahead.types.ts#L19"
23
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Typeahead/Typeahead.types.ts#L19"
24
24
  }
25
25
  ],
26
26
  "description": ""
@@ -11,7 +11,7 @@
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Change the HTML tag. This\n<a href=\"https://styled-components.com/docs/api#as-polymorphic-prop\">prop is from styled-components</a>\n<strong>Warning</strong>: If using TypeScript, it will not switch types and\nsome props may error. You can add <code>@ts-expect-error</code>.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>a11y</dt><dd><p>Typography controls visual styles; prefer semantic HTML via <code>as</code> when needed.\nSee <a href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30117\">styled-components issue</a></p>\n</dd><dt>default</dt><dd><p>&#39;span&#39;</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
12
12
  "a11y": "Typography controls visual styles; prefer semantic HTML via `as` when needed.\nSee [styled-components issue](https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30117)",
13
13
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
14
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Typography/Typography.types.ts#L27"
14
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Typography/Typography.types.ts#L27"
15
15
  },
16
16
  {
17
17
  "name": "breakWord",
@@ -21,7 +21,7 @@
21
21
  "description": "Enables word wrapping and breaking within the component",
22
22
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Enables word wrapping and breaking within the component</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.0.0</p>\n</dd></dl></div>",
23
23
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
24
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Typography/Typography.types.ts#L58"
24
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Typography/Typography.types.ts#L58"
25
25
  },
26
26
  {
27
27
  "name": "children",
@@ -31,7 +31,7 @@
31
31
  "description": "When children are a string or multiple elements, they will be wrapped\nby a `span`. When it is a single element, classnames will\nbe added to it instead",
32
32
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>When children are a string or multiple elements, they will be wrapped\nby a <code>span</code>. When it is a single element, classnames will\nbe added to it instead</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
33
33
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
34
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Typography/Typography.types.ts#L15"
34
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Typography/Typography.types.ts#L15"
35
35
  },
36
36
  {
37
37
  "name": "className",
@@ -41,7 +41,7 @@
41
41
  "description": "Additional classNames",
42
42
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
43
43
  "sourceFile": "packages/core-react/src/_utils/types.ts",
44
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/_utils/types.ts#L47"
44
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/_utils/types.ts#L47"
45
45
  },
46
46
  {
47
47
  "name": "color",
@@ -51,7 +51,7 @@
51
51
  "description": "Changes font color, can be any of the `colors` object HSL Palette",
52
52
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes font color, can be any of the <code>colors</code> object HSL Palette</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;gray15&#39;</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
53
53
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
54
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Typography/Typography.types.ts#L34"
54
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Typography/Typography.types.ts#L34"
55
55
  },
56
56
  {
57
57
  "name": "intent",
@@ -61,7 +61,7 @@
61
61
  "description": "Changes the size of the font",
62
62
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes the size of the font</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
63
63
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
64
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Typography/Typography.types.ts#L40"
64
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Typography/Typography.types.ts#L40"
65
65
  },
66
66
  {
67
67
  "name": "italic",
@@ -71,7 +71,7 @@
71
71
  "description": "Applies `font-style: italic` if enabled",
72
72
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Applies <code>font-style: italic</code> if enabled</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
73
73
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
74
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Typography/Typography.types.ts#L46"
74
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Typography/Typography.types.ts#L46"
75
75
  },
76
76
  {
77
77
  "name": "style",
@@ -81,7 +81,7 @@
81
81
  "description": "Additional CSS styles",
82
82
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
83
83
  "sourceFile": "packages/core-react/src/_utils/types.ts",
84
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/_utils/types.ts#L52"
84
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/_utils/types.ts#L52"
85
85
  },
86
86
  {
87
87
  "name": "weight",
@@ -91,7 +91,7 @@
91
91
  "description": "Changes font weight if it is supported in the design system",
92
92
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes font weight if it is supported in the design system</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
93
93
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
94
- "sourceUrl": "https://github.com/procore/core/blob/372d16f/packages/core-react/src/Typography/Typography.types.ts#L52"
94
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/Typography/Typography.types.ts#L52"
95
95
  }
96
96
  ],
97
97
  "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": "style",
@@ -30,7 +30,7 @@
30
30
  "description": "Additional CSS styles",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</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#L52"
33
+ "sourceUrl": "https://github.com/procore/core/blob/30d998c/packages/core-react/src/_utils/types.ts#L52"
34
34
  }
35
35
  ],
36
36
  "description": ""
@@ -1 +1 @@
1
- [{"interface":"BreadcrumbProps","property":"variant","message":"Set `variant=\"list\"` to enable `ol` and `li` semantic markup with the crumbs. Add the hyperlinks **inside** each crumb as children.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Breadcrumbs/Breadcrumbs.types.ts#L26"},{"interface":"ButtonProps","property":"aria-label","message":"Icon-only buttons must have an accessible name.\nAdd an `aria-label` or `aria-labelledby` prop to describe the button's purpose.\n","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Button/Button.types.ts#L20"},{"interface":"ConfirmModalProps","property":"aria-label","message":"`role='dialog'` MUST be labelled. Prefer `aria-labelledby` over `aria-label`.\nIf using an `aria-label` instead of a node, be sure give the modal an `id` so\nother regions can reference it.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Modal/Modal.types.ts#L59"},{"interface":"ConfirmModalProps","property":"aria-labelledby","message":"Automatially created when using `Modal.Heading`. The `role='dialog'` MUST be labelled. Prefer `aria-labelledby` over `aria-label`.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Modal/Modal.types.ts#L52"},{"interface":"ConfirmModalProps","property":"aria-modal","message":"Recommended to use. When using alertdialog should be a `aria-modal` because of their urgent nature. **Cannot open nested modals.**","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Modal/Modal.types.ts#L169"},{"interface":"ConfirmModalProps","property":"onClose","message":"**Accessible pattern (recommended):** Use with `role=\"dialog\"` and `howToClose={['x']}`.\nThis enables focus management, Escape key support, and proper dialog semantics.\nThe callback signature is `(event, how) => void`.\n\n**Legacy pattern:** `(event: MouseEvent<HTMLButtonElement>) => void` — only handles X button click,\nno focus management or Escape key support.\n","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Modal/Modal.types.ts#L161"},{"interface":"CurrencyInputProps","property":"aria-label","message":"use this prop if there are no label available. Prefer `aria-labelledby` over `aria-label`.\nIt will attach internal prefix or suffix automatically to the label","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/NumberInput/NumberInput.types.ts#L185"},{"interface":"CurrencyInputProps","property":"aria-labelledby","message":"should be labelled by using label id. Prefer `aria-labelledby` over `aria-label`.\nIt will attach internal prefix of suffix automatically to the label","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/NumberInput/NumberInput.types.ts#L179"},{"interface":"DropdownButtonProps","property":"aria-label","message":"Icon-only buttons must have an accessible name.\nAdd an `aria-label` or `aria-labelledby` prop to describe the button's purpose.\n","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Button/Button.types.ts#L20"},{"interface":"DropdownProps","property":"hasTabbableElements","message":"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`.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L148"},{"interface":"DropdownProps","property":"restoreFocusOnHide","message":"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.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Dropdown/Dropdown.types.ts#L111"},{"interface":"EmptyStateTitleProps","property":"as","message":"Required - Set the proper semantic heading level, do not skip heading levels.","required":true,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/EmptyState/EmptyState.types.ts#L64"},{"interface":"FieldCurrencyComponentProps","property":"aria-label","message":"use this prop if there are no label available. Prefer `aria-labelledby` over `aria-label`.\nIt will attach internal prefix or suffix automatically to the label","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/NumberInput/NumberInput.types.ts#L185"},{"interface":"FieldCurrencyComponentProps","property":"aria-labelledby","message":"should be labelled by using label id. Prefer `aria-labelledby` over `aria-label`.\nIt will attach internal prefix of suffix automatically to the label","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/NumberInput/NumberInput.types.ts#L179"},{"interface":"FormCurrencyProps","property":"aria-label","message":"use this prop if there are no label available. Prefer `aria-labelledby` over `aria-label`.\nIt will attach internal prefix or suffix automatically to the label","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/NumberInput/NumberInput.types.ts#L185"},{"interface":"FormCurrencyProps","property":"aria-labelledby","message":"should be labelled by using label id. Prefer `aria-labelledby` over `aria-label`.\nIt will attach internal prefix of suffix automatically to the label","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/NumberInput/NumberInput.types.ts#L179"},{"interface":"FormProps","property":"enableConfirmNavigation","message":"To prevent accidental data loss, it is recommended to enable.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Form/Form.types.ts#L205"},{"interface":"GhostPlaceholderProps","property":"GhostPlaceholderProps","message":"`GhostPlaceholder` is a decorative loading indicator. Wrap it (or the\nregion it occupies) in a container with `aria-busy=\"true\"` while content is\nloading, and set `aria-busy=\"false\"` (or remove the attribute) once the real\ncontent has rendered. This is the primary way loading state is communicated\nto assistive technologies.\n\nThe shimmer animation is automatically disabled for users who have\n`prefers-reduced-motion: reduce` set.\n","required":false,"kind":"interface"},{"interface":"ItemProps","property":"restoreFocus","message":"Focus will be restored to the trigger after after activating this item.\nUse `Dropdown restoreFocusOnHide` instead if all items return focus to the trigger once activated.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L199"},{"interface":"ItemWithDraggingProps","property":"restoreFocus","message":"Focus will be restored to the trigger after after activating this item.\nUse `Dropdown restoreFocusOnHide` instead if all items return focus to the trigger once activated.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L199"},{"interface":"ModalProps","property":"aria-label","message":"`role='dialog'` MUST be labelled. Prefer `aria-labelledby` over `aria-label`.\nIf using an `aria-label` instead of a node, be sure give the modal an `id` so\nother regions can reference it.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Modal/Modal.types.ts#L59"},{"interface":"ModalProps","property":"aria-labelledby","message":"Automatially created when using `Modal.Heading`. The `role='dialog'` MUST be labelled. Prefer `aria-labelledby` over `aria-label`.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Modal/Modal.types.ts#L52"},{"interface":"ModalProps","property":"aria-modal","message":"Should be used for a single true modal. Cannot open nested modals.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Modal/Modal.types.ts#L65"},{"interface":"ModalProps","property":"onClose","message":"Future default! Moves focus into and cycles focus in the Modal, and returning focus\nto the trigger when closed. Also enables the Escape key to close the Modal.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Modal/Modal.types.ts#L98"},{"interface":"OverlayTriggerProps","property":"hideKeys","message":"OverlayTrigger by default closes on tab. To remove tab from closing\nand have only Esc keys, set \"containFocus\" to true, or opt-in to a full dialog role.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L83"},{"interface":"OverlayTriggerProps","property":"role","message":"May opionate \"autoFocus\" and \"containFocus\"","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L122"},{"interface":"PanelHeaderActionProps","property":"aria-label","message":"Icon-only buttons must have an accessible name.\nAdd an `aria-label` or `aria-labelledby` prop to describe the button's purpose.\n","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Button/Button.types.ts#L20"},{"interface":"PanelProps","property":"aria-labelledby","message":"`role='region'` should be labelled. It uses the panel's title as a label by default.\nThis is an optional prop to specify a custom label if needed.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Panel/Panel.types.ts#L21"},{"interface":"PopoverBaseProps","property":"restoreFocusOnHide","message":"Required for `role=\"dialog\"` (WCAG 2.4.3). Defaults to `true` when\n `role=\"dialog\"`, `false` otherwise. Override only with intent.","required":true,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Popover/Popover.types.ts#L52"},{"interface":"ProgressBarProps","property":"aria-valuetext","message":"Assistive technologies often present the value of `aria-valuenow` as a percentage.\nIf this would not be accurate, use this property to make the progress bar value understandable.\n","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/ProgressBar/ProgressBar.types.ts#L15"},{"interface":"SplitViewCardInternalContextAPI","property":"ariaLabelledBy","message":"Used to label the scrollable region of the card","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/SplitViewCard/SplitViewCard.types.ts#L8"},{"interface":"SplitViewCardProps","property":"aria-labelledby","message":"`role='region'` should be labelled. It uses the panel's title as a label by default.\nThis is an optional prop to specify a custom label if needed.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/SplitViewCard/SplitViewCard.types.ts#L58"},{"interface":"TabsProps","property":"aria-labelledby","message":"Required for role=\"tablist\"\n","required":true,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Tabs/Tabs.types.ts#L165"},{"interface":"TabsProps","property":"role","message":"Roles require a label.\n1) Default - Undefined. A group of links or buttons.\n2) Prefer - Use `tablist` with aria-label or aria-labelledby for the WCAG tab pattern.\n3) Low Change - Navigation tabs are less likely, they must be links and\nare used for larger navigation changes like global navigation.\nContext and heading 1 will be drastically different.\n\n__Do not mix tab patterns__, only use one at a time.\n","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Tabs/Tabs.types.ts#L160"},{"interface":"TooltipProps","property":"trackAriaExpanded","message":"Preference `true`, with it makes sense for Buttons and other controls\nthat support `aria-expanded`. This will pass the open state to the element.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Tooltip/Tooltip.types.ts#L50"},{"interface":"TypographyProps","property":"as","message":"Typography controls visual styles; prefer semantic HTML via `as` when needed.\nSee [styled-components issue](https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30117)","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/372d16f/packages/core-react/src/Typography/Typography.types.ts#L27"}]
1
+ [{"interface":"BreadcrumbProps","property":"aria-labelledby","message":"Required when multiple breadcrumb navs are present on a single page. Reference the h2 or h3.\nChains the provided id with the breadcrumbs's internal label 'Breadcrumbs' to read them together.\n","required":true,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Breadcrumbs/Breadcrumbs.types.ts#L21"},{"interface":"BreadcrumbProps","property":"variant","message":"Set `variant=\"list\"` to enable `ol` and `li` semantic markup with the crumbs. Add the hyperlinks **inside** each crumb as children.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Breadcrumbs/Breadcrumbs.types.ts#L35"},{"interface":"ButtonProps","property":"aria-label","message":"Icon-only buttons must have an accessible name.\nAdd an `aria-label` or `aria-labelledby` prop to describe the button's purpose.\n","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Button/Button.types.ts#L20"},{"interface":"ConfirmModalProps","property":"aria-label","message":"`role='dialog'` MUST be labelled. Prefer `aria-labelledby` over `aria-label`.\nIf using an `aria-label` instead of a node, be sure give the modal an `id` so\nother regions can reference it.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Modal/Modal.types.ts#L59"},{"interface":"ConfirmModalProps","property":"aria-labelledby","message":"Automatially created when using `Modal.Heading`. The `role='dialog'` MUST be labelled. Prefer `aria-labelledby` over `aria-label`.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Modal/Modal.types.ts#L52"},{"interface":"ConfirmModalProps","property":"aria-modal","message":"Recommended to use. When using alertdialog should be a `aria-modal` because of their urgent nature. **Cannot open nested modals.**","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Modal/Modal.types.ts#L169"},{"interface":"ConfirmModalProps","property":"onClose","message":"**Accessible pattern (recommended):** Use with `role=\"dialog\"` and `howToClose={['x']}`.\nThis enables focus management, Escape key support, and proper dialog semantics.\nThe callback signature is `(event, how) => void`.\n\n**Legacy pattern:** `(event: MouseEvent<HTMLButtonElement>) => void` — only handles X button click,\nno focus management or Escape key support.\n","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Modal/Modal.types.ts#L161"},{"interface":"CurrencyInputProps","property":"aria-label","message":"use this prop if there are no label available. Prefer `aria-labelledby` over `aria-label`.\nIt will attach internal prefix or suffix automatically to the label","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/NumberInput/NumberInput.types.ts#L185"},{"interface":"CurrencyInputProps","property":"aria-labelledby","message":"should be labelled by using label id. Prefer `aria-labelledby` over `aria-label`.\nIt will attach internal prefix of suffix automatically to the label","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/NumberInput/NumberInput.types.ts#L179"},{"interface":"DropdownButtonProps","property":"aria-label","message":"Icon-only buttons must have an accessible name.\nAdd an `aria-label` or `aria-labelledby` prop to describe the button's purpose.\n","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Button/Button.types.ts#L20"},{"interface":"DropdownProps","property":"hasTabbableElements","message":"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`.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L148"},{"interface":"DropdownProps","property":"restoreFocusOnHide","message":"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.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Dropdown/Dropdown.types.ts#L111"},{"interface":"EmptyStateTitleProps","property":"as","message":"Required - Set the proper semantic heading level, do not skip heading levels.","required":true,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/EmptyState/EmptyState.types.ts#L64"},{"interface":"FieldCurrencyComponentProps","property":"aria-label","message":"use this prop if there are no label available. Prefer `aria-labelledby` over `aria-label`.\nIt will attach internal prefix or suffix automatically to the label","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/NumberInput/NumberInput.types.ts#L185"},{"interface":"FieldCurrencyComponentProps","property":"aria-labelledby","message":"should be labelled by using label id. Prefer `aria-labelledby` over `aria-label`.\nIt will attach internal prefix of suffix automatically to the label","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/NumberInput/NumberInput.types.ts#L179"},{"interface":"FormCurrencyProps","property":"aria-label","message":"use this prop if there are no label available. Prefer `aria-labelledby` over `aria-label`.\nIt will attach internal prefix or suffix automatically to the label","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/NumberInput/NumberInput.types.ts#L185"},{"interface":"FormCurrencyProps","property":"aria-labelledby","message":"should be labelled by using label id. Prefer `aria-labelledby` over `aria-label`.\nIt will attach internal prefix of suffix automatically to the label","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/NumberInput/NumberInput.types.ts#L179"},{"interface":"FormProps","property":"enableConfirmNavigation","message":"To prevent accidental data loss, it is recommended to enable.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Form/Form.types.ts#L205"},{"interface":"GhostPlaceholderProps","property":"GhostPlaceholderProps","message":"`GhostPlaceholder` is a decorative loading indicator. Wrap it (or the\nregion it occupies) in a container with `aria-busy=\"true\"` while content is\nloading, and set `aria-busy=\"false\"` (or remove the attribute) once the real\ncontent has rendered. This is the primary way loading state is communicated\nto assistive technologies.\n\nThe shimmer animation is automatically disabled for users who have\n`prefers-reduced-motion: reduce` set.\n","required":false,"kind":"interface"},{"interface":"ItemProps","property":"restoreFocus","message":"Focus will be restored to the trigger after after activating this item.\nUse `Dropdown restoreFocusOnHide` instead if all items return focus to the trigger once activated.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L199"},{"interface":"ItemWithDraggingProps","property":"restoreFocus","message":"Focus will be restored to the trigger after after activating this item.\nUse `Dropdown restoreFocusOnHide` instead if all items return focus to the trigger once activated.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/MenuImperative/MenuImperative.types.ts#L199"},{"interface":"ModalProps","property":"aria-label","message":"`role='dialog'` MUST be labelled. Prefer `aria-labelledby` over `aria-label`.\nIf using an `aria-label` instead of a node, be sure give the modal an `id` so\nother regions can reference it.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Modal/Modal.types.ts#L59"},{"interface":"ModalProps","property":"aria-labelledby","message":"Automatially created when using `Modal.Heading`. The `role='dialog'` MUST be labelled. Prefer `aria-labelledby` over `aria-label`.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Modal/Modal.types.ts#L52"},{"interface":"ModalProps","property":"aria-modal","message":"Should be used for a single true modal. Cannot open nested modals.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Modal/Modal.types.ts#L65"},{"interface":"ModalProps","property":"onClose","message":"Future default! Moves focus into and cycles focus in the Modal, and returning focus\nto the trigger when closed. Also enables the Escape key to close the Modal.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Modal/Modal.types.ts#L98"},{"interface":"OverlayTriggerProps","property":"hideKeys","message":"OverlayTrigger by default closes on tab. To remove tab from closing\nand have only Esc keys, set \"containFocus\" to true, or opt-in to a full dialog role.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L83"},{"interface":"OverlayTriggerProps","property":"role","message":"May opionate \"autoFocus\" and \"containFocus\"","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L122"},{"interface":"PanelHeaderActionProps","property":"aria-label","message":"Icon-only buttons must have an accessible name.\nAdd an `aria-label` or `aria-labelledby` prop to describe the button's purpose.\n","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Button/Button.types.ts#L20"},{"interface":"PanelProps","property":"aria-labelledby","message":"`role='region'` should be labelled. It uses the panel's title as a label by default.\nThis is an optional prop to specify a custom label if needed.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Panel/Panel.types.ts#L21"},{"interface":"PopoverBaseProps","property":"restoreFocusOnHide","message":"Required for `role=\"dialog\"` (WCAG 2.4.3). Defaults to `true` when\n `role=\"dialog\"`, `false` otherwise. Override only with intent.","required":true,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Popover/Popover.types.ts#L52"},{"interface":"ProgressBarProps","property":"aria-valuetext","message":"Assistive technologies often present the value of `aria-valuenow` as a percentage.\nIf this would not be accurate, use this property to make the progress bar value understandable.\n","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/ProgressBar/ProgressBar.types.ts#L15"},{"interface":"SplitViewCardInternalContextAPI","property":"ariaLabelledBy","message":"Used to label the scrollable region of the card","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/SplitViewCard/SplitViewCard.types.ts#L8"},{"interface":"SplitViewCardProps","property":"aria-labelledby","message":"`role='region'` should be labelled. It uses the panel's title as a label by default.\nThis is an optional prop to specify a custom label if needed.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/SplitViewCard/SplitViewCard.types.ts#L58"},{"interface":"TabsProps","property":"aria-labelledby","message":"Required for role=\"tablist\"\n","required":true,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Tabs/Tabs.types.ts#L165"},{"interface":"TabsProps","property":"role","message":"Roles require a label.\n1) Default - Undefined. A group of links or buttons.\n2) Prefer - Use `tablist` with aria-label or aria-labelledby for the WCAG tab pattern.\n3) Low Change - Navigation tabs are less likely, they must be links and\nare used for larger navigation changes like global navigation.\nContext and heading 1 will be drastically different.\n\n__Do not mix tab patterns__, only use one at a time.\n","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Tabs/Tabs.types.ts#L160"},{"interface":"TooltipProps","property":"trackAriaExpanded","message":"Preference `true`, with it makes sense for Buttons and other controls\nthat support `aria-expanded`. This will pass the open state to the element.","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Tooltip/Tooltip.types.ts#L50"},{"interface":"TypographyProps","property":"as","message":"Typography controls visual styles; prefer semantic HTML via `as` when needed.\nSee [styled-components issue](https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30117)","required":false,"kind":"prop","sourceUrl":"https://github.com/procore/core/blob/30d998c/packages/core-react/src/Typography/Typography.types.ts#L27"}]
@@ -0,0 +1,3 @@
1
+ export declare function enableShadowDOM(): void;
2
+ /** Diagnostic: whether core-react's React Aria shadow-DOM support is enabled. */
3
+ export declare function isShadowDOMEnabled(): boolean;
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Opt core-react's focus management (FocusScope, overlays, date fields, etc.)
3
+ * into React Aria's shadow-DOM support, so focus containment and tab order
4
+ * traverse into open shadow roots (e.g. micro-frontend content rendered into a
5
+ * custom element's shadow root inside a Tearsheet/Modal).
6
+ *
7
+ * Call once at application bootstrap, before core-react components mount.
8
+ * Idempotent. Each app on the page that uses core-react must call it, because
9
+ * each bundles its own core-react (and thus its own React Aria) instance.
10
+ */
11
+ import { enableShadowDOM as enableReactAriaShadowDOM, shadowDOM } from '@react-stately/flags';
12
+ export function enableShadowDOM() {
13
+ enableReactAriaShadowDOM();
14
+ }
15
+
16
+ /** Diagnostic: whether core-react's React Aria shadow-DOM support is enabled. */
17
+ export function isShadowDOMEnabled() {
18
+ return shadowDOM();
19
+ }
20
+ //# sourceMappingURL=shadowDOM.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shadowDOM.js","names":["enableShadowDOM","enableReactAriaShadowDOM","shadowDOM","isShadowDOMEnabled"],"sources":["../../src/_utils/shadowDOM.ts"],"sourcesContent":["/**\n * Opt core-react's focus management (FocusScope, overlays, date fields, etc.)\n * into React Aria's shadow-DOM support, so focus containment and tab order\n * traverse into open shadow roots (e.g. micro-frontend content rendered into a\n * custom element's shadow root inside a Tearsheet/Modal).\n *\n * Call once at application bootstrap, before core-react components mount.\n * Idempotent. Each app on the page that uses core-react must call it, because\n * each bundles its own core-react (and thus its own React Aria) instance.\n */\nimport {\n enableShadowDOM as enableReactAriaShadowDOM,\n shadowDOM,\n} from '@react-stately/flags'\n\nexport function enableShadowDOM(): void {\n enableReactAriaShadowDOM()\n}\n\n/** Diagnostic: whether core-react's React Aria shadow-DOM support is enabled. */\nexport function isShadowDOMEnabled(): boolean {\n return shadowDOM()\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SACEA,eAAe,IAAIC,wBAAwB,EAC3CC,SAAS,QACJ,sBAAsB;AAE7B,OAAO,SAASF,eAAeA,CAAA,EAAS;EACtCC,wBAAwB,CAAC,CAAC;AAC5B;;AAEA;AACA,OAAO,SAASE,kBAAkBA,CAAA,EAAY;EAC5C,OAAOD,SAAS,CAAC,CAAC;AACpB"}
package/dist/index.d.ts CHANGED
@@ -124,6 +124,7 @@ export * from './_styles/colors';
124
124
  export * from './_styles/spacing';
125
125
  export { getMonthLabel } from './_utils/CalendarHelpers';
126
126
  export { docsProps as UNSAFE_props } from './_utils/props';
127
+ export { enableShadowDOM, isShadowDOMEnabled } from './_utils/shadowDOM';
127
128
  export type { DivAttributes, Placement, SpanAttributes } from './_utils/types';
128
129
  /** @deprecated */
129
130
  export declare const tinyMCE: {
package/dist/index.js CHANGED
@@ -161,6 +161,7 @@ export { mergeRefs as UNSAFE_mergeRefs } from './_utils/mergeRefs';
161
161
  // export { getTypographyIntent, typographyWeights } from './Typography'
162
162
  // For documentation only
163
163
  export { docsProps as UNSAFE_props } from './_utils/props';
164
+ export { enableShadowDOM, isShadowDOMEnabled } from './_utils/shadowDOM';
164
165
  /** @deprecated */
165
166
  export var tinyMCE = {
166
167
  defaultPlugins: defaultPlugins,
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["defaultPlugins","generateExternalPlugins","generateLanguageUrl","tinyMCEConfig","StyledFieldHeader","BETA_makeField","OverridableFocusScope","UNSAFE_OverridableFocusScope","useOverridableFocusScope","UNSAFE_useOverridableFocusScope","getI18nProviderLocale","useResizeObserver","UNSAFE_useResizeObserver","borderRadius","getBorderRadius","UNSAFE_getBorderRadius","getEllipsis","UNSAFE_getEllipsis","getFocus","UNSAFE_getFocus","getLineClamp","UNSAFE_getLineClamp","addSubcomponents","UNSAFE_addSubcomponents","getMonthLabel","intlDateTimeFormat","parseFilename","UNSAFE_parseFilename","mergeRefs","UNSAFE_mergeRefs","docsProps","UNSAFE_props","tinyMCE","config"],"sources":["../src/index.ts"],"sourcesContent":["import {\n defaultPlugins,\n generateExternalPlugins,\n generateLanguageUrl,\n tinyMCEConfig,\n} from './_utils/TinyMCE'\n\n// export const version = process.env.VERSION\nexport * from './AnchorNavigation'\nexport * from './Avatar'\nexport * from './AvatarStack'\nexport * from './Badge'\nexport * from './Banner'\nexport * from './Box'\nexport * from './Breadcrumbs'\nexport * from './Button'\nexport * from './Calendar'\nexport * from './Card'\nexport * from './Checkbox'\nexport * from './CheckboxGroup'\nexport * from './ClickOutside'\nexport * from './ContactItem'\nexport * from './Content'\nexport * from './DateInput'\nexport * from './DateSelect'\nexport * from './DetailPage'\nexport * from './DetailPageTemplate'\nexport * from './Dropdown'\nexport * from './DropdownFlyout'\nexport * from './Dropzone'\nexport * from './EmptyState'\nexport { StyledFieldHeader } from './Field'\nexport * from './FileList'\nexport * from './FileSelect'\nexport * from './FileSelect/ThumbnailList'\nexport * from './FileToken'\nexport * from './FilterToken'\nexport * from './Flex'\nexport * from './FlexList'\nexport * from './Form'\n/**\n * @internal\n * Will require extending types FormFieldProps and FormFieldValueComponentProps\n */\nexport { BETA_makeField } from './Form'\nexport * from './GhostPlaceholder'\nexport * from './Grid'\nexport * from './GroupSelect'\nexport * from './Input'\nexport * from './Link'\nexport * from './ListPage'\nexport * from './Menu'\nexport * from './MenuImperative'\nexport * from './Modal'\nexport * from './MultiSelect'\nexport * from './NextTile'\nexport * from './Notation'\nexport * from './NumberInput'\nexport * from './Overlay'\nexport * from './OverlayTrigger'\nexport * from './PageLayout'\nexport * from './PageTemplate'\nexport * from './Pagination'\nexport * from './Panel'\nexport * from './Pill'\nexport * from './PillSelect'\nexport * from './Popover'\nexport * from './Portal'\nexport * from './ProgressBar'\nexport * from './RadioButton'\nexport * from './Required'\nexport * from './Search'\nexport { type SectionProps } from './Section'\nexport * from './SegmentedController'\nexport * from './Select'\nexport * from './Semantic'\nexport * from './SettingsPage'\nexport * from './SettingsPageTemplate'\nexport * from './Slider'\nexport * from './Spinner'\nexport * from './SplitViewCard'\nexport * from './SuperSelect'\nexport * from './Switch'\nexport * from './Table'\nexport * from './TableShelf'\nexport * from './Tabs'\nexport * from './Tearsheet'\nexport * from './TextArea'\nexport * from './TextEditor'\nexport * from './TextEditorOutput'\nexport * from './TextInput'\nexport * from './Thumbnail'\nexport * from './TieredDropdown'\nexport * from './TieredSelect'\nexport * from './Tile'\nexport * from './Title'\nexport * from './Toast'\nexport * from './ToggleButton'\nexport * from './Token'\nexport * from './ToolHeader'\nexport * from './ToolLandingPage'\nexport * from './ToolLandingPageTemplate'\nexport * from './Tooltip'\nexport * from './Tree'\nexport * from './Typeahead'\nexport * from './Typography'\n/** UNSAFE Template exports */\nexport * from './UNSAFE_TEMPLATES_index'\nexport * from './_hooks/Anchor'\nexport * from './_hooks/Buffer'\nexport * from './_hooks/ClickOutside'\nexport * from './_hooks/DateTime'\nexport * from './_hooks/DelayedCallback'\nexport * from './_hooks/DelayedToggle'\nexport * from './_hooks/Deprecation'\nexport * from './_hooks/EventListener'\n/**\n * @deprecated\n */\nexport {\n OverridableFocusScope as UNSAFE_OverridableFocusScope,\n useOverridableFocusScope as UNSAFE_useOverridableFocusScope,\n} from './_hooks/FocusScopeOverride'\nexport { getI18nProviderLocale } from './_hooks/getI18nProviderLocale'\nexport * from './_hooks/Hotkey'\nexport * from './_hooks/I18n'\nexport * from './_hooks/InjectedScript'\nexport * from './_hooks/ListNavigation'\nexport * from './_hooks/OverflowObserver'\nexport * from './_hooks/Resize'\n/**\n * @internal\n */\nexport { useResizeObserver as UNSAFE_useResizeObserver } from './_hooks/ResizeObserver'\nexport * from './_hooks/Scroll'\nexport * from './_hooks/TextEntry'\nexport * from './_hooks/Timer'\nexport * from './_hooks/Trigger'\n/**\n * @internal\n */\nexport {\n type UNSAFE_GetEndpoint,\n type UNSAFE_GetPayloadKey,\n type UNSAFE_UploadFile,\n} from './_hooks/useFileUploader'\nexport * from './_hooks/Visibility'\nexport * from './_hooks/ZIndex'\n// Style Stuff\nexport {\n borderRadius,\n getBorderRadius as UNSAFE_getBorderRadius,\n} from './_styles/borderRadius'\nexport * from './_styles/colors'\n/**\n * @internal\n */\nexport {\n getEllipsis as UNSAFE_getEllipsis,\n getFocus as UNSAFE_getFocus,\n getLineClamp as UNSAFE_getLineClamp,\n} from './_styles/mixins'\nexport * from './_styles/spacing'\n/**\n * @internal\n */\nexport { addSubcomponents as UNSAFE_addSubcomponents } from './_utils/addSubcomponents'\nexport { getMonthLabel } from './_utils/CalendarHelpers'\n/**\n * @internal\n */\nexport { intlDateTimeFormat } from './_utils/dateTime'\n/**\n * @internal\n */\nexport { parseFilename as UNSAFE_parseFilename } from './_utils/filename'\n/**\n * @internal\n */\nexport { mergeRefs as UNSAFE_mergeRefs } from './_utils/mergeRefs'\n// export { getTypographyIntent, typographyWeights } from './Typography'\n// For documentation only\nexport { docsProps as UNSAFE_props } from './_utils/props'\nexport type { DivAttributes, Placement, SpanAttributes } from './_utils/types'\n\n/** @deprecated */\nexport const tinyMCE = {\n defaultPlugins,\n generateExternalPlugins,\n generateLanguageUrl,\n config: tinyMCEConfig,\n}\n"],"mappings":"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"}
1
+ {"version":3,"file":"index.js","names":["defaultPlugins","generateExternalPlugins","generateLanguageUrl","tinyMCEConfig","StyledFieldHeader","BETA_makeField","OverridableFocusScope","UNSAFE_OverridableFocusScope","useOverridableFocusScope","UNSAFE_useOverridableFocusScope","getI18nProviderLocale","useResizeObserver","UNSAFE_useResizeObserver","borderRadius","getBorderRadius","UNSAFE_getBorderRadius","getEllipsis","UNSAFE_getEllipsis","getFocus","UNSAFE_getFocus","getLineClamp","UNSAFE_getLineClamp","addSubcomponents","UNSAFE_addSubcomponents","getMonthLabel","intlDateTimeFormat","parseFilename","UNSAFE_parseFilename","mergeRefs","UNSAFE_mergeRefs","docsProps","UNSAFE_props","enableShadowDOM","isShadowDOMEnabled","tinyMCE","config"],"sources":["../src/index.ts"],"sourcesContent":["import {\n defaultPlugins,\n generateExternalPlugins,\n generateLanguageUrl,\n tinyMCEConfig,\n} from './_utils/TinyMCE'\n\n// export const version = process.env.VERSION\nexport * from './AnchorNavigation'\nexport * from './Avatar'\nexport * from './AvatarStack'\nexport * from './Badge'\nexport * from './Banner'\nexport * from './Box'\nexport * from './Breadcrumbs'\nexport * from './Button'\nexport * from './Calendar'\nexport * from './Card'\nexport * from './Checkbox'\nexport * from './CheckboxGroup'\nexport * from './ClickOutside'\nexport * from './ContactItem'\nexport * from './Content'\nexport * from './DateInput'\nexport * from './DateSelect'\nexport * from './DetailPage'\nexport * from './DetailPageTemplate'\nexport * from './Dropdown'\nexport * from './DropdownFlyout'\nexport * from './Dropzone'\nexport * from './EmptyState'\nexport { StyledFieldHeader } from './Field'\nexport * from './FileList'\nexport * from './FileSelect'\nexport * from './FileSelect/ThumbnailList'\nexport * from './FileToken'\nexport * from './FilterToken'\nexport * from './Flex'\nexport * from './FlexList'\nexport * from './Form'\n/**\n * @internal\n * Will require extending types FormFieldProps and FormFieldValueComponentProps\n */\nexport { BETA_makeField } from './Form'\nexport * from './GhostPlaceholder'\nexport * from './Grid'\nexport * from './GroupSelect'\nexport * from './Input'\nexport * from './Link'\nexport * from './ListPage'\nexport * from './Menu'\nexport * from './MenuImperative'\nexport * from './Modal'\nexport * from './MultiSelect'\nexport * from './NextTile'\nexport * from './Notation'\nexport * from './NumberInput'\nexport * from './Overlay'\nexport * from './OverlayTrigger'\nexport * from './PageLayout'\nexport * from './PageTemplate'\nexport * from './Pagination'\nexport * from './Panel'\nexport * from './Pill'\nexport * from './PillSelect'\nexport * from './Popover'\nexport * from './Portal'\nexport * from './ProgressBar'\nexport * from './RadioButton'\nexport * from './Required'\nexport * from './Search'\nexport { type SectionProps } from './Section'\nexport * from './SegmentedController'\nexport * from './Select'\nexport * from './Semantic'\nexport * from './SettingsPage'\nexport * from './SettingsPageTemplate'\nexport * from './Slider'\nexport * from './Spinner'\nexport * from './SplitViewCard'\nexport * from './SuperSelect'\nexport * from './Switch'\nexport * from './Table'\nexport * from './TableShelf'\nexport * from './Tabs'\nexport * from './Tearsheet'\nexport * from './TextArea'\nexport * from './TextEditor'\nexport * from './TextEditorOutput'\nexport * from './TextInput'\nexport * from './Thumbnail'\nexport * from './TieredDropdown'\nexport * from './TieredSelect'\nexport * from './Tile'\nexport * from './Title'\nexport * from './Toast'\nexport * from './ToggleButton'\nexport * from './Token'\nexport * from './ToolHeader'\nexport * from './ToolLandingPage'\nexport * from './ToolLandingPageTemplate'\nexport * from './Tooltip'\nexport * from './Tree'\nexport * from './Typeahead'\nexport * from './Typography'\n/** UNSAFE Template exports */\nexport * from './UNSAFE_TEMPLATES_index'\nexport * from './_hooks/Anchor'\nexport * from './_hooks/Buffer'\nexport * from './_hooks/ClickOutside'\nexport * from './_hooks/DateTime'\nexport * from './_hooks/DelayedCallback'\nexport * from './_hooks/DelayedToggle'\nexport * from './_hooks/Deprecation'\nexport * from './_hooks/EventListener'\n/**\n * @deprecated\n */\nexport {\n OverridableFocusScope as UNSAFE_OverridableFocusScope,\n useOverridableFocusScope as UNSAFE_useOverridableFocusScope,\n} from './_hooks/FocusScopeOverride'\nexport { getI18nProviderLocale } from './_hooks/getI18nProviderLocale'\nexport * from './_hooks/Hotkey'\nexport * from './_hooks/I18n'\nexport * from './_hooks/InjectedScript'\nexport * from './_hooks/ListNavigation'\nexport * from './_hooks/OverflowObserver'\nexport * from './_hooks/Resize'\n/**\n * @internal\n */\nexport { useResizeObserver as UNSAFE_useResizeObserver } from './_hooks/ResizeObserver'\nexport * from './_hooks/Scroll'\nexport * from './_hooks/TextEntry'\nexport * from './_hooks/Timer'\nexport * from './_hooks/Trigger'\n/**\n * @internal\n */\nexport {\n type UNSAFE_GetEndpoint,\n type UNSAFE_GetPayloadKey,\n type UNSAFE_UploadFile,\n} from './_hooks/useFileUploader'\nexport * from './_hooks/Visibility'\nexport * from './_hooks/ZIndex'\n// Style Stuff\nexport {\n borderRadius,\n getBorderRadius as UNSAFE_getBorderRadius,\n} from './_styles/borderRadius'\nexport * from './_styles/colors'\n/**\n * @internal\n */\nexport {\n getEllipsis as UNSAFE_getEllipsis,\n getFocus as UNSAFE_getFocus,\n getLineClamp as UNSAFE_getLineClamp,\n} from './_styles/mixins'\nexport * from './_styles/spacing'\n/**\n * @internal\n */\nexport { addSubcomponents as UNSAFE_addSubcomponents } from './_utils/addSubcomponents'\nexport { getMonthLabel } from './_utils/CalendarHelpers'\n/**\n * @internal\n */\nexport { intlDateTimeFormat } from './_utils/dateTime'\n/**\n * @internal\n */\nexport { parseFilename as UNSAFE_parseFilename } from './_utils/filename'\n/**\n * @internal\n */\nexport { mergeRefs as UNSAFE_mergeRefs } from './_utils/mergeRefs'\n// export { getTypographyIntent, typographyWeights } from './Typography'\n// For documentation only\nexport { docsProps as UNSAFE_props } from './_utils/props'\nexport { enableShadowDOM, isShadowDOMEnabled } from './_utils/shadowDOM'\nexport type { DivAttributes, Placement, SpanAttributes } from './_utils/types'\n\n/** @deprecated */\nexport const tinyMCE = {\n defaultPlugins,\n generateExternalPlugins,\n generateLanguageUrl,\n config: tinyMCEConfig,\n}\n"],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/core-react",
3
- "version": "12.50.1",
3
+ "version": "12.51.0",
4
4
  "description": "React library of Procore Design Guidelines",
5
5
  "author": "Procore Technologies",
6
6
  "homepage": "https://github.com/procore/core/tree/main/packages/core-react",
@@ -79,7 +79,7 @@
79
79
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration": "1.2.1",
80
80
  "@floating-ui/react": "0.25.2",
81
81
  "@floating-ui/react-dom": "2.0.2",
82
- "@procore/cdn-translations": "0.1.13",
82
+ "@procore/cdn-translations": "^1.0.1",
83
83
  "@procore/core-i18n-js": "^10.30.0",
84
84
  "@procore/core-icons": "^12.18.0",
85
85
  "@react-aria/button": "3.14.2",
@@ -91,6 +91,7 @@
91
91
  "@react-aria/radio": "3.12.2",
92
92
  "@react-aria/utils": "3.31.0",
93
93
  "@react-aria/visually-hidden": "3.8.28",
94
+ "@react-stately/flags": "3.1.2",
94
95
  "@react-types/checkbox": "3.10.2",
95
96
  "@tinymce/tinymce-react": "6.1.0",
96
97
  "axios": "^1.15.2",