@procore/core-react 12.38.0 → 12.39.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 (295) hide show
  1. package/.jest/testShims.js +6 -0
  2. package/CHANGELOG.md +43 -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 +2 -2
  52. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  53. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  54. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  55. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  56. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  57. package/dist/FileToken/FileToken.styles.js +4 -4
  58. package/dist/FilterToken/FilterToken.styles.js +5 -5
  59. package/dist/FlexList/FlexList.styles.js +1 -1
  60. package/dist/Form/Form.js +74 -58
  61. package/dist/Form/Form.js.map +1 -1
  62. package/dist/Form/Form.styles.d.ts +0 -14
  63. package/dist/Form/Form.styles.js +14 -24
  64. package/dist/Form/Form.styles.js.map +1 -1
  65. package/dist/Form/Form.types.d.ts +22 -2
  66. package/dist/Form/Form.types.js.map +1 -1
  67. package/dist/Form/FormFieldTooltip.js +4 -11
  68. package/dist/Form/FormFieldTooltip.js.map +1 -1
  69. package/dist/Form/StyledFormikForm.styles.js +2 -2
  70. package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
  71. package/dist/Grid/Grid.styles.js +2 -2
  72. package/dist/GroupSelect/GroupSelect.js +5 -4
  73. package/dist/GroupSelect/GroupSelect.js.map +1 -1
  74. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  75. package/dist/GroupSelect/GroupSelect.types.d.ts +5 -5
  76. package/dist/GroupSelect/GroupSelect.types.js.map +1 -1
  77. package/dist/Input/Input.styles.js +1 -1
  78. package/dist/Link/Link.styles.js +1 -1
  79. package/dist/ListPage/ListPage.styles.js +8 -8
  80. package/dist/Loader/Loader.styles.js +2 -2
  81. package/dist/Menu/Menu.js +1 -5
  82. package/dist/Menu/Menu.js.map +1 -1
  83. package/dist/MenuImperative/MenuImperative.js +7 -10
  84. package/dist/MenuImperative/MenuImperative.js.map +1 -1
  85. package/dist/MenuImperative/MenuImperative.styles.d.ts +2 -3
  86. package/dist/MenuImperative/MenuImperative.styles.js +26 -25
  87. package/dist/MenuImperative/MenuImperative.styles.js.map +1 -1
  88. package/dist/MenuImperative/MenuImperative.types.d.ts +4 -0
  89. package/dist/MenuImperative/MenuImperative.types.js.map +1 -1
  90. package/dist/MenuImperative/sensors.js +16 -58
  91. package/dist/MenuImperative/sensors.js.map +1 -1
  92. package/dist/Modal/Modal.styles.js +13 -13
  93. package/dist/MultiSelect/MultiSelect.js +50 -28
  94. package/dist/MultiSelect/MultiSelect.js.map +1 -1
  95. package/dist/MultiSelect/MultiSelect.styles.d.ts +1 -0
  96. package/dist/MultiSelect/MultiSelect.styles.js +12 -8
  97. package/dist/MultiSelect/MultiSelect.styles.js.map +1 -1
  98. package/dist/MultiSelect/MultiSelect.types.d.ts +31 -1
  99. package/dist/MultiSelect/MultiSelect.types.js.map +1 -1
  100. package/dist/NextMenu/NextMenu.styles.js +3 -3
  101. package/dist/Notation/Notation.js +1 -1
  102. package/dist/NumberInput/NumberInput.styles.js +7 -7
  103. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  104. package/dist/OverlayTrigger/a11yPresets.js +5 -3
  105. package/dist/OverlayTrigger/a11yPresets.js.map +1 -1
  106. package/dist/PageLayout/PageLayout.js +31 -12
  107. package/dist/PageLayout/PageLayout.js.map +1 -1
  108. package/dist/PageLayout/PageLayout.styles.js +16 -16
  109. package/dist/PageLayout/PageLayout.types.d.ts +10 -0
  110. package/dist/PageLayout/PageLayout.types.js.map +1 -1
  111. package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
  112. package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
  113. package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
  114. package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
  115. package/dist/Pagination/Pagination.styles.js +5 -5
  116. package/dist/Panel/Panel.styles.js +11 -11
  117. package/dist/Pill/Pill.styles.js +3 -3
  118. package/dist/PillSelect/PillSelect.js +4 -3
  119. package/dist/PillSelect/PillSelect.js.map +1 -1
  120. package/dist/PillSelect/PillSelect.styles.js +4 -4
  121. package/dist/Popover/Popover.styles.js +2 -2
  122. package/dist/Portal/Portal.styles.js +1 -1
  123. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  124. package/dist/RadioButton/RadioButton.styles.js +3 -3
  125. package/dist/Required/Required.styles.js +3 -3
  126. package/dist/Search/Search.styles.js +5 -5
  127. package/dist/Section/Section.styles.js +9 -9
  128. package/dist/Section/Section.styles.js.map +1 -1
  129. package/dist/SegmentedController/SegmentedController.js +1 -2
  130. package/dist/SegmentedController/SegmentedController.js.map +1 -1
  131. package/dist/SegmentedController/SegmentedController.styles.js +4 -4
  132. package/dist/Select/Select.d.ts +3 -4
  133. package/dist/Select/Select.js +2 -2
  134. package/dist/Select/Select.js.map +1 -1
  135. package/dist/Select/Select.styles.js +9 -9
  136. package/dist/Select/Select.styles.js.map +1 -1
  137. package/dist/Select/Select.types.d.ts +7 -0
  138. package/dist/Select/Select.types.js.map +1 -1
  139. package/dist/Select/index.d.ts +1 -1
  140. package/dist/Select/index.js.map +1 -1
  141. package/dist/Semantic/Semantic.styles.js +9 -9
  142. package/dist/Slider/Slider.styles.js +5 -5
  143. package/dist/Spinner/Spinner.styles.js +7 -7
  144. package/dist/SplitViewCard/SplitViewCard.js +13 -0
  145. package/dist/SplitViewCard/SplitViewCard.js.map +1 -1
  146. package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
  147. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  148. package/dist/SuperSelect/SuperSelect.styles.js +38 -38
  149. package/dist/Switch/Switch.styles.js +4 -4
  150. package/dist/Table/Table.styles.d.ts +1 -1
  151. package/dist/Table/Table.styles.js +28 -28
  152. package/dist/TableShelf/TableShelf.styles.js +5 -5
  153. package/dist/Tabs/Tabs.styles.js +15 -15
  154. package/dist/Tearsheet/Tearsheet.styles.js +17 -28
  155. package/dist/Tearsheet/Tearsheet.styles.js.map +1 -1
  156. package/dist/Tearsheet/storybook/PageLayoutDemo.js +7 -1
  157. package/dist/Tearsheet/storybook/PageLayoutDemo.js.map +1 -1
  158. package/dist/TextArea/TextArea.styles.js +1 -1
  159. package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
  160. package/dist/Thumbnail/Thumbnail.styles.js +17 -17
  161. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  162. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  163. package/dist/Tile/Tile.styles.js +8 -8
  164. package/dist/Title/Title.styles.js +7 -7
  165. package/dist/Toast/Toast.styles.js +3 -3
  166. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  167. package/dist/Token/Token.styles.js +3 -3
  168. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  169. package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
  170. package/dist/Tooltip/Tooltip.d.ts +4 -2
  171. package/dist/Tooltip/Tooltip.js +30 -5
  172. package/dist/Tooltip/Tooltip.js.map +1 -1
  173. package/dist/Tooltip/Tooltip.styles.d.ts +1 -0
  174. package/dist/Tooltip/Tooltip.styles.js +12 -4
  175. package/dist/Tooltip/Tooltip.styles.js.map +1 -1
  176. package/dist/Tooltip/Tooltip.types.d.ts +8 -0
  177. package/dist/Tooltip/Tooltip.types.js.map +1 -1
  178. package/dist/Tree/Tree.js +1 -1
  179. package/dist/Tree/Tree.styles.js +10 -10
  180. package/dist/Typeahead/Typeahead.styles.js +3 -3
  181. package/dist/Typography/Typography.styles.js +1 -1
  182. package/dist/Typography/Typography.table.story.js +2 -2
  183. package/dist/_hooks/I18n.d.ts +61 -48
  184. package/dist/_hooks/IntersectionObserver/createIntersectionObserver.d.ts +0 -1
  185. package/dist/_hooks/IntersectionObserver/createIntersectionObserver.js +0 -1
  186. package/dist/_hooks/IntersectionObserver/createIntersectionObserver.js.map +1 -1
  187. package/dist/_locales/de-DE.json +3 -1
  188. package/dist/_locales/en-AU.json +3 -1
  189. package/dist/_locales/en-CA.json +3 -1
  190. package/dist/_locales/en-GB.json +3 -1
  191. package/dist/_locales/en.json +2 -1
  192. package/dist/_locales/es-ES.json +3 -1
  193. package/dist/_locales/es.json +3 -1
  194. package/dist/_locales/fr-CA.json +3 -1
  195. package/dist/_locales/fr-FR.json +3 -1
  196. package/dist/_locales/is-IS.json +3 -1
  197. package/dist/_locales/it-IT.json +3 -1
  198. package/dist/_locales/ja-JP.json +3 -1
  199. package/dist/_locales/pl-PL.json +3 -1
  200. package/dist/_locales/pseudo.json +2 -1
  201. package/dist/_locales/pt-BR.json +3 -1
  202. package/dist/_locales/pt-PT.json +5 -3
  203. package/dist/_locales/th-TH.json +3 -1
  204. package/dist/_locales/zh-SG.json +3 -1
  205. package/dist/_locales/zh-TW.json +3 -1
  206. package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
  207. package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
  208. package/dist/_styles/mixins.d.ts +13 -1
  209. package/dist/_styles/mixins.js +15 -1
  210. package/dist/_styles/mixins.js.map +1 -1
  211. package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
  212. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  213. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
  214. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  215. package/dist/_typedoc/Banner/Banner.types.json +15 -15
  216. package/dist/_typedoc/Box/Box.types.json +68 -68
  217. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  218. package/dist/_typedoc/Button/Button.types.json +13 -13
  219. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  220. package/dist/_typedoc/Card/Card.types.json +6 -6
  221. package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
  222. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  223. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  224. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  225. package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
  226. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  227. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +31 -31
  228. package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
  229. package/dist/_typedoc/EmptyState/EmptyState.types.json +16 -16
  230. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  231. package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
  232. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  233. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  234. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  235. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  236. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  237. package/dist/_typedoc/Form/Form.types.json +862 -762
  238. package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
  239. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  240. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +75 -55
  241. package/dist/_typedoc/Input/Input.types.json +2 -2
  242. package/dist/_typedoc/Link/Link.types.json +1 -1
  243. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  244. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  245. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +77 -77
  246. package/dist/_typedoc/Modal/Modal.types.json +46 -46
  247. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +52 -32
  248. package/dist/_typedoc/NextTile/NextTile.types.json +32 -32
  249. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  250. package/dist/_typedoc/NumberInput/NumberInput.types.json +48 -48
  251. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +33 -33
  252. package/dist/_typedoc/PageLayout/PageLayout.types.json +46 -26
  253. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  254. package/dist/_typedoc/Panel/Panel.types.json +30 -30
  255. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  256. package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
  257. package/dist/_typedoc/Popover/Popover.types.json +15 -15
  258. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
  259. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  260. package/dist/_typedoc/Required/Required.types.json +5 -5
  261. package/dist/_typedoc/Search/Search.types.json +18 -18
  262. package/dist/_typedoc/Section/Section.types.json +15 -15
  263. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
  264. package/dist/_typedoc/Select/Select.types.json +109 -63
  265. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
  266. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  267. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  268. package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
  269. package/dist/_typedoc/Table/Table.types.json +102 -102
  270. package/dist/_typedoc/Tabs/Tabs.types.json +20 -20
  271. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
  272. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  273. package/dist/_typedoc/TextEditor/TextEditor.types.json +11 -11
  274. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
  275. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  276. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +43 -43
  277. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +29 -29
  278. package/dist/_typedoc/Tile/Tile.types.json +8 -8
  279. package/dist/_typedoc/Title/Title.types.json +1 -1
  280. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  281. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
  282. package/dist/_typedoc/Token/Token.types.json +7 -7
  283. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  284. package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +8 -8
  285. package/dist/_typedoc/Tooltip/Tooltip.types.json +25 -14
  286. package/dist/_typedoc/Tree/Tree.types.json +88 -88
  287. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  288. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  289. package/dist/_typedoc/_utils/types.json +3 -3
  290. package/dist/_utils/scrollIntoView.js +21 -7
  291. package/dist/_utils/scrollIntoView.js.map +1 -1
  292. package/package.json +8 -7
  293. package/dist/Checkbox/CheckboxTooltip.d.ts +0 -4
  294. package/dist/Checkbox/CheckboxTooltip.js +0 -26
  295. package/dist/Checkbox/CheckboxTooltip.js.map +0 -1
@@ -35,6 +35,14 @@ export interface TooltipProps extends Props {
35
35
  * @since 10.19.0
36
36
  */
37
37
  showDelay?: number;
38
+ /**
39
+ * @a11y Preference `true`, with it makes sense for Buttons and other controls
40
+ * that support `aria-expanded`. This will pass the open state to the element.
41
+ * @default false
42
+ * @see [MDN aria-expanded associated roles](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-expanded#associated_roles)
43
+ * @since 12.37.0
44
+ */
45
+ trackAriaExpanded?: OverlayTriggerProps['trackAriaExpanded'];
38
46
  /**
39
47
  * The event to trigger the overlay
40
48
  * @since 10.19.0
@@ -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 * @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":""}
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 * @a11y Preference `true`, with it makes sense for Buttons and other controls\n * that support `aria-expanded`. This will pass the open state to the element.\n * @default false\n * @see [MDN aria-expanded associated roles](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-expanded#associated_roles)\n * @since 12.37.0\n */\n trackAriaExpanded?: OverlayTriggerProps['trackAriaExpanded']\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_38_0__sc-f25ekl-0"
568
+ componentId: "core-12_39_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_38_0__sc-2d45b5-0"
8
+ componentId: "core-12_39_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_38_0__sc-2d45b5-1"
12
+ componentId: "core-12_39_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_38_0__sc-2d45b5-2"
20
+ componentId: "core-12_39_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_38_0__sc-2d45b5-3"
38
+ componentId: "core-12_39_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_38_0__sc-2d45b5-4"
42
+ componentId: "core-12_39_0__sc-2d45b5-4"
43
43
  })(["outline:none;"]);
44
44
  var StyledIconBase = /*#__PURE__*/styled(Box).withConfig({
45
45
  displayName: "StyledIconBase",
46
- componentId: "core-12_38_0__sc-2d45b5-5"
46
+ componentId: "core-12_39_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_38_0__sc-2d45b5-6"
52
+ componentId: "core-12_39_0__sc-2d45b5-6"
53
53
  })([""]);
54
54
  export var StyledChevronPlaceholder = /*#__PURE__*/styled(StyledIconBase).withConfig({
55
55
  displayName: "StyledChevronPlaceholder",
56
- componentId: "core-12_38_0__sc-2d45b5-7"
56
+ componentId: "core-12_39_0__sc-2d45b5-7"
57
57
  })([""]);
58
58
  export var StyledIconContainer = /*#__PURE__*/styled(StyledIconBase).withConfig({
59
59
  displayName: "StyledIconContainer",
60
- componentId: "core-12_38_0__sc-2d45b5-8"
60
+ componentId: "core-12_39_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_38_0__sc-2d45b5-9"
69
+ componentId: "core-12_39_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_38_0__sc-gpc39h-0"
8
+ componentId: "core-12_39_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_38_0__sc-gpc39h-1"
12
+ componentId: "core-12_39_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_38_0__sc-gpc39h-2"
20
+ componentId: "core-12_39_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_38_0__sc-1c4583t-0"
38
+ componentId: "core-12_39_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_38_0__sc-p4v7d-0"
8
+ componentId: "core-12_39_0__sc-p4v7d-0"
9
9
  })([""]);
10
10
  var StyledTextCell = /*#__PURE__*/styled(Table.TextCell).withConfig({
11
11
  displayName: "StyledTextCell",
12
- componentId: "core-12_38_0__sc-p4v7d-1"
12
+ componentId: "core-12_39_0__sc-p4v7d-1"
13
13
  })(["", " color:", ";"], getTypographyIntent('body'), colors.blue50);
14
14
  function BodyCell() {
15
15
  return /*#__PURE__*/React.createElement(StyledBodyCell, {
@@ -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;
@@ -627,6 +629,7 @@ export declare const coreTranslations: {
627
629
  noResults: string;
628
630
  selectedToken: string;
629
631
  selectedItems: string;
632
+ noneSelected: string;
630
633
  };
631
634
  tearsheet: {
632
635
  a11y: {
@@ -795,6 +798,8 @@ export declare const coreTranslations: {
795
798
  core: {
796
799
  banner: {
797
800
  dismissAlert: string;
801
+ expand: string;
802
+ collapse: string;
798
803
  };
799
804
  breadcrumbs: {
800
805
  label: string;
@@ -1184,6 +1189,8 @@ export declare const coreTranslations: {
1184
1189
  core: {
1185
1190
  banner: {
1186
1191
  dismissAlert: string;
1192
+ expand: string;
1193
+ collapse: string;
1187
1194
  };
1188
1195
  breadcrumbs: {
1189
1196
  label: string;
@@ -1573,6 +1580,8 @@ export declare const coreTranslations: {
1573
1580
  core: {
1574
1581
  banner: {
1575
1582
  dismissAlert: string;
1583
+ expand: string;
1584
+ collapse: string;
1576
1585
  };
1577
1586
  breadcrumbs: {
1578
1587
  label: string;
@@ -1962,6 +1971,8 @@ export declare const coreTranslations: {
1962
1971
  core: {
1963
1972
  banner: {
1964
1973
  dismissAlert: string;
1974
+ expand: string;
1975
+ collapse: string;
1965
1976
  };
1966
1977
  breadcrumbs: {
1967
1978
  label: string;
@@ -2351,6 +2362,8 @@ export declare const coreTranslations: {
2351
2362
  core: {
2352
2363
  banner: {
2353
2364
  dismissAlert: string;
2365
+ expand: string;
2366
+ collapse: string;
2354
2367
  };
2355
2368
  breadcrumbs: {
2356
2369
  label: string;
@@ -2552,17 +2565,6 @@ export declare const coreTranslations: {
2552
2565
  wrongFileTypeErrorGroup: string;
2553
2566
  standaloneMaxFileNumberError: string;
2554
2567
  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
2568
  standaloneMinFileSizeError: string;
2567
2569
  standaloneMaxFileSizeError: string;
2568
2570
  standaloneZeroFileSizeError: string;
@@ -2751,6 +2753,8 @@ export declare const coreTranslations: {
2751
2753
  core: {
2752
2754
  banner: {
2753
2755
  dismissAlert: string;
2756
+ expand: string;
2757
+ collapse: string;
2754
2758
  };
2755
2759
  breadcrumbs: {
2756
2760
  label: string;
@@ -3140,6 +3144,8 @@ export declare const coreTranslations: {
3140
3144
  core: {
3141
3145
  banner: {
3142
3146
  dismissAlert: string;
3147
+ expand: string;
3148
+ collapse: string;
3143
3149
  };
3144
3150
  breadcrumbs: {
3145
3151
  label: string;
@@ -3209,14 +3215,6 @@ export declare const coreTranslations: {
3209
3215
  close: string;
3210
3216
  date: string;
3211
3217
  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
3218
  itemTypeGroupLabel: {
3221
3219
  dailyLog: string;
3222
3220
  prostoreFile: string;
@@ -3537,6 +3535,8 @@ export declare const coreTranslations: {
3537
3535
  core: {
3538
3536
  banner: {
3539
3537
  dismissAlert: string;
3538
+ expand: string;
3539
+ collapse: string;
3540
3540
  };
3541
3541
  breadcrumbs: {
3542
3542
  label: string;
@@ -3649,15 +3649,6 @@ export declare const coreTranslations: {
3649
3649
  timeOnDate: string;
3650
3650
  };
3651
3651
  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
3652
  a11y: {
3662
3653
  expand: string;
3663
3654
  collapse: string;
@@ -3935,6 +3926,8 @@ export declare const coreTranslations: {
3935
3926
  core: {
3936
3927
  banner: {
3937
3928
  dismissAlert: string;
3929
+ expand: string;
3930
+ collapse: string;
3938
3931
  };
3939
3932
  breadcrumbs: {
3940
3933
  label: string;
@@ -4547,6 +4540,7 @@ export declare const coreTranslations: {
4547
4540
  noResults: string;
4548
4541
  selectedToken: string;
4549
4542
  selectedItems: string;
4543
+ noneSelected: string;
4550
4544
  };
4551
4545
  tearsheet: {
4552
4546
  a11y: {
@@ -4715,6 +4709,8 @@ export declare const coreTranslations: {
4715
4709
  core: {
4716
4710
  banner: {
4717
4711
  dismissAlert: string;
4712
+ expand: string;
4713
+ collapse: string;
4718
4714
  };
4719
4715
  breadcrumbs: {
4720
4716
  label: string;
@@ -5104,6 +5100,8 @@ export declare const coreTranslations: {
5104
5100
  core: {
5105
5101
  banner: {
5106
5102
  dismissAlert: string;
5103
+ expand: string;
5104
+ collapse: string;
5107
5105
  };
5108
5106
  breadcrumbs: {
5109
5107
  label: string;
@@ -5182,6 +5180,14 @@ export declare const coreTranslations: {
5182
5180
  notes: string;
5183
5181
  notesPlaceholder: string;
5184
5182
  newItem: string;
5183
+ /**
5184
+ * Hook to create I18n object.
5185
+ * @param {UseI18n} props - The I18n configuration.
5186
+ * @param {string} props.locale - The locale to use.
5187
+ * @param {Record<string, string>} props.translations - The translations to use.
5188
+ * @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.
5189
+ * @returns {I18nWithCDNFlag} The I18n object.
5190
+ */
5185
5191
  noRelatedItems: {
5186
5192
  title: string;
5187
5193
  description: string;
@@ -5493,6 +5499,8 @@ export declare const coreTranslations: {
5493
5499
  core: {
5494
5500
  banner: {
5495
5501
  dismissAlert: string;
5502
+ expand: string;
5503
+ collapse: string;
5496
5504
  };
5497
5505
  breadcrumbs: {
5498
5506
  label: string;
@@ -5590,17 +5598,16 @@ export declare const coreTranslations: {
5590
5598
  };
5591
5599
  panelTitle: string;
5592
5600
  search: string;
5593
- searchItemType: string;
5601
+ searchItemType: string; /**
5602
+ * Hook to create I18n object.
5603
+ * @param {UseI18n} props - The I18n configuration.
5604
+ * @param {string} props.locale - The locale to use.
5605
+ * @param {Record<string, string>} props.translations - The translations to use.
5606
+ * @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.
5607
+ * @returns {I18nWithCDNFlag} The I18n object.
5608
+ */
5594
5609
  submit: string;
5595
5610
  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
5611
  itemAdded: string;
5605
5612
  itemAdditionFailed: string;
5606
5613
  itemRemoved: string;
@@ -5890,6 +5897,8 @@ export declare const coreTranslations: {
5890
5897
  core: {
5891
5898
  banner: {
5892
5899
  dismissAlert: string;
5900
+ expand: string;
5901
+ collapse: string;
5893
5902
  };
5894
5903
  breadcrumbs: {
5895
5904
  label: string;
@@ -5922,11 +5931,7 @@ export declare const coreTranslations: {
5922
5931
  recipientSelectPlaceholder: string;
5923
5932
  emailRecipientRequiredError: string;
5924
5933
  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
- */
5934
+ goToAllEmails: string;
5930
5935
  sendEmail: string;
5931
5936
  replyAll: string;
5932
5937
  downloadAll: string;
@@ -5966,7 +5971,14 @@ export declare const coreTranslations: {
5966
5971
  itemTypeGroupLabel: {
5967
5972
  dailyLog: string;
5968
5973
  prostoreFile: string;
5969
- };
5974
+ }; /**
5975
+ * Hook to create I18n object.
5976
+ * @param {UseI18n} props - The I18n configuration.
5977
+ * @param {string} props.locale - The locale to use.
5978
+ * @param {Record<string, string>} props.translations - The translations to use.
5979
+ * @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.
5980
+ * @returns {I18nWithCDNFlag} The I18n object.
5981
+ */
5970
5982
  itemName: string;
5971
5983
  loading: string;
5972
5984
  notes: string;
@@ -6284,6 +6296,8 @@ export declare const coreTranslations: {
6284
6296
  core: {
6285
6297
  banner: {
6286
6298
  dismissAlert: string;
6299
+ expand: string;
6300
+ collapse: string;
6287
6301
  };
6288
6302
  breadcrumbs: {
6289
6303
  label: string;
@@ -6329,11 +6343,6 @@ export declare const coreTranslations: {
6329
6343
  cc: string;
6330
6344
  bcc: string;
6331
6345
  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
6346
  downloadPdfShort: string;
6338
6347
  privateEmailDisclaimer: string;
6339
6348
  privateLabel: string;
@@ -6678,6 +6687,8 @@ export declare const coreTranslations: {
6678
6687
  core: {
6679
6688
  banner: {
6680
6689
  dismissAlert: string;
6690
+ expand: string;
6691
+ collapse: string;
6681
6692
  };
6682
6693
  breadcrumbs: {
6683
6694
  label: string;
@@ -7067,6 +7078,8 @@ export declare const coreTranslations: {
7067
7078
  core: {
7068
7079
  banner: {
7069
7080
  dismissAlert: string;
7081
+ expand: string;
7082
+ collapse: string;
7070
7083
  };
7071
7084
  breadcrumbs: {
7072
7085
  label: string;
@@ -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"}
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Warnung verwerfen"
4
+ "dismissAlert" : "Warnung verwerfen",
5
+ "expand" : "Maximieren",
6
+ "collapse" : "Minimieren"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Breadcrumb"
@@ -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"
@@ -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"
@@ -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"
@@ -224,7 +224,8 @@
224
224
  "selectValues": "Select Values",
225
225
  "noResults": "No results",
226
226
  "selectedToken": "{{tokenLabel}}, selected",
227
- "selectedItems": "Selected items"
227
+ "selectedItems": "Selected items",
228
+ "noneSelected": "None selected"
228
229
  },
229
230
  "tearsheet": {
230
231
  "a11y": {
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Descartar alerta"
4
+ "dismissAlert" : "Descartar alerta",
5
+ "expand" : "Expandir",
6
+ "collapse" : "Contraer"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Miga de pan"
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Descartar alerta"
4
+ "dismissAlert" : "Descartar alerta",
5
+ "expand" : "Expandir",
6
+ "collapse" : "Contraer"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Ruta de navegación"
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Ignorer l'alerte"
4
+ "dismissAlert" : "Ignorer l'alerte",
5
+ "expand" : "Développer",
6
+ "collapse" : "Réduire"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Miette de pain"
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Ignorer l'alerte"
4
+ "dismissAlert" : "Ignorer l'alerte",
5
+ "expand" : "Développer",
6
+ "collapse" : "Réduire"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Fil d'Ariane"
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Hunsa viðvörun"
4
+ "dismissAlert" : "Hunsa viðvörun",
5
+ "expand" : "Stækkaðu",
6
+ "collapse" : "Hrun"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Brauðmola"
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Ignora avviso"
4
+ "dismissAlert" : "Ignora avviso",
5
+ "expand" : "Espandi",
6
+ "collapse" : "Comprimi"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Breadcrumb"
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "アラートを却下する"
4
+ "dismissAlert" : "アラートを却下する",
5
+ "expand" : "展開",
6
+ "collapse" : "折り畳む"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "パンくずリスト"
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Odrzuć alert"
4
+ "dismissAlert" : "Odrzuć alert",
5
+ "expand" : "Rozwiń",
6
+ "collapse" : "Zwiń"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Okruszek"
@@ -224,7 +224,8 @@
224
224
  "selectValues": "[ŞŞŞḗŀḗƈŧ · Ṽȧŀŭḗşşş]",
225
225
  "noResults": "[ȠȠǿ · řḗşŭŀŧşş]",
226
226
  "selectedToken": "[{{{{{{ŧǿķḗƞĿȧƀḗŀ}}, · şḗŀḗƈŧḗḓḓḓḓḓ]",
227
- "selectedItems": "[ŞŞŞḗŀḗƈŧḗḓ · īŧḗḿşşş]"
227
+ "selectedItems": "[ŞŞŞḗŀḗƈŧḗḓ · īŧḗḿşşş]",
228
+ "noneSelected": "[ȠȠȠǿƞḗ · şḗŀḗƈŧḗḓḓḓ]"
228
229
  },
229
230
  "tearsheet": {
230
231
  "a11y": {
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Ignorar Alerta"
4
+ "dismissAlert" : "Ignorar Alerta",
5
+ "expand" : "Expandir",
6
+ "collapse" : "Recolher"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Navegação Estrutural"