@procore/core-react 11.12.1-rc.0 → 11.13.0-rc.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 (109) hide show
  1. package/dist/Avatar/Avatar.js +20 -4
  2. package/dist/Avatar/Avatar.js.map +1 -1
  3. package/dist/Modal/Modal.d.ts +3 -1
  4. package/dist/Modal/Modal.js +72 -19
  5. package/dist/Modal/Modal.js.map +1 -1
  6. package/dist/Modal/Modal.types.d.ts +59 -3
  7. package/dist/OverlayTrigger/OverlayTrigger.d.ts +6 -6
  8. package/dist/OverlayTrigger/OverlayTrigger.js +43 -32
  9. package/dist/OverlayTrigger/OverlayTrigger.js.map +1 -1
  10. package/dist/OverlayTrigger/OverlayTrigger.types.d.ts +15 -7
  11. package/dist/OverlayTrigger/a11yPresets.d.ts +202 -1
  12. package/dist/OverlayTrigger/a11yPresets.js +210 -0
  13. package/dist/OverlayTrigger/a11yPresets.js.map +1 -1
  14. package/dist/Popover/Popover.d.ts +24 -2
  15. package/dist/Popover/Popover.js +6 -4
  16. package/dist/Popover/Popover.js.map +1 -1
  17. package/dist/Popover/Popover.types.d.ts +15 -2
  18. package/dist/Portal/Portal.d.ts +1 -1
  19. package/dist/Portal/Portal.js +24 -2
  20. package/dist/Portal/Portal.js.map +1 -1
  21. package/dist/Section/Section.d.ts +4 -0
  22. package/dist/Section/Section.js +12 -6
  23. package/dist/Section/Section.js.map +1 -1
  24. package/dist/Semantic/Semantic.d.ts +8 -0
  25. package/dist/Semantic/Semantic.js +28 -0
  26. package/dist/Semantic/Semantic.js.map +1 -1
  27. package/dist/Semantic/Semantic.types.d.ts +1 -1
  28. package/dist/Tearsheet/Tearsheet.d.ts +7 -1
  29. package/dist/Tearsheet/Tearsheet.js +32 -19
  30. package/dist/Tearsheet/Tearsheet.js.map +1 -1
  31. package/dist/Tearsheet/Tearsheet.types.d.ts +24 -0
  32. package/dist/_hooks/I18n.d.ts +1 -0
  33. package/dist/_locales/en.json +2 -1
  34. package/dist/_typedoc/Avatar/Avatar.types.json +28 -28
  35. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +22 -22
  36. package/dist/_typedoc/Badge/Badge.types.json +10 -10
  37. package/dist/_typedoc/Banner/Banner.types.json +19 -19
  38. package/dist/_typedoc/Box/Box.types.json +70 -70
  39. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +14 -14
  40. package/dist/_typedoc/Button/Button.types.json +11 -11
  41. package/dist/_typedoc/Calendar/Calendar.types.json +98 -98
  42. package/dist/_typedoc/Card/Card.types.json +8 -8
  43. package/dist/_typedoc/Checkbox/Checkbox.types.json +7 -7
  44. package/dist/_typedoc/ContactItem/ContactItem.types.json +11 -11
  45. package/dist/_typedoc/DateInput/DateInput.types.json +37 -37
  46. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  47. package/dist/_typedoc/DetailPage/DetailPage.types.json +6 -6
  48. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  49. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +31 -31
  50. package/dist/_typedoc/Dropzone/Dropzone.types.json +41 -41
  51. package/dist/_typedoc/EmptyState/EmptyState.types.json +22 -22
  52. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  53. package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
  54. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  55. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  56. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  57. package/dist/_typedoc/Flex/Flex.types.json +29 -29
  58. package/dist/_typedoc/FlexList/FlexList.types.json +32 -32
  59. package/dist/_typedoc/Form/Form.types.json +698 -698
  60. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  61. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +54 -54
  62. package/dist/_typedoc/Input/Input.types.json +2 -2
  63. package/dist/_typedoc/Link/Link.types.json +6 -6
  64. package/dist/_typedoc/ListPage/ListPage.types.json +19 -19
  65. package/dist/_typedoc/Menu/Menu.types.json +68 -68
  66. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +75 -75
  67. package/dist/_typedoc/Modal/Modal.types.json +213 -70
  68. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  69. package/dist/_typedoc/Notation/Notation.types.json +6 -6
  70. package/dist/_typedoc/NumberInput/NumberInput.types.json +38 -38
  71. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +76 -34
  72. package/dist/_typedoc/PageLayout/PageLayout.types.json +32 -32
  73. package/dist/_typedoc/Pagination/Pagination.types.json +9 -9
  74. package/dist/_typedoc/Panel/Panel.types.json +29 -29
  75. package/dist/_typedoc/Pill/Pill.types.json +1 -1
  76. package/dist/_typedoc/PillSelect/PillSelect.types.json +46 -46
  77. package/dist/_typedoc/Popover/Popover.types.json +60 -38
  78. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +8 -8
  79. package/dist/_typedoc/RadioButton/RadioButton.types.json +8 -8
  80. package/dist/_typedoc/Required/Required.types.json +5 -5
  81. package/dist/_typedoc/Search/Search.types.json +18 -18
  82. package/dist/_typedoc/Section/Section.types.json +16 -16
  83. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +26 -26
  84. package/dist/_typedoc/Select/Select.types.json +32 -32
  85. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  86. package/dist/_typedoc/Spinner/Spinner.types.json +11 -11
  87. package/dist/_typedoc/Switch/Switch.types.json +5 -5
  88. package/dist/_typedoc/Table/Table.types.json +116 -116
  89. package/dist/_typedoc/Tabs/Tabs.types.json +21 -21
  90. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +70 -10
  91. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  92. package/dist/_typedoc/TextEditor/TextEditor.types.json +9 -9
  93. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +3 -3
  94. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +21 -21
  95. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
  96. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
  97. package/dist/_typedoc/Tile/Tile.types.json +42 -42
  98. package/dist/_typedoc/Toast/Toast.types.json +6 -6
  99. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +3 -3
  100. package/dist/_typedoc/Token/Token.types.json +4 -4
  101. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +14 -14
  102. package/dist/_typedoc/Tooltip/Tooltip.types.json +17 -17
  103. package/dist/_typedoc/Tree/Tree.types.json +88 -88
  104. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  105. package/dist/_typedoc/Typography/Typography.types.json +8 -8
  106. package/dist/_typedoc/_utils/types.json +5 -5
  107. package/dist/_utils/polymorphic.d.ts +4 -4
  108. package/dist/_utils/types.d.ts +0 -3
  109. package/package.json +3 -2
@@ -2,6 +2,46 @@
2
2
  "OverlayTriggerProps": {
3
3
  "name": "OverlayTriggerProps",
4
4
  "properties": [
5
+ {
6
+ "name": "aria-describedby",
7
+ "required": false,
8
+ "type": "<span class=\"tsd-signature-type\">string</span>",
9
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
10
+ "description": "",
11
+ "descriptionHtml": "",
12
+ "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L37"
14
+ },
15
+ {
16
+ "name": "aria-details",
17
+ "required": false,
18
+ "type": "<span class=\"tsd-signature-type\">string</span>",
19
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
20
+ "description": "",
21
+ "descriptionHtml": "",
22
+ "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
23
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L38"
24
+ },
25
+ {
26
+ "name": "aria-label",
27
+ "required": false,
28
+ "type": "<span class=\"tsd-signature-type\">string</span>",
29
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
30
+ "description": "",
31
+ "descriptionHtml": "",
32
+ "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
33
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L36"
34
+ },
35
+ {
36
+ "name": "aria-labelledby",
37
+ "required": false,
38
+ "type": "<span class=\"tsd-signature-type\">string</span>",
39
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
40
+ "description": "",
41
+ "descriptionHtml": "",
42
+ "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
43
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L35"
44
+ },
5
45
  {
6
46
  "name": "arrow",
7
47
  "required": false,
@@ -10,17 +50,17 @@
10
50
  "description": "",
11
51
  "descriptionHtml": "",
12
52
  "sourceFile": "packages/core-react/src/Overlay/Overlay.tsx",
13
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/Overlay/Overlay.tsx#L15"
53
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/Overlay/Overlay.tsx#L15"
14
54
  },
15
55
  {
16
56
  "name": "autoFocus",
17
57
  "required": false,
18
58
  "type": "<span class=\"tsd-signature-type\">boolean</span>",
19
59
  "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
20
- "description": "Whether to auto focus the first focusable element in the overlay on mount.",
21
- "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.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.5.0</p>\n</dd></dl></div>",
60
+ "description": "Whether to auto focus the first focusable element in the overlay on mount.\nTrue by default for role \"dialog\"",
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>",
22
62
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L111"
63
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L119"
24
64
  },
25
65
  {
26
66
  "name": "beforeHide",
@@ -30,7 +70,7 @@
30
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```",
31
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>",
32
72
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L43"
73
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L47"
34
74
  },
35
75
  {
36
76
  "name": "beforeShow",
@@ -40,7 +80,7 @@
40
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```",
41
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>",
42
82
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L52"
83
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L56"
44
84
  },
45
85
  {
46
86
  "name": "canFlip",
@@ -50,7 +90,7 @@
50
90
  "description": "",
51
91
  "descriptionHtml": "",
52
92
  "sourceFile": "packages/core-react/src/_hooks/Anchor.tsx",
53
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_hooks/Anchor.tsx#L14"
93
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_hooks/Anchor.tsx#L14"
54
94
  },
55
95
  {
56
96
  "name": "children",
@@ -60,7 +100,7 @@
60
100
  "description": "",
61
101
  "descriptionHtml": "",
62
102
  "sourceFile": "packages/core-react/src/_utils/types.ts",
63
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_utils/types.ts#L38"
103
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_utils/types.ts#L38"
64
104
  },
65
105
  {
66
106
  "name": "clickOutsideIgnoreRefs",
@@ -70,7 +110,7 @@
70
110
  "description": "Additional refs to check for clickOutside behavior",
71
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>",
72
112
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
73
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L58"
113
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L62"
74
114
  },
75
115
  {
76
116
  "name": "containFocus",
@@ -80,7 +120,7 @@
80
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\"",
81
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>",
82
122
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
83
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L118"
123
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L126"
84
124
  },
85
125
  {
86
126
  "name": "hideDelay",
@@ -90,17 +130,18 @@
90
130
  "description": "The delay when hiding the overlay",
91
131
  "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>",
92
132
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
93
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L64"
133
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L68"
94
134
  },
95
135
  {
96
136
  "name": "hideKeys",
97
137
  "required": false,
98
138
  "type": "<span class=\"tsd-signature-symbol\">{ </span>overlay<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>target<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>",
99
139
  "typeDetail": "<span class=\"tsd-signature-symbol\">{ </span>overlay<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>target<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>",
100
- "description": "",
101
- "descriptionHtml": "",
140
+ "description": "Keys to hide the overlay when the overlay is focused",
141
+ "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>",
142
+ "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.",
102
143
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
103
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L66"
144
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L76"
104
145
  },
105
146
  {
106
147
  "name": "initialIsVisible",
@@ -110,7 +151,7 @@
110
151
  "description": "",
111
152
  "descriptionHtml": "",
112
153
  "sourceFile": "packages/core-react/src/_hooks/Visibility.tsx",
113
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_hooks/Visibility.tsx#L12"
154
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_hooks/Visibility.tsx#L12"
114
155
  },
115
156
  {
116
157
  "name": "overlay",
@@ -120,7 +161,7 @@
120
161
  "description": "",
121
162
  "descriptionHtml": "",
122
163
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
123
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L74"
164
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L80"
124
165
  },
125
166
  {
126
167
  "name": "overlayRef",
@@ -130,7 +171,7 @@
130
171
  "description": "Toggles overlay visibility",
131
172
  "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>",
132
173
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
133
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L99"
174
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L105"
134
175
  },
135
176
  {
136
177
  "name": "padding",
@@ -140,17 +181,17 @@
140
181
  "description": "",
141
182
  "descriptionHtml": "",
142
183
  "sourceFile": "packages/core-react/src/_hooks/Anchor.tsx",
143
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_hooks/Anchor.tsx#L18"
184
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_hooks/Anchor.tsx#L18"
144
185
  },
145
186
  {
146
187
  "name": "passA11yPropsToOverlay",
147
188
  "required": false,
148
189
  "type": "<span class=\"tsd-signature-type\">boolean</span>",
149
190
  "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
150
- "description": "By default, role and id are applied to wrapper.\nSet to true, if you want to manually place them on correct place in your overlay component.",
151
- "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>By default, role and id are applied to wrapper.\nSet to true, if you want to manually place them on correct place in 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>",
191
+ "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.",
192
+ "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>",
152
193
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
153
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L127"
194
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L135"
154
195
  },
155
196
  {
156
197
  "name": "placement",
@@ -160,7 +201,7 @@
160
201
  "description": "",
161
202
  "descriptionHtml": "",
162
203
  "sourceFile": "packages/core-react/src/_hooks/Anchor.tsx",
163
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_hooks/Anchor.tsx#L19"
204
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_hooks/Anchor.tsx#L19"
164
205
  },
165
206
  {
166
207
  "name": "restoreFocusOnHide",
@@ -170,17 +211,18 @@
170
211
  "description": "Restore focus to the target after the overlay is hidden",
171
212
  "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>",
172
213
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
173
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L81"
214
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L87"
174
215
  },
175
216
  {
176
217
  "name": "role",
177
218
  "required": false,
178
219
  "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">OverlayTriggerRole</a>",
179
220
  "typeDetail": "<span class=\"tsd-signature-type\">&quot;dialog&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;menu&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;listbox&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;tooltip&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;none&quot;</span>",
180
- "description": "Accessibility props",
181
- "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Accessibility props</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>11.2.0</p>\n</dd></dl></div>",
221
+ "description": "Accessibility props.",
222
+ "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>",
223
+ "a11y": "May opionate \"autoFocus\" and \"containFocus\"",
182
224
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
183
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L105"
225
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L112"
184
226
  },
185
227
  {
186
228
  "name": "showDelay",
@@ -190,7 +232,7 @@
190
232
  "description": "The delay when showing the overlay",
191
233
  "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>",
192
234
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
193
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L87"
235
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L93"
194
236
  },
195
237
  {
196
238
  "name": "showKeys",
@@ -200,7 +242,7 @@
200
242
  "description": "Keys to show the overlay when the target is focused",
201
243
  "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>",
202
244
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
203
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L93"
245
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L99"
204
246
  },
205
247
  {
206
248
  "name": "shrinkOverlay",
@@ -210,7 +252,7 @@
210
252
  "description": "",
211
253
  "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>",
212
254
  "sourceFile": "packages/core-react/src/Overlay/Overlay.tsx",
213
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/Overlay/Overlay.tsx#L9"
255
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/Overlay/Overlay.tsx#L9"
214
256
  },
215
257
  {
216
258
  "name": "trigger",
@@ -220,7 +262,7 @@
220
262
  "description": "",
221
263
  "descriptionHtml": "",
222
264
  "sourceFile": "packages/core-react/src/_hooks/Trigger.tsx",
223
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_hooks/Trigger.tsx#L30"
265
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_hooks/Trigger.tsx#L30"
224
266
  },
225
267
  {
226
268
  "name": "afterHide",
@@ -230,7 +272,7 @@
230
272
  "description": "",
231
273
  "descriptionHtml": "",
232
274
  "sourceFile": "packages/core-react/src/_hooks/Visibility.tsx",
233
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_hooks/Visibility.tsx#L10"
275
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_hooks/Visibility.tsx#L10"
234
276
  },
235
277
  {
236
278
  "name": "afterShow",
@@ -240,7 +282,7 @@
240
282
  "description": "",
241
283
  "descriptionHtml": "",
242
284
  "sourceFile": "packages/core-react/src/_hooks/Visibility.tsx",
243
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_hooks/Visibility.tsx#L11"
285
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_hooks/Visibility.tsx#L11"
244
286
  }
245
287
  ],
246
288
  "description": ""
@@ -256,7 +298,7 @@
256
298
  "description": "Hide overlay",
257
299
  "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>",
258
300
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
259
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L140"
301
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L148"
260
302
  },
261
303
  {
262
304
  "name": "show",
@@ -266,7 +308,7 @@
266
308
  "description": "Show visibility",
267
309
  "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>",
268
310
  "sourceFile": "packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts",
269
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L135"
311
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/OverlayTrigger/OverlayTrigger.types.ts#L143"
270
312
  }
271
313
  ],
272
314
  "description": ""
@@ -10,17 +10,17 @@
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/dbaaaeb26/packages/core-react/src/PageLayout/PageLayout.types.ts#L4"
13
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/PageLayout/PageLayout.types.ts#L4"
14
14
  },
15
15
  {
16
16
  "name": "children",
17
17
  "required": false,
18
18
  "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
19
19
  "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
20
- "description": "Instead of using the default children, you can pass in your own.",
21
- "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
20
+ "description": "",
21
+ "descriptionHtml": "",
22
22
  "sourceFile": "packages/core-react/src/_utils/types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_utils/types.ts#L45"
23
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/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/dbaaaeb26/packages/core-react/src/_utils/types.ts#L50"
33
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/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/dbaaaeb26/packages/core-react/src/PageLayout/PageLayout.types.ts#L25"
43
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/PageLayout/PageLayout.types.ts#L25"
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/dbaaaeb26/packages/core-react/src/_utils/types.ts#L55"
53
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_utils/types.ts#L52"
54
54
  }
55
55
  ],
56
56
  "description": ""
@@ -66,17 +66,17 @@
66
66
  "description": "",
67
67
  "descriptionHtml": "",
68
68
  "sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
69
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/PageLayout/PageLayout.types.ts#L4"
69
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/PageLayout/PageLayout.types.ts#L4"
70
70
  },
71
71
  {
72
72
  "name": "children",
73
73
  "required": false,
74
74
  "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
75
75
  "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
76
- "description": "Instead of using the default children, you can pass in your own.",
77
- "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
76
+ "description": "",
77
+ "descriptionHtml": "",
78
78
  "sourceFile": "packages/core-react/src/_utils/types.ts",
79
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_utils/types.ts#L45"
79
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/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/dbaaaeb26/packages/core-react/src/_utils/types.ts#L50"
89
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_utils/types.ts#L47"
90
90
  },
91
91
  {
92
92
  "name": "style",
@@ -96,7 +96,7 @@
96
96
  "description": "Additional CSS styles",
97
97
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
98
98
  "sourceFile": "packages/core-react/src/_utils/types.ts",
99
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_utils/types.ts#L55"
99
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_utils/types.ts#L52"
100
100
  }
101
101
  ],
102
102
  "description": ""
@@ -112,17 +112,17 @@
112
112
  "description": "",
113
113
  "descriptionHtml": "",
114
114
  "sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
115
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/PageLayout/PageLayout.types.ts#L4"
115
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/PageLayout/PageLayout.types.ts#L4"
116
116
  },
117
117
  {
118
118
  "name": "children",
119
119
  "required": false,
120
120
  "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
121
121
  "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
122
- "description": "Instead of using the default children, you can pass in your own.",
123
- "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
122
+ "description": "",
123
+ "descriptionHtml": "",
124
124
  "sourceFile": "packages/core-react/src/_utils/types.ts",
125
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_utils/types.ts#L45"
125
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_utils/types.ts#L42"
126
126
  },
127
127
  {
128
128
  "name": "className",
@@ -132,7 +132,7 @@
132
132
  "description": "Additional classNames",
133
133
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
134
134
  "sourceFile": "packages/core-react/src/_utils/types.ts",
135
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_utils/types.ts#L50"
135
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_utils/types.ts#L47"
136
136
  },
137
137
  {
138
138
  "name": "style",
@@ -142,7 +142,7 @@
142
142
  "description": "Additional CSS styles",
143
143
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
144
144
  "sourceFile": "packages/core-react/src/_utils/types.ts",
145
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_utils/types.ts#L55"
145
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_utils/types.ts#L52"
146
146
  }
147
147
  ],
148
148
  "description": ""
@@ -158,17 +158,17 @@
158
158
  "description": "",
159
159
  "descriptionHtml": "",
160
160
  "sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
161
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/PageLayout/PageLayout.types.ts#L4"
161
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/PageLayout/PageLayout.types.ts#L4"
162
162
  },
163
163
  {
164
164
  "name": "children",
165
165
  "required": false,
166
166
  "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
167
167
  "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
168
- "description": "Instead of using the default children, you can pass in your own.",
169
- "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
168
+ "description": "",
169
+ "descriptionHtml": "",
170
170
  "sourceFile": "packages/core-react/src/_utils/types.ts",
171
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_utils/types.ts#L45"
171
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_utils/types.ts#L42"
172
172
  },
173
173
  {
174
174
  "name": "className",
@@ -178,7 +178,7 @@
178
178
  "description": "Additional classNames",
179
179
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
180
180
  "sourceFile": "packages/core-react/src/_utils/types.ts",
181
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_utils/types.ts#L50"
181
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_utils/types.ts#L47"
182
182
  },
183
183
  {
184
184
  "name": "style",
@@ -188,7 +188,7 @@
188
188
  "description": "Additional CSS styles",
189
189
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
190
190
  "sourceFile": "packages/core-react/src/_utils/types.ts",
191
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_utils/types.ts#L55"
191
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_utils/types.ts#L52"
192
192
  },
193
193
  {
194
194
  "name": "transparent",
@@ -198,7 +198,7 @@
198
198
  "description": "",
199
199
  "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>",
200
200
  "sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
201
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/PageLayout/PageLayout.types.ts#L17"
201
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/PageLayout/PageLayout.types.ts#L17"
202
202
  }
203
203
  ],
204
204
  "description": ""
@@ -214,17 +214,17 @@
214
214
  "description": "",
215
215
  "descriptionHtml": "",
216
216
  "sourceFile": "packages/core-react/src/PageLayout/PageLayout.types.ts",
217
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/PageLayout/PageLayout.types.ts#L4"
217
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/PageLayout/PageLayout.types.ts#L4"
218
218
  },
219
219
  {
220
220
  "name": "children",
221
221
  "required": false,
222
222
  "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
223
223
  "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
224
- "description": "Instead of using the default children, you can pass in your own.",
225
- "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
224
+ "description": "",
225
+ "descriptionHtml": "",
226
226
  "sourceFile": "packages/core-react/src/_utils/types.ts",
227
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_utils/types.ts#L45"
227
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_utils/types.ts#L42"
228
228
  },
229
229
  {
230
230
  "name": "className",
@@ -234,7 +234,7 @@
234
234
  "description": "Additional classNames",
235
235
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
236
236
  "sourceFile": "packages/core-react/src/_utils/types.ts",
237
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_utils/types.ts#L50"
237
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_utils/types.ts#L47"
238
238
  },
239
239
  {
240
240
  "name": "style",
@@ -244,7 +244,7 @@
244
244
  "description": "Additional CSS styles",
245
245
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
246
246
  "sourceFile": "packages/core-react/src/_utils/types.ts",
247
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_utils/types.ts#L55"
247
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/_utils/types.ts#L52"
248
248
  }
249
249
  ],
250
250
  "description": ""
@@ -10,17 +10,17 @@
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/dbaaaeb26/packages/core-react/src/Pagination/Pagination.types.ts#L42"
13
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/Pagination/Pagination.types.ts#L42"
14
14
  },
15
15
  {
16
16
  "name": "children",
17
17
  "required": false,
18
18
  "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
19
19
  "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
20
- "description": "Instead of using the default children, you can pass in your own.",
21
- "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
20
+ "description": "",
21
+ "descriptionHtml": "",
22
22
  "sourceFile": "packages/core-react/src/_utils/types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/dbaaaeb26/packages/core-react/src/_utils/types.ts#L45"
23
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/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/dbaaaeb26/packages/core-react/src/_utils/types.ts#L50"
33
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/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/dbaaaeb26/packages/core-react/src/Pagination/Pagination.types.ts#L48"
43
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/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/dbaaaeb26/packages/core-react/src/Pagination/Pagination.types.ts#L60"
53
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/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/dbaaaeb26/packages/core-react/src/_utils/types.ts#L55"
63
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/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/dbaaaeb26/packages/core-react/src/Pagination/Pagination.types.ts#L54"
73
+ "sourceUrl": "https://github.com/procore/core/blob/fbd7c364a/packages/core-react/src/Pagination/Pagination.types.ts#L54"
74
74
  }
75
75
  ],
76
76
  "description": ""