@procore/core-react 12.51.0 → 12.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (270) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/dist/AnchorNavigation/AnchorNavigation.styles.js +4 -4
  3. package/dist/Avatar/Avatar.styles.js +5 -5
  4. package/dist/AvatarStack/AvatarStack.styles.js +8 -8
  5. package/dist/Badge/Badge.styles.js +2 -2
  6. package/dist/BadgePill/BadgePill.styles.js +4 -4
  7. package/dist/Banner/Banner.d.ts +7 -5
  8. package/dist/Banner/Banner.js +146 -71
  9. package/dist/Banner/Banner.js.map +1 -1
  10. package/dist/Banner/Banner.styles.js +10 -10
  11. package/dist/Banner/Banner.types.d.ts +16 -0
  12. package/dist/Banner/Banner.types.js.map +1 -1
  13. package/dist/Box/Box.styles.js +1 -1
  14. package/dist/Breadcrumbs/Breadcrumbs.styles.js +6 -6
  15. package/dist/Breadcrumbs/Breadcrumbs.styles.js.map +1 -1
  16. package/dist/Button/Button.styles.js +5 -5
  17. package/dist/Calendar/Calendar.styles.js +9 -9
  18. package/dist/Card/Card.styles.js +1 -1
  19. package/dist/Checkbox/Checkbox.styles.js +6 -6
  20. package/dist/ContactItem/ContactItem.styles.js +5 -5
  21. package/dist/Content/Content.styles.js +2 -2
  22. package/dist/DateInput/DateInput.styles.js +6 -6
  23. package/dist/DateSelect/DateSelect.js +8 -2
  24. package/dist/DateSelect/DateSelect.js.map +1 -1
  25. package/dist/DetailPage/DetailPage.styles.js +7 -7
  26. package/dist/Dropdown/Dropdown.styles.js +3 -3
  27. package/dist/DropdownFlyout/DropdownFlyout.styles.js +6 -7
  28. package/dist/DropdownFlyout/DropdownFlyout.styles.js.map +1 -1
  29. package/dist/DropdownFlyout/useDropdownFlyoutOverlay.js +13 -1
  30. package/dist/DropdownFlyout/useDropdownFlyoutOverlay.js.map +1 -1
  31. package/dist/Dropzone/Dropzone.js +1 -1
  32. package/dist/Dropzone/Dropzone.styles.d.ts +2 -2
  33. package/dist/Dropzone/Dropzone.styles.js +9 -9
  34. package/dist/EmptyState/EmptyState.styles.js +6 -6
  35. package/dist/Field/Field.styles.js +3 -3
  36. package/dist/FileList/FileList.styles.js +3 -3
  37. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  38. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
  39. package/dist/FileSelect/FileSelect.styles.js +2 -2
  40. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
  41. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
  42. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  43. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  44. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  45. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  46. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  47. package/dist/FileToken/FileToken.styles.js +6 -6
  48. package/dist/FilterToken/FilterToken.styles.js +5 -5
  49. package/dist/FlexList/FlexList.styles.js +1 -1
  50. package/dist/Form/Form.styles.js +21 -19
  51. package/dist/Form/Form.styles.js.map +1 -1
  52. package/dist/Form/StyledFormikForm.styles.js +2 -2
  53. package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
  54. package/dist/Grid/Grid.styles.js +2 -2
  55. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  56. package/dist/Input/Input.styles.js +1 -1
  57. package/dist/Link/Link.styles.js +1 -1
  58. package/dist/ListPage/ListPage.styles.js +8 -8
  59. package/dist/Loader/Loader.styles.js +2 -2
  60. package/dist/MenuImperative/MenuImperative.js +9 -1
  61. package/dist/MenuImperative/MenuImperative.js.map +1 -1
  62. package/dist/MenuImperative/MenuImperative.styles.js +11 -11
  63. package/dist/MenuImperative/MenuImperative.types.d.ts +8 -0
  64. package/dist/MenuImperative/MenuImperative.types.js.map +1 -1
  65. package/dist/MenuImperative/sensors.d.ts +1 -0
  66. package/dist/MenuImperative/sensors.js +8 -0
  67. package/dist/MenuImperative/sensors.js.map +1 -1
  68. package/dist/Modal/Modal.styles.js +13 -13
  69. package/dist/MultiSelect/MultiSelect.js +64 -5
  70. package/dist/MultiSelect/MultiSelect.js.map +1 -1
  71. package/dist/MultiSelect/MultiSelect.styles.js +8 -8
  72. package/dist/MultiSelect/MultiSelect.types.d.ts +9 -0
  73. package/dist/MultiSelect/MultiSelect.types.js.map +1 -1
  74. package/dist/NextMenu/NextMenu.styles.js +3 -3
  75. package/dist/NextTile/NextTile.styles.js +5 -5
  76. package/dist/Notation/Notation.js +1 -1
  77. package/dist/NumberInput/NumberInput.styles.js +7 -7
  78. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  79. package/dist/Overlay/useOverlay.d.ts +2 -1
  80. package/dist/Overlay/useOverlay.js +4 -2
  81. package/dist/Overlay/useOverlay.js.map +1 -1
  82. package/dist/PageLayout/PageLayout.js +4 -2
  83. package/dist/PageLayout/PageLayout.js.map +1 -1
  84. package/dist/PageLayout/PageLayout.styles.d.ts +0 -1
  85. package/dist/PageLayout/PageLayout.styles.js +18 -19
  86. package/dist/PageLayout/PageLayout.styles.js.map +1 -1
  87. package/dist/PageLayout/PageLayout.types.d.ts +11 -3
  88. package/dist/PageLayout/PageLayout.types.js.map +1 -1
  89. package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
  90. package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
  91. package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
  92. package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
  93. package/dist/Pagination/Pagination.styles.js +5 -5
  94. package/dist/Panel/Panel.styles.js +11 -11
  95. package/dist/Pill/Pill.styles.js +3 -3
  96. package/dist/PillSelect/PillSelect.styles.js +4 -4
  97. package/dist/Popover/Popover.styles.js +2 -2
  98. package/dist/Portal/Portal.styles.js +1 -1
  99. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  100. package/dist/RadioButton/RadioButton.styles.js +3 -3
  101. package/dist/Required/Required.styles.js +3 -3
  102. package/dist/Search/Search.styles.js +5 -5
  103. package/dist/Section/Section.styles.js +7 -7
  104. package/dist/SegmentedController/SegmentedController.styles.d.ts +1 -0
  105. package/dist/SegmentedController/SegmentedController.styles.js +11 -9
  106. package/dist/SegmentedController/SegmentedController.styles.js.map +1 -1
  107. package/dist/Select/Select.styles.js +8 -8
  108. package/dist/Semantic/Semantic.styles.js +9 -9
  109. package/dist/Slider/Slider.styles.js +5 -5
  110. package/dist/Spinner/Spinner.styles.js +7 -7
  111. package/dist/SplitViewCard/SplitViewCard.context.js +45 -7
  112. package/dist/SplitViewCard/SplitViewCard.context.js.map +1 -1
  113. package/dist/SplitViewCard/SplitViewCard.js +9 -14
  114. package/dist/SplitViewCard/SplitViewCard.js.map +1 -1
  115. package/dist/SplitViewCard/SplitViewCard.styles.js +16 -12
  116. package/dist/SplitViewCard/SplitViewCard.styles.js.map +1 -1
  117. package/dist/SplitViewCard/SplitViewCard.types.js.map +1 -1
  118. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  119. package/dist/SuperSelect/SuperSelect.styles.js +40 -40
  120. package/dist/SuperSelect/useSuperSelect.js +1 -3
  121. package/dist/SuperSelect/useSuperSelect.js.map +1 -1
  122. package/dist/Switch/Switch.styles.js +4 -4
  123. package/dist/Table/Table.styles.js +29 -29
  124. package/dist/TableShelf/TableShelf.styles.js +5 -5
  125. package/dist/Tabs/Tabs.js +2 -1
  126. package/dist/Tabs/Tabs.js.map +1 -1
  127. package/dist/Tabs/Tabs.styles.d.ts +1 -0
  128. package/dist/Tabs/Tabs.styles.js +29 -26
  129. package/dist/Tabs/Tabs.styles.js.map +1 -1
  130. package/dist/Tearsheet/Tearsheet.styles.js +5 -5
  131. package/dist/TextArea/TextArea.styles.js +1 -1
  132. package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
  133. package/dist/Thumbnail/Thumbnail.js +99 -37
  134. package/dist/Thumbnail/Thumbnail.js.map +1 -1
  135. package/dist/Thumbnail/Thumbnail.styles.js +23 -23
  136. package/dist/Thumbnail/Thumbnail.styles.js.map +1 -1
  137. package/dist/Thumbnail/Thumbnail.types.d.ts +1 -0
  138. package/dist/Thumbnail/Thumbnail.types.js.map +1 -1
  139. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  140. package/dist/TieredSelect/LeafSelectionTieredSelect.js +3 -1
  141. package/dist/TieredSelect/LeafSelectionTieredSelect.js.map +1 -1
  142. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  143. package/dist/Tile/Tile.styles.js +8 -8
  144. package/dist/Title/Title.styles.js +7 -7
  145. package/dist/Toast/Toast.styles.js +10 -7
  146. package/dist/Toast/Toast.styles.js.map +1 -1
  147. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  148. package/dist/Token/Token.styles.js +5 -5
  149. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  150. package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
  151. package/dist/Tooltip/Tooltip.styles.js +3 -3
  152. package/dist/Tree/Tree.js +46 -21
  153. package/dist/Tree/Tree.js.map +1 -1
  154. package/dist/Tree/Tree.styles.d.ts +1 -0
  155. package/dist/Tree/Tree.styles.js +17 -14
  156. package/dist/Tree/Tree.styles.js.map +1 -1
  157. package/dist/Tree/Tree.types.d.ts +10 -0
  158. package/dist/Tree/Tree.types.js.map +1 -1
  159. package/dist/Typeahead/Typeahead.js +2 -1
  160. package/dist/Typeahead/Typeahead.js.map +1 -1
  161. package/dist/Typeahead/Typeahead.styles.d.ts +3 -1
  162. package/dist/Typeahead/Typeahead.styles.js +7 -5
  163. package/dist/Typeahead/Typeahead.styles.js.map +1 -1
  164. package/dist/Typography/Typography.styles.js +1 -1
  165. package/dist/Typography/Typography.table.story.js +2 -2
  166. package/dist/_hooks/I18n.d.ts +155 -76
  167. package/dist/_locales/de-DE.json +7 -1
  168. package/dist/_locales/en-AU.json +7 -1
  169. package/dist/_locales/en-CA.json +7 -1
  170. package/dist/_locales/en-GB.json +7 -1
  171. package/dist/_locales/en.json +7 -1
  172. package/dist/_locales/es-ES.json +7 -1
  173. package/dist/_locales/es.json +9 -3
  174. package/dist/_locales/fr-CA.json +7 -1
  175. package/dist/_locales/fr-FR.json +7 -1
  176. package/dist/_locales/is-IS.json +7 -1
  177. package/dist/_locales/it-IT.json +7 -1
  178. package/dist/_locales/ja-JP.json +7 -1
  179. package/dist/_locales/nb-NO.json +7 -1
  180. package/dist/_locales/pl-PL.json +7 -1
  181. package/dist/_locales/pseudo.json +8 -2
  182. package/dist/_locales/pt-BR.json +7 -1
  183. package/dist/_locales/pt-PT.json +9 -3
  184. package/dist/_locales/th-TH.json +7 -1
  185. package/dist/_locales/zh-SG.json +7 -1
  186. package/dist/_locales/zh-TW.json +7 -1
  187. package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
  188. package/dist/_storyHelpers_/components/StoryGrid.js +4 -4
  189. package/dist/_storyHelpers_/components/StoryGrid.js.map +1 -1
  190. package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +4 -4
  191. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  192. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +25 -25
  193. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  194. package/dist/_typedoc/Banner/Banner.types.json +37 -15
  195. package/dist/_typedoc/Box/Box.types.json +68 -68
  196. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +12 -12
  197. package/dist/_typedoc/Button/Button.types.json +14 -14
  198. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  199. package/dist/_typedoc/Card/Card.types.json +6 -6
  200. package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
  201. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  202. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  203. package/dist/_typedoc/DateSelect/DateSelect.types.json +14 -14
  204. package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
  205. package/dist/_typedoc/Dropdown/Dropdown.types.json +38 -38
  206. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +32 -32
  207. package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
  208. package/dist/_typedoc/EmptyState/EmptyState.types.json +18 -18
  209. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  210. package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
  211. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  212. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  213. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  214. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  215. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  216. package/dist/_typedoc/Form/Form.types.json +770 -770
  217. package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
  218. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  219. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +54 -54
  220. package/dist/_typedoc/Input/Input.types.json +2 -2
  221. package/dist/_typedoc/Link/Link.types.json +1 -1
  222. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  223. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  224. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +104 -84
  225. package/dist/_typedoc/Modal/Modal.types.json +48 -48
  226. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +33 -33
  227. package/dist/_typedoc/NextTile/NextTile.types.json +33 -33
  228. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  229. package/dist/_typedoc/NumberInput/NumberInput.types.json +52 -52
  230. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +33 -33
  231. package/dist/_typedoc/PageLayout/PageLayout.types.json +58 -45
  232. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  233. package/dist/_typedoc/Panel/Panel.types.json +28 -28
  234. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  235. package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
  236. package/dist/_typedoc/Popover/Popover.types.json +15 -15
  237. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
  238. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  239. package/dist/_typedoc/Required/Required.types.json +5 -5
  240. package/dist/_typedoc/Search/Search.types.json +18 -18
  241. package/dist/_typedoc/Section/Section.types.json +15 -15
  242. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
  243. package/dist/_typedoc/Select/Select.types.json +67 -67
  244. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
  245. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  246. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  247. package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
  248. package/dist/_typedoc/Table/Table.types.json +105 -105
  249. package/dist/_typedoc/Tabs/Tabs.types.json +23 -23
  250. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
  251. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  252. package/dist/_typedoc/TextEditor/TextEditor.types.json +11 -11
  253. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
  254. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  255. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +43 -43
  256. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +29 -29
  257. package/dist/_typedoc/Tile/Tile.types.json +8 -8
  258. package/dist/_typedoc/Title/Title.types.json +1 -1
  259. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  260. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
  261. package/dist/_typedoc/Token/Token.types.json +7 -7
  262. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  263. package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +8 -8
  264. package/dist/_typedoc/Tooltip/Tooltip.types.json +15 -15
  265. package/dist/_typedoc/Tree/Tree.types.json +118 -88
  266. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  267. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  268. package/dist/_typedoc/_utils/types.json +3 -3
  269. package/dist/_typedoc/a11y-tips.json +1 -1
  270. package/package.json +1 -1
@@ -35,7 +35,7 @@ export var semiboldRules = function semiboldRules() {
35
35
  };
36
36
  export var StyledTypography = /*#__PURE__*/styled.span.withConfig({
37
37
  displayName: "StyledTypography",
38
- componentId: "core-12_51_0__sc-1c4583t-0"
38
+ componentId: "core-12_53_0__sc-1c4583t-0"
39
39
  })(["", " color:", ";font-style:", ";font-weight:", ";", " ", " em,i{font-style:italic;}"], function (_ref) {
40
40
  var _ref$$intent = _ref.$intent,
41
41
  $intent = _ref$$intent === void 0 ? 'body' : _ref$$intent;
@@ -5,11 +5,11 @@ import { colors } from '../_styles/colors';
5
5
  import { getTypographyIntent } from './Typography.styles';
6
6
  var StyledBodyCell = /*#__PURE__*/styled(Table.BodyCell).withConfig({
7
7
  displayName: "StyledBodyCell",
8
- componentId: "core-12_51_0__sc-p4v7d-0"
8
+ componentId: "core-12_53_0__sc-p4v7d-0"
9
9
  })([""]);
10
10
  var StyledTextCell = /*#__PURE__*/styled(Table.TextCell).withConfig({
11
11
  displayName: "StyledTextCell",
12
- componentId: "core-12_51_0__sc-p4v7d-1"
12
+ componentId: "core-12_53_0__sc-p4v7d-1"
13
13
  })(["", " color:", ";"], getTypographyIntent('body'), colors.blue50);
14
14
  function BodyCell() {
15
15
  return /*#__PURE__*/React.createElement(StyledBodyCell, {
@@ -17,6 +17,12 @@ export declare const coreTranslations: {
17
17
  dismissAlert: string;
18
18
  expand: string;
19
19
  collapse: string;
20
+ defaultLabels: {
21
+ error: string;
22
+ attention: string;
23
+ info: string;
24
+ unsafeAttentionEmphasized: string;
25
+ };
20
26
  };
21
27
  breadcrumbs: {
22
28
  label: string;
@@ -433,6 +439,12 @@ export declare const coreTranslations: {
433
439
  dismissAlert: string;
434
440
  expand: string;
435
441
  collapse: string;
442
+ defaultLabels: {
443
+ error: string;
444
+ attention: string;
445
+ info: string;
446
+ unsafeAttentionEmphasized: string;
447
+ };
436
448
  };
437
449
  breadcrumbs: {
438
450
  label: string;
@@ -849,6 +861,12 @@ export declare const coreTranslations: {
849
861
  dismissAlert: string;
850
862
  expand: string;
851
863
  collapse: string;
864
+ defaultLabels: {
865
+ error: string;
866
+ attention: string;
867
+ info: string;
868
+ unsafeAttentionEmphasized: string;
869
+ };
852
870
  };
853
871
  breadcrumbs: {
854
872
  label: string;
@@ -927,14 +945,6 @@ export declare const coreTranslations: {
927
945
  };
928
946
  itemName: string;
929
947
  loading: string;
930
- /**
931
- * Hook to create I18n object.
932
- * @param {UseI18n} props - The I18n configuration.
933
- * @param {string} props.locale - The locale to use.
934
- * @param {Record<string, string>} props.translations - The translations to use.
935
- * @param {boolean} props.enableCDN - Whether to pull core-react translations from the CDN or not, by default it follows the value passed down through the parent I18nProvider.
936
- * @returns {I18nWithCDNFlag} The I18n object.
937
- */
938
948
  notes: string;
939
949
  notesPlaceholder: string;
940
950
  newItem: string;
@@ -1273,6 +1283,12 @@ export declare const coreTranslations: {
1273
1283
  dismissAlert: string;
1274
1284
  expand: string;
1275
1285
  collapse: string;
1286
+ defaultLabels: {
1287
+ error: string;
1288
+ attention: string;
1289
+ info: string;
1290
+ unsafeAttentionEmphasized: string;
1291
+ };
1276
1292
  };
1277
1293
  breadcrumbs: {
1278
1294
  label: string;
@@ -1689,6 +1705,12 @@ export declare const coreTranslations: {
1689
1705
  dismissAlert: string;
1690
1706
  expand: string;
1691
1707
  collapse: string;
1708
+ defaultLabels: {
1709
+ error: string;
1710
+ attention: string;
1711
+ info: string;
1712
+ unsafeAttentionEmphasized: string;
1713
+ };
1692
1714
  };
1693
1715
  breadcrumbs: {
1694
1716
  label: string;
@@ -1767,14 +1789,6 @@ export declare const coreTranslations: {
1767
1789
  };
1768
1790
  itemName: string;
1769
1791
  loading: string;
1770
- /**
1771
- * Hook to create I18n object.
1772
- * @param {UseI18n} props - The I18n configuration.
1773
- * @param {string} props.locale - The locale to use.
1774
- * @param {Record<string, string>} props.translations - The translations to use.
1775
- * @param {boolean} props.enableCDN - Whether to pull core-react translations from the CDN or not, by default it follows the value passed down through the parent I18nProvider.
1776
- * @returns {I18nWithCDNFlag} The I18n object.
1777
- */
1778
1792
  notes: string;
1779
1793
  notesPlaceholder: string;
1780
1794
  newItem: string;
@@ -2113,6 +2127,12 @@ export declare const coreTranslations: {
2113
2127
  dismissAlert: string;
2114
2128
  expand: string;
2115
2129
  collapse: string;
2130
+ defaultLabels: {
2131
+ error: string;
2132
+ attention: string;
2133
+ info: string;
2134
+ unsafeAttentionEmphasized: string;
2135
+ };
2116
2136
  };
2117
2137
  breadcrumbs: {
2118
2138
  label: string;
@@ -2529,6 +2549,12 @@ export declare const coreTranslations: {
2529
2549
  dismissAlert: string;
2530
2550
  expand: string;
2531
2551
  collapse: string;
2552
+ defaultLabels: {
2553
+ error: string;
2554
+ attention: string;
2555
+ info: string;
2556
+ unsafeAttentionEmphasized: string;
2557
+ };
2532
2558
  };
2533
2559
  breadcrumbs: {
2534
2560
  label: string;
@@ -2591,7 +2617,14 @@ export declare const coreTranslations: {
2591
2617
  subjectPlaceholder: string;
2592
2618
  };
2593
2619
  distributionSelect: {
2594
- noCompany: string;
2620
+ noCompany: string; /**
2621
+ * Hook to create I18n object.
2622
+ * @param {UseI18n} props - The I18n configuration.
2623
+ * @param {string} props.locale - The locale to use.
2624
+ * @param {Record<string, string>} props.translations - The translations to use.
2625
+ * @param {boolean} props.enableCDN - Whether to pull core-react translations from the CDN or not, by default it follows the value passed down through the parent I18nProvider.
2626
+ * @returns {I18nWithCDNFlag} The I18n object.
2627
+ */
2595
2628
  peopleCount: string;
2596
2629
  distributionGroups: string;
2597
2630
  people: string;
@@ -2945,6 +2978,12 @@ export declare const coreTranslations: {
2945
2978
  dismissAlert: string;
2946
2979
  expand: string;
2947
2980
  collapse: string;
2981
+ defaultLabels: {
2982
+ error: string;
2983
+ attention: string;
2984
+ info: string;
2985
+ unsafeAttentionEmphasized: string;
2986
+ };
2948
2987
  };
2949
2988
  breadcrumbs: {
2950
2989
  label: string;
@@ -3361,6 +3400,12 @@ export declare const coreTranslations: {
3361
3400
  dismissAlert: string;
3362
3401
  expand: string;
3363
3402
  collapse: string;
3403
+ defaultLabels: {
3404
+ error: string;
3405
+ attention: string;
3406
+ info: string;
3407
+ unsafeAttentionEmphasized: string;
3408
+ };
3364
3409
  };
3365
3410
  breadcrumbs: {
3366
3411
  label: string;
@@ -3461,15 +3506,7 @@ export declare const coreTranslations: {
3461
3506
  };
3462
3507
  panelTitle: string;
3463
3508
  search: string;
3464
- searchItemType: string; /**
3465
- * Provider to wrap the application with the I18n context.
3466
- * @param {PropsWithChildren<UseI18n>} props - The I18n configuration.
3467
- * @param {React.ReactNode} props.children - The children to render.
3468
- * @param {UseI18n} props.locale - The locale to use.
3469
- * @param {Record<string, string>} props.translations - The translations to use.
3470
- * @param {boolean} props.enableCDN - Whether to pull core-react translations from the CDN or not, by default it follows the value passed down through the parent I18nProvider.
3471
- * @returns {React.ReactNode} The I18n context instance.
3472
- */
3509
+ searchItemType: string;
3473
3510
  submit: string;
3474
3511
  toast: {
3475
3512
  itemAdded: string;
@@ -3785,6 +3822,12 @@ export declare const coreTranslations: {
3785
3822
  dismissAlert: string;
3786
3823
  expand: string;
3787
3824
  collapse: string;
3825
+ defaultLabels: {
3826
+ error: string;
3827
+ attention: string;
3828
+ info: string;
3829
+ unsafeAttentionEmphasized: string;
3830
+ };
3788
3831
  };
3789
3832
  breadcrumbs: {
3790
3833
  label: string;
@@ -3992,17 +4035,6 @@ export declare const coreTranslations: {
3992
4035
  standaloneUnsupportedFileTypeError: string;
3993
4036
  standaloneMinFileSizeError: string;
3994
4037
  standaloneMaxFileSizeError: string;
3995
- /**
3996
- * Hook to access the I18n context.
3997
- *
3998
- * @template Translations - An optional generic to provide type safety for translations.
3999
- * If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
4000
- * These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
4001
- * If not specified, the default I18nWithCDN instance is returned.
4002
- *
4003
- * @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
4004
- * either with or without typed translations based on the provided generic.
4005
- */
4006
4038
  standaloneZeroFileSizeError: string;
4007
4039
  uploadTotalProgress: {
4008
4040
  withFailed: string;
@@ -4212,6 +4244,12 @@ export declare const coreTranslations: {
4212
4244
  dismissAlert: string;
4213
4245
  expand: string;
4214
4246
  collapse: string;
4247
+ defaultLabels: {
4248
+ error: string;
4249
+ attention: string;
4250
+ info: string;
4251
+ unsafeAttentionEmphasized: string;
4252
+ };
4215
4253
  };
4216
4254
  breadcrumbs: {
4217
4255
  label: string;
@@ -4628,6 +4666,12 @@ export declare const coreTranslations: {
4628
4666
  dismissAlert: string;
4629
4667
  expand: string;
4630
4668
  collapse: string;
4669
+ defaultLabels: {
4670
+ error: string;
4671
+ attention: string;
4672
+ info: string;
4673
+ unsafeAttentionEmphasized: string;
4674
+ };
4631
4675
  };
4632
4676
  breadcrumbs: {
4633
4677
  label: string;
@@ -5044,6 +5088,12 @@ export declare const coreTranslations: {
5044
5088
  dismissAlert: string;
5045
5089
  expand: string;
5046
5090
  collapse: string;
5091
+ defaultLabels: {
5092
+ error: string;
5093
+ attention: string;
5094
+ info: string;
5095
+ unsafeAttentionEmphasized: string;
5096
+ };
5047
5097
  };
5048
5098
  breadcrumbs: {
5049
5099
  label: string;
@@ -5460,6 +5510,12 @@ export declare const coreTranslations: {
5460
5510
  dismissAlert: string;
5461
5511
  expand: string;
5462
5512
  collapse: string;
5513
+ defaultLabels: {
5514
+ error: string;
5515
+ attention: string;
5516
+ info: string;
5517
+ unsafeAttentionEmphasized: string;
5518
+ };
5463
5519
  };
5464
5520
  breadcrumbs: {
5465
5521
  label: string;
@@ -5536,6 +5592,14 @@ export declare const coreTranslations: {
5536
5592
  dailyLog: string;
5537
5593
  prostoreFile: string;
5538
5594
  };
5595
+ /**
5596
+ * Hook to create I18n object.
5597
+ * @param {UseI18n} props - The I18n configuration.
5598
+ * @param {string} props.locale - The locale to use.
5599
+ * @param {Record<string, string>} props.translations - The translations to use.
5600
+ * @param {boolean} props.enableCDN - Whether to pull core-react translations from the CDN or not, by default it follows the value passed down through the parent I18nProvider.
5601
+ * @returns {I18nWithCDNFlag} The I18n object.
5602
+ */
5539
5603
  itemName: string;
5540
5604
  loading: string;
5541
5605
  notes: string;
@@ -5577,15 +5641,6 @@ export declare const coreTranslations: {
5577
5641
  table: {
5578
5642
  a11y: {
5579
5643
  expand: string;
5580
- /**
5581
- * Provider to wrap the application with the I18n context.
5582
- * @param {PropsWithChildren<UseI18n>} props - The I18n configuration.
5583
- * @param {React.ReactNode} props.children - The children to render.
5584
- * @param {UseI18n} props.locale - The locale to use.
5585
- * @param {Record<string, string>} props.translations - The translations to use.
5586
- * @param {boolean} props.enableCDN - Whether to pull core-react translations from the CDN or not, by default it follows the value passed down through the parent I18nProvider.
5587
- * @returns {React.ReactNode} The I18n context instance.
5588
- */
5589
5644
  collapse: string;
5590
5645
  overdue: string;
5591
5646
  };
@@ -5885,6 +5940,12 @@ export declare const coreTranslations: {
5885
5940
  dismissAlert: string;
5886
5941
  expand: string;
5887
5942
  collapse: string;
5943
+ defaultLabels: {
5944
+ error: string;
5945
+ attention: string;
5946
+ info: string;
5947
+ unsafeAttentionEmphasized: string;
5948
+ };
5888
5949
  };
5889
5950
  breadcrumbs: {
5890
5951
  label: string;
@@ -6301,6 +6362,12 @@ export declare const coreTranslations: {
6301
6362
  dismissAlert: string;
6302
6363
  expand: string;
6303
6364
  collapse: string;
6365
+ defaultLabels: {
6366
+ error: string;
6367
+ attention: string;
6368
+ info: string;
6369
+ unsafeAttentionEmphasized: string;
6370
+ };
6304
6371
  };
6305
6372
  breadcrumbs: {
6306
6373
  label: string;
@@ -6368,6 +6435,14 @@ export declare const coreTranslations: {
6368
6435
  distributionGroups: string;
6369
6436
  people: string;
6370
6437
  };
6438
+ /**
6439
+ * Hook to create I18n object.
6440
+ * @param {UseI18n} props - The I18n configuration.
6441
+ * @param {string} props.locale - The locale to use.
6442
+ * @param {Record<string, string>} props.translations - The translations to use.
6443
+ * @param {boolean} props.enableCDN - Whether to pull core-react translations from the CDN or not, by default it follows the value passed down through the parent I18nProvider.
6444
+ * @returns {I18nWithCDNFlag} The I18n object.
6445
+ */
6371
6446
  relatedItems: {
6372
6447
  cancel: string;
6373
6448
  close: string;
@@ -6717,6 +6792,12 @@ export declare const coreTranslations: {
6717
6792
  dismissAlert: string;
6718
6793
  expand: string;
6719
6794
  collapse: string;
6795
+ defaultLabels: {
6796
+ error: string;
6797
+ attention: string;
6798
+ info: string;
6799
+ unsafeAttentionEmphasized: string;
6800
+ };
6720
6801
  };
6721
6802
  breadcrumbs: {
6722
6803
  label: string;
@@ -7133,6 +7214,12 @@ export declare const coreTranslations: {
7133
7214
  dismissAlert: string;
7134
7215
  expand: string;
7135
7216
  collapse: string;
7217
+ defaultLabels: {
7218
+ error: string;
7219
+ attention: string;
7220
+ info: string;
7221
+ unsafeAttentionEmphasized: string;
7222
+ };
7136
7223
  };
7137
7224
  breadcrumbs: {
7138
7225
  label: string;
@@ -7290,15 +7377,6 @@ export declare const coreTranslations: {
7290
7377
  withValue: {
7291
7378
  month: string;
7292
7379
  day: string;
7293
- /**
7294
- * Provider to wrap the application with the I18n context.
7295
- * @param {PropsWithChildren<UseI18n>} props - The I18n configuration.
7296
- * @param {React.ReactNode} props.children - The children to render.
7297
- * @param {UseI18n} props.locale - The locale to use.
7298
- * @param {Record<string, string>} props.translations - The translations to use.
7299
- * @param {boolean} props.enableCDN - Whether to pull core-react translations from the CDN or not, by default it follows the value passed down through the parent I18nProvider.
7300
- * @returns {React.ReactNode} The I18n context instance.
7301
- */
7302
7380
  year: string;
7303
7381
  };
7304
7382
  withoutValue: {
@@ -7441,17 +7519,7 @@ export declare const coreTranslations: {
7441
7519
  pagination: {
7442
7520
  interval: string;
7443
7521
  notation: string;
7444
- page: string; /**
7445
- * Hook to access the I18n context.
7446
- *
7447
- * @template Translations - An optional generic to provide type safety for translations.
7448
- * If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
7449
- * These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
7450
- * If not specified, the default I18nWithCDN instance is returned.
7451
- *
7452
- * @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
7453
- * either with or without typed translations based on the provided generic.
7454
- */
7522
+ page: string;
7455
7523
  nextPage: string;
7456
7524
  prevPage: string;
7457
7525
  };
@@ -7568,6 +7636,12 @@ export declare const coreTranslations: {
7568
7636
  dismissAlert: string;
7569
7637
  expand: string;
7570
7638
  collapse: string;
7639
+ defaultLabels: {
7640
+ error: string;
7641
+ attention: string;
7642
+ info: string;
7643
+ unsafeAttentionEmphasized: string;
7644
+ };
7571
7645
  };
7572
7646
  breadcrumbs: {
7573
7647
  label: string;
@@ -7672,15 +7746,6 @@ export declare const coreTranslations: {
7672
7746
  submit: string;
7673
7747
  toast: {
7674
7748
  itemAdded: string;
7675
- /**
7676
- * Provider to wrap the application with the I18n context.
7677
- * @param {PropsWithChildren<UseI18n>} props - The I18n configuration.
7678
- * @param {React.ReactNode} props.children - The children to render.
7679
- * @param {UseI18n} props.locale - The locale to use.
7680
- * @param {Record<string, string>} props.translations - The translations to use.
7681
- * @param {boolean} props.enableCDN - Whether to pull core-react translations from the CDN or not, by default it follows the value passed down through the parent I18nProvider.
7682
- * @returns {React.ReactNode} The I18n context instance.
7683
- */
7684
7749
  itemAdditionFailed: string;
7685
7750
  itemRemoved: string;
7686
7751
  requestError: string;
@@ -7993,6 +8058,12 @@ export declare const coreTranslations: {
7993
8058
  dismissAlert: string;
7994
8059
  expand: string;
7995
8060
  collapse: string;
8061
+ defaultLabels: {
8062
+ error: string;
8063
+ attention: string;
8064
+ info: string;
8065
+ unsafeAttentionEmphasized: string;
8066
+ };
7996
8067
  };
7997
8068
  breadcrumbs: {
7998
8069
  label: string;
@@ -8091,7 +8162,15 @@ export declare const coreTranslations: {
8091
8162
  description: string;
8092
8163
  action: string;
8093
8164
  };
8094
- panelTitle: string;
8165
+ panelTitle: string; /**
8166
+ * Provider to wrap the application with the I18n context.
8167
+ * @param {PropsWithChildren<UseI18n>} props - The I18n configuration.
8168
+ * @param {React.ReactNode} props.children - The children to render.
8169
+ * @param {UseI18n} props.locale - The locale to use.
8170
+ * @param {Record<string, string>} props.translations - The translations to use.
8171
+ * @param {boolean} props.enableCDN - Whether to pull core-react translations from the CDN or not, by default it follows the value passed down through the parent I18nProvider.
8172
+ * @returns {React.ReactNode} The I18n context instance.
8173
+ */
8095
8174
  search: string;
8096
8175
  searchItemType: string;
8097
8176
  submit: string;
@@ -3,7 +3,13 @@
3
3
  "banner" : {
4
4
  "dismissAlert" : "Warnung verwerfen",
5
5
  "expand" : "Maximieren",
6
- "collapse" : "Minimieren"
6
+ "collapse" : "Minimieren",
7
+ "defaultLabels" : {
8
+ "error" : "Fehler",
9
+ "attention" : "Warnung",
10
+ "info" : "Hinweis",
11
+ "unsafeAttentionEmphasized" : "Informationen"
12
+ }
7
13
  },
8
14
  "breadcrumbs" : {
9
15
  "label" : "Breadcrumbs"
@@ -3,7 +3,13 @@
3
3
  "banner" : {
4
4
  "dismissAlert" : "Dismiss alert",
5
5
  "expand" : "Expand",
6
- "collapse" : "Collapse"
6
+ "collapse" : "Collapse",
7
+ "defaultLabels" : {
8
+ "error" : "Error",
9
+ "attention" : "Warning",
10
+ "info" : "Note",
11
+ "unsafeAttentionEmphasized" : "Information"
12
+ }
7
13
  },
8
14
  "breadcrumbs" : {
9
15
  "label" : "Breadcrumbs"
@@ -3,7 +3,13 @@
3
3
  "banner" : {
4
4
  "dismissAlert" : "Dismiss alert",
5
5
  "expand" : "Expand",
6
- "collapse" : "Collapse"
6
+ "collapse" : "Collapse",
7
+ "defaultLabels" : {
8
+ "error" : "Error",
9
+ "attention" : "Warning",
10
+ "info" : "Note",
11
+ "unsafeAttentionEmphasized" : "Information"
12
+ }
7
13
  },
8
14
  "breadcrumbs" : {
9
15
  "label" : "Breadcrumbs"
@@ -3,7 +3,13 @@
3
3
  "banner" : {
4
4
  "dismissAlert" : "Dismiss alert",
5
5
  "expand" : "Expand",
6
- "collapse" : "Collapse"
6
+ "collapse" : "Collapse",
7
+ "defaultLabels" : {
8
+ "error" : "Error",
9
+ "attention" : "Warning",
10
+ "info" : "Note",
11
+ "unsafeAttentionEmphasized" : "Information"
12
+ }
7
13
  },
8
14
  "breadcrumbs" : {
9
15
  "label" : "Breadcrumbs"
@@ -3,7 +3,13 @@
3
3
  "banner": {
4
4
  "dismissAlert": "Dismiss Alert",
5
5
  "expand": "Expand",
6
- "collapse": "Collapse"
6
+ "collapse": "Collapse",
7
+ "defaultLabels": {
8
+ "error": "Error",
9
+ "attention": "Warning",
10
+ "info": "Note",
11
+ "unsafeAttentionEmphasized": "Information"
12
+ }
7
13
  },
8
14
  "breadcrumbs": {
9
15
  "label": "Breadcrumbs"
@@ -3,7 +3,13 @@
3
3
  "banner" : {
4
4
  "dismissAlert" : "Descartar alerta",
5
5
  "expand" : "Expandir",
6
- "collapse" : "Contraer"
6
+ "collapse" : "Contraer",
7
+ "defaultLabels" : {
8
+ "error" : "Error",
9
+ "attention" : "Advertencia",
10
+ "info" : "Nota",
11
+ "unsafeAttentionEmphasized" : "Información"
12
+ }
7
13
  },
8
14
  "breadcrumbs" : {
9
15
  "label" : "Rutas de exploración"
@@ -3,7 +3,13 @@
3
3
  "banner" : {
4
4
  "dismissAlert" : "Descartar alerta",
5
5
  "expand" : "Expandir",
6
- "collapse" : "Contraer"
6
+ "collapse" : "Contraer",
7
+ "defaultLabels" : {
8
+ "error" : "Error",
9
+ "attention" : "Advertencia",
10
+ "info" : "Nota",
11
+ "unsafeAttentionEmphasized" : "Información"
12
+ }
7
13
  },
8
14
  "breadcrumbs" : {
9
15
  "label" : "Ruta de navegación"
@@ -95,7 +101,7 @@
95
101
  },
96
102
  "noResultsSearchQuery" : {
97
103
  "title" : "No hay ítems que concuerden con su búsqueda",
98
- "description" : "Verifique sus opciones de filtro y la ortografía, o busque una palabra clave diferente."
104
+ "description" : "Revise la ortografía y las opciones de filtro, o busque una palabra clave diferente."
99
105
  },
100
106
  "noResultsServerError" : {
101
107
  "title" : "Se produjo un error",
@@ -130,7 +136,7 @@
130
136
  "dataTable" : {
131
137
  "emptyState" : {
132
138
  "noFilteredResults" : {
133
- "description" : "Verifique sus opciones de filtro y la ortografía, o busque una palabra clave diferente.",
139
+ "description" : "Revise la ortografía y las opciones de filtro, o busque una palabra clave diferente.",
134
140
  "title" : "No hay ítems que concuerden con su búsqueda"
135
141
  }
136
142
  },
@@ -3,7 +3,13 @@
3
3
  "banner" : {
4
4
  "dismissAlert" : "Ignorer l'alerte",
5
5
  "expand" : "Développer",
6
- "collapse" : "Réduire"
6
+ "collapse" : "Réduire",
7
+ "defaultLabels" : {
8
+ "error" : "Erreur",
9
+ "attention" : "Avertissement",
10
+ "info" : "Remarque",
11
+ "unsafeAttentionEmphasized" : "Informations"
12
+ }
7
13
  },
8
14
  "breadcrumbs" : {
9
15
  "label" : "Chemins de navigation"
@@ -3,7 +3,13 @@
3
3
  "banner" : {
4
4
  "dismissAlert" : "Ignorer l'alerte",
5
5
  "expand" : "Développer",
6
- "collapse" : "Réduire"
6
+ "collapse" : "Réduire",
7
+ "defaultLabels" : {
8
+ "error" : "Erreur",
9
+ "attention" : "Avertissement",
10
+ "info" : "Remarque",
11
+ "unsafeAttentionEmphasized" : "Informations"
12
+ }
7
13
  },
8
14
  "breadcrumbs" : {
9
15
  "label" : "Fils d'Ariane"
@@ -3,7 +3,13 @@
3
3
  "banner" : {
4
4
  "dismissAlert" : "Hunsa viðvörun",
5
5
  "expand" : "Stækkaðu",
6
- "collapse" : "Hrun"
6
+ "collapse" : "Hrun",
7
+ "defaultLabels" : {
8
+ "error" : "Villa",
9
+ "attention" : "Viðvörun",
10
+ "info" : "Athugið",
11
+ "unsafeAttentionEmphasized" : "Upplýsingar"
12
+ }
7
13
  },
8
14
  "breadcrumbs" : {
9
15
  "label" : "Brauðmylsna"
@@ -3,7 +3,13 @@
3
3
  "banner" : {
4
4
  "dismissAlert" : "Ignora avviso",
5
5
  "expand" : "Espandi",
6
- "collapse" : "Comprimi"
6
+ "collapse" : "Comprimi",
7
+ "defaultLabels" : {
8
+ "error" : "Errore",
9
+ "attention" : "Avviso",
10
+ "info" : "Nota",
11
+ "unsafeAttentionEmphasized" : "Informazioni"
12
+ }
7
13
  },
8
14
  "breadcrumbs" : {
9
15
  "label" : "Breadcrumb"