@procore/core-react 12.34.0 → 12.35.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 (257) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
  3. package/dist/Avatar/Avatar.styles.js +5 -5
  4. package/dist/AvatarStack/AvatarStack.styles.js +7 -7
  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 +4 -4
  10. package/dist/Button/Button.styles.js +5 -5
  11. package/dist/Calendar/Calendar.d.ts +2 -2
  12. package/dist/Calendar/Calendar.js.map +1 -1
  13. package/dist/Calendar/Calendar.styles.d.ts +6 -3
  14. package/dist/Calendar/Calendar.styles.js +15 -9
  15. package/dist/Calendar/Calendar.styles.js.map +1 -1
  16. package/dist/Calendar/Calendar.types.d.ts +1 -31
  17. package/dist/Calendar/Calendar.types.js.map +1 -1
  18. package/dist/Card/Card.styles.js +1 -1
  19. package/dist/Checkbox/Checkbox.styles.js +6 -6
  20. package/dist/Checkbox/CheckboxTooltip.js +1 -1
  21. package/dist/ContactItem/ContactItem.styles.js +5 -5
  22. package/dist/ContactItem/ContactItem.types.d.ts +2 -0
  23. package/dist/ContactItem/ContactItem.types.js.map +1 -1
  24. package/dist/Content/Content.styles.js +2 -2
  25. package/dist/DateInput/DateInput.js +58 -53
  26. package/dist/DateInput/DateInput.js.map +1 -1
  27. package/dist/DateInput/DateInput.styles.js +6 -6
  28. package/dist/DetailPage/DetailPage.styles.js +7 -7
  29. package/dist/Dropdown/Dropdown.styles.js +3 -3
  30. package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
  31. package/dist/Dropzone/Dropzone.js +1 -1
  32. package/dist/Dropzone/Dropzone.styles.js +9 -9
  33. package/dist/EmptyState/EmptyState.styles.js +6 -6
  34. package/dist/Field/Field.styles.js +3 -3
  35. package/dist/FileList/FileList.styles.js +4 -4
  36. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  37. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
  38. package/dist/FileSelect/FileSelect.styles.js +2 -2
  39. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
  40. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
  41. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  42. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  43. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  44. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  45. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  46. package/dist/FileToken/FileToken.styles.js +4 -4
  47. package/dist/FilterToken/FilterToken.styles.js +5 -5
  48. package/dist/FlexList/FlexList.styles.js +1 -1
  49. package/dist/Form/Form.styles.js +14 -14
  50. package/dist/Form/StyledFormikForm.styles.js +2 -2
  51. package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
  52. package/dist/Grid/Grid.styles.js +2 -2
  53. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  54. package/dist/Input/Input.styles.js +1 -1
  55. package/dist/Link/Link.styles.js +1 -1
  56. package/dist/ListPage/ListPage.styles.js +8 -8
  57. package/dist/Loader/Loader.styles.js +2 -2
  58. package/dist/MenuImperative/MenuImperative.styles.js +10 -10
  59. package/dist/Modal/Modal.styles.js +13 -13
  60. package/dist/MultiSelect/MultiSelect.js +23 -2
  61. package/dist/MultiSelect/MultiSelect.js.map +1 -1
  62. package/dist/MultiSelect/MultiSelect.styles.js +6 -6
  63. package/dist/NextMenu/NextMenu.styles.js +3 -3
  64. package/dist/Notation/Notation.js +1 -1
  65. package/dist/NumberInput/NumberInput.styles.js +7 -7
  66. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  67. package/dist/PageLayout/PageLayout.styles.js +16 -16
  68. package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
  69. package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
  70. package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
  71. package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
  72. package/dist/Pagination/Pagination.styles.js +5 -5
  73. package/dist/Panel/Panel.js +6 -2
  74. package/dist/Panel/Panel.js.map +1 -1
  75. package/dist/Panel/Panel.styles.js +11 -11
  76. package/dist/Pill/Pill.styles.js +3 -3
  77. package/dist/PillSelect/PillSelect.styles.js +4 -4
  78. package/dist/Popover/Popover.styles.js +2 -2
  79. package/dist/Portal/Portal.js +4 -1
  80. package/dist/Portal/Portal.js.map +1 -1
  81. package/dist/Portal/Portal.styles.js +1 -1
  82. package/dist/Portal/Portal.types.d.ts +1 -1
  83. package/dist/Portal/Portal.types.js.map +1 -1
  84. package/dist/Portal/PortalProvider.d.ts +5 -0
  85. package/dist/Portal/PortalProvider.js +14 -0
  86. package/dist/Portal/PortalProvider.js.map +1 -0
  87. package/dist/Portal/PortalProvider.types.d.ts +4 -0
  88. package/dist/Portal/PortalProvider.types.js +2 -0
  89. package/dist/Portal/PortalProvider.types.js.map +1 -0
  90. package/dist/Portal/index.d.ts +2 -0
  91. package/dist/Portal/index.js +1 -0
  92. package/dist/Portal/index.js.map +1 -1
  93. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  94. package/dist/RadioButton/RadioButton.styles.js +3 -3
  95. package/dist/Required/Required.styles.js +3 -3
  96. package/dist/Search/Search.styles.js +5 -5
  97. package/dist/Section/Section.styles.js +7 -7
  98. package/dist/SegmentedController/SegmentedController.styles.js +4 -4
  99. package/dist/Select/Select.styles.js +7 -7
  100. package/dist/Semantic/Semantic.styles.js +9 -9
  101. package/dist/Slider/Slider.styles.js +5 -5
  102. package/dist/Spinner/Spinner.styles.js +7 -7
  103. package/dist/SplitViewCard/SplitViewCard.context.js +10 -2
  104. package/dist/SplitViewCard/SplitViewCard.context.js.map +1 -1
  105. package/dist/SplitViewCard/SplitViewCard.js +4 -2
  106. package/dist/SplitViewCard/SplitViewCard.js.map +1 -1
  107. package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
  108. package/dist/SplitViewCard/SplitViewCard.types.js.map +1 -1
  109. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  110. package/dist/SuperSelect/SuperSelect.styles.js +38 -38
  111. package/dist/Switch/Switch.styles.js +4 -4
  112. package/dist/Table/Table.d.ts +2 -2
  113. package/dist/Table/Table.js +58 -18
  114. package/dist/Table/Table.js.map +1 -1
  115. package/dist/Table/Table.styles.d.ts +3 -1
  116. package/dist/Table/Table.styles.js +32 -31
  117. package/dist/Table/Table.styles.js.map +1 -1
  118. package/dist/Table/Table.types.d.ts +5 -0
  119. package/dist/Table/Table.types.js.map +1 -1
  120. package/dist/TableShelf/TableShelf.styles.js +5 -5
  121. package/dist/Tabs/Tabs.styles.js +15 -15
  122. package/dist/Tearsheet/Tearsheet.styles.js +5 -5
  123. package/dist/TextArea/TextArea.js +1 -0
  124. package/dist/TextArea/TextArea.js.map +1 -1
  125. package/dist/TextArea/TextArea.styles.js +1 -1
  126. package/dist/TextEditor/TextEditor.d.ts +1 -1
  127. package/dist/TextEditor/TextEditor.js +67 -12
  128. package/dist/TextEditor/TextEditor.js.map +1 -1
  129. package/dist/TextEditor/TextEditor.types.d.ts +17 -0
  130. package/dist/TextEditor/TextEditor.types.js.map +1 -1
  131. package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
  132. package/dist/Thumbnail/Thumbnail.styles.js +17 -17
  133. package/dist/Thumbnail/ThumbnailDocumentIcon.d.ts +3 -1
  134. package/dist/Thumbnail/ThumbnailDocumentIcon.js +61 -21
  135. package/dist/Thumbnail/ThumbnailDocumentIcon.js.map +1 -1
  136. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  137. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  138. package/dist/Tile/Tile.styles.js +8 -8
  139. package/dist/Title/Title.styles.js +7 -7
  140. package/dist/Toast/Toast.js +1 -1
  141. package/dist/Toast/Toast.js.map +1 -1
  142. package/dist/Toast/Toast.styles.js +3 -3
  143. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  144. package/dist/Token/Token.styles.js +3 -3
  145. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  146. package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
  147. package/dist/Tooltip/Tooltip.styles.js +2 -2
  148. package/dist/Tree/Tree.styles.js +9 -9
  149. package/dist/Typeahead/Typeahead.styles.js +3 -3
  150. package/dist/Typography/Typography.styles.js +1 -1
  151. package/dist/Typography/Typography.table.story.js +2 -2
  152. package/dist/_hooks/I18n.d.ts +166 -11
  153. package/dist/_locales/de-DE.json +9 -3
  154. package/dist/_locales/en-AU.json +8 -2
  155. package/dist/_locales/en-CA.json +8 -2
  156. package/dist/_locales/en-GB.json +8 -2
  157. package/dist/_locales/en.json +7 -1
  158. package/dist/_locales/es-ES.json +10 -4
  159. package/dist/_locales/es.json +13 -7
  160. package/dist/_locales/fr-CA.json +9 -3
  161. package/dist/_locales/fr-FR.json +10 -4
  162. package/dist/_locales/is-IS.json +9 -3
  163. package/dist/_locales/it-IT.json +54 -48
  164. package/dist/_locales/ja-JP.json +10 -4
  165. package/dist/_locales/pl-PL.json +8 -2
  166. package/dist/_locales/pseudo.json +7 -1
  167. package/dist/_locales/pt-BR.json +9 -3
  168. package/dist/_locales/pt-PT.json +188 -182
  169. package/dist/_locales/th-TH.json +11 -5
  170. package/dist/_locales/zh-SG.json +8 -2
  171. package/dist/_locales/zh-TW.json +13 -7
  172. package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
  173. package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
  174. package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
  175. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  176. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
  177. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  178. package/dist/_typedoc/Banner/Banner.types.json +13 -13
  179. package/dist/_typedoc/Box/Box.types.json +68 -68
  180. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  181. package/dist/_typedoc/Button/Button.types.json +13 -13
  182. package/dist/_typedoc/Calendar/Calendar.types.json +89 -89
  183. package/dist/_typedoc/Card/Card.types.json +6 -6
  184. package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
  185. package/dist/_typedoc/ContactItem/ContactItem.types.json +12 -10
  186. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  187. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  188. package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
  189. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  190. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +30 -30
  191. package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
  192. package/dist/_typedoc/EmptyState/EmptyState.types.json +16 -16
  193. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  194. package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
  195. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  196. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  197. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  198. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  199. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  200. package/dist/_typedoc/Form/Form.types.json +794 -754
  201. package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
  202. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  203. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
  204. package/dist/_typedoc/Input/Input.types.json +2 -2
  205. package/dist/_typedoc/Link/Link.types.json +1 -1
  206. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  207. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  208. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +77 -77
  209. package/dist/_typedoc/Modal/Modal.types.json +46 -46
  210. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  211. package/dist/_typedoc/NextTile/NextTile.types.json +32 -32
  212. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  213. package/dist/_typedoc/NumberInput/NumberInput.types.json +48 -48
  214. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +34 -34
  215. package/dist/_typedoc/PageLayout/PageLayout.types.json +26 -26
  216. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  217. package/dist/_typedoc/Panel/Panel.types.json +30 -30
  218. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  219. package/dist/_typedoc/PillSelect/PillSelect.types.json +51 -51
  220. package/dist/_typedoc/Popover/Popover.types.json +15 -15
  221. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
  222. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  223. package/dist/_typedoc/Required/Required.types.json +5 -5
  224. package/dist/_typedoc/Search/Search.types.json +18 -18
  225. package/dist/_typedoc/Section/Section.types.json +15 -15
  226. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
  227. package/dist/_typedoc/Select/Select.types.json +64 -64
  228. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
  229. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  230. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  231. package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
  232. package/dist/_typedoc/Table/Table.types.json +113 -103
  233. package/dist/_typedoc/Tabs/Tabs.types.json +20 -20
  234. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
  235. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  236. package/dist/_typedoc/TextEditor/TextEditor.types.json +29 -9
  237. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
  238. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  239. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +43 -43
  240. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +29 -29
  241. package/dist/_typedoc/Tile/Tile.types.json +8 -8
  242. package/dist/_typedoc/Title/Title.types.json +1 -1
  243. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  244. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
  245. package/dist/_typedoc/Token/Token.types.json +7 -7
  246. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  247. package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +8 -8
  248. package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
  249. package/dist/_typedoc/Tree/Tree.types.json +86 -86
  250. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  251. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  252. package/dist/_typedoc/_utils/types.json +3 -3
  253. package/dist/_typedoc/deprecations.json +1 -1
  254. package/dist/_utils/a11y.d.ts +1 -0
  255. package/dist/_utils/a11y.js +8 -0
  256. package/dist/_utils/a11y.js.map +1 -0
  257. package/package.json +1 -1
@@ -5,11 +5,11 @@ import { Typography } from '../Typography/Typography';
5
5
  import { colors } from '../_styles/colors';
6
6
  export var StyledFilenameCaption = /*#__PURE__*/styled(Typography).withConfig({
7
7
  displayName: "StyledFilenameCaption",
8
- componentId: "core-12_34_0__sc-2d45b5-0"
8
+ componentId: "core-12_35_0__sc-2d45b5-0"
9
9
  })(["display:flex;width:100%;"]);
10
10
  export var StyledTree = /*#__PURE__*/styled.div.withConfig({
11
11
  displayName: "StyledTree",
12
- componentId: "core-12_34_0__sc-2d45b5-1"
12
+ componentId: "core-12_35_0__sc-2d45b5-1"
13
13
  })(["width:100%;height:100%;min-height:36px;outline:none;overflow:auto;"]);
14
14
  export var StyledTreeRowContainer = /*#__PURE__*/styled(Typography).withConfig({
15
15
  shouldForwardProp: function shouldForwardProp(prop) {
@@ -17,7 +17,7 @@ export var StyledTreeRowContainer = /*#__PURE__*/styled(Typography).withConfig({
17
17
  }
18
18
  }).withConfig({
19
19
  displayName: "StyledTreeRowContainer",
20
- componentId: "core-12_34_0__sc-2d45b5-2"
20
+ componentId: "core-12_35_0__sc-2d45b5-2"
21
21
  })(["display:flex;align-items:center;height:36px;background:transparent;box-shadow:inset 4px 0px 0px transparent;cursor:default;outline:none;", " &:hover{background:", ";}", " ", ""], function (_ref) {
22
22
  var isSelectable = _ref.isSelectable,
23
23
  $isSelectable = _ref.$isSelectable;
@@ -35,30 +35,30 @@ export var StyledTreeRowContainer = /*#__PURE__*/styled(Typography).withConfig({
35
35
  });
36
36
  export var StyledTreeRowContent = /*#__PURE__*/styled.div.withConfig({
37
37
  displayName: "StyledTreeRowContent",
38
- componentId: "core-12_34_0__sc-2d45b5-3"
38
+ componentId: "core-12_35_0__sc-2d45b5-3"
39
39
  })(["display:flex;align-items:center;"]);
40
40
  export var StyledTreeRowWrapper = /*#__PURE__*/styled.div.withConfig({
41
41
  displayName: "StyledTreeRowWrapper",
42
- componentId: "core-12_34_0__sc-2d45b5-4"
42
+ componentId: "core-12_35_0__sc-2d45b5-4"
43
43
  })(["outline:none;"]);
44
44
  var StyledIconBase = /*#__PURE__*/styled(Box).withConfig({
45
45
  displayName: "StyledIconBase",
46
- componentId: "core-12_34_0__sc-2d45b5-5"
46
+ componentId: "core-12_35_0__sc-2d45b5-5"
47
47
  })(["display:flex;justify-content:center;align-items:center;width:24px;height:24px;min-width:24px;min-height:24px;"]);
48
48
  export var StyledChevronContainer = /*#__PURE__*/styled(StyledIconBase).withConfig({
49
49
  displayName: "StyledChevronContainer",
50
- componentId: "core-12_34_0__sc-2d45b5-6"
50
+ componentId: "core-12_35_0__sc-2d45b5-6"
51
51
  })([""]);
52
52
  export var StyledIconContainer = /*#__PURE__*/styled(StyledIconBase).withConfig({
53
53
  displayName: "StyledIconContainer",
54
- componentId: "core-12_34_0__sc-2d45b5-7"
54
+ componentId: "core-12_35_0__sc-2d45b5-7"
55
55
  })(["color:", ";"], function (_ref4) {
56
56
  var $isSelected = _ref4.$isSelected;
57
57
  return $isSelected ? colors.blue45 : colors.gray40;
58
58
  });
59
59
  export var StyledChevron = /*#__PURE__*/styled(ChevronRight).withConfig({
60
60
  displayName: "StyledChevron",
61
- componentId: "core-12_34_0__sc-2d45b5-8"
61
+ componentId: "core-12_35_0__sc-2d45b5-8"
62
62
  })(["transform:rotate(", "deg);transition:transform 150ms ease-out;"], function (_ref5) {
63
63
  var $isExpanded = _ref5.$isExpanded;
64
64
  return $isExpanded ? 90 : 0;
@@ -5,11 +5,11 @@ import { spacing } from '../_styles/spacing';
5
5
  var inputHeight = 36;
6
6
  export var StyledInput = /*#__PURE__*/styled.input.withConfig({
7
7
  displayName: "StyledInput",
8
- componentId: "core-12_34_0__sc-gpc39h-0"
8
+ componentId: "core-12_35_0__sc-gpc39h-0"
9
9
  })(["", " padding-right:", "px;"], getSearchInputStyles(), spacing.xxl);
10
10
  export var StyledIcon = /*#__PURE__*/styled.div.withConfig({
11
11
  displayName: "StyledIcon",
12
- componentId: "core-12_34_0__sc-gpc39h-1"
12
+ componentId: "core-12_35_0__sc-gpc39h-1"
13
13
  })(["align-items:center;color:", ";display:flex;height:", "px;justify-content:center;pointer-events:", ";position:absolute;right:0;top:0;width:", "px;"], function (p) {
14
14
  return p.disabled ? colors.gray70 : colors.gray45;
15
15
  }, inputHeight, function (p) {
@@ -17,6 +17,6 @@ export var StyledIcon = /*#__PURE__*/styled.div.withConfig({
17
17
  }, inputHeight);
18
18
  export var StyledTypeahead = /*#__PURE__*/styled.div.withConfig({
19
19
  displayName: "StyledTypeahead",
20
- componentId: "core-12_34_0__sc-gpc39h-2"
20
+ componentId: "core-12_35_0__sc-gpc39h-2"
21
21
  })(["position:relative;width:100%;"]);
22
22
  //# sourceMappingURL=Typeahead.styles.js.map
@@ -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_34_0__sc-1c4583t-0"
38
+ componentId: "core-12_35_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_34_0__sc-p4v7d-0"
8
+ componentId: "core-12_35_0__sc-p4v7d-0"
9
9
  })([""]);
10
10
  var StyledTextCell = /*#__PURE__*/styled(Table.TextCell).withConfig({
11
11
  displayName: "StyledTextCell",
12
- componentId: "core-12_34_0__sc-p4v7d-1"
12
+ componentId: "core-12_35_0__sc-p4v7d-1"
13
13
  })(["", " color:", ";"], getTypographyIntent('body'), colors.blue50);
14
14
  function BodyCell() {
15
15
  return /*#__PURE__*/React.createElement(StyledBodyCell, {
@@ -127,6 +127,10 @@ export declare const coreTranslations: {
127
127
  timeOnDate: string;
128
128
  };
129
129
  table: {
130
+ a11y: {
131
+ expand: string;
132
+ collapse: string;
133
+ };
130
134
  checkboxLabel: string;
131
135
  sortableColumn: string;
132
136
  };
@@ -230,6 +234,8 @@ export declare const coreTranslations: {
230
234
  clearAll: string;
231
235
  selectValues: string;
232
236
  noResults: string;
237
+ selectedToken: string;
238
+ selectedItems: string;
233
239
  };
234
240
  tearsheet: {
235
241
  a11y: {
@@ -508,6 +514,10 @@ export declare const coreTranslations: {
508
514
  timeOnDate: string;
509
515
  };
510
516
  table: {
517
+ a11y: {
518
+ expand: string;
519
+ collapse: string;
520
+ };
511
521
  checkboxLabel: string;
512
522
  sortableColumn: string;
513
523
  };
@@ -611,6 +621,8 @@ export declare const coreTranslations: {
611
621
  clearAll: string;
612
622
  selectValues: string;
613
623
  noResults: string;
624
+ selectedToken: string;
625
+ selectedItems: string;
614
626
  };
615
627
  tearsheet: {
616
628
  a11y: {
@@ -889,6 +901,10 @@ export declare const coreTranslations: {
889
901
  timeOnDate: string;
890
902
  };
891
903
  table: {
904
+ a11y: {
905
+ expand: string;
906
+ collapse: string;
907
+ };
892
908
  checkboxLabel: string;
893
909
  sortableColumn: string;
894
910
  };
@@ -992,6 +1008,8 @@ export declare const coreTranslations: {
992
1008
  clearAll: string;
993
1009
  selectValues: string;
994
1010
  noResults: string;
1011
+ selectedToken: string;
1012
+ selectedItems: string;
995
1013
  };
996
1014
  tearsheet: {
997
1015
  a11y: {
@@ -1270,6 +1288,10 @@ export declare const coreTranslations: {
1270
1288
  timeOnDate: string;
1271
1289
  };
1272
1290
  table: {
1291
+ a11y: {
1292
+ expand: string;
1293
+ collapse: string;
1294
+ };
1273
1295
  checkboxLabel: string;
1274
1296
  sortableColumn: string;
1275
1297
  };
@@ -1373,6 +1395,8 @@ export declare const coreTranslations: {
1373
1395
  clearAll: string;
1374
1396
  selectValues: string;
1375
1397
  noResults: string;
1398
+ selectedToken: string;
1399
+ selectedItems: string;
1376
1400
  };
1377
1401
  tearsheet: {
1378
1402
  a11y: {
@@ -1651,6 +1675,10 @@ export declare const coreTranslations: {
1651
1675
  timeOnDate: string;
1652
1676
  };
1653
1677
  table: {
1678
+ a11y: {
1679
+ expand: string;
1680
+ collapse: string;
1681
+ };
1654
1682
  checkboxLabel: string;
1655
1683
  sortableColumn: string;
1656
1684
  };
@@ -1754,6 +1782,8 @@ export declare const coreTranslations: {
1754
1782
  clearAll: string;
1755
1783
  selectValues: string;
1756
1784
  noResults: string;
1785
+ selectedToken: string;
1786
+ selectedItems: string;
1757
1787
  };
1758
1788
  tearsheet: {
1759
1789
  a11y: {
@@ -2032,6 +2062,10 @@ export declare const coreTranslations: {
2032
2062
  timeOnDate: string;
2033
2063
  };
2034
2064
  table: {
2065
+ a11y: {
2066
+ expand: string;
2067
+ collapse: string;
2068
+ };
2035
2069
  checkboxLabel: string;
2036
2070
  sortableColumn: string;
2037
2071
  };
@@ -2117,6 +2151,17 @@ export declare const coreTranslations: {
2117
2151
  wrongFileTypeErrorGroup: string;
2118
2152
  standaloneMaxFileNumberError: string;
2119
2153
  standaloneUnsupportedFileTypeError: string;
2154
+ /**
2155
+ * Hook to access the I18n context.
2156
+ *
2157
+ * @template Translations - An optional generic to provide type safety for translations.
2158
+ * If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
2159
+ * These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
2160
+ * If not specified, the default I18nWithCDN instance is returned.
2161
+ *
2162
+ * @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
2163
+ * either with or without typed translations based on the provided generic.
2164
+ */
2120
2165
  standaloneMinFileSizeError: string;
2121
2166
  standaloneMaxFileSizeError: string;
2122
2167
  standaloneZeroFileSizeError: string;
@@ -2135,6 +2180,8 @@ export declare const coreTranslations: {
2135
2180
  clearAll: string;
2136
2181
  selectValues: string;
2137
2182
  noResults: string;
2183
+ selectedToken: string;
2184
+ selectedItems: string;
2138
2185
  };
2139
2186
  tearsheet: {
2140
2187
  a11y: {
@@ -2413,6 +2460,10 @@ export declare const coreTranslations: {
2413
2460
  timeOnDate: string;
2414
2461
  };
2415
2462
  table: {
2463
+ a11y: {
2464
+ expand: string;
2465
+ collapse: string;
2466
+ };
2416
2467
  checkboxLabel: string;
2417
2468
  sortableColumn: string;
2418
2469
  };
@@ -2498,6 +2549,17 @@ export declare const coreTranslations: {
2498
2549
  wrongFileTypeErrorGroup: string;
2499
2550
  standaloneMaxFileNumberError: string;
2500
2551
  standaloneUnsupportedFileTypeError: string;
2552
+ /**
2553
+ * Hook to access the I18n context.
2554
+ *
2555
+ * @template Translations - An optional generic to provide type safety for translations.
2556
+ * If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
2557
+ * These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
2558
+ * If not specified, the default I18nWithCDN instance is returned.
2559
+ *
2560
+ * @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
2561
+ * either with or without typed translations based on the provided generic.
2562
+ */
2501
2563
  standaloneMinFileSizeError: string;
2502
2564
  standaloneMaxFileSizeError: string;
2503
2565
  standaloneZeroFileSizeError: string;
@@ -2516,6 +2578,8 @@ export declare const coreTranslations: {
2516
2578
  clearAll: string;
2517
2579
  selectValues: string;
2518
2580
  noResults: string;
2581
+ selectedToken: string;
2582
+ selectedItems: string;
2519
2583
  };
2520
2584
  tearsheet: {
2521
2585
  a11y: {
@@ -2794,6 +2858,10 @@ export declare const coreTranslations: {
2794
2858
  timeOnDate: string;
2795
2859
  };
2796
2860
  table: {
2861
+ a11y: {
2862
+ expand: string;
2863
+ collapse: string;
2864
+ };
2797
2865
  checkboxLabel: string;
2798
2866
  sortableColumn: string;
2799
2867
  };
@@ -2897,6 +2965,8 @@ export declare const coreTranslations: {
2897
2965
  clearAll: string;
2898
2966
  selectValues: string;
2899
2967
  noResults: string;
2968
+ selectedToken: string;
2969
+ selectedItems: string;
2900
2970
  };
2901
2971
  tearsheet: {
2902
2972
  a11y: {
@@ -3132,6 +3202,14 @@ export declare const coreTranslations: {
3132
3202
  close: string;
3133
3203
  date: string;
3134
3204
  itemType: string;
3205
+ /**
3206
+ * Hook to create I18n object.
3207
+ * @param {UseI18n} props - The I18n configuration.
3208
+ * @param {string} props.locale - The locale to use.
3209
+ * @param {Record<string, string>} props.translations - The translations to use.
3210
+ * @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.
3211
+ * @returns {I18nWithCDNFlag} The I18n object.
3212
+ */
3135
3213
  itemTypeGroupLabel: {
3136
3214
  dailyLog: string;
3137
3215
  prostoreFile: string;
@@ -3175,6 +3253,10 @@ export declare const coreTranslations: {
3175
3253
  timeOnDate: string;
3176
3254
  };
3177
3255
  table: {
3256
+ a11y: {
3257
+ expand: string;
3258
+ collapse: string;
3259
+ };
3178
3260
  checkboxLabel: string;
3179
3261
  sortableColumn: string;
3180
3262
  };
@@ -3278,6 +3360,8 @@ export declare const coreTranslations: {
3278
3360
  clearAll: string;
3279
3361
  selectValues: string;
3280
3362
  noResults: string;
3363
+ selectedToken: string;
3364
+ selectedItems: string;
3281
3365
  };
3282
3366
  tearsheet: {
3283
3367
  a11y: {
@@ -3565,6 +3649,10 @@ export declare const coreTranslations: {
3565
3649
  * @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.
3566
3650
  * @returns {React.ReactNode} The I18n context instance.
3567
3651
  */
3652
+ a11y: {
3653
+ expand: string;
3654
+ collapse: string;
3655
+ };
3568
3656
  checkboxLabel: string;
3569
3657
  sortableColumn: string;
3570
3658
  };
@@ -3668,6 +3756,8 @@ export declare const coreTranslations: {
3668
3756
  clearAll: string;
3669
3757
  selectValues: string;
3670
3758
  noResults: string;
3759
+ selectedToken: string;
3760
+ selectedItems: string;
3671
3761
  };
3672
3762
  tearsheet: {
3673
3763
  a11y: {
@@ -3946,6 +4036,10 @@ export declare const coreTranslations: {
3946
4036
  timeOnDate: string;
3947
4037
  };
3948
4038
  table: {
4039
+ a11y: {
4040
+ expand: string;
4041
+ collapse: string;
4042
+ };
3949
4043
  checkboxLabel: string;
3950
4044
  sortableColumn: string;
3951
4045
  };
@@ -4049,6 +4143,8 @@ export declare const coreTranslations: {
4049
4143
  clearAll: string;
4050
4144
  selectValues: string;
4051
4145
  noResults: string;
4146
+ selectedToken: string;
4147
+ selectedItems: string;
4052
4148
  };
4053
4149
  tearsheet: {
4054
4150
  a11y: {
@@ -4335,6 +4431,10 @@ export declare const coreTranslations: {
4335
4431
  timeOnDate: string;
4336
4432
  };
4337
4433
  table: {
4434
+ a11y: {
4435
+ expand: string;
4436
+ collapse: string;
4437
+ };
4338
4438
  checkboxLabel: string;
4339
4439
  sortableColumn: string;
4340
4440
  };
@@ -4413,6 +4513,17 @@ export declare const coreTranslations: {
4413
4513
  errorTitle: string;
4414
4514
  oneFileAtATimeError: string;
4415
4515
  multipleErrorsMessage: string;
4516
+ /**
4517
+ * Hook to access the I18n context.
4518
+ *
4519
+ * @template Translations - An optional generic to provide type safety for translations.
4520
+ * If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
4521
+ * These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
4522
+ * If not specified, the default I18nWithCDN instance is returned.
4523
+ *
4524
+ * @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
4525
+ * either with or without typed translations based on the provided generic.
4526
+ */
4416
4527
  maxFileSizeErrorGroup: string;
4417
4528
  minFileSizeErrorGroup: string;
4418
4529
  zeroFileSizeErrorGroup: string;
@@ -4438,6 +4549,8 @@ export declare const coreTranslations: {
4438
4549
  clearAll: string;
4439
4550
  selectValues: string;
4440
4551
  noResults: string;
4552
+ selectedToken: string;
4553
+ selectedItems: string;
4441
4554
  };
4442
4555
  tearsheet: {
4443
4556
  a11y: {
@@ -4716,6 +4829,10 @@ export declare const coreTranslations: {
4716
4829
  timeOnDate: string;
4717
4830
  };
4718
4831
  table: {
4832
+ a11y: {
4833
+ expand: string;
4834
+ collapse: string;
4835
+ };
4719
4836
  checkboxLabel: string;
4720
4837
  sortableColumn: string;
4721
4838
  };
@@ -4819,6 +4936,8 @@ export declare const coreTranslations: {
4819
4936
  clearAll: string;
4820
4937
  selectValues: string;
4821
4938
  noResults: string;
4939
+ selectedToken: string;
4940
+ selectedItems: string;
4822
4941
  };
4823
4942
  tearsheet: {
4824
4943
  a11y: {
@@ -5097,6 +5216,10 @@ export declare const coreTranslations: {
5097
5216
  timeOnDate: string;
5098
5217
  };
5099
5218
  table: {
5219
+ a11y: {
5220
+ expand: string;
5221
+ collapse: string;
5222
+ };
5100
5223
  checkboxLabel: string;
5101
5224
  sortableColumn: string;
5102
5225
  };
@@ -5200,6 +5323,8 @@ export declare const coreTranslations: {
5200
5323
  clearAll: string;
5201
5324
  selectValues: string;
5202
5325
  noResults: string;
5326
+ selectedToken: string;
5327
+ selectedItems: string;
5203
5328
  };
5204
5329
  tearsheet: {
5205
5330
  a11y: {
@@ -5207,17 +5332,6 @@ export declare const coreTranslations: {
5207
5332
  };
5208
5333
  };
5209
5334
  fileAttacher: {
5210
- /**
5211
- * Hook to access the I18n context.
5212
- *
5213
- * @template Translations - An optional generic to provide type safety for translations.
5214
- * If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
5215
- * These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
5216
- * If not specified, the default I18nWithCDN instance is returned.
5217
- *
5218
- * @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
5219
- * either with or without typed translations based on the provided generic.
5220
- */
5221
5335
  attachFiles: {
5222
5336
  one: string;
5223
5337
  other: string;
@@ -5497,6 +5611,10 @@ export declare const coreTranslations: {
5497
5611
  timeOnDate: string;
5498
5612
  };
5499
5613
  table: {
5614
+ a11y: {
5615
+ expand: string;
5616
+ collapse: string;
5617
+ };
5500
5618
  checkboxLabel: string;
5501
5619
  sortableColumn: string;
5502
5620
  };
@@ -5600,6 +5718,8 @@ export declare const coreTranslations: {
5600
5718
  clearAll: string;
5601
5719
  selectValues: string;
5602
5720
  noResults: string;
5721
+ selectedToken: string;
5722
+ selectedItems: string;
5603
5723
  };
5604
5724
  tearsheet: {
5605
5725
  a11y: {
@@ -5882,6 +6002,10 @@ export declare const coreTranslations: {
5882
6002
  timeOnDate: string;
5883
6003
  };
5884
6004
  table: {
6005
+ a11y: {
6006
+ expand: string;
6007
+ collapse: string;
6008
+ };
5885
6009
  checkboxLabel: string;
5886
6010
  sortableColumn: string;
5887
6011
  };
@@ -5985,6 +6109,8 @@ export declare const coreTranslations: {
5985
6109
  clearAll: string;
5986
6110
  selectValues: string;
5987
6111
  noResults: string;
6112
+ selectedToken: string;
6113
+ selectedItems: string;
5988
6114
  };
5989
6115
  tearsheet: {
5990
6116
  a11y: {
@@ -6269,6 +6395,10 @@ export declare const coreTranslations: {
6269
6395
  timeOnDate: string;
6270
6396
  };
6271
6397
  table: {
6398
+ a11y: {
6399
+ expand: string;
6400
+ collapse: string;
6401
+ };
6272
6402
  checkboxLabel: string;
6273
6403
  sortableColumn: string;
6274
6404
  };
@@ -6372,6 +6502,8 @@ export declare const coreTranslations: {
6372
6502
  clearAll: string;
6373
6503
  selectValues: string;
6374
6504
  noResults: string;
6505
+ selectedToken: string;
6506
+ selectedItems: string;
6375
6507
  };
6376
6508
  tearsheet: {
6377
6509
  a11y: {
@@ -6650,6 +6782,10 @@ export declare const coreTranslations: {
6650
6782
  timeOnDate: string;
6651
6783
  };
6652
6784
  table: {
6785
+ a11y: {
6786
+ expand: string;
6787
+ collapse: string;
6788
+ };
6653
6789
  checkboxLabel: string;
6654
6790
  sortableColumn: string;
6655
6791
  };
@@ -6736,6 +6872,17 @@ export declare const coreTranslations: {
6736
6872
  standaloneMaxFileNumberError: string;
6737
6873
  standaloneUnsupportedFileTypeError: string;
6738
6874
  standaloneMinFileSizeError: string;
6875
+ /**
6876
+ * Hook to access the I18n context.
6877
+ *
6878
+ * @template Translations - An optional generic to provide type safety for translations.
6879
+ * If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
6880
+ * These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
6881
+ * If not specified, the default I18nWithCDN instance is returned.
6882
+ *
6883
+ * @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
6884
+ * either with or without typed translations based on the provided generic.
6885
+ */
6739
6886
  standaloneMaxFileSizeError: string;
6740
6887
  standaloneZeroFileSizeError: string;
6741
6888
  uploadTotalProgress: {
@@ -6753,6 +6900,8 @@ export declare const coreTranslations: {
6753
6900
  clearAll: string;
6754
6901
  selectValues: string;
6755
6902
  noResults: string;
6903
+ selectedToken: string;
6904
+ selectedItems: string;
6756
6905
  };
6757
6906
  tearsheet: {
6758
6907
  a11y: {
@@ -7031,6 +7180,10 @@ export declare const coreTranslations: {
7031
7180
  timeOnDate: string;
7032
7181
  };
7033
7182
  table: {
7183
+ a11y: {
7184
+ expand: string;
7185
+ collapse: string;
7186
+ };
7034
7187
  checkboxLabel: string;
7035
7188
  sortableColumn: string;
7036
7189
  };
@@ -7134,6 +7287,8 @@ export declare const coreTranslations: {
7134
7287
  clearAll: string;
7135
7288
  selectValues: string;
7136
7289
  noResults: string;
7290
+ selectedToken: string;
7291
+ selectedItems: string;
7137
7292
  };
7138
7293
  tearsheet: {
7139
7294
  a11y: {
@@ -105,7 +105,7 @@
105
105
  "itemAdded" : "Das verknüpfte Element wurde erfolgreich verlinkt.",
106
106
  "itemAdditionFailed" : "Leider konnte das Element nicht angehängt werden. Bitte versuchen Sie es erneut.",
107
107
  "itemRemoved" : "Das verlinkte Element wurde erfolgreich entfernt.",
108
- "requestError" : "Entschuldigung, da ist etwas schief gelaufen. Bitte versuchen Sie es erneut."
108
+ "requestError" : "Es ist leider ein Fehler aufgetreten. Bitte versuchen Sie es erneut."
109
109
  }
110
110
  }
111
111
  },
@@ -114,6 +114,10 @@
114
114
  "timeOnDate" : "{{time}} am {{date}}"
115
115
  },
116
116
  "table" : {
117
+ "a11y" : {
118
+ "expand" : "Maximieren",
119
+ "collapse" : "Minimieren"
120
+ },
117
121
  "checkboxLabel" : "Zeile auswählen",
118
122
  "sortableColumn" : "Sortierbare Spalte"
119
123
  },
@@ -216,7 +220,9 @@
216
220
  "multiSelect" : {
217
221
  "clearAll" : "Feld löschen",
218
222
  "selectValues" : "Werte auswählen",
219
- "noResults" : "Keine Ergebnisse"
223
+ "noResults" : "Keine Ergebnisse",
224
+ "selectedToken" : "{{tokenLabel}}, ausgewählt",
225
+ "selectedItems" : "Ausgewählte Elemente"
220
226
  },
221
227
  "tearsheet" : {
222
228
  "a11y" : {
@@ -378,4 +384,4 @@
378
384
  }
379
385
  }
380
386
  }
381
- }
387
+ }
@@ -114,6 +114,10 @@
114
114
  "timeOnDate" : "{{time}} on {{date}}"
115
115
  },
116
116
  "table" : {
117
+ "a11y" : {
118
+ "expand" : "Expand",
119
+ "collapse" : "Collapse"
120
+ },
117
121
  "checkboxLabel" : "Select row",
118
122
  "sortableColumn" : "Sortable column"
119
123
  },
@@ -216,7 +220,9 @@
216
220
  "multiSelect" : {
217
221
  "clearAll" : "Delete field",
218
222
  "selectValues" : "Select values",
219
- "noResults" : "No results"
223
+ "noResults" : "No results",
224
+ "selectedToken" : "{{tokenLabel}}, selected",
225
+ "selectedItems" : "Selected items"
220
226
  },
221
227
  "tearsheet" : {
222
228
  "a11y" : {
@@ -378,4 +384,4 @@
378
384
  }
379
385
  }
380
386
  }
381
- }
387
+ }
@@ -114,6 +114,10 @@
114
114
  "timeOnDate" : "{{time}} on {{date}}"
115
115
  },
116
116
  "table" : {
117
+ "a11y" : {
118
+ "expand" : "Expand",
119
+ "collapse" : "Collapse"
120
+ },
117
121
  "checkboxLabel" : "Select row",
118
122
  "sortableColumn" : "Sortable column"
119
123
  },
@@ -216,7 +220,9 @@
216
220
  "multiSelect" : {
217
221
  "clearAll" : "Delete field",
218
222
  "selectValues" : "Select values",
219
- "noResults" : "No results"
223
+ "noResults" : "No results",
224
+ "selectedToken" : "{{tokenLabel}}, selected",
225
+ "selectedItems" : "Selected items"
220
226
  },
221
227
  "tearsheet" : {
222
228
  "a11y" : {
@@ -378,4 +384,4 @@
378
384
  }
379
385
  }
380
386
  }
381
- }
387
+ }