@procore/core-react 12.38.0 → 12.40.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 (315) hide show
  1. package/.jest/testShims.js +6 -0
  2. package/CHANGELOG.md +55 -0
  3. package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
  4. package/dist/Avatar/Avatar.styles.js +6 -6
  5. package/dist/Avatar/Avatar.styles.js.map +1 -1
  6. package/dist/AvatarStack/AvatarStack.js +65 -25
  7. package/dist/AvatarStack/AvatarStack.js.map +1 -1
  8. package/dist/AvatarStack/AvatarStack.styles.js +8 -8
  9. package/dist/AvatarStack/AvatarStack.styles.js.map +1 -1
  10. package/dist/AvatarStack/useAvatarPopover.d.ts +14 -0
  11. package/dist/AvatarStack/useAvatarPopover.js +57 -0
  12. package/dist/AvatarStack/useAvatarPopover.js.map +1 -0
  13. package/dist/AvatarStack/useAvatarPopover.types.d.ts +4 -0
  14. package/dist/AvatarStack/useAvatarPopover.types.js +2 -0
  15. package/dist/AvatarStack/useAvatarPopover.types.js.map +1 -0
  16. package/dist/Badge/Badge.styles.js +2 -2
  17. package/dist/BadgePill/BadgePill.styles.js +4 -4
  18. package/dist/Banner/Banner.styles.js +10 -10
  19. package/dist/Box/Box.styles.js +1 -1
  20. package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
  21. package/dist/Button/Button.styles.js +5 -5
  22. package/dist/Calendar/Calendar.styles.js +9 -9
  23. package/dist/Card/Card.styles.js +1 -1
  24. package/dist/Checkbox/Checkbox.d.ts +0 -1
  25. package/dist/Checkbox/Checkbox.js +5 -6
  26. package/dist/Checkbox/Checkbox.js.map +1 -1
  27. package/dist/Checkbox/Checkbox.styles.js +6 -6
  28. package/dist/ContactItem/ContactItem.styles.js +5 -5
  29. package/dist/Content/Content.styles.js +2 -2
  30. package/dist/DateInput/DateInput.js +12 -2
  31. package/dist/DateInput/DateInput.js.map +1 -1
  32. package/dist/DateInput/DateInput.styles.js +6 -6
  33. package/dist/DateSelect/DateSelect.types.d.ts +1 -1
  34. package/dist/DateSelect/DateSelect.types.js.map +1 -1
  35. package/dist/DetailPage/DetailPage.styles.js +7 -7
  36. package/dist/Dropdown/Dropdown.styles.js +3 -3
  37. package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
  38. package/dist/Dropzone/Dropzone.js +1 -1
  39. package/dist/Dropzone/Dropzone.styles.js +9 -9
  40. package/dist/EmptyState/EmptyState.styles.js +6 -6
  41. package/dist/Field/Field.styles.js +3 -3
  42. package/dist/FileList/FileList.js +3 -7
  43. package/dist/FileList/FileList.js.map +1 -1
  44. package/dist/FileList/FileList.styles.d.ts +0 -1
  45. package/dist/FileList/FileList.styles.js +3 -7
  46. package/dist/FileList/FileList.styles.js.map +1 -1
  47. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  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 +3 -3
  52. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js.map +1 -1
  53. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  54. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  55. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  56. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  57. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  58. package/dist/FileToken/FileToken.js +6 -11
  59. package/dist/FileToken/FileToken.js.map +1 -1
  60. package/dist/FileToken/FileToken.styles.d.ts +2 -0
  61. package/dist/FileToken/FileToken.styles.js +14 -4
  62. package/dist/FileToken/FileToken.styles.js.map +1 -1
  63. package/dist/FilterToken/FilterToken.styles.js +5 -5
  64. package/dist/FlexList/FlexList.styles.js +1 -1
  65. package/dist/Form/Form.js +74 -58
  66. package/dist/Form/Form.js.map +1 -1
  67. package/dist/Form/Form.styles.d.ts +0 -14
  68. package/dist/Form/Form.styles.js +14 -24
  69. package/dist/Form/Form.styles.js.map +1 -1
  70. package/dist/Form/Form.types.d.ts +22 -2
  71. package/dist/Form/Form.types.js.map +1 -1
  72. package/dist/Form/FormFieldTooltip.js +4 -11
  73. package/dist/Form/FormFieldTooltip.js.map +1 -1
  74. package/dist/Form/StyledFormikForm.styles.js +2 -2
  75. package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
  76. package/dist/Grid/Grid.styles.js +2 -2
  77. package/dist/GroupSelect/GroupSelect.js +5 -4
  78. package/dist/GroupSelect/GroupSelect.js.map +1 -1
  79. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  80. package/dist/GroupSelect/GroupSelect.types.d.ts +5 -5
  81. package/dist/GroupSelect/GroupSelect.types.js.map +1 -1
  82. package/dist/Input/Input.styles.js +1 -1
  83. package/dist/Link/Link.styles.js +1 -1
  84. package/dist/ListPage/ListPage.styles.js +8 -8
  85. package/dist/Loader/Loader.styles.js +2 -2
  86. package/dist/Menu/Menu.js +1 -5
  87. package/dist/Menu/Menu.js.map +1 -1
  88. package/dist/MenuImperative/MenuImperative.js +7 -10
  89. package/dist/MenuImperative/MenuImperative.js.map +1 -1
  90. package/dist/MenuImperative/MenuImperative.styles.d.ts +2 -3
  91. package/dist/MenuImperative/MenuImperative.styles.js +26 -25
  92. package/dist/MenuImperative/MenuImperative.styles.js.map +1 -1
  93. package/dist/MenuImperative/MenuImperative.types.d.ts +4 -0
  94. package/dist/MenuImperative/MenuImperative.types.js.map +1 -1
  95. package/dist/MenuImperative/sensors.js +16 -58
  96. package/dist/MenuImperative/sensors.js.map +1 -1
  97. package/dist/Modal/Modal.styles.js +13 -13
  98. package/dist/MultiSelect/MultiSelect.js +50 -28
  99. package/dist/MultiSelect/MultiSelect.js.map +1 -1
  100. package/dist/MultiSelect/MultiSelect.styles.d.ts +1 -0
  101. package/dist/MultiSelect/MultiSelect.styles.js +12 -8
  102. package/dist/MultiSelect/MultiSelect.styles.js.map +1 -1
  103. package/dist/MultiSelect/MultiSelect.types.d.ts +31 -1
  104. package/dist/MultiSelect/MultiSelect.types.js.map +1 -1
  105. package/dist/NextMenu/NextMenu.styles.js +3 -3
  106. package/dist/Notation/Notation.js +1 -1
  107. package/dist/NumberInput/NumberInput.styles.js +7 -7
  108. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  109. package/dist/OverlayTrigger/a11yPresets.js +5 -3
  110. package/dist/OverlayTrigger/a11yPresets.js.map +1 -1
  111. package/dist/PageLayout/PageLayout.js +31 -12
  112. package/dist/PageLayout/PageLayout.js.map +1 -1
  113. package/dist/PageLayout/PageLayout.styles.js +16 -16
  114. package/dist/PageLayout/PageLayout.types.d.ts +10 -0
  115. package/dist/PageLayout/PageLayout.types.js.map +1 -1
  116. package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
  117. package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
  118. package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
  119. package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
  120. package/dist/Pagination/Pagination.styles.js +5 -5
  121. package/dist/Panel/Panel.d.ts +1 -2
  122. package/dist/Panel/Panel.js +27 -49
  123. package/dist/Panel/Panel.js.map +1 -1
  124. package/dist/Panel/Panel.styles.js +13 -13
  125. package/dist/Panel/Panel.styles.js.map +1 -1
  126. package/dist/Panel/Panel.types.d.ts +0 -14
  127. package/dist/Panel/Panel.types.js.map +1 -1
  128. package/dist/Pill/Pill.styles.js +3 -3
  129. package/dist/PillSelect/PillSelect.js +4 -3
  130. package/dist/PillSelect/PillSelect.js.map +1 -1
  131. package/dist/PillSelect/PillSelect.styles.js +4 -4
  132. package/dist/Popover/Popover.styles.js +2 -2
  133. package/dist/Portal/Portal.styles.js +1 -1
  134. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  135. package/dist/RadioButton/RadioButton.styles.js +3 -3
  136. package/dist/Required/Required.styles.js +3 -3
  137. package/dist/Search/Search.styles.js +5 -5
  138. package/dist/Section/Section.styles.js +9 -9
  139. package/dist/Section/Section.styles.js.map +1 -1
  140. package/dist/SegmentedController/SegmentedController.js +1 -2
  141. package/dist/SegmentedController/SegmentedController.js.map +1 -1
  142. package/dist/SegmentedController/SegmentedController.styles.js +4 -4
  143. package/dist/Select/Select.d.ts +3 -4
  144. package/dist/Select/Select.js +2 -2
  145. package/dist/Select/Select.js.map +1 -1
  146. package/dist/Select/Select.styles.js +9 -9
  147. package/dist/Select/Select.styles.js.map +1 -1
  148. package/dist/Select/Select.types.d.ts +7 -0
  149. package/dist/Select/Select.types.js.map +1 -1
  150. package/dist/Select/index.d.ts +1 -1
  151. package/dist/Select/index.js.map +1 -1
  152. package/dist/Semantic/Semantic.styles.js +9 -9
  153. package/dist/Slider/Slider.styles.js +5 -5
  154. package/dist/Spinner/Spinner.styles.js +7 -7
  155. package/dist/SplitViewCard/SplitViewCard.js +13 -0
  156. package/dist/SplitViewCard/SplitViewCard.js.map +1 -1
  157. package/dist/SplitViewCard/SplitViewCard.styles.js +10 -10
  158. package/dist/SplitViewCard/SplitViewCard.styles.js.map +1 -1
  159. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  160. package/dist/SuperSelect/SuperSelect.styles.js +38 -38
  161. package/dist/Switch/Switch.styles.js +4 -4
  162. package/dist/Table/Table.styles.d.ts +1 -1
  163. package/dist/Table/Table.styles.js +28 -28
  164. package/dist/TableShelf/TableShelf.styles.js +5 -5
  165. package/dist/Tabs/Tabs.js +23 -9
  166. package/dist/Tabs/Tabs.js.map +1 -1
  167. package/dist/Tabs/Tabs.styles.d.ts +2 -2
  168. package/dist/Tabs/Tabs.styles.js +26 -26
  169. package/dist/Tabs/Tabs.styles.js.map +1 -1
  170. package/dist/Tabs/Tabs.types.d.ts +6 -0
  171. package/dist/Tabs/Tabs.types.js.map +1 -1
  172. package/dist/Tearsheet/Tearsheet.styles.js +17 -28
  173. package/dist/Tearsheet/Tearsheet.styles.js.map +1 -1
  174. package/dist/Tearsheet/storybook/PageLayoutDemo.js +7 -1
  175. package/dist/Tearsheet/storybook/PageLayoutDemo.js.map +1 -1
  176. package/dist/TextArea/TextArea.styles.js +1 -1
  177. package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
  178. package/dist/Thumbnail/Thumbnail.styles.js +17 -17
  179. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  180. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  181. package/dist/Tile/Tile.styles.js +8 -8
  182. package/dist/Title/Title.styles.js +7 -7
  183. package/dist/Toast/Toast.styles.js +3 -3
  184. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  185. package/dist/Token/Token.styles.js +3 -3
  186. package/dist/ToolHeader/ToolHeader.js +3 -1
  187. package/dist/ToolHeader/ToolHeader.js.map +1 -1
  188. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  189. package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
  190. package/dist/Tooltip/Tooltip.d.ts +4 -2
  191. package/dist/Tooltip/Tooltip.js +30 -5
  192. package/dist/Tooltip/Tooltip.js.map +1 -1
  193. package/dist/Tooltip/Tooltip.styles.d.ts +1 -0
  194. package/dist/Tooltip/Tooltip.styles.js +12 -4
  195. package/dist/Tooltip/Tooltip.styles.js.map +1 -1
  196. package/dist/Tooltip/Tooltip.types.d.ts +8 -0
  197. package/dist/Tooltip/Tooltip.types.js.map +1 -1
  198. package/dist/Tree/Tree.js +1 -1
  199. package/dist/Tree/Tree.styles.js +10 -10
  200. package/dist/Typeahead/Typeahead.styles.js +3 -3
  201. package/dist/Typography/Typography.styles.js +1 -1
  202. package/dist/Typography/Typography.table.story.js +2 -2
  203. package/dist/_hooks/I18n.d.ts +231 -48
  204. package/dist/_hooks/IntersectionObserver/createIntersectionObserver.d.ts +0 -1
  205. package/dist/_hooks/IntersectionObserver/createIntersectionObserver.js +0 -1
  206. package/dist/_hooks/IntersectionObserver/createIntersectionObserver.js.map +1 -1
  207. package/dist/_locales/de-DE.json +15 -3
  208. package/dist/_locales/en-AU.json +15 -3
  209. package/dist/_locales/en-CA.json +15 -3
  210. package/dist/_locales/en-GB.json +15 -3
  211. package/dist/_locales/en.json +2 -1
  212. package/dist/_locales/es-ES.json +15 -3
  213. package/dist/_locales/es.json +15 -3
  214. package/dist/_locales/fr-CA.json +15 -3
  215. package/dist/_locales/fr-FR.json +15 -3
  216. package/dist/_locales/is-IS.json +15 -3
  217. package/dist/_locales/it-IT.json +15 -3
  218. package/dist/_locales/ja-JP.json +15 -3
  219. package/dist/_locales/pl-PL.json +15 -3
  220. package/dist/_locales/pseudo.json +2 -1
  221. package/dist/_locales/pt-BR.json +15 -3
  222. package/dist/_locales/pt-PT.json +18 -6
  223. package/dist/_locales/th-TH.json +15 -3
  224. package/dist/_locales/zh-SG.json +15 -3
  225. package/dist/_locales/zh-TW.json +15 -3
  226. package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
  227. package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
  228. package/dist/_styles/mixins.d.ts +13 -1
  229. package/dist/_styles/mixins.js +15 -1
  230. package/dist/_styles/mixins.js.map +1 -1
  231. package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
  232. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  233. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
  234. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  235. package/dist/_typedoc/Banner/Banner.types.json +15 -15
  236. package/dist/_typedoc/Box/Box.types.json +68 -68
  237. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  238. package/dist/_typedoc/Button/Button.types.json +13 -13
  239. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  240. package/dist/_typedoc/Card/Card.types.json +6 -6
  241. package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
  242. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  243. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  244. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  245. package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
  246. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  247. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +31 -31
  248. package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
  249. package/dist/_typedoc/EmptyState/EmptyState.types.json +16 -16
  250. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  251. package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
  252. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  253. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  254. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  255. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  256. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  257. package/dist/_typedoc/Form/Form.types.json +862 -762
  258. package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
  259. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  260. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +75 -55
  261. package/dist/_typedoc/Input/Input.types.json +2 -2
  262. package/dist/_typedoc/Link/Link.types.json +1 -1
  263. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  264. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  265. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +77 -77
  266. package/dist/_typedoc/Modal/Modal.types.json +46 -46
  267. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +52 -32
  268. package/dist/_typedoc/NextTile/NextTile.types.json +32 -32
  269. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  270. package/dist/_typedoc/NumberInput/NumberInput.types.json +48 -48
  271. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +33 -33
  272. package/dist/_typedoc/PageLayout/PageLayout.types.json +46 -26
  273. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  274. package/dist/_typedoc/Panel/Panel.types.json +27 -63
  275. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  276. package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
  277. package/dist/_typedoc/Popover/Popover.types.json +15 -15
  278. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
  279. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  280. package/dist/_typedoc/Required/Required.types.json +5 -5
  281. package/dist/_typedoc/Search/Search.types.json +18 -18
  282. package/dist/_typedoc/Section/Section.types.json +15 -15
  283. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
  284. package/dist/_typedoc/Select/Select.types.json +109 -63
  285. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
  286. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  287. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  288. package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
  289. package/dist/_typedoc/Table/Table.types.json +102 -102
  290. package/dist/_typedoc/Tabs/Tabs.types.json +30 -20
  291. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
  292. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  293. package/dist/_typedoc/TextEditor/TextEditor.types.json +11 -11
  294. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
  295. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  296. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +43 -43
  297. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +29 -29
  298. package/dist/_typedoc/Tile/Tile.types.json +8 -8
  299. package/dist/_typedoc/Title/Title.types.json +1 -1
  300. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  301. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
  302. package/dist/_typedoc/Token/Token.types.json +7 -7
  303. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  304. package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +8 -8
  305. package/dist/_typedoc/Tooltip/Tooltip.types.json +25 -14
  306. package/dist/_typedoc/Tree/Tree.types.json +88 -88
  307. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  308. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  309. package/dist/_typedoc/_utils/types.json +3 -3
  310. package/dist/_utils/scrollIntoView.js +21 -7
  311. package/dist/_utils/scrollIntoView.js.map +1 -1
  312. package/package.json +10 -9
  313. package/dist/Checkbox/CheckboxTooltip.d.ts +0 -4
  314. package/dist/Checkbox/CheckboxTooltip.js +0 -26
  315. package/dist/Checkbox/CheckboxTooltip.js.map +0 -1
@@ -15,6 +15,8 @@ export declare const coreTranslations: {
15
15
  core: {
16
16
  banner: {
17
17
  dismissAlert: string;
18
+ expand: string;
19
+ collapse: string;
18
20
  };
19
21
  breadcrumbs: {
20
22
  label: string;
@@ -236,6 +238,7 @@ export declare const coreTranslations: {
236
238
  noResults: string;
237
239
  selectedToken: string;
238
240
  selectedItems: string;
241
+ noneSelected: string;
239
242
  };
240
243
  tearsheet: {
241
244
  a11y: {
@@ -397,6 +400,15 @@ export declare const coreTranslations: {
397
400
  options: {
398
401
  ariaLabel: string;
399
402
  };
403
+ dragAndDropInstructions: string;
404
+ selectInstructions: string;
405
+ unselectInstructions: string;
406
+ dragStart: string;
407
+ dragStartWithGroup: string;
408
+ dragUpdate: string;
409
+ dragUpdateWithGroup: string;
410
+ dragEnd: string;
411
+ dragEndWithGroup: string;
400
412
  };
401
413
  };
402
414
  };
@@ -627,6 +639,7 @@ export declare const coreTranslations: {
627
639
  noResults: string;
628
640
  selectedToken: string;
629
641
  selectedItems: string;
642
+ noneSelected: string;
630
643
  };
631
644
  tearsheet: {
632
645
  a11y: {
@@ -795,6 +808,8 @@ export declare const coreTranslations: {
795
808
  core: {
796
809
  banner: {
797
810
  dismissAlert: string;
811
+ expand: string;
812
+ collapse: string;
798
813
  };
799
814
  breadcrumbs: {
800
815
  label: string;
@@ -1016,6 +1031,7 @@ export declare const coreTranslations: {
1016
1031
  noResults: string;
1017
1032
  selectedToken: string;
1018
1033
  selectedItems: string;
1034
+ noneSelected: string;
1019
1035
  };
1020
1036
  tearsheet: {
1021
1037
  a11y: {
@@ -1177,6 +1193,15 @@ export declare const coreTranslations: {
1177
1193
  options: {
1178
1194
  ariaLabel: string;
1179
1195
  };
1196
+ dragAndDropInstructions: string;
1197
+ selectInstructions: string;
1198
+ unselectInstructions: string;
1199
+ dragStart: string;
1200
+ dragStartWithGroup: string;
1201
+ dragUpdate: string;
1202
+ dragUpdateWithGroup: string;
1203
+ dragEnd: string;
1204
+ dragEndWithGroup: string;
1180
1205
  };
1181
1206
  };
1182
1207
  };
@@ -1184,6 +1209,8 @@ export declare const coreTranslations: {
1184
1209
  core: {
1185
1210
  banner: {
1186
1211
  dismissAlert: string;
1212
+ expand: string;
1213
+ collapse: string;
1187
1214
  };
1188
1215
  breadcrumbs: {
1189
1216
  label: string;
@@ -1405,6 +1432,7 @@ export declare const coreTranslations: {
1405
1432
  noResults: string;
1406
1433
  selectedToken: string;
1407
1434
  selectedItems: string;
1435
+ noneSelected: string;
1408
1436
  };
1409
1437
  tearsheet: {
1410
1438
  a11y: {
@@ -1566,6 +1594,15 @@ export declare const coreTranslations: {
1566
1594
  options: {
1567
1595
  ariaLabel: string;
1568
1596
  };
1597
+ dragAndDropInstructions: string;
1598
+ selectInstructions: string;
1599
+ unselectInstructions: string;
1600
+ dragStart: string;
1601
+ dragStartWithGroup: string;
1602
+ dragUpdate: string;
1603
+ dragUpdateWithGroup: string;
1604
+ dragEnd: string;
1605
+ dragEndWithGroup: string;
1569
1606
  };
1570
1607
  };
1571
1608
  };
@@ -1573,6 +1610,8 @@ export declare const coreTranslations: {
1573
1610
  core: {
1574
1611
  banner: {
1575
1612
  dismissAlert: string;
1613
+ expand: string;
1614
+ collapse: string;
1576
1615
  };
1577
1616
  breadcrumbs: {
1578
1617
  label: string;
@@ -1794,6 +1833,7 @@ export declare const coreTranslations: {
1794
1833
  noResults: string;
1795
1834
  selectedToken: string;
1796
1835
  selectedItems: string;
1836
+ noneSelected: string;
1797
1837
  };
1798
1838
  tearsheet: {
1799
1839
  a11y: {
@@ -1955,6 +1995,15 @@ export declare const coreTranslations: {
1955
1995
  options: {
1956
1996
  ariaLabel: string;
1957
1997
  };
1998
+ dragAndDropInstructions: string;
1999
+ selectInstructions: string;
2000
+ unselectInstructions: string;
2001
+ dragStart: string;
2002
+ dragStartWithGroup: string;
2003
+ dragUpdate: string;
2004
+ dragUpdateWithGroup: string;
2005
+ dragEnd: string;
2006
+ dragEndWithGroup: string;
1958
2007
  };
1959
2008
  };
1960
2009
  };
@@ -1962,6 +2011,8 @@ export declare const coreTranslations: {
1962
2011
  core: {
1963
2012
  banner: {
1964
2013
  dismissAlert: string;
2014
+ expand: string;
2015
+ collapse: string;
1965
2016
  };
1966
2017
  breadcrumbs: {
1967
2018
  label: string;
@@ -2183,6 +2234,7 @@ export declare const coreTranslations: {
2183
2234
  noResults: string;
2184
2235
  selectedToken: string;
2185
2236
  selectedItems: string;
2237
+ noneSelected: string;
2186
2238
  };
2187
2239
  tearsheet: {
2188
2240
  a11y: {
@@ -2344,6 +2396,15 @@ export declare const coreTranslations: {
2344
2396
  options: {
2345
2397
  ariaLabel: string;
2346
2398
  };
2399
+ dragAndDropInstructions: string;
2400
+ selectInstructions: string;
2401
+ unselectInstructions: string;
2402
+ dragStart: string;
2403
+ dragStartWithGroup: string;
2404
+ dragUpdate: string;
2405
+ dragUpdateWithGroup: string;
2406
+ dragEnd: string;
2407
+ dragEndWithGroup: string;
2347
2408
  };
2348
2409
  };
2349
2410
  };
@@ -2351,6 +2412,8 @@ export declare const coreTranslations: {
2351
2412
  core: {
2352
2413
  banner: {
2353
2414
  dismissAlert: string;
2415
+ expand: string;
2416
+ collapse: string;
2354
2417
  };
2355
2418
  breadcrumbs: {
2356
2419
  label: string;
@@ -2552,17 +2615,6 @@ export declare const coreTranslations: {
2552
2615
  wrongFileTypeErrorGroup: string;
2553
2616
  standaloneMaxFileNumberError: string;
2554
2617
  standaloneUnsupportedFileTypeError: string;
2555
- /**
2556
- * Hook to access the I18n context.
2557
- *
2558
- * @template Translations - An optional generic to provide type safety for translations.
2559
- * If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
2560
- * These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
2561
- * If not specified, the default I18nWithCDN instance is returned.
2562
- *
2563
- * @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
2564
- * either with or without typed translations based on the provided generic.
2565
- */
2566
2618
  standaloneMinFileSizeError: string;
2567
2619
  standaloneMaxFileSizeError: string;
2568
2620
  standaloneZeroFileSizeError: string;
@@ -2583,6 +2635,7 @@ export declare const coreTranslations: {
2583
2635
  noResults: string;
2584
2636
  selectedToken: string;
2585
2637
  selectedItems: string;
2638
+ noneSelected: string;
2586
2639
  };
2587
2640
  tearsheet: {
2588
2641
  a11y: {
@@ -2744,6 +2797,15 @@ export declare const coreTranslations: {
2744
2797
  options: {
2745
2798
  ariaLabel: string;
2746
2799
  };
2800
+ dragAndDropInstructions: string;
2801
+ selectInstructions: string;
2802
+ unselectInstructions: string;
2803
+ dragStart: string;
2804
+ dragStartWithGroup: string;
2805
+ dragUpdate: string;
2806
+ dragUpdateWithGroup: string;
2807
+ dragEnd: string;
2808
+ dragEndWithGroup: string;
2747
2809
  };
2748
2810
  };
2749
2811
  };
@@ -2751,6 +2813,8 @@ export declare const coreTranslations: {
2751
2813
  core: {
2752
2814
  banner: {
2753
2815
  dismissAlert: string;
2816
+ expand: string;
2817
+ collapse: string;
2754
2818
  };
2755
2819
  breadcrumbs: {
2756
2820
  label: string;
@@ -2972,6 +3036,7 @@ export declare const coreTranslations: {
2972
3036
  noResults: string;
2973
3037
  selectedToken: string;
2974
3038
  selectedItems: string;
3039
+ noneSelected: string;
2975
3040
  };
2976
3041
  tearsheet: {
2977
3042
  a11y: {
@@ -3133,6 +3198,15 @@ export declare const coreTranslations: {
3133
3198
  options: {
3134
3199
  ariaLabel: string;
3135
3200
  };
3201
+ dragAndDropInstructions: string;
3202
+ selectInstructions: string;
3203
+ unselectInstructions: string;
3204
+ dragStart: string;
3205
+ dragStartWithGroup: string;
3206
+ dragUpdate: string;
3207
+ dragUpdateWithGroup: string;
3208
+ dragEnd: string;
3209
+ dragEndWithGroup: string;
3136
3210
  };
3137
3211
  };
3138
3212
  };
@@ -3140,6 +3214,8 @@ export declare const coreTranslations: {
3140
3214
  core: {
3141
3215
  banner: {
3142
3216
  dismissAlert: string;
3217
+ expand: string;
3218
+ collapse: string;
3143
3219
  };
3144
3220
  breadcrumbs: {
3145
3221
  label: string;
@@ -3209,14 +3285,6 @@ export declare const coreTranslations: {
3209
3285
  close: string;
3210
3286
  date: string;
3211
3287
  itemType: string;
3212
- /**
3213
- * Hook to create I18n object.
3214
- * @param {UseI18n} props - The I18n configuration.
3215
- * @param {string} props.locale - The locale to use.
3216
- * @param {Record<string, string>} props.translations - The translations to use.
3217
- * @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.
3218
- * @returns {I18nWithCDNFlag} The I18n object.
3219
- */
3220
3288
  itemTypeGroupLabel: {
3221
3289
  dailyLog: string;
3222
3290
  prostoreFile: string;
@@ -3369,6 +3437,7 @@ export declare const coreTranslations: {
3369
3437
  noResults: string;
3370
3438
  selectedToken: string;
3371
3439
  selectedItems: string;
3440
+ noneSelected: string;
3372
3441
  };
3373
3442
  tearsheet: {
3374
3443
  a11y: {
@@ -3530,6 +3599,15 @@ export declare const coreTranslations: {
3530
3599
  options: {
3531
3600
  ariaLabel: string;
3532
3601
  };
3602
+ dragAndDropInstructions: string;
3603
+ selectInstructions: string;
3604
+ unselectInstructions: string;
3605
+ dragStart: string;
3606
+ dragStartWithGroup: string;
3607
+ dragUpdate: string;
3608
+ dragUpdateWithGroup: string;
3609
+ dragEnd: string;
3610
+ dragEndWithGroup: string;
3533
3611
  };
3534
3612
  };
3535
3613
  };
@@ -3537,6 +3615,8 @@ export declare const coreTranslations: {
3537
3615
  core: {
3538
3616
  banner: {
3539
3617
  dismissAlert: string;
3618
+ expand: string;
3619
+ collapse: string;
3540
3620
  };
3541
3621
  breadcrumbs: {
3542
3622
  label: string;
@@ -3649,15 +3729,6 @@ export declare const coreTranslations: {
3649
3729
  timeOnDate: string;
3650
3730
  };
3651
3731
  table: {
3652
- /**
3653
- * Provider to wrap the application with the I18n context.
3654
- * @param {PropsWithChildren<UseI18n>} props - The I18n configuration.
3655
- * @param {React.ReactNode} props.children - The children to render.
3656
- * @param {UseI18n} props.locale - The locale to use.
3657
- * @param {Record<string, string>} props.translations - The translations to use.
3658
- * @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.
3659
- * @returns {React.ReactNode} The I18n context instance.
3660
- */
3661
3732
  a11y: {
3662
3733
  expand: string;
3663
3734
  collapse: string;
@@ -3767,6 +3838,7 @@ export declare const coreTranslations: {
3767
3838
  noResults: string;
3768
3839
  selectedToken: string;
3769
3840
  selectedItems: string;
3841
+ noneSelected: string;
3770
3842
  };
3771
3843
  tearsheet: {
3772
3844
  a11y: {
@@ -3928,6 +4000,15 @@ export declare const coreTranslations: {
3928
4000
  options: {
3929
4001
  ariaLabel: string;
3930
4002
  };
4003
+ dragAndDropInstructions: string;
4004
+ selectInstructions: string;
4005
+ unselectInstructions: string;
4006
+ dragStart: string;
4007
+ dragStartWithGroup: string;
4008
+ dragUpdate: string;
4009
+ dragUpdateWithGroup: string;
4010
+ dragEnd: string;
4011
+ dragEndWithGroup: string;
3931
4012
  };
3932
4013
  };
3933
4014
  };
@@ -3935,6 +4016,8 @@ export declare const coreTranslations: {
3935
4016
  core: {
3936
4017
  banner: {
3937
4018
  dismissAlert: string;
4019
+ expand: string;
4020
+ collapse: string;
3938
4021
  };
3939
4022
  breadcrumbs: {
3940
4023
  label: string;
@@ -4156,6 +4239,7 @@ export declare const coreTranslations: {
4156
4239
  noResults: string;
4157
4240
  selectedToken: string;
4158
4241
  selectedItems: string;
4242
+ noneSelected: string;
4159
4243
  };
4160
4244
  tearsheet: {
4161
4245
  a11y: {
@@ -4317,6 +4401,15 @@ export declare const coreTranslations: {
4317
4401
  options: {
4318
4402
  ariaLabel: string;
4319
4403
  };
4404
+ dragAndDropInstructions: string;
4405
+ selectInstructions: string;
4406
+ unselectInstructions: string;
4407
+ dragStart: string;
4408
+ dragStartWithGroup: string;
4409
+ dragUpdate: string;
4410
+ dragUpdateWithGroup: string;
4411
+ dragEnd: string;
4412
+ dragEndWithGroup: string;
4320
4413
  };
4321
4414
  };
4322
4415
  };
@@ -4547,6 +4640,7 @@ export declare const coreTranslations: {
4547
4640
  noResults: string;
4548
4641
  selectedToken: string;
4549
4642
  selectedItems: string;
4643
+ noneSelected: string;
4550
4644
  };
4551
4645
  tearsheet: {
4552
4646
  a11y: {
@@ -4715,6 +4809,8 @@ export declare const coreTranslations: {
4715
4809
  core: {
4716
4810
  banner: {
4717
4811
  dismissAlert: string;
4812
+ expand: string;
4813
+ collapse: string;
4718
4814
  };
4719
4815
  breadcrumbs: {
4720
4816
  label: string;
@@ -4936,6 +5032,7 @@ export declare const coreTranslations: {
4936
5032
  noResults: string;
4937
5033
  selectedToken: string;
4938
5034
  selectedItems: string;
5035
+ noneSelected: string;
4939
5036
  };
4940
5037
  tearsheet: {
4941
5038
  a11y: {
@@ -5097,6 +5194,15 @@ export declare const coreTranslations: {
5097
5194
  options: {
5098
5195
  ariaLabel: string;
5099
5196
  };
5197
+ dragAndDropInstructions: string;
5198
+ selectInstructions: string;
5199
+ unselectInstructions: string;
5200
+ dragStart: string;
5201
+ dragStartWithGroup: string;
5202
+ dragUpdate: string;
5203
+ dragUpdateWithGroup: string;
5204
+ dragEnd: string;
5205
+ dragEndWithGroup: string;
5100
5206
  };
5101
5207
  };
5102
5208
  };
@@ -5104,6 +5210,8 @@ export declare const coreTranslations: {
5104
5210
  core: {
5105
5211
  banner: {
5106
5212
  dismissAlert: string;
5213
+ expand: string;
5214
+ collapse: string;
5107
5215
  };
5108
5216
  breadcrumbs: {
5109
5217
  label: string;
@@ -5182,6 +5290,14 @@ export declare const coreTranslations: {
5182
5290
  notes: string;
5183
5291
  notesPlaceholder: string;
5184
5292
  newItem: string;
5293
+ /**
5294
+ * Hook to create I18n object.
5295
+ * @param {UseI18n} props - The I18n configuration.
5296
+ * @param {string} props.locale - The locale to use.
5297
+ * @param {Record<string, string>} props.translations - The translations to use.
5298
+ * @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.
5299
+ * @returns {I18nWithCDNFlag} The I18n object.
5300
+ */
5185
5301
  noRelatedItems: {
5186
5302
  title: string;
5187
5303
  description: string;
@@ -5325,6 +5441,7 @@ export declare const coreTranslations: {
5325
5441
  noResults: string;
5326
5442
  selectedToken: string;
5327
5443
  selectedItems: string;
5444
+ noneSelected: string;
5328
5445
  };
5329
5446
  tearsheet: {
5330
5447
  a11y: {
@@ -5486,6 +5603,15 @@ export declare const coreTranslations: {
5486
5603
  options: {
5487
5604
  ariaLabel: string;
5488
5605
  };
5606
+ dragAndDropInstructions: string;
5607
+ selectInstructions: string;
5608
+ unselectInstructions: string;
5609
+ dragStart: string;
5610
+ dragStartWithGroup: string;
5611
+ dragUpdate: string;
5612
+ dragUpdateWithGroup: string;
5613
+ dragEnd: string;
5614
+ dragEndWithGroup: string;
5489
5615
  };
5490
5616
  };
5491
5617
  };
@@ -5493,6 +5619,8 @@ export declare const coreTranslations: {
5493
5619
  core: {
5494
5620
  banner: {
5495
5621
  dismissAlert: string;
5622
+ expand: string;
5623
+ collapse: string;
5496
5624
  };
5497
5625
  breadcrumbs: {
5498
5626
  label: string;
@@ -5590,17 +5718,16 @@ export declare const coreTranslations: {
5590
5718
  };
5591
5719
  panelTitle: string;
5592
5720
  search: string;
5593
- searchItemType: string;
5721
+ searchItemType: string; /**
5722
+ * Hook to create I18n object.
5723
+ * @param {UseI18n} props - The I18n configuration.
5724
+ * @param {string} props.locale - The locale to use.
5725
+ * @param {Record<string, string>} props.translations - The translations to use.
5726
+ * @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.
5727
+ * @returns {I18nWithCDNFlag} The I18n object.
5728
+ */
5594
5729
  submit: string;
5595
5730
  toast: {
5596
- /**
5597
- * Hook to create I18n object.
5598
- * @param {UseI18n} props - The I18n configuration.
5599
- * @param {string} props.locale - The locale to use.
5600
- * @param {Record<string, string>} props.translations - The translations to use.
5601
- * @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.
5602
- * @returns {I18nWithCDNFlag} The I18n object.
5603
- */
5604
5731
  itemAdded: string;
5605
5732
  itemAdditionFailed: string;
5606
5733
  itemRemoved: string;
@@ -5722,6 +5849,7 @@ export declare const coreTranslations: {
5722
5849
  noResults: string;
5723
5850
  selectedToken: string;
5724
5851
  selectedItems: string;
5852
+ noneSelected: string;
5725
5853
  };
5726
5854
  tearsheet: {
5727
5855
  a11y: {
@@ -5883,6 +6011,15 @@ export declare const coreTranslations: {
5883
6011
  options: {
5884
6012
  ariaLabel: string;
5885
6013
  };
6014
+ dragAndDropInstructions: string;
6015
+ selectInstructions: string;
6016
+ unselectInstructions: string;
6017
+ dragStart: string;
6018
+ dragStartWithGroup: string;
6019
+ dragUpdate: string;
6020
+ dragUpdateWithGroup: string;
6021
+ dragEnd: string;
6022
+ dragEndWithGroup: string;
5886
6023
  };
5887
6024
  };
5888
6025
  };
@@ -5890,6 +6027,8 @@ export declare const coreTranslations: {
5890
6027
  core: {
5891
6028
  banner: {
5892
6029
  dismissAlert: string;
6030
+ expand: string;
6031
+ collapse: string;
5893
6032
  };
5894
6033
  breadcrumbs: {
5895
6034
  label: string;
@@ -5922,11 +6061,7 @@ export declare const coreTranslations: {
5922
6061
  recipientSelectPlaceholder: string;
5923
6062
  emailRecipientRequiredError: string;
5924
6063
  emailSubjectRequiredError: string;
5925
- goToAllEmails: string; /**
5926
- * @deprecated this type will no longer be supported from core-i18n-js,
5927
- * to have a type safe Locale use TmsSupportedLocale or AllLocales from [Globalization toolkit](https://github.com/procore/globalization-toolkit)
5928
- * @deprecatedSince 12.10.0
5929
- */
6064
+ goToAllEmails: string;
5930
6065
  sendEmail: string;
5931
6066
  replyAll: string;
5932
6067
  downloadAll: string;
@@ -5966,7 +6101,14 @@ export declare const coreTranslations: {
5966
6101
  itemTypeGroupLabel: {
5967
6102
  dailyLog: string;
5968
6103
  prostoreFile: string;
5969
- };
6104
+ }; /**
6105
+ * Hook to create I18n object.
6106
+ * @param {UseI18n} props - The I18n configuration.
6107
+ * @param {string} props.locale - The locale to use.
6108
+ * @param {Record<string, string>} props.translations - The translations to use.
6109
+ * @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.
6110
+ * @returns {I18nWithCDNFlag} The I18n object.
6111
+ */
5970
6112
  itemName: string;
5971
6113
  loading: string;
5972
6114
  notes: string;
@@ -6115,6 +6257,7 @@ export declare const coreTranslations: {
6115
6257
  noResults: string;
6116
6258
  selectedToken: string;
6117
6259
  selectedItems: string;
6260
+ noneSelected: string;
6118
6261
  };
6119
6262
  tearsheet: {
6120
6263
  a11y: {
@@ -6276,6 +6419,15 @@ export declare const coreTranslations: {
6276
6419
  options: {
6277
6420
  ariaLabel: string;
6278
6421
  };
6422
+ dragAndDropInstructions: string;
6423
+ selectInstructions: string;
6424
+ unselectInstructions: string;
6425
+ dragStart: string;
6426
+ dragStartWithGroup: string;
6427
+ dragUpdate: string;
6428
+ dragUpdateWithGroup: string;
6429
+ dragEnd: string;
6430
+ dragEndWithGroup: string;
6279
6431
  };
6280
6432
  };
6281
6433
  };
@@ -6284,6 +6436,8 @@ export declare const coreTranslations: {
6284
6436
  core: {
6285
6437
  banner: {
6286
6438
  dismissAlert: string;
6439
+ expand: string;
6440
+ collapse: string;
6287
6441
  };
6288
6442
  breadcrumbs: {
6289
6443
  label: string;
@@ -6329,11 +6483,6 @@ export declare const coreTranslations: {
6329
6483
  cc: string;
6330
6484
  bcc: string;
6331
6485
  downloadPdfLong: string;
6332
- /**
6333
- * @deprecated this type will no longer be supported from core-i18n-js,
6334
- * to have a type safe Locale use TmsSupportedLocale or AllLocales from [Globalization toolkit](https://github.com/procore/globalization-toolkit)
6335
- * @deprecatedSince 12.10.0
6336
- */
6337
6486
  downloadPdfShort: string;
6338
6487
  privateEmailDisclaimer: string;
6339
6488
  privateLabel: string;
@@ -6510,6 +6659,7 @@ export declare const coreTranslations: {
6510
6659
  noResults: string;
6511
6660
  selectedToken: string;
6512
6661
  selectedItems: string;
6662
+ noneSelected: string;
6513
6663
  };
6514
6664
  tearsheet: {
6515
6665
  a11y: {
@@ -6671,6 +6821,15 @@ export declare const coreTranslations: {
6671
6821
  options: {
6672
6822
  ariaLabel: string;
6673
6823
  };
6824
+ dragAndDropInstructions: string;
6825
+ selectInstructions: string;
6826
+ unselectInstructions: string;
6827
+ dragStart: string;
6828
+ dragStartWithGroup: string;
6829
+ dragUpdate: string;
6830
+ dragUpdateWithGroup: string;
6831
+ dragEnd: string;
6832
+ dragEndWithGroup: string;
6674
6833
  };
6675
6834
  };
6676
6835
  };
@@ -6678,6 +6837,8 @@ export declare const coreTranslations: {
6678
6837
  core: {
6679
6838
  banner: {
6680
6839
  dismissAlert: string;
6840
+ expand: string;
6841
+ collapse: string;
6681
6842
  };
6682
6843
  breadcrumbs: {
6683
6844
  label: string;
@@ -6899,6 +7060,7 @@ export declare const coreTranslations: {
6899
7060
  noResults: string;
6900
7061
  selectedToken: string;
6901
7062
  selectedItems: string;
7063
+ noneSelected: string;
6902
7064
  };
6903
7065
  tearsheet: {
6904
7066
  a11y: {
@@ -7060,6 +7222,15 @@ export declare const coreTranslations: {
7060
7222
  options: {
7061
7223
  ariaLabel: string;
7062
7224
  };
7225
+ dragAndDropInstructions: string;
7226
+ selectInstructions: string;
7227
+ unselectInstructions: string;
7228
+ dragStart: string;
7229
+ dragStartWithGroup: string;
7230
+ dragUpdate: string;
7231
+ dragUpdateWithGroup: string;
7232
+ dragEnd: string;
7233
+ dragEndWithGroup: string;
7063
7234
  };
7064
7235
  };
7065
7236
  };
@@ -7067,6 +7238,8 @@ export declare const coreTranslations: {
7067
7238
  core: {
7068
7239
  banner: {
7069
7240
  dismissAlert: string;
7241
+ expand: string;
7242
+ collapse: string;
7070
7243
  };
7071
7244
  breadcrumbs: {
7072
7245
  label: string;
@@ -7288,6 +7461,7 @@ export declare const coreTranslations: {
7288
7461
  noResults: string;
7289
7462
  selectedToken: string;
7290
7463
  selectedItems: string;
7464
+ noneSelected: string;
7291
7465
  };
7292
7466
  tearsheet: {
7293
7467
  a11y: {
@@ -7449,6 +7623,15 @@ export declare const coreTranslations: {
7449
7623
  options: {
7450
7624
  ariaLabel: string;
7451
7625
  };
7626
+ dragAndDropInstructions: string;
7627
+ selectInstructions: string;
7628
+ unselectInstructions: string;
7629
+ dragStart: string;
7630
+ dragStartWithGroup: string;
7631
+ dragUpdate: string;
7632
+ dragUpdateWithGroup: string;
7633
+ dragEnd: string;
7634
+ dragEndWithGroup: string;
7452
7635
  };
7453
7636
  };
7454
7637
  };
@@ -1,2 +1 @@
1
- import 'intersection-observer';
2
1
  export declare const createIntersectionObserver: (callback: IntersectionObserverCallback, options?: IntersectionObserverInit) => IntersectionObserver;
@@ -1,4 +1,3 @@
1
- import 'intersection-observer';
2
1
  export var createIntersectionObserver = function createIntersectionObserver(callback) {
3
2
  var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
4
3
  return new IntersectionObserver(callback, options);
@@ -1 +1 @@
1
- {"version":3,"file":"createIntersectionObserver.js","names":["createIntersectionObserver","callback","options","arguments","length","undefined","IntersectionObserver"],"sources":["../../../src/_hooks/IntersectionObserver/createIntersectionObserver.ts"],"sourcesContent":["import 'intersection-observer'\n\nexport const createIntersectionObserver = (\n callback: IntersectionObserverCallback,\n options: IntersectionObserverInit = {}\n) => {\n return new IntersectionObserver(callback, options)\n}\n"],"mappings":"AAAA,OAAO,uBAAuB;AAE9B,OAAO,IAAMA,0BAA0B,GAAG,SAA7BA,0BAA0BA,CACrCC,QAAsC,EAEnC;EAAA,IADHC,OAAiC,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC,CAAC;EAEtC,OAAO,IAAIG,oBAAoB,CAACL,QAAQ,EAAEC,OAAO,CAAC;AACpD,CAAC"}
1
+ {"version":3,"file":"createIntersectionObserver.js","names":["createIntersectionObserver","callback","options","arguments","length","undefined","IntersectionObserver"],"sources":["../../../src/_hooks/IntersectionObserver/createIntersectionObserver.ts"],"sourcesContent":["export const createIntersectionObserver = (\n callback: IntersectionObserverCallback,\n options: IntersectionObserverInit = {}\n) => {\n return new IntersectionObserver(callback, options)\n}\n"],"mappings":"AAAA,OAAO,IAAMA,0BAA0B,GAAG,SAA7BA,0BAA0BA,CACrCC,QAAsC,EAEnC;EAAA,IADHC,OAAiC,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC,CAAC;EAEtC,OAAO,IAAIG,oBAAoB,CAACL,QAAQ,EAAEC,OAAO,CAAC;AACpD,CAAC"}