@procore/core-react 10.20.0-rc.91 → 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/Avatar/Avatar.types.d.ts +41 -2
- package/dist/esm/components/Card/Card.types.d.ts +16 -1
- package/dist/esm/components/FileSelect/FileSelect.types.d.ts +17 -60
- package/dist/esm/components/Menu/Menu.types.d.ts +8 -13
- package/dist/esm/components/Pagination/Pagination.d.ts +35 -7
- package/dist/esm/components/Pagination/Pagination.js +35 -7
- package/dist/esm/components/Pagination/Pagination.js.map +1 -1
- package/dist/esm/components/Pagination/Pagination.types.d.ts +16 -1
- package/dist/esm/components/Search/Search.types.d.ts +36 -7
- package/dist/esm/components/SegmentedController/SegmentedController.d.ts +66 -7
- package/dist/esm/components/SegmentedController/SegmentedController.js +66 -7
- package/dist/esm/components/SegmentedController/SegmentedController.js.map +1 -1
- package/dist/esm/components/TextArea/TextArea.types.d.ts +13 -1
- package/dist/esm/components/TextEditor/TextEditor.d.ts +16 -1
- package/dist/esm/components/TextEditor/TextEditor.js +16 -1
- package/dist/esm/components/TextEditor/TextEditor.js.map +1 -1
- package/dist/esm/components/TextEditor/TextEditor.types.d.ts +21 -2
- package/dist/esm/components/Token/Token.types.d.ts +15 -1
- package/dist/esm/components/Tree/Tree.js +3 -3
- package/dist/esm/components/Tree/Tree.js.map +1 -1
- package/dist/esm/components/Tree/Tree.styles.d.ts +1 -0
- package/dist/esm/components/Tree/Tree.styles.js +4 -2
- package/dist/esm/components/Tree/Tree.styles.js.map +1 -1
- package/dist/esm/layouts/Box/Box.types.d.ts +5 -1
- package/dist/esm/layouts/DetailPage/DetailPage.d.ts +8 -1
- package/dist/esm/layouts/DetailPage/DetailPage.js +8 -1
- package/dist/esm/layouts/DetailPage/DetailPage.js.map +1 -1
- package/dist/esm/layouts/Grid/Grid.d.ts +9 -1
- package/dist/esm/layouts/Grid/Grid.js +9 -1
- package/dist/esm/layouts/Grid/Grid.js.map +1 -1
- package/dist/esm/layouts/LegacyDetailPage/LegacyDetailPage.d.ts +8 -40
- package/dist/esm/layouts/LegacyDetailPage/LegacyDetailPage.js +8 -43
- package/dist/esm/layouts/LegacyDetailPage/LegacyDetailPage.js.map +1 -1
- package/dist/esm/layouts/ToolHeader/ToolHeader.d.ts +7 -1
- package/dist/esm/layouts/ToolHeader/ToolHeader.js +7 -1
- package/dist/esm/layouts/ToolHeader/ToolHeader.js.map +1 -1
- package/dist/esm/state/Anchor.d.ts +5 -1
- package/dist/esm/state/Anchor.js.map +1 -1
- package/dist/esm/state/Buffer.d.ts +5 -1
- package/dist/esm/state/Buffer.js +5 -1
- package/dist/esm/state/Buffer.js.map +1 -1
- package/dist/esm/state/Event.d.ts +5 -1
- package/dist/esm/state/Event.js +5 -1
- package/dist/esm/state/Event.js.map +1 -1
- package/dist/esm/state/I18n.d.ts +5 -1
- package/dist/esm/state/I18n.js +5 -1
- package/dist/esm/state/I18n.js.map +1 -1
- package/dist/esm/state/ListNavigation.d.ts +5 -1
- package/dist/esm/state/ListNavigation.js +5 -1
- package/dist/esm/state/ListNavigation.js.map +1 -1
- package/dist/esm/state/TextEntry.d.ts +5 -1
- package/dist/esm/state/TextEntry.js +5 -1
- package/dist/esm/state/TextEntry.js.map +1 -1
- package/dist/esm/state/Trigger.d.ts +5 -1
- package/dist/esm/state/Trigger.js +5 -1
- package/dist/esm/state/Trigger.js.map +1 -1
- package/dist/esm/state/Visibility.d.ts +5 -1
- package/dist/esm/state/Visibility.js +5 -1
- package/dist/esm/state/Visibility.js.map +1 -1
- package/dist/esm/state/ZIndex.d.ts +5 -1
- package/dist/esm/state/ZIndex.js +5 -1
- package/dist/esm/state/ZIndex.js.map +1 -1
- package/dist/props/Avatar.json +1 -1
- package/dist/props/Card.json +1 -1
- package/dist/props/FileSelect.json +1 -1
- package/dist/props/Form.json +1 -1
- package/dist/props/Menu.json +1 -1
- package/dist/props/Pagination.json +1 -1
- package/dist/props/Search.json +1 -1
- package/dist/props/TextArea.json +1 -1
- package/dist/props/TextEditor.json +1 -1
- package/dist/props/Token.json +1 -1
- package/dist/props/allProps.json +437 -339
- 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/{main.1538a289.iframe.bundle.js → main.8bf17d1f.iframe.bundle.js} +1 -1
- 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,141 @@
|
|
|
1
|
+
{
|
|
2
|
+
"BannerIconProps": {
|
|
3
|
+
"name": "BannerIconProps",
|
|
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\">undefined</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">null</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span><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-symbol\"> | </span><span class=\"tsd-signature-type\">ReactElement</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">JSXElementConstructor</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">ReactNodeArray</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">ReactPortal</span>",
|
|
29
|
+
"typeDetail": "<span class=\"tsd-signature-type\">undefined</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">null</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">number</span><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-symbol\"> | </span><span class=\"tsd-signature-type\">ReactElement</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">string</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">JSXElementConstructor</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">any</span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\">></span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">ReactNodeArray</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">ReactPortal</span>",
|
|
30
|
+
"description": "",
|
|
31
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>String type is deprecated. Please pass an SVG icon instance.</p>\n</dd></dl></div>",
|
|
32
|
+
"deprecated": "String type is deprecated. Please pass an SVG icon instance.\n",
|
|
33
|
+
"sourceFile": "packages/core-react/src/components/Banner/Banner.types.ts",
|
|
34
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Banner/Banner.types.ts#L25"
|
|
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
|
+
"BannerProps": {
|
|
50
|
+
"name": "BannerProps",
|
|
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
|
+
"name": "variant",
|
|
84
|
+
"required": true,
|
|
85
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">BannerVariant</a>",
|
|
86
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"action"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"error"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"info"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"success"</span>",
|
|
87
|
+
"description": "Sets the banner's variant.",
|
|
88
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets the banner's variant.</p>\n</div></div>",
|
|
89
|
+
"sourceFile": "packages/core-react/src/components/Banner/Banner.types.ts",
|
|
90
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Banner/Banner.types.ts#L18"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"description": ""
|
|
94
|
+
},
|
|
95
|
+
"ExpandableProps": {
|
|
96
|
+
"name": "ExpandableProps",
|
|
97
|
+
"properties": [
|
|
98
|
+
{
|
|
99
|
+
"name": "children",
|
|
100
|
+
"required": false,
|
|
101
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
102
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
103
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
104
|
+
"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>",
|
|
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#L40"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "className",
|
|
110
|
+
"required": false,
|
|
111
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
112
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
113
|
+
"description": "Additional classNames",
|
|
114
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
115
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
116
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/utils/types.ts#L45"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "expanded",
|
|
120
|
+
"required": true,
|
|
121
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
122
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
123
|
+
"description": "Expands banner content",
|
|
124
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Expands banner content</p>\n</div></div>",
|
|
125
|
+
"sourceFile": "packages/core-react/src/components/Banner/Banner.types.ts",
|
|
126
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Banner/Banner.types.ts#L32"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "style",
|
|
130
|
+
"required": false,
|
|
131
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
132
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
133
|
+
"description": "Additional CSS styles",
|
|
134
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
135
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
136
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/utils/types.ts#L50"
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"description": ""
|
|
140
|
+
}
|
|
141
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
{
|
|
2
|
+
"BreadcrumbCrumbProps": {
|
|
3
|
+
"name": "BreadcrumbCrumbProps",
|
|
4
|
+
"properties": [
|
|
5
|
+
{
|
|
6
|
+
"name": "active",
|
|
7
|
+
"required": false,
|
|
8
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
9
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
10
|
+
"description": "",
|
|
11
|
+
"descriptionHtml": "",
|
|
12
|
+
"sourceFile": "packages/core-react/src/components/Breadcrumbs/Breadcrumbs.types.ts",
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Breadcrumbs/Breadcrumbs.types.ts#L6"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "children",
|
|
17
|
+
"required": false,
|
|
18
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
19
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
20
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
21
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
|
|
22
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/utils/types.ts#L40"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "className",
|
|
27
|
+
"required": false,
|
|
28
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
29
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
30
|
+
"description": "Additional classNames",
|
|
31
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
32
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/utils/types.ts#L45"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "style",
|
|
37
|
+
"required": false,
|
|
38
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
39
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
40
|
+
"description": "Additional CSS styles",
|
|
41
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
42
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/utils/types.ts#L50"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"description": ""
|
|
47
|
+
},
|
|
48
|
+
"BreadcrumbProps": {
|
|
49
|
+
"name": "BreadcrumbProps",
|
|
50
|
+
"properties": [
|
|
51
|
+
{
|
|
52
|
+
"name": "children",
|
|
53
|
+
"required": false,
|
|
54
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
55
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
56
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
57
|
+
"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>",
|
|
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#L40"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "className",
|
|
63
|
+
"required": false,
|
|
64
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
65
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
66
|
+
"description": "Additional classNames",
|
|
67
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</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#L45"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "style",
|
|
73
|
+
"required": false,
|
|
74
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
75
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
76
|
+
"description": "Additional CSS styles",
|
|
77
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
78
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
79
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/utils/types.ts#L50"
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"description": ""
|
|
83
|
+
}
|
|
84
|
+
}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ButtonProps": {
|
|
3
|
+
"name": "ButtonProps",
|
|
4
|
+
"properties": [
|
|
5
|
+
{
|
|
6
|
+
"name": "block",
|
|
7
|
+
"required": false,
|
|
8
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
9
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
10
|
+
"description": "Sets the button to be 100% of the width of its parent",
|
|
11
|
+
"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>",
|
|
12
|
+
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Button/Button.types.ts#L25"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "icon",
|
|
17
|
+
"required": false,
|
|
18
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
19
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
20
|
+
"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",
|
|
21
|
+
"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>",
|
|
22
|
+
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Button/Button.types.ts#L30"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "iconRight",
|
|
27
|
+
"required": false,
|
|
28
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
29
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
30
|
+
"description": "The icon to display on the right side of the label",
|
|
31
|
+
"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>",
|
|
32
|
+
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Button/Button.types.ts#L34"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "loading",
|
|
37
|
+
"required": false,
|
|
38
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
39
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
40
|
+
"description": "Shows the button spinner",
|
|
41
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Shows the button spinner</p>\n</div></div>",
|
|
42
|
+
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Button/Button.types.ts#L38"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "size",
|
|
47
|
+
"required": false,
|
|
48
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">ButtonSizes</a>",
|
|
49
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"sm"</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>",
|
|
50
|
+
"description": "The size of the button",
|
|
51
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The size of the button</p>\n</div></div>",
|
|
52
|
+
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Button/Button.types.ts#L42"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "variant",
|
|
57
|
+
"required": false,
|
|
58
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">LegacyButtonVariant</a>",
|
|
59
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"primary"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"secondary"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"tertiary"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"action-outline"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"error-outline"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"success-outline"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"info-outline"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"dropdown"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"dropdown-secondary"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"form"</span>",
|
|
60
|
+
"description": "All variants except for primary, secondary, tertiary are DEPRECATED.\nAll will still be accepted, but deprecated ones will look like secondary",
|
|
61
|
+
"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>",
|
|
62
|
+
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Button/Button.types.ts#L47"
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"description": ""
|
|
67
|
+
},
|
|
68
|
+
"LinkButtonProps": {
|
|
69
|
+
"name": "LinkButtonProps",
|
|
70
|
+
"properties": [
|
|
71
|
+
{
|
|
72
|
+
"name": "block",
|
|
73
|
+
"required": false,
|
|
74
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
75
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
76
|
+
"description": "Sets the button to be 100% of the width of its parent",
|
|
77
|
+
"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>",
|
|
78
|
+
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
79
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Button/Button.types.ts#L25"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"name": "icon",
|
|
83
|
+
"required": false,
|
|
84
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
85
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
86
|
+
"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",
|
|
87
|
+
"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>",
|
|
88
|
+
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
89
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Button/Button.types.ts#L30"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "iconRight",
|
|
93
|
+
"required": false,
|
|
94
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
95
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
96
|
+
"description": "The icon to display on the right side of the label",
|
|
97
|
+
"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>",
|
|
98
|
+
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
99
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Button/Button.types.ts#L34"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "size",
|
|
103
|
+
"required": false,
|
|
104
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">ButtonSizes</a>",
|
|
105
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"sm"</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>",
|
|
106
|
+
"description": "The size of the button",
|
|
107
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The size of the button</p>\n</div></div>",
|
|
108
|
+
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
109
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Button/Button.types.ts#L42"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "variant",
|
|
113
|
+
"required": false,
|
|
114
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">LegacyButtonVariant</a>",
|
|
115
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"primary"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"secondary"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"tertiary"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"action-outline"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"error-outline"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"success-outline"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"info-outline"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"dropdown"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"dropdown-secondary"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"form"</span>",
|
|
116
|
+
"description": "All variants except for primary, secondary, tertiary are DEPRECATED.\nAll will still be accepted, but deprecated ones will look like secondary",
|
|
117
|
+
"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>",
|
|
118
|
+
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
119
|
+
"sourceUrl": "https://github.com/procore/core/blob/36423b6e0/packages/core-react/src/components/Button/Button.types.ts#L47"
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"description": ""
|
|
123
|
+
}
|
|
124
|
+
}
|