@procore/core-react 10.20.0-rc.93 → 10.20.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 (133) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/esm/components/FileSelect/FileSelect.types.d.ts +17 -60
  3. package/dist/esm/components/Tree/Tree.js +3 -3
  4. package/dist/esm/components/Tree/Tree.js.map +1 -1
  5. package/dist/esm/components/Tree/Tree.styles.d.ts +1 -0
  6. package/dist/esm/components/Tree/Tree.styles.js +4 -2
  7. package/dist/esm/components/Tree/Tree.styles.js.map +1 -1
  8. package/dist/props/FileSelect.json +1 -1
  9. package/dist/props/allProps.json +37 -37
  10. package/dist/typedoc/components/Avatar/Avatar.types.json +198 -0
  11. package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +226 -0
  12. package/dist/typedoc/components/Badge/Badge.types.json +74 -0
  13. package/dist/typedoc/components/Banner/Banner.types.json +141 -0
  14. package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +84 -0
  15. package/dist/typedoc/components/Button/Button.types.json +124 -0
  16. package/dist/typedoc/components/Calendar/Calendar.types.json +846 -0
  17. package/dist/typedoc/components/Card/Card.types.json +69 -0
  18. package/dist/typedoc/components/Checkbox/Checkbox.types.json +78 -0
  19. package/dist/typedoc/components/ContactItem/ContactItem.types.json +98 -0
  20. package/dist/typedoc/components/DateInput/DateInput.types.json +376 -0
  21. package/dist/typedoc/components/DateSelect/DateSelect.types.json +138 -0
  22. package/dist/typedoc/components/Dropdown/Dropdown.types.json +366 -0
  23. package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +358 -0
  24. package/dist/typedoc/components/Dropzone/Dropzone.types.json +498 -0
  25. package/dist/typedoc/components/EmptyState/EmptyState.types.json +172 -0
  26. package/dist/typedoc/components/FileList/FileList.types.json +38 -0
  27. package/dist/typedoc/components/FileSelect/FileSelect.types.json +264 -0
  28. package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +215 -0
  29. package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +148 -0
  30. package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +169 -0
  31. package/dist/typedoc/components/Font/Font.types.json +78 -0
  32. package/dist/typedoc/components/Form/Form.types.json +6870 -0
  33. package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +520 -0
  34. package/dist/typedoc/components/Icon/Icon.types.json +114 -0
  35. package/dist/typedoc/components/Input/Input.types.json +29 -0
  36. package/dist/typedoc/components/Link/Link.types.json +48 -0
  37. package/dist/typedoc/components/Menu/Menu.types.json +717 -0
  38. package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +732 -0
  39. package/dist/typedoc/components/Modal/Modal.types.json +302 -0
  40. package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +298 -0
  41. package/dist/typedoc/components/Notation/Notation.types.json +48 -0
  42. package/dist/typedoc/components/NumberInput/NumberInput.types.json +288 -0
  43. package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +188 -0
  44. package/dist/typedoc/components/Pagination/Pagination.types.json +89 -0
  45. package/dist/typedoc/components/Panel/Panel.types.json +208 -0
  46. package/dist/typedoc/components/Pill/Pill.types.json +18 -0
  47. package/dist/typedoc/components/PillSelect/PillSelect.types.json +486 -0
  48. package/dist/typedoc/components/Popover/Popover.types.json +104 -0
  49. package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +58 -0
  50. package/dist/typedoc/components/RadioButton/RadioButton.types.json +68 -0
  51. package/dist/typedoc/components/Required/Required.types.json +58 -0
  52. package/dist/typedoc/components/Search/Search.types.json +233 -0
  53. package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +221 -0
  54. package/dist/typedoc/components/Select/Select.types.json +330 -0
  55. package/dist/typedoc/components/Slider/Slider.types.json +68 -0
  56. package/dist/typedoc/components/Spinner/Spinner.types.json +89 -0
  57. package/dist/typedoc/components/Switch/Switch.types.json +38 -0
  58. package/dist/typedoc/components/Table/Table.types.json +1033 -0
  59. package/dist/typedoc/components/Tabs/Tabs.types.json +157 -0
  60. package/dist/typedoc/components/TextArea/TextArea.types.json +39 -0
  61. package/dist/typedoc/components/TextEditor/TextEditor.types.json +79 -0
  62. package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +128 -0
  63. package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +424 -0
  64. package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +278 -0
  65. package/dist/typedoc/components/Tile/Tile.types.json +338 -0
  66. package/dist/typedoc/components/Toast/Toast.types.json +48 -0
  67. package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +38 -0
  68. package/dist/typedoc/components/Token/Token.types.json +125 -0
  69. package/dist/typedoc/components/Tooltip/Tooltip.types.json +144 -0
  70. package/dist/typedoc/components/Tree/Tree.types.json +1271 -0
  71. package/dist/typedoc/components/Typeahead/Typeahead.types.json +28 -0
  72. package/dist/typedoc/components/Typography/Typography.types.json +88 -0
  73. package/dist/typedoc/layouts/Box/Box.types.json +742 -0
  74. package/dist/typedoc/layouts/DetailPage/DetailPage.json +124 -0
  75. package/dist/typedoc/layouts/Flex/Flex.types.json +268 -0
  76. package/dist/typedoc/layouts/FlexList/FlexList.types.json +298 -0
  77. package/dist/typedoc/layouts/Grid/Grid.json +120 -0
  78. package/dist/typedoc/layouts/IconLayout/IconLayout.json +1 -0
  79. package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +48 -0
  80. package/dist/typedoc/layouts/ListPage/ListPage.types.json +115 -0
  81. package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +48 -0
  82. package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +105 -0
  83. package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +90 -0
  84. package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +95 -0
  85. package/dist/typedoc/utils/types.json +38 -0
  86. package/package.json +9 -7
  87. package/storybook-static/0.25cdfc54d577d52c1c6b.manager.bundle.js +1 -0
  88. package/storybook-static/0.66071c6b.iframe.bundle.js +1 -0
  89. package/storybook-static/1.cb03d9ea.iframe.bundle.js +3 -0
  90. package/storybook-static/{1.f604ac3e.iframe.bundle.js.LICENSE.txt → 1.cb03d9ea.iframe.bundle.js.LICENSE.txt} +0 -0
  91. package/storybook-static/1.cb03d9ea.iframe.bundle.js.map +1 -0
  92. package/storybook-static/2.e3f1ddbd.iframe.bundle.js +1 -0
  93. package/storybook-static/4.ca3fc33a26ad8acaa0cf.manager.bundle.js +2 -0
  94. package/storybook-static/{4.37d215da3480ddf79684.manager.bundle.js.LICENSE.txt → 4.ca3fc33a26ad8acaa0cf.manager.bundle.js.LICENSE.txt} +0 -0
  95. package/storybook-static/5.c7334e99bca309dc0f6b.manager.bundle.js +1 -0
  96. package/storybook-static/{6.72a5c826f7b9ba2a1008.manager.bundle.js → 6.8684078c90624aaf5c12.manager.bundle.js} +2 -2
  97. package/storybook-static/{6.72a5c826f7b9ba2a1008.manager.bundle.js.LICENSE.txt → 6.8684078c90624aaf5c12.manager.bundle.js.LICENSE.txt} +0 -0
  98. package/storybook-static/7.2d596a64.iframe.bundle.js +3 -0
  99. package/storybook-static/{7.be450f50.iframe.bundle.js.LICENSE.txt → 7.2d596a64.iframe.bundle.js.LICENSE.txt} +1 -1
  100. package/storybook-static/7.2d596a64.iframe.bundle.js.map +1 -0
  101. package/storybook-static/{7.5bf306f93261894e2733.manager.bundle.js → 7.5dd8b1d63c6ccb2b7d4f.manager.bundle.js} +1 -1
  102. package/storybook-static/{8.38854c3a6e86288d54cc.manager.bundle.js → 8.9c2959b68dd6b32c4949.manager.bundle.js} +1 -1
  103. package/storybook-static/8.a80b4344.iframe.bundle.js +1 -0
  104. package/storybook-static/iframe.html +1 -1
  105. package/storybook-static/index.html +1 -1
  106. package/storybook-static/main.01bf0da23679c71a30ae.manager.bundle.js +1 -0
  107. package/storybook-static/{main.1de6ae75.iframe.bundle.js → main.8bf17d1f.iframe.bundle.js} +1 -1
  108. package/storybook-static/{runtime~main.3937db5d0c29ffeb9085.manager.bundle.js → runtime~main.f7aa4e9b5144dc1a277f.manager.bundle.js} +1 -1
  109. package/storybook-static/{runtime~main.ab98e1f1.iframe.bundle.js → runtime~main.f83a03f8.iframe.bundle.js} +1 -1
  110. package/storybook-static/vendors~main.9381682917547df19d6c.manager.bundle.js +2 -0
  111. package/storybook-static/{vendors~main.3cce118bc9035e221837.manager.bundle.js.LICENSE.txt → vendors~main.9381682917547df19d6c.manager.bundle.js.LICENSE.txt} +0 -6
  112. package/storybook-static/vendors~main.d8755a0a.iframe.bundle.js +3 -0
  113. package/storybook-static/{vendors~main.484f0d61.iframe.bundle.js.LICENSE.txt → vendors~main.d8755a0a.iframe.bundle.js.LICENSE.txt} +0 -0
  114. package/storybook-static/vendors~main.d8755a0a.iframe.bundle.js.map +1 -0
  115. package/tsconfig.json +6 -0
  116. package/tsconfig.prod.json +1 -1
  117. package/typedoc.js +1 -1
  118. package/typedoc.ts +187 -0
  119. package/storybook-static/0.41e28a0bb94d5e5489a5.manager.bundle.js +0 -1
  120. package/storybook-static/0.b4bb1ac1.iframe.bundle.js +0 -1
  121. package/storybook-static/1.f604ac3e.iframe.bundle.js +0 -3
  122. package/storybook-static/1.f604ac3e.iframe.bundle.js.map +0 -1
  123. package/storybook-static/2.127b3eae.iframe.bundle.js +0 -1
  124. package/storybook-static/4.37d215da3480ddf79684.manager.bundle.js +0 -2
  125. package/storybook-static/5.81000771920a22421f7b.manager.bundle.js +0 -1
  126. package/storybook-static/7.be450f50.iframe.bundle.js +0 -3
  127. package/storybook-static/7.be450f50.iframe.bundle.js.map +0 -1
  128. package/storybook-static/8.8a74f8ce.iframe.bundle.js +0 -1
  129. package/storybook-static/main.2ac4adfe9a439a3c1992.manager.bundle.js +0 -1
  130. package/storybook-static/vendors~main.3cce118bc9035e221837.manager.bundle.js +0 -2
  131. package/storybook-static/vendors~main.484f0d61.iframe.bundle.js +0 -3
  132. package/storybook-static/vendors~main.484f0d61.iframe.bundle.js.map +0 -1
  133. package/tsconfig.dev.json +0 -4
@@ -0,0 +1,717 @@
1
+ {
2
+ "MenuFooterProps": {
3
+ "name": "MenuFooterProps",
4
+ "properties": [
5
+ {
6
+ "name": "alignContent",
7
+ "required": false,
8
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexAlignContent</a>",
9
+ "typeDetail": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexJustify</a><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;stretch&quot;</span>",
10
+ "description": "",
11
+ "descriptionHtml": "",
12
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L83"
14
+ },
15
+ {
16
+ "name": "alignItems",
17
+ "required": false,
18
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexAlign</a>",
19
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;baseline&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;center&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;flex-end&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;flex-start&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;normal&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;stretch&quot;</span>",
20
+ "description": "",
21
+ "descriptionHtml": "",
22
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
23
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L84"
24
+ },
25
+ {
26
+ "name": "alignSelf",
27
+ "required": false,
28
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexAlign</a>",
29
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;baseline&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;center&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;flex-end&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;flex-start&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;normal&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;stretch&quot;</span>",
30
+ "description": "",
31
+ "descriptionHtml": "",
32
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
33
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L85"
34
+ },
35
+ {
36
+ "name": "children",
37
+ "required": false,
38
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
39
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
40
+ "description": "Instead of using the default children, you can pass in your own.",
41
+ "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>",
42
+ "sourceFile": "packages/core-react/src/utils/types.ts",
43
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
44
+ },
45
+ {
46
+ "name": "className",
47
+ "required": false,
48
+ "type": "<span class=\"tsd-signature-type\">string</span>",
49
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
50
+ "description": "Additional classNames",
51
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
52
+ "sourceFile": "packages/core-react/src/utils/types.ts",
53
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
54
+ },
55
+ {
56
+ "name": "display",
57
+ "required": false,
58
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">Display</a>",
59
+ "typeDetail": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">DeprecatedDisplay</a><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;block&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;flex&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;inline&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;inline-block&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;inline-flex&quot;</span>",
60
+ "description": "",
61
+ "descriptionHtml": "",
62
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
63
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L129"
64
+ },
65
+ {
66
+ "name": "flex",
67
+ "required": false,
68
+ "type": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
69
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
70
+ "description": "Alias to the `flex` property on a flexbox child.",
71
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>flex</code> property on a flexbox child.</p>\n</div></div>",
72
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
73
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L134"
74
+ },
75
+ {
76
+ "name": "flexBasis",
77
+ "required": false,
78
+ "type": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
79
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
80
+ "description": "Alias to the `basis` property on a flexbox child.",
81
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>basis</code> property on a flexbox child.</p>\n</div></div>",
82
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
83
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L139"
84
+ },
85
+ {
86
+ "name": "flexDirection",
87
+ "required": false,
88
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexDirection</a>",
89
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;column&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;column-reverse&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;row&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;row-reverse&quot;</span>",
90
+ "description": "Alias to the `direction` property on a flexbox child.",
91
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>direction</code> property on a flexbox child.</p>\n</div></div>",
92
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
93
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L144"
94
+ },
95
+ {
96
+ "name": "flexGrow",
97
+ "required": false,
98
+ "type": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
99
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
100
+ "description": "Alias to the `grow` property on a flexbox child.",
101
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>grow</code> property on a flexbox child.</p>\n</div></div>",
102
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
103
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L149"
104
+ },
105
+ {
106
+ "name": "flexShrink",
107
+ "required": false,
108
+ "type": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
109
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
110
+ "description": "Alias to the `shrink` property on a flexbox child.",
111
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>shrink</code> property on a flexbox child.</p>\n</div></div>",
112
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
113
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L154"
114
+ },
115
+ {
116
+ "name": "flexWrap",
117
+ "required": false,
118
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexWrap</a>",
119
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;nowrap&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;wrap-reverse&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;wrap&quot;</span>",
120
+ "description": "Alias to the `wrap` property on a flexbox child.",
121
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>wrap</code> property on a flexbox child.</p>\n</div></div>",
122
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
123
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L159"
124
+ },
125
+ {
126
+ "name": "justifyContent",
127
+ "required": false,
128
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">FlexJustify</a>",
129
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;center&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;flex-end&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;flex-start&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;normal&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;space-around&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;space-between&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;space-evenly&quot;</span>",
130
+ "description": "",
131
+ "descriptionHtml": "",
132
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
133
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L86"
134
+ },
135
+ {
136
+ "name": "margin",
137
+ "required": false,
138
+ "type": "<span class=\"tsd-signature-type\">string</span>",
139
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
140
+ "description": "",
141
+ "descriptionHtml": "",
142
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
143
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L67"
144
+ },
145
+ {
146
+ "name": "marginBottom",
147
+ "required": false,
148
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">MarginSize</a>",
149
+ "typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">&quot;auto&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;none&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xs&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;sm&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;md&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;lg&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xl&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xxl&quot;</span><span class=\"tsd-signature-symbol\">&gt;</span>",
150
+ "description": "",
151
+ "descriptionHtml": "",
152
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
153
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L68"
154
+ },
155
+ {
156
+ "name": "marginLeft",
157
+ "required": false,
158
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">MarginSize</a>",
159
+ "typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">&quot;auto&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;none&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xs&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;sm&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;md&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;lg&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xl&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xxl&quot;</span><span class=\"tsd-signature-symbol\">&gt;</span>",
160
+ "description": "",
161
+ "descriptionHtml": "",
162
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
163
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L69"
164
+ },
165
+ {
166
+ "name": "marginRight",
167
+ "required": false,
168
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">MarginSize</a>",
169
+ "typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">&quot;auto&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;none&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xs&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;sm&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;md&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;lg&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xl&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xxl&quot;</span><span class=\"tsd-signature-symbol\">&gt;</span>",
170
+ "description": "",
171
+ "descriptionHtml": "",
172
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
173
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L70"
174
+ },
175
+ {
176
+ "name": "marginTop",
177
+ "required": false,
178
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">MarginSize</a>",
179
+ "typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">&quot;auto&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;none&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xs&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;sm&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;md&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;lg&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xl&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xxl&quot;</span><span class=\"tsd-signature-symbol\">&gt;</span>",
180
+ "description": "",
181
+ "descriptionHtml": "",
182
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
183
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L71"
184
+ },
185
+ {
186
+ "name": "order",
187
+ "required": false,
188
+ "type": "<span class=\"tsd-signature-type\">number</span>",
189
+ "typeDetail": "<span class=\"tsd-signature-type\">number</span>",
190
+ "description": "Alias to the `order` property on a flexbox child",
191
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>order</code> property on a flexbox child</p>\n</div></div>",
192
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
193
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L164"
194
+ },
195
+ {
196
+ "name": "padding",
197
+ "required": false,
198
+ "type": "<span class=\"tsd-signature-type\">string</span>",
199
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
200
+ "description": "",
201
+ "descriptionHtml": "",
202
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
203
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L75"
204
+ },
205
+ {
206
+ "name": "paddingBottom",
207
+ "required": false,
208
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">PaddingSize</a>",
209
+ "typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">&quot;none&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xs&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;sm&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;md&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;lg&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xl&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xxl&quot;</span><span class=\"tsd-signature-symbol\">&gt;</span>",
210
+ "description": "",
211
+ "descriptionHtml": "",
212
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
213
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L76"
214
+ },
215
+ {
216
+ "name": "paddingLeft",
217
+ "required": false,
218
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">PaddingSize</a>",
219
+ "typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">&quot;none&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xs&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;sm&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;md&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;lg&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xl&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xxl&quot;</span><span class=\"tsd-signature-symbol\">&gt;</span>",
220
+ "description": "",
221
+ "descriptionHtml": "",
222
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
223
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L77"
224
+ },
225
+ {
226
+ "name": "paddingRight",
227
+ "required": false,
228
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">PaddingSize</a>",
229
+ "typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">&quot;none&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xs&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;sm&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;md&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;lg&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xl&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xxl&quot;</span><span class=\"tsd-signature-symbol\">&gt;</span>",
230
+ "description": "",
231
+ "descriptionHtml": "",
232
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
233
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L78"
234
+ },
235
+ {
236
+ "name": "paddingTop",
237
+ "required": false,
238
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">PaddingSize</a>",
239
+ "typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">&quot;none&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xs&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;sm&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;md&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;lg&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xl&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;xxl&quot;</span><span class=\"tsd-signature-symbol\">&gt;</span>",
240
+ "description": "",
241
+ "descriptionHtml": "",
242
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
243
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L79"
244
+ },
245
+ {
246
+ "name": "style",
247
+ "required": false,
248
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
249
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
250
+ "description": "Additional CSS styles",
251
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
252
+ "sourceFile": "packages/core-react/src/utils/types.ts",
253
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
254
+ },
255
+ {
256
+ "name": "tabIndex",
257
+ "required": false,
258
+ "type": "<span class=\"tsd-signature-type\">number</span>",
259
+ "typeDetail": "<span class=\"tsd-signature-type\">number</span>",
260
+ "description": "",
261
+ "descriptionHtml": "",
262
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
263
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L165"
264
+ },
265
+ {
266
+ "name": "textAlign",
267
+ "required": false,
268
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">TextAlign</a>",
269
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;center&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;left&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;right&quot;</span>",
270
+ "description": "",
271
+ "descriptionHtml": "",
272
+ "sourceFile": "packages/core-react/src/layouts/Box/Box.types.ts",
273
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/Box/Box.types.ts#L166"
274
+ }
275
+ ],
276
+ "description": ""
277
+ },
278
+ "MenuGroupProps": {
279
+ "name": "MenuGroupProps",
280
+ "properties": [
281
+ {
282
+ "name": "className",
283
+ "required": false,
284
+ "type": "<span class=\"tsd-signature-type\">string</span>",
285
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
286
+ "description": "",
287
+ "descriptionHtml": "",
288
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
289
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L42"
290
+ },
291
+ {
292
+ "name": "clickable",
293
+ "required": false,
294
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
295
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
296
+ "description": "Can the group item be clicked",
297
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Can the group item be clicked</p>\n</div></div>",
298
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
299
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L47"
300
+ },
301
+ {
302
+ "name": "item",
303
+ "required": false,
304
+ "type": "<span class=\"tsd-signature-type\">any</span>",
305
+ "typeDetail": "<span class=\"tsd-signature-type\">any</span>",
306
+ "description": "Value which can be passed around various callback functions. Can be anything!",
307
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Value which can be passed around various callback functions. Can be anything!</p>\n</div></div>",
308
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
309
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L52"
310
+ }
311
+ ],
312
+ "description": ""
313
+ },
314
+ "MenuHeaderProps": {
315
+ "name": "MenuHeaderProps",
316
+ "properties": [
317
+ {
318
+ "name": "children",
319
+ "required": false,
320
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
321
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
322
+ "description": "Instead of using the default children, you can pass in your own.",
323
+ "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>",
324
+ "sourceFile": "packages/core-react/src/utils/types.ts",
325
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
326
+ },
327
+ {
328
+ "name": "className",
329
+ "required": false,
330
+ "type": "<span class=\"tsd-signature-type\">string</span>",
331
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
332
+ "description": "Additional classNames",
333
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
334
+ "sourceFile": "packages/core-react/src/utils/types.ts",
335
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
336
+ },
337
+ {
338
+ "name": "style",
339
+ "required": false,
340
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
341
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
342
+ "description": "Additional CSS styles",
343
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
344
+ "sourceFile": "packages/core-react/src/utils/types.ts",
345
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
346
+ },
347
+ {
348
+ "name": "tabIndex",
349
+ "required": false,
350
+ "type": "<span class=\"tsd-signature-type\">number</span>",
351
+ "typeDetail": "<span class=\"tsd-signature-type\">number</span>",
352
+ "description": "",
353
+ "descriptionHtml": "",
354
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
355
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L75"
356
+ }
357
+ ],
358
+ "description": ""
359
+ },
360
+ "MenuItemProps": {
361
+ "name": "MenuItemProps",
362
+ "properties": [
363
+ {
364
+ "name": "children",
365
+ "required": false,
366
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
367
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
368
+ "description": "",
369
+ "descriptionHtml": "",
370
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
371
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L26"
372
+ },
373
+ {
374
+ "name": "className",
375
+ "required": false,
376
+ "type": "<span class=\"tsd-signature-type\">string</span>",
377
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
378
+ "description": "",
379
+ "descriptionHtml": "",
380
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
381
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L27"
382
+ },
383
+ {
384
+ "name": "index",
385
+ "required": false,
386
+ "type": "<span class=\"tsd-signature-type\">number</span>",
387
+ "typeDetail": "<span class=\"tsd-signature-type\">number</span>",
388
+ "description": "",
389
+ "descriptionHtml": "",
390
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
391
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L21"
392
+ },
393
+ {
394
+ "name": "item",
395
+ "required": false,
396
+ "type": "<span class=\"tsd-signature-type\">any</span>",
397
+ "typeDetail": "<span class=\"tsd-signature-type\">any</span>",
398
+ "description": "Value which can be passed around various callback functions. Can be anything!",
399
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Value which can be passed around various callback functions. Can be anything!</p>\n</div></div>",
400
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
401
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L31"
402
+ },
403
+ {
404
+ "name": "ref",
405
+ "required": false,
406
+ "type": "<span class=\"tsd-signature-type\">Ref</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">&gt;</span>",
407
+ "typeDetail": "<span class=\"tsd-signature-type\">Ref</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">&gt;</span>",
408
+ "description": "",
409
+ "descriptionHtml": "",
410
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
411
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L22"
412
+ },
413
+ {
414
+ "name": "selected",
415
+ "required": false,
416
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
417
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
418
+ "description": "Is the item selected",
419
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Is the item selected</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
420
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
421
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L37"
422
+ },
423
+ {
424
+ "name": "style",
425
+ "required": false,
426
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
427
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
428
+ "description": "Additional CSS styles",
429
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
430
+ "sourceFile": "packages/core-react/src/utils/types.ts",
431
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
432
+ },
433
+ {
434
+ "name": "suggested",
435
+ "required": false,
436
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
437
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
438
+ "description": "",
439
+ "descriptionHtml": "",
440
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
441
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L38"
442
+ },
443
+ {
444
+ "name": "onClick",
445
+ "required": false,
446
+ "type": "Function",
447
+ "typeDetail": "on<wbr/>Click<span class=\"tsd-signature-symbol\">(</span>event<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">MouseEvent</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLElement</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">MouseEvent</span><span class=\"tsd-signature-symbol\">&gt;</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">any</span>",
448
+ "description": "",
449
+ "descriptionHtml": "",
450
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
451
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L32"
452
+ }
453
+ ],
454
+ "description": ""
455
+ },
456
+ "MenuOptionsProps": {
457
+ "name": "MenuOptionsProps",
458
+ "properties": [
459
+ {
460
+ "name": "children",
461
+ "required": false,
462
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
463
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
464
+ "description": "",
465
+ "descriptionHtml": "",
466
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
467
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L56"
468
+ },
469
+ {
470
+ "name": "className",
471
+ "required": false,
472
+ "type": "<span class=\"tsd-signature-type\">string</span>",
473
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
474
+ "description": "",
475
+ "descriptionHtml": "",
476
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
477
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L57"
478
+ },
479
+ {
480
+ "name": "padding",
481
+ "required": false,
482
+ "type": "<span class=\"tsd-signature-type\">string</span>",
483
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
484
+ "description": "",
485
+ "descriptionHtml": "",
486
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
487
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L58"
488
+ },
489
+ {
490
+ "name": "scrollable",
491
+ "required": false,
492
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
493
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
494
+ "description": "",
495
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>true</p>\n</dd></dl></div>",
496
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
497
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L63"
498
+ }
499
+ ],
500
+ "description": ""
501
+ },
502
+ "MenuProps": {
503
+ "name": "MenuProps",
504
+ "properties": [
505
+ {
506
+ "name": "UNSAFE_closesOnSelect",
507
+ "required": false,
508
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
509
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
510
+ "description": "",
511
+ "descriptionHtml": "",
512
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
513
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L151"
514
+ },
515
+ {
516
+ "name": "children",
517
+ "required": false,
518
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
519
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
520
+ "description": "Instead of using the default children, you can pass in your own.",
521
+ "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>",
522
+ "sourceFile": "packages/core-react/src/utils/types.ts",
523
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
524
+ },
525
+ {
526
+ "name": "className",
527
+ "required": false,
528
+ "type": "<span class=\"tsd-signature-type\">string</span>",
529
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
530
+ "description": "Additional classNames",
531
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
532
+ "sourceFile": "packages/core-react/src/utils/types.ts",
533
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
534
+ },
535
+ {
536
+ "name": "isSelectable",
537
+ "required": false,
538
+ "type": "<span class=\"tsd-signature-type\">ElementTypeChecker</span>",
539
+ "typeDetail": "<span class=\"tsd-signature-type\">ElementTypeChecker</span>",
540
+ "description": "<CodeBlock>\n (element: any, index?: number, list?: any[]) => boolean\n</CodeBlock>",
541
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<CodeBlock>\n (element: any, index?: number, list?: any[]) => boolean\n</CodeBlock></div><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>The <code>isSelectable</code> prop has been deprecated and will be removed in a future version.\nMenu item selection is now handled internally and there is no need to configure this\nanymore.</p>\n</dd><dt>deprecatedsince</dt><dd><p>10.20.0</p>\n</dd></dl></div>",
542
+ "deprecated": "\n\nThe `isSelectable` prop has been deprecated and will be removed in a future version.\nMenu item selection is now handled internally and there is no need to configure this\nanymore.\n",
543
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
544
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L124"
545
+ },
546
+ {
547
+ "name": "keyHandlerRef",
548
+ "required": false,
549
+ "type": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLElement</span><span class=\"tsd-signature-symbol\">&gt;</span>",
550
+ "typeDetail": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLElement</span><span class=\"tsd-signature-symbol\">&gt;</span>",
551
+ "description": "Ref object which will get the key handler listeners",
552
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Ref object which will get the key handler listeners</p>\n</div></div>",
553
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
554
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L129"
555
+ },
556
+ {
557
+ "name": "scrollable",
558
+ "required": false,
559
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
560
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
561
+ "description": "",
562
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>true</p>\n</dd></dl></div>",
563
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
564
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L63"
565
+ },
566
+ {
567
+ "name": "style",
568
+ "required": false,
569
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
570
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
571
+ "description": "Additional CSS styles",
572
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
573
+ "sourceFile": "packages/core-react/src/utils/types.ts",
574
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
575
+ },
576
+ {
577
+ "name": "usingHook",
578
+ "required": false,
579
+ "type": "<span class=\"tsd-signature-type\">MenuHook</span>",
580
+ "typeDetail": "<span class=\"tsd-signature-type\">MenuHook</span>",
581
+ "description": "",
582
+ "descriptionHtml": "",
583
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
584
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L148"
585
+ },
586
+ {
587
+ "name": "onScrollBottom",
588
+ "required": false,
589
+ "type": "Function",
590
+ "typeDetail": "on<wbr/>Scroll<wbr/>Bottom<span class=\"tsd-signature-symbol\">(</span>e<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">Event</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
591
+ "description": "",
592
+ "descriptionHtml": "",
593
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
594
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L130"
595
+ },
596
+ {
597
+ "name": "onSelect",
598
+ "required": false,
599
+ "type": "Function",
600
+ "typeDetail": "on<wbr/>Select<span class=\"tsd-signature-symbol\">(</span>selection<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">Selection</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">any</span>",
601
+ "description": "<div>Callback for selecting an item from the menu</div>\n<CodeBlock>\n{\n '({ event: ReactEvent, item: Menu.Item.props.item, group: bool }) => void'\n}\n</CodeBlock>\n<div>\n <Code>item</Code> will be the <Code>item</Code> prop supplied to the{' '}\n <Code>Item</Code> component\n <br />\n <Code>group</Code> will be <Code>true</Code> if the clicked item was\n a group label\n</div>",
602
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>Callback for selecting an item from the menu</div>\n<CodeBlock>\n{\n '({ event: ReactEvent, item: Menu.Item.props.item, group: bool }) => void'\n}\n</CodeBlock>\n<div>\n <Code>item</Code> will be the <Code>item</Code> prop supplied to the{' '}\n <Code>Item</Code> component\n <br />\n <Code>group</Code> will be <Code>true</Code> if the clicked item was\n a group label\n</div></div></div>",
603
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
604
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L147"
605
+ }
606
+ ],
607
+ "description": ""
608
+ },
609
+ "MenuSearchProps": {
610
+ "name": "MenuSearchProps",
611
+ "properties": [
612
+ {
613
+ "name": "autoFocus",
614
+ "required": false,
615
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
616
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
617
+ "description": "",
618
+ "descriptionHtml": "",
619
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
620
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L74"
621
+ },
622
+ {
623
+ "name": "error",
624
+ "required": false,
625
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
626
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
627
+ "description": "Controls the error state of the `Input`, changing the\nbackground color and border colors to red",
628
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the error state of the <code>Input</code>, changing the\nbackground color and border colors to red</p>\n</div></div>",
629
+ "sourceFile": "packages/core-react/src/components/Input/Input.types.ts",
630
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Input/Input.types.ts#L8"
631
+ },
632
+ {
633
+ "name": "i18nScope",
634
+ "required": false,
635
+ "type": "<span class=\"tsd-signature-type\">string</span>",
636
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
637
+ "description": "The i18n key to use for the menu search's configurable strings. Defaults to\nusing the core library's default strings.",
638
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The i18n key to use for the menu search&#39;s configurable strings. Defaults to\nusing the core library&#39;s default strings.</p>\n</div></div>",
639
+ "sourceFile": "packages/core-react/src/components/Menu/Menu.types.ts",
640
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Menu/Menu.types.ts#L71"
641
+ },
642
+ {
643
+ "name": "initialValue",
644
+ "required": false,
645
+ "type": "<span class=\"tsd-signature-type\">string</span>",
646
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
647
+ "description": "",
648
+ "descriptionHtml": "",
649
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
650
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L5"
651
+ },
652
+ {
653
+ "name": "typeahead",
654
+ "required": false,
655
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
656
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
657
+ "description": "",
658
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>The <code>typeahead</code> prop has been deprecated and will be removed in a future version.</p>\n<p>A new component, <code>Typeahead</code>, has been introduced with specific UX for typeahead-like\nbehavior. Please use this component instead.</p>\n<p><strong>Before</strong></p>\n<p>&lt;Search typeahead onChange={() =&gt; { ... }} /&gt;</p>\n<p><strong>After</strong></p>\n<p>&lt;Typeahead onChange={() =&gt; { ... }} /&gt;</p>\n</dd><dt>deprecatedsince</dt><dd><p>10.20.0</p>\n</dd><dt>see</dt><dd><p><a href=\"https://core.procore.com/latest/web/components/typeahead/react/\">https://core.procore.com/latest/web/components/typeahead/react/</a></p>\n</dd></dl></div>",
659
+ "deprecated": "\n\nThe `typeahead` prop has been deprecated and will be removed in a future version.\n\nA new component, `Typeahead`, has been introduced with specific UX for typeahead-like\nbehavior. Please use this component instead.\n\n**Before**\n\n<Search typeahead onChange={() => { ... }} />\n\n**After**\n\n<Typeahead onChange={() => { ... }} />\n",
660
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
661
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L55"
662
+ },
663
+ {
664
+ "name": "usingHook",
665
+ "required": false,
666
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">SearchHook</a>",
667
+ "typeDetail": "<span class=\"tsd-signature-type\">any</span>",
668
+ "description": "",
669
+ "descriptionHtml": "",
670
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
671
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L75"
672
+ },
673
+ {
674
+ "name": "value",
675
+ "required": false,
676
+ "type": "<span class=\"tsd-signature-type\">string</span>",
677
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
678
+ "description": "Initial value string",
679
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Initial value string</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;&#39;</p>\n</dd></dl></div>",
680
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
681
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L81"
682
+ },
683
+ {
684
+ "name": "variant",
685
+ "required": false,
686
+ "type": "<span class=\"tsd-signature-type\">&quot;&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;error&quot;</span>",
687
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;error&quot;</span>",
688
+ "description": "",
689
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>Use the <code>error</code> prop instead</p>\n</dd></dl></div>",
690
+ "deprecated": "Use the `error` prop instead\n",
691
+ "sourceFile": "packages/core-react/src/components/Input/Input.types.ts",
692
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Input/Input.types.ts#L13"
693
+ },
694
+ {
695
+ "name": "onClear",
696
+ "required": false,
697
+ "type": "Function",
698
+ "typeDetail": "on<wbr/>Clear<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
699
+ "description": "",
700
+ "descriptionHtml": "",
701
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
702
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L27"
703
+ },
704
+ {
705
+ "name": "onSubmit",
706
+ "required": false,
707
+ "type": "Function",
708
+ "typeDetail": "on<wbr/>Submit<span class=\"tsd-signature-symbol\">(</span>value<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>",
709
+ "description": "<div>Input handler for search variant</div>\n<CodeBlock>(value: string) => void</CodeBlock>",
710
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>Input handler for search variant</div>\n<CodeBlock>(value: string) => void</CodeBlock></div></div>",
711
+ "sourceFile": "packages/core-react/src/components/Search/Search.types.ts",
712
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Search/Search.types.ts#L33"
713
+ }
714
+ ],
715
+ "description": ""
716
+ }
717
+ }