@procore/core-react 10.30.0-rc.3 → 10.30.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 +12 -1
- package/dist/esm/components/FileSelect/ThumbnailList/ThumbnailList.styles.d.ts +1 -4
- package/dist/esm/components/Form/Form.js +12 -10
- package/dist/esm/components/Form/Form.js.map +1 -1
- package/dist/esm/components/Form/Form.types.d.ts +5 -1
- package/dist/esm/components/TextEditor/TextEditor.js +1 -1
- package/dist/esm/components/TextEditor/TextEditor.js.map +1 -1
- package/dist/esm/components/TextEditor/TextEditor.types.d.ts +1 -1
- package/dist/esm/components/Thumbnail/Thumbnail.d.ts +2 -5
- package/dist/esm/components/Thumbnail/Thumbnail.types.d.ts +2 -2
- package/dist/esm/components/ThumbnailGrid/ThumbnailGrid.styles.d.ts +1 -4
- package/dist/esm/components/Tile/Tile.types.d.ts +3 -12
- package/dist/esm/layouts/IconLayout/IconLayout.d.ts +1 -1
- package/dist/esm/layouts/IconLayout/index.d.ts +1 -1
- package/dist/esm/layouts/IconLayout/index.js.map +1 -1
- package/dist/esm/utils/propsTypedoc.d.ts +77 -77
- package/dist/esm/utils/propsTypedoc.js +155 -64
- package/dist/esm/utils/propsTypedoc.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 +107 -81
- 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 +37 -37
- package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +32 -32
- package/dist/typedoc/components/Dropzone/Dropzone.types.json +42 -42
- 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 +355 -34
- package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +165 -15
- 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 +746 -746
- package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +61 -61
- 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 +366 -92
- package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +259 -68
- package/dist/typedoc/components/Modal/Modal.types.json +27 -27
- package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +672 -38
- 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 +430 -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 +48 -48
- 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 +269 -33
- 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 +272 -102
- package/dist/typedoc/components/Tabs/Tabs.types.json +89 -17
- 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 +8 -8
- package/dist/typedoc/components/TextEditorOutput/TextEditorOutput.types.json +3 -3
- package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +460 -16
- package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +47 -47
- package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +602 -34
- package/dist/typedoc/components/Tile/Tile.types.json +36 -36
- 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 +12 -12
- package/dist/typedoc/layouts/IconLayout/IconLayout.json +48 -1
- package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +6 -6
- package/dist/typedoc/layouts/ListPage/ListPage.types.json +10 -10
- package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +8 -8
- 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/typedoc.ts +9 -1
|
@@ -1,67 +1,158 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
export
|
|
6
|
-
|
|
7
|
-
export
|
|
8
|
-
|
|
9
|
-
export
|
|
10
|
-
|
|
11
|
-
export
|
|
12
|
-
|
|
13
|
-
export
|
|
14
|
-
|
|
15
|
-
export
|
|
16
|
-
|
|
17
|
-
export
|
|
18
|
-
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
export
|
|
22
|
-
|
|
23
|
-
export
|
|
24
|
-
|
|
25
|
-
export
|
|
26
|
-
|
|
27
|
-
export
|
|
28
|
-
|
|
29
|
-
export
|
|
30
|
-
|
|
31
|
-
export
|
|
32
|
-
|
|
33
|
-
export
|
|
34
|
-
|
|
35
|
-
export
|
|
36
|
-
|
|
37
|
-
export
|
|
38
|
-
|
|
39
|
-
export
|
|
40
|
-
|
|
41
|
-
export
|
|
42
|
-
|
|
43
|
-
export
|
|
44
|
-
|
|
45
|
-
export
|
|
46
|
-
|
|
47
|
-
export
|
|
48
|
-
|
|
49
|
-
export
|
|
50
|
-
|
|
51
|
-
export
|
|
52
|
-
|
|
53
|
-
export
|
|
54
|
-
|
|
55
|
-
export
|
|
56
|
-
|
|
57
|
-
export
|
|
58
|
-
|
|
59
|
-
export
|
|
60
|
-
|
|
61
|
-
export
|
|
62
|
-
|
|
63
|
-
export
|
|
64
|
-
|
|
1
|
+
/* Preferable to use namespaces to avoid collisions of type's names */
|
|
2
|
+
import * as Avatar_1 from '../components/Avatar/Avatar.types';
|
|
3
|
+
export { Avatar_1 as Avatar };
|
|
4
|
+
import * as AvatarStack_1 from '../components/AvatarStack/AvatarStack.types';
|
|
5
|
+
export { AvatarStack_1 as AvatarStack };
|
|
6
|
+
import * as Badge_1 from '../components/Badge/Badge.types';
|
|
7
|
+
export { Badge_1 as Badge };
|
|
8
|
+
import * as Banner_1 from '../components/Banner/Banner.types';
|
|
9
|
+
export { Banner_1 as Banner };
|
|
10
|
+
import * as Breadcrumbs_1 from '../components/Breadcrumbs/Breadcrumbs.types';
|
|
11
|
+
export { Breadcrumbs_1 as Breadcrumbs };
|
|
12
|
+
import * as Button_1 from '../components/Button/Button.types';
|
|
13
|
+
export { Button_1 as Button };
|
|
14
|
+
import * as Calendar_1 from '../components/Calendar/Calendar.types';
|
|
15
|
+
export { Calendar_1 as Calendar };
|
|
16
|
+
import * as Card_1 from '../components/Card/Card.types';
|
|
17
|
+
export { Card_1 as Card };
|
|
18
|
+
import * as Checkbox_1 from '../components/Checkbox/Checkbox.types';
|
|
19
|
+
export { Checkbox_1 as Checkbox };
|
|
20
|
+
import * as ContactItem_1 from '../components/ContactItem/ContactItem.types';
|
|
21
|
+
export { ContactItem_1 as ContactItem };
|
|
22
|
+
import * as DateInput_1 from '../components/DateInput/DateInput.types';
|
|
23
|
+
export { DateInput_1 as DateInput };
|
|
24
|
+
import * as DateSelect_1 from '../components/DateSelect/DateSelect.types';
|
|
25
|
+
export { DateSelect_1 as DateSelect };
|
|
26
|
+
import * as Dropdown_1 from '../components/Dropdown/Dropdown.types';
|
|
27
|
+
export { Dropdown_1 as Dropdown };
|
|
28
|
+
import * as DropdownFlyout_1 from '../components/DropdownFlyout/DropdownFlyout.types';
|
|
29
|
+
export { DropdownFlyout_1 as DropdownFlyout };
|
|
30
|
+
import * as Dropzone_1 from '../components/Dropzone/Dropzone.types';
|
|
31
|
+
export { Dropzone_1 as Dropzone };
|
|
32
|
+
import * as EmptyState_1 from '../components/EmptyState/EmptyState.types';
|
|
33
|
+
export { EmptyState_1 as EmptyState };
|
|
34
|
+
import * as FileList_1 from '../components/FileList/FileList.types';
|
|
35
|
+
export { FileList_1 as FileList };
|
|
36
|
+
import * as FileSelect_1 from '../components/FileSelect/FileSelect.types';
|
|
37
|
+
export { FileSelect_1 as FileSelect };
|
|
38
|
+
import * as GridSource_1 from '../components/FileSelect/GridSource/GridSource.types';
|
|
39
|
+
export { GridSource_1 as GridSource };
|
|
40
|
+
import * as LocalSource_1 from '../components/FileSelect/LocalSource/LocalSource.types';
|
|
41
|
+
export { LocalSource_1 as LocalSource };
|
|
42
|
+
import * as TreeSource_1 from '../components/FileSelect/TreeSource/TreeSource.types';
|
|
43
|
+
export { TreeSource_1 as TreeSource };
|
|
44
|
+
import * as Font_1 from '../components/Font/Font.types';
|
|
45
|
+
export { Font_1 as Font };
|
|
46
|
+
import * as Form_1 from '../components/Form/Form.types';
|
|
47
|
+
export { Form_1 as Form };
|
|
48
|
+
import * as GroupSelect_1 from '../components/GroupSelect/GroupSelect.types';
|
|
49
|
+
export { GroupSelect_1 as GroupSelect };
|
|
50
|
+
import * as Input_1 from '../components/Input/Input.types';
|
|
51
|
+
export { Input_1 as Input };
|
|
52
|
+
import * as Icon_1 from '../components/Icon/Icon.types';
|
|
53
|
+
export { Icon_1 as Icon };
|
|
54
|
+
import * as Link_1 from '../components/Link/Link.types';
|
|
55
|
+
export { Link_1 as Link };
|
|
56
|
+
import * as Menu_1 from '../components/Menu/Menu.types';
|
|
57
|
+
export { Menu_1 as Menu };
|
|
58
|
+
import * as MenuImperative_1 from '../components/MenuImperative/MenuImperative.types';
|
|
59
|
+
export { MenuImperative_1 as MenuImperative };
|
|
60
|
+
import * as Modal_1 from '../components/Modal/Modal.types';
|
|
61
|
+
export { Modal_1 as Modal };
|
|
62
|
+
import * as MultiSelect_1 from '../components/MultiSelect/MultiSelect.types';
|
|
63
|
+
export { MultiSelect_1 as MultiSelect };
|
|
64
|
+
import * as Notation_1 from '../components/Notation/Notation.types';
|
|
65
|
+
export { Notation_1 as Notation };
|
|
66
|
+
import * as NumberInput_1 from '../components/NumberInput/NumberInput.types';
|
|
67
|
+
export { NumberInput_1 as NumberInput };
|
|
68
|
+
import * as OverlayTrigger_1 from '../components/OverlayTrigger/OverlayTrigger';
|
|
69
|
+
export { OverlayTrigger_1 as OverlayTrigger };
|
|
70
|
+
import * as Pagination_1 from '../components/Pagination/Pagination.types';
|
|
71
|
+
export { Pagination_1 as Pagination };
|
|
72
|
+
import * as Panel_1 from '../components/Panel/Panel.types';
|
|
73
|
+
export { Panel_1 as Panel };
|
|
74
|
+
import * as Pill_1 from '../components/Pill/Pill.types';
|
|
75
|
+
export { Pill_1 as Pill };
|
|
76
|
+
import * as PillSelect_1 from '../components/PillSelect/PillSelect.types';
|
|
77
|
+
export { PillSelect_1 as PillSelect };
|
|
78
|
+
import * as Popover_1 from '../components/Popover/Popover.types';
|
|
79
|
+
export { Popover_1 as Popover };
|
|
80
|
+
import * as ProgressBar_1 from '../components/ProgressBar/ProgressBar.types';
|
|
81
|
+
export { ProgressBar_1 as ProgressBar };
|
|
82
|
+
import * as RadioButton_1 from '../components/RadioButton/RadioButton.types';
|
|
83
|
+
export { RadioButton_1 as RadioButton };
|
|
84
|
+
import * as Required_1 from '../components/Required/Required.types';
|
|
85
|
+
export { Required_1 as Required };
|
|
86
|
+
import * as Search_1 from '../components/Search/Search.types';
|
|
87
|
+
export { Search_1 as Search };
|
|
88
|
+
import * as SegmentedController_1 from '../components/SegmentedController/SegmentedController.types';
|
|
89
|
+
export { SegmentedController_1 as SegmentedController };
|
|
90
|
+
import * as Select_1 from '../components/Select/Select.types';
|
|
91
|
+
export { Select_1 as Select };
|
|
92
|
+
import * as Spinner_1 from '../components/Spinner/Spinner.types';
|
|
93
|
+
export { Spinner_1 as Spinner };
|
|
94
|
+
import * as Slider_1 from '../components/Slider/Slider.types';
|
|
95
|
+
export { Slider_1 as Slider };
|
|
96
|
+
import * as Switch_1 from '../components/Switch/Switch.types';
|
|
97
|
+
export { Switch_1 as Switch };
|
|
98
|
+
import * as Table_1 from '../components/Table/Table.types';
|
|
99
|
+
export { Table_1 as Table };
|
|
100
|
+
import * as Tabs_1 from '../components/Tabs/Tabs.types';
|
|
101
|
+
export { Tabs_1 as Tabs };
|
|
102
|
+
import * as TextArea_1 from '../components/TextArea/TextArea.types';
|
|
103
|
+
export { TextArea_1 as TextArea };
|
|
104
|
+
import * as TextEditor_1 from '../components/TextEditor/TextEditor.types';
|
|
105
|
+
export { TextEditor_1 as TextEditor };
|
|
106
|
+
import * as TextEditorOutput_1 from '../components/TextEditorOutput/TextEditorOutput.types';
|
|
107
|
+
export { TextEditorOutput_1 as TextEditorOutput };
|
|
108
|
+
import * as Thumbnail_1 from '../components/Thumbnail/Thumbnail.types';
|
|
109
|
+
export { Thumbnail_1 as Thumbnail };
|
|
110
|
+
import * as TieredDropdown_1 from '../components/TieredDropdown/TieredDropdown.types';
|
|
111
|
+
export { TieredDropdown_1 as TieredDropdown };
|
|
112
|
+
import * as TieredSelect_1 from '../components/TieredSelect/TieredSelect.types';
|
|
113
|
+
export { TieredSelect_1 as TieredSelect };
|
|
114
|
+
import * as Tile_1 from '../components/Tile/Tile.types';
|
|
115
|
+
export { Tile_1 as Tile };
|
|
116
|
+
import * as Tearsheet_1 from '../components/Tearsheet/Tearsheet.types';
|
|
117
|
+
export { Tearsheet_1 as Tearsheet };
|
|
118
|
+
import * as Toast_1 from '../components/Toast/Toast.types';
|
|
119
|
+
export { Toast_1 as Toast };
|
|
120
|
+
import * as ToggleButton_1 from '../components/ToggleButton/ToggleButton.types';
|
|
121
|
+
export { ToggleButton_1 as ToggleButton };
|
|
122
|
+
import * as Token_1 from '../components/Token/Token.types';
|
|
123
|
+
export { Token_1 as Token };
|
|
124
|
+
import * as Tooltip_1 from '../components/Tooltip/Tooltip.types';
|
|
125
|
+
export { Tooltip_1 as Tooltip };
|
|
126
|
+
import * as Tree_1 from '../components/Tree/Tree.types';
|
|
127
|
+
export { Tree_1 as Tree };
|
|
128
|
+
import * as Typeahead_1 from '../components/Typeahead/Typeahead.types';
|
|
129
|
+
export { Typeahead_1 as Typeahead };
|
|
130
|
+
import * as Typography_1 from '../components/Typography/Typography.types';
|
|
131
|
+
export { Typography_1 as Typography };
|
|
132
|
+
import * as Grid_1 from '../layouts/Grid/Grid';
|
|
133
|
+
export { Grid_1 as Grid };
|
|
134
|
+
import * as IconLayout_1 from '../layouts/IconLayout';
|
|
135
|
+
export { IconLayout_1 as IconLayout };
|
|
136
|
+
import * as Box_1 from '../layouts/Box/Box.types';
|
|
137
|
+
export { Box_1 as Box };
|
|
138
|
+
import * as DetailPage_1 from '../layouts/DetailPage/DetailPage';
|
|
139
|
+
export { DetailPage_1 as DetailPage };
|
|
140
|
+
import * as Flex_1 from '../layouts/Flex/Flex.types';
|
|
141
|
+
export { Flex_1 as Flex };
|
|
142
|
+
import * as FlexList_1 from '../layouts/FlexList/FlexList.types';
|
|
143
|
+
export { FlexList_1 as FlexList };
|
|
144
|
+
import * as ListPage_1 from '../layouts/ListPage/ListPage.types';
|
|
145
|
+
export { ListPage_1 as ListPage };
|
|
146
|
+
import * as LegacyDetailPage_1 from '../layouts/LegacyDetailPage/LegacyDetailPage';
|
|
147
|
+
export { LegacyDetailPage_1 as LegacyDetailPage };
|
|
148
|
+
import * as NextGrid_1 from '../layouts/NextGrid/NextGrid.types';
|
|
149
|
+
export { NextGrid_1 as NextGrid };
|
|
150
|
+
import * as NextDetailPage_1 from '../layouts/NextDetailPage/NextDetailPage.types';
|
|
151
|
+
export { NextDetailPage_1 as NextDetailPage };
|
|
152
|
+
import * as PageLayout_1 from '../layouts/PageLayout/PageLayout.types';
|
|
153
|
+
export { PageLayout_1 as PageLayout };
|
|
154
|
+
import * as ToolHeader_1 from '../layouts/ToolHeader/ToolHeader.types';
|
|
155
|
+
export { ToolHeader_1 as ToolHeader };
|
|
65
156
|
/* Components without a .types file */
|
|
66
157
|
// export * from '../components/CurrencyInput/CurrencyInput.types'
|
|
67
158
|
// export * from "../components/Semantic/Semantic.types"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"propsTypedoc.js","sourceRoot":"","sources":["../../../src/utils/propsTypedoc.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"propsTypedoc.js","sourceRoot":"","sources":["../../../src/utils/propsTypedoc.ts"],"names":[],"mappings":"AAAA,sEAAsE;0BAE9C,mCAAmC;qBAA/C,MAAM;+BACW,6CAA6C;0BAA9D,WAAW;yBACA,iCAAiC;oBAA5C,KAAK;0BACO,mCAAmC;qBAA/C,MAAM;+BACW,6CAA6C;0BAA9D,WAAW;0BACC,mCAAmC;qBAA/C,MAAM;4BACQ,uCAAuC;uBAArD,QAAQ;wBACE,+BAA+B;mBAAzC,IAAI;4BACU,uCAAuC;uBAArD,QAAQ;+BACS,6CAA6C;0BAA9D,WAAW;6BACI,yCAAyC;wBAAxD,SAAS;8BACO,2CAA2C;yBAA3D,UAAU;4BACI,uCAAuC;uBAArD,QAAQ;kCACY,mDAAmD;6BAAvE,cAAc;4BACA,uCAAuC;uBAArD,QAAQ;8BACQ,2CAA2C;yBAA3D,UAAU;4BACI,uCAAuC;uBAArD,QAAQ;8BACQ,2CAA2C;yBAA3D,UAAU;8BACM,sDAAsD;yBAAtE,UAAU;+BACO,wDAAwD;0BAAzE,WAAW;8BACK,sDAAsD;yBAAtE,UAAU;wBACA,+BAA+B;mBAAzC,IAAI;wBACM,+BAA+B;mBAAzC,IAAI;+BACa,6CAA6C;0BAA9D,WAAW;yBACA,iCAAiC;oBAA5C,KAAK;wBACK,+BAA+B;mBAAzC,IAAI;wBACM,+BAA+B;mBAAzC,IAAI;wBACM,+BAA+B;mBAAzC,IAAI;kCACgB,mDAAmD;6BAAvE,cAAc;yBACH,iCAAiC;oBAA5C,KAAK;+BACY,6CAA6C;0BAA9D,WAAW;4BACG,uCAAuC;uBAArD,QAAQ;+BACS,6CAA6C;0BAA9D,WAAW;kCACS,6CAA6C;6BAAjE,cAAc;8BACE,2CAA2C;yBAA3D,UAAU;yBACC,iCAAiC;oBAA5C,KAAK;wBACK,+BAA+B;mBAAzC,IAAI;8BACY,2CAA2C;yBAA3D,UAAU;2BACG,qCAAqC;sBAAlD,OAAO;+BACU,6CAA6C;0BAA9D,WAAW;+BACM,6CAA6C;0BAA9D,WAAW;4BACG,uCAAuC;uBAArD,QAAQ;0BACI,mCAAmC;qBAA/C,MAAM;uCACmB,6DAA6D;kCAAtF,mBAAmB;0BACP,mCAAmC;qBAA/C,MAAM;2BACO,qCAAqC;sBAAlD,OAAO;0BACK,mCAAmC;qBAA/C,MAAM;0BACM,mCAAmC;qBAA/C,MAAM;yBACK,iCAAiC;oBAA5C,KAAK;wBACK,+BAA+B;mBAAzC,IAAI;4BACU,uCAAuC;uBAArD,QAAQ;8BACQ,2CAA2C;yBAA3D,UAAU;oCACY,uDAAuD;+BAA7E,gBAAgB;6BACD,yCAAyC;wBAAxD,SAAS;kCACW,mDAAmD;6BAAvE,cAAc;gCACI,+CAA+C;2BAAjE,YAAY;wBACF,+BAA+B;mBAAzC,IAAI;6BACW,yCAAyC;wBAAxD,SAAS;yBACE,iCAAiC;oBAA5C,KAAK;gCACa,+CAA+C;2BAAjE,YAAY;yBACD,iCAAiC;oBAA5C,KAAK;2BACQ,qCAAqC;sBAAlD,OAAO;wBACG,+BAA+B;mBAAzC,IAAI;6BACW,yCAAyC;wBAAxD,SAAS;8BACO,2CAA2C;yBAA3D,UAAU;wBAGA,sBAAsB;mBAAhC,IAAI;8BACY,uBAAuB;yBAAvC,UAAU;uBACD,0BAA0B;kBAAnC,GAAG;8BACa,kCAAkC;yBAAlD,UAAU;wBACA,4BAA4B;mBAAtC,IAAI;4BACU,oCAAoC;uBAAlD,QAAQ;4BACM,oCAAoC;uBAAlD,QAAQ;oCACc,8CAA8C;+BAApE,gBAAgB;4BACF,oCAAoC;uBAAlD,QAAQ;kCACY,gDAAgD;6BAApE,cAAc;8BACE,wCAAwC;yBAAxD,UAAU;8BACM,wCAAwC;yBAAxD,UAAU;AAKtB,sCAAsC;AACtC,kEAAkE;AAClE,wDAAwD"}
|
|
@@ -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/387cc181c/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/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "icon",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"deprecated": "\n\nThe `string` type icon has been deprecated and will be removed in the future.\nPlease use a React icon component from the `@procore/core-icons/dist` package.\n\n**Before**\n\n```\n<Avatar>\n <Avatar.Icon icon=\"building\" />\n</Avatar>\n```\n\n**After**\n\n```\n<Avatar>\n <Avatar.Icon icon={<Building />} />\n</Avatar>\n```\n",
|
|
33
33
|
"deprecatedSince": "10.20.0",
|
|
34
34
|
"sourceFile": "packages/core-react/src/components/Avatar/Avatar.types.ts",
|
|
35
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
35
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Avatar/Avatar.types.ts#L71"
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"name": "style",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"description": "Additional CSS styles",
|
|
43
43
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
44
44
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
45
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
45
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
46
46
|
}
|
|
47
47
|
],
|
|
48
48
|
"description": ""
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
59
59
|
"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>",
|
|
60
60
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
61
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
61
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"name": "className",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"description": "Additional classNames",
|
|
69
69
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
70
70
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
71
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
71
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
"name": "style",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"description": "Additional CSS styles",
|
|
79
79
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
80
80
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
81
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
81
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
82
82
|
}
|
|
83
83
|
],
|
|
84
84
|
"description": ""
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
95
95
|
"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>",
|
|
96
96
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
97
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
97
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
"name": "className",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"description": "Additional classNames",
|
|
105
105
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
106
106
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
107
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
107
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
110
|
"name": "imageUrl",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"description": "The avatar rich media url",
|
|
115
115
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>The avatar rich media url</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
116
116
|
"sourceFile": "packages/core-react/src/components/Avatar/Avatar.types.ts",
|
|
117
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
117
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Avatar/Avatar.types.ts#L79"
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
120
|
"name": "style",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"description": "Additional CSS styles",
|
|
125
125
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
126
126
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
127
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
127
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
128
128
|
}
|
|
129
129
|
],
|
|
130
130
|
"description": ""
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
141
141
|
"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>",
|
|
142
142
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
143
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
143
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L40"
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"name": "className",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"description": "Additional classNames",
|
|
151
151
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
152
152
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
153
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
153
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L45"
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
156
|
"name": "clickable",
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets the avatar's clickable state</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd><dt>defaultvalue</dt><dd><p>false</p>\n</dd></dl></div>",
|
|
162
162
|
"defaultValue": "false\n",
|
|
163
163
|
"sourceFile": "packages/core-react/src/components/Avatar/Avatar.types.ts",
|
|
164
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
164
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Avatar/Avatar.types.ts#L12"
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"name": "disabled",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Sets the avatar's disabled state</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>false</p>\n</dd></dl></div>",
|
|
173
173
|
"defaultValue": "false\n",
|
|
174
174
|
"sourceFile": "packages/core-react/src/components/Avatar/Avatar.types.ts",
|
|
175
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
175
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Avatar/Avatar.types.ts#L18"
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
178
|
"name": "size",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"deprecated": "\n\nSize \"xl\" has been deprecated and will be removed in a future version.\nPlease use \"lg\" instead of \"xl\".\n\n**Before**\n\n`<Avatar size=\"xl\" />`\n\n**After**\n\n`<Avatar size=\"lg\" />`\n",
|
|
186
186
|
"deprecatedSince": "10.20.0",
|
|
187
187
|
"sourceFile": "packages/core-react/src/components/Avatar/Avatar.types.ts",
|
|
188
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
188
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/Avatar/Avatar.types.ts#L40"
|
|
189
189
|
},
|
|
190
190
|
{
|
|
191
191
|
"name": "style",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"description": "Additional CSS styles",
|
|
196
196
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
197
197
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
198
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
198
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/utils/types.ts#L50"
|
|
199
199
|
}
|
|
200
200
|
],
|
|
201
201
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "Avatar description",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar description</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/AvatarStack/AvatarStack.types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L25"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"name": "id",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Avatar ID",
|
|
21
21
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar ID</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/AvatarStack/AvatarStack.types.ts",
|
|
23
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
23
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L10"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "imageUrl",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Avatar image URL",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar image URL</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/AvatarStack/AvatarStack.types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L30"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"name": "inactive",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar inactive state</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>false</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
42
42
|
"defaultValue": "false",
|
|
43
43
|
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
44
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
44
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L46"
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
"name": "initials",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"description": "Avatar initials",
|
|
52
52
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar initials</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
53
53
|
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
54
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
54
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L40"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"name": "linkUrl",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"description": "Avatar link URL",
|
|
62
62
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar link URL</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
63
63
|
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
64
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
64
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L35"
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
"name": "name",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"description": "Avatar name",
|
|
72
72
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar name</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
73
73
|
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
74
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
74
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L15"
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
"name": "type",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"description": "Avatar type",
|
|
82
82
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar type</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
83
83
|
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
84
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
84
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L20"
|
|
85
85
|
}
|
|
86
86
|
],
|
|
87
87
|
"description": ""
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"description": "Avatar stack items",
|
|
98
98
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar stack items</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.22.0</p>\n</dd></dl></div>",
|
|
99
99
|
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
100
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
100
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L58"
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"name": "size",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar stack size</p>\n</div><dl class=\"tsd-comment-tags\"><dt>defaultvalue</dt><dd><p>lg</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
109
109
|
"defaultValue": "lg",
|
|
110
110
|
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
111
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
111
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L80"
|
|
112
112
|
},
|
|
113
113
|
{
|
|
114
114
|
"name": "title",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"description": "Avatar stack title",
|
|
119
119
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar stack title</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
|
|
120
120
|
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
121
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
121
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L73"
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
124
|
"name": "getImageUrl",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"description": "Avatar item imageURL getter",
|
|
129
129
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar item imageURL getter</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.22.0</p>\n</dd></dl></div>",
|
|
130
130
|
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
131
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
131
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L63"
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
"name": "getInitials",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"description": "Avatar item initials getter",
|
|
139
139
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Avatar item initials getter</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.22.0</p>\n</dd></dl></div>",
|
|
140
140
|
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
141
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
141
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L68"
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
144
|
"description": ""
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"description": "",
|
|
155
155
|
"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>",
|
|
156
156
|
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
157
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
157
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L103"
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
"name": "items",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"description": "",
|
|
165
165
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.22.0</p>\n</dd></dl></div>",
|
|
166
166
|
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
167
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
167
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L87"
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
170
|
"name": "restCountLabel",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"description": "",
|
|
175
175
|
"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>",
|
|
176
176
|
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
177
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
177
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L99"
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
180
|
"name": "size",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"description": "",
|
|
185
185
|
"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>",
|
|
186
186
|
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
187
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
187
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L95"
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
190
|
"name": "onClickViewAll",
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"description": "",
|
|
195
195
|
"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>",
|
|
196
196
|
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
197
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
197
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L91"
|
|
198
198
|
}
|
|
199
199
|
],
|
|
200
200
|
"description": ""
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"description": "",
|
|
211
211
|
"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>",
|
|
212
212
|
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
213
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
213
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L118"
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
216
|
"name": "items",
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"description": "",
|
|
221
221
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.22.0</p>\n</dd></dl></div>",
|
|
222
222
|
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
223
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
223
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L110"
|
|
224
224
|
},
|
|
225
225
|
{
|
|
226
226
|
"name": "title",
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"description": "",
|
|
231
231
|
"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>",
|
|
232
232
|
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
233
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
233
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L122"
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
"name": "onClose",
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"description": "",
|
|
241
241
|
"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>",
|
|
242
242
|
"sourceFile": "packages/core-react/src/components/AvatarStack/AvatarStack.types.ts",
|
|
243
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
243
|
+
"sourceUrl": "https://github.com/procore/core/blob/387cc181c/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L114"
|
|
244
244
|
}
|
|
245
245
|
],
|
|
246
246
|
"description": ""
|