@procore/core-react 12.36.0 → 12.38.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 (282) hide show
  1. package/CHANGELOG.md +46 -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.d.ts +2 -1
  8. package/dist/Banner/Banner.js +53 -34
  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 +6 -0
  12. package/dist/Banner/Banner.types.js.map +1 -1
  13. package/dist/Banner/index.d.ts +1 -1
  14. package/dist/Banner/index.js.map +1 -1
  15. package/dist/Box/Box.styles.js +1 -1
  16. package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
  17. package/dist/Button/Button.js +0 -1
  18. package/dist/Button/Button.js.map +1 -1
  19. package/dist/Button/Button.styles.js +5 -5
  20. package/dist/Calendar/Calendar.styles.js +9 -9
  21. package/dist/Card/Card.styles.js +1 -1
  22. package/dist/Checkbox/Checkbox.styles.js +6 -6
  23. package/dist/Checkbox/CheckboxTooltip.js +1 -1
  24. package/dist/ContactItem/ContactItem.styles.js +5 -5
  25. package/dist/Content/Content.styles.js +2 -2
  26. package/dist/DateInput/DateInput.js +2 -3
  27. package/dist/DateInput/DateInput.js.map +1 -1
  28. package/dist/DateInput/DateInput.styles.js +6 -6
  29. package/dist/DateSelect/DateSelect.js +1 -1
  30. package/dist/DateSelect/DateSelect.js.map +1 -1
  31. package/dist/DetailPage/DetailPage.styles.js +7 -7
  32. package/dist/Dropdown/Dropdown.js +0 -4
  33. package/dist/Dropdown/Dropdown.js.map +1 -1
  34. package/dist/Dropdown/Dropdown.styles.js +3 -3
  35. package/dist/DropdownFlyout/DropdownFlyout.js +8 -3
  36. package/dist/DropdownFlyout/DropdownFlyout.js.map +1 -1
  37. package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
  38. package/dist/DropdownFlyout/DropdownFlyout.types.d.ts +1 -0
  39. package/dist/DropdownFlyout/DropdownFlyout.types.js.map +1 -1
  40. package/dist/Dropzone/Dropzone.js +1 -1
  41. package/dist/Dropzone/Dropzone.styles.js +9 -9
  42. package/dist/EmptyState/EmptyState.styles.js +6 -6
  43. package/dist/Field/Field.styles.js +3 -3
  44. package/dist/FileList/FileList.styles.js +4 -4
  45. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  46. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.js +3 -1
  47. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.js.map +1 -1
  48. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
  49. package/dist/FileSelect/FileSelect.styles.js +2 -2
  50. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
  51. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
  52. package/dist/FileSelect/GridSource/GridSource.js +2 -1
  53. package/dist/FileSelect/GridSource/GridSource.js.map +1 -1
  54. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  55. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  56. package/dist/FileSelect/SourceItem/SourceItem.js +29 -21
  57. package/dist/FileSelect/SourceItem/SourceItem.js.map +1 -1
  58. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  59. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  60. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  61. package/dist/FileToken/FileToken.styles.js +4 -4
  62. package/dist/FilterToken/FilterToken.styles.js +5 -5
  63. package/dist/FlexList/FlexList.styles.js +1 -1
  64. package/dist/Form/Form.styles.js +14 -14
  65. package/dist/Form/StyledFormikForm.styles.js +2 -2
  66. package/dist/Form/stories/util.js +1 -12
  67. package/dist/Form/stories/util.js.map +1 -1
  68. package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
  69. package/dist/Grid/Grid.styles.js +2 -2
  70. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  71. package/dist/Input/Input.styles.js +1 -1
  72. package/dist/Link/Link.styles.js +1 -1
  73. package/dist/ListPage/ListPage.styles.js +8 -8
  74. package/dist/Loader/Loader.styles.js +2 -2
  75. package/dist/MenuImperative/MenuImperative.styles.js +10 -10
  76. package/dist/Modal/Modal.styles.js +13 -13
  77. package/dist/MultiSelect/MultiSelect.js +3 -3
  78. package/dist/MultiSelect/MultiSelect.js.map +1 -1
  79. package/dist/MultiSelect/MultiSelect.styles.d.ts +7 -4
  80. package/dist/MultiSelect/MultiSelect.styles.js +18 -10
  81. package/dist/MultiSelect/MultiSelect.styles.js.map +1 -1
  82. package/dist/NextMenu/NextMenu.styles.js +3 -3
  83. package/dist/Notation/Notation.js +1 -1
  84. package/dist/NumberInput/NumberInput.styles.js +7 -7
  85. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  86. package/dist/OverlayTrigger/OverlayTrigger.js +4 -2
  87. package/dist/OverlayTrigger/OverlayTrigger.js.map +1 -1
  88. package/dist/OverlayTrigger/OverlayTrigger.types.d.ts +8 -0
  89. package/dist/OverlayTrigger/OverlayTrigger.types.js.map +1 -1
  90. package/dist/PageLayout/PageLayout.styles.d.ts +1 -0
  91. package/dist/PageLayout/PageLayout.styles.js +17 -17
  92. package/dist/PageLayout/PageLayout.styles.js.map +1 -1
  93. package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
  94. package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
  95. package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
  96. package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
  97. package/dist/Pagination/Pagination.styles.js +5 -5
  98. package/dist/Panel/Panel.styles.js +11 -11
  99. package/dist/Pill/Pill.styles.js +3 -3
  100. package/dist/PillSelect/PillSelect.styles.js +4 -4
  101. package/dist/Popover/Popover.js +2 -1
  102. package/dist/Popover/Popover.js.map +1 -1
  103. package/dist/Popover/Popover.styles.js +2 -2
  104. package/dist/Portal/Portal.styles.js +1 -1
  105. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  106. package/dist/RadioButton/RadioButton.styles.js +3 -3
  107. package/dist/Required/Required.styles.js +3 -3
  108. package/dist/Search/Search.styles.js +5 -5
  109. package/dist/Section/Section.styles.js +7 -7
  110. package/dist/SegmentedController/SegmentedController.js +1 -1
  111. package/dist/SegmentedController/SegmentedController.js.map +1 -1
  112. package/dist/SegmentedController/SegmentedController.styles.js +4 -4
  113. package/dist/Select/Select.js +46 -20
  114. package/dist/Select/Select.js.map +1 -1
  115. package/dist/Select/Select.styles.d.ts +5 -1
  116. package/dist/Select/Select.styles.js +45 -35
  117. package/dist/Select/Select.styles.js.map +1 -1
  118. package/dist/Select/Select.types.d.ts +13 -0
  119. package/dist/Select/Select.types.js.map +1 -1
  120. package/dist/Semantic/Semantic.styles.d.ts +4 -4
  121. package/dist/Semantic/Semantic.styles.js +9 -9
  122. package/dist/Slider/Slider.styles.js +5 -5
  123. package/dist/Spinner/Spinner.js +21 -6
  124. package/dist/Spinner/Spinner.js.map +1 -1
  125. package/dist/Spinner/Spinner.styles.js +7 -7
  126. package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
  127. package/dist/SuperSelect/SuperSelect.components.js +1 -3
  128. package/dist/SuperSelect/SuperSelect.components.js.map +1 -1
  129. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  130. package/dist/SuperSelect/SuperSelect.styles.js +39 -39
  131. package/dist/SuperSelect/SuperSelect.styles.js.map +1 -1
  132. package/dist/SuperSelect/SuperSelect.types.d.ts +1 -0
  133. package/dist/SuperSelect/SuperSelect.types.js.map +1 -1
  134. package/dist/SuperSelect/SuperSelect.utils.d.ts +2 -1
  135. package/dist/SuperSelect/SuperSelect.utils.js +17 -0
  136. package/dist/SuperSelect/SuperSelect.utils.js.map +1 -1
  137. package/dist/SuperSelect/useSuperSelect.d.ts +1 -1
  138. package/dist/SuperSelect/useSuperSelect.js +26 -30
  139. package/dist/SuperSelect/useSuperSelect.js.map +1 -1
  140. package/dist/Switch/Switch.styles.js +4 -4
  141. package/dist/Table/Table.styles.js +62 -59
  142. package/dist/Table/Table.styles.js.map +1 -1
  143. package/dist/TableShelf/TableShelf.styles.js +5 -5
  144. package/dist/Tabs/Tabs.styles.js +15 -15
  145. package/dist/Tearsheet/Tearsheet.styles.js +5 -5
  146. package/dist/Tearsheet/storybook/PageLayoutDemo.js +4 -1
  147. package/dist/Tearsheet/storybook/PageLayoutDemo.js.map +1 -1
  148. package/dist/TextArea/TextArea.styles.js +1 -1
  149. package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
  150. package/dist/Thumbnail/Thumbnail.styles.js +17 -17
  151. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  152. package/dist/TieredSelect/TierSelectionTieredSelect.js +12 -2
  153. package/dist/TieredSelect/TierSelectionTieredSelect.js.map +1 -1
  154. package/dist/TieredSelect/TieredSelect.js +18 -5
  155. package/dist/TieredSelect/TieredSelect.js.map +1 -1
  156. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  157. package/dist/TieredSelect/TieredSelectMenu.js +9 -2
  158. package/dist/TieredSelect/TieredSelectMenu.js.map +1 -1
  159. package/dist/Tile/Tile.styles.js +8 -8
  160. package/dist/Title/Title.styles.js +7 -7
  161. package/dist/Toast/Toast.styles.js +3 -3
  162. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  163. package/dist/Token/Token.styles.js +3 -3
  164. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  165. package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
  166. package/dist/Tooltip/Tooltip.styles.js +2 -2
  167. package/dist/Tooltip/Tooltip.types.d.ts +4 -0
  168. package/dist/Tooltip/Tooltip.types.js.map +1 -1
  169. package/dist/Tree/Tree.js +1 -1
  170. package/dist/Tree/Tree.styles.js +10 -10
  171. package/dist/Typeahead/Typeahead.styles.js +3 -3
  172. package/dist/Typography/Typography.styles.js +1 -1
  173. package/dist/Typography/Typography.table.story.js +2 -2
  174. package/dist/_hooks/I18n.d.ts +4 -41
  175. package/dist/_locales/de-DE.json +2 -2
  176. package/dist/_locales/en-AU.json +1 -1
  177. package/dist/_locales/en-CA.json +1 -1
  178. package/dist/_locales/en-GB.json +1 -1
  179. package/dist/_locales/en.json +3 -1
  180. package/dist/_locales/es-ES.json +1 -1
  181. package/dist/_locales/es.json +3 -3
  182. package/dist/_locales/fr-CA.json +2 -2
  183. package/dist/_locales/fr-FR.json +4 -4
  184. package/dist/_locales/is-IS.json +2 -2
  185. package/dist/_locales/it-IT.json +47 -47
  186. package/dist/_locales/ja-JP.json +4 -4
  187. package/dist/_locales/pl-PL.json +1 -1
  188. package/dist/_locales/pseudo.json +3 -1
  189. package/dist/_locales/pt-BR.json +4 -4
  190. package/dist/_locales/pt-PT.json +11 -11
  191. package/dist/_locales/th-TH.json +4 -4
  192. package/dist/_locales/zh-SG.json +1 -1
  193. package/dist/_locales/zh-TW.json +5 -5
  194. package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
  195. package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
  196. package/dist/_styles/colors.js +7 -3
  197. package/dist/_styles/colors.js.map +1 -1
  198. package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
  199. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  200. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
  201. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  202. package/dist/_typedoc/Banner/Banner.types.json +39 -13
  203. package/dist/_typedoc/Box/Box.types.json +68 -68
  204. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  205. package/dist/_typedoc/Button/Button.types.json +13 -13
  206. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  207. package/dist/_typedoc/Card/Card.types.json +6 -6
  208. package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
  209. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  210. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  211. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  212. package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
  213. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  214. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +40 -30
  215. package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
  216. package/dist/_typedoc/EmptyState/EmptyState.types.json +16 -16
  217. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  218. package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
  219. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  220. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  221. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  222. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  223. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  224. package/dist/_typedoc/Form/Form.types.json +750 -750
  225. package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
  226. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  227. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
  228. package/dist/_typedoc/Input/Input.types.json +2 -2
  229. package/dist/_typedoc/Link/Link.types.json +1 -1
  230. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  231. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  232. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +77 -77
  233. package/dist/_typedoc/Modal/Modal.types.json +46 -46
  234. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  235. package/dist/_typedoc/NextTile/NextTile.types.json +32 -32
  236. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  237. package/dist/_typedoc/NumberInput/NumberInput.types.json +48 -48
  238. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +42 -32
  239. package/dist/_typedoc/PageLayout/PageLayout.types.json +26 -26
  240. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  241. package/dist/_typedoc/Panel/Panel.types.json +30 -30
  242. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  243. package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
  244. package/dist/_typedoc/Popover/Popover.types.json +15 -15
  245. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
  246. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  247. package/dist/_typedoc/Required/Required.types.json +5 -5
  248. package/dist/_typedoc/Search/Search.types.json +18 -18
  249. package/dist/_typedoc/Section/Section.types.json +15 -15
  250. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
  251. package/dist/_typedoc/Select/Select.types.json +95 -60
  252. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
  253. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  254. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  255. package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
  256. package/dist/_typedoc/Table/Table.types.json +102 -102
  257. package/dist/_typedoc/Tabs/Tabs.types.json +20 -20
  258. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
  259. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  260. package/dist/_typedoc/TextEditor/TextEditor.types.json +11 -11
  261. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
  262. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  263. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +43 -43
  264. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +29 -29
  265. package/dist/_typedoc/Tile/Tile.types.json +8 -8
  266. package/dist/_typedoc/Title/Title.types.json +1 -1
  267. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  268. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
  269. package/dist/_typedoc/Token/Token.types.json +7 -7
  270. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  271. package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +8 -8
  272. package/dist/_typedoc/Tooltip/Tooltip.types.json +23 -13
  273. package/dist/_typedoc/Tree/Tree.types.json +88 -88
  274. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  275. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  276. package/dist/_typedoc/_utils/types.json +3 -3
  277. package/dist/_utils/storybookTooltip.d.ts +2 -0
  278. package/dist/_utils/storybookTooltip.js +12 -0
  279. package/dist/_utils/storybookTooltip.js.map +1 -0
  280. package/dist/_utils/triggerListeners.js +2 -2
  281. package/dist/_utils/triggerListeners.js.map +1 -1
  282. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.types.js","names":[],"sources":["../../src/Tooltip/Tooltip.types.ts"],"sourcesContent":["import type { OverlayTriggerProps } from '../OverlayTrigger/OverlayTrigger.types'\nimport type { Placement } from '../_utils/placement'\nimport type { Props } from '../_utils/types'\n\nexport interface TooltipContentProps extends Props {\n /**\n * @since 10.19.0\n */\n placement?: Placement\n}\n\nexport interface TooltipProps extends Props {\n /**\n * @since 10.19.0\n */\n hideDelay?: number\n\n /**\n * Whether to show the overlay on initial render\n * @since 10.19.0\n */\n initialIsVisible?: boolean\n\n /**\n * The tip we want to display\n * @since 10.19.0\n */\n overlay?: any\n\n /**\n * Determines the position of the arrow\n * @since 10.19.0\n */\n placement?: Placement\n /**\n * @since 10.19.0\n */\n showDelay?: number\n\n /**\n * The event to trigger the overlay\n * @since 10.19.0\n */\n trigger?: OverlayTriggerProps['trigger']\n}\n"],"mappings":""}
1
+ {"version":3,"file":"Tooltip.types.js","names":[],"sources":["../../src/Tooltip/Tooltip.types.ts"],"sourcesContent":["import type { OverlayTriggerProps } from '../OverlayTrigger/OverlayTrigger.types'\nimport type { Placement } from '../_utils/placement'\nimport type { Props } from '../_utils/types'\n\nexport interface TooltipContentProps extends Props {\n /**\n * @since 10.19.0\n */\n placement?: Placement\n /**\n * @since 12.33.0\n */\n id?: string\n}\n\nexport interface TooltipProps extends Props {\n /**\n * @since 10.19.0\n */\n hideDelay?: number\n\n /**\n * Whether to show the overlay on initial render\n * @since 10.19.0\n */\n initialIsVisible?: boolean\n\n /**\n * The tip we want to display\n * @since 10.19.0\n */\n overlay?: any\n\n /**\n * Determines the position of the arrow\n * @since 10.19.0\n */\n placement?: Placement\n /**\n * @since 10.19.0\n */\n showDelay?: number\n\n /**\n * The event to trigger the overlay\n * @since 10.19.0\n */\n trigger?: OverlayTriggerProps['trigger']\n}\n"],"mappings":""}
package/dist/Tree/Tree.js CHANGED
@@ -565,7 +565,7 @@ var IconContainer = function IconContainer(_ref5) {
565
565
  };
566
566
  var StyledChevronIcon = /*#__PURE__*/styled(ChevronRight).withConfig({
567
567
  displayName: "StyledChevronIcon",
568
- componentId: "core-12_36_0__sc-f25ekl-0"
568
+ componentId: "core-12_38_0__sc-f25ekl-0"
569
569
  })(["transform:rotate(", "deg);transition:transform 150ms ease-out;"], function (_ref6) {
570
570
  var $isExpanded = _ref6.$isExpanded;
571
571
  return $isExpanded ? 90 : 0;
@@ -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_36_0__sc-2d45b5-0"
8
+ componentId: "core-12_38_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_36_0__sc-2d45b5-1"
12
+ componentId: "core-12_38_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_36_0__sc-2d45b5-2"
20
+ componentId: "core-12_38_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,29 +35,29 @@ 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_36_0__sc-2d45b5-3"
38
+ componentId: "core-12_38_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_36_0__sc-2d45b5-4"
42
+ componentId: "core-12_38_0__sc-2d45b5-4"
43
43
  })(["outline:none;"]);
44
44
  var StyledIconBase = /*#__PURE__*/styled(Box).withConfig({
45
45
  displayName: "StyledIconBase",
46
- componentId: "core-12_36_0__sc-2d45b5-5"
46
+ componentId: "core-12_38_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
 
49
49
  /** @deprecated Use StyledChevronPlaceholder instead */
50
50
  export var StyledChevronContainer = /*#__PURE__*/styled(StyledIconBase).withConfig({
51
51
  displayName: "StyledChevronContainer",
52
- componentId: "core-12_36_0__sc-2d45b5-6"
52
+ componentId: "core-12_38_0__sc-2d45b5-6"
53
53
  })([""]);
54
54
  export var StyledChevronPlaceholder = /*#__PURE__*/styled(StyledIconBase).withConfig({
55
55
  displayName: "StyledChevronPlaceholder",
56
- componentId: "core-12_36_0__sc-2d45b5-7"
56
+ componentId: "core-12_38_0__sc-2d45b5-7"
57
57
  })([""]);
58
58
  export var StyledIconContainer = /*#__PURE__*/styled(StyledIconBase).withConfig({
59
59
  displayName: "StyledIconContainer",
60
- componentId: "core-12_36_0__sc-2d45b5-8"
60
+ componentId: "core-12_38_0__sc-2d45b5-8"
61
61
  })(["color:", ";"], function (_ref4) {
62
62
  var $isSelected = _ref4.$isSelected;
63
63
  return $isSelected ? colors.blue45 : colors.gray40;
@@ -66,7 +66,7 @@ export var StyledIconContainer = /*#__PURE__*/styled(StyledIconBase).withConfig(
66
66
  /** @deprecated TreeRowChevron now uses Button with inline styled icon */
67
67
  export var StyledChevron = /*#__PURE__*/styled(ChevronRight).withConfig({
68
68
  displayName: "StyledChevron",
69
- componentId: "core-12_36_0__sc-2d45b5-9"
69
+ componentId: "core-12_38_0__sc-2d45b5-9"
70
70
  })(["transform:rotate(", "deg);transition:transform 150ms ease-out;"], function (_ref5) {
71
71
  var $isExpanded = _ref5.$isExpanded;
72
72
  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_36_0__sc-gpc39h-0"
8
+ componentId: "core-12_38_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_36_0__sc-gpc39h-1"
12
+ componentId: "core-12_38_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_36_0__sc-gpc39h-2"
20
+ componentId: "core-12_38_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_36_0__sc-1c4583t-0"
38
+ componentId: "core-12_38_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_36_0__sc-p4v7d-0"
8
+ componentId: "core-12_38_0__sc-p4v7d-0"
9
9
  })([""]);
10
10
  var StyledTextCell = /*#__PURE__*/styled(Table.TextCell).withConfig({
11
11
  displayName: "StyledTextCell",
12
- componentId: "core-12_36_0__sc-p4v7d-1"
12
+ componentId: "core-12_38_0__sc-p4v7d-1"
13
13
  })(["", " color:", ";"], getTypographyIntent('body'), colors.blue50);
14
14
  function BodyCell() {
15
15
  return /*#__PURE__*/React.createElement(StyledBodyCell, {
@@ -404,6 +404,8 @@ export declare const coreTranslations: {
404
404
  core: {
405
405
  banner: {
406
406
  dismissAlert: string;
407
+ expand: string;
408
+ collapse: string;
407
409
  };
408
410
  breadcrumbs: {
409
411
  label: string;
@@ -2161,17 +2163,6 @@ export declare const coreTranslations: {
2161
2163
  wrongFileTypeErrorGroup: string;
2162
2164
  standaloneMaxFileNumberError: string;
2163
2165
  standaloneUnsupportedFileTypeError: string;
2164
- /**
2165
- * Hook to access the I18n context.
2166
- *
2167
- * @template Translations - An optional generic to provide type safety for translations.
2168
- * If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
2169
- * These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
2170
- * If not specified, the default I18nWithCDN instance is returned.
2171
- *
2172
- * @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
2173
- * either with or without typed translations based on the provided generic.
2174
- */
2175
2166
  standaloneMinFileSizeError: string;
2176
2167
  standaloneMaxFileSizeError: string;
2177
2168
  standaloneZeroFileSizeError: string;
@@ -4333,6 +4324,8 @@ export declare const coreTranslations: {
4333
4324
  core: {
4334
4325
  banner: {
4335
4326
  dismissAlert: string;
4327
+ expand: string;
4328
+ collapse: string;
4336
4329
  };
4337
4330
  breadcrumbs: {
4338
4331
  label: string;
@@ -4393,14 +4386,6 @@ export declare const coreTranslations: {
4393
4386
  };
4394
4387
  distributionSelect: {
4395
4388
  noCompany: string;
4396
- /**
4397
- * Hook to create I18n object.
4398
- * @param {UseI18n} props - The I18n configuration.
4399
- * @param {string} props.locale - The locale to use.
4400
- * @param {Record<string, string>} props.translations - The translations to use.
4401
- * @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.
4402
- * @returns {I18nWithCDNFlag} The I18n object.
4403
- */
4404
4389
  peopleCount: string;
4405
4390
  distributionGroups: string;
4406
4391
  people: string;
@@ -4535,17 +4520,6 @@ export declare const coreTranslations: {
4535
4520
  errorTitle: string;
4536
4521
  oneFileAtATimeError: string;
4537
4522
  multipleErrorsMessage: string;
4538
- /**
4539
- * Hook to access the I18n context.
4540
- *
4541
- * @template Translations - An optional generic to provide type safety for translations.
4542
- * If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
4543
- * These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
4544
- * If not specified, the default I18nWithCDN instance is returned.
4545
- *
4546
- * @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
4547
- * either with or without typed translations based on the provided generic.
4548
- */
4549
4523
  maxFileSizeErrorGroup: string;
4550
4524
  minFileSizeErrorGroup: string;
4551
4525
  zeroFileSizeErrorGroup: string;
@@ -6906,17 +6880,6 @@ export declare const coreTranslations: {
6906
6880
  standaloneMaxFileNumberError: string;
6907
6881
  standaloneUnsupportedFileTypeError: string;
6908
6882
  standaloneMinFileSizeError: string;
6909
- /**
6910
- * Hook to access the I18n context.
6911
- *
6912
- * @template Translations - An optional generic to provide type safety for translations.
6913
- * If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
6914
- * These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
6915
- * If not specified, the default I18nWithCDN instance is returned.
6916
- *
6917
- * @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
6918
- * either with or without typed translations based on the provided generic.
6919
- */
6920
6883
  standaloneMaxFileSizeError: string;
6921
6884
  standaloneZeroFileSizeError: string;
6922
6885
  uploadTotalProgress: {
@@ -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" : "Es ist leider ein Fehler aufgetreten. Bitte versuchen Sie es erneut."
108
+ "requestError" : "Entschuldigung, da ist etwas schief gelaufen. Bitte versuchen Sie es erneut."
109
109
  }
110
110
  }
111
111
  },
@@ -386,4 +386,4 @@
386
386
  }
387
387
  }
388
388
  }
389
- }
389
+ }
@@ -386,4 +386,4 @@
386
386
  }
387
387
  }
388
388
  }
389
- }
389
+ }
@@ -386,4 +386,4 @@
386
386
  }
387
387
  }
388
388
  }
389
- }
389
+ }
@@ -386,4 +386,4 @@
386
386
  }
387
387
  }
388
388
  }
389
- }
389
+ }
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core": {
3
3
  "banner": {
4
- "dismissAlert": "Dismiss Alert"
4
+ "dismissAlert": "Dismiss Alert",
5
+ "expand": "Expand",
6
+ "collapse": "Collapse"
5
7
  },
6
8
  "breadcrumbs": {
7
9
  "label": "Breadcrumb"
@@ -386,4 +386,4 @@
386
386
  }
387
387
  }
388
388
  }
389
- }
389
+ }
@@ -105,7 +105,7 @@
105
105
  "itemAdded" : "El ítem relacionado se vinculó correctamente.",
106
106
  "itemAdditionFailed" : "Lo sentimos, no se pudo adjuntar el ítem. Inténtelo de nuevo.",
107
107
  "itemRemoved" : "El ítem relacionado se eliminó correctamente.",
108
- "requestError" : "Se produjo un error. Vuelva a intentarlo."
108
+ "requestError" : "Se produjo un error. Inténtelo de nuevo."
109
109
  }
110
110
  }
111
111
  },
@@ -207,7 +207,7 @@
207
207
  "standaloneMaxFileSizeError" : "Uno o más de sus archivos exceden el tamaño máximo de archivo de {{sizeInMegabytes}} MB. Intente cargar un archivo más pequeño.",
208
208
  "standaloneZeroFileSizeError" : "Uno o más de sus archivos son archivos vacíos (0 bytes) y no se pueden cargar. Intente cargar un archivo más grande.",
209
209
  "uploadTotalProgress" : {
210
- "withFailed" : "Progreso total: {{totalProgress}}%. Cargado {{uploaded}} de {{total}}. Error {{failed}}.",
210
+ "withFailed" : "Progreso total: {{totalProgress}} %. Cargado {{uploaded}} de {{total}}. Error {{failed}}.",
211
211
  "withoutFailed" : "Progreso total: {{totalProgress}}%. Cargado {{uploaded}} de {{total}}."
212
212
  }
213
213
  },
@@ -386,4 +386,4 @@
386
386
  }
387
387
  }
388
388
  }
389
- }
389
+ }
@@ -105,7 +105,7 @@
105
105
  "itemAdded" : "L'item apparenté a été lié avec succès.",
106
106
  "itemAdditionFailed" : "Désolé, l'item n'a pas pu être associé. Veuillez réessayer.",
107
107
  "itemRemoved" : "L'item apparenté a été supprimé avec succès.",
108
- "requestError" : "Désolé, une erreur s'est produite. Veuillez réessayer."
108
+ "requestError" : "Désolé, un problème est survenu. Veuillez réessayer."
109
109
  }
110
110
  }
111
111
  },
@@ -386,4 +386,4 @@
386
386
  }
387
387
  }
388
388
  }
389
- }
389
+ }
@@ -105,7 +105,7 @@
105
105
  "itemAdded" : "L'élément lié a été lié avec succès.",
106
106
  "itemAdditionFailed" : "Désolé, l'élément n'a pas pu être associé. Veuillez réessayer.",
107
107
  "itemRemoved" : "L'élément lié a été supprimé avec succès.",
108
- "requestError" : "Désolé, un problème est survenu. Veuillez réessayer."
108
+ "requestError" : "Désolé, une erreur s'est produite. Veuillez réessayer."
109
109
  }
110
110
  }
111
111
  },
@@ -221,7 +221,7 @@
221
221
  "clearAll" : "Supprimer le champ",
222
222
  "selectValues" : "Sélectionner des valeurs",
223
223
  "noResults" : "Aucun résultat",
224
- "selectedToken" : "{{tokenLabel}}, sélectionné(s)",
224
+ "selectedToken" : "{{tokenLabel}}, sélectionné",
225
225
  "selectedItems" : "Éléments sélectionnés"
226
226
  },
227
227
  "tearsheet" : {
@@ -246,7 +246,7 @@
246
246
  "other" : "Seuls {{count}} fichiers peuvent être joints."
247
247
  },
248
248
  "unsupportedFileType" : {
249
- "specific" : "{{fileType}} types de fichiers ne sont pas pris en charge.",
249
+ "specific" : "Les types de fichiers {{fileType}} ne sont pas pris en charge.",
250
250
  "unspecific" : "Ces types de fichiers ne sont pas pris en charge."
251
251
  }
252
252
  },
@@ -386,4 +386,4 @@
386
386
  }
387
387
  }
388
388
  }
389
- }
389
+ }
@@ -105,7 +105,7 @@
105
105
  "itemAdded" : "Tengd atriði var tengd.",
106
106
  "itemAdditionFailed" : "Því miður var ekki hægt að festa hlutinn. Vinsamlegast reyndu aftur.",
107
107
  "itemRemoved" : "Tengd atriði var fjarlægð.",
108
- "requestError" : "Afsakið, eitthvað fór úrskeiðis. Vinsamlegast reyndu aftur."
108
+ "requestError" : "Afsakið, eitthvað fór úrskeiðis. Vinsamlegast reynið aftur."
109
109
  }
110
110
  }
111
111
  },
@@ -386,4 +386,4 @@
386
386
  }
387
387
  }
388
388
  }
389
- }
389
+ }