@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,498 @@
1
+ {
2
+ "ContainerProps": {
3
+ "name": "ContainerProps",
4
+ "properties": [
5
+ {
6
+ "name": "active",
7
+ "required": true,
8
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
9
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
10
+ "description": "",
11
+ "descriptionHtml": "",
12
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L62"
14
+ },
15
+ {
16
+ "name": "disabled",
17
+ "required": true,
18
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
19
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
20
+ "description": "Enable/disable the dropzone container",
21
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Enable/disable the dropzone container</p>\n</div></div>",
22
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
23
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L67"
24
+ },
25
+ {
26
+ "name": "getRootProps",
27
+ "required": true,
28
+ "type": "<span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">&gt;</span><span class=\"tsd-signature-symbol\">(</span>props<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> =&gt; </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span>",
29
+ "typeDetail": "<span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">&gt;</span><span class=\"tsd-signature-symbol\">(</span>props<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\"> =&gt; </span><span class=\"tsd-signature-type\" data-tsd-kind=\"Type parameter\">T</span>",
30
+ "description": "",
31
+ "descriptionHtml": "",
32
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
33
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L61"
34
+ },
35
+ {
36
+ "name": "rootProps",
37
+ "required": true,
38
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">DropzoneRootProps</a>",
39
+ "typeDetail": "<span class=\"tsd-signature-type\">DropzoneRootPropsBase</span><span class=\"tsd-signature-symbol\"> &amp; </span><span class=\"tsd-signature-type\">FrozenDropzoneRootProps</span>",
40
+ "description": "Additional props for dropzone container element",
41
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional props for dropzone container element</p>\n</div></div>",
42
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
43
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L56"
44
+ }
45
+ ],
46
+ "description": ""
47
+ },
48
+ "ContentProps": {
49
+ "name": "ContentProps",
50
+ "properties": [
51
+ {
52
+ "name": "contentMessage",
53
+ "required": true,
54
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
55
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
56
+ "description": "",
57
+ "descriptionHtml": "",
58
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
59
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L81"
60
+ },
61
+ {
62
+ "name": "disabled",
63
+ "required": true,
64
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
65
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
66
+ "description": "Enable/disable the dropzone content",
67
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Enable/disable the dropzone content</p>\n</div></div>",
68
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
69
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L80"
70
+ },
71
+ {
72
+ "name": "isIconVisible",
73
+ "required": true,
74
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
75
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
76
+ "description": "Force icon visibility\n<Code>NOTICE:</Code> passing <Code>true</Code> or <Code>false</Code>\nvalue explicitly will make component ignore resizing.",
77
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Force icon visibility\n<Code>NOTICE:</Code> passing <Code>true</Code> or <Code>false</Code>\nvalue explicitly will make component ignore resizing.</p>\n</div></div>",
78
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
79
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L75"
80
+ }
81
+ ],
82
+ "description": ""
83
+ },
84
+ "DropzoneContentProps": {
85
+ "name": "DropzoneContentProps",
86
+ "properties": [
87
+ {
88
+ "name": "disabled",
89
+ "required": true,
90
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
91
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
92
+ "description": "Enable/disable the dropzone content",
93
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Enable/disable the dropzone content</p>\n</div></div>",
94
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
95
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L93"
96
+ },
97
+ {
98
+ "name": "errorMessage",
99
+ "required": false,
100
+ "type": "<span class=\"tsd-signature-type\">string</span>",
101
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
102
+ "description": "",
103
+ "descriptionHtml": "",
104
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
105
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L94"
106
+ },
107
+ {
108
+ "name": "open",
109
+ "required": true,
110
+ "type": "Function",
111
+ "typeDetail": "open<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>",
112
+ "description": "Open the native file selection dialog",
113
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Open the native file selection dialog</p>\n</div></div>",
114
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
115
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L88"
116
+ }
117
+ ],
118
+ "description": ""
119
+ },
120
+ "DropzoneErrorBannerProps": {
121
+ "name": "DropzoneErrorBannerProps",
122
+ "properties": [
123
+ {
124
+ "name": "className",
125
+ "required": false,
126
+ "type": "<span class=\"tsd-signature-type\">string</span>",
127
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
128
+ "description": "",
129
+ "descriptionHtml": "",
130
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
131
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L38"
132
+ },
133
+ {
134
+ "name": "error",
135
+ "required": true,
136
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">DropError</a>",
137
+ "typeDetail": "<span class=\"tsd-signature-symbol\">{ </span>body<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">React.ReactNode</span><span class=\"tsd-signature-symbol\">; </span>message<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\">; </span>title<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\">; </span>type<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">DropErrorType</a><span class=\"tsd-signature-symbol\"> }</span>",
138
+ "description": "",
139
+ "descriptionHtml": "",
140
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
141
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L25"
142
+ },
143
+ {
144
+ "name": "fileRejections",
145
+ "required": true,
146
+ "type": "<span class=\"tsd-signature-type\">FileRejection</span><span class=\"tsd-signature-symbol\">[]</span>",
147
+ "typeDetail": "<span class=\"tsd-signature-type\">FileRejection</span><span class=\"tsd-signature-symbol\">[]</span>",
148
+ "description": "Rejected files and why they were rejected\n<CodeBlock>\n {`{\n file: File,\n errors: FileError[]\n }[]`}\n</CodeBlock>",
149
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Rejected files and why they were rejected\n<CodeBlock>\n {<code>{ file: File, errors: FileError[] }[]</code>}\n</CodeBlock></p>\n</div></div>",
150
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
151
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L36"
152
+ },
153
+ {
154
+ "name": "qa",
155
+ "required": false,
156
+ "type": "<span class=\"tsd-signature-symbol\">{ </span>hideError<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\">; </span>showErrorDetails<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> }</span>",
157
+ "typeDetail": "<span class=\"tsd-signature-symbol\">{ </span>hideError<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\">; </span>showErrorDetails<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> }</span>",
158
+ "description": "",
159
+ "descriptionHtml": "",
160
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
161
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L39"
162
+ },
163
+ {
164
+ "name": "onDismiss",
165
+ "required": true,
166
+ "type": "Function",
167
+ "typeDetail": "on<wbr/>Dismiss<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>",
168
+ "description": "",
169
+ "descriptionHtml": "",
170
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
171
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L37"
172
+ }
173
+ ],
174
+ "description": ""
175
+ },
176
+ "DropzoneHookProps": {
177
+ "name": "DropzoneHookProps",
178
+ "properties": [
179
+ {
180
+ "name": "maxFileNumber",
181
+ "required": false,
182
+ "type": "<span class=\"tsd-signature-type\">number</span>",
183
+ "typeDetail": "<span class=\"tsd-signature-type\">number</span>",
184
+ "description": "Maximum number files to the dropzone is allowed. All files above the limit\nwill be rejected.",
185
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Maximum number files to the dropzone is allowed. All files above the limit\nwill be rejected.</p>\n</div></div>",
186
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
187
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L108"
188
+ },
189
+ {
190
+ "name": "maxFileSize",
191
+ "required": false,
192
+ "type": "<span class=\"tsd-signature-type\">number</span>",
193
+ "typeDetail": "<span class=\"tsd-signature-type\">number</span>",
194
+ "description": "Maximum file size (in bytes)",
195
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Maximum file size (in bytes)</p>\n</div></div>",
196
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
197
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L118"
198
+ },
199
+ {
200
+ "name": "minFileSize",
201
+ "required": false,
202
+ "type": "<span class=\"tsd-signature-type\">number</span>",
203
+ "typeDetail": "<span class=\"tsd-signature-type\">number</span>",
204
+ "description": "Minimum file size (in bytes)",
205
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Minimum file size (in bytes)</p>\n</div></div>",
206
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
207
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L113"
208
+ },
209
+ {
210
+ "name": "multiple",
211
+ "required": true,
212
+ "type": "<span class=\"tsd-signature-type\">any</span>",
213
+ "typeDetail": "<span class=\"tsd-signature-type\">any</span>",
214
+ "description": "",
215
+ "descriptionHtml": ""
216
+ },
217
+ {
218
+ "name": "onDragEnter",
219
+ "required": true,
220
+ "type": "<span class=\"tsd-signature-type\">any</span>",
221
+ "typeDetail": "<span class=\"tsd-signature-type\">any</span>",
222
+ "description": "",
223
+ "descriptionHtml": ""
224
+ },
225
+ {
226
+ "name": "onDragLeave",
227
+ "required": true,
228
+ "type": "<span class=\"tsd-signature-type\">any</span>",
229
+ "typeDetail": "<span class=\"tsd-signature-type\">any</span>",
230
+ "description": "",
231
+ "descriptionHtml": ""
232
+ },
233
+ {
234
+ "name": "onDragOver",
235
+ "required": true,
236
+ "type": "<span class=\"tsd-signature-type\">any</span>",
237
+ "typeDetail": "<span class=\"tsd-signature-type\">any</span>",
238
+ "description": "",
239
+ "descriptionHtml": ""
240
+ },
241
+ {
242
+ "name": "value",
243
+ "required": false,
244
+ "type": "<span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">[]</span>",
245
+ "typeDetail": "<span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">[]</span>",
246
+ "description": "Array of already selected items",
247
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Array of already selected items</p>\n</div></div>",
248
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
249
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L102"
250
+ }
251
+ ],
252
+ "description": ""
253
+ },
254
+ "DropzoneProps": {
255
+ "name": "DropzoneProps",
256
+ "properties": [
257
+ {
258
+ "name": "className",
259
+ "required": false,
260
+ "type": "<span class=\"tsd-signature-type\">string</span>",
261
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
262
+ "description": "",
263
+ "descriptionHtml": "",
264
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
265
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L234"
266
+ },
267
+ {
268
+ "name": "disabled",
269
+ "required": true,
270
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
271
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
272
+ "description": "Enable/disable the dropzone",
273
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Enable/disable the dropzone</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
274
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
275
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L167"
276
+ },
277
+ {
278
+ "name": "dragError",
279
+ "required": true,
280
+ "type": "<span class=\"tsd-signature-type\">string</span>",
281
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
282
+ "description": "Error message if dragged files is rejected\n<CodeBlock>\n {`{ type: DropErrorType, title: string, message: string }`}\n</CodeBlock>",
283
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Error message if dragged files is rejected\n<CodeBlock>\n {<code>{ type: DropErrorType, title: string, message: string }</code>}\n</CodeBlock></p>\n</div></div>",
284
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
285
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L153"
286
+ },
287
+ {
288
+ "name": "dropError",
289
+ "required": true,
290
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">DropError</a>",
291
+ "typeDetail": "<span class=\"tsd-signature-symbol\">{ </span>body<span class=\"tsd-signature-symbol\">?: </span><span class=\"tsd-signature-type\">React.ReactNode</span><span class=\"tsd-signature-symbol\">; </span>message<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\">; </span>title<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\">; </span>type<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">DropErrorType</a><span class=\"tsd-signature-symbol\"> }</span>",
292
+ "description": "Error message if dropped files is rejected\n<CodeBlock>\n {`{ type: DropErrorType, title: string, message: string }`}\n</CodeBlock>",
293
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Error message if dropped files is rejected\n<CodeBlock>\n {<code>{ type: DropErrorType, title: string, message: string }</code>}\n</CodeBlock></p>\n</div></div>",
294
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
295
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L161"
296
+ },
297
+ {
298
+ "name": "inputProps",
299
+ "required": false,
300
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">DropzoneInputProps</a>",
301
+ "typeDetail": "<span class=\"tsd-signature-type\">DropzoneInputPropsBase</span><span class=\"tsd-signature-symbol\"> &amp; </span><span class=\"tsd-signature-type\">FrozenDropzoneInputProps</span>",
302
+ "description": "Additional props for input element",
303
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional props for input element</p>\n</div></div>",
304
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
305
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L233"
306
+ },
307
+ {
308
+ "name": "isIconVisible",
309
+ "required": false,
310
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
311
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
312
+ "description": "<Code>NOTICE:</Code>\n<br/>\n<Code>true</Code> - will make Icon always visible, despite the component height\n<br/>\n<Code>false</Code> - will make Icon always hide, despite the component height\n<br/>\n<Code>undefined</Code> - will look on the component height to decide show or hide Icon",
313
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p><Code>NOTICE:</Code>\n<br/>\n<Code>true</Code> - will make Icon always visible, despite the component height\n<br/>\n<Code>false</Code> - will make Icon always hide, despite the component height\n<br/>\n<Code>undefined</Code> - will look on the component height to decide show or hide Icon</p>\n</div></div>",
314
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
315
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L218"
316
+ },
317
+ {
318
+ "name": "multiple",
319
+ "required": true,
320
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
321
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
322
+ "description": "Allow drag 'n' drop (or selection from the file dialog) of multiple files",
323
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Allow drag &#39;n&#39; drop (or selection from the file dialog) of multiple files</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
324
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
325
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L145"
326
+ },
327
+ {
328
+ "name": "qa",
329
+ "required": false,
330
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">QaTags</a>",
331
+ "typeDetail": "<span class=\"tsd-signature-type\">any</span>",
332
+ "description": "",
333
+ "descriptionHtml": "",
334
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
335
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L235"
336
+ },
337
+ {
338
+ "name": "rootProps",
339
+ "required": false,
340
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">DropzoneRootProps</a>",
341
+ "typeDetail": "<span class=\"tsd-signature-type\">DropzoneRootPropsBase</span><span class=\"tsd-signature-symbol\"> &amp; </span><span class=\"tsd-signature-type\">FrozenDropzoneRootProps</span>",
342
+ "description": "Additional props for dropzone element",
343
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional props for dropzone element</p>\n</div></div>",
344
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
345
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L228"
346
+ },
347
+ {
348
+ "name": "tooltip",
349
+ "required": false,
350
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
351
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
352
+ "description": "Dropzone tooltip content",
353
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Dropzone tooltip content</p>\n</div></div>",
354
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
355
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L223"
356
+ },
357
+ {
358
+ "name": "contentRenderer",
359
+ "required": false,
360
+ "type": "Function",
361
+ "typeDetail": "content<wbr/>Renderer<span class=\"tsd-signature-symbol\">(</span>props<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">DropzoneContentProps</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">ReactNode</span>",
362
+ "description": "Render prop to specify a custom dropzone body message",
363
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Render prop to specify a custom dropzone body message</p>\n</div></div>",
364
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
365
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L208"
366
+ },
367
+ {
368
+ "name": "dispatchDropError",
369
+ "required": true,
370
+ "type": "Function",
371
+ "typeDetail": "dispatch<wbr/>Drop<wbr/>Error<span class=\"tsd-signature-symbol\">(</span>error<span class=\"tsd-signature-symbol\">: </span><a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">DropErrorType</a><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
372
+ "description": "Sets <Code>dropError</Code>.\n<CodeBlock>{'(error: DropErrorType) => void'}</CodeBlock>",
373
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets <Code>dropError</Code>.\n<CodeBlock>{&#39;(error: DropErrorType) =&gt; void&#39;}</CodeBlock></p>\n</div></div>",
374
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
375
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L173"
376
+ }
377
+ ],
378
+ "description": ""
379
+ },
380
+ "DropzoneRef": {
381
+ "name": "DropzoneRef",
382
+ "properties": [
383
+ {
384
+ "name": "inputRef",
385
+ "required": true,
386
+ "type": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLInputElement</span><span class=\"tsd-signature-symbol\">&gt;</span>",
387
+ "typeDetail": "<span class=\"tsd-signature-type\">RefObject</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLInputElement</span><span class=\"tsd-signature-symbol\">&gt;</span>",
388
+ "description": "",
389
+ "descriptionHtml": "",
390
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
391
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L240"
392
+ },
393
+ {
394
+ "name": "rootRef",
395
+ "required": true,
396
+ "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>",
397
+ "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>",
398
+ "description": "",
399
+ "descriptionHtml": "",
400
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
401
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L239"
402
+ },
403
+ {
404
+ "name": "open",
405
+ "required": true,
406
+ "type": "Function",
407
+ "typeDetail": "open<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>",
408
+ "description": "Open the native file selection dialog",
409
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Open the native file selection dialog</p>\n</div></div>",
410
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
411
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L245"
412
+ }
413
+ ],
414
+ "description": ""
415
+ },
416
+ "MultipleErrorsProps": {
417
+ "name": "MultipleErrorsProps",
418
+ "properties": [
419
+ {
420
+ "name": "fileRejections",
421
+ "required": true,
422
+ "type": "<span class=\"tsd-signature-type\">FileRejection</span><span class=\"tsd-signature-symbol\">[]</span>",
423
+ "typeDetail": "<span class=\"tsd-signature-type\">FileRejection</span><span class=\"tsd-signature-symbol\">[]</span>",
424
+ "description": "",
425
+ "descriptionHtml": "",
426
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
427
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L46"
428
+ },
429
+ {
430
+ "name": "maxFiles",
431
+ "required": false,
432
+ "type": "<span class=\"tsd-signature-type\">number</span>",
433
+ "typeDetail": "<span class=\"tsd-signature-type\">number</span>",
434
+ "description": "",
435
+ "descriptionHtml": "",
436
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
437
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L47"
438
+ },
439
+ {
440
+ "name": "maxSize",
441
+ "required": false,
442
+ "type": "<span class=\"tsd-signature-type\">number</span>",
443
+ "typeDetail": "<span class=\"tsd-signature-type\">number</span>",
444
+ "description": "",
445
+ "descriptionHtml": "",
446
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
447
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L48"
448
+ },
449
+ {
450
+ "name": "minSize",
451
+ "required": false,
452
+ "type": "<span class=\"tsd-signature-type\">number</span>",
453
+ "typeDetail": "<span class=\"tsd-signature-type\">number</span>",
454
+ "description": "",
455
+ "descriptionHtml": "",
456
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
457
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L49"
458
+ }
459
+ ],
460
+ "description": ""
461
+ },
462
+ "QaTags": {
463
+ "name": "QaTags",
464
+ "properties": [
465
+ {
466
+ "name": "dropzone",
467
+ "required": false,
468
+ "type": "<span class=\"tsd-signature-type\">string</span>",
469
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
470
+ "description": "",
471
+ "descriptionHtml": "",
472
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
473
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L199"
474
+ },
475
+ {
476
+ "name": "hideError",
477
+ "required": false,
478
+ "type": "<span class=\"tsd-signature-type\">string</span>",
479
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
480
+ "description": "",
481
+ "descriptionHtml": "",
482
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
483
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L201"
484
+ },
485
+ {
486
+ "name": "showErrorDetails",
487
+ "required": false,
488
+ "type": "<span class=\"tsd-signature-type\">string</span>",
489
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
490
+ "description": "",
491
+ "descriptionHtml": "",
492
+ "sourceFile": "packages/core-react/src/components/Dropzone/Dropzone.types.ts",
493
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Dropzone/Dropzone.types.ts#L200"
494
+ }
495
+ ],
496
+ "description": ""
497
+ }
498
+ }