@procore/core-react 12.31.0 → 12.33.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 (223) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
  3. package/dist/Avatar/Avatar.js +20 -12
  4. package/dist/Avatar/Avatar.js.map +1 -1
  5. package/dist/Avatar/Avatar.styles.js +5 -5
  6. package/dist/AvatarStack/AvatarStack.styles.js +7 -7
  7. package/dist/Badge/Badge.styles.js +2 -2
  8. package/dist/BadgePill/BadgePill.styles.js +4 -4
  9. package/dist/Banner/Banner.styles.js +10 -10
  10. package/dist/Box/Box.styles.js +1 -1
  11. package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
  12. package/dist/Button/Button.styles.js +5 -5
  13. package/dist/Calendar/Calendar.styles.js +8 -8
  14. package/dist/Card/Card.styles.js +1 -1
  15. package/dist/Checkbox/Checkbox.styles.js +6 -6
  16. package/dist/Checkbox/CheckboxTooltip.js +1 -1
  17. package/dist/ContactItem/ContactItem.styles.js +5 -5
  18. package/dist/Content/Content.styles.js +2 -2
  19. package/dist/DateInput/DateInput.styles.js +6 -6
  20. package/dist/DetailPage/DetailPage.styles.js +7 -7
  21. package/dist/Dropdown/Dropdown.styles.js +3 -3
  22. package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
  23. package/dist/Dropzone/Dropzone.js +1 -1
  24. package/dist/Dropzone/Dropzone.styles.js +9 -9
  25. package/dist/EmptyState/EmptyState.styles.js +6 -6
  26. package/dist/Field/Field.styles.js +3 -3
  27. package/dist/FileList/FileList.styles.js +4 -4
  28. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  29. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
  30. package/dist/FileSelect/FileSelect.styles.js +2 -2
  31. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
  32. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
  33. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  34. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  35. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  36. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  37. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  38. package/dist/FileToken/FileToken.styles.js +4 -4
  39. package/dist/FilterToken/FilterToken.styles.js +5 -5
  40. package/dist/FlexList/FlexList.styles.js +1 -1
  41. package/dist/Form/Form.js +10 -5
  42. package/dist/Form/Form.js.map +1 -1
  43. package/dist/Form/Form.styles.js +14 -14
  44. package/dist/Form/Form.types.d.ts +2 -0
  45. package/dist/Form/Form.types.js.map +1 -1
  46. package/dist/Form/StyledFormikForm.styles.js +2 -2
  47. package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
  48. package/dist/Grid/Grid.styles.js +2 -2
  49. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  50. package/dist/Input/Input.js +1 -0
  51. package/dist/Input/Input.js.map +1 -1
  52. package/dist/Input/Input.styles.js +1 -1
  53. package/dist/Link/Link.styles.js +1 -1
  54. package/dist/ListPage/ListPage.styles.js +8 -8
  55. package/dist/Loader/Loader.styles.js +2 -2
  56. package/dist/MenuImperative/MenuImperative.styles.js +10 -10
  57. package/dist/Modal/Modal.styles.js +13 -13
  58. package/dist/MultiSelect/MultiSelect.styles.js +6 -6
  59. package/dist/NextMenu/NextMenu.styles.js +3 -3
  60. package/dist/NextTile/NextTile.js +119 -45
  61. package/dist/NextTile/NextTile.js.map +1 -1
  62. package/dist/Notation/Notation.js +1 -1
  63. package/dist/NumberInput/NumberInput.styles.js +7 -7
  64. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  65. package/dist/PageLayout/PageLayout.styles.js +16 -16
  66. package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
  67. package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
  68. package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
  69. package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
  70. package/dist/Pagination/Pagination.styles.js +5 -5
  71. package/dist/Panel/Panel.styles.js +11 -11
  72. package/dist/Pill/Pill.styles.js +3 -3
  73. package/dist/PillSelect/PillSelect.styles.js +4 -4
  74. package/dist/Popover/Popover.styles.js +2 -2
  75. package/dist/Portal/Portal.styles.js +1 -1
  76. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  77. package/dist/RadioButton/RadioButton.styles.js +3 -3
  78. package/dist/Required/Required.styles.js +3 -3
  79. package/dist/Search/Search.styles.js +5 -5
  80. package/dist/Section/Section.styles.js +7 -7
  81. package/dist/SegmentedController/SegmentedController.js +86 -25
  82. package/dist/SegmentedController/SegmentedController.js.map +1 -1
  83. package/dist/SegmentedController/SegmentedController.styles.js +4 -4
  84. package/dist/Select/Select.styles.js +7 -7
  85. package/dist/Semantic/Semantic.styles.js +9 -9
  86. package/dist/Slider/Slider.styles.js +5 -5
  87. package/dist/Spinner/Spinner.styles.js +7 -7
  88. package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
  89. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  90. package/dist/SuperSelect/SuperSelect.styles.js +38 -38
  91. package/dist/Switch/Switch.styles.js +4 -4
  92. package/dist/Table/Table.styles.js +28 -28
  93. package/dist/TableShelf/TableShelf.styles.js +5 -5
  94. package/dist/Tabs/Tabs.js +19 -13
  95. package/dist/Tabs/Tabs.js.map +1 -1
  96. package/dist/Tabs/Tabs.styles.js +15 -15
  97. package/dist/Tearsheet/Tearsheet.styles.js +5 -5
  98. package/dist/TextArea/TextArea.styles.js +1 -1
  99. package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
  100. package/dist/Thumbnail/Thumbnail.styles.js +17 -17
  101. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  102. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  103. package/dist/Tile/Tile.styles.js +8 -8
  104. package/dist/Title/Title.styles.js +7 -7
  105. package/dist/Toast/Toast.styles.js +3 -3
  106. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  107. package/dist/Token/Token.styles.js +3 -3
  108. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  109. package/dist/ToolLandingPage/ToolLandingPage.js +14 -7
  110. package/dist/ToolLandingPage/ToolLandingPage.js.map +1 -1
  111. package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
  112. package/dist/ToolLandingPage/ToolLandingPage.types.d.ts +29 -0
  113. package/dist/ToolLandingPage/ToolLandingPage.types.js.map +1 -1
  114. package/dist/Tooltip/Tooltip.styles.js +2 -2
  115. package/dist/Tree/Tree.styles.js +9 -9
  116. package/dist/Typeahead/Typeahead.styles.js +3 -3
  117. package/dist/Typography/Typography.styles.js +1 -1
  118. package/dist/Typography/Typography.table.story.js +2 -2
  119. package/dist/_hooks/I18n.d.ts +50 -46
  120. package/dist/_hooks/I18n.js +2 -0
  121. package/dist/_hooks/I18n.js.map +1 -1
  122. package/dist/_hooks/getI18nProviderLocale.js +1 -1
  123. package/dist/_hooks/getI18nProviderLocale.js.map +1 -1
  124. package/dist/_locales/de-DE.json +2 -2
  125. package/dist/_locales/en-AU.json +1 -1
  126. package/dist/_locales/en-CA.json +1 -1
  127. package/dist/_locales/en-GB.json +1 -1
  128. package/dist/_locales/es-ES.json +1 -1
  129. package/dist/_locales/es.json +3 -3
  130. package/dist/_locales/fr-CA.json +2 -2
  131. package/dist/_locales/fr-FR.json +2 -2
  132. package/dist/_locales/is-IS.json +2 -2
  133. package/dist/_locales/it-IT.json +47 -47
  134. package/dist/_locales/ja-JP.json +1 -1
  135. package/dist/_locales/pl-PL.json +1 -1
  136. package/dist/_locales/pt-BR.json +2 -2
  137. package/dist/_locales/pt-PT.json +89 -89
  138. package/dist/_locales/th-TH.json +4 -4
  139. package/dist/_locales/zh-SG.json +1 -1
  140. package/dist/_locales/zh-TW.json +4 -4
  141. package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
  142. package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
  143. package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
  144. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  145. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
  146. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  147. package/dist/_typedoc/Banner/Banner.types.json +13 -13
  148. package/dist/_typedoc/Box/Box.types.json +68 -68
  149. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  150. package/dist/_typedoc/Button/Button.types.json +13 -13
  151. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  152. package/dist/_typedoc/Card/Card.types.json +6 -6
  153. package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
  154. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  155. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  156. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  157. package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
  158. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  159. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +30 -30
  160. package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
  161. package/dist/_typedoc/EmptyState/EmptyState.types.json +16 -16
  162. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  163. package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
  164. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  165. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  166. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  167. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  168. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  169. package/dist/_typedoc/Form/Form.types.json +753 -743
  170. package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
  171. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  172. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
  173. package/dist/_typedoc/Input/Input.types.json +2 -2
  174. package/dist/_typedoc/Link/Link.types.json +1 -1
  175. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  176. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  177. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +77 -77
  178. package/dist/_typedoc/Modal/Modal.types.json +46 -46
  179. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  180. package/dist/_typedoc/NextTile/NextTile.types.json +32 -32
  181. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  182. package/dist/_typedoc/NumberInput/NumberInput.types.json +48 -48
  183. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +32 -32
  184. package/dist/_typedoc/PageLayout/PageLayout.types.json +26 -26
  185. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  186. package/dist/_typedoc/Panel/Panel.types.json +30 -30
  187. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  188. package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
  189. package/dist/_typedoc/Popover/Popover.types.json +15 -15
  190. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
  191. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  192. package/dist/_typedoc/Required/Required.types.json +5 -5
  193. package/dist/_typedoc/Search/Search.types.json +18 -18
  194. package/dist/_typedoc/Section/Section.types.json +15 -15
  195. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
  196. package/dist/_typedoc/Select/Select.types.json +60 -60
  197. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
  198. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  199. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  200. package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
  201. package/dist/_typedoc/Table/Table.types.json +101 -101
  202. package/dist/_typedoc/Tabs/Tabs.types.json +20 -20
  203. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
  204. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  205. package/dist/_typedoc/TextEditor/TextEditor.types.json +9 -9
  206. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
  207. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  208. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
  209. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
  210. package/dist/_typedoc/Tile/Tile.types.json +8 -8
  211. package/dist/_typedoc/Title/Title.types.json +1 -1
  212. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  213. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
  214. package/dist/_typedoc/Token/Token.types.json +7 -7
  215. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  216. package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +19 -8
  217. package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
  218. package/dist/_typedoc/Tree/Tree.types.json +86 -86
  219. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  220. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  221. package/dist/_typedoc/_utils/types.json +3 -3
  222. package/dist/_typedoc/deprecations.json +1 -1
  223. package/package.json +14 -14
@@ -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/Loader/Loader.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Loader/Loader.types.ts#L7"
13
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Loader/Loader.types.ts#L7"
14
14
  },
15
15
  {
16
16
  "name": "aria-valuetext",
@@ -21,7 +21,7 @@
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>a11y</dt><dd><p>Assistive technologies often present the value of <code>aria-valuenow</code> as a percentage.\nIf this would not be accurate, use this property to make the progress bar value understandable.</p>\n</dd><dt>since</dt><dd><p>11.8.0</p>\n</dd></dl></div>",
22
22
  "a11y": "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",
23
23
  "sourceFile": "packages/core-react/src/ProgressBar/ProgressBar.types.ts",
24
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/ProgressBar/ProgressBar.types.ts#L15"
24
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/ProgressBar/ProgressBar.types.ts#L15"
25
25
  },
26
26
  {
27
27
  "name": "children",
@@ -31,7 +31,7 @@
31
31
  "description": "",
32
32
  "descriptionHtml": "",
33
33
  "sourceFile": "packages/core-react/src/_utils/types.ts",
34
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/_utils/types.ts#L42"
34
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/_utils/types.ts#L42"
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/d7acf0a/packages/core-react/src/_utils/types.ts#L47"
44
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/_utils/types.ts#L47"
45
45
  },
46
46
  {
47
47
  "name": "role",
@@ -51,7 +51,7 @@
51
51
  "description": "",
52
52
  "descriptionHtml": "",
53
53
  "sourceFile": "packages/core-react/src/Loader/Loader.types.ts",
54
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Loader/Loader.types.ts#L8"
54
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Loader/Loader.types.ts#L8"
55
55
  },
56
56
  {
57
57
  "name": "style",
@@ -61,7 +61,7 @@
61
61
  "description": "Additional CSS styles",
62
62
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
63
63
  "sourceFile": "packages/core-react/src/_utils/types.ts",
64
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/_utils/types.ts#L52"
64
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/_utils/types.ts#L52"
65
65
  },
66
66
  {
67
67
  "name": "value",
@@ -71,7 +71,7 @@
71
71
  "description": "",
72
72
  "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>",
73
73
  "sourceFile": "packages/core-react/src/Loader/Loader.types.ts",
74
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Loader/Loader.types.ts#L12"
74
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Loader/Loader.types.ts#L12"
75
75
  }
76
76
  ],
77
77
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "Selected state of the radio button",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Selected state of the radio button</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
12
12
  "sourceFile": "packages/core-react/src/RadioButton/RadioButton.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/RadioButton/RadioButton.types.ts#L8"
13
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/RadioButton/RadioButton.types.ts#L8"
14
14
  },
15
15
  {
16
16
  "name": "children",
@@ -20,7 +20,7 @@
20
20
  "description": "",
21
21
  "descriptionHtml": "",
22
22
  "sourceFile": "packages/core-react/src/_utils/types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/_utils/types.ts#L42"
23
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/_utils/types.ts#L42"
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/d7acf0a/packages/core-react/src/_utils/types.ts#L47"
33
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/_utils/types.ts#L47"
34
34
  },
35
35
  {
36
36
  "name": "disabled",
@@ -40,7 +40,7 @@
40
40
  "description": "Disabled state of the radio button",
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Disabled state of the radio button</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
42
42
  "sourceFile": "packages/core-react/src/RadioButton/RadioButton.types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/RadioButton/RadioButton.types.ts#L14"
43
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/RadioButton/RadioButton.types.ts#L14"
44
44
  },
45
45
  {
46
46
  "name": "error",
@@ -50,7 +50,7 @@
50
50
  "description": "Error state of the radio button",
51
51
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Error state of the radio button</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
52
52
  "sourceFile": "packages/core-react/src/RadioButton/RadioButton.types.ts",
53
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/RadioButton/RadioButton.types.ts#L20"
53
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/RadioButton/RadioButton.types.ts#L20"
54
54
  },
55
55
  {
56
56
  "name": "style",
@@ -60,7 +60,7 @@
60
60
  "description": "Additional CSS styles",
61
61
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
62
62
  "sourceFile": "packages/core-react/src/_utils/types.ts",
63
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/_utils/types.ts#L52"
63
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/_utils/types.ts#L52"
64
64
  }
65
65
  ],
66
66
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "If provided, takes the place of label normally reading \"required fields\"",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>If provided, takes the place of label normally reading &quot;required fields&quot;</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
12
12
  "sourceFile": "packages/core-react/src/Required/Required.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Required/Required.types.ts#L8"
13
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Required/Required.types.ts#L8"
14
14
  },
15
15
  {
16
16
  "name": "className",
@@ -20,7 +20,7 @@
20
20
  "description": "Additional classNames",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
22
22
  "sourceFile": "packages/core-react/src/_utils/types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/_utils/types.ts#L47"
23
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/_utils/types.ts#L47"
24
24
  },
25
25
  {
26
26
  "name": "i18nScope",
@@ -30,7 +30,7 @@
30
30
  "description": "Changes where I18n looks for the requiredFields key",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes where I18n looks for the requiredFields key</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
32
32
  "sourceFile": "packages/core-react/src/Required/Required.types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Required/Required.types.ts#L13"
33
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Required/Required.types.ts#L13"
34
34
  },
35
35
  {
36
36
  "name": "showLabel",
@@ -40,7 +40,7 @@
40
40
  "description": "Controls showing text reading \"required fields\"",
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls showing text reading &quot;required fields&quot;</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
42
42
  "sourceFile": "packages/core-react/src/Required/Required.types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Required/Required.types.ts#L18"
43
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Required/Required.types.ts#L18"
44
44
  },
45
45
  {
46
46
  "name": "style",
@@ -50,7 +50,7 @@
50
50
  "description": "Additional CSS styles",
51
51
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
52
52
  "sourceFile": "packages/core-react/src/_utils/types.ts",
53
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/_utils/types.ts#L52"
53
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/_utils/types.ts#L52"
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/Search/Search.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Search/Search.types.ts#L50"
13
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Search/Search.types.ts#L50"
14
14
  },
15
15
  {
16
16
  "name": "isEmpty",
@@ -20,7 +20,7 @@
20
20
  "description": "",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
22
22
  "sourceFile": "packages/core-react/src/Search/Search.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Search/Search.types.ts#L61"
23
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Search/Search.types.ts#L61"
24
24
  },
25
25
  {
26
26
  "name": "value",
@@ -30,7 +30,7 @@
30
30
  "description": "",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
32
32
  "sourceFile": "packages/core-react/src/Search/Search.types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Search/Search.types.ts#L73"
33
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Search/Search.types.ts#L73"
34
34
  },
35
35
  {
36
36
  "name": "clear",
@@ -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/Search/Search.types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Search/Search.types.ts#L57"
43
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Search/Search.types.ts#L57"
44
44
  },
45
45
  {
46
46
  "name": "onChange",
@@ -50,7 +50,7 @@
50
50
  "description": "",
51
51
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
52
52
  "sourceFile": "packages/core-react/src/Search/Search.types.ts",
53
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Search/Search.types.ts#L65"
53
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Search/Search.types.ts#L65"
54
54
  },
55
55
  {
56
56
  "name": "submit",
@@ -60,7 +60,7 @@
60
60
  "description": "",
61
61
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
62
62
  "sourceFile": "packages/core-react/src/Search/Search.types.ts",
63
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Search/Search.types.ts#L69"
63
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Search/Search.types.ts#L69"
64
64
  }
65
65
  ],
66
66
  "description": ""
@@ -76,7 +76,7 @@
76
76
  "description": "",
77
77
  "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>",
78
78
  "sourceFile": "packages/core-react/src/Search/Search.types.ts",
79
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Search/Search.types.ts#L8"
79
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Search/Search.types.ts#L8"
80
80
  },
81
81
  {
82
82
  "name": "onChange",
@@ -86,7 +86,7 @@
86
86
  "description": "",
87
87
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>The <code>onChange</code> prop has been deprecated and will be removed in a future version.</p>\n<p>A new component, <code>Typeahead</code>, has been introduced with specific UX for typeahead-like\nbehavior. Please use this component instead.</p>\n<p><strong>Before</strong></p>\n<p>&lt;Search typeahead onChange={() =&gt; { ... }} /&gt;</p>\n<p><strong>After</strong></p>\n<p>&lt;Typeahead onChange={() =&gt; { ... }} /&gt;</p>\n</dd><dt>deprecatedsince</dt><dd><p>10.20.0</p>\n</dd><dt>see</dt><dd><p><a href=\"https://core.procore.com/latest/web/components/typeahead/react/\">https://core.procore.com/latest/web/components/typeahead/react/</a></p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
88
88
  "sourceFile": "packages/core-react/src/Search/Search.types.ts",
89
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Search/Search.types.ts#L30"
89
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Search/Search.types.ts#L30"
90
90
  },
91
91
  {
92
92
  "name": "onClear",
@@ -96,7 +96,7 @@
96
96
  "description": "",
97
97
  "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>",
98
98
  "sourceFile": "packages/core-react/src/Search/Search.types.ts",
99
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Search/Search.types.ts#L34"
99
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Search/Search.types.ts#L34"
100
100
  },
101
101
  {
102
102
  "name": "onSubmit",
@@ -106,7 +106,7 @@
106
106
  "description": "Input handler for search variant\n```\n(value: string) => void\n```",
107
107
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Input handler for search variant</p>\n<pre><code>(value: string) =&gt; void\n</code></pre>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
108
108
  "sourceFile": "packages/core-react/src/Search/Search.types.ts",
109
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Search/Search.types.ts#L43"
109
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Search/Search.types.ts#L43"
110
110
  }
111
111
  ],
112
112
  "description": ""
@@ -122,7 +122,7 @@
122
122
  "description": "",
123
123
  "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>",
124
124
  "sourceFile": "packages/core-react/src/Search/Search.types.ts",
125
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Search/Search.types.ts#L82"
125
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Search/Search.types.ts#L82"
126
126
  },
127
127
  {
128
128
  "name": "error",
@@ -134,7 +134,7 @@
134
134
  "deprecated": "No known system use cases. Please raise with design if this pattern would be applicable to you.\n",
135
135
  "deprecatedSince": "12.18.0",
136
136
  "sourceFile": "packages/core-react/src/Search/Search.types.ts",
137
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Search/Search.types.ts#L87"
137
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Search/Search.types.ts#L87"
138
138
  },
139
139
  {
140
140
  "name": "initialValue",
@@ -144,7 +144,7 @@
144
144
  "description": "",
145
145
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
146
146
  "sourceFile": "packages/core-react/src/Search/Search.types.ts",
147
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Search/Search.types.ts#L8"
147
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Search/Search.types.ts#L8"
148
148
  },
149
149
  {
150
150
  "name": "usingHook",
@@ -154,7 +154,7 @@
154
154
  "description": "",
155
155
  "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>",
156
156
  "sourceFile": "packages/core-react/src/Search/Search.types.ts",
157
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Search/Search.types.ts#L91"
157
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Search/Search.types.ts#L91"
158
158
  },
159
159
  {
160
160
  "name": "value",
@@ -164,7 +164,7 @@
164
164
  "description": "Initial value string",
165
165
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Initial value string</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;&#39;</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
166
166
  "sourceFile": "packages/core-react/src/Search/Search.types.ts",
167
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Search/Search.types.ts#L97"
167
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Search/Search.types.ts#L97"
168
168
  },
169
169
  {
170
170
  "name": "variant",
@@ -176,7 +176,7 @@
176
176
  "deprecated": "Use the `error` prop instead",
177
177
  "deprecatedSince": "11",
178
178
  "sourceFile": "packages/core-react/src/Input/Input.types.ts",
179
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Input/Input.types.ts#L15"
179
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Input/Input.types.ts#L15"
180
180
  },
181
181
  {
182
182
  "name": "onClear",
@@ -186,7 +186,7 @@
186
186
  "description": "",
187
187
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
188
188
  "sourceFile": "packages/core-react/src/Search/Search.types.ts",
189
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Search/Search.types.ts#L34"
189
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Search/Search.types.ts#L34"
190
190
  },
191
191
  {
192
192
  "name": "onSubmit",
@@ -196,7 +196,7 @@
196
196
  "description": "Input handler for search variant\n```\n(value: string) => void\n```",
197
197
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Input handler for search variant</p>\n<pre><code>(value: string) =&gt; void\n</code></pre>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
198
198
  "sourceFile": "packages/core-react/src/Search/Search.types.ts",
199
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Search/Search.types.ts#L43"
199
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Search/Search.types.ts#L43"
200
200
  }
201
201
  ],
202
202
  "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/Section/Section.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Section/Section.types.ts#L60"
13
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Section/Section.types.ts#L60"
14
14
  },
15
15
  {
16
16
  "name": "setSection",
@@ -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/Section/Section.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Section/Section.types.ts#L64"
23
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Section/Section.types.ts#L64"
24
24
  },
25
25
  {
26
26
  "name": "toggleSection",
@@ -30,7 +30,7 @@
30
30
  "description": "",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
32
32
  "sourceFile": "packages/core-react/src/Section/Section.types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Section/Section.types.ts#L68"
33
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Section/Section.types.ts#L68"
34
34
  }
35
35
  ],
36
36
  "description": ""
@@ -46,7 +46,7 @@
46
46
  "description": "",
47
47
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>Actions of Buttons and Dropdowns to render. If a function,\nthe open state is provided as <code>open</code> key</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
48
48
  "sourceFile": "packages/core-react/src/Section/Section.types.ts",
49
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Section/Section.types.ts#L17"
49
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Section/Section.types.ts#L17"
50
50
  },
51
51
  {
52
52
  "name": "assets",
@@ -56,7 +56,7 @@
56
56
  "description": "",
57
57
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>Title assets</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
58
58
  "sourceFile": "packages/core-react/src/Section/Section.types.ts",
59
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Section/Section.types.ts#L43"
59
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Section/Section.types.ts#L43"
60
60
  },
61
61
  {
62
62
  "name": "banner",
@@ -66,7 +66,7 @@
66
66
  "description": "",
67
67
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>12.9.0</p>\n</dd></dl></div>",
68
68
  "sourceFile": "packages/core-react/src/Section/Section.types.ts",
69
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Section/Section.types.ts#L21"
69
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Section/Section.types.ts#L21"
70
70
  },
71
71
  {
72
72
  "name": "children",
@@ -76,7 +76,7 @@
76
76
  "description": "",
77
77
  "descriptionHtml": "",
78
78
  "sourceFile": "packages/core-react/src/_utils/types.ts",
79
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/_utils/types.ts#L42"
79
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/_utils/types.ts#L42"
80
80
  },
81
81
  {
82
82
  "name": "className",
@@ -86,7 +86,7 @@
86
86
  "description": "Additional classNames",
87
87
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
88
88
  "sourceFile": "packages/core-react/src/_utils/types.ts",
89
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/_utils/types.ts#L47"
89
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/_utils/types.ts#L47"
90
90
  },
91
91
  {
92
92
  "name": "expandId",
@@ -96,7 +96,7 @@
96
96
  "description": "",
97
97
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>Enable the expand and collapse accordion feature.\n Requires a unique ID across sections, unique within the provider (DetailPage.Card) and\n requires a heading on the section. Closed sections will not render its children.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
98
98
  "sourceFile": "packages/core-react/src/Section/Section.types.ts",
99
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Section/Section.types.ts#L28"
99
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Section/Section.types.ts#L28"
100
100
  },
101
101
  {
102
102
  "name": "heading",
@@ -106,7 +106,7 @@
106
106
  "description": "",
107
107
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>Heading text for the section</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
108
108
  "sourceFile": "packages/core-react/src/Section/Section.types.ts",
109
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Section/Section.types.ts#L33"
109
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Section/Section.types.ts#L33"
110
110
  },
111
111
  {
112
112
  "name": "initialIsOpen",
@@ -116,7 +116,7 @@
116
116
  "description": "",
117
117
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>If expandable, start open or closed</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
118
118
  "sourceFile": "packages/core-react/src/Section/Section.types.ts",
119
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Section/Section.types.ts#L38"
119
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Section/Section.types.ts#L38"
120
120
  },
121
121
  {
122
122
  "name": "pills",
@@ -126,7 +126,7 @@
126
126
  "description": "",
127
127
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>Title pills</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
128
128
  "sourceFile": "packages/core-react/src/Section/Section.types.ts",
129
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Section/Section.types.ts#L48"
129
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Section/Section.types.ts#L48"
130
130
  },
131
131
  {
132
132
  "name": "style",
@@ -136,7 +136,7 @@
136
136
  "description": "Additional CSS styles",
137
137
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
138
138
  "sourceFile": "packages/core-react/src/_utils/types.ts",
139
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/_utils/types.ts#L52"
139
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/_utils/types.ts#L52"
140
140
  },
141
141
  {
142
142
  "name": "subtext",
@@ -146,7 +146,7 @@
146
146
  "description": "",
147
147
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>Title subtext</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
148
148
  "sourceFile": "packages/core-react/src/Section/Section.types.ts",
149
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Section/Section.types.ts#L53"
149
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Section/Section.types.ts#L53"
150
150
  }
151
151
  ],
152
152
  "description": ""
@@ -162,7 +162,7 @@
162
162
  "description": "",
163
163
  "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>",
164
164
  "sourceFile": "packages/core-react/src/Section/Section.types.ts",
165
- "sourceUrl": "https://github.com/procore/core/blob/d7acf0a/packages/core-react/src/Section/Section.types.ts#L8"
165
+ "sourceUrl": "https://github.com/procore/core/blob/f6f4377/packages/core-react/src/Section/Section.types.ts#L8"
166
166
  }
167
167
  ],
168
168
  "description": ""