@procore/core-react 10.27.2-rc.3 → 10.27.2-rc.6

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.
Files changed (96) hide show
  1. package/dist/esm/layouts/Sidebar/Sidebar.d.ts +24 -0
  2. package/dist/esm/layouts/Sidebar/Sidebar.js +24 -0
  3. package/dist/esm/layouts/Sidebar/Sidebar.js.map +1 -1
  4. package/dist/esm/locales/de-DE.json +5 -4
  5. package/dist/esm/locales/en-AU.json +1 -0
  6. package/dist/esm/locales/en-CA.json +1 -0
  7. package/dist/esm/locales/en-GB.json +1 -0
  8. package/dist/esm/locales/es-ES.json +1 -0
  9. package/dist/esm/locales/es.json +1 -0
  10. package/dist/esm/locales/fr-CA.json +1 -0
  11. package/dist/esm/locales/fr-FR.json +3 -2
  12. package/dist/esm/locales/is-IS.json +1 -0
  13. package/dist/esm/locales/pt-BR.json +1 -0
  14. package/dist/esm/locales/th-TH.json +1 -0
  15. package/dist/esm/locales/zh-SG.json +1 -0
  16. package/dist/esm/state/I18n.d.ts +12 -0
  17. package/dist/typedoc/components/Avatar/Avatar.types.json +17 -17
  18. package/dist/typedoc/components/AvatarStack/AvatarStack.types.json +22 -22
  19. package/dist/typedoc/components/Badge/Badge.types.json +6 -6
  20. package/dist/typedoc/components/Banner/Banner.types.json +12 -12
  21. package/dist/typedoc/components/Breadcrumbs/Breadcrumbs.types.json +7 -7
  22. package/dist/typedoc/components/Button/Button.types.json +11 -11
  23. package/dist/typedoc/components/Calendar/Calendar.types.json +79 -79
  24. package/dist/typedoc/components/Card/Card.types.json +6 -6
  25. package/dist/typedoc/components/Checkbox/Checkbox.types.json +7 -7
  26. package/dist/typedoc/components/ContactItem/ContactItem.types.json +9 -9
  27. package/dist/typedoc/components/DateInput/DateInput.types.json +35 -35
  28. package/dist/typedoc/components/DateSelect/DateSelect.types.json +13 -13
  29. package/dist/typedoc/components/Dropdown/Dropdown.types.json +34 -34
  30. package/dist/typedoc/components/DropdownFlyout/DropdownFlyout.types.json +32 -32
  31. package/dist/typedoc/components/Dropzone/Dropzone.types.json +41 -41
  32. package/dist/typedoc/components/EmptyState/EmptyState.types.json +14 -14
  33. package/dist/typedoc/components/FileList/FileList.types.json +9 -9
  34. package/dist/typedoc/components/FileSelect/FileSelect.types.json +25 -25
  35. package/dist/typedoc/components/FileSelect/GridSource/GridSource.types.json +20 -20
  36. package/dist/typedoc/components/FileSelect/LocalSource/LocalSource.types.json +14 -14
  37. package/dist/typedoc/components/FileSelect/TreeSource/TreeSource.types.json +9 -9
  38. package/dist/typedoc/components/Font/Font.types.json +7 -7
  39. package/dist/typedoc/components/Form/Form.types.json +684 -684
  40. package/dist/typedoc/components/GroupSelect/GroupSelect.types.json +50 -50
  41. package/dist/typedoc/components/Icon/Icon.types.json +10 -10
  42. package/dist/typedoc/components/Input/Input.types.json +2 -2
  43. package/dist/typedoc/components/Link/Link.types.json +4 -4
  44. package/dist/typedoc/components/Menu/Menu.types.json +67 -67
  45. package/dist/typedoc/components/MenuImperative/MenuImperative.types.json +67 -67
  46. package/dist/typedoc/components/Modal/Modal.types.json +27 -27
  47. package/dist/typedoc/components/MultiSelect/MultiSelect.types.json +29 -29
  48. package/dist/typedoc/components/Notation/Notation.types.json +4 -4
  49. package/dist/typedoc/components/NumberInput/NumberInput.types.json +25 -25
  50. package/dist/typedoc/components/OverlayTrigger/OverlayTrigger.json +18 -18
  51. package/dist/typedoc/components/Pagination/Pagination.types.json +8 -8
  52. package/dist/typedoc/components/Panel/Panel.types.json +17 -17
  53. package/dist/typedoc/components/Pill/Pill.types.json +1 -1
  54. package/dist/typedoc/components/PillSelect/PillSelect.types.json +46 -46
  55. package/dist/typedoc/components/Popover/Popover.types.json +9 -9
  56. package/dist/typedoc/components/ProgressBar/ProgressBar.types.json +5 -5
  57. package/dist/typedoc/components/RadioButton/RadioButton.types.json +6 -6
  58. package/dist/typedoc/components/Required/Required.types.json +5 -5
  59. package/dist/typedoc/components/Search/Search.types.json +21 -21
  60. package/dist/typedoc/components/SegmentedController/SegmentedController.types.json +20 -20
  61. package/dist/typedoc/components/Select/Select.types.json +31 -31
  62. package/dist/typedoc/components/Slider/Slider.types.json +6 -6
  63. package/dist/typedoc/components/Spinner/Spinner.types.json +8 -8
  64. package/dist/typedoc/components/Switch/Switch.types.json +3 -3
  65. package/dist/typedoc/components/Table/Table.types.json +94 -94
  66. package/dist/typedoc/components/Tabs/Tabs.types.json +15 -15
  67. package/dist/typedoc/components/Tearsheet/Tearsheet.types.json +9 -9
  68. package/dist/typedoc/components/TextArea/TextArea.types.json +3 -3
  69. package/dist/typedoc/components/TextEditor/TextEditor.types.json +7 -7
  70. package/dist/typedoc/components/TextEditorOutput/TextEditorOutput.types.json +3 -3
  71. package/dist/typedoc/components/Thumbnail/Thumbnail.types.json +12 -12
  72. package/dist/typedoc/components/TieredDropdown/TieredDropdown.types.json +41 -41
  73. package/dist/typedoc/components/TieredSelect/TieredSelect.types.json +27 -27
  74. package/dist/typedoc/components/Tile/Tile.types.json +30 -30
  75. package/dist/typedoc/components/Toast/Toast.types.json +4 -4
  76. package/dist/typedoc/components/ToggleButton/ToggleButton.types.json +3 -3
  77. package/dist/typedoc/components/Token/Token.types.json +4 -4
  78. package/dist/typedoc/components/Tooltip/Tooltip.types.json +13 -13
  79. package/dist/typedoc/components/Tree/Tree.types.json +85 -85
  80. package/dist/typedoc/components/Typeahead/Typeahead.types.json +2 -2
  81. package/dist/typedoc/components/Typography/Typography.types.json +8 -8
  82. package/dist/typedoc/layouts/Box/Box.types.json +66 -66
  83. package/dist/typedoc/layouts/DetailPage/DetailPage.json +11 -11
  84. package/dist/typedoc/layouts/Flex/Flex.types.json +26 -26
  85. package/dist/typedoc/layouts/FlexList/FlexList.types.json +29 -29
  86. package/dist/typedoc/layouts/Grid/Grid.json +10 -10
  87. package/dist/typedoc/layouts/LegacyDetailPage/LegacyDetailPage.json +4 -4
  88. package/dist/typedoc/layouts/ListPage/ListPage.types.json +10 -10
  89. package/dist/typedoc/layouts/NextDetailPage/NextDetailPage.types.json +4 -4
  90. package/dist/typedoc/layouts/NextGrid/NextGrid.types.json +8 -8
  91. package/dist/typedoc/layouts/PageLayout/PageLayout.types.json +7 -7
  92. package/dist/typedoc/layouts/ToolHeader/ToolHeader.types.json +8 -8
  93. package/dist/typedoc/utils/types.json +3 -3
  94. package/package.json +2 -2
  95. package/storybook-static/iframe.html +1 -1
  96. package/storybook-static/{main.99fcaba0.iframe.bundle.js → main.67ae393c.iframe.bundle.js} +1 -1
@@ -14,13 +14,37 @@ export declare const HeaderLabel: React.ForwardRefExoticComponent<HeadingAttribu
14
14
  export declare const HeaderAction: React.ForwardRefExoticComponent<AnchorAttributes & Props & React.RefAttributes<HTMLAnchorElement>>;
15
15
  export declare const Menu: React.ForwardRefExoticComponent<OlAttributes & Props & React.RefAttributes<HTMLOListElement>>;
16
16
  export declare const MenuItem: React.ForwardRefExoticComponent<LiAttributes & SidebarMenuItemProps & React.RefAttributes<HTMLLIElement>>;
17
+ /**
18
+ * @deprecated
19
+ * This design has been removed from the system. The sidebar concepts are incoportated into other components. Instead you may want one of the following:
20
+ * - `Panel`
21
+ * - `Page.Aside` for layout location
22
+ * - `Title`
23
+ * - `Button`, `ButtonLink`, `Link` placed in a `Title.Actions` or `Panel.HeaderActions`
24
+ * - `Menu`
25
+ */
26
+ /** @deprecatedSince 10.19.0 */
17
27
  export declare const Sidebar: React.ForwardRefExoticComponent<DivAttributes & Props & React.RefAttributes<HTMLDivElement>> & {
28
+ /** @deprecated Visual dividers are a parent of Panel.Section */
29
+ /** @deprecatedSince 10.19.0 */
18
30
  Divider: React.ForwardRefExoticComponent<DivAttributes & Props & React.RefAttributes<HTMLDivElement>>;
31
+ /** @deprecated Try block prop on a Button */
32
+ /** @deprecatedSince 10.19.0 */
19
33
  Button: React.ForwardRefExoticComponent<DivAttributes & Props & React.RefAttributes<HTMLDivElement>>;
34
+ /** @deprecated Try Title */
35
+ /** @deprecatedSince 10.19.0 */
20
36
  Header: React.ForwardRefExoticComponent<DivAttributes & Props & React.RefAttributes<HTMLDivElement>>;
37
+ /** @deprecated Try Title and Title.Text or Panel componenls } */
38
+ /** @deprecatedSince 10.19.0 */
21
39
  HeaderLabel: React.ForwardRefExoticComponent<HeadingAttributes & Props & React.RefAttributes<HTMLHeadingElement>>;
40
+ /** @deprecated Try Title.Actions or Panel.HeaderActions */
41
+ /** @deprecatedSince 10.19.0 */
22
42
  HeaderAction: React.ForwardRefExoticComponent<AnchorAttributes & Props & React.RefAttributes<HTMLAnchorElement>>;
43
+ /** @deprecated See Menu component */
44
+ /** @deprecatedSince 10.19.0 */
23
45
  Menu: React.ForwardRefExoticComponent<OlAttributes & Props & React.RefAttributes<HTMLOListElement>>;
46
+ /** @deprecated See Menu component */
47
+ /** @deprecatedSince 10.19.0 */
24
48
  MenuItem: React.ForwardRefExoticComponent<LiAttributes & SidebarMenuItemProps & React.RefAttributes<HTMLLIElement>>;
25
49
  };
26
50
  export default Sidebar;
@@ -67,13 +67,37 @@ HeaderLabel.displayName = 'Sidebar.HeaderLabel';
67
67
  HeaderAction.displayName = 'Sidebar.HeaderAction';
68
68
  Menu.displayName = 'Sidebar.Menu';
69
69
  MenuItem.displayName = 'Sidebar.MenuItem';
70
+ /**
71
+ * @deprecated
72
+ * This design has been removed from the system. The sidebar concepts are incoportated into other components. Instead you may want one of the following:
73
+ * - `Panel`
74
+ * - `Page.Aside` for layout location
75
+ * - `Title`
76
+ * - `Button`, `ButtonLink`, `Link` placed in a `Title.Actions` or `Panel.HeaderActions`
77
+ * - `Menu`
78
+ */
79
+ /** @deprecatedSince 10.19.0 */
70
80
  export var Sidebar = addSubcomponents({
81
+ /** @deprecated Visual dividers are a parent of Panel.Section */
82
+ /** @deprecatedSince 10.19.0 */
71
83
  Divider: Divider,
84
+ /** @deprecated Try block prop on a Button */
85
+ /** @deprecatedSince 10.19.0 */
72
86
  Button: Button,
87
+ /** @deprecated Try Title */
88
+ /** @deprecatedSince 10.19.0 */
73
89
  Header: Header,
90
+ /** @deprecated Try Title and Title.Text or Panel componenls } */
91
+ /** @deprecatedSince 10.19.0 */
74
92
  HeaderLabel: HeaderLabel,
93
+ /** @deprecated Try Title.Actions or Panel.HeaderActions */
94
+ /** @deprecatedSince 10.19.0 */
75
95
  HeaderAction: HeaderAction,
96
+ /** @deprecated See Menu component */
97
+ /** @deprecatedSince 10.19.0 */
76
98
  Menu: Menu,
99
+ /** @deprecated See Menu component */
100
+ /** @deprecatedSince 10.19.0 */
77
101
  MenuItem: MenuItem,
78
102
  }, Sidebar_);
79
103
  export default Sidebar;
@@ -1 +1 @@
1
- {"version":3,"file":"Sidebar.js","sourceRoot":"","sources":["../../../../src/layouts/Sidebar/Sidebar.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Sidebar.js","sourceRoot":"","sources":["../../../../src/layouts/Sidebar/Sidebar.tsx"],"names":[],"mappings":"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"}
@@ -69,7 +69,7 @@
69
69
  "itemName": "Postenname",
70
70
  "loading": "Wird geladen",
71
71
  "notes": "Anmerkungen",
72
- "notesPlaceholder": "Optionale Erläuterung, warum dieser Posten verwandt ist",
72
+ "notesPlaceholder": "Optionale Erläuterung, warum dieser Posten verknüpft ist",
73
73
  "newItem": "Verwandten Posten verknüpfen",
74
74
  "noRelatedItems": {
75
75
  "title": "Verwandte Posten zum Einstieg verknüpfen",
@@ -77,7 +77,7 @@
77
77
  },
78
78
  "noItems": {
79
79
  "title": "Es gibt keine anzuzeigenden Posten.",
80
- "description": "Erstellen Sie Posten in Ihrem Projekt, um sie hier als verwandte Posten hinzuzufügen."
80
+ "description": "Erstellen Sie Posten in Ihrem Projekt, um sie hier als verknüpfte Posten hinzuzufügen."
81
81
  },
82
82
  "noResultsSearchQuery": {
83
83
  "title": "Ihrer Suche entsprechen keine Posten",
@@ -93,9 +93,9 @@
93
93
  "searchItemType": "Postentyp suchen",
94
94
  "submit": "Verknüpfung",
95
95
  "toast": {
96
- "itemAdded": "Der verwandte Posten wurde erfolgreich verknüpft.",
96
+ "itemAdded": "Der verknüpfte Posten wurde erfolgreich verlinkt.",
97
97
  "itemAdditionFailed": "Leider konnte der Posten nicht angehängt werden. Bitte versuchen Sie es erneut.",
98
- "itemRemoved": "Der verwandte Posten wurde erfolgreich entfernt.",
98
+ "itemRemoved": "Der verknüpfte Posten wurde erfolgreich entfernt.",
99
99
  "requestError": "Es ist leider ein Fehler aufgetreten. Bitte versuchen Sie es erneut."
100
100
  }
101
101
  }
@@ -233,6 +233,7 @@
233
233
  },
234
234
  "pagination": {
235
235
  "interval": "von",
236
+ "notation": "{{start}}–{{end}} von {{totalItems}}",
236
237
  "page": "Seite",
237
238
  "nextPage": "Nächste Seite",
238
239
  "prevPage": "Vorherige Seite"
@@ -233,6 +233,7 @@
233
233
  },
234
234
  "pagination": {
235
235
  "interval": "of",
236
+ "notation": "{{start}}-{{end}} of {{totalItems}}",
236
237
  "page": "Page",
237
238
  "nextPage": "Next page",
238
239
  "prevPage": "Previous page"
@@ -233,6 +233,7 @@
233
233
  },
234
234
  "pagination": {
235
235
  "interval": "of",
236
+ "notation": "{{start}}-{{end}} of {{totalItems}}",
236
237
  "page": "Page",
237
238
  "nextPage": "Next page",
238
239
  "prevPage": "Previous page"
@@ -233,6 +233,7 @@
233
233
  },
234
234
  "pagination": {
235
235
  "interval": "of",
236
+ "notation": "{{start}}-{{end}} of {{totalItems}}",
236
237
  "page": "Page",
237
238
  "nextPage": "Next page",
238
239
  "prevPage": "Previous page"
@@ -233,6 +233,7 @@
233
233
  },
234
234
  "pagination": {
235
235
  "interval": "de",
236
+ "notation": "{{start}}-{{end}} de {{totalItems}}",
236
237
  "page": "Página",
237
238
  "nextPage": "Página siguiente",
238
239
  "prevPage": "Página anterior"
@@ -233,6 +233,7 @@
233
233
  },
234
234
  "pagination": {
235
235
  "interval": "de",
236
+ "notation": "{{start}}-{{end}} de {{totalItems}}",
236
237
  "page": "Página",
237
238
  "nextPage": "Página siguiente",
238
239
  "prevPage": "Página anterior"
@@ -233,6 +233,7 @@
233
233
  },
234
234
  "pagination": {
235
235
  "interval": "sur",
236
+ "notation": "{{start}} - {{end}} sur {{totalItems}}",
236
237
  "page": "Page",
237
238
  "nextPage": "Page suivante",
238
239
  "prevPage": "Page précédente"
@@ -36,7 +36,7 @@
36
36
  "from": "De",
37
37
  "to": "À",
38
38
  "cc": "Cc",
39
- "bcc": "Cci",
39
+ "bcc": "CCI",
40
40
  "downloadPdfLong": "Télécharger le fichier PDF",
41
41
  "downloadPdfShort": "PDF",
42
42
  "privateEmailDisclaimer": "Les e-mails privés ne sont présentés qu'aux destinataires et à l'expéditeur de l'e-mail.",
@@ -233,6 +233,7 @@
233
233
  },
234
234
  "pagination": {
235
235
  "interval": "sur",
236
+ "notation": "{{start}}-{{end}} sur {{totalItems}}",
236
237
  "page": "Page",
237
238
  "nextPage": "Page suivante",
238
239
  "prevPage": "Page précédente"
@@ -251,7 +252,7 @@
251
252
  "tieredSelect": {
252
253
  "emptyMessage": "Aucun lieu.",
253
254
  "placeholder": "Sélectionner un élément",
254
- "quickCreateActionLabel": "Créer un nouveau lieu",
255
+ "quickCreateActionLabel": "Créer un lieu",
255
256
  "quickCreateCancelLabel": "Annuler",
256
257
  "quickCreateCreateLabel": "Créer",
257
258
  "quickCreatePlaceholder": "Ajouter un lieu",
@@ -233,6 +233,7 @@
233
233
  },
234
234
  "pagination": {
235
235
  "interval": "af",
236
+ "notation": "{{start}} - {{end}} af {{totalItems}}",
236
237
  "page": "Bls",
237
238
  "nextPage": "Næsta síða",
238
239
  "prevPage": "Fyrri síða"
@@ -233,6 +233,7 @@
233
233
  },
234
234
  "pagination": {
235
235
  "interval": "De",
236
+ "notation": "{{start}} - {{end}} de {{totalItems}}",
236
237
  "page": "Página",
237
238
  "nextPage": "Próxima página",
238
239
  "prevPage": "Página anterior"
@@ -233,6 +233,7 @@
233
233
  },
234
234
  "pagination": {
235
235
  "interval": "ของ",
236
+ "notation": "{{start}} - {{end}} จาก {{totalItems}}",
236
237
  "page": "หน้า",
237
238
  "nextPage": "หน้าต่อไป",
238
239
  "prevPage": "หน้าก่อน"
@@ -233,6 +233,7 @@
233
233
  },
234
234
  "pagination": {
235
235
  "interval": "/",
236
+ "notation": "{{start}}-{{end}} / {{totalItems}}",
236
237
  "page": "页码",
237
238
  "nextPage": "下一页",
238
239
  "prevPage": "上一页"
@@ -238,6 +238,7 @@ export declare const coreTranslations: {
238
238
  };
239
239
  pagination: {
240
240
  interval: string;
241
+ notation: string;
241
242
  page: string;
242
243
  nextPage: string;
243
244
  prevPage: string;
@@ -813,6 +814,7 @@ export declare const coreTranslations: {
813
814
  };
814
815
  pagination: {
815
816
  interval: string;
817
+ notation: string;
816
818
  page: string;
817
819
  nextPage: string;
818
820
  prevPage: string;
@@ -1100,6 +1102,7 @@ export declare const coreTranslations: {
1100
1102
  };
1101
1103
  pagination: {
1102
1104
  interval: string;
1105
+ notation: string;
1103
1106
  page: string;
1104
1107
  nextPage: string;
1105
1108
  prevPage: string;
@@ -1387,6 +1390,7 @@ export declare const coreTranslations: {
1387
1390
  };
1388
1391
  pagination: {
1389
1392
  interval: string;
1393
+ notation: string;
1390
1394
  page: string;
1391
1395
  nextPage: string;
1392
1396
  prevPage: string;
@@ -1707,6 +1711,7 @@ export declare const coreTranslations: {
1707
1711
  };
1708
1712
  pagination: {
1709
1713
  interval: string;
1714
+ notation: string;
1710
1715
  page: string;
1711
1716
  nextPage: string;
1712
1717
  prevPage: string;
@@ -1994,6 +1999,7 @@ export declare const coreTranslations: {
1994
1999
  };
1995
2000
  pagination: {
1996
2001
  interval: string;
2002
+ notation: string;
1997
2003
  page: string;
1998
2004
  nextPage: string;
1999
2005
  prevPage: string;
@@ -2281,6 +2287,7 @@ export declare const coreTranslations: {
2281
2287
  };
2282
2288
  pagination: {
2283
2289
  interval: string;
2290
+ notation: string;
2284
2291
  page: string;
2285
2292
  nextPage: string;
2286
2293
  prevPage: string;
@@ -2568,6 +2575,7 @@ export declare const coreTranslations: {
2568
2575
  };
2569
2576
  pagination: {
2570
2577
  interval: string;
2578
+ notation: string;
2571
2579
  page: string;
2572
2580
  nextPage: string;
2573
2581
  prevPage: string;
@@ -2855,6 +2863,7 @@ export declare const coreTranslations: {
2855
2863
  };
2856
2864
  pagination: {
2857
2865
  interval: string;
2866
+ notation: string;
2858
2867
  page: string;
2859
2868
  nextPage: string;
2860
2869
  prevPage: string;
@@ -3145,6 +3154,7 @@ export declare const coreTranslations: {
3145
3154
  };
3146
3155
  pagination: {
3147
3156
  interval: string;
3157
+ notation: string;
3148
3158
  page: string;
3149
3159
  nextPage: string;
3150
3160
  prevPage: string;
@@ -3432,6 +3442,7 @@ export declare const coreTranslations: {
3432
3442
  };
3433
3443
  pagination: {
3434
3444
  interval: string;
3445
+ notation: string;
3435
3446
  page: string;
3436
3447
  nextPage: string;
3437
3448
  prevPage: string;
@@ -3719,6 +3730,7 @@ export declare const coreTranslations: {
3719
3730
  };
3720
3731
  pagination: {
3721
3732
  interval: string;
3733
+ notation: string;
3722
3734
  page: string;
3723
3735
  nextPage: string;
3724
3736
  prevPage: 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/707314031/packages/core-react/src/utils/types.ts#L40"
13
+ "sourceUrl": "https://github.com/procore/core/blob/267c1d39e/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/707314031/packages/core-react/src/utils/types.ts#L45"
23
+ "sourceUrl": "https://github.com/procore/core/blob/267c1d39e/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/707314031/packages/core-react/src/components/Avatar/Avatar.types.ts#L71"
35
+ "sourceUrl": "https://github.com/procore/core/blob/267c1d39e/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/707314031/packages/core-react/src/utils/types.ts#L50"
45
+ "sourceUrl": "https://github.com/procore/core/blob/267c1d39e/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/707314031/packages/core-react/src/utils/types.ts#L40"
61
+ "sourceUrl": "https://github.com/procore/core/blob/267c1d39e/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/707314031/packages/core-react/src/utils/types.ts#L45"
71
+ "sourceUrl": "https://github.com/procore/core/blob/267c1d39e/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/707314031/packages/core-react/src/utils/types.ts#L50"
81
+ "sourceUrl": "https://github.com/procore/core/blob/267c1d39e/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/707314031/packages/core-react/src/utils/types.ts#L40"
97
+ "sourceUrl": "https://github.com/procore/core/blob/267c1d39e/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/707314031/packages/core-react/src/utils/types.ts#L45"
107
+ "sourceUrl": "https://github.com/procore/core/blob/267c1d39e/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/707314031/packages/core-react/src/components/Avatar/Avatar.types.ts#L79"
117
+ "sourceUrl": "https://github.com/procore/core/blob/267c1d39e/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/707314031/packages/core-react/src/utils/types.ts#L50"
127
+ "sourceUrl": "https://github.com/procore/core/blob/267c1d39e/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/707314031/packages/core-react/src/utils/types.ts#L40"
143
+ "sourceUrl": "https://github.com/procore/core/blob/267c1d39e/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/707314031/packages/core-react/src/utils/types.ts#L45"
153
+ "sourceUrl": "https://github.com/procore/core/blob/267c1d39e/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&#39;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/707314031/packages/core-react/src/components/Avatar/Avatar.types.ts#L12"
164
+ "sourceUrl": "https://github.com/procore/core/blob/267c1d39e/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&#39;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/707314031/packages/core-react/src/components/Avatar/Avatar.types.ts#L18"
175
+ "sourceUrl": "https://github.com/procore/core/blob/267c1d39e/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/707314031/packages/core-react/src/components/Avatar/Avatar.types.ts#L40"
188
+ "sourceUrl": "https://github.com/procore/core/blob/267c1d39e/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/707314031/packages/core-react/src/utils/types.ts#L50"
198
+ "sourceUrl": "https://github.com/procore/core/blob/267c1d39e/packages/core-react/src/utils/types.ts#L50"
199
199
  }
200
200
  ],
201
201
  "description": ""