@procore/core-react 10.27.2-rc.5 → 10.27.2
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 +8 -0
- package/dist/esm/components/NumberInput/NumberInput.hooks.js +3 -3
- package/dist/esm/components/NumberInput/NumberInput.hooks.js.map +1 -1
- package/dist/esm/components/NumberInput/NumberInput.types.d.ts +1 -0
- package/dist/esm/layouts/Sidebar/Sidebar.d.ts +24 -0
- package/dist/esm/layouts/Sidebar/Sidebar.js +24 -0
- package/dist/esm/layouts/Sidebar/Sidebar.js.map +1 -1
- package/dist/typedoc/components/Avatar/Avatar.types.json +17 -17
- package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +22 -22
- package/dist/typedoc/components/Badge/Badge.types.json +6 -6
- package/dist/typedoc/components/Banner/Banner.types.json +12 -12
- package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +7 -7
- package/dist/typedoc/components/Button/Button.types.json +11 -11
- package/dist/typedoc/components/Calendar/Calendar.types.json +79 -79
- package/dist/typedoc/components/Card/Card.types.json +6 -6
- package/dist/typedoc/components/Checkbox/Checkbox.types.json +7 -7
- package/dist/typedoc/components/ContactItem/ContactItem.types.json +9 -9
- package/dist/typedoc/components/DateInput/DateInput.types.json +35 -35
- package/dist/typedoc/components/DateSelect/DateSelect.types.json +13 -13
- package/dist/typedoc/components/Dropdown/Dropdown.types.json +34 -34
- package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +32 -32
- package/dist/typedoc/components/Dropzone/Dropzone.types.json +41 -41
- package/dist/typedoc/components/EmptyState/EmptyState.types.json +14 -14
- package/dist/typedoc/components/FileList/FileList.types.json +9 -9
- package/dist/typedoc/components/FileSelect/FileSelect.types.json +25 -25
- package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +14 -14
- package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +9 -9
- package/dist/typedoc/components/Font/Font.types.json +7 -7
- package/dist/typedoc/components/Form/Form.types.json +696 -692
- package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +50 -50
- package/dist/typedoc/components/Icon/Icon.types.json +10 -10
- package/dist/typedoc/components/Input/Input.types.json +2 -2
- package/dist/typedoc/components/Link/Link.types.json +4 -4
- package/dist/typedoc/components/Menu/Menu.types.json +67 -67
- package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +67 -67
- package/dist/typedoc/components/Modal/Modal.types.json +27 -27
- package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +29 -29
- package/dist/typedoc/components/Notation/Notation.types.json +4 -4
- package/dist/typedoc/components/NumberInput/NumberInput.types.json +31 -29
- package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +18 -18
- package/dist/typedoc/components/Pagination/Pagination.types.json +8 -8
- package/dist/typedoc/components/Panel/Panel.types.json +17 -17
- package/dist/typedoc/components/Pill/Pill.types.json +1 -1
- package/dist/typedoc/components/PillSelect/PillSelect.types.json +46 -46
- package/dist/typedoc/components/Popover/Popover.types.json +9 -9
- package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +5 -5
- package/dist/typedoc/components/RadioButton/RadioButton.types.json +6 -6
- package/dist/typedoc/components/Required/Required.types.json +5 -5
- package/dist/typedoc/components/Search/Search.types.json +21 -21
- package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +20 -20
- package/dist/typedoc/components/Select/Select.types.json +31 -31
- package/dist/typedoc/components/Slider/Slider.types.json +6 -6
- package/dist/typedoc/components/Spinner/Spinner.types.json +8 -8
- package/dist/typedoc/components/Switch/Switch.types.json +3 -3
- package/dist/typedoc/components/Table/Table.types.json +94 -94
- package/dist/typedoc/components/Tabs/Tabs.types.json +15 -15
- package/dist/typedoc/components/Tearsheet/Tearsheet.types.json +9 -9
- package/dist/typedoc/components/TextArea/TextArea.types.json +3 -3
- package/dist/typedoc/components/TextEditor/TextEditor.types.json +7 -7
- package/dist/typedoc/components/TextEditorOutput/TextEditorOutput.types.json +3 -3
- package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +12 -12
- package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +41 -41
- package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +27 -27
- package/dist/typedoc/components/Tile/Tile.types.json +30 -30
- package/dist/typedoc/components/Toast/Toast.types.json +4 -4
- package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +3 -3
- package/dist/typedoc/components/Token/Token.types.json +4 -4
- package/dist/typedoc/components/Tooltip/Tooltip.types.json +13 -13
- package/dist/typedoc/components/Tree/Tree.types.json +85 -85
- package/dist/typedoc/components/Typeahead/Typeahead.types.json +2 -2
- package/dist/typedoc/components/Typography/Typography.types.json +8 -8
- package/dist/typedoc/deprecations.json +1 -1
- package/dist/typedoc/layouts/Box/Box.types.json +66 -66
- package/dist/typedoc/layouts/DetailPage/DetailPage.json +11 -11
- package/dist/typedoc/layouts/Flex/Flex.types.json +26 -26
- package/dist/typedoc/layouts/FlexList/FlexList.types.json +29 -29
- package/dist/typedoc/layouts/Grid/Grid.json +10 -10
- package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +4 -4
- package/dist/typedoc/layouts/ListPage/ListPage.types.json +10 -10
- package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +4 -4
- package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +8 -8
- package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +7 -7
- package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +8 -8
- package/dist/typedoc/utils/types.json +3 -3
- package/package.json +4 -4
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/{main.67ae393c.iframe.bundle.js → main.1854091a.iframe.bundle.js} +1 -1
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
11
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
12
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/utils/types.ts#L40"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "className",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Additional classNames",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
22
22
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/utils/types.ts#L45"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "icon",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
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><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
32
32
|
"deprecated": "String type is deprecated. Please pass an SVG icon instance.",
|
|
33
33
|
"sourceFile": "packages/core-react/src/components/Banner/Banner.types.ts",
|
|
34
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
34
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/components/Banner/Banner.types.ts#L27"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"name": "style",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"description": "Additional CSS styles",
|
|
42
42
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
43
43
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
44
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
44
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/utils/types.ts#L50"
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"description": ""
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
58
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
59
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
60
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
60
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/utils/types.ts#L40"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
"name": "className",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"description": "Additional classNames",
|
|
68
68
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
69
69
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
70
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
70
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/utils/types.ts#L45"
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"name": "style",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"description": "Additional CSS styles",
|
|
78
78
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
79
79
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
80
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
80
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/utils/types.ts#L50"
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"name": "variant",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"description": "Sets the banner's variant.",
|
|
88
88
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets the banner's variant.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
89
89
|
"sourceFile": "packages/core-react/src/components/Banner/Banner.types.ts",
|
|
90
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
90
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/components/Banner/Banner.types.ts#L19"
|
|
91
91
|
}
|
|
92
92
|
],
|
|
93
93
|
"description": ""
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
104
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
105
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
106
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
106
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/utils/types.ts#L40"
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"name": "className",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"description": "Additional classNames",
|
|
114
114
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
115
115
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
116
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
116
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/utils/types.ts#L45"
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"name": "expanded",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"description": "Expands banner content",
|
|
124
124
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Expands banner content</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
125
125
|
"sourceFile": "packages/core-react/src/components/Banner/Banner.types.ts",
|
|
126
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
126
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/components/Banner/Banner.types.ts#L35"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"name": "style",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"description": "Additional CSS styles",
|
|
134
134
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
135
135
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
136
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
136
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/utils/types.ts#L50"
|
|
137
137
|
}
|
|
138
138
|
],
|
|
139
139
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/components/Breadcrumbs/Breadcrumbs.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/components/Breadcrumbs/Breadcrumbs.types.ts#L9"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "children",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
21
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
22
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/utils/types.ts#L40"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "className",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Additional classNames",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/utils/types.ts#L45"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "style",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "Additional CSS styles",
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
42
42
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/utils/types.ts#L50"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
46
46
|
"description": ""
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
57
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
58
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
59
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
59
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/utils/types.ts#L40"
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
"name": "className",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"description": "Additional classNames",
|
|
67
67
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
68
68
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
69
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
69
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/utils/types.ts#L45"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
"name": "style",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"description": "Additional CSS styles",
|
|
77
77
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
78
78
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
79
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
79
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/utils/types.ts#L50"
|
|
80
80
|
}
|
|
81
81
|
],
|
|
82
82
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "Sets the button to be 100% of the width of its parent",
|
|
11
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><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/components/Button/Button.types.ts#L26"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "icon",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
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
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><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
22
22
|
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/components/Button/Button.types.ts#L32"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "iconRight",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "The icon to display on the right side of the label",
|
|
31
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><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/components/Button/Button.types.ts#L37"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "loading",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "Shows the button spinner",
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Shows the button spinner</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
42
42
|
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/components/Button/Button.types.ts#L42"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "size",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"description": "The size of the button",
|
|
51
51
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The size of the button</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
52
52
|
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/components/Button/Button.types.ts#L47"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"name": "variant",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"description": "All variants except for primary, secondary, tertiary are DEPRECATED.\nAll will still be accepted, but deprecated ones will look like secondary",
|
|
61
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><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
62
62
|
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
63
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/components/Button/Button.types.ts#L53"
|
|
64
64
|
}
|
|
65
65
|
],
|
|
66
66
|
"description": ""
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"description": "Sets the button to be 100% of the width of its parent",
|
|
77
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><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
78
78
|
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
79
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
79
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/components/Button/Button.types.ts#L26"
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
"name": "icon",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
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
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><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
88
88
|
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
89
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
89
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/components/Button/Button.types.ts#L32"
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
"name": "iconRight",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"description": "The icon to display on the right side of the label",
|
|
97
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><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
98
98
|
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
99
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
99
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/components/Button/Button.types.ts#L37"
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
"name": "size",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"description": "The size of the button",
|
|
107
107
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The size of the button</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
108
108
|
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
109
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
109
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/components/Button/Button.types.ts#L47"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
112
|
"name": "variant",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"description": "All variants except for primary, secondary, tertiary are DEPRECATED.\nAll will still be accepted, but deprecated ones will look like secondary",
|
|
117
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><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
118
118
|
"sourceFile": "packages/core-react/src/components/Button/Button.types.ts",
|
|
119
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
119
|
+
"sourceUrl": "https://github.com/procore/core/blob/476b0c9c5/packages/core-react/src/components/Button/Button.types.ts#L53"
|
|
120
120
|
}
|
|
121
121
|
],
|
|
122
122
|
"description": ""
|