@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,157 @@
1
+ {
2
+ "TabProps": {
3
+ "name": "TabProps",
4
+ "properties": [
5
+ {
6
+ "name": "active",
7
+ "required": false,
8
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
9
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
10
+ "description": "The tab is active",
11
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The tab is active</p>\n</div></div>",
12
+ "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tabs/Tabs.types.ts#L18"
14
+ },
15
+ {
16
+ "name": "children",
17
+ "required": false,
18
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
19
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
20
+ "description": "Instead of using the default children, you can pass in your own.",
21
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
22
+ "sourceFile": "packages/core-react/src/utils/types.ts",
23
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
24
+ },
25
+ {
26
+ "name": "className",
27
+ "required": false,
28
+ "type": "<span class=\"tsd-signature-type\">string</span>",
29
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
30
+ "description": "Additional classNames",
31
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
32
+ "sourceFile": "packages/core-react/src/utils/types.ts",
33
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
34
+ },
35
+ {
36
+ "name": "dark",
37
+ "required": false,
38
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
39
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
40
+ "description": "Whether or not tab is in dark mode",
41
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether or not tab is in dark mode</p>\n</div></div>",
42
+ "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
43
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tabs/Tabs.types.ts#L24"
44
+ },
45
+ {
46
+ "name": "dropdown",
47
+ "required": false,
48
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
49
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
50
+ "description": "",
51
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.</p>\n</dd></dl></div>",
52
+ "deprecated": "This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.\n",
53
+ "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
54
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tabs/Tabs.types.ts#L35"
55
+ },
56
+ {
57
+ "name": "onLayout",
58
+ "required": false,
59
+ "type": "<span class=\"tsd-signature-type\">Function</span>",
60
+ "typeDetail": "<span class=\"tsd-signature-type\">Function</span>",
61
+ "description": "",
62
+ "descriptionHtml": "",
63
+ "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
64
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tabs/Tabs.types.ts#L29"
65
+ },
66
+ {
67
+ "name": "overflowing",
68
+ "required": false,
69
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
70
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
71
+ "description": "",
72
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.</p>\n</dd></dl></div>",
73
+ "deprecated": "This was never intended to be a public facing API and does not\ndo anything. It will be removed in the future.\n",
74
+ "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
75
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tabs/Tabs.types.ts#L41"
76
+ },
77
+ {
78
+ "name": "style",
79
+ "required": false,
80
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
81
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
82
+ "description": "Additional CSS styles",
83
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
84
+ "sourceFile": "packages/core-react/src/utils/types.ts",
85
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
86
+ },
87
+ {
88
+ "name": "variant",
89
+ "required": false,
90
+ "type": "<span class=\"tsd-signature-type\">TabVariant</span>",
91
+ "typeDetail": "<span class=\"tsd-signature-type\">TabVariant</span>",
92
+ "description": "",
93
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>please use the <code>active</code> and <code>dark</code> props to configure style. The\n<code>dropdown</code>, <code>hover</code>, and <code>overflowing</code> variants were only for internal use\nand should not be used in clients</p>\n</dd></dl></div>",
94
+ "deprecated": "please use the `active` and `dark` props to configure style. The\n`dropdown`, `hover`, and `overflowing` variants were only for internal use\nand should not be used in clients\n",
95
+ "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
96
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tabs/Tabs.types.ts#L48"
97
+ }
98
+ ],
99
+ "description": ""
100
+ },
101
+ "TabsProps": {
102
+ "name": "TabsProps",
103
+ "properties": [
104
+ {
105
+ "name": "children",
106
+ "required": false,
107
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
108
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
109
+ "description": "Instead of using the default children, you can pass in your own.",
110
+ "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>",
111
+ "sourceFile": "packages/core-react/src/utils/types.ts",
112
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
113
+ },
114
+ {
115
+ "name": "className",
116
+ "required": false,
117
+ "type": "<span class=\"tsd-signature-type\">string</span>",
118
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
119
+ "description": "Additional classNames",
120
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
121
+ "sourceFile": "packages/core-react/src/utils/types.ts",
122
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
123
+ },
124
+ {
125
+ "name": "dark",
126
+ "required": false,
127
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
128
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
129
+ "description": "",
130
+ "descriptionHtml": "",
131
+ "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
132
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tabs/Tabs.types.ts#L56"
133
+ },
134
+ {
135
+ "name": "qa",
136
+ "required": false,
137
+ "type": "<span class=\"tsd-signature-type\">QaTags</span>",
138
+ "typeDetail": "<span class=\"tsd-signature-type\">QaTags</span>",
139
+ "description": "",
140
+ "descriptionHtml": "",
141
+ "sourceFile": "packages/core-react/src/components/Tabs/Tabs.types.ts",
142
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tabs/Tabs.types.ts#L57"
143
+ },
144
+ {
145
+ "name": "style",
146
+ "required": false,
147
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
148
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
149
+ "description": "Additional CSS styles",
150
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
151
+ "sourceFile": "packages/core-react/src/utils/types.ts",
152
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
153
+ }
154
+ ],
155
+ "description": ""
156
+ }
157
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "TextAreaProps": {
3
+ "name": "TextAreaProps",
4
+ "properties": [
5
+ {
6
+ "name": "error",
7
+ "required": false,
8
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
9
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
10
+ "description": "Controls the error state of the `TextArea`, changing the\nbackground color and border colors to red",
11
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the error state of the <code>TextArea</code>, changing the\nbackground color and border colors to red</p>\n</div></div>",
12
+ "sourceFile": "packages/core-react/src/components/TextArea/TextArea.types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/TextArea/TextArea.types.ts#L8"
14
+ },
15
+ {
16
+ "name": "resize",
17
+ "required": false,
18
+ "type": "<span class=\"tsd-signature-type\">&quot;none&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;both&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;horizontal&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;vertical&quot;</span>",
19
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;none&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;both&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;horizontal&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;vertical&quot;</span>",
20
+ "description": "Controls the resize rules for the `TextArea`",
21
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the resize rules for the <code>TextArea</code></p>\n</div></div>",
22
+ "sourceFile": "packages/core-react/src/components/TextArea/TextArea.types.ts",
23
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/TextArea/TextArea.types.ts#L13"
24
+ },
25
+ {
26
+ "name": "variant",
27
+ "required": false,
28
+ "type": "<span class=\"tsd-signature-type\">&quot;&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;error&quot;</span>",
29
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;error&quot;</span>",
30
+ "description": "",
31
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>The <code>variant</code> prop has been deprecated and will be removed in a future version.\nPlease use the <code>error</code> boolean prop instead.</p>\n<p><strong>Before</strong></p>\n<p><code>&lt;TextArea variant=&quot;error&quot; /&gt;</code></p>\n<p><strong>After</strong></p>\n<p><code>&lt;TextArea error /&gt;</code></p>\n</dd><dt>deprecatedsince</dt><dd><p>10.20.0</p>\n</dd></dl></div>",
32
+ "deprecated": "\nThe `variant` prop has been deprecated and will be removed in a future version.\nPlease use the `error` boolean prop instead.\n\n**Before**\n\n`<TextArea variant=\"error\" />`\n\n**After**\n\n`<TextArea error />`\n",
33
+ "sourceFile": "packages/core-react/src/components/TextArea/TextArea.types.ts",
34
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/TextArea/TextArea.types.ts#L30"
35
+ }
36
+ ],
37
+ "description": ""
38
+ }
39
+ }
@@ -0,0 +1,79 @@
1
+ {
2
+ "TextEditorProps": {
3
+ "name": "TextEditorProps",
4
+ "properties": [
5
+ {
6
+ "name": "disabled",
7
+ "required": false,
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/TextEditor/TextEditor.types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L7"
14
+ },
15
+ {
16
+ "name": "error",
17
+ "required": false,
18
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
19
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
20
+ "description": "",
21
+ "descriptionHtml": "",
22
+ "sourceFile": "packages/core-react/src/components/TextEditor/TextEditor.types.ts",
23
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L8"
24
+ },
25
+ {
26
+ "name": "init",
27
+ "required": false,
28
+ "type": "<span class=\"tsd-signature-type\">RawEditorSettings</span><span class=\"tsd-signature-symbol\"> &amp; </span><span class=\"tsd-signature-symbol\">{}</span>",
29
+ "typeDetail": "<span class=\"tsd-signature-type\">RawEditorSettings</span><span class=\"tsd-signature-symbol\"> &amp; </span><span class=\"tsd-signature-symbol\">{}</span>",
30
+ "description": "",
31
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>unsupported</dt><dd><p>Use at your own risk. DST makes no guarantees about this API, and is subject to removal at any point without warning or deprecation.</p>\n</dd></dl></div>",
32
+ "sourceFile": "packages/core-react/src/components/TextEditor/TextEditor.types.ts",
33
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L12"
34
+ },
35
+ {
36
+ "name": "initialValue",
37
+ "required": false,
38
+ "type": "<span class=\"tsd-signature-type\">string</span>",
39
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
40
+ "description": "",
41
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p><code>initialValue</code> has been deprecated and will be removed in a future version.\nPlease use the <code>value</code> prop instead</p>\n<p>The first value passed into <code>value</code> prop will be the <code>TextEditor</code> initial\nvalue. Changing the value will update the text of the <code>TextEditor</code>.\nThe editor should be controlled via the combination of <code>value</code>\nand <code>onChange</code> props.</p>\n<p><strong>Before</strong></p>\n<p><code>&lt;TextEditor initialValue=&quot;Hello World&quot; /&gt;</code></p>\n<p><strong>After</strong></p>\n<p><code>&lt;TextEditor value=&quot;Hello World&quot; /&gt;</code></p>\n</dd><dt>deprecatedsince</dt><dd><p>10.20.0</p>\n</dd></dl></div>",
42
+ "deprecated": "\n`initialValue` has been deprecated and will be removed in a future version.\nPlease use the `value` prop instead\n\nThe first value passed into `value` prop will be the `TextEditor` initial\nvalue. Changing the value will update the text of the `TextEditor`.\nThe editor should be controlled via the combination of `value`\nand `onChange` props.\n\n**Before**\n\n`<TextEditor initialValue=\"Hello World\" />`\n\n**After**\n\n`<TextEditor value=\"Hello World\" />`\n",
43
+ "sourceFile": "packages/core-react/src/components/TextEditor/TextEditor.types.ts",
44
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L33"
45
+ },
46
+ {
47
+ "name": "locale",
48
+ "required": false,
49
+ "type": "<span class=\"tsd-signature-type\">Locale</span>",
50
+ "typeDetail": "<span class=\"tsd-signature-type\">Locale</span>",
51
+ "description": "Locale which will be used used for localization. Can be passed directly or\nset by wrapping components in I18n provider. Icelandic (is-IS) is not\nactually supported by TinyMCE, so it is defaulted to english.",
52
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Locale which will be used used for localization. Can be passed directly or\nset by wrapping components in I18n provider. Icelandic (is-IS) is not\nactually supported by TinyMCE, so it is defaulted to english.</p>\n</div></div>",
53
+ "sourceFile": "packages/core-react/src/components/TextEditor/TextEditor.types.ts",
54
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L40"
55
+ },
56
+ {
57
+ "name": "plugins",
58
+ "required": false,
59
+ "type": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\">[]</span>",
60
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\">[]</span>",
61
+ "description": "<div>\n Array of plugins to use with the editor in addition to the defaults.\n Can be any of:\n</div>\n<CodeBlock>\n [{plugins.map((plugin) => `'${plugin}'`).join(', ')}]\n</CodeBlock>",
62
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>\n Array of plugins to use with the editor in addition to the defaults.\n Can be any of:\n</div>\n<CodeBlock>\n [{plugins.map((plugin) => `'${plugin}'`).join(', ')}]\n</CodeBlock></div></div>",
63
+ "sourceFile": "packages/core-react/src/components/TextEditor/TextEditor.types.ts",
64
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L57"
65
+ },
66
+ {
67
+ "name": "onChange",
68
+ "required": false,
69
+ "type": "Function",
70
+ "typeDetail": "on<wbr/>Change<span class=\"tsd-signature-symbol\">(</span>content<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>",
71
+ "description": "<div>onChange event handler for text editor area</div>\n<CodeBlock>(content: string) => void</CodeBlock>",
72
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<div>onChange event handler for text editor area</div>\n<CodeBlock>(content: string) => void</CodeBlock></div></div>",
73
+ "sourceFile": "packages/core-react/src/components/TextEditor/TextEditor.types.ts",
74
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/TextEditor/TextEditor.types.ts#L46"
75
+ }
76
+ ],
77
+ "description": ""
78
+ }
79
+ }
@@ -0,0 +1,128 @@
1
+ {
2
+ "ThumbnailProps": {
3
+ "name": "ThumbnailProps",
4
+ "properties": [
5
+ {
6
+ "name": "caption",
7
+ "required": false,
8
+ "type": "<span class=\"tsd-signature-type\">string</span>",
9
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
10
+ "description": "Thumbnail caption",
11
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Thumbnail caption</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;&#39;</p>\n</dd></dl></div>",
12
+ "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L49"
14
+ },
15
+ {
16
+ "name": "className",
17
+ "required": false,
18
+ "type": "<span class=\"tsd-signature-type\">string</span>",
19
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
20
+ "description": "",
21
+ "descriptionHtml": "",
22
+ "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
23
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L62"
24
+ },
25
+ {
26
+ "name": "clickable",
27
+ "required": false,
28
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
29
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
30
+ "description": "",
31
+ "descriptionHtml": "",
32
+ "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
33
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L43"
34
+ },
35
+ {
36
+ "name": "disabled",
37
+ "required": false,
38
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
39
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
40
+ "description": "Use \"disabled\" view",
41
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Use &quot;disabled&quot; view</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
42
+ "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
43
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L40"
44
+ },
45
+ {
46
+ "name": "error",
47
+ "required": false,
48
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
49
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
50
+ "description": "",
51
+ "descriptionHtml": "",
52
+ "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
53
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L42"
54
+ },
55
+ {
56
+ "name": "focused",
57
+ "required": false,
58
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
59
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
60
+ "description": "Use \"focused\" view",
61
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Use &quot;focused&quot; view</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
62
+ "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
63
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L28"
64
+ },
65
+ {
66
+ "name": "hasCaptionPlaceholder",
67
+ "required": false,
68
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
69
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
70
+ "description": "Show placeholder for caption if it is empty",
71
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Show placeholder for caption if it is empty</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
72
+ "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
73
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L55"
74
+ },
75
+ {
76
+ "name": "label",
77
+ "required": false,
78
+ "type": "<span class=\"tsd-signature-type\">string</span>",
79
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
80
+ "description": "Thumbnail label",
81
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Thumbnail label</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;&#39;</p>\n</dd></dl></div>",
82
+ "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
83
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L61"
84
+ },
85
+ {
86
+ "name": "qa",
87
+ "required": false,
88
+ "type": "<span class=\"tsd-signature-type\">QaTags</span>",
89
+ "typeDetail": "<span class=\"tsd-signature-type\">QaTags</span>",
90
+ "description": "",
91
+ "descriptionHtml": "",
92
+ "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
93
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L63"
94
+ },
95
+ {
96
+ "name": "selected",
97
+ "required": false,
98
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
99
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
100
+ "description": "Use \"selected\" view",
101
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Use &quot;selected&quot; view</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
102
+ "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
103
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L34"
104
+ },
105
+ {
106
+ "name": "size",
107
+ "required": false,
108
+ "type": "<span class=\"tsd-signature-type\">SizeVariant</span>",
109
+ "typeDetail": "<span class=\"tsd-signature-type\">SizeVariant</span>",
110
+ "description": "Thumbnail size",
111
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Thumbnail size</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;lg&#39;</p>\n</dd></dl></div>",
112
+ "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
113
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L22"
114
+ },
115
+ {
116
+ "name": "src",
117
+ "required": false,
118
+ "type": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">File</span>",
119
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">File</span>",
120
+ "description": "An image URL or a <Code>File</Code> to generate a preview for",
121
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>An image URL or a <Code>File</Code> to generate a preview for</p>\n</div></div>",
122
+ "sourceFile": "packages/core-react/src/components/Thumbnail/Thumbnail.types.ts",
123
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Thumbnail/Thumbnail.types.ts#L16"
124
+ }
125
+ ],
126
+ "description": ""
127
+ }
128
+ }