@procore/core-react 10.20.0-rc.94 → 10.20.0-rc.95
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.
- package/dist/esm/components/FileSelect/FileSelect.types.d.ts +17 -60
- package/dist/props/FileSelect.json +1 -1
- package/dist/props/allProps.json +37 -37
- package/dist/typedoc/components/Avatar/Avatar.types.json +198 -0
- package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +226 -0
- package/dist/typedoc/components/Badge/Badge.types.json +74 -0
- package/dist/typedoc/components/Banner/Banner.types.json +141 -0
- package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +84 -0
- package/dist/typedoc/components/Button/Button.types.json +124 -0
- package/dist/typedoc/components/Calendar/Calendar.types.json +846 -0
- package/dist/typedoc/components/Card/Card.types.json +69 -0
- package/dist/typedoc/components/Checkbox/Checkbox.types.json +78 -0
- package/dist/typedoc/components/ContactItem/ContactItem.types.json +98 -0
- package/dist/typedoc/components/DateInput/DateInput.types.json +376 -0
- package/dist/typedoc/components/DateSelect/DateSelect.types.json +138 -0
- package/dist/typedoc/components/Dropdown/Dropdown.types.json +366 -0
- package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +358 -0
- package/dist/typedoc/components/Dropzone/Dropzone.types.json +498 -0
- package/dist/typedoc/components/EmptyState/EmptyState.types.json +172 -0
- package/dist/typedoc/components/FileList/FileList.types.json +38 -0
- package/dist/typedoc/components/FileSelect/FileSelect.types.json +264 -0
- package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +215 -0
- package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +148 -0
- package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +169 -0
- package/dist/typedoc/components/Font/Font.types.json +78 -0
- package/dist/typedoc/components/Form/Form.types.json +6870 -0
- package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +520 -0
- package/dist/typedoc/components/Icon/Icon.types.json +114 -0
- package/dist/typedoc/components/Input/Input.types.json +29 -0
- package/dist/typedoc/components/Link/Link.types.json +48 -0
- package/dist/typedoc/components/Menu/Menu.types.json +717 -0
- package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +732 -0
- package/dist/typedoc/components/Modal/Modal.types.json +302 -0
- package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +298 -0
- package/dist/typedoc/components/Notation/Notation.types.json +48 -0
- package/dist/typedoc/components/NumberInput/NumberInput.types.json +288 -0
- package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +188 -0
- package/dist/typedoc/components/Pagination/Pagination.types.json +89 -0
- package/dist/typedoc/components/Panel/Panel.types.json +208 -0
- package/dist/typedoc/components/Pill/Pill.types.json +18 -0
- package/dist/typedoc/components/PillSelect/PillSelect.types.json +486 -0
- package/dist/typedoc/components/Popover/Popover.types.json +104 -0
- package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +58 -0
- package/dist/typedoc/components/RadioButton/RadioButton.types.json +68 -0
- package/dist/typedoc/components/Required/Required.types.json +58 -0
- package/dist/typedoc/components/Search/Search.types.json +233 -0
- package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +221 -0
- package/dist/typedoc/components/Select/Select.types.json +330 -0
- package/dist/typedoc/components/Slider/Slider.types.json +68 -0
- package/dist/typedoc/components/Spinner/Spinner.types.json +89 -0
- package/dist/typedoc/components/Switch/Switch.types.json +38 -0
- package/dist/typedoc/components/Table/Table.types.json +1033 -0
- package/dist/typedoc/components/Tabs/Tabs.types.json +157 -0
- package/dist/typedoc/components/TextArea/TextArea.types.json +39 -0
- package/dist/typedoc/components/TextEditor/TextEditor.types.json +79 -0
- package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +128 -0
- package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +424 -0
- package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +278 -0
- package/dist/typedoc/components/Tile/Tile.types.json +338 -0
- package/dist/typedoc/components/Toast/Toast.types.json +48 -0
- package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +38 -0
- package/dist/typedoc/components/Token/Token.types.json +125 -0
- package/dist/typedoc/components/Tooltip/Tooltip.types.json +144 -0
- package/dist/typedoc/components/Tree/Tree.types.json +1271 -0
- package/dist/typedoc/components/Typeahead/Typeahead.types.json +28 -0
- package/dist/typedoc/components/Typography/Typography.types.json +88 -0
- package/dist/typedoc/layouts/Box/Box.types.json +742 -0
- package/dist/typedoc/layouts/DetailPage/DetailPage.json +124 -0
- package/dist/typedoc/layouts/Flex/Flex.types.json +268 -0
- package/dist/typedoc/layouts/FlexList/FlexList.types.json +298 -0
- package/dist/typedoc/layouts/Grid/Grid.json +120 -0
- package/dist/typedoc/layouts/IconLayout/IconLayout.json +1 -0
- package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +48 -0
- package/dist/typedoc/layouts/ListPage/ListPage.types.json +115 -0
- package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +48 -0
- package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +105 -0
- package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +90 -0
- package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +95 -0
- package/dist/typedoc/utils/types.json +38 -0
- package/package.json +9 -7
- package/storybook-static/0.25cdfc54d577d52c1c6b.manager.bundle.js +1 -0
- package/storybook-static/0.66071c6b.iframe.bundle.js +1 -0
- package/storybook-static/1.cb03d9ea.iframe.bundle.js +3 -0
- package/storybook-static/{1.f604ac3e.iframe.bundle.js.LICENSE.txt → 1.cb03d9ea.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/1.cb03d9ea.iframe.bundle.js.map +1 -0
- package/storybook-static/2.e3f1ddbd.iframe.bundle.js +1 -0
- package/storybook-static/4.ca3fc33a26ad8acaa0cf.manager.bundle.js +2 -0
- package/storybook-static/{4.37d215da3480ddf79684.manager.bundle.js.LICENSE.txt → 4.ca3fc33a26ad8acaa0cf.manager.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/5.c7334e99bca309dc0f6b.manager.bundle.js +1 -0
- package/storybook-static/{6.72a5c826f7b9ba2a1008.manager.bundle.js → 6.8684078c90624aaf5c12.manager.bundle.js} +2 -2
- package/storybook-static/{6.72a5c826f7b9ba2a1008.manager.bundle.js.LICENSE.txt → 6.8684078c90624aaf5c12.manager.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/7.2d596a64.iframe.bundle.js +3 -0
- package/storybook-static/{7.be450f50.iframe.bundle.js.LICENSE.txt → 7.2d596a64.iframe.bundle.js.LICENSE.txt} +1 -1
- package/storybook-static/7.2d596a64.iframe.bundle.js.map +1 -0
- package/storybook-static/{7.5bf306f93261894e2733.manager.bundle.js → 7.5dd8b1d63c6ccb2b7d4f.manager.bundle.js} +1 -1
- package/storybook-static/{8.38854c3a6e86288d54cc.manager.bundle.js → 8.9c2959b68dd6b32c4949.manager.bundle.js} +1 -1
- package/storybook-static/8.a80b4344.iframe.bundle.js +1 -0
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/index.html +1 -1
- package/storybook-static/main.01bf0da23679c71a30ae.manager.bundle.js +1 -0
- package/storybook-static/{runtime~main.3937db5d0c29ffeb9085.manager.bundle.js → runtime~main.f7aa4e9b5144dc1a277f.manager.bundle.js} +1 -1
- package/storybook-static/{runtime~main.ab98e1f1.iframe.bundle.js → runtime~main.f83a03f8.iframe.bundle.js} +1 -1
- package/storybook-static/vendors~main.9381682917547df19d6c.manager.bundle.js +2 -0
- package/storybook-static/{vendors~main.3cce118bc9035e221837.manager.bundle.js.LICENSE.txt → vendors~main.9381682917547df19d6c.manager.bundle.js.LICENSE.txt} +0 -6
- package/storybook-static/vendors~main.d8755a0a.iframe.bundle.js +3 -0
- package/storybook-static/{vendors~main.484f0d61.iframe.bundle.js.LICENSE.txt → vendors~main.d8755a0a.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/vendors~main.d8755a0a.iframe.bundle.js.map +1 -0
- package/tsconfig.json +6 -0
- package/tsconfig.prod.json +1 -1
- package/typedoc.js +1 -1
- package/typedoc.ts +187 -0
- package/storybook-static/0.41e28a0bb94d5e5489a5.manager.bundle.js +0 -1
- package/storybook-static/0.b4bb1ac1.iframe.bundle.js +0 -1
- package/storybook-static/1.f604ac3e.iframe.bundle.js +0 -3
- package/storybook-static/1.f604ac3e.iframe.bundle.js.map +0 -1
- package/storybook-static/2.127b3eae.iframe.bundle.js +0 -1
- package/storybook-static/4.37d215da3480ddf79684.manager.bundle.js +0 -2
- package/storybook-static/5.81000771920a22421f7b.manager.bundle.js +0 -1
- package/storybook-static/7.be450f50.iframe.bundle.js +0 -3
- package/storybook-static/7.be450f50.iframe.bundle.js.map +0 -1
- package/storybook-static/8.8a74f8ce.iframe.bundle.js +0 -1
- package/storybook-static/main.2ac4adfe9a439a3c1992.manager.bundle.js +0 -1
- package/storybook-static/vendors~main.3cce118bc9035e221837.manager.bundle.js +0 -2
- package/storybook-static/vendors~main.484f0d61.iframe.bundle.js +0 -3
- package/storybook-static/vendors~main.484f0d61.iframe.bundle.js.map +0 -1
- package/tsconfig.dev.json +0 -4
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AvatarIconProps": {
|
|
3
|
+
"name": "AvatarIconProps",
|
|
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/36423b6e0/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/36423b6e0/packages/core-react/src/utils/types.ts#L45"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "icon",
|
|
27
|
+
"required": true,
|
|
28
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
29
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
30
|
+
"description": "The icon to display",
|
|
31
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The icon to display</p>\n</div><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>The <code>string</code> type icon has been deprecated and will be removed in the future.\nPlease use a React icon component from the <code>@procore/core-icons/dist</code> package.</p>\n<p><strong>Before</strong></p>\n<pre><code><Avatar>\n <Avatar.Icon icon="building" />\n</Avatar>\n</code></pre>\n<p><strong>After</strong></p>\n<pre><code><Avatar>\n <Avatar.Icon icon={<Building />} />\n</Avatar>\n</code></pre>\n</dd><dt>deprecatedsince</dt><dd><p>10.20.0</p>\n</dd></dl></div>",
|
|
32
|
+
"deprecated": "\n\nThe `string` type icon has been deprecated and will be removed in the future.\nPlease use a React icon component from the `@procore/core-icons/dist` package.\n\n**Before**\n\n```\n<Avatar>\n <Avatar.Icon icon=\"building\" />\n</Avatar>\n```\n\n**After**\n\n```\n<Avatar>\n <Avatar.Icon icon={<Building />} />\n</Avatar>\n```\n",
|
|
33
|
+
"sourceFile": "packages/core-react/src/components/Avatar/Avatar.types.ts",
|
|
34
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Avatar/Avatar.types.ts#L68"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "style",
|
|
38
|
+
"required": false,
|
|
39
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
40
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
41
|
+
"description": "Additional CSS styles",
|
|
42
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
43
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
44
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/utils/types.ts#L50"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"description": ""
|
|
48
|
+
},
|
|
49
|
+
"AvatarLabelProps": {
|
|
50
|
+
"name": "AvatarLabelProps",
|
|
51
|
+
"properties": [
|
|
52
|
+
{
|
|
53
|
+
"name": "children",
|
|
54
|
+
"required": false,
|
|
55
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
56
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
57
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
58
|
+
"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>",
|
|
59
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
60
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/utils/types.ts#L40"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "className",
|
|
64
|
+
"required": false,
|
|
65
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
66
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
67
|
+
"description": "Additional classNames",
|
|
68
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
69
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
70
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/utils/types.ts#L45"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "style",
|
|
74
|
+
"required": false,
|
|
75
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
76
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
77
|
+
"description": "Additional CSS styles",
|
|
78
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
79
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
80
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/utils/types.ts#L50"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"description": ""
|
|
84
|
+
},
|
|
85
|
+
"AvatarPortraitProps": {
|
|
86
|
+
"name": "AvatarPortraitProps",
|
|
87
|
+
"properties": [
|
|
88
|
+
{
|
|
89
|
+
"name": "children",
|
|
90
|
+
"required": false,
|
|
91
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
92
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
93
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
94
|
+
"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>",
|
|
95
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
96
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/utils/types.ts#L40"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "className",
|
|
100
|
+
"required": false,
|
|
101
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
102
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
103
|
+
"description": "Additional classNames",
|
|
104
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
105
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
106
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/utils/types.ts#L45"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "imageUrl",
|
|
110
|
+
"required": true,
|
|
111
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
112
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
113
|
+
"description": "The avatar rich media url",
|
|
114
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The avatar rich media url</p>\n</div></div>",
|
|
115
|
+
"sourceFile": "packages/core-react/src/components/Avatar/Avatar.types.ts",
|
|
116
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Avatar/Avatar.types.ts#L75"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "style",
|
|
120
|
+
"required": false,
|
|
121
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
122
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
123
|
+
"description": "Additional CSS styles",
|
|
124
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
125
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
126
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/utils/types.ts#L50"
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"description": ""
|
|
130
|
+
},
|
|
131
|
+
"AvatarProps": {
|
|
132
|
+
"name": "AvatarProps",
|
|
133
|
+
"properties": [
|
|
134
|
+
{
|
|
135
|
+
"name": "children",
|
|
136
|
+
"required": false,
|
|
137
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
138
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
139
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
140
|
+
"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>",
|
|
141
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
142
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/utils/types.ts#L40"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "className",
|
|
146
|
+
"required": false,
|
|
147
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
148
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
149
|
+
"description": "Additional classNames",
|
|
150
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
151
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
152
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/utils/types.ts#L45"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"name": "clickable",
|
|
156
|
+
"required": false,
|
|
157
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
158
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
159
|
+
"description": "Sets the avatar's clickable state",
|
|
160
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets the avatar's clickable state</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>false</p>\n</dd></dl></div>",
|
|
161
|
+
"sourceFile": "packages/core-react/src/components/Avatar/Avatar.types.ts",
|
|
162
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Avatar/Avatar.types.ts#L11"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "disabled",
|
|
166
|
+
"required": false,
|
|
167
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
168
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
169
|
+
"description": "Sets the avatar's disabled state",
|
|
170
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets the avatar's disabled state</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>false</p>\n</dd></dl></div>",
|
|
171
|
+
"sourceFile": "packages/core-react/src/components/Avatar/Avatar.types.ts",
|
|
172
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Avatar/Avatar.types.ts#L17"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "size",
|
|
176
|
+
"required": false,
|
|
177
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">AvatarSize</a>",
|
|
178
|
+
"typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">"md"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"lg"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"xl"</span><span class=\"tsd-signature-symbol\">></span>",
|
|
179
|
+
"description": "Sets the avatar's size",
|
|
180
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets the avatar's size</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>md</p>\n</dd><dt>deprecated</dt><dd><p>Size "xl" has been deprecated and will be removed in a future version.\nPlease use "lg" instead of "xl".</p>\n<p><strong>Before</strong></p>\n<p><code><Avatar size="xl" /></code></p>\n<p><strong>After</strong></p>\n<p><code><Avatar size="lg" /></code></p>\n</dd><dt>deprecatedsince</dt><dd><p>10.20.0</p>\n</dd></dl></div>",
|
|
181
|
+
"deprecated": "\n\nSize \"xl\" has been deprecated and will be removed in a future version.\nPlease use \"lg\" instead of \"xl\".\n\n**Before**\n\n`<Avatar size=\"xl\" />`\n\n**After**\n\n`<Avatar size=\"lg\" />`\n",
|
|
182
|
+
"sourceFile": "packages/core-react/src/components/Avatar/Avatar.types.ts",
|
|
183
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Avatar/Avatar.types.ts#L38"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "style",
|
|
187
|
+
"required": false,
|
|
188
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
189
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
190
|
+
"description": "Additional CSS styles",
|
|
191
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
192
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
193
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/utils/types.ts#L50"
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"description": ""
|
|
197
|
+
}
|
|
198
|
+
}
|
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AvatarStackItem": {
|
|
3
|
+
"name": "AvatarStackItem",
|
|
4
|
+
"properties": [
|
|
5
|
+
{
|
|
6
|
+
"name": "description",
|
|
7
|
+
"required": false,
|
|
8
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
9
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
10
|
+
"description": "Avatar description",
|
|
11
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar description</p>\n</div></div>",
|
|
12
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L21"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "id",
|
|
17
|
+
"required": true,
|
|
18
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">AvatarStackItemId</a>",
|
|
19
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span>",
|
|
20
|
+
"description": "Avatar ID",
|
|
21
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar ID</p>\n</div></div>",
|
|
22
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L9"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "imageUrl",
|
|
27
|
+
"required": false,
|
|
28
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
29
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
30
|
+
"description": "Avatar image URL",
|
|
31
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar image URL</p>\n</div></div>",
|
|
32
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L25"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "inactive",
|
|
37
|
+
"required": false,
|
|
38
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
39
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
40
|
+
"description": "Avatar inactive state",
|
|
41
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar inactive state</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>false</p>\n</dd></dl></div>",
|
|
42
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L38"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "initials",
|
|
47
|
+
"required": false,
|
|
48
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
49
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
50
|
+
"description": "Avatar initials",
|
|
51
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar initials</p>\n</div></div>",
|
|
52
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L33"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "linkUrl",
|
|
57
|
+
"required": false,
|
|
58
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
59
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
60
|
+
"description": "Avatar link URL",
|
|
61
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar link URL</p>\n</div></div>",
|
|
62
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L29"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "name",
|
|
67
|
+
"required": true,
|
|
68
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
69
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
70
|
+
"description": "Avatar name",
|
|
71
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar name</p>\n</div></div>",
|
|
72
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L13"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "type",
|
|
77
|
+
"required": true,
|
|
78
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">AvatarStackItemType</a>",
|
|
79
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"company"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"user"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"group"</span>",
|
|
80
|
+
"description": "Avatar type",
|
|
81
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar type</p>\n</div></div>",
|
|
82
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
83
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L17"
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"description": ""
|
|
87
|
+
},
|
|
88
|
+
"AvatarStackProps": {
|
|
89
|
+
"name": "AvatarStackProps",
|
|
90
|
+
"properties": [
|
|
91
|
+
{
|
|
92
|
+
"name": "items",
|
|
93
|
+
"required": true,
|
|
94
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">AvatarStackItem</a><span class=\"tsd-signature-symbol\">[]</span>",
|
|
95
|
+
"typeDetail": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">AvatarStackItem</a><span class=\"tsd-signature-symbol\">[]</span>",
|
|
96
|
+
"description": "Avatar stack items",
|
|
97
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar stack items</p>\n</div></div>",
|
|
98
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
99
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L47"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "size",
|
|
103
|
+
"required": false,
|
|
104
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">AvatarStackSize</a>",
|
|
105
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"md"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"lg"</span>",
|
|
106
|
+
"description": "Avatar stack size",
|
|
107
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar stack size</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>lg</p>\n</dd></dl></div>",
|
|
108
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
109
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L58"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "title",
|
|
113
|
+
"required": true,
|
|
114
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
115
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
116
|
+
"description": "Avatar stack title",
|
|
117
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar stack title</p>\n</div></div>",
|
|
118
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
119
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L52"
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"description": ""
|
|
123
|
+
},
|
|
124
|
+
"FoldedAvatarStackProps": {
|
|
125
|
+
"name": "FoldedAvatarStackProps",
|
|
126
|
+
"properties": [
|
|
127
|
+
{
|
|
128
|
+
"name": "isViewAllNeeded",
|
|
129
|
+
"required": true,
|
|
130
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
131
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
132
|
+
"description": "",
|
|
133
|
+
"descriptionHtml": "",
|
|
134
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
135
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L66"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "items",
|
|
139
|
+
"required": true,
|
|
140
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">AvatarStackItem</a><span class=\"tsd-signature-symbol\">[]</span>",
|
|
141
|
+
"typeDetail": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">AvatarStackItem</a><span class=\"tsd-signature-symbol\">[]</span>",
|
|
142
|
+
"description": "",
|
|
143
|
+
"descriptionHtml": "",
|
|
144
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
145
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L62"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "restCountLabel",
|
|
149
|
+
"required": true,
|
|
150
|
+
"type": "<span class=\"tsd-signature-type\">null</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">string</span>",
|
|
151
|
+
"typeDetail": "<span class=\"tsd-signature-type\">null</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">string</span>",
|
|
152
|
+
"description": "",
|
|
153
|
+
"descriptionHtml": "",
|
|
154
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
155
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L65"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "size",
|
|
159
|
+
"required": true,
|
|
160
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">AvatarStackSize</a>",
|
|
161
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"md"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"lg"</span>",
|
|
162
|
+
"description": "",
|
|
163
|
+
"descriptionHtml": "",
|
|
164
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
165
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L64"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "onClickViewAll",
|
|
169
|
+
"required": true,
|
|
170
|
+
"type": "Function",
|
|
171
|
+
"typeDetail": "on<wbr/>Click<wbr/>View<wbr/>All<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>",
|
|
172
|
+
"description": "",
|
|
173
|
+
"descriptionHtml": "",
|
|
174
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
175
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L63"
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"description": ""
|
|
179
|
+
},
|
|
180
|
+
"ViewAllModalProps": {
|
|
181
|
+
"name": "ViewAllModalProps",
|
|
182
|
+
"properties": [
|
|
183
|
+
{
|
|
184
|
+
"name": "isOpen",
|
|
185
|
+
"required": true,
|
|
186
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
187
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
188
|
+
"description": "",
|
|
189
|
+
"descriptionHtml": "",
|
|
190
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
191
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L72"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"name": "items",
|
|
195
|
+
"required": true,
|
|
196
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">AvatarStackItem</a><span class=\"tsd-signature-symbol\">[]</span>",
|
|
197
|
+
"typeDetail": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Interface\">AvatarStackItem</a><span class=\"tsd-signature-symbol\">[]</span>",
|
|
198
|
+
"description": "",
|
|
199
|
+
"descriptionHtml": "",
|
|
200
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
201
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L70"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"name": "title",
|
|
205
|
+
"required": true,
|
|
206
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
207
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
208
|
+
"description": "",
|
|
209
|
+
"descriptionHtml": "",
|
|
210
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
211
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L73"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"name": "onClose",
|
|
215
|
+
"required": true,
|
|
216
|
+
"type": "Function",
|
|
217
|
+
"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>",
|
|
218
|
+
"description": "",
|
|
219
|
+
"descriptionHtml": "",
|
|
220
|
+
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
221
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L71"
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
"description": ""
|
|
225
|
+
}
|
|
226
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"BadgeLabelProps": {
|
|
3
|
+
"name": "BadgeLabelProps",
|
|
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/36423b6e0/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/36423b6e0/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/36423b6e0/packages/core-react/src/utils/types.ts#L50"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"description": ""
|
|
37
|
+
},
|
|
38
|
+
"BadgeProps": {
|
|
39
|
+
"name": "BadgeProps",
|
|
40
|
+
"properties": [
|
|
41
|
+
{
|
|
42
|
+
"name": "children",
|
|
43
|
+
"required": false,
|
|
44
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
45
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
46
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
47
|
+
"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>",
|
|
48
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
49
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/utils/types.ts#L40"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "className",
|
|
53
|
+
"required": false,
|
|
54
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
55
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
56
|
+
"description": "Additional classNames",
|
|
57
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
58
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
59
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/utils/types.ts#L45"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "style",
|
|
63
|
+
"required": false,
|
|
64
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
65
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
66
|
+
"description": "Additional CSS styles",
|
|
67
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
68
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
69
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/utils/types.ts#L50"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"description": ""
|
|
73
|
+
}
|
|
74
|
+
}
|