@procore/core-react 12.52.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 (236) hide show
  1. package/CHANGELOG.md +20 -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.styles.js +10 -10
  8. package/dist/Box/Box.styles.js +1 -1
  9. package/dist/Breadcrumbs/Breadcrumbs.styles.js +6 -6
  10. package/dist/Breadcrumbs/Breadcrumbs.styles.js.map +1 -1
  11. package/dist/Button/Button.styles.js +5 -5
  12. package/dist/Calendar/Calendar.styles.js +9 -9
  13. package/dist/Card/Card.styles.js +1 -1
  14. package/dist/Checkbox/Checkbox.styles.js +6 -6
  15. package/dist/ContactItem/ContactItem.styles.js +5 -5
  16. package/dist/Content/Content.styles.js +2 -2
  17. package/dist/DateInput/DateInput.styles.js +6 -6
  18. package/dist/DateSelect/DateSelect.js +8 -2
  19. package/dist/DateSelect/DateSelect.js.map +1 -1
  20. package/dist/DetailPage/DetailPage.styles.js +7 -7
  21. package/dist/Dropdown/Dropdown.styles.js +3 -3
  22. package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
  23. package/dist/Dropzone/Dropzone.js +1 -1
  24. package/dist/Dropzone/Dropzone.styles.js +9 -9
  25. package/dist/EmptyState/EmptyState.styles.js +6 -6
  26. package/dist/Field/Field.styles.js +3 -3
  27. package/dist/FileList/FileList.styles.js +3 -3
  28. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  29. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
  30. package/dist/FileSelect/FileSelect.styles.js +2 -2
  31. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
  32. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
  33. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  34. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  35. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  36. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  37. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  38. package/dist/FileToken/FileToken.styles.js +6 -6
  39. package/dist/FilterToken/FilterToken.styles.js +5 -5
  40. package/dist/FlexList/FlexList.styles.js +1 -1
  41. package/dist/Form/Form.styles.js +21 -19
  42. package/dist/Form/Form.styles.js.map +1 -1
  43. package/dist/Form/StyledFormikForm.styles.js +2 -2
  44. package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
  45. package/dist/Grid/Grid.styles.js +2 -2
  46. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  47. package/dist/Input/Input.styles.js +1 -1
  48. package/dist/Link/Link.styles.js +1 -1
  49. package/dist/ListPage/ListPage.styles.js +8 -8
  50. package/dist/Loader/Loader.styles.js +2 -2
  51. package/dist/MenuImperative/MenuImperative.js +9 -1
  52. package/dist/MenuImperative/MenuImperative.js.map +1 -1
  53. package/dist/MenuImperative/MenuImperative.styles.js +11 -11
  54. package/dist/MenuImperative/MenuImperative.types.d.ts +8 -0
  55. package/dist/MenuImperative/MenuImperative.types.js.map +1 -1
  56. package/dist/MenuImperative/sensors.d.ts +1 -0
  57. package/dist/MenuImperative/sensors.js +8 -0
  58. package/dist/MenuImperative/sensors.js.map +1 -1
  59. package/dist/Modal/Modal.styles.js +13 -13
  60. package/dist/MultiSelect/MultiSelect.js +64 -5
  61. package/dist/MultiSelect/MultiSelect.js.map +1 -1
  62. package/dist/MultiSelect/MultiSelect.styles.js +8 -8
  63. package/dist/MultiSelect/MultiSelect.types.d.ts +9 -0
  64. package/dist/MultiSelect/MultiSelect.types.js.map +1 -1
  65. package/dist/NextMenu/NextMenu.styles.js +3 -3
  66. package/dist/NextTile/NextTile.styles.js +5 -5
  67. package/dist/Notation/Notation.js +1 -1
  68. package/dist/NumberInput/NumberInput.styles.js +7 -7
  69. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  70. package/dist/PageLayout/PageLayout.styles.js +16 -16
  71. package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
  72. package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
  73. package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
  74. package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
  75. package/dist/Pagination/Pagination.styles.js +5 -5
  76. package/dist/Panel/Panel.styles.js +11 -11
  77. package/dist/Pill/Pill.styles.js +3 -3
  78. package/dist/PillSelect/PillSelect.styles.js +4 -4
  79. package/dist/Popover/Popover.styles.js +2 -2
  80. package/dist/Portal/Portal.styles.js +1 -1
  81. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  82. package/dist/RadioButton/RadioButton.styles.js +3 -3
  83. package/dist/Required/Required.styles.js +3 -3
  84. package/dist/Search/Search.styles.js +5 -5
  85. package/dist/Section/Section.styles.js +7 -7
  86. package/dist/SegmentedController/SegmentedController.styles.d.ts +1 -0
  87. package/dist/SegmentedController/SegmentedController.styles.js +11 -9
  88. package/dist/SegmentedController/SegmentedController.styles.js.map +1 -1
  89. package/dist/Select/Select.styles.js +8 -8
  90. package/dist/Semantic/Semantic.styles.js +9 -9
  91. package/dist/Slider/Slider.styles.js +5 -5
  92. package/dist/Spinner/Spinner.styles.js +7 -7
  93. package/dist/SplitViewCard/SplitViewCard.context.js +45 -7
  94. package/dist/SplitViewCard/SplitViewCard.context.js.map +1 -1
  95. package/dist/SplitViewCard/SplitViewCard.js +9 -14
  96. package/dist/SplitViewCard/SplitViewCard.js.map +1 -1
  97. package/dist/SplitViewCard/SplitViewCard.styles.js +16 -12
  98. package/dist/SplitViewCard/SplitViewCard.styles.js.map +1 -1
  99. package/dist/SplitViewCard/SplitViewCard.types.js.map +1 -1
  100. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  101. package/dist/SuperSelect/SuperSelect.styles.js +40 -40
  102. package/dist/SuperSelect/useSuperSelect.js +1 -3
  103. package/dist/SuperSelect/useSuperSelect.js.map +1 -1
  104. package/dist/Switch/Switch.styles.js +4 -4
  105. package/dist/Table/Table.styles.js +29 -29
  106. package/dist/TableShelf/TableShelf.styles.js +5 -5
  107. package/dist/Tabs/Tabs.styles.js +16 -16
  108. package/dist/Tearsheet/Tearsheet.styles.js +5 -5
  109. package/dist/TextArea/TextArea.styles.js +1 -1
  110. package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
  111. package/dist/Thumbnail/Thumbnail.styles.js +21 -21
  112. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  113. package/dist/TieredSelect/LeafSelectionTieredSelect.js +3 -1
  114. package/dist/TieredSelect/LeafSelectionTieredSelect.js.map +1 -1
  115. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  116. package/dist/Tile/Tile.styles.js +8 -8
  117. package/dist/Title/Title.styles.js +7 -7
  118. package/dist/Toast/Toast.styles.js +10 -7
  119. package/dist/Toast/Toast.styles.js.map +1 -1
  120. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  121. package/dist/Token/Token.styles.js +5 -5
  122. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  123. package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
  124. package/dist/Tooltip/Tooltip.styles.js +3 -3
  125. package/dist/Tree/Tree.js +1 -1
  126. package/dist/Tree/Tree.styles.js +10 -10
  127. package/dist/Typeahead/Typeahead.js +2 -1
  128. package/dist/Typeahead/Typeahead.js.map +1 -1
  129. package/dist/Typeahead/Typeahead.styles.d.ts +3 -1
  130. package/dist/Typeahead/Typeahead.styles.js +7 -5
  131. package/dist/Typeahead/Typeahead.styles.js.map +1 -1
  132. package/dist/Typography/Typography.styles.js +1 -1
  133. package/dist/Typography/Typography.table.story.js +2 -2
  134. package/dist/_hooks/I18n.d.ts +143 -76
  135. package/dist/_locales/de-DE.json +7 -1
  136. package/dist/_locales/en-AU.json +7 -1
  137. package/dist/_locales/en-CA.json +7 -1
  138. package/dist/_locales/en-GB.json +7 -1
  139. package/dist/_locales/es-ES.json +7 -1
  140. package/dist/_locales/es.json +9 -3
  141. package/dist/_locales/fr-CA.json +7 -1
  142. package/dist/_locales/fr-FR.json +7 -1
  143. package/dist/_locales/is-IS.json +7 -1
  144. package/dist/_locales/it-IT.json +7 -1
  145. package/dist/_locales/ja-JP.json +7 -1
  146. package/dist/_locales/nb-NO.json +7 -1
  147. package/dist/_locales/pl-PL.json +7 -1
  148. package/dist/_locales/pt-BR.json +7 -1
  149. package/dist/_locales/pt-PT.json +9 -3
  150. package/dist/_locales/th-TH.json +7 -1
  151. package/dist/_locales/zh-SG.json +7 -1
  152. package/dist/_locales/zh-TW.json +7 -1
  153. package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
  154. package/dist/_storyHelpers_/components/StoryGrid.js +4 -4
  155. package/dist/_storyHelpers_/components/StoryGrid.js.map +1 -1
  156. package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +4 -4
  157. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  158. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +25 -25
  159. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  160. package/dist/_typedoc/Banner/Banner.types.json +17 -17
  161. package/dist/_typedoc/Box/Box.types.json +68 -68
  162. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +12 -12
  163. package/dist/_typedoc/Button/Button.types.json +14 -14
  164. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  165. package/dist/_typedoc/Card/Card.types.json +6 -6
  166. package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
  167. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  168. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  169. package/dist/_typedoc/DateSelect/DateSelect.types.json +14 -14
  170. package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
  171. package/dist/_typedoc/Dropdown/Dropdown.types.json +38 -38
  172. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +32 -32
  173. package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
  174. package/dist/_typedoc/EmptyState/EmptyState.types.json +18 -18
  175. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  176. package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
  177. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  178. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  179. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  180. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  181. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  182. package/dist/_typedoc/Form/Form.types.json +770 -770
  183. package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
  184. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  185. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +54 -54
  186. package/dist/_typedoc/Input/Input.types.json +2 -2
  187. package/dist/_typedoc/Link/Link.types.json +1 -1
  188. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  189. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  190. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +104 -84
  191. package/dist/_typedoc/Modal/Modal.types.json +48 -48
  192. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +33 -33
  193. package/dist/_typedoc/NextTile/NextTile.types.json +33 -33
  194. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  195. package/dist/_typedoc/NumberInput/NumberInput.types.json +52 -52
  196. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +33 -33
  197. package/dist/_typedoc/PageLayout/PageLayout.types.json +40 -40
  198. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  199. package/dist/_typedoc/Panel/Panel.types.json +28 -28
  200. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  201. package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
  202. package/dist/_typedoc/Popover/Popover.types.json +15 -15
  203. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
  204. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  205. package/dist/_typedoc/Required/Required.types.json +5 -5
  206. package/dist/_typedoc/Search/Search.types.json +18 -18
  207. package/dist/_typedoc/Section/Section.types.json +15 -15
  208. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
  209. package/dist/_typedoc/Select/Select.types.json +67 -67
  210. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
  211. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  212. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  213. package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
  214. package/dist/_typedoc/Table/Table.types.json +105 -105
  215. package/dist/_typedoc/Tabs/Tabs.types.json +23 -23
  216. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
  217. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  218. package/dist/_typedoc/TextEditor/TextEditor.types.json +11 -11
  219. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
  220. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  221. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +43 -43
  222. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +29 -29
  223. package/dist/_typedoc/Tile/Tile.types.json +8 -8
  224. package/dist/_typedoc/Title/Title.types.json +1 -1
  225. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  226. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
  227. package/dist/_typedoc/Token/Token.types.json +7 -7
  228. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  229. package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +8 -8
  230. package/dist/_typedoc/Tooltip/Tooltip.types.json +15 -15
  231. package/dist/_typedoc/Tree/Tree.types.json +91 -91
  232. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  233. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  234. package/dist/_typedoc/_utils/types.json +3 -3
  235. package/dist/_typedoc/a11y-tips.json +1 -1
  236. 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_52_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_52_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_52_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;
@@ -855,6 +861,12 @@ export declare const coreTranslations: {
855
861
  dismissAlert: string;
856
862
  expand: string;
857
863
  collapse: string;
864
+ defaultLabels: {
865
+ error: string;
866
+ attention: string;
867
+ info: string;
868
+ unsafeAttentionEmphasized: string;
869
+ };
858
870
  };
859
871
  breadcrumbs: {
860
872
  label: string;
@@ -933,14 +945,6 @@ export declare const coreTranslations: {
933
945
  };
934
946
  itemName: string;
935
947
  loading: string;
936
- /**
937
- * Hook to create I18n object.
938
- * @param {UseI18n} props - The I18n configuration.
939
- * @param {string} props.locale - The locale to use.
940
- * @param {Record<string, string>} props.translations - The translations to use.
941
- * @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.
942
- * @returns {I18nWithCDNFlag} The I18n object.
943
- */
944
948
  notes: string;
945
949
  notesPlaceholder: string;
946
950
  newItem: string;
@@ -1279,6 +1283,12 @@ export declare const coreTranslations: {
1279
1283
  dismissAlert: string;
1280
1284
  expand: string;
1281
1285
  collapse: string;
1286
+ defaultLabels: {
1287
+ error: string;
1288
+ attention: string;
1289
+ info: string;
1290
+ unsafeAttentionEmphasized: string;
1291
+ };
1282
1292
  };
1283
1293
  breadcrumbs: {
1284
1294
  label: string;
@@ -1695,6 +1705,12 @@ export declare const coreTranslations: {
1695
1705
  dismissAlert: string;
1696
1706
  expand: string;
1697
1707
  collapse: string;
1708
+ defaultLabels: {
1709
+ error: string;
1710
+ attention: string;
1711
+ info: string;
1712
+ unsafeAttentionEmphasized: string;
1713
+ };
1698
1714
  };
1699
1715
  breadcrumbs: {
1700
1716
  label: string;
@@ -1773,14 +1789,6 @@ export declare const coreTranslations: {
1773
1789
  };
1774
1790
  itemName: string;
1775
1791
  loading: string;
1776
- /**
1777
- * Hook to create I18n object.
1778
- * @param {UseI18n} props - The I18n configuration.
1779
- * @param {string} props.locale - The locale to use.
1780
- * @param {Record<string, string>} props.translations - The translations to use.
1781
- * @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.
1782
- * @returns {I18nWithCDNFlag} The I18n object.
1783
- */
1784
1792
  notes: string;
1785
1793
  notesPlaceholder: string;
1786
1794
  newItem: string;
@@ -2119,6 +2127,12 @@ export declare const coreTranslations: {
2119
2127
  dismissAlert: string;
2120
2128
  expand: string;
2121
2129
  collapse: string;
2130
+ defaultLabels: {
2131
+ error: string;
2132
+ attention: string;
2133
+ info: string;
2134
+ unsafeAttentionEmphasized: string;
2135
+ };
2122
2136
  };
2123
2137
  breadcrumbs: {
2124
2138
  label: string;
@@ -2535,6 +2549,12 @@ export declare const coreTranslations: {
2535
2549
  dismissAlert: string;
2536
2550
  expand: string;
2537
2551
  collapse: string;
2552
+ defaultLabels: {
2553
+ error: string;
2554
+ attention: string;
2555
+ info: string;
2556
+ unsafeAttentionEmphasized: string;
2557
+ };
2538
2558
  };
2539
2559
  breadcrumbs: {
2540
2560
  label: string;
@@ -2597,7 +2617,14 @@ export declare const coreTranslations: {
2597
2617
  subjectPlaceholder: string;
2598
2618
  };
2599
2619
  distributionSelect: {
2600
- 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
+ */
2601
2628
  peopleCount: string;
2602
2629
  distributionGroups: string;
2603
2630
  people: string;
@@ -2951,6 +2978,12 @@ export declare const coreTranslations: {
2951
2978
  dismissAlert: string;
2952
2979
  expand: string;
2953
2980
  collapse: string;
2981
+ defaultLabels: {
2982
+ error: string;
2983
+ attention: string;
2984
+ info: string;
2985
+ unsafeAttentionEmphasized: string;
2986
+ };
2954
2987
  };
2955
2988
  breadcrumbs: {
2956
2989
  label: string;
@@ -3367,6 +3400,12 @@ export declare const coreTranslations: {
3367
3400
  dismissAlert: string;
3368
3401
  expand: string;
3369
3402
  collapse: string;
3403
+ defaultLabels: {
3404
+ error: string;
3405
+ attention: string;
3406
+ info: string;
3407
+ unsafeAttentionEmphasized: string;
3408
+ };
3370
3409
  };
3371
3410
  breadcrumbs: {
3372
3411
  label: string;
@@ -3467,15 +3506,7 @@ export declare const coreTranslations: {
3467
3506
  };
3468
3507
  panelTitle: string;
3469
3508
  search: string;
3470
- searchItemType: string; /**
3471
- * Provider to wrap the application with the I18n context.
3472
- * @param {PropsWithChildren<UseI18n>} props - The I18n configuration.
3473
- * @param {React.ReactNode} props.children - The children to render.
3474
- * @param {UseI18n} props.locale - The locale to use.
3475
- * @param {Record<string, string>} props.translations - The translations to use.
3476
- * @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.
3477
- * @returns {React.ReactNode} The I18n context instance.
3478
- */
3509
+ searchItemType: string;
3479
3510
  submit: string;
3480
3511
  toast: {
3481
3512
  itemAdded: string;
@@ -3791,6 +3822,12 @@ export declare const coreTranslations: {
3791
3822
  dismissAlert: string;
3792
3823
  expand: string;
3793
3824
  collapse: string;
3825
+ defaultLabels: {
3826
+ error: string;
3827
+ attention: string;
3828
+ info: string;
3829
+ unsafeAttentionEmphasized: string;
3830
+ };
3794
3831
  };
3795
3832
  breadcrumbs: {
3796
3833
  label: string;
@@ -3998,17 +4035,6 @@ export declare const coreTranslations: {
3998
4035
  standaloneUnsupportedFileTypeError: string;
3999
4036
  standaloneMinFileSizeError: string;
4000
4037
  standaloneMaxFileSizeError: string;
4001
- /**
4002
- * Hook to access the I18n context.
4003
- *
4004
- * @template Translations - An optional generic to provide type safety for translations.
4005
- * If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
4006
- * These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
4007
- * If not specified, the default I18nWithCDN instance is returned.
4008
- *
4009
- * @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
4010
- * either with or without typed translations based on the provided generic.
4011
- */
4012
4038
  standaloneZeroFileSizeError: string;
4013
4039
  uploadTotalProgress: {
4014
4040
  withFailed: string;
@@ -4218,6 +4244,12 @@ export declare const coreTranslations: {
4218
4244
  dismissAlert: string;
4219
4245
  expand: string;
4220
4246
  collapse: string;
4247
+ defaultLabels: {
4248
+ error: string;
4249
+ attention: string;
4250
+ info: string;
4251
+ unsafeAttentionEmphasized: string;
4252
+ };
4221
4253
  };
4222
4254
  breadcrumbs: {
4223
4255
  label: string;
@@ -5056,6 +5088,12 @@ export declare const coreTranslations: {
5056
5088
  dismissAlert: string;
5057
5089
  expand: string;
5058
5090
  collapse: string;
5091
+ defaultLabels: {
5092
+ error: string;
5093
+ attention: string;
5094
+ info: string;
5095
+ unsafeAttentionEmphasized: string;
5096
+ };
5059
5097
  };
5060
5098
  breadcrumbs: {
5061
5099
  label: string;
@@ -5472,6 +5510,12 @@ export declare const coreTranslations: {
5472
5510
  dismissAlert: string;
5473
5511
  expand: string;
5474
5512
  collapse: string;
5513
+ defaultLabels: {
5514
+ error: string;
5515
+ attention: string;
5516
+ info: string;
5517
+ unsafeAttentionEmphasized: string;
5518
+ };
5475
5519
  };
5476
5520
  breadcrumbs: {
5477
5521
  label: string;
@@ -5548,6 +5592,14 @@ export declare const coreTranslations: {
5548
5592
  dailyLog: string;
5549
5593
  prostoreFile: string;
5550
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
+ */
5551
5603
  itemName: string;
5552
5604
  loading: string;
5553
5605
  notes: string;
@@ -5589,15 +5641,6 @@ export declare const coreTranslations: {
5589
5641
  table: {
5590
5642
  a11y: {
5591
5643
  expand: string;
5592
- /**
5593
- * Provider to wrap the application with the I18n context.
5594
- * @param {PropsWithChildren<UseI18n>} props - The I18n configuration.
5595
- * @param {React.ReactNode} props.children - The children to render.
5596
- * @param {UseI18n} props.locale - The locale to use.
5597
- * @param {Record<string, string>} props.translations - The translations to use.
5598
- * @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.
5599
- * @returns {React.ReactNode} The I18n context instance.
5600
- */
5601
5644
  collapse: string;
5602
5645
  overdue: string;
5603
5646
  };
@@ -5897,6 +5940,12 @@ export declare const coreTranslations: {
5897
5940
  dismissAlert: string;
5898
5941
  expand: string;
5899
5942
  collapse: string;
5943
+ defaultLabels: {
5944
+ error: string;
5945
+ attention: string;
5946
+ info: string;
5947
+ unsafeAttentionEmphasized: string;
5948
+ };
5900
5949
  };
5901
5950
  breadcrumbs: {
5902
5951
  label: string;
@@ -6313,6 +6362,12 @@ export declare const coreTranslations: {
6313
6362
  dismissAlert: string;
6314
6363
  expand: string;
6315
6364
  collapse: string;
6365
+ defaultLabels: {
6366
+ error: string;
6367
+ attention: string;
6368
+ info: string;
6369
+ unsafeAttentionEmphasized: string;
6370
+ };
6316
6371
  };
6317
6372
  breadcrumbs: {
6318
6373
  label: string;
@@ -6380,6 +6435,14 @@ export declare const coreTranslations: {
6380
6435
  distributionGroups: string;
6381
6436
  people: string;
6382
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
+ */
6383
6446
  relatedItems: {
6384
6447
  cancel: string;
6385
6448
  close: string;
@@ -6729,6 +6792,12 @@ export declare const coreTranslations: {
6729
6792
  dismissAlert: string;
6730
6793
  expand: string;
6731
6794
  collapse: string;
6795
+ defaultLabels: {
6796
+ error: string;
6797
+ attention: string;
6798
+ info: string;
6799
+ unsafeAttentionEmphasized: string;
6800
+ };
6732
6801
  };
6733
6802
  breadcrumbs: {
6734
6803
  label: string;
@@ -7145,6 +7214,12 @@ export declare const coreTranslations: {
7145
7214
  dismissAlert: string;
7146
7215
  expand: string;
7147
7216
  collapse: string;
7217
+ defaultLabels: {
7218
+ error: string;
7219
+ attention: string;
7220
+ info: string;
7221
+ unsafeAttentionEmphasized: string;
7222
+ };
7148
7223
  };
7149
7224
  breadcrumbs: {
7150
7225
  label: string;
@@ -7302,15 +7377,6 @@ export declare const coreTranslations: {
7302
7377
  withValue: {
7303
7378
  month: string;
7304
7379
  day: string;
7305
- /**
7306
- * Provider to wrap the application with the I18n context.
7307
- * @param {PropsWithChildren<UseI18n>} props - The I18n configuration.
7308
- * @param {React.ReactNode} props.children - The children to render.
7309
- * @param {UseI18n} props.locale - The locale to use.
7310
- * @param {Record<string, string>} props.translations - The translations to use.
7311
- * @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.
7312
- * @returns {React.ReactNode} The I18n context instance.
7313
- */
7314
7380
  year: string;
7315
7381
  };
7316
7382
  withoutValue: {
@@ -7453,17 +7519,7 @@ export declare const coreTranslations: {
7453
7519
  pagination: {
7454
7520
  interval: string;
7455
7521
  notation: string;
7456
- page: string; /**
7457
- * Hook to access the I18n context.
7458
- *
7459
- * @template Translations - An optional generic to provide type safety for translations.
7460
- * If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
7461
- * These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
7462
- * If not specified, the default I18nWithCDN instance is returned.
7463
- *
7464
- * @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
7465
- * either with or without typed translations based on the provided generic.
7466
- */
7522
+ page: string;
7467
7523
  nextPage: string;
7468
7524
  prevPage: string;
7469
7525
  };
@@ -7580,6 +7636,12 @@ export declare const coreTranslations: {
7580
7636
  dismissAlert: string;
7581
7637
  expand: string;
7582
7638
  collapse: string;
7639
+ defaultLabels: {
7640
+ error: string;
7641
+ attention: string;
7642
+ info: string;
7643
+ unsafeAttentionEmphasized: string;
7644
+ };
7583
7645
  };
7584
7646
  breadcrumbs: {
7585
7647
  label: string;
@@ -7684,15 +7746,6 @@ export declare const coreTranslations: {
7684
7746
  submit: string;
7685
7747
  toast: {
7686
7748
  itemAdded: string;
7687
- /**
7688
- * Provider to wrap the application with the I18n context.
7689
- * @param {PropsWithChildren<UseI18n>} props - The I18n configuration.
7690
- * @param {React.ReactNode} props.children - The children to render.
7691
- * @param {UseI18n} props.locale - The locale to use.
7692
- * @param {Record<string, string>} props.translations - The translations to use.
7693
- * @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.
7694
- * @returns {React.ReactNode} The I18n context instance.
7695
- */
7696
7749
  itemAdditionFailed: string;
7697
7750
  itemRemoved: string;
7698
7751
  requestError: string;
@@ -8005,6 +8058,12 @@ export declare const coreTranslations: {
8005
8058
  dismissAlert: string;
8006
8059
  expand: string;
8007
8060
  collapse: string;
8061
+ defaultLabels: {
8062
+ error: string;
8063
+ attention: string;
8064
+ info: string;
8065
+ unsafeAttentionEmphasized: string;
8066
+ };
8008
8067
  };
8009
8068
  breadcrumbs: {
8010
8069
  label: string;
@@ -8103,7 +8162,15 @@ export declare const coreTranslations: {
8103
8162
  description: string;
8104
8163
  action: string;
8105
8164
  };
8106
- 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
+ */
8107
8174
  search: string;
8108
8175
  searchItemType: string;
8109
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" : "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"
@@ -3,7 +3,13 @@
3
3
  "banner" : {
4
4
  "dismissAlert" : "アラートを却下する",
5
5
  "expand" : "展開",
6
- "collapse" : "折り畳む"
6
+ "collapse" : "折り畳む",
7
+ "defaultLabels" : {
8
+ "error" : "エラー",
9
+ "attention" : "警告",
10
+ "info" : "注記",
11
+ "unsafeAttentionEmphasized" : "情報"
12
+ }
7
13
  },
8
14
  "breadcrumbs" : {
9
15
  "label" : "パンくずリスト"
@@ -3,7 +3,13 @@
3
3
  "banner" : {
4
4
  "dismissAlert" : "Avvis varsel",
5
5
  "expand" : "Vis",
6
- "collapse" : "Skjul"
6
+ "collapse" : "Skjul",
7
+ "defaultLabels" : {
8
+ "error" : "Feil",
9
+ "attention" : "Advarsel",
10
+ "info" : "Merk",
11
+ "unsafeAttentionEmphasized" : "Informasjon"
12
+ }
7
13
  },
8
14
  "breadcrumbs" : {
9
15
  "label" : "Brødsmuler"
@@ -3,7 +3,13 @@
3
3
  "banner" : {
4
4
  "dismissAlert" : "Odrzuć alert",
5
5
  "expand" : "Rozwiń",
6
- "collapse" : "Zwiń"
6
+ "collapse" : "Zwiń",
7
+ "defaultLabels" : {
8
+ "error" : "Błąd",
9
+ "attention" : "Ostrzeżenie",
10
+ "info" : "Uwaga",
11
+ "unsafeAttentionEmphasized" : "Informacje"
12
+ }
7
13
  },
8
14
  "breadcrumbs" : {
9
15
  "label" : "Nawigacja okruszkowa"