@procore/core-react 11.3.0-rc.0 → 11.3.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AvatarStack/AvatarStack.d.ts +1 -1
- package/dist/AvatarStack/AvatarStack.js +8 -2
- package/dist/AvatarStack/AvatarStack.js.map +1 -1
- package/dist/Button/Button.styles.js +1 -1
- package/dist/Button/Button.styles.js.map +1 -1
- package/dist/Dropdown/Dropdown.js +2 -1
- package/dist/Dropdown/Dropdown.js.map +1 -1
- package/dist/Dropdown/Dropdown.styles.js +1 -1
- package/dist/Dropdown/Dropdown.styles.js.map +1 -1
- package/dist/DropdownFlyout/DropdownFlyout.d.ts +1 -1
- package/dist/DropdownFlyout/DropdownFlyout.js +69 -54
- package/dist/DropdownFlyout/DropdownFlyout.js.map +1 -1
- package/dist/DropdownFlyout/DropdownFlyout.types.d.ts +7 -71
- package/dist/DropdownFlyout/DropdownFlyout.types.js.map +1 -1
- package/dist/DropdownFlyout/useDropdownFlyoutOverlay.d.ts +11 -0
- package/dist/DropdownFlyout/useDropdownFlyoutOverlay.js +14 -0
- package/dist/DropdownFlyout/useDropdownFlyoutOverlay.js.map +1 -0
- package/dist/NextMenu/NextMenu.d.ts +6 -2
- package/dist/NextMenu/NextMenu.js +46 -10
- package/dist/NextMenu/NextMenu.js.map +1 -1
- package/dist/NextMenu/NextMenu.styles.d.ts +6 -0
- package/dist/NextMenu/NextMenu.styles.js +14 -0
- package/dist/NextMenu/NextMenu.styles.js.map +1 -0
- package/dist/NextMenu/NextMenuItem.js +3 -2
- package/dist/NextMenu/NextMenuItem.js.map +1 -1
- package/dist/NumberInput/NumberInput.js +2 -2
- package/dist/NumberInput/NumberInput.js.map +1 -1
- package/dist/NumberInput/NumberInput.utils.d.ts +1 -0
- package/dist/NumberInput/NumberInput.utils.js +5 -0
- package/dist/NumberInput/NumberInput.utils.js.map +1 -1
- package/dist/Overlay/Overlay.d.ts +1 -0
- package/dist/Overlay/Overlay.js.map +1 -1
- package/dist/Overlay/OverlayArrow.d.ts +11 -0
- package/dist/Overlay/OverlayArrow.js +25 -0
- package/dist/Overlay/OverlayArrow.js.map +1 -0
- package/dist/Overlay/OverlayArrow.styles.d.ts +2 -0
- package/dist/Overlay/OverlayArrow.styles.js +9 -0
- package/dist/Overlay/OverlayArrow.styles.js.map +1 -0
- package/dist/Overlay/useOverlay.d.ts +18 -0
- package/dist/Overlay/useOverlay.js +23 -0
- package/dist/Overlay/useOverlay.js.map +1 -0
- package/dist/OverlayTrigger/OverlayTrigger.d.ts +34 -1
- package/dist/OverlayTrigger/OverlayTrigger.js +93 -48
- package/dist/OverlayTrigger/OverlayTrigger.js.map +1 -1
- package/dist/Popover/Popover.js +2 -2
- package/dist/Popover/Popover.js.map +1 -1
- package/dist/Popover/Popover.styles.d.ts +1 -0
- package/dist/Popover/Popover.styles.js +3 -7
- package/dist/Popover/Popover.styles.js.map +1 -1
- package/dist/Popover/Popover.types.d.ts +6 -0
- package/dist/Select/Select.styles.js +1 -1
- package/dist/Select/Select.styles.js.map +1 -1
- package/dist/Tabs/Tabs.js +2 -4
- package/dist/Tabs/Tabs.js.map +1 -1
- package/dist/TieredSelect/TieredSelect.styles.js +1 -1
- package/dist/TieredSelect/TieredSelect.styles.js.map +1 -1
- package/dist/Tooltip/Tooltip.js +3 -3
- package/dist/Tooltip/Tooltip.js.map +1 -1
- package/dist/Tooltip/Tooltip.styles.d.ts +1 -4
- package/dist/Tooltip/Tooltip.styles.js +2 -6
- package/dist/Tooltip/Tooltip.styles.js.map +1 -1
- package/dist/Tree/Tree.js +10 -14
- package/dist/Tree/Tree.js.map +1 -1
- package/dist/_hooks/Trigger.js +3 -2
- package/dist/_hooks/Trigger.js.map +1 -1
- package/dist/_styles/arrows.d.ts +0 -2
- package/dist/_styles/arrows.js +1 -44
- package/dist/_styles/arrows.js.map +1 -1
- package/dist/_typedoc/Avatar/Avatar.types.json +17 -17
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +22 -22
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +12 -12
- package/dist/_typedoc/Box/Box.types.json +66 -66
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +7 -7
- package/dist/_typedoc/Button/Button.types.json +11 -11
- package/dist/_typedoc/Calendar/Calendar.types.json +79 -79
- package/dist/_typedoc/Card/Card.types.json +6 -6
- package/dist/_typedoc/Checkbox/Checkbox.types.json +7 -7
- package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
- package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
- package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
- package/dist/_typedoc/DetailPage/DetailPage.types.json +4 -4
- package/dist/_typedoc/Dropdown/Dropdown.types.json +35 -35
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +52 -62
- package/dist/_typedoc/Dropzone/Dropzone.types.json +41 -41
- package/dist/_typedoc/EmptyState/EmptyState.types.json +14 -14
- package/dist/_typedoc/FileList/FileList.types.json +9 -9
- package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
- package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
- package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
- package/dist/_typedoc/Flex/Flex.types.json +26 -26
- package/dist/_typedoc/FlexList/FlexList.types.json +29 -29
- package/dist/_typedoc/Form/Form.types.json +688 -688
- package/dist/_typedoc/Grid/Grid.types.json +8 -8
- package/dist/_typedoc/GroupSelect/GroupSelect.types.json +51 -51
- package/dist/_typedoc/Input/Input.types.json +2 -2
- package/dist/_typedoc/Link/Link.types.json +4 -4
- package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
- package/dist/_typedoc/Menu/Menu.types.json +61 -61
- package/dist/_typedoc/MenuImperative/MenuImperative.types.json +67 -67
- package/dist/_typedoc/Modal/Modal.types.json +27 -27
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +30 -30
- package/dist/_typedoc/Notation/Notation.types.json +4 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +36 -36
- package/dist/_typedoc/OverlayTrigger/OverlayTrigger.json +64 -18
- package/dist/_typedoc/PageLayout/PageLayout.types.json +7 -7
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +27 -27
- package/dist/_typedoc/Pill/Pill.types.json +1 -1
- package/dist/_typedoc/PillSelect/PillSelect.types.json +46 -46
- package/dist/_typedoc/Popover/Popover.types.json +19 -9
- package/dist/_typedoc/ProgressBar/ProgressBar.types.json +5 -5
- package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
- package/dist/_typedoc/Required/Required.types.json +5 -5
- package/dist/_typedoc/Search/Search.types.json +18 -18
- package/dist/_typedoc/Section/Section.types.json +14 -14
- package/dist/_typedoc/SegmentedController/SegmentedController.types.json +20 -20
- package/dist/_typedoc/Select/Select.types.json +31 -31
- package/dist/_typedoc/Slider/Slider.types.json +6 -6
- package/dist/_typedoc/Spinner/Spinner.types.json +8 -8
- package/dist/_typedoc/Switch/Switch.types.json +3 -3
- package/dist/_typedoc/Table/Table.types.json +94 -94
- package/dist/_typedoc/Tabs/Tabs.types.json +15 -15
- package/dist/_typedoc/Tearsheet/Tearsheet.types.json +10 -10
- package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
- package/dist/_typedoc/TextEditor/TextEditor.types.json +7 -7
- package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +3 -3
- package/dist/_typedoc/Thumbnail/Thumbnail.types.json +25 -25
- package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +41 -41
- package/dist/_typedoc/TieredSelect/TieredSelect.types.json +27 -27
- package/dist/_typedoc/Tile/Tile.types.json +30 -30
- package/dist/_typedoc/Toast/Toast.types.json +4 -4
- package/dist/_typedoc/ToggleButton/ToggleButton.types.json +3 -3
- package/dist/_typedoc/Token/Token.types.json +4 -4
- package/dist/_typedoc/ToolHeader/ToolHeader.types.json +8 -8
- package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
- package/dist/_typedoc/Tree/Tree.types.json +85 -85
- package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
- package/dist/_typedoc/Typography/Typography.types.json +8 -8
- package/dist/_typedoc/_utils/types.json +3 -3
- package/dist/_utils/placement.d.ts +2 -0
- package/dist/_utils/placement.js +14 -1
- package/dist/_utils/placement.js.map +1 -1
- package/dist/_utils/types.d.ts +3 -0
- package/package.json +3 -2
|
@@ -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/39846280c/packages/core-react/src/_utils/types.ts#L45"
|
|
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/39846280c/packages/core-react/src/_utils/types.ts#L50"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "displayDate",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Controls the month displayed on the calendar, can be different from selected.",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the month displayed on the calendar, can be different from selected.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>new Date()</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L22"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "monthRef",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"description": "Provide a function to disable dates. Must return a boolean.",
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Provide a function to disable dates. Must return a boolean.</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/Calendar/Calendar.types.ts",
|
|
43
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
43
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L35"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"name": "selectedEnd",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"description": "End of the highlight of a day range",
|
|
51
51
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>End of the highlight of a day range</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/Calendar/Calendar.types.ts",
|
|
53
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
53
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L45"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"name": "selectedStart",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"description": "Start of the highlight of a day range",
|
|
61
61
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Start of the highlight of a day range</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/Calendar/Calendar.types.ts",
|
|
63
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
63
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L50"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"name": "style",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"description": "Additional CSS styles",
|
|
71
71
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
72
72
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
73
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
73
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L55"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"name": "yearRef",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"description": "",
|
|
81
81
|
"descriptionHtml": "",
|
|
82
82
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
83
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
83
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L51"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"name": "disabledDate",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"description": "",
|
|
91
91
|
"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>",
|
|
92
92
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
93
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
93
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L30"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
"name": "onSelect",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"description": "Click handler for selecting a day.",
|
|
101
101
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Click handler for selecting a day.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
102
102
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
103
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
103
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L40"
|
|
104
104
|
}
|
|
105
105
|
],
|
|
106
106
|
"description": ""
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
117
117
|
"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>",
|
|
118
118
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
119
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
119
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L45"
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
"name": "className",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"description": "Additional classNames",
|
|
127
127
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</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/39846280c/packages/core-react/src/_utils/types.ts#L50"
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
"name": "style",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"description": "Additional CSS styles",
|
|
137
137
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
138
138
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
139
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
139
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L55"
|
|
140
140
|
}
|
|
141
141
|
],
|
|
142
142
|
"description": ""
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
153
153
|
"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>",
|
|
154
154
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
155
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
155
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L45"
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
158
|
"name": "className",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"description": "Additional classNames",
|
|
163
163
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
164
164
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
165
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
165
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L50"
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
"name": "displayDate",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"description": "Controls the month displayed on the calendar, can be different from selected.",
|
|
173
173
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Controls the month displayed on the calendar, can be different from selected.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>new Date()</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
174
174
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
175
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
175
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L22"
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
178
|
"name": "monthRef",
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"description": "Provide a function to disable dates. Must return a boolean.",
|
|
183
183
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Provide a function to disable dates. Must return a boolean.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
184
184
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
185
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
185
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L35"
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
188
|
"name": "selectedEnd",
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"description": "End of the highlight of a day range",
|
|
193
193
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>End of the highlight of a day range</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
194
194
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
195
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
195
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L45"
|
|
196
196
|
},
|
|
197
197
|
{
|
|
198
198
|
"name": "selectedStart",
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"description": "Start of the highlight of a day range",
|
|
203
203
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Start of the highlight of a day range</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
204
204
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
205
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
205
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L50"
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
208
|
"name": "style",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"description": "Additional CSS styles",
|
|
213
213
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
214
214
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
215
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
215
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L55"
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
218
|
"name": "yearRef",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"description": "",
|
|
223
223
|
"descriptionHtml": "",
|
|
224
224
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
225
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
225
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L51"
|
|
226
226
|
},
|
|
227
227
|
{
|
|
228
228
|
"name": "disabledDate",
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"description": "",
|
|
233
233
|
"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>",
|
|
234
234
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
235
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
235
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L30"
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
238
|
"name": "onNavigate",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"description": "Click handler for navigating the calendar, with arrows or selects.",
|
|
243
243
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Click handler for navigating the calendar, with arrows or selects.</p>\n</div></div>",
|
|
244
244
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
245
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
245
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L8"
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
248
|
"name": "onSelect",
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"description": "Click handler for selecting a day.",
|
|
253
253
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Click handler for selecting a day.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
254
254
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
255
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
255
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L40"
|
|
256
256
|
}
|
|
257
257
|
],
|
|
258
258
|
"description": ""
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
269
269
|
"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>",
|
|
270
270
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
271
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
271
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L45"
|
|
272
272
|
},
|
|
273
273
|
{
|
|
274
274
|
"name": "className",
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
"description": "Additional classNames",
|
|
279
279
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
280
280
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
281
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
281
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L50"
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
284
|
"name": "disabled",
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
"description": "",
|
|
289
289
|
"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>",
|
|
290
290
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
291
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
291
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L58"
|
|
292
292
|
},
|
|
293
293
|
{
|
|
294
294
|
"name": "isCurrentMonth",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"description": "",
|
|
299
299
|
"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>",
|
|
300
300
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
301
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
301
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L62"
|
|
302
302
|
},
|
|
303
303
|
{
|
|
304
304
|
"name": "isRangeEnd",
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
"description": "",
|
|
309
309
|
"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>",
|
|
310
310
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
311
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
311
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L66"
|
|
312
312
|
},
|
|
313
313
|
{
|
|
314
314
|
"name": "isRangeStart",
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"description": "",
|
|
319
319
|
"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>",
|
|
320
320
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
321
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
321
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L70"
|
|
322
322
|
},
|
|
323
323
|
{
|
|
324
324
|
"name": "isToday",
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
"description": "",
|
|
329
329
|
"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>",
|
|
330
330
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
331
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
331
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L74"
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
334
|
"name": "onClick",
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
"description": "",
|
|
339
339
|
"descriptionHtml": "",
|
|
340
340
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
341
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
341
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L78"
|
|
342
342
|
},
|
|
343
343
|
{
|
|
344
344
|
"name": "selected",
|
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
"description": "",
|
|
349
349
|
"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>",
|
|
350
350
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
351
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
351
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L82"
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
354
|
"name": "style",
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
"description": "Additional CSS styles",
|
|
359
359
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
360
360
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
361
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
361
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L55"
|
|
362
362
|
}
|
|
363
363
|
],
|
|
364
364
|
"description": ""
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
"description": "",
|
|
375
375
|
"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>",
|
|
376
376
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
377
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
377
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L118"
|
|
378
378
|
},
|
|
379
379
|
{
|
|
380
380
|
"name": "alignItems",
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"description": "",
|
|
385
385
|
"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>",
|
|
386
386
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
387
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
387
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L122"
|
|
388
388
|
},
|
|
389
389
|
{
|
|
390
390
|
"name": "alignSelf",
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
"description": "",
|
|
395
395
|
"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>",
|
|
396
396
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
397
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
397
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L126"
|
|
398
398
|
},
|
|
399
399
|
{
|
|
400
400
|
"name": "children",
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
405
405
|
"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>",
|
|
406
406
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
407
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
407
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L45"
|
|
408
408
|
},
|
|
409
409
|
{
|
|
410
410
|
"name": "className",
|
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
"description": "Additional classNames",
|
|
415
415
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
416
416
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
417
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
417
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L50"
|
|
418
418
|
},
|
|
419
419
|
{
|
|
420
420
|
"name": "display",
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
"description": "",
|
|
425
425
|
"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>",
|
|
426
426
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
427
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
427
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L146"
|
|
428
428
|
},
|
|
429
429
|
{
|
|
430
430
|
"name": "flex",
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
"description": "Alias to the `flex` property on a flexbox child.",
|
|
435
435
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>flex</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
436
436
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
437
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
437
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L152"
|
|
438
438
|
},
|
|
439
439
|
{
|
|
440
440
|
"name": "flexBasis",
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
"description": "Alias to the `basis` property on a flexbox child.",
|
|
445
445
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>basis</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
446
446
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
447
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
447
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L158"
|
|
448
448
|
},
|
|
449
449
|
{
|
|
450
450
|
"name": "flexDirection",
|
|
@@ -454,7 +454,7 @@
|
|
|
454
454
|
"description": "Alias to the `direction` property on a flexbox child.",
|
|
455
455
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>direction</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
456
456
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
457
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
457
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L164"
|
|
458
458
|
},
|
|
459
459
|
{
|
|
460
460
|
"name": "flexGrow",
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
"description": "Alias to the `grow` property on a flexbox child.",
|
|
465
465
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>grow</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
466
466
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
467
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
467
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L170"
|
|
468
468
|
},
|
|
469
469
|
{
|
|
470
470
|
"name": "flexShrink",
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
"description": "Alias to the `shrink` property on a flexbox child.",
|
|
475
475
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>shrink</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
476
476
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
477
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
477
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L176"
|
|
478
478
|
},
|
|
479
479
|
{
|
|
480
480
|
"name": "flexWrap",
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
"description": "Alias to the `wrap` property on a flexbox child.",
|
|
485
485
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>wrap</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
486
486
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
487
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
487
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L182"
|
|
488
488
|
},
|
|
489
489
|
{
|
|
490
490
|
"name": "justifyContent",
|
|
@@ -494,7 +494,7 @@
|
|
|
494
494
|
"description": "",
|
|
495
495
|
"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>",
|
|
496
496
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
497
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
497
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L130"
|
|
498
498
|
},
|
|
499
499
|
{
|
|
500
500
|
"name": "margin",
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"description": "",
|
|
505
505
|
"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>",
|
|
506
506
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
507
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
507
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L69"
|
|
508
508
|
},
|
|
509
509
|
{
|
|
510
510
|
"name": "marginBottom",
|
|
@@ -514,7 +514,7 @@
|
|
|
514
514
|
"description": "",
|
|
515
515
|
"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>",
|
|
516
516
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
517
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
517
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L73"
|
|
518
518
|
},
|
|
519
519
|
{
|
|
520
520
|
"name": "marginLeft",
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
"description": "",
|
|
525
525
|
"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>",
|
|
526
526
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
527
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
527
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L77"
|
|
528
528
|
},
|
|
529
529
|
{
|
|
530
530
|
"name": "marginRight",
|
|
@@ -534,7 +534,7 @@
|
|
|
534
534
|
"description": "",
|
|
535
535
|
"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>",
|
|
536
536
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
537
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
537
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L81"
|
|
538
538
|
},
|
|
539
539
|
{
|
|
540
540
|
"name": "marginTop",
|
|
@@ -544,7 +544,7 @@
|
|
|
544
544
|
"description": "",
|
|
545
545
|
"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>",
|
|
546
546
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
547
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
547
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L85"
|
|
548
548
|
},
|
|
549
549
|
{
|
|
550
550
|
"name": "order",
|
|
@@ -554,7 +554,7 @@
|
|
|
554
554
|
"description": "Alias to the `order` property on a flexbox child.",
|
|
555
555
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Alias to the <code>order</code> property on a flexbox child.</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
556
556
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
557
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
557
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L188"
|
|
558
558
|
},
|
|
559
559
|
{
|
|
560
560
|
"name": "padding",
|
|
@@ -564,7 +564,7 @@
|
|
|
564
564
|
"description": "",
|
|
565
565
|
"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>",
|
|
566
566
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
567
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
567
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L92"
|
|
568
568
|
},
|
|
569
569
|
{
|
|
570
570
|
"name": "paddingBottom",
|
|
@@ -574,7 +574,7 @@
|
|
|
574
574
|
"description": "",
|
|
575
575
|
"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>",
|
|
576
576
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
577
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
577
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L96"
|
|
578
578
|
},
|
|
579
579
|
{
|
|
580
580
|
"name": "paddingLeft",
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
"description": "",
|
|
585
585
|
"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>",
|
|
586
586
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
587
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
587
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L100"
|
|
588
588
|
},
|
|
589
589
|
{
|
|
590
590
|
"name": "paddingRight",
|
|
@@ -594,7 +594,7 @@
|
|
|
594
594
|
"description": "",
|
|
595
595
|
"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>",
|
|
596
596
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
597
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
597
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L104"
|
|
598
598
|
},
|
|
599
599
|
{
|
|
600
600
|
"name": "paddingTop",
|
|
@@ -604,7 +604,7 @@
|
|
|
604
604
|
"description": "",
|
|
605
605
|
"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>",
|
|
606
606
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
607
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
607
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L108"
|
|
608
608
|
},
|
|
609
609
|
{
|
|
610
610
|
"name": "style",
|
|
@@ -614,7 +614,7 @@
|
|
|
614
614
|
"description": "Additional CSS styles",
|
|
615
615
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
616
616
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
617
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
617
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L55"
|
|
618
618
|
},
|
|
619
619
|
{
|
|
620
620
|
"name": "tabIndex",
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
"description": "",
|
|
625
625
|
"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>",
|
|
626
626
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
627
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
627
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L192"
|
|
628
628
|
},
|
|
629
629
|
{
|
|
630
630
|
"name": "textAlign",
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
"description": "",
|
|
635
635
|
"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>",
|
|
636
636
|
"sourceFile": "packages/core-react/src/Box/Box.types.ts",
|
|
637
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
637
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Box/Box.types.ts#L196"
|
|
638
638
|
}
|
|
639
639
|
],
|
|
640
640
|
"description": ""
|
|
@@ -650,7 +650,7 @@
|
|
|
650
650
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
651
651
|
"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>",
|
|
652
652
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
653
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
653
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L45"
|
|
654
654
|
},
|
|
655
655
|
{
|
|
656
656
|
"name": "className",
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
"description": "Additional classNames",
|
|
661
661
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
662
662
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
663
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
663
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L50"
|
|
664
664
|
},
|
|
665
665
|
{
|
|
666
666
|
"name": "style",
|
|
@@ -670,7 +670,7 @@
|
|
|
670
670
|
"description": "Additional CSS styles",
|
|
671
671
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
672
672
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
673
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
673
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L55"
|
|
674
674
|
},
|
|
675
675
|
{
|
|
676
676
|
"name": "onClick",
|
|
@@ -680,7 +680,7 @@
|
|
|
680
680
|
"description": "",
|
|
681
681
|
"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>",
|
|
682
682
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
683
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
683
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L145"
|
|
684
684
|
}
|
|
685
685
|
],
|
|
686
686
|
"description": ""
|
|
@@ -696,7 +696,7 @@
|
|
|
696
696
|
"description": "",
|
|
697
697
|
"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>",
|
|
698
698
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
699
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
699
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L120"
|
|
700
700
|
},
|
|
701
701
|
{
|
|
702
702
|
"name": "children",
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
707
707
|
"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>",
|
|
708
708
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
709
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
709
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L45"
|
|
710
710
|
},
|
|
711
711
|
{
|
|
712
712
|
"name": "className",
|
|
@@ -716,7 +716,7 @@
|
|
|
716
716
|
"description": "Additional classNames",
|
|
717
717
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
718
718
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
719
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
719
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L50"
|
|
720
720
|
},
|
|
721
721
|
{
|
|
722
722
|
"name": "label",
|
|
@@ -726,7 +726,7 @@
|
|
|
726
726
|
"description": "",
|
|
727
727
|
"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>",
|
|
728
728
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
729
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
729
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L124"
|
|
730
730
|
},
|
|
731
731
|
{
|
|
732
732
|
"name": "options",
|
|
@@ -736,7 +736,7 @@
|
|
|
736
736
|
"description": "Expects an array of objects with the following shape",
|
|
737
737
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Expects an array of objects with the following shape</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
738
738
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
739
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
739
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L133"
|
|
740
740
|
},
|
|
741
741
|
{
|
|
742
742
|
"name": "selected",
|
|
@@ -746,7 +746,7 @@
|
|
|
746
746
|
"description": "Identifier of the selected value",
|
|
747
747
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Identifier of the selected value</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
748
748
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
749
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
749
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L138"
|
|
750
750
|
},
|
|
751
751
|
{
|
|
752
752
|
"name": "style",
|
|
@@ -756,7 +756,7 @@
|
|
|
756
756
|
"description": "Additional CSS styles",
|
|
757
757
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
758
758
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
759
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
759
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L55"
|
|
760
760
|
},
|
|
761
761
|
{
|
|
762
762
|
"name": "onSelect",
|
|
@@ -766,7 +766,7 @@
|
|
|
766
766
|
"description": "",
|
|
767
767
|
"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>",
|
|
768
768
|
"sourceFile": "packages/core-react/src/Calendar/Calendar.types.ts",
|
|
769
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
769
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/Calendar/Calendar.types.ts#L128"
|
|
770
770
|
}
|
|
771
771
|
],
|
|
772
772
|
"description": ""
|
|
@@ -782,7 +782,7 @@
|
|
|
782
782
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
783
783
|
"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>",
|
|
784
784
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
785
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
785
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L45"
|
|
786
786
|
},
|
|
787
787
|
{
|
|
788
788
|
"name": "className",
|
|
@@ -792,7 +792,7 @@
|
|
|
792
792
|
"description": "Additional classNames",
|
|
793
793
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
794
794
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
795
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
795
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L50"
|
|
796
796
|
},
|
|
797
797
|
{
|
|
798
798
|
"name": "style",
|
|
@@ -802,7 +802,7 @@
|
|
|
802
802
|
"description": "Additional CSS styles",
|
|
803
803
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
804
804
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
805
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
805
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L55"
|
|
806
806
|
}
|
|
807
807
|
],
|
|
808
808
|
"description": ""
|
|
@@ -818,7 +818,7 @@
|
|
|
818
818
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
819
819
|
"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>",
|
|
820
820
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
821
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
821
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L45"
|
|
822
822
|
},
|
|
823
823
|
{
|
|
824
824
|
"name": "className",
|
|
@@ -828,7 +828,7 @@
|
|
|
828
828
|
"description": "Additional classNames",
|
|
829
829
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
830
830
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
831
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
831
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L50"
|
|
832
832
|
},
|
|
833
833
|
{
|
|
834
834
|
"name": "style",
|
|
@@ -838,7 +838,7 @@
|
|
|
838
838
|
"description": "Additional CSS styles",
|
|
839
839
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
840
840
|
"sourceFile": "packages/core-react/src/_utils/types.ts",
|
|
841
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
841
|
+
"sourceUrl": "https://github.com/procore/core/blob/39846280c/packages/core-react/src/_utils/types.ts#L55"
|
|
842
842
|
}
|
|
843
843
|
],
|
|
844
844
|
"description": ""
|