@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,208 @@
1
+ {
2
+ "PanelBodyProps": {
3
+ "name": "PanelBodyProps",
4
+ "properties": [
5
+ {
6
+ "name": "secondaryBgColor",
7
+ "required": false,
8
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
9
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
10
+ "description": "Applies the gray secondary background color.",
11
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Applies the gray secondary background color.</p>\n</div></div>",
12
+ "sourceFile": "packages/core-react/src/components/Panel/Panel.types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Panel/Panel.types.ts#L34"
14
+ }
15
+ ],
16
+ "description": ""
17
+ },
18
+ "PanelContextShape": {
19
+ "name": "PanelContextShape",
20
+ "properties": [
21
+ {
22
+ "name": "isFooterSticky",
23
+ "required": true,
24
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
25
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
26
+ "description": "",
27
+ "descriptionHtml": "",
28
+ "sourceFile": "packages/core-react/src/components/Panel/Panel.types.ts",
29
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Panel/Panel.types.ts#L38"
30
+ },
31
+ {
32
+ "name": "setIsFooterSticky",
33
+ "required": true,
34
+ "type": "Function",
35
+ "typeDetail": "set<wbr/>Is<wbr/>Footer<wbr/>Sticky<span class=\"tsd-signature-symbol\">(</span>v<span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">boolean</span><span class=\"tsd-signature-symbol\">)</span><span class=\"tsd-signature-symbol\">: </span><span class=\"tsd-signature-type\">void</span>",
36
+ "description": "",
37
+ "descriptionHtml": "",
38
+ "sourceFile": "packages/core-react/src/components/Panel/Panel.types.ts",
39
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Panel/Panel.types.ts#L39"
40
+ }
41
+ ],
42
+ "description": ""
43
+ },
44
+ "PanelHeaderActionProps": {
45
+ "name": "PanelHeaderActionProps",
46
+ "properties": [
47
+ {
48
+ "name": "block",
49
+ "required": false,
50
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
51
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
52
+ "description": "Sets the button to be 100% of the width of its parent",
53
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets the button to be 100% of the width of its parent</p>\n</div></div>",
54
+ "sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
55
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Button/Button.types.ts#L25"
56
+ },
57
+ {
58
+ "name": "icon",
59
+ "required": false,
60
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
61
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
62
+ "description": "string icons have been deprecated, please pass a component from `@procore/core-icons`\nThe icon to display on the left side of the label",
63
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>string icons have been deprecated, please pass a component from <code>@procore/core-icons</code>\nThe icon to display on the left side of the label</p>\n</div></div>",
64
+ "sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
65
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Button/Button.types.ts#L30"
66
+ },
67
+ {
68
+ "name": "iconRight",
69
+ "required": false,
70
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
71
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
72
+ "description": "The icon to display on the right side of the label",
73
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The icon to display on the right side of the label</p>\n</div></div>",
74
+ "sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
75
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Button/Button.types.ts#L34"
76
+ },
77
+ {
78
+ "name": "loading",
79
+ "required": false,
80
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
81
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
82
+ "description": "Shows the button spinner",
83
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Shows the button spinner</p>\n</div></div>",
84
+ "sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
85
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Button/Button.types.ts#L38"
86
+ },
87
+ {
88
+ "name": "size",
89
+ "required": false,
90
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">ButtonSizes</a>",
91
+ "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>",
92
+ "description": "The size of the button",
93
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The size of the button</p>\n</div></div>",
94
+ "sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
95
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Button/Button.types.ts#L42"
96
+ },
97
+ {
98
+ "name": "title",
99
+ "required": true,
100
+ "type": "<span class=\"tsd-signature-type\">string</span>",
101
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
102
+ "description": "Tooltip/Overflow menu label text.",
103
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Tooltip/Overflow menu label text.</p>\n</div></div>",
104
+ "sourceFile": "packages/core-react/src/components/Panel/Panel.types.ts",
105
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Panel/Panel.types.ts#L27"
106
+ },
107
+ {
108
+ "name": "variant",
109
+ "required": false,
110
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">LegacyButtonVariant</a>",
111
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;primary&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;secondary&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;tertiary&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;action-outline&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;error-outline&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;success-outline&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;info-outline&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;dropdown&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;dropdown-secondary&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;form&quot;</span>",
112
+ "description": "All variants except for primary, secondary, tertiary are DEPRECATED.\nAll will still be accepted, but deprecated ones will look like secondary",
113
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>All variants except for primary, secondary, tertiary are DEPRECATED.\nAll will still be accepted, but deprecated ones will look like secondary</p>\n</div></div>",
114
+ "sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
115
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Button/Button.types.ts#L47"
116
+ }
117
+ ],
118
+ "description": ""
119
+ },
120
+ "PanelHeaderProps": {
121
+ "name": "PanelHeaderProps",
122
+ "properties": [
123
+ {
124
+ "name": "onClickBack",
125
+ "required": false,
126
+ "type": "Function",
127
+ "typeDetail": "on<wbr/>Click<wbr/>Back<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>",
128
+ "description": "Controls visibility and behavior for the \"chevron-left\" icon on the left\nside of the title.",
129
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls visibility and behavior for the &quot;chevron-left&quot; icon on the left\nside of the title.</p>\n</div></div>",
130
+ "sourceFile": "packages/core-react/src/components/Panel/Panel.types.ts",
131
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Panel/Panel.types.ts#L14"
132
+ },
133
+ {
134
+ "name": "onClose",
135
+ "required": false,
136
+ "type": "Function",
137
+ "typeDetail": "on<wbr/>Close<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>",
138
+ "description": "",
139
+ "descriptionHtml": "",
140
+ "sourceFile": "packages/core-react/src/components/Panel/Panel.types.ts",
141
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Panel/Panel.types.ts#L15"
142
+ }
143
+ ],
144
+ "description": ""
145
+ },
146
+ "PanelQaTags": {
147
+ "name": "PanelQaTags",
148
+ "properties": [
149
+ {
150
+ "name": "moreIcon",
151
+ "required": false,
152
+ "type": "<span class=\"tsd-signature-type\">string</span>",
153
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
154
+ "description": "",
155
+ "descriptionHtml": "",
156
+ "sourceFile": "packages/core-react/src/components/Panel/Panel.types.ts",
157
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Panel/Panel.types.ts#L5"
158
+ },
159
+ {
160
+ "name": "title",
161
+ "required": false,
162
+ "type": "<span class=\"tsd-signature-type\">string</span>",
163
+ "typeDetail": "<span class=\"tsd-signature-type\">string</span>",
164
+ "description": "",
165
+ "descriptionHtml": "",
166
+ "sourceFile": "packages/core-react/src/components/Panel/Panel.types.ts",
167
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Panel/Panel.types.ts#L6"
168
+ }
169
+ ],
170
+ "description": ""
171
+ },
172
+ "PanelTitleTooltipProps": {
173
+ "name": "PanelTitleTooltipProps",
174
+ "properties": [
175
+ {
176
+ "name": "children",
177
+ "required": true,
178
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
179
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
180
+ "description": "",
181
+ "descriptionHtml": "",
182
+ "sourceFile": "packages/core-react/src/components/Panel/Panel.types.ts",
183
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Panel/Panel.types.ts#L19"
184
+ },
185
+ {
186
+ "name": "isVisible",
187
+ "required": true,
188
+ "type": "<span class=\"tsd-signature-type\">boolean</span>",
189
+ "typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
190
+ "description": "",
191
+ "descriptionHtml": "",
192
+ "sourceFile": "packages/core-react/src/components/Panel/Panel.types.ts",
193
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Panel/Panel.types.ts#L20"
194
+ },
195
+ {
196
+ "name": "overlay",
197
+ "required": true,
198
+ "type": "<span class=\"tsd-signature-type\">ReactNode</span>",
199
+ "typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
200
+ "description": "",
201
+ "descriptionHtml": "",
202
+ "sourceFile": "packages/core-react/src/components/Panel/Panel.types.ts",
203
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Panel/Panel.types.ts#L21"
204
+ }
205
+ ],
206
+ "description": ""
207
+ }
208
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "PillProps": {
3
+ "name": "PillProps",
4
+ "properties": [
5
+ {
6
+ "name": "color",
7
+ "required": false,
8
+ "type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">PillColor</a>",
9
+ "typeDetail": "<span class=\"tsd-signature-type\">&quot;blue&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;gray&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;green&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;red&quot;</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">&quot;yellow&quot;</span>",
10
+ "description": "Controls the border, background and color of the Pill",
11
+ "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the border, background and color of the Pill</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>gray</p>\n</dd></dl></div>",
12
+ "sourceFile": "packages/core-react/src/components/Pill/Pill.types.ts",
13
+ "sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/components/Pill/Pill.types.ts#L8"
14
+ }
15
+ ],
16
+ "description": ""
17
+ }
18
+ }