@procore/core-react 10.28.0 → 10.29.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/components/Checkbox/Checkbox.styles.js +6 -6
- package/dist/esm/components/Checkbox/Checkbox.styles.js.map +1 -1
- package/dist/esm/components/Modal/Modal.js +3 -1
- package/dist/esm/components/Modal/Modal.js.map +1 -1
- package/dist/esm/components/RadioButton/RadioButton.styles.js +2 -2
- package/dist/esm/components/RadioButton/RadioButton.styles.js.map +1 -1
- package/dist/esm/components/Slider/Slider.styles.js +3 -3
- package/dist/esm/components/Tabs/Tabs.styles.js +1 -1
- package/dist/esm/components/Tabs/Tabs.styles.js.map +1 -1
- package/dist/esm/components/Tearsheet/Tearsheet.js +3 -1
- package/dist/esm/components/Tearsheet/Tearsheet.js.map +1 -1
- package/dist/esm/locales/de-DE.json +10 -0
- package/dist/esm/locales/en-AU.json +10 -0
- package/dist/esm/locales/en-CA.json +10 -0
- package/dist/esm/locales/en-GB.json +10 -0
- package/dist/esm/locales/en.json +10 -0
- package/dist/esm/locales/es-ES.json +10 -0
- package/dist/esm/locales/es.json +10 -0
- package/dist/esm/locales/fr-CA.json +10 -0
- package/dist/esm/locales/fr-FR.json +10 -0
- package/dist/esm/locales/is-IS.json +10 -0
- package/dist/esm/locales/pt-BR.json +10 -0
- package/dist/esm/locales/th-TH.json +10 -0
- package/dist/esm/locales/zh-SG.json +10 -0
- package/dist/esm/state/I18n.d.ts +130 -0
- package/dist/typedoc/components/Avatar/Avatar.types.json +17 -17
- package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +22 -22
- package/dist/typedoc/components/Badge/Badge.types.json +6 -6
- package/dist/typedoc/components/Banner/Banner.types.json +12 -12
- package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +7 -7
- package/dist/typedoc/components/Button/Button.types.json +11 -11
- package/dist/typedoc/components/Calendar/Calendar.types.json +79 -79
- package/dist/typedoc/components/Card/Card.types.json +6 -6
- package/dist/typedoc/components/Checkbox/Checkbox.types.json +7 -7
- package/dist/typedoc/components/ContactItem/ContactItem.types.json +9 -9
- package/dist/typedoc/components/DateInput/DateInput.types.json +35 -35
- package/dist/typedoc/components/DateSelect/DateSelect.types.json +13 -13
- package/dist/typedoc/components/Dropdown/Dropdown.types.json +35 -35
- package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +32 -32
- package/dist/typedoc/components/Dropzone/Dropzone.types.json +41 -41
- package/dist/typedoc/components/EmptyState/EmptyState.types.json +14 -14
- package/dist/typedoc/components/FileList/FileList.types.json +9 -9
- package/dist/typedoc/components/FileSelect/FileSelect.types.json +25 -25
- package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +14 -14
- package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +9 -9
- package/dist/typedoc/components/Font/Font.types.json +7 -7
- package/dist/typedoc/components/Form/Form.types.json +684 -684
- package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +50 -50
- package/dist/typedoc/components/Icon/Icon.types.json +10 -10
- package/dist/typedoc/components/Input/Input.types.json +2 -2
- package/dist/typedoc/components/Link/Link.types.json +4 -4
- package/dist/typedoc/components/Menu/Menu.types.json +67 -67
- package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +67 -67
- package/dist/typedoc/components/Modal/Modal.types.json +27 -27
- package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +29 -29
- package/dist/typedoc/components/Notation/Notation.types.json +4 -4
- package/dist/typedoc/components/NumberInput/NumberInput.types.json +25 -25
- package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +18 -18
- package/dist/typedoc/components/Pagination/Pagination.types.json +8 -8
- package/dist/typedoc/components/Panel/Panel.types.json +17 -17
- package/dist/typedoc/components/Pill/Pill.types.json +1 -1
- package/dist/typedoc/components/PillSelect/PillSelect.types.json +46 -46
- package/dist/typedoc/components/Popover/Popover.types.json +9 -9
- package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +5 -5
- package/dist/typedoc/components/RadioButton/RadioButton.types.json +6 -6
- package/dist/typedoc/components/Required/Required.types.json +5 -5
- package/dist/typedoc/components/Search/Search.types.json +21 -21
- package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +20 -20
- package/dist/typedoc/components/Select/Select.types.json +31 -31
- package/dist/typedoc/components/Slider/Slider.types.json +6 -6
- package/dist/typedoc/components/Spinner/Spinner.types.json +8 -8
- package/dist/typedoc/components/Switch/Switch.types.json +3 -3
- package/dist/typedoc/components/Table/Table.types.json +94 -94
- package/dist/typedoc/components/Tabs/Tabs.types.json +15 -15
- package/dist/typedoc/components/Tearsheet/Tearsheet.types.json +9 -9
- package/dist/typedoc/components/TextArea/TextArea.types.json +3 -3
- package/dist/typedoc/components/TextEditor/TextEditor.types.json +7 -7
- package/dist/typedoc/components/TextEditorOutput/TextEditorOutput.types.json +3 -3
- package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +12 -12
- package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +41 -41
- package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +27 -27
- package/dist/typedoc/components/Tile/Tile.types.json +30 -30
- package/dist/typedoc/components/Toast/Toast.types.json +4 -4
- package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +3 -3
- package/dist/typedoc/components/Token/Token.types.json +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/layouts/Box/Box.types.json +66 -66
- package/dist/typedoc/layouts/DetailPage/DetailPage.json +11 -11
- package/dist/typedoc/layouts/Flex/Flex.types.json +26 -26
- package/dist/typedoc/layouts/FlexList/FlexList.types.json +29 -29
- package/dist/typedoc/layouts/Grid/Grid.json +10 -10
- package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +4 -4
- package/dist/typedoc/layouts/ListPage/ListPage.types.json +10 -10
- package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +4 -4
- package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +8 -8
- package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +7 -7
- package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +8 -8
- package/dist/typedoc/utils/types.json +3 -3
- package/package.json +2 -2
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/{main.81003aad.iframe.bundle.js → main.f94d1b14.iframe.bundle.js} +1 -1
package/dist/esm/state/I18n.d.ts
CHANGED
|
@@ -186,6 +186,16 @@ export declare const coreTranslations: {
|
|
|
186
186
|
standaloneMinFileSizeError: string;
|
|
187
187
|
standaloneMaxFileSizeError: string;
|
|
188
188
|
};
|
|
189
|
+
modal: {
|
|
190
|
+
a11y: {
|
|
191
|
+
close: string;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
tearsheet: {
|
|
195
|
+
a11y: {
|
|
196
|
+
close: string;
|
|
197
|
+
};
|
|
198
|
+
};
|
|
189
199
|
fileAttacher: {
|
|
190
200
|
attachFiles: {
|
|
191
201
|
one: string;
|
|
@@ -474,6 +484,16 @@ export declare const coreTranslations: {
|
|
|
474
484
|
standaloneMinFileSizeError: string;
|
|
475
485
|
standaloneMaxFileSizeError: string;
|
|
476
486
|
};
|
|
487
|
+
modal: {
|
|
488
|
+
a11y: {
|
|
489
|
+
close: string;
|
|
490
|
+
};
|
|
491
|
+
};
|
|
492
|
+
tearsheet: {
|
|
493
|
+
a11y: {
|
|
494
|
+
close: string;
|
|
495
|
+
};
|
|
496
|
+
};
|
|
477
497
|
fileAttacher: {
|
|
478
498
|
attachFiles: {
|
|
479
499
|
one: string;
|
|
@@ -762,6 +782,16 @@ export declare const coreTranslations: {
|
|
|
762
782
|
standaloneMinFileSizeError: string;
|
|
763
783
|
standaloneMaxFileSizeError: string;
|
|
764
784
|
};
|
|
785
|
+
modal: {
|
|
786
|
+
a11y: {
|
|
787
|
+
close: string;
|
|
788
|
+
};
|
|
789
|
+
};
|
|
790
|
+
tearsheet: {
|
|
791
|
+
a11y: {
|
|
792
|
+
close: string;
|
|
793
|
+
};
|
|
794
|
+
};
|
|
765
795
|
fileAttacher: {
|
|
766
796
|
attachFiles: {
|
|
767
797
|
one: string;
|
|
@@ -1050,6 +1080,16 @@ export declare const coreTranslations: {
|
|
|
1050
1080
|
standaloneMinFileSizeError: string;
|
|
1051
1081
|
standaloneMaxFileSizeError: string;
|
|
1052
1082
|
};
|
|
1083
|
+
modal: {
|
|
1084
|
+
a11y: {
|
|
1085
|
+
close: string;
|
|
1086
|
+
};
|
|
1087
|
+
};
|
|
1088
|
+
tearsheet: {
|
|
1089
|
+
a11y: {
|
|
1090
|
+
close: string;
|
|
1091
|
+
};
|
|
1092
|
+
};
|
|
1053
1093
|
fileAttacher: {
|
|
1054
1094
|
attachFiles: {
|
|
1055
1095
|
one: string;
|
|
@@ -1338,6 +1378,16 @@ export declare const coreTranslations: {
|
|
|
1338
1378
|
standaloneMinFileSizeError: string;
|
|
1339
1379
|
standaloneMaxFileSizeError: string;
|
|
1340
1380
|
};
|
|
1381
|
+
modal: {
|
|
1382
|
+
a11y: {
|
|
1383
|
+
close: string;
|
|
1384
|
+
};
|
|
1385
|
+
};
|
|
1386
|
+
tearsheet: {
|
|
1387
|
+
a11y: {
|
|
1388
|
+
close: string;
|
|
1389
|
+
};
|
|
1390
|
+
};
|
|
1341
1391
|
fileAttacher: {
|
|
1342
1392
|
attachFiles: {
|
|
1343
1393
|
one: string;
|
|
@@ -1659,6 +1709,16 @@ export declare const coreTranslations: {
|
|
|
1659
1709
|
standaloneMinFileSizeError: string;
|
|
1660
1710
|
standaloneMaxFileSizeError: string;
|
|
1661
1711
|
};
|
|
1712
|
+
modal: {
|
|
1713
|
+
a11y: {
|
|
1714
|
+
close: string;
|
|
1715
|
+
};
|
|
1716
|
+
};
|
|
1717
|
+
tearsheet: {
|
|
1718
|
+
a11y: {
|
|
1719
|
+
close: string;
|
|
1720
|
+
};
|
|
1721
|
+
};
|
|
1662
1722
|
fileAttacher: {
|
|
1663
1723
|
attachFiles: {
|
|
1664
1724
|
one: string;
|
|
@@ -1947,6 +2007,16 @@ export declare const coreTranslations: {
|
|
|
1947
2007
|
standaloneMinFileSizeError: string;
|
|
1948
2008
|
standaloneMaxFileSizeError: string;
|
|
1949
2009
|
};
|
|
2010
|
+
modal: {
|
|
2011
|
+
a11y: {
|
|
2012
|
+
close: string;
|
|
2013
|
+
};
|
|
2014
|
+
};
|
|
2015
|
+
tearsheet: {
|
|
2016
|
+
a11y: {
|
|
2017
|
+
close: string;
|
|
2018
|
+
};
|
|
2019
|
+
};
|
|
1950
2020
|
fileAttacher: {
|
|
1951
2021
|
attachFiles: {
|
|
1952
2022
|
one: string;
|
|
@@ -2235,6 +2305,16 @@ export declare const coreTranslations: {
|
|
|
2235
2305
|
standaloneMinFileSizeError: string;
|
|
2236
2306
|
standaloneMaxFileSizeError: string;
|
|
2237
2307
|
};
|
|
2308
|
+
modal: {
|
|
2309
|
+
a11y: {
|
|
2310
|
+
close: string;
|
|
2311
|
+
};
|
|
2312
|
+
};
|
|
2313
|
+
tearsheet: {
|
|
2314
|
+
a11y: {
|
|
2315
|
+
close: string;
|
|
2316
|
+
};
|
|
2317
|
+
};
|
|
2238
2318
|
fileAttacher: {
|
|
2239
2319
|
attachFiles: {
|
|
2240
2320
|
one: string;
|
|
@@ -2523,6 +2603,16 @@ export declare const coreTranslations: {
|
|
|
2523
2603
|
standaloneMinFileSizeError: string;
|
|
2524
2604
|
standaloneMaxFileSizeError: string;
|
|
2525
2605
|
};
|
|
2606
|
+
modal: {
|
|
2607
|
+
a11y: {
|
|
2608
|
+
close: string;
|
|
2609
|
+
};
|
|
2610
|
+
};
|
|
2611
|
+
tearsheet: {
|
|
2612
|
+
a11y: {
|
|
2613
|
+
close: string;
|
|
2614
|
+
};
|
|
2615
|
+
};
|
|
2526
2616
|
fileAttacher: {
|
|
2527
2617
|
attachFiles: {
|
|
2528
2618
|
one: string;
|
|
@@ -2811,6 +2901,16 @@ export declare const coreTranslations: {
|
|
|
2811
2901
|
standaloneMinFileSizeError: string;
|
|
2812
2902
|
standaloneMaxFileSizeError: string;
|
|
2813
2903
|
};
|
|
2904
|
+
modal: {
|
|
2905
|
+
a11y: {
|
|
2906
|
+
close: string;
|
|
2907
|
+
};
|
|
2908
|
+
};
|
|
2909
|
+
tearsheet: {
|
|
2910
|
+
a11y: {
|
|
2911
|
+
close: string;
|
|
2912
|
+
};
|
|
2913
|
+
};
|
|
2814
2914
|
fileAttacher: {
|
|
2815
2915
|
attachFiles: {
|
|
2816
2916
|
one: string;
|
|
@@ -3102,6 +3202,16 @@ export declare const coreTranslations: {
|
|
|
3102
3202
|
standaloneMinFileSizeError: string;
|
|
3103
3203
|
standaloneMaxFileSizeError: string;
|
|
3104
3204
|
};
|
|
3205
|
+
modal: {
|
|
3206
|
+
a11y: {
|
|
3207
|
+
close: string;
|
|
3208
|
+
};
|
|
3209
|
+
};
|
|
3210
|
+
tearsheet: {
|
|
3211
|
+
a11y: {
|
|
3212
|
+
close: string;
|
|
3213
|
+
};
|
|
3214
|
+
};
|
|
3105
3215
|
fileAttacher: {
|
|
3106
3216
|
attachFiles: {
|
|
3107
3217
|
one: string;
|
|
@@ -3390,6 +3500,16 @@ export declare const coreTranslations: {
|
|
|
3390
3500
|
standaloneMinFileSizeError: string;
|
|
3391
3501
|
standaloneMaxFileSizeError: string;
|
|
3392
3502
|
};
|
|
3503
|
+
modal: {
|
|
3504
|
+
a11y: {
|
|
3505
|
+
close: string;
|
|
3506
|
+
};
|
|
3507
|
+
};
|
|
3508
|
+
tearsheet: {
|
|
3509
|
+
a11y: {
|
|
3510
|
+
close: string;
|
|
3511
|
+
};
|
|
3512
|
+
};
|
|
3393
3513
|
fileAttacher: {
|
|
3394
3514
|
attachFiles: {
|
|
3395
3515
|
one: string;
|
|
@@ -3678,6 +3798,16 @@ export declare const coreTranslations: {
|
|
|
3678
3798
|
standaloneMinFileSizeError: string;
|
|
3679
3799
|
standaloneMaxFileSizeError: string;
|
|
3680
3800
|
};
|
|
3801
|
+
modal: {
|
|
3802
|
+
a11y: {
|
|
3803
|
+
close: string;
|
|
3804
|
+
};
|
|
3805
|
+
};
|
|
3806
|
+
tearsheet: {
|
|
3807
|
+
a11y: {
|
|
3808
|
+
close: string;
|
|
3809
|
+
};
|
|
3810
|
+
};
|
|
3681
3811
|
fileAttacher: {
|
|
3682
3812
|
attachFiles: {
|
|
3683
3813
|
one: string;
|
|
@@ -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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/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/5f5ec292f/packages/core-react/src/components/AvatarStack/AvatarStack.types.ts#L114"
|
|
244
244
|
}
|
|
245
245
|
],
|
|
246
246
|
"description": ""
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
11
11
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
|
|
12
12
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
13
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
13
|
+
"sourceUrl": "https://github.com/procore/core/blob/5f5ec292f/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/5f5ec292f/packages/core-react/src/utils/types.ts#L45"
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"name": "style",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"description": "Additional CSS styles",
|
|
31
31
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
32
32
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
33
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
33
|
+
"sourceUrl": "https://github.com/procore/core/blob/5f5ec292f/packages/core-react/src/utils/types.ts#L50"
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
36
|
"description": ""
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"description": "Instead of using the default children, you can pass in your own.",
|
|
47
47
|
"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>",
|
|
48
48
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
49
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
49
|
+
"sourceUrl": "https://github.com/procore/core/blob/5f5ec292f/packages/core-react/src/utils/types.ts#L40"
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
"name": "className",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"description": "Additional classNames",
|
|
57
57
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
|
|
58
58
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
59
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
59
|
+
"sourceUrl": "https://github.com/procore/core/blob/5f5ec292f/packages/core-react/src/utils/types.ts#L45"
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
"name": "style",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"description": "Additional CSS styles",
|
|
67
67
|
"descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
|
|
68
68
|
"sourceFile": "packages/core-react/src/utils/types.ts",
|
|
69
|
-
"sourceUrl": "https://github.com/procore/core/blob/
|
|
69
|
+
"sourceUrl": "https://github.com/procore/core/blob/5f5ec292f/packages/core-react/src/utils/types.ts#L50"
|
|
70
70
|
}
|
|
71
71
|
],
|
|
72
72
|
"description": ""
|