@procore/core-react 10.27.0-rc.7 → 10.27.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 +8 -0
- package/dist/esm/components/FileToken/FileToken.js +1 -1
- package/dist/esm/components/FileToken/FileToken.js.map +1 -1
- package/dist/esm/components/FileToken/FileToken.styles.js +4 -4
- package/dist/esm/components/FileToken/FileToken.styles.js.map +1 -1
- package/dist/esm/components/MultiSelect/MultiSelect.js +2 -2
- package/dist/esm/components/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/esm/components/Token/Token.d.ts +2 -1
- package/dist/esm/components/Token/Token.js +20 -2
- package/dist/esm/components/Token/Token.js.map +1 -1
- package/dist/esm/components/Token/Token.styles.d.ts +11 -0
- package/dist/esm/components/Token/Token.styles.js +21 -9
- package/dist/esm/components/Token/Token.styles.js.map +1 -1
- package/dist/esm/components/Token/Token.types.d.ts +19 -11
- package/dist/esm/utils/types.d.ts +1 -0
- 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 +684 -684
- 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 +25 -25
- 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 +7 -83
- 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 +5 -5
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/{main.a6c5874b.iframe.bundle.js → main.be1aa571.iframe.bundle.js} +1 -1
|
@@ -1,80 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"LegacyIconProps": {
|
|
3
|
-
"name": "LegacyIconProps",
|
|
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/399f7f40e/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/399f7f40e/packages/core-react/src/utils/types.ts#L45"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "clickable",
|
|
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>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
32
|
-
"sourceFile": "packages/core-react/src/components/Icon/Icon.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/399f7f40e/packages/core-react/src/components/Icon/Icon.types.ts#L26"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"name": "icon",
|
|
37
|
-
"required": true,
|
|
38
|
-
"type": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
39
|
-
"typeDetail": "<span class=\"tsd-signature-type\">ReactNode</span>",
|
|
40
|
-
"description": "The token icon",
|
|
41
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The token icon</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
42
|
-
"sourceFile": "packages/core-react/src/components/Token/Token.types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/399f7f40e/packages/core-react/src/components/Token/Token.types.ts#L47"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"name": "size",
|
|
47
|
-
"required": false,
|
|
48
|
-
"type": "<a class=\"tsd-signature-type\" data-tsd-kind=\"Type alias\">IconSize</a>",
|
|
49
|
-
"typeDetail": "<span class=\"tsd-signature-type\">Extract</span><span class=\"tsd-signature-symbol\"><</span><span class=\"tsd-signature-type\">Size</span><span class=\"tsd-signature-symbol\">, </span><span class=\"tsd-signature-type\">"inherit"</span><span class=\"tsd-signature-symbol\"> | </span><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><span class=\"tsd-signature-symbol\">></span>",
|
|
50
|
-
"description": "The size of the icon",
|
|
51
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The size of the icon</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>'sm'</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
52
|
-
"sourceFile": "packages/core-react/src/components/Icon/Icon.types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/399f7f40e/packages/core-react/src/components/Icon/Icon.types.ts#L39"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"name": "style",
|
|
57
|
-
"required": false,
|
|
58
|
-
"type": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
59
|
-
"typeDetail": "<span class=\"tsd-signature-type\">CSSProperties</span>",
|
|
60
|
-
"description": "Additional CSS styles",
|
|
61
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
62
|
-
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
63
|
-
"sourceUrl": "https://github.com/procore/core/blob/399f7f40e/packages/core-react/src/utils/types.ts#L50"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"name": "variant",
|
|
67
|
-
"required": false,
|
|
68
|
-
"type": "<span class=\"tsd-signature-type\">IconVariant</span>",
|
|
69
|
-
"typeDetail": "<span class=\"tsd-signature-type\">IconVariant</span>",
|
|
70
|
-
"description": "The icon variant",
|
|
71
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The icon variant</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>''</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
72
|
-
"sourceFile": "packages/core-react/src/components/Icon/Icon.types.ts",
|
|
73
|
-
"sourceUrl": "https://github.com/procore/core/blob/399f7f40e/packages/core-react/src/components/Icon/Icon.types.ts#L46"
|
|
74
|
-
}
|
|
75
|
-
],
|
|
76
|
-
"description": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>TODO - This is one of the last places using the old Icon component and\nshould be refactored with the designers</p>\n</div></div>"
|
|
77
|
-
},
|
|
78
2
|
"TokenProps": {
|
|
79
3
|
"name": "TokenProps",
|
|
80
4
|
"properties": [
|
|
@@ -86,7 +10,7 @@
|
|
|
86
10
|
"description": "Disables the token",
|
|
87
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Disables the token</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
88
12
|
"sourceFile": "packages/core-react/src/components/Token/Token.types.ts",
|
|
89
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/e329a8de6/packages/core-react/src/components/Token/Token.types.ts#L6"
|
|
90
14
|
},
|
|
91
15
|
{
|
|
92
16
|
"name": "error",
|
|
@@ -96,7 +20,7 @@
|
|
|
96
20
|
"description": "",
|
|
97
21
|
"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>",
|
|
98
22
|
"sourceFile": "packages/core-react/src/components/Token/Token.types.ts",
|
|
99
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/e329a8de6/packages/core-react/src/components/Token/Token.types.ts#L14"
|
|
100
24
|
},
|
|
101
25
|
{
|
|
102
26
|
"name": "focused",
|
|
@@ -106,7 +30,7 @@
|
|
|
106
30
|
"description": "",
|
|
107
31
|
"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>",
|
|
108
32
|
"sourceFile": "packages/core-react/src/components/Token/Token.types.ts",
|
|
109
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/e329a8de6/packages/core-react/src/components/Token/Token.types.ts#L10"
|
|
110
34
|
},
|
|
111
35
|
{
|
|
112
36
|
"name": "variant",
|
|
@@ -114,11 +38,11 @@
|
|
|
114
38
|
"type": "<span class=\"tsd-signature-type\">"disabled"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"icon"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"focused"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"standard"</span>",
|
|
115
39
|
"typeDetail": "<span class=\"tsd-signature-type\">"disabled"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"icon"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"focused"</span><span class=\"tsd-signature-symbol\"> | </span><span class=\"tsd-signature-type\">"standard"</span>",
|
|
116
40
|
"description": "",
|
|
117
|
-
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>
|
|
118
|
-
"deprecated": "\n\
|
|
119
|
-
"deprecatedSince": "10.
|
|
41
|
+
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>deprecated</dt><dd><p>All variants have been deprecated and will be removed in a future version.\nPlease use <code>Token.Remove</code> component or <code>disabled</code> boolean prop instead.</p>\n<p><strong>Before</strong></p>\n<p><code><Token variant='icon'> <Token.Icon icon="x" /> </Token></code></p>\n<p><strong>After</strong></p>\n<p><code><Token> <Token.Remove /> </Token></code></p>\n</dd><dt>deprecatedsince</dt><dd><p>10.27.0</p>\n</dd></dl></div>",
|
|
42
|
+
"deprecated": "\n\nAll variants have been deprecated and will be removed in a future version.\nPlease use `Token.Remove` component or `disabled` boolean prop instead.\n\n**Before**\n\n`<Token variant='icon'>\n <Token.Icon icon=\"x\" />\n</Token>`\n\n**After**\n\n`<Token>\n <Token.Remove />\n</Token>`\n",
|
|
43
|
+
"deprecatedSince": "10.27.0\n",
|
|
120
44
|
"sourceFile": "packages/core-react/src/components/Token/Token.types.ts",
|
|
121
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
45
|
+
"sourceUrl": "https://github.com/procore/core/blob/e329a8de6/packages/core-react/src/components/Token/Token.types.ts#L53"
|
|
122
46
|
}
|
|
123
47
|
],
|
|
124
48
|
"description": ""
|
|
@@ -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/e329a8de6/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/e329a8de6/packages/core-react/src/utils/types.ts#L45"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "placement",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "",
|
|
31
31
|
"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>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/components/Tooltip/Tooltip.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/e329a8de6/packages/core-react/src/components/Tooltip/Tooltip.types.ts#L9"
|
|
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/e329a8de6/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/e329a8de6/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/e329a8de6/packages/core-react/src/utils/types.ts#L45"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
"name": "hideDelay",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"description": "",
|
|
77
77
|
"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>",
|
|
78
78
|
"sourceFile": "packages/core-react/src/components/Tooltip/Tooltip.types.ts",
|
|
79
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
79
|
+
"sourceUrl": "https://github.com/procore/core/blob/e329a8de6/packages/core-react/src/components/Tooltip/Tooltip.types.ts#L16"
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
"name": "initialIsVisible",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"description": "Whether to show the overlay on initial render",
|
|
87
87
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Whether to show the overlay on initial render</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/Tooltip/Tooltip.types.ts",
|
|
89
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
89
|
+
"sourceUrl": "https://github.com/procore/core/blob/e329a8de6/packages/core-react/src/components/Tooltip/Tooltip.types.ts#L22"
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
"name": "overlay",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"description": "The tip we want to display",
|
|
97
97
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The tip we want to display</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/Tooltip/Tooltip.types.ts",
|
|
99
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
99
|
+
"sourceUrl": "https://github.com/procore/core/blob/e329a8de6/packages/core-react/src/components/Tooltip/Tooltip.types.ts#L28"
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
"name": "placement",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"description": "Determines the position of the arrow",
|
|
107
107
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Determines the position of the arrow</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/Tooltip/Tooltip.types.ts",
|
|
109
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
109
|
+
"sourceUrl": "https://github.com/procore/core/blob/e329a8de6/packages/core-react/src/components/Tooltip/Tooltip.types.ts#L34"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
112
|
"name": "showDelay",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"description": "",
|
|
117
117
|
"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>",
|
|
118
118
|
"sourceFile": "packages/core-react/src/components/Tooltip/Tooltip.types.ts",
|
|
119
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
119
|
+
"sourceUrl": "https://github.com/procore/core/blob/e329a8de6/packages/core-react/src/components/Tooltip/Tooltip.types.ts#L38"
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
"name": "style",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"description": "Additional CSS styles",
|
|
127
127
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
128
128
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
129
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
129
|
+
"sourceUrl": "https://github.com/procore/core/blob/e329a8de6/packages/core-react/src/utils/types.ts#L50"
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
"name": "trigger",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"description": "The event to trigger the overlay",
|
|
137
137
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The event to trigger the overlay</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
138
138
|
"sourceFile": "packages/core-react/src/components/Tooltip/Tooltip.types.ts",
|
|
139
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
139
|
+
"sourceUrl": "https://github.com/procore/core/blob/e329a8de6/packages/core-react/src/components/Tooltip/Tooltip.types.ts#L44"
|
|
140
140
|
}
|
|
141
141
|
],
|
|
142
142
|
"description": ""
|