@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,338 @@
1
+ {
2
+ "HeroMediaProps": {
3
+ "name": "HeroMediaProps",
4
+ "properties": [
5
+ {
6
+ "name": "children",
7
+ "required": false,
8
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
9
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
10
+ "description": "Instead of using the default children, you can pass in your own.",
11
+ "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>",
12
+ "sourceFile": "packages/core-react/src/utils/types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
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": "Additional classNames",
21
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</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#L45"
24
+ },
25
+ {
26
+ "name": "onOverlayClick",
27
+ "required": false,
28
+ "type": "<span class=\"tsd-signature-type\">MouseEventHandler</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">&gt;</span>",
29
+ "typeDetail": "<span class=\"tsd-signature-type\">MouseEventHandler</span><span class=\"tsd-signature-symbol\">&lt;</span><span class=\"tsd-signature-type\">HTMLDivElement</span><span class=\"tsd-signature-symbol\">&gt;</span>",
30
+ "description": "",
31
+ "descriptionHtml": "",
32
+ "sourceFile": "packages/core-react/src/components/Tile/Tile.types.ts",
33
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tile/Tile.types.ts#L7"
34
+ },
35
+ {
36
+ "name": "overlay",
37
+ "required": false,
38
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
39
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
40
+ "description": "",
41
+ "descriptionHtml": "",
42
+ "sourceFile": "packages/core-react/src/components/Tile/Tile.types.ts",
43
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tile/Tile.types.ts#L6"
44
+ },
45
+ {
46
+ "name": "style",
47
+ "required": false,
48
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
49
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
50
+ "description": "Additional CSS styles",
51
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</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#L50"
54
+ }
55
+ ],
56
+ "description": ""
57
+ },
58
+ "HeroTextProps": {
59
+ "name": "HeroTextProps",
60
+ "properties": [
61
+ {
62
+ "name": "children",
63
+ "required": false,
64
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
65
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
66
+ "description": "Instead of using the default children, you can pass in your own.",
67
+ "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>",
68
+ "sourceFile": "packages/core-react/src/utils/types.ts",
69
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
70
+ },
71
+ {
72
+ "name": "className",
73
+ "required": false,
74
+ "type": "<span class=\"tsd-signature-type\">string</span>",
75
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
76
+ "description": "Additional classNames",
77
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
78
+ "sourceFile": "packages/core-react/src/utils/types.ts",
79
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
80
+ },
81
+ {
82
+ "name": "style",
83
+ "required": false,
84
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
85
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
86
+ "description": "Additional CSS styles",
87
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
88
+ "sourceFile": "packages/core-react/src/utils/types.ts",
89
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
90
+ }
91
+ ],
92
+ "description": ""
93
+ },
94
+ "InteractableTileProps": {
95
+ "name": "InteractableTileProps",
96
+ "properties": [
97
+ {
98
+ "name": "children",
99
+ "required": false,
100
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
101
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
102
+ "description": "Instead of using the default children, you can pass in your own.",
103
+ "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>",
104
+ "sourceFile": "packages/core-react/src/utils/types.ts",
105
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
106
+ },
107
+ {
108
+ "name": "className",
109
+ "required": false,
110
+ "type": "<span class=\"tsd-signature-type\">string</span>",
111
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
112
+ "description": "Additional classNames",
113
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
114
+ "sourceFile": "packages/core-react/src/utils/types.ts",
115
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
116
+ },
117
+ {
118
+ "name": "orientation",
119
+ "required": true,
120
+ "type": "<span class=\"tsd-signature-type\">&quot;portrait&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;landscape&quot;</span>",
121
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;portrait&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;landscape&quot;</span>",
122
+ "description": "",
123
+ "descriptionHtml": "",
124
+ "sourceFile": "packages/core-react/src/components/Tile/Tile.types.ts",
125
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tile/Tile.types.ts#L11"
126
+ },
127
+ {
128
+ "name": "style",
129
+ "required": false,
130
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
131
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
132
+ "description": "Additional CSS styles",
133
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
134
+ "sourceFile": "packages/core-react/src/utils/types.ts",
135
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
136
+ },
137
+ {
138
+ "name": "variant",
139
+ "required": false,
140
+ "type": "<span class=\"tsd-signature-type\">&quot;interactive&quot;</span>",
141
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;interactive&quot;</span>",
142
+ "description": "",
143
+ "descriptionHtml": "",
144
+ "sourceFile": "packages/core-react/src/components/Tile/Tile.types.ts",
145
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tile/Tile.types.ts#L15"
146
+ }
147
+ ],
148
+ "description": ""
149
+ },
150
+ "LinkTileProps": {
151
+ "name": "LinkTileProps",
152
+ "properties": [
153
+ {
154
+ "name": "children",
155
+ "required": false,
156
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
157
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
158
+ "description": "Instead of using the default children, you can pass in your own.",
159
+ "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>",
160
+ "sourceFile": "packages/core-react/src/utils/types.ts",
161
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
162
+ },
163
+ {
164
+ "name": "className",
165
+ "required": false,
166
+ "type": "<span class=\"tsd-signature-type\">string</span>",
167
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
168
+ "description": "Additional classNames",
169
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
170
+ "sourceFile": "packages/core-react/src/utils/types.ts",
171
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
172
+ },
173
+ {
174
+ "name": "orientation",
175
+ "required": true,
176
+ "type": "<span class=\"tsd-signature-type\">&quot;portrait&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;landscape&quot;</span>",
177
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;portrait&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;landscape&quot;</span>",
178
+ "description": "",
179
+ "descriptionHtml": "",
180
+ "sourceFile": "packages/core-react/src/components/Tile/Tile.types.ts",
181
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tile/Tile.types.ts#L11"
182
+ },
183
+ {
184
+ "name": "style",
185
+ "required": false,
186
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
187
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
188
+ "description": "Additional CSS styles",
189
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
190
+ "sourceFile": "packages/core-react/src/utils/types.ts",
191
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
192
+ },
193
+ {
194
+ "name": "variant",
195
+ "required": false,
196
+ "type": "<span class=\"tsd-signature-type\">&quot;link&quot;</span>",
197
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;link&quot;</span>",
198
+ "description": "",
199
+ "descriptionHtml": "",
200
+ "sourceFile": "packages/core-react/src/components/Tile/Tile.types.ts",
201
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tile/Tile.types.ts#L19"
202
+ }
203
+ ],
204
+ "description": ""
205
+ },
206
+ "SelectableTileProps": {
207
+ "name": "SelectableTileProps",
208
+ "properties": [
209
+ {
210
+ "name": "children",
211
+ "required": false,
212
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
213
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
214
+ "description": "Instead of using the default children, you can pass in your own.",
215
+ "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>",
216
+ "sourceFile": "packages/core-react/src/utils/types.ts",
217
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
218
+ },
219
+ {
220
+ "name": "className",
221
+ "required": false,
222
+ "type": "<span class=\"tsd-signature-type\">string</span>",
223
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
224
+ "description": "Additional classNames",
225
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
226
+ "sourceFile": "packages/core-react/src/utils/types.ts",
227
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
228
+ },
229
+ {
230
+ "name": "disabled",
231
+ "required": false,
232
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
233
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
234
+ "description": "Only with selectable variant.",
235
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Only with selectable variant.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
236
+ "sourceFile": "packages/core-react/src/components/Tile/Tile.types.ts",
237
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tile/Tile.types.ts#L56"
238
+ },
239
+ {
240
+ "name": "orientation",
241
+ "required": true,
242
+ "type": "<span class=\"tsd-signature-type\">&quot;portrait&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;landscape&quot;</span>",
243
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;portrait&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;landscape&quot;</span>",
244
+ "description": "",
245
+ "descriptionHtml": "",
246
+ "sourceFile": "packages/core-react/src/components/Tile/Tile.types.ts",
247
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tile/Tile.types.ts#L11"
248
+ },
249
+ {
250
+ "name": "selected",
251
+ "required": false,
252
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
253
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
254
+ "description": "Only with selectable variant.",
255
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Only with selectable variant.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
256
+ "sourceFile": "packages/core-react/src/components/Tile/Tile.types.ts",
257
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tile/Tile.types.ts#L50"
258
+ },
259
+ {
260
+ "name": "style",
261
+ "required": false,
262
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
263
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
264
+ "description": "Additional CSS styles",
265
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
266
+ "sourceFile": "packages/core-react/src/utils/types.ts",
267
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
268
+ },
269
+ {
270
+ "name": "variant",
271
+ "required": false,
272
+ "type": "<span class=\"tsd-signature-type\">&quot;selectable&quot;</span>",
273
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;selectable&quot;</span>",
274
+ "description": "To change tile behaviour",
275
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>To change tile behaviour</p>\n</div></div>",
276
+ "sourceFile": "packages/core-react/src/components/Tile/Tile.types.ts",
277
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tile/Tile.types.ts#L28"
278
+ },
279
+ {
280
+ "name": "onClick",
281
+ "required": false,
282
+ "type": "Function",
283
+ "typeDetail": "on<wbr/>Click<span class=\"tsd-signature-symbol\">(</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-symbol\">{}</span>",
284
+ "description": "For variant selectable\n<CodeBlock>{`() : void`}</CodeBlock>A function for controlling{' '}\n<Code>selected</Code> Tile prop.\n<br />\n<br />\nFor variant interactive. There is no restriction for using it with\ninteractive, but interactive means that there is a button or a link\ninside tile, so be careful with potential clicks inside clicks. And\nthere is also no hover state for interactive.\n<CodeBlock>{`React.MouseEventHandler<HTMLDivElement>`}</CodeBlock>\nFor variant link:\n<CodeBlock>{`React.MouseEventHandler<HTMLAnchorElement>`}</CodeBlock>",
285
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>For variant selectable\n<CodeBlock>{<code>() : void</code>}</CodeBlock>A function for controlling{&#39; &#39;}\n<Code>selected</Code> Tile prop.\n<br />\n<br />\nFor variant interactive. There is no restriction for using it with\ninteractive, but interactive means that there is a button or a link\ninside tile, so be careful with potential clicks inside clicks. And\nthere is also no hover state for interactive.\n<CodeBlock>{<code>React.MouseEventHandler&lt;HTMLDivElement&gt;</code>}</CodeBlock>\nFor variant link:\n<CodeBlock>{<code>React.MouseEventHandler&lt;HTMLAnchorElement&gt;</code>}</CodeBlock></p>\n</div></div>",
286
+ "sourceFile": "packages/core-react/src/components/Tile/Tile.types.ts",
287
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tile/Tile.types.ts#L44"
288
+ }
289
+ ],
290
+ "description": ""
291
+ },
292
+ "TileCommonProps": {
293
+ "name": "TileCommonProps",
294
+ "properties": [
295
+ {
296
+ "name": "children",
297
+ "required": false,
298
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
299
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
300
+ "description": "Instead of using the default children, you can pass in your own.",
301
+ "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>",
302
+ "sourceFile": "packages/core-react/src/utils/types.ts",
303
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
304
+ },
305
+ {
306
+ "name": "className",
307
+ "required": false,
308
+ "type": "<span class=\"tsd-signature-type\">string</span>",
309
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
310
+ "description": "Additional classNames",
311
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
312
+ "sourceFile": "packages/core-react/src/utils/types.ts",
313
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
314
+ },
315
+ {
316
+ "name": "orientation",
317
+ "required": true,
318
+ "type": "<span class=\"tsd-signature-type\">&quot;portrait&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;landscape&quot;</span>",
319
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;portrait&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;landscape&quot;</span>",
320
+ "description": "",
321
+ "descriptionHtml": "",
322
+ "sourceFile": "packages/core-react/src/components/Tile/Tile.types.ts",
323
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Tile/Tile.types.ts#L11"
324
+ },
325
+ {
326
+ "name": "style",
327
+ "required": false,
328
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
329
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
330
+ "description": "Additional CSS styles",
331
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
332
+ "sourceFile": "packages/core-react/src/utils/types.ts",
333
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
334
+ }
335
+ ],
336
+ "description": ""
337
+ }
338
+ }
@@ -0,0 +1,48 @@
1
+ {
2
+ "ToastProps": {
3
+ "name": "ToastProps",
4
+ "properties": [
5
+ {
6
+ "name": "children",
7
+ "required": false,
8
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
9
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
10
+ "description": "Instead of using the default children, you can pass in your own.",
11
+ "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>",
12
+ "sourceFile": "packages/core-react/src/utils/types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
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": "Additional classNames",
21
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</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#L45"
24
+ },
25
+ {
26
+ "name": "style",
27
+ "required": false,
28
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
29
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
30
+ "description": "Additional CSS styles",
31
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</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#L50"
34
+ },
35
+ {
36
+ "name": "variant",
37
+ "required": true,
38
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">ToastVariant</a>",
39
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;error&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;success&quot;</span>",
40
+ "description": "Controls icon and background color",
41
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls icon and background color</p>\n</div></div>",
42
+ "sourceFile": "packages/core-react/src/components/Toast/Toast.types.ts",
43
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Toast/Toast.types.ts#L9"
44
+ }
45
+ ],
46
+ "description": ""
47
+ }
48
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "ToggleButtonProps": {
3
+ "name": "ToggleButtonProps",
4
+ "properties": [
5
+ {
6
+ "name": "icon",
7
+ "required": false,
8
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
9
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
10
+ "description": "The icon to display on the left side of the label. This should be an\nicon from <Code>@procore/core-icons</Code>.",
11
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The icon to display on the left side of the label. This should be an\nicon from <Code>@procore/core-icons</Code>.</p>\n</div></div>",
12
+ "sourceFile": "packages/core-react/src/components/ToggleButton/ToggleButton.types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/ToggleButton/ToggleButton.types.ts#L15"
14
+ },
15
+ {
16
+ "name": "selected",
17
+ "required": false,
18
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
19
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
20
+ "description": "Set the current value of the toggle button",
21
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Set the current value of the toggle button</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>false</p>\n</dd></dl></div>",
22
+ "sourceFile": "packages/core-react/src/components/ToggleButton/ToggleButton.types.ts",
23
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/ToggleButton/ToggleButton.types.ts#L9"
24
+ },
25
+ {
26
+ "name": "size",
27
+ "required": false,
28
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">ButtonSizes</a>",
29
+ "typeDetail": "<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>",
30
+ "description": "The toggle button size",
31
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The toggle button size</p>\n</div></div>",
32
+ "sourceFile": "packages/core-react/src/components/ToggleButton/ToggleButton.types.ts",
33
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/ToggleButton/ToggleButton.types.ts#L20"
34
+ }
35
+ ],
36
+ "description": ""
37
+ }
38
+ }
@@ -0,0 +1,125 @@
1
+ {
2
+ "LegacyIconProps": {
3
+ "name": "LegacyIconProps",
4
+ "properties": [
5
+ {
6
+ "name": "children",
7
+ "required": false,
8
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
9
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
10
+ "description": "Instead of using the default children, you can pass in your own.",
11
+ "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>",
12
+ "sourceFile": "packages/core-react/src/utils/types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
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": "Additional classNames",
21
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</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#L45"
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/Icon/Icon.types.ts",
33
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Icon/Icon.types.ts#L14"
34
+ },
35
+ {
36
+ "name": "icon",
37
+ "required": true,
38
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
39
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
40
+ "description": "The token icon",
41
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The token icon</p>\n</div></div>",
42
+ "sourceFile": "packages/core-react/src/components/Token/Token.types.ts",
43
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Token/Token.types.ts#L38"
44
+ },
45
+ {
46
+ "name": "size",
47
+ "required": false,
48
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">IconSize</a>",
49
+ "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;inherit&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\">&gt;</span>",
50
+ "description": "The size of the icon",
51
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The size of the icon</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;sm&#39;</p>\n</dd></dl></div>",
52
+ "sourceFile": "packages/core-react/src/components/Icon/Icon.types.ts",
53
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Icon/Icon.types.ts#L25"
54
+ },
55
+ {
56
+ "name": "style",
57
+ "required": false,
58
+ "type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
59
+ "typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
60
+ "description": "Additional CSS styles",
61
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
62
+ "sourceFile": "packages/core-react/src/utils/types.ts",
63
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
64
+ },
65
+ {
66
+ "name": "variant",
67
+ "required": false,
68
+ "type": "<span class=\"tsd-signature-type\">IconVariant</span>",
69
+ "typeDetail": "<span class=\"tsd-signature-type\">IconVariant</span>",
70
+ "description": "The icon variant",
71
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The icon variant</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;&#39;</p>\n</dd></dl></div>",
72
+ "sourceFile": "packages/core-react/src/components/Icon/Icon.types.ts",
73
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Icon/Icon.types.ts#L31"
74
+ }
75
+ ],
76
+ "description": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>TODO - This is one of the last places using the old Icon component and\nshould be refactored with the designers</p>\n</div></div>"
77
+ },
78
+ "TokenProps": {
79
+ "name": "TokenProps",
80
+ "properties": [
81
+ {
82
+ "name": "disabled",
83
+ "required": false,
84
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
85
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
86
+ "description": "Disables the token",
87
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Disables the token</p>\n</div></div>",
88
+ "sourceFile": "packages/core-react/src/components/Token/Token.types.ts",
89
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Token/Token.types.ts#L7"
90
+ },
91
+ {
92
+ "name": "error",
93
+ "required": false,
94
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
95
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
96
+ "description": "",
97
+ "descriptionHtml": "",
98
+ "sourceFile": "packages/core-react/src/components/Token/Token.types.ts",
99
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Token/Token.types.ts#L9"
100
+ },
101
+ {
102
+ "name": "focused",
103
+ "required": false,
104
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
105
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
106
+ "description": "",
107
+ "descriptionHtml": "",
108
+ "sourceFile": "packages/core-react/src/components/Token/Token.types.ts",
109
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Token/Token.types.ts#L8"
110
+ },
111
+ {
112
+ "name": "variant",
113
+ "required": false,
114
+ "type": "<span class=\"tsd-signature-type\">&quot;disabled&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;icon&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;focused&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;standard&quot;</span>",
115
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;disabled&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;icon&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;focused&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;standard&quot;</span>",
116
+ "description": "",
117
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>The <code>&#39;disabled&#39;</code> and <code>&#39;focused&#39;</code> variants have been deprecated and will be\nremoved in a future version. Please use the <code>disabled</code> and <code>focused</code> boolean\nprops instead.</p>\n<p><strong>Before</strong></p>\n<p><code>&lt;Token variant=&quot;disabled|focused&quot; /&gt;</code></p>\n<p><strong>After</strong></p>\n<p><code>&lt;Token disabled focused /&gt;</code></p>\n</dd><dt>deprecatedsince</dt><dd><p>10.20.0</p>\n</dd></dl></div>",
118
+ "deprecated": "\n\nThe `'disabled'` and `'focused'` variants have been deprecated and will be\nremoved in a future version. Please use the `disabled` and `focused` boolean\nprops instead.\n\n**Before**\n\n`<Token variant=\"disabled|focused\" />`\n\n**After**\n\n`<Token disabled focused />`\n",
119
+ "sourceFile": "packages/core-react/src/components/Token/Token.types.ts",
120
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Token/Token.types.ts#L27"
121
+ }
122
+ ],
123
+ "description": ""
124
+ }
125
+ }