@procore/core-react 12.3.0 → 12.4.1

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 (211) hide show
  1. package/dist/AnchorNavigation/AnchorNavigation.d.ts +6 -6
  2. package/dist/AnchorNavigation/AnchorNavigation.js +22 -33
  3. package/dist/AnchorNavigation/AnchorNavigation.js.map +1 -1
  4. package/dist/AnchorNavigation/AnchorNavigation.styles.d.ts +2 -2
  5. package/dist/AnchorNavigation/AnchorNavigation.styles.js +11 -11
  6. package/dist/AnchorNavigation/AnchorNavigation.styles.js.map +1 -1
  7. package/dist/AnchorNavigation/AnchorNavigation.types.d.ts +7 -0
  8. package/dist/AnchorNavigation/AnchorNavigation.types.js +2 -0
  9. package/dist/AnchorNavigation/AnchorNavigation.types.js.map +1 -0
  10. package/dist/AnchorNavigation/AnchorNavigationProvider.d.ts +23 -0
  11. package/dist/AnchorNavigation/AnchorNavigationProvider.js +177 -0
  12. package/dist/AnchorNavigation/AnchorNavigationProvider.js.map +1 -0
  13. package/dist/Avatar/Avatar.styles.js +5 -5
  14. package/dist/AvatarStack/AvatarStack.styles.js +7 -7
  15. package/dist/Badge/Badge.styles.js +2 -2
  16. package/dist/Banner/Banner.styles.js +10 -10
  17. package/dist/Box/Box.styles.js +1 -1
  18. package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
  19. package/dist/Button/Button.styles.js +5 -5
  20. package/dist/Calendar/Calendar.styles.js +8 -8
  21. package/dist/Card/Card.styles.js +1 -1
  22. package/dist/Checkbox/Checkbox.styles.js +6 -6
  23. package/dist/Checkbox/CheckboxTooltip.js +1 -1
  24. package/dist/ContactItem/ContactItem.styles.js +5 -5
  25. package/dist/Content/Content.styles.js +2 -2
  26. package/dist/DateInput/DateInput.styles.js +6 -6
  27. package/dist/DetailPage/DetailPage.d.ts +4 -3
  28. package/dist/DetailPage/DetailPage.js +50 -10
  29. package/dist/DetailPage/DetailPage.js.map +1 -1
  30. package/dist/DetailPage/DetailPage.styles.js +7 -7
  31. package/dist/DetailPage/DetailPage.types.d.ts +9 -1
  32. package/dist/DetailPage/DetailPage.types.js.map +1 -1
  33. package/dist/Dropdown/Dropdown.styles.js +3 -3
  34. package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
  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/EmptyState/index.d.ts +1 -0
  39. package/dist/EmptyState/index.js +1 -0
  40. package/dist/EmptyState/index.js.map +1 -1
  41. package/dist/Field/Field.styles.js +3 -3
  42. package/dist/FileList/FileList.styles.js +4 -4
  43. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  44. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
  45. package/dist/FileSelect/FileSelect.styles.js +2 -2
  46. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
  47. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
  48. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  49. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  50. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  51. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  52. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  53. package/dist/FileToken/FileToken.styles.js +4 -4
  54. package/dist/FilterToken/FilterToken.styles.js +2 -2
  55. package/dist/FlexList/FlexList.styles.js +1 -1
  56. package/dist/Form/Form.styles.js +14 -14
  57. package/dist/Form/StyledFormikForm.styles.js +2 -2
  58. package/dist/Form/index.d.ts +1 -1
  59. package/dist/Form/index.js +1 -1
  60. package/dist/Form/index.js.map +1 -1
  61. package/dist/Grid/Grid.styles.js +2 -2
  62. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  63. package/dist/Input/Input.styles.js +1 -1
  64. package/dist/Link/Link.styles.js +1 -1
  65. package/dist/ListPage/ListPage.styles.js +8 -8
  66. package/dist/Loader/Loader.styles.js +2 -2
  67. package/dist/MenuImperative/MenuImperative.styles.js +10 -10
  68. package/dist/Modal/Modal.styles.js +13 -13
  69. package/dist/MultiSelect/MultiSelect.styles.js +6 -6
  70. package/dist/NextMenu/NextMenu.styles.js +3 -3
  71. package/dist/Notation/Notation.js +1 -1
  72. package/dist/NumberInput/NumberInput.styles.js +7 -7
  73. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  74. package/dist/OverlayTrigger/index.d.ts +1 -1
  75. package/dist/OverlayTrigger/index.js +1 -1
  76. package/dist/OverlayTrigger/index.js.map +1 -1
  77. package/dist/PageLayout/PageLayout.js +8 -10
  78. package/dist/PageLayout/PageLayout.js.map +1 -1
  79. package/dist/PageLayout/PageLayout.styles.js +15 -15
  80. package/dist/PageLayout/PageLayout.types.d.ts +4 -3
  81. package/dist/PageLayout/PageLayout.types.js.map +1 -1
  82. package/dist/Pagination/Pagination.styles.js +5 -5
  83. package/dist/Panel/Panel.styles.js +11 -11
  84. package/dist/Pill/Pill.styles.js +2 -2
  85. package/dist/PillSelect/PillSelect.styles.js +4 -4
  86. package/dist/Popover/Popover.styles.js +2 -2
  87. package/dist/Portal/Portal.styles.js +1 -1
  88. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  89. package/dist/RadioButton/RadioButton.styles.js +3 -3
  90. package/dist/Required/Required.styles.js +3 -3
  91. package/dist/Search/Search.styles.js +5 -5
  92. package/dist/Section/Section.styles.js +6 -6
  93. package/dist/SegmentedController/SegmentedController.styles.js +4 -4
  94. package/dist/Select/Select.styles.js +7 -7
  95. package/dist/Select/index.d.ts +1 -1
  96. package/dist/Select/index.js +1 -1
  97. package/dist/Select/index.js.map +1 -1
  98. package/dist/Semantic/Semantic.styles.js +9 -9
  99. package/dist/SettingsPage/SettingsPage.d.ts +1 -1
  100. package/dist/SettingsPage/SettingsPage.js +10 -3
  101. package/dist/SettingsPage/SettingsPage.js.map +1 -1
  102. package/dist/Slider/Slider.styles.js +5 -5
  103. package/dist/Spinner/Spinner.styles.js +7 -7
  104. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  105. package/dist/SuperSelect/SuperSelect.styles.js +37 -37
  106. package/dist/Switch/Switch.styles.js +4 -4
  107. package/dist/Table/Table.styles.js +28 -28
  108. package/dist/TableShelf/TableShelf.styles.js +5 -5
  109. package/dist/Tabs/Tabs.styles.js +8 -8
  110. package/dist/Tearsheet/Tearsheet.styles.js +5 -5
  111. package/dist/TextArea/TextArea.styles.js +2 -2
  112. package/dist/TextArea/TextArea.styles.js.map +1 -1
  113. package/dist/TextArea/TextArea.types.d.ts +1 -0
  114. package/dist/TextArea/TextArea.types.js.map +1 -1
  115. package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
  116. package/dist/Thumbnail/Thumbnail.styles.js +17 -17
  117. package/dist/Thumbnail/index.d.ts +1 -1
  118. package/dist/Thumbnail/index.js +1 -0
  119. package/dist/Thumbnail/index.js.map +1 -1
  120. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  121. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  122. package/dist/Tile/Tile.styles.js +8 -8
  123. package/dist/Title/Title.styles.js +7 -7
  124. package/dist/Toast/Toast.styles.js +3 -3
  125. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  126. package/dist/Token/Token.styles.js +3 -3
  127. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  128. package/dist/Tooltip/Tooltip.styles.js +2 -2
  129. package/dist/Tree/Tree.styles.js +9 -9
  130. package/dist/Tree/index.d.ts +1 -0
  131. package/dist/Tree/index.js +1 -0
  132. package/dist/Tree/index.js.map +1 -1
  133. package/dist/Typeahead/Typeahead.styles.js +3 -3
  134. package/dist/Typography/Typography.styles.js +1 -1
  135. package/dist/Typography/Typography.table.story.js +2 -2
  136. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  137. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +23 -23
  138. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  139. package/dist/_typedoc/Banner/Banner.types.json +13 -13
  140. package/dist/_typedoc/Box/Box.types.json +68 -68
  141. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  142. package/dist/_typedoc/Button/Button.types.json +12 -12
  143. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  144. package/dist/_typedoc/Card/Card.types.json +6 -6
  145. package/dist/_typedoc/Checkbox/Checkbox.types.json +9 -9
  146. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  147. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  148. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  149. package/dist/_typedoc/DetailPage/DetailPage.types.json +14 -4
  150. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  151. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +29 -29
  152. package/dist/_typedoc/Dropzone/Dropzone.types.json +41 -41
  153. package/dist/_typedoc/EmptyState/EmptyState.types.json +14 -14
  154. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  155. package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
  156. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  157. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  158. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  159. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  160. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  161. package/dist/_typedoc/Form/Form.types.json +728 -728
  162. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  163. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
  164. package/dist/_typedoc/Input/Input.types.json +2 -2
  165. package/dist/_typedoc/Link/Link.types.json +4 -4
  166. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  167. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  168. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +74 -74
  169. package/dist/_typedoc/Modal/Modal.types.json +41 -41
  170. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  171. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  172. package/dist/_typedoc/NumberInput/NumberInput.types.json +37 -37
  173. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +31 -31
  174. package/dist/_typedoc/PageLayout/PageLayout.types.json +48 -28
  175. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  176. package/dist/_typedoc/Panel/Panel.types.json +27 -27
  177. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  178. package/dist/_typedoc/PillSelect/PillSelect.types.json +47 -47
  179. package/dist/_typedoc/Popover/Popover.types.json +14 -14
  180. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +6 -6
  181. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  182. package/dist/_typedoc/Required/Required.types.json +5 -5
  183. package/dist/_typedoc/Search/Search.types.json +18 -18
  184. package/dist/_typedoc/Section/Section.types.json +14 -14
  185. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +20 -20
  186. package/dist/_typedoc/Select/Select.types.json +57 -57
  187. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +19 -9
  188. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  189. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  190. package/dist/_typedoc/Switch/Switch.types.json +3 -3
  191. package/dist/_typedoc/Table/Table.types.json +99 -99
  192. package/dist/_typedoc/Tabs/Tabs.types.json +17 -17
  193. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +16 -16
  194. package/dist/_typedoc/TextArea/TextArea.types.json +4 -4
  195. package/dist/_typedoc/TextEditor/TextEditor.types.json +9 -9
  196. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
  197. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  198. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
  199. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
  200. package/dist/_typedoc/Tile/Tile.types.json +30 -30
  201. package/dist/_typedoc/Title/Title.types.json +1 -1
  202. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  203. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +3 -3
  204. package/dist/_typedoc/Token/Token.types.json +4 -4
  205. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  206. package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
  207. package/dist/_typedoc/Tree/Tree.types.json +86 -86
  208. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  209. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  210. package/dist/_typedoc/_utils/types.json +3 -3
  211. package/package.json +1 -1
@@ -10,7 +10,7 @@
10
10
  "description": "",
11
11
  "descriptionHtml": "",
12
12
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L39"
13
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L39"
14
14
  },
15
15
  {
16
16
  "name": "aria-details",
@@ -20,7 +20,7 @@
20
20
  "description": "",
21
21
  "descriptionHtml": "",
22
22
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L40"
23
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L40"
24
24
  },
25
25
  {
26
26
  "name": "aria-label",
@@ -30,7 +30,7 @@
30
30
  "description": "",
31
31
  "descriptionHtml": "",
32
32
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L38"
33
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L38"
34
34
  },
35
35
  {
36
36
  "name": "aria-labelledby",
@@ -40,7 +40,7 @@
40
40
  "description": "",
41
41
  "descriptionHtml": "",
42
42
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L37"
43
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L37"
44
44
  },
45
45
  {
46
46
  "name": "arrow",
@@ -50,7 +50,7 @@
50
50
  "description": "",
51
51
  "descriptionHtml": "",
52
52
  "sourceFile": "packages/core-react/src/Overlay/Overlay.tsx",
53
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/Overlay/Overlay.tsx#L16"
53
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/Overlay/Overlay.tsx#L16"
54
54
  },
55
55
  {
56
56
  "name": "autoFocus",
@@ -60,7 +60,7 @@
60
60
  "description": "Whether to auto focus the first focusable element in the overlay on mount.\nTrue by default for role \"dialog\"",
61
61
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether to auto focus the first focusable element in the overlay on mount.\nTrue by default for role &quot;dialog&quot;</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.5.0</p>\n</dd></dl></div>",
62
62
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
63
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L121"
63
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L121"
64
64
  },
65
65
  {
66
66
  "name": "beforeHide",
@@ -70,7 +70,7 @@
70
70
  "description": " The callback to run before the overlay is hidden. Returning\n `false` will prevent hiding.\n```\n(e: event) => boolean | Promise | undefined\n```",
71
71
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p> The callback to run before the overlay is hidden. Returning\n <code>false</code> will prevent hiding.</p>\n<pre><code>(e: event) =&gt; boolean | Promise | undefined\n</code></pre>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
72
72
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
73
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L49"
73
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L49"
74
74
  },
75
75
  {
76
76
  "name": "beforeShow",
@@ -80,7 +80,7 @@
80
80
  "description": " The callback to run before the overlay is shown. Returning\n `false` will prevent showing.\n```\n(e: event) => boolean | Promise | undefined\n```",
81
81
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p> The callback to run before the overlay is shown. Returning\n <code>false</code> will prevent showing.</p>\n<pre><code>(e: event) =&gt; boolean | Promise | undefined\n</code></pre>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
82
82
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
83
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L58"
83
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L58"
84
84
  },
85
85
  {
86
86
  "name": "canFlip",
@@ -90,7 +90,7 @@
90
90
  "description": "",
91
91
  "descriptionHtml": "",
92
92
  "sourceFile": "packages/core-react/src/_hooks/Anchor.tsx",
93
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_hooks/Anchor.tsx#L15"
93
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_hooks/Anchor.tsx#L15"
94
94
  },
95
95
  {
96
96
  "name": "children",
@@ -100,7 +100,7 @@
100
100
  "description": "",
101
101
  "descriptionHtml": "",
102
102
  "sourceFile": "packages/core-react/src/_utils/types.ts",
103
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_utils/types.ts#L38"
103
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L38"
104
104
  },
105
105
  {
106
106
  "name": "clickOutsideIgnoreRefs",
@@ -110,7 +110,7 @@
110
110
  "description": "Additional refs to check for clickOutside behavior",
111
111
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional refs to check for clickOutside behavior</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
112
112
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
113
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L64"
113
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L64"
114
114
  },
115
115
  {
116
116
  "name": "containFocus",
@@ -120,7 +120,7 @@
120
120
  "description": "Whether to contain focus inside the overlay, so users cannot move focus outside, for example in a modal dialog.\nTrue by default for role \"dialog\"",
121
121
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether to contain focus inside the overlay, so users cannot move focus outside, for example in a modal dialog.\nTrue by default for role &quot;dialog&quot;</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.5.0</p>\n</dd></dl></div>",
122
122
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
123
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L128"
123
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L128"
124
124
  },
125
125
  {
126
126
  "name": "container",
@@ -130,7 +130,7 @@
130
130
  "description": "",
131
131
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
132
132
  "sourceFile": "packages/core-react/src/Portal/Portal.types.ts",
133
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/Portal/Portal.types.ts#L7"
133
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/Portal/Portal.types.ts#L7"
134
134
  },
135
135
  {
136
136
  "name": "hideDelay",
@@ -140,7 +140,7 @@
140
140
  "description": "The delay when hiding the overlay",
141
141
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The delay when hiding the overlay</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
142
142
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
143
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L70"
143
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L70"
144
144
  },
145
145
  {
146
146
  "name": "hideKeys",
@@ -151,7 +151,7 @@
151
151
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Keys to hide the overlay when the overlay is focused</p>\n</div><dl class=\"tsd-comment-tags\"><dt>a11y</dt><dd><p>OverlayTrigger by default closes on tab. To remove tab from closing\nand have only Esc keys, set &quot;containFocus&quot; to true, or opt-in to a full dialog role.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
152
152
  "a11y": "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.",
153
153
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
154
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L78"
154
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L78"
155
155
  },
156
156
  {
157
157
  "name": "initialIsVisible",
@@ -161,7 +161,7 @@
161
161
  "description": "",
162
162
  "descriptionHtml": "",
163
163
  "sourceFile": "packages/core-react/src/_hooks/Visibility.tsx",
164
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_hooks/Visibility.tsx#L12"
164
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_hooks/Visibility.tsx#L12"
165
165
  },
166
166
  {
167
167
  "name": "overlay",
@@ -171,7 +171,7 @@
171
171
  "description": "",
172
172
  "descriptionHtml": "",
173
173
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
174
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L82"
174
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L82"
175
175
  },
176
176
  {
177
177
  "name": "overlayRef",
@@ -181,7 +181,7 @@
181
181
  "description": "Toggles overlay visibility",
182
182
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Toggles overlay visibility</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.2.0</p>\n</dd></dl></div>",
183
183
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
184
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L107"
184
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L107"
185
185
  },
186
186
  {
187
187
  "name": "padding",
@@ -191,7 +191,7 @@
191
191
  "description": "",
192
192
  "descriptionHtml": "",
193
193
  "sourceFile": "packages/core-react/src/_hooks/Anchor.tsx",
194
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_hooks/Anchor.tsx#L19"
194
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_hooks/Anchor.tsx#L19"
195
195
  },
196
196
  {
197
197
  "name": "passA11yPropsToOverlay",
@@ -201,7 +201,7 @@
201
201
  "description": "By default, role and id are applied to wrapper. But has knowledge of\nSet to true, if you want OverlayTrigger to place them on your overlay component.",
202
202
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>By default, role and id are applied to wrapper. But has knowledge of\nSet to true, if you want OverlayTrigger to place them on your overlay component.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>11.5.0</p>\n</dd></dl></div>",
203
203
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
204
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L137"
204
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L137"
205
205
  },
206
206
  {
207
207
  "name": "placement",
@@ -211,7 +211,7 @@
211
211
  "description": "",
212
212
  "descriptionHtml": "",
213
213
  "sourceFile": "packages/core-react/src/_hooks/Anchor.tsx",
214
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_hooks/Anchor.tsx#L20"
214
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_hooks/Anchor.tsx#L20"
215
215
  },
216
216
  {
217
217
  "name": "restoreFocusOnHide",
@@ -221,7 +221,7 @@
221
221
  "description": "Restore focus to the target after the overlay is hidden",
222
222
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Restore focus to the target after the overlay is hidden</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>true</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
223
223
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
224
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L89"
224
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L89"
225
225
  },
226
226
  {
227
227
  "name": "role",
@@ -232,7 +232,7 @@
232
232
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Accessibility props.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>a11y</dt><dd><p>May opionate &quot;autoFocus&quot; and &quot;containFocus&quot;</p>\n</dd><dt>since</dt><dd><p>11.2.0</p>\n</dd></dl></div>",
233
233
  "a11y": "May opionate \"autoFocus\" and \"containFocus\"",
234
234
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
235
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L114"
235
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L114"
236
236
  },
237
237
  {
238
238
  "name": "showDelay",
@@ -242,7 +242,7 @@
242
242
  "description": "The delay when showing the overlay",
243
243
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The delay when showing the overlay</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
244
244
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
245
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L95"
245
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L95"
246
246
  },
247
247
  {
248
248
  "name": "showKeys",
@@ -252,7 +252,7 @@
252
252
  "description": "Keys to show the overlay when the target is focused",
253
253
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Keys to show the overlay when the target is focused</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
254
254
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
255
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L101"
255
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L101"
256
256
  },
257
257
  {
258
258
  "name": "shrinkOverlay",
@@ -262,7 +262,7 @@
262
262
  "description": "",
263
263
  "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>",
264
264
  "sourceFile": "packages/core-react/src/Overlay/Overlay.tsx",
265
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/Overlay/Overlay.tsx#L10"
265
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/Overlay/Overlay.tsx#L10"
266
266
  },
267
267
  {
268
268
  "name": "trigger",
@@ -272,7 +272,7 @@
272
272
  "description": "",
273
273
  "descriptionHtml": "",
274
274
  "sourceFile": "packages/core-react/src/_hooks/Trigger.tsx",
275
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_hooks/Trigger.tsx#L30"
275
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_hooks/Trigger.tsx#L30"
276
276
  },
277
277
  {
278
278
  "name": "afterHide",
@@ -282,7 +282,7 @@
282
282
  "description": "",
283
283
  "descriptionHtml": "",
284
284
  "sourceFile": "packages/core-react/src/_hooks/Visibility.tsx",
285
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_hooks/Visibility.tsx#L10"
285
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_hooks/Visibility.tsx#L10"
286
286
  },
287
287
  {
288
288
  "name": "afterShow",
@@ -292,7 +292,7 @@
292
292
  "description": "",
293
293
  "descriptionHtml": "",
294
294
  "sourceFile": "packages/core-react/src/_hooks/Visibility.tsx",
295
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_hooks/Visibility.tsx#L11"
295
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_hooks/Visibility.tsx#L11"
296
296
  }
297
297
  ],
298
298
  "description": ""
@@ -308,7 +308,7 @@
308
308
  "description": "Hide overlay",
309
309
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Hide overlay</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.2.0</p>\n</dd></dl></div>",
310
310
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
311
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L150"
311
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L150"
312
312
  },
313
313
  {
314
314
  "name": "show",
@@ -318,7 +318,7 @@
318
318
  "description": "Show visibility",
319
319
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Show visibility</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.2.0</p>\n</dd></dl></div>",
320
320
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
321
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L145"
321
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L145"
322
322
  }
323
323
  ],
324
324
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "",
11
11
  "descriptionHtml": "",
12
12
  "sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/PageLayout/PageLayout.types.ts#L5"
13
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/PageLayout/PageLayout.types.ts#L5"
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/8639435/packages/core-react/src/_utils/types.ts#L42"
23
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/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/8639435/packages/core-react/src/_utils/types.ts#L47"
33
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L47"
34
34
  },
35
35
  {
36
36
  "name": "open",
@@ -40,7 +40,7 @@
40
40
  "description": "",
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>If the aside block should be open</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
42
42
  "sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/PageLayout/PageLayout.types.ts#L30"
43
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/PageLayout/PageLayout.types.ts#L32"
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/8639435/packages/core-react/src/_utils/types.ts#L52"
53
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L52"
54
54
  }
55
55
  ],
56
56
  "description": ""
@@ -58,6 +58,16 @@
58
58
  "PageBodyNavigationProps": {
59
59
  "name": "PageBodyNavigationProps",
60
60
  "properties": [
61
+ {
62
+ "name": "active",
63
+ "required": true,
64
+ "type": "<span class=\"tsd-signature-type\">string</span>",
65
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
66
+ "description": "",
67
+ "descriptionHtml": "",
68
+ "sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
69
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/PageLayout/PageLayout.types.ts#L15"
70
+ },
61
71
  {
62
72
  "name": "children",
63
73
  "required": false,
@@ -66,7 +76,7 @@
66
76
  "description": "",
67
77
  "descriptionHtml": "",
68
78
  "sourceFile": "packages/core-react/src/_utils/types.ts",
69
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_utils/types.ts#L42"
79
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L42"
70
80
  },
71
81
  {
72
82
  "name": "className",
@@ -76,17 +86,17 @@
76
86
  "description": "Additional classNames",
77
87
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
78
88
  "sourceFile": "packages/core-react/src/_utils/types.ts",
79
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_utils/types.ts#L47"
89
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L47"
80
90
  },
81
91
  {
82
92
  "name": "sections",
83
93
  "required": true,
84
- "type": "<span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">[]</span>",
85
- "typeDetail": "<span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">[]</span>",
94
+ "type": "<span class=\"tsd-signature-type\">AnchorNavigationSection</span><span class=\"tsd-signature-symbol\">[]</span>",
95
+ "typeDetail": "<span class=\"tsd-signature-type\">AnchorNavigationSection</span><span class=\"tsd-signature-symbol\">[]</span>",
86
96
  "description": "",
87
97
  "descriptionHtml": "",
88
98
  "sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
89
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/PageLayout/PageLayout.types.ts#L14"
99
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/PageLayout/PageLayout.types.ts#L14"
90
100
  },
91
101
  {
92
102
  "name": "style",
@@ -96,7 +106,17 @@
96
106
  "description": "Additional CSS styles",
97
107
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
98
108
  "sourceFile": "packages/core-react/src/_utils/types.ts",
99
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_utils/types.ts#L52"
109
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L52"
110
+ },
111
+ {
112
+ "name": "setActive",
113
+ "required": true,
114
+ "type": "Function",
115
+ "typeDetail": "set<wbr/>Active<span class=\"tsd-signature-symbol\">(</span>id<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
116
+ "description": "",
117
+ "descriptionHtml": "",
118
+ "sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
119
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/PageLayout/PageLayout.types.ts#L16"
100
120
  }
101
121
  ],
102
122
  "description": ""
@@ -112,7 +132,7 @@
112
132
  "description": "",
113
133
  "descriptionHtml": "",
114
134
  "sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
115
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/PageLayout/PageLayout.types.ts#L5"
135
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/PageLayout/PageLayout.types.ts#L5"
116
136
  },
117
137
  {
118
138
  "name": "children",
@@ -122,7 +142,7 @@
122
142
  "description": "",
123
143
  "descriptionHtml": "",
124
144
  "sourceFile": "packages/core-react/src/_utils/types.ts",
125
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_utils/types.ts#L42"
145
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L42"
126
146
  },
127
147
  {
128
148
  "name": "className",
@@ -132,7 +152,7 @@
132
152
  "description": "Additional classNames",
133
153
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
134
154
  "sourceFile": "packages/core-react/src/_utils/types.ts",
135
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_utils/types.ts#L47"
155
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L47"
136
156
  },
137
157
  {
138
158
  "name": "style",
@@ -142,7 +162,7 @@
142
162
  "description": "Additional CSS styles",
143
163
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
144
164
  "sourceFile": "packages/core-react/src/_utils/types.ts",
145
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_utils/types.ts#L52"
165
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L52"
146
166
  }
147
167
  ],
148
168
  "description": ""
@@ -158,7 +178,7 @@
158
178
  "description": "",
159
179
  "descriptionHtml": "",
160
180
  "sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
161
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/PageLayout/PageLayout.types.ts#L5"
181
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/PageLayout/PageLayout.types.ts#L5"
162
182
  },
163
183
  {
164
184
  "name": "children",
@@ -168,7 +188,7 @@
168
188
  "description": "",
169
189
  "descriptionHtml": "",
170
190
  "sourceFile": "packages/core-react/src/_utils/types.ts",
171
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_utils/types.ts#L42"
191
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L42"
172
192
  },
173
193
  {
174
194
  "name": "className",
@@ -178,7 +198,7 @@
178
198
  "description": "Additional classNames",
179
199
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
180
200
  "sourceFile": "packages/core-react/src/_utils/types.ts",
181
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_utils/types.ts#L47"
201
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L47"
182
202
  },
183
203
  {
184
204
  "name": "style",
@@ -188,7 +208,7 @@
188
208
  "description": "Additional CSS styles",
189
209
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
190
210
  "sourceFile": "packages/core-react/src/_utils/types.ts",
191
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_utils/types.ts#L52"
211
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L52"
192
212
  }
193
213
  ],
194
214
  "description": ""
@@ -204,7 +224,7 @@
204
224
  "description": "",
205
225
  "descriptionHtml": "",
206
226
  "sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
207
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/PageLayout/PageLayout.types.ts#L5"
227
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/PageLayout/PageLayout.types.ts#L5"
208
228
  },
209
229
  {
210
230
  "name": "children",
@@ -214,7 +234,7 @@
214
234
  "description": "",
215
235
  "descriptionHtml": "",
216
236
  "sourceFile": "packages/core-react/src/_utils/types.ts",
217
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_utils/types.ts#L42"
237
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L42"
218
238
  },
219
239
  {
220
240
  "name": "className",
@@ -224,7 +244,7 @@
224
244
  "description": "Additional classNames",
225
245
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
226
246
  "sourceFile": "packages/core-react/src/_utils/types.ts",
227
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_utils/types.ts#L47"
247
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L47"
228
248
  },
229
249
  {
230
250
  "name": "style",
@@ -234,7 +254,7 @@
234
254
  "description": "Additional CSS styles",
235
255
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
236
256
  "sourceFile": "packages/core-react/src/_utils/types.ts",
237
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_utils/types.ts#L52"
257
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L52"
238
258
  },
239
259
  {
240
260
  "name": "transparent",
@@ -244,7 +264,7 @@
244
264
  "description": "",
245
265
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>If the header should have no background.</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
246
266
  "sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
247
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/PageLayout/PageLayout.types.ts#L22"
267
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/PageLayout/PageLayout.types.ts#L24"
248
268
  }
249
269
  ],
250
270
  "description": ""
@@ -260,7 +280,7 @@
260
280
  "description": "",
261
281
  "descriptionHtml": "",
262
282
  "sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
263
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/PageLayout/PageLayout.types.ts#L5"
283
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/PageLayout/PageLayout.types.ts#L5"
264
284
  },
265
285
  {
266
286
  "name": "children",
@@ -270,7 +290,7 @@
270
290
  "description": "",
271
291
  "descriptionHtml": "",
272
292
  "sourceFile": "packages/core-react/src/_utils/types.ts",
273
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_utils/types.ts#L42"
293
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L42"
274
294
  },
275
295
  {
276
296
  "name": "className",
@@ -280,7 +300,7 @@
280
300
  "description": "Additional classNames",
281
301
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
282
302
  "sourceFile": "packages/core-react/src/_utils/types.ts",
283
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_utils/types.ts#L47"
303
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L47"
284
304
  },
285
305
  {
286
306
  "name": "style",
@@ -290,7 +310,7 @@
290
310
  "description": "Additional CSS styles",
291
311
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
292
312
  "sourceFile": "packages/core-react/src/_utils/types.ts",
293
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/_utils/types.ts#L52"
313
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L52"
294
314
  }
295
315
  ],
296
316
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "Current page selected, 1 based.",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Current page selected, 1 based.</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/Pagination/Pagination.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/Pagination/Pagination.types.ts#L42"
13
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/Pagination/Pagination.types.ts#L42"
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/8639435/packages/core-react/src/_utils/types.ts#L42"
23
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/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/8639435/packages/core-react/src/_utils/types.ts#L47"
33
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L47"
34
34
  },
35
35
  {
36
36
  "name": "items",
@@ -40,7 +40,7 @@
40
40
  "description": "Total number of items across pages.",
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Total number of items across pages.</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/Pagination/Pagination.types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/Pagination/Pagination.types.ts#L48"
43
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/Pagination/Pagination.types.ts#L48"
44
44
  },
45
45
  {
46
46
  "name": "perPage",
@@ -50,7 +50,7 @@
50
50
  "description": "Number of items per page.",
51
51
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Number of items per page.</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/Pagination/Pagination.types.ts",
53
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/Pagination/Pagination.types.ts#L60"
53
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/Pagination/Pagination.types.ts#L60"
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/8639435/packages/core-react/src/_utils/types.ts#L52"
63
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/_utils/types.ts#L52"
64
64
  },
65
65
  {
66
66
  "name": "onSelectPage",
@@ -70,7 +70,7 @@
70
70
  "description": "A callback that receives the page selected.",
71
71
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>A callback that receives the page selected.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
72
72
  "sourceFile": "packages/core-react/src/Pagination/Pagination.types.ts",
73
- "sourceUrl": "https://github.com/procore/core/blob/8639435/packages/core-react/src/Pagination/Pagination.types.ts#L54"
73
+ "sourceUrl": "https://github.com/procore/core/blob/63ca3e5/packages/core-react/src/Pagination/Pagination.types.ts#L54"
74
74
  }
75
75
  ],
76
76
  "description": ""