@procore/core-react 10.27.2-rc.2 → 10.27.2-rc.5

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 (117) hide show
  1. package/dist/esm/components/Pagination/Pagination.js +8 -3
  2. package/dist/esm/components/Pagination/Pagination.js.map +1 -1
  3. package/dist/esm/locales/de-DE.json +5 -4
  4. package/dist/esm/locales/en-AU.json +1 -0
  5. package/dist/esm/locales/en-CA.json +1 -0
  6. package/dist/esm/locales/en-GB.json +1 -0
  7. package/dist/esm/locales/en.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 +13 -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/{135.b112b88f0b8a5975d25d.manager.bundle.js → 135.6d52847d5f820a05c03c.manager.bundle.js} +1 -1
  96. package/storybook-static/322.edb3ed9f0eb77730907b.manager.bundle.js +2 -0
  97. package/storybook-static/{290.a4b4b039cf5475647253.manager.bundle.js.LICENSE.txt → 322.edb3ed9f0eb77730907b.manager.bundle.js.LICENSE.txt} +0 -0
  98. package/storybook-static/331.b730c488.iframe.bundle.js +1 -0
  99. package/storybook-static/338.8d4258ca.iframe.bundle.js +2 -0
  100. package/storybook-static/{338.612788b3.iframe.bundle.js.LICENSE.txt → 338.8d4258ca.iframe.bundle.js.LICENSE.txt} +0 -0
  101. package/storybook-static/432.fb7be3be.iframe.bundle.js +2 -0
  102. package/storybook-static/{696.0ce523b6.iframe.bundle.js.LICENSE.txt → 432.fb7be3be.iframe.bundle.js.LICENSE.txt} +0 -0
  103. package/storybook-static/{447.6b7e319efd4c4084e002.manager.bundle.js → 447.dd97fdcf79fde2a4e54f.manager.bundle.js} +2 -2
  104. package/storybook-static/{447.6b7e319efd4c4084e002.manager.bundle.js.LICENSE.txt → 447.dd97fdcf79fde2a4e54f.manager.bundle.js.LICENSE.txt} +0 -0
  105. package/storybook-static/611.992cbac3.iframe.bundle.js +1 -0
  106. package/storybook-static/iframe.html +1 -1
  107. package/storybook-static/index.html +1 -1
  108. package/storybook-static/{main.3ba29f41c5970acb4f56.manager.bundle.js → main.661276c60e11c68e0f80.manager.bundle.js} +1 -1
  109. package/storybook-static/main.67ae393c.iframe.bundle.js +1 -0
  110. package/storybook-static/{runtime~main.ad10cb406d8476a04a1f.manager.bundle.js → runtime~main.253f6cc7cf9ad8993cb7.manager.bundle.js} +1 -1
  111. package/storybook-static/{runtime~main.da64a14a.iframe.bundle.js → runtime~main.3a0316a4.iframe.bundle.js} +1 -1
  112. package/storybook-static/290.a4b4b039cf5475647253.manager.bundle.js +0 -2
  113. package/storybook-static/331.9463a3c5.iframe.bundle.js +0 -1
  114. package/storybook-static/338.612788b3.iframe.bundle.js +0 -2
  115. package/storybook-static/611.687c407f.iframe.bundle.js +0 -1
  116. package/storybook-static/696.0ce523b6.iframe.bundle.js +0 -2
  117. package/storybook-static/main.91fb4b9d.iframe.bundle.js +0 -1
@@ -36,15 +36,16 @@ function noop() { }
36
36
  var usePagination = function (_a) {
37
37
  var _b = _a.activePage, activePage = _b === void 0 ? 0 : _b, _c = _a.items, items = _c === void 0 ? 0 : _c, _d = _a.onSelectPage, onSelectPage = _d === void 0 ? function () { } : _d, _e = _a.perPage, perPage = _e === void 0 ? 0 : _e;
38
38
  var pages = Math.ceil(items / perPage);
39
+ activePage = pages === 0 ? 0 : activePage;
39
40
  return {
40
41
  end: Math.min(activePage * perPage, items),
41
- isFirst: activePage === 1,
42
+ isFirst: activePage < 2,
42
43
  isLast: activePage === pages,
43
44
  pages: pages,
44
45
  selectNext: function () { return onSelectPage(activePage + 1); },
45
46
  selectPage: function (selection) { return onSelectPage(selection.item); },
46
47
  selectPrev: function () { return onSelectPage(activePage - 1); },
47
- start: (activePage - 1) * perPage + 1,
48
+ start: Math.max((activePage - 1) * perPage + 1, 0),
48
49
  };
49
50
  };
50
51
  export var Container = React.forwardRef(function Container(props, ref) {
@@ -108,7 +109,11 @@ export var Pagination_ = React.forwardRef(function Pagination(_a, ref) {
108
109
  });
109
110
  var i18n = useI18nContext();
110
111
  return (React.createElement(StyledContainer, __assign({ ref: ref }, props),
111
- React.createElement(StyledPageCount, { ref: ref, italic: true, color: "gray45" }, "".concat(start, "-").concat(end, " ").concat(i18n.t('core.pagination.interval'), " ").concat(items)),
112
+ React.createElement(StyledPageCount, { ref: ref, italic: true, color: "gray45" }, i18n.t('core.pagination.notation', {
113
+ end: end,
114
+ start: start,
115
+ totalItems: items,
116
+ })),
112
117
  React.createElement(StyledCurrentPage, null,
113
118
  fieldLabel || i18n.t('core.pagination.page'),
114
119
  ":"),
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.js","sourceRoot":"","sources":["../../../../src/components/Pagination/Pagination.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Pagination.js","sourceRoot":"","sources":["../../../../src/components/Pagination/Pagination.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": "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;
@@ -525,6 +526,7 @@ export declare const coreTranslations: {
525
526
  };
526
527
  pagination: {
527
528
  interval: string;
529
+ notation: string;
528
530
  page: string;
529
531
  nextPage: string;
530
532
  prevPage: string;
@@ -812,6 +814,7 @@ export declare const coreTranslations: {
812
814
  };
813
815
  pagination: {
814
816
  interval: string;
817
+ notation: string;
815
818
  page: string;
816
819
  nextPage: string;
817
820
  prevPage: string;
@@ -1099,6 +1102,7 @@ export declare const coreTranslations: {
1099
1102
  };
1100
1103
  pagination: {
1101
1104
  interval: string;
1105
+ notation: string;
1102
1106
  page: string;
1103
1107
  nextPage: string;
1104
1108
  prevPage: string;
@@ -1386,6 +1390,7 @@ export declare const coreTranslations: {
1386
1390
  };
1387
1391
  pagination: {
1388
1392
  interval: string;
1393
+ notation: string;
1389
1394
  page: string;
1390
1395
  nextPage: string;
1391
1396
  prevPage: string;
@@ -1706,6 +1711,7 @@ export declare const coreTranslations: {
1706
1711
  };
1707
1712
  pagination: {
1708
1713
  interval: string;
1714
+ notation: string;
1709
1715
  page: string;
1710
1716
  nextPage: string;
1711
1717
  prevPage: string;
@@ -1993,6 +1999,7 @@ export declare const coreTranslations: {
1993
1999
  };
1994
2000
  pagination: {
1995
2001
  interval: string;
2002
+ notation: string;
1996
2003
  page: string;
1997
2004
  nextPage: string;
1998
2005
  prevPage: string;
@@ -2280,6 +2287,7 @@ export declare const coreTranslations: {
2280
2287
  };
2281
2288
  pagination: {
2282
2289
  interval: string;
2290
+ notation: string;
2283
2291
  page: string;
2284
2292
  nextPage: string;
2285
2293
  prevPage: string;
@@ -2567,6 +2575,7 @@ export declare const coreTranslations: {
2567
2575
  };
2568
2576
  pagination: {
2569
2577
  interval: string;
2578
+ notation: string;
2570
2579
  page: string;
2571
2580
  nextPage: string;
2572
2581
  prevPage: string;
@@ -2854,6 +2863,7 @@ export declare const coreTranslations: {
2854
2863
  };
2855
2864
  pagination: {
2856
2865
  interval: string;
2866
+ notation: string;
2857
2867
  page: string;
2858
2868
  nextPage: string;
2859
2869
  prevPage: string;
@@ -3144,6 +3154,7 @@ export declare const coreTranslations: {
3144
3154
  };
3145
3155
  pagination: {
3146
3156
  interval: string;
3157
+ notation: string;
3147
3158
  page: string;
3148
3159
  nextPage: string;
3149
3160
  prevPage: string;
@@ -3431,6 +3442,7 @@ export declare const coreTranslations: {
3431
3442
  };
3432
3443
  pagination: {
3433
3444
  interval: string;
3445
+ notation: string;
3434
3446
  page: string;
3435
3447
  nextPage: string;
3436
3448
  prevPage: string;
@@ -3718,6 +3730,7 @@ export declare const coreTranslations: {
3718
3730
  };
3719
3731
  pagination: {
3720
3732
  interval: string;
3733
+ notation: string;
3721
3734
  page: string;
3722
3735
  nextPage: string;
3723
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/84406791d/packages/core-react/src/utils/types.ts#L40"
13
+ "sourceUrl": "https://github.com/procore/core/blob/10d639441/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/84406791d/packages/core-react/src/utils/types.ts#L45"
23
+ "sourceUrl": "https://github.com/procore/core/blob/10d639441/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/84406791d/packages/core-react/src/components/Avatar/Avatar.types.ts#L71"
35
+ "sourceUrl": "https://github.com/procore/core/blob/10d639441/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/84406791d/packages/core-react/src/utils/types.ts#L50"
45
+ "sourceUrl": "https://github.com/procore/core/blob/10d639441/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/84406791d/packages/core-react/src/utils/types.ts#L40"
61
+ "sourceUrl": "https://github.com/procore/core/blob/10d639441/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/84406791d/packages/core-react/src/utils/types.ts#L45"
71
+ "sourceUrl": "https://github.com/procore/core/blob/10d639441/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/84406791d/packages/core-react/src/utils/types.ts#L50"
81
+ "sourceUrl": "https://github.com/procore/core/blob/10d639441/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/84406791d/packages/core-react/src/utils/types.ts#L40"
97
+ "sourceUrl": "https://github.com/procore/core/blob/10d639441/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/84406791d/packages/core-react/src/utils/types.ts#L45"
107
+ "sourceUrl": "https://github.com/procore/core/blob/10d639441/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/84406791d/packages/core-react/src/components/Avatar/Avatar.types.ts#L79"
117
+ "sourceUrl": "https://github.com/procore/core/blob/10d639441/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/84406791d/packages/core-react/src/utils/types.ts#L50"
127
+ "sourceUrl": "https://github.com/procore/core/blob/10d639441/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/84406791d/packages/core-react/src/utils/types.ts#L40"
143
+ "sourceUrl": "https://github.com/procore/core/blob/10d639441/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/84406791d/packages/core-react/src/utils/types.ts#L45"
153
+ "sourceUrl": "https://github.com/procore/core/blob/10d639441/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/84406791d/packages/core-react/src/components/Avatar/Avatar.types.ts#L12"
164
+ "sourceUrl": "https://github.com/procore/core/blob/10d639441/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/84406791d/packages/core-react/src/components/Avatar/Avatar.types.ts#L18"
175
+ "sourceUrl": "https://github.com/procore/core/blob/10d639441/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/84406791d/packages/core-react/src/components/Avatar/Avatar.types.ts#L40"
188
+ "sourceUrl": "https://github.com/procore/core/blob/10d639441/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/84406791d/packages/core-react/src/utils/types.ts#L50"
198
+ "sourceUrl": "https://github.com/procore/core/blob/10d639441/packages/core-react/src/utils/types.ts#L50"
199
199
  }
200
200
  ],
201
201
  "description": ""