@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.
- package/CHANGELOG.md +23 -0
- package/dist/esm/components/FileSelect/FileSelect.types.d.ts +17 -60
- 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/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/{main.1de6ae75.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,115 @@
|
|
|
1
|
+
{
|
|
2
|
+
"DivProps": {
|
|
3
|
+
"name": "DivProps",
|
|
4
|
+
"properties": [
|
|
5
|
+
{
|
|
6
|
+
"name": "children",
|
|
7
|
+
"required": false,
|
|
8
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
9
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
10
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
11
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
|
|
12
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "className",
|
|
17
|
+
"required": false,
|
|
18
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
19
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
20
|
+
"description": "Additional classNames",
|
|
21
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
22
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "style",
|
|
27
|
+
"required": false,
|
|
28
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
29
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
30
|
+
"description": "Additional CSS styles",
|
|
31
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
32
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"description": ""
|
|
37
|
+
},
|
|
38
|
+
"ListPageControlProps": {
|
|
39
|
+
"name": "ListPageControlProps",
|
|
40
|
+
"properties": [
|
|
41
|
+
{
|
|
42
|
+
"name": "alignRight",
|
|
43
|
+
"required": false,
|
|
44
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
45
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
46
|
+
"description": "Controls whether the contents will align to the right",
|
|
47
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls whether the contents will align to the right</p>\n</div></div>",
|
|
48
|
+
"sourceFile": "packages/core-react/src/layouts/ListPage/ListPage.types.ts",
|
|
49
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/ListPage/ListPage.types.ts#L11"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "block",
|
|
53
|
+
"required": false,
|
|
54
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
55
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
56
|
+
"description": "Controls whether the contents will attmpt to span the full width",
|
|
57
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls whether the contents will attmpt to span the full width</p>\n</div></div>",
|
|
58
|
+
"sourceFile": "packages/core-react/src/layouts/ListPage/ListPage.types.ts",
|
|
59
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/ListPage/ListPage.types.ts#L15"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "children",
|
|
63
|
+
"required": false,
|
|
64
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
65
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
66
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
67
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
|
|
68
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
69
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "className",
|
|
73
|
+
"required": false,
|
|
74
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
75
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
76
|
+
"description": "Additional classNames",
|
|
77
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
78
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
79
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"name": "search",
|
|
83
|
+
"required": false,
|
|
84
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
85
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
86
|
+
"description": "Sets width to a specific size for Search to fit",
|
|
87
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets width to a specific size for Search to fit</p>\n</div></div>",
|
|
88
|
+
"sourceFile": "packages/core-react/src/layouts/ListPage/ListPage.types.ts",
|
|
89
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/ListPage/ListPage.types.ts#L19"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "style",
|
|
93
|
+
"required": false,
|
|
94
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
95
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
96
|
+
"description": "Additional CSS styles",
|
|
97
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
98
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
99
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "variant",
|
|
103
|
+
"required": false,
|
|
104
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">ControlVariant</a>",
|
|
105
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"align-right"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"block"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"search"</span>",
|
|
106
|
+
"description": "",
|
|
107
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>please use the equivalent boolean prop instead</p>\n</dd></dl></div>",
|
|
108
|
+
"deprecated": "please use the equivalent boolean prop instead\n",
|
|
109
|
+
"sourceFile": "packages/core-react/src/layouts/ListPage/ListPage.types.ts",
|
|
110
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/ListPage/ListPage.types.ts#L23"
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"description": ""
|
|
114
|
+
}
|
|
115
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"NextDetailPageProps": {
|
|
3
|
+
"name": "NextDetailPageProps",
|
|
4
|
+
"properties": [
|
|
5
|
+
{
|
|
6
|
+
"name": "children",
|
|
7
|
+
"required": false,
|
|
8
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
9
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
10
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
11
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
|
|
12
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "className",
|
|
17
|
+
"required": false,
|
|
18
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
19
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
20
|
+
"description": "Additional classNames",
|
|
21
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
22
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "style",
|
|
27
|
+
"required": false,
|
|
28
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
29
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
30
|
+
"description": "Additional CSS styles",
|
|
31
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
32
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "width",
|
|
37
|
+
"required": false,
|
|
38
|
+
"type": "<span class=\"tsd-signature-type\">DetailPageWidth</span>",
|
|
39
|
+
"typeDetail": "<span class=\"tsd-signature-type\">DetailPageWidth</span>",
|
|
40
|
+
"description": "",
|
|
41
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>Width of the content</p>\n</dd></dl></div>",
|
|
42
|
+
"sourceFile": "packages/core-react/src/layouts/NextDetailPage/NextDetailPage.types.ts",
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/NextDetailPage/NextDetailPage.types.ts#L9"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"description": ""
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
{
|
|
2
|
+
"NextGridColProps": {
|
|
3
|
+
"name": "NextGridColProps",
|
|
4
|
+
"properties": [
|
|
5
|
+
{
|
|
6
|
+
"name": "colStart",
|
|
7
|
+
"required": false,
|
|
8
|
+
"type": "<span class=\"tsd-signature-type\">number</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">Partial</span><span class=\"tsd-signature-symbol\"><</span><a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">OffsetByBreakpoint</a><span class=\"tsd-signature-symbol\">></span>",
|
|
9
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">Partial</span><span class=\"tsd-signature-symbol\"><</span><a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">OffsetByBreakpoint</a><span class=\"tsd-signature-symbol\">></span>",
|
|
10
|
+
"description": "If given a number value between 1 and 12, sets start positions across all breakpoints.\nIf given an object, sets start positions for given breakpoints (keys in configuration object, e.g. {\"tabletMd\": 10, \"mobileLg\": 5}).",
|
|
11
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>If given a number value between 1 and 12, sets start positions across all breakpoints.\nIf given an object, sets start positions for given breakpoints (keys in configuration object, e.g. {"tabletMd": 10, "mobileLg": 5}).</p>\n</div></div>",
|
|
12
|
+
"sourceFile": "packages/core-react/src/layouts/NextGrid/NextGrid.types.ts",
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/NextGrid/NextGrid.types.ts#L55"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "colWidth",
|
|
17
|
+
"required": false,
|
|
18
|
+
"type": "<span class=\"tsd-signature-type\">number</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"auto"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">Partial</span><span class=\"tsd-signature-symbol\"><</span><a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">SpanByBreakpoint</a><span class=\"tsd-signature-symbol\">></span>",
|
|
19
|
+
"typeDetail": "<span class=\"tsd-signature-type\">number</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"auto"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">Partial</span><span class=\"tsd-signature-symbol\"><</span><a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">SpanByBreakpoint</a><span class=\"tsd-signature-symbol\">></span>",
|
|
20
|
+
"description": "",
|
|
21
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>auto\nIf given a number value between 1 and 12, sets column width across all breakpoints.\nIf given an object, sets column widths for given breakpoints (keys in configuration object, e.g. {"tabletMd": 10, "mobileLg": 5}).\nIf set to "auto", the column will take all the available space</p>\n</dd></dl></div>",
|
|
22
|
+
"sourceFile": "packages/core-react/src/layouts/NextGrid/NextGrid.types.ts",
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/NextGrid/NextGrid.types.ts#L50"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"description": ""
|
|
27
|
+
},
|
|
28
|
+
"NextGridContextShape": {
|
|
29
|
+
"name": "NextGridContextShape",
|
|
30
|
+
"properties": [
|
|
31
|
+
{
|
|
32
|
+
"name": "colStackCap",
|
|
33
|
+
"required": true,
|
|
34
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">NextGridBreakpoint</a>",
|
|
35
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"mobileLg"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"tabletSm"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"tabletMd"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"tabletLg"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"desktopSm"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"desktopMd"</span>",
|
|
36
|
+
"description": "",
|
|
37
|
+
"descriptionHtml": "",
|
|
38
|
+
"sourceFile": "packages/core-react/src/layouts/NextGrid/NextGrid.types.ts",
|
|
39
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/NextGrid/NextGrid.types.ts#L28"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "gutterX",
|
|
43
|
+
"required": true,
|
|
44
|
+
"type": "<span class=\"tsd-signature-type\">NextGridSpacing</span>",
|
|
45
|
+
"typeDetail": "<span class=\"tsd-signature-type\">NextGridSpacing</span>",
|
|
46
|
+
"description": "",
|
|
47
|
+
"descriptionHtml": "",
|
|
48
|
+
"sourceFile": "packages/core-react/src/layouts/NextGrid/NextGrid.types.ts",
|
|
49
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/NextGrid/NextGrid.types.ts#L26"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "gutterY",
|
|
53
|
+
"required": true,
|
|
54
|
+
"type": "<span class=\"tsd-signature-type\">NextGridSpacing</span>",
|
|
55
|
+
"typeDetail": "<span class=\"tsd-signature-type\">NextGridSpacing</span>",
|
|
56
|
+
"description": "",
|
|
57
|
+
"descriptionHtml": "",
|
|
58
|
+
"sourceFile": "packages/core-react/src/layouts/NextGrid/NextGrid.types.ts",
|
|
59
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/NextGrid/NextGrid.types.ts#L27"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"description": ""
|
|
63
|
+
},
|
|
64
|
+
"NextGridProps": {
|
|
65
|
+
"name": "NextGridProps",
|
|
66
|
+
"properties": [
|
|
67
|
+
{
|
|
68
|
+
"name": "colStackCap",
|
|
69
|
+
"required": false,
|
|
70
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">NextGridBreakpoint</a>",
|
|
71
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"mobileLg"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"tabletSm"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"tabletMd"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"tabletLg"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"desktopSm"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"desktopMd"</span>",
|
|
72
|
+
"description": "Sets a breakpoing at which columns will start stacking on top of each other.\nE.g. if set to \"tabletMd\" - columns will stack on \"tabletMd\", \"tabletSm\" and \"mobileLg\" breakpoints.",
|
|
73
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets a breakpoing at which columns will start stacking on top of each other.\nE.g. if set to "tabletMd" - columns will stack on "tabletMd", "tabletSm" and "mobileLg" breakpoints.</p>\n</div></div>",
|
|
74
|
+
"sourceFile": "packages/core-react/src/layouts/NextGrid/NextGrid.types.ts",
|
|
75
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/NextGrid/NextGrid.types.ts#L22"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "gutterX",
|
|
79
|
+
"required": false,
|
|
80
|
+
"type": "<span class=\"tsd-signature-type\">NextGridSpacing</span>",
|
|
81
|
+
"typeDetail": "<span class=\"tsd-signature-type\">NextGridSpacing</span>",
|
|
82
|
+
"description": "If given a spacing string value (e.g. \"sm\" or \"none\"), sets horizontal column spacing across all breakpoints.\nIf given an object, sets horizontal column spacing for given breakpoints (keys in configuration object, e.g. {\"tabletMd\": \"xs\", \"mobileLg\": \"none\"}).",
|
|
83
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>If given a spacing string value (e.g. "sm" or "none"), sets horizontal column spacing across all breakpoints.\nIf given an object, sets horizontal column spacing for given breakpoints (keys in configuration object, e.g. {"tabletMd": "xs", "mobileLg": "none"}).</p>\n</div></div>",
|
|
84
|
+
"sourceFile": "packages/core-react/src/layouts/NextGrid/NextGrid.types.ts",
|
|
85
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/NextGrid/NextGrid.types.ts#L11"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "gutterY",
|
|
89
|
+
"required": false,
|
|
90
|
+
"type": "<span class=\"tsd-signature-type\">NextGridSpacing</span>",
|
|
91
|
+
"typeDetail": "<span class=\"tsd-signature-type\">NextGridSpacing</span>",
|
|
92
|
+
"description": "If given a spacing string value (e.g. \"sm\" or \"none\"), sets vertical column spacing across all breakpoints.\nVertical spacing is only displayed when the columns are stacked (typically, on smaller breakpoints or as defined by \"colStackCap\").\nIf given an object, sets vertical column spacing for given breakpoints (keys in configuration object, e.g. {\"tabletMd\": \"xs\", \"mobileLg\": \"none\"}).",
|
|
93
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>If given a spacing string value (e.g. "sm" or "none"), sets vertical column spacing across all breakpoints.\nVertical spacing is only displayed when the columns are stacked (typically, on smaller breakpoints or as defined by "colStackCap").\nIf given an object, sets vertical column spacing for given breakpoints (keys in configuration object, e.g. {"tabletMd": "xs", "mobileLg": "none"}).</p>\n</div></div>",
|
|
94
|
+
"sourceFile": "packages/core-react/src/layouts/NextGrid/NextGrid.types.ts",
|
|
95
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/NextGrid/NextGrid.types.ts#L17"
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"description": ""
|
|
99
|
+
},
|
|
100
|
+
"NextGridRowProps": {
|
|
101
|
+
"name": "NextGridRowProps",
|
|
102
|
+
"properties": [],
|
|
103
|
+
"description": ""
|
|
104
|
+
}
|
|
105
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
{
|
|
2
|
+
"PageAsideProps": {
|
|
3
|
+
"name": "PageAsideProps",
|
|
4
|
+
"properties": [
|
|
5
|
+
{
|
|
6
|
+
"name": "children",
|
|
7
|
+
"required": false,
|
|
8
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
9
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
10
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
11
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
|
|
12
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "className",
|
|
17
|
+
"required": false,
|
|
18
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
19
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
20
|
+
"description": "Additional classNames",
|
|
21
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
22
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "open",
|
|
27
|
+
"required": false,
|
|
28
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
29
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
30
|
+
"description": "",
|
|
31
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>If the aside block should be open</p>\n</dd></dl></div>",
|
|
32
|
+
"sourceFile": "packages/core-react/src/layouts/PageLayout/PageLayout.types.ts",
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/PageLayout/PageLayout.types.ts#L19"
|
|
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/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"description": ""
|
|
47
|
+
},
|
|
48
|
+
"PageComponentProps": {
|
|
49
|
+
"name": "PageComponentProps",
|
|
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": "",
|
|
57
|
+
"descriptionHtml": "",
|
|
58
|
+
"sourceFile": "packages/core-react/src/layouts/PageLayout/PageLayout.types.ts",
|
|
59
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/PageLayout/PageLayout.types.ts#L5"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"description": ""
|
|
63
|
+
},
|
|
64
|
+
"PageHeaderProps": {
|
|
65
|
+
"name": "PageHeaderProps",
|
|
66
|
+
"properties": [
|
|
67
|
+
{
|
|
68
|
+
"name": "children",
|
|
69
|
+
"required": false,
|
|
70
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
71
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
72
|
+
"description": "",
|
|
73
|
+
"descriptionHtml": "",
|
|
74
|
+
"sourceFile": "packages/core-react/src/layouts/PageLayout/PageLayout.types.ts",
|
|
75
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/PageLayout/PageLayout.types.ts#L5"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "transparent",
|
|
79
|
+
"required": false,
|
|
80
|
+
"type": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
81
|
+
"typeDetail": "<span class=\"tsd-signature-type\">boolean</span>",
|
|
82
|
+
"description": "",
|
|
83
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>description</dt><dd><p>If the header should have no background.</p>\n</dd></dl></div>",
|
|
84
|
+
"sourceFile": "packages/core-react/src/layouts/PageLayout/PageLayout.types.ts",
|
|
85
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/PageLayout/PageLayout.types.ts#L12"
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"description": ""
|
|
89
|
+
}
|
|
90
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ToolHeaderBadgeProps": {
|
|
3
|
+
"name": "ToolHeaderBadgeProps",
|
|
4
|
+
"properties": [
|
|
5
|
+
{
|
|
6
|
+
"name": "children",
|
|
7
|
+
"required": false,
|
|
8
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
9
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
10
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
11
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
|
|
12
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "className",
|
|
17
|
+
"required": false,
|
|
18
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
19
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
20
|
+
"description": "Additional classNames",
|
|
21
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
22
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "style",
|
|
27
|
+
"required": false,
|
|
28
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
29
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
30
|
+
"description": "Additional CSS styles",
|
|
31
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
32
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "variant",
|
|
37
|
+
"required": true,
|
|
38
|
+
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">ToolHeaderBadgeVariant</a>",
|
|
39
|
+
"typeDetail": "<span class=\"tsd-signature-type\">"beta"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"new"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"trial"</span>",
|
|
40
|
+
"description": "Controls the background/border/text colors of the Badge's pill",
|
|
41
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the background/border/text colors of the Badge's pill</p>\n</div></div>",
|
|
42
|
+
"sourceFile": "packages/core-react/src/layouts/ToolHeader/ToolHeader.types.ts",
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/ToolHeader/ToolHeader.types.ts#L9"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"description": ""
|
|
47
|
+
},
|
|
48
|
+
"ToolHeaderIconProps": {
|
|
49
|
+
"name": "ToolHeaderIconProps",
|
|
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/4be00958e/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/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "icon",
|
|
73
|
+
"required": false,
|
|
74
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
75
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
76
|
+
"description": "",
|
|
77
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>this will take an icon from '@procore/core-icons/dist' package\nin the near future. See Icon List page for further details</p>\n</dd></dl></div>",
|
|
78
|
+
"deprecated": "this will take an icon from '@procore/core-icons/dist' package\nin the near future. See Icon List page for further details\n",
|
|
79
|
+
"sourceFile": "packages/core-react/src/layouts/ToolHeader/ToolHeader.types.ts",
|
|
80
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/layouts/ToolHeader/ToolHeader.types.ts#L17"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "style",
|
|
84
|
+
"required": false,
|
|
85
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
86
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
87
|
+
"description": "Additional CSS styles",
|
|
88
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
89
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
90
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"description": ""
|
|
94
|
+
}
|
|
95
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Props": {
|
|
3
|
+
"name": "Props",
|
|
4
|
+
"properties": [
|
|
5
|
+
{
|
|
6
|
+
"name": "children",
|
|
7
|
+
"required": false,
|
|
8
|
+
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
9
|
+
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
10
|
+
"description": "Instead of using the default children, you can pass in your own.",
|
|
11
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
|
|
12
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L40"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "className",
|
|
17
|
+
"required": false,
|
|
18
|
+
"type": "<span class=\"tsd-signature-type\">string</span>",
|
|
19
|
+
"typeDetail": "<span class=\"tsd-signature-type\">string</span>",
|
|
20
|
+
"description": "Additional classNames",
|
|
21
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
22
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L45"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "style",
|
|
27
|
+
"required": false,
|
|
28
|
+
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
29
|
+
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
30
|
+
"description": "Additional CSS styles",
|
|
31
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
32
|
+
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/4be00958e/packages/core-react/src/utils/types.ts#L50"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"description": ""
|
|
37
|
+
}
|
|
38
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@procore/core-react",
|
|
3
|
-
"version": "10.20.0
|
|
3
|
+
"version": "10.20.0",
|
|
4
4
|
"description": "JSX implementations for core-css",
|
|
5
5
|
"main": "dist/esm/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"build": "yarn clean && yarn build:esm && yarn build:typedoc",
|
|
11
11
|
"build:esm": "NODE_ENV=development tsc -p tsconfig.prod.json",
|
|
12
12
|
"build:storybook": "build-storybook -s .storybook/static",
|
|
13
|
-
"build:typedoc": "node typedoc.js",
|
|
13
|
+
"build:typedoc": "node typedoc.js & ts-node typedoc.ts",
|
|
14
14
|
"clean": "rimraf dist",
|
|
15
15
|
"dev": "NODE_ENV=development TZ_LOG=true yarn build:typedoc && yarn dev:ts",
|
|
16
|
-
"dev:ts": "tsc -p tsconfig.
|
|
16
|
+
"dev:ts": "tsc -p tsconfig.prod.json --watch",
|
|
17
17
|
"prepublishOnly": "yarn build",
|
|
18
18
|
"test": "TZ=America/Los_Angeles jest --runInBand",
|
|
19
19
|
"typecheck": "tsc -p . --noEmit",
|
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
"@testing-library/user-event": "13.5.0",
|
|
62
62
|
"@types/classnames": "2.3.1",
|
|
63
63
|
"@types/enzyme": "3.10.10",
|
|
64
|
+
"@types/fs-extra": "9.0.13",
|
|
64
65
|
"@types/jest": "27.0.3",
|
|
65
66
|
"@types/lodash.throttle": "4.1.6",
|
|
66
67
|
"@types/node": "16.11.11",
|
|
@@ -94,15 +95,16 @@
|
|
|
94
95
|
"sass-loader": "10.2.0",
|
|
95
96
|
"style-loader": "2.0.0",
|
|
96
97
|
"ts-jest": "27.1.0",
|
|
98
|
+
"ts-node": "10.4.0",
|
|
97
99
|
"typedoc": "0.22.10",
|
|
98
100
|
"typescript": "4.5.2",
|
|
99
101
|
"webpack": "4.46.0",
|
|
100
102
|
"yup": "0.32.9"
|
|
101
103
|
},
|
|
102
104
|
"dependencies": {
|
|
103
|
-
"@procore/core-css": "10.20.0
|
|
104
|
-
"@procore/core-i18n-js": "10.20.0
|
|
105
|
-
"@procore/core-icons": "10.20.0
|
|
105
|
+
"@procore/core-css": "10.20.0",
|
|
106
|
+
"@procore/core-i18n-js": "10.20.0",
|
|
107
|
+
"@procore/core-icons": "10.20.0",
|
|
106
108
|
"@tinymce/tinymce-react": "3.13.0",
|
|
107
109
|
"axios": "0.24.0",
|
|
108
110
|
"classnames": "2.3.1",
|
|
@@ -125,5 +127,5 @@
|
|
|
125
127
|
"react-dom": ">=16.8.0 < 18",
|
|
126
128
|
"styled-components": ">= 5.1.1 < 6"
|
|
127
129
|
},
|
|
128
|
-
"gitHead": "
|
|
130
|
+
"gitHead": "4be00958ecdf25143538ae0abcbd7a5401f3d0b1"
|
|
129
131
|
}
|