@procore/core-react 12.40.0 → 12.42.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 (265) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
  3. package/dist/Avatar/Avatar.styles.js +5 -5
  4. package/dist/AvatarStack/AvatarStack.d.ts +1 -1
  5. package/dist/AvatarStack/AvatarStack.js +29 -6
  6. package/dist/AvatarStack/AvatarStack.js.map +1 -1
  7. package/dist/AvatarStack/AvatarStack.styles.js +7 -7
  8. package/dist/AvatarStack/AvatarStack.types.d.ts +7 -0
  9. package/dist/AvatarStack/AvatarStack.types.js.map +1 -1
  10. package/dist/Badge/Badge.styles.js +2 -2
  11. package/dist/BadgePill/BadgePill.styles.js +4 -4
  12. package/dist/Banner/Banner.styles.js +10 -10
  13. package/dist/Box/Box.styles.js +1 -1
  14. package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
  15. package/dist/Button/Button.styles.js +5 -5
  16. package/dist/Calendar/Calendar.styles.js +9 -9
  17. package/dist/Card/Card.styles.js +1 -1
  18. package/dist/Checkbox/Checkbox.styles.js +6 -6
  19. package/dist/ContactItem/ContactItem.js +7 -3
  20. package/dist/ContactItem/ContactItem.js.map +1 -1
  21. package/dist/ContactItem/ContactItem.styles.js +5 -5
  22. package/dist/Content/Content.styles.js +2 -2
  23. package/dist/DateInput/DateInput.styles.js +6 -6
  24. package/dist/DetailPage/DetailPage.styles.js +7 -7
  25. package/dist/Dropdown/Dropdown.styles.js +3 -3
  26. package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
  27. package/dist/Dropzone/Dropzone.js +1 -1
  28. package/dist/Dropzone/Dropzone.styles.js +10 -10
  29. package/dist/Dropzone/Dropzone.styles.js.map +1 -1
  30. package/dist/EmptyState/EmptyState.styles.js +6 -6
  31. package/dist/Field/Field.styles.js +3 -3
  32. package/dist/FileList/FileList.styles.js +3 -3
  33. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  34. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
  35. package/dist/FileSelect/FileSelect.d.ts +8 -15
  36. package/dist/FileSelect/FileSelect.js +8 -15
  37. package/dist/FileSelect/FileSelect.js.map +1 -1
  38. package/dist/FileSelect/FileSelect.styles.js +2 -2
  39. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
  40. package/dist/FileSelect/FileTokenList/FileTokenList.d.ts +8 -0
  41. package/dist/FileSelect/FileTokenList/FileTokenList.js +9 -0
  42. package/dist/FileSelect/FileTokenList/FileTokenList.js.map +1 -1
  43. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
  44. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  45. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  46. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  47. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  48. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  49. package/dist/FileToken/FileToken.styles.js +6 -6
  50. package/dist/FilterToken/FilterToken.styles.js +5 -5
  51. package/dist/FlexList/FlexList.styles.js +1 -1
  52. package/dist/Form/Form.styles.js +13 -13
  53. package/dist/Form/StyledFormikForm.styles.js +2 -2
  54. package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
  55. package/dist/Grid/Grid.styles.js +2 -2
  56. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  57. package/dist/Input/Input.styles.js +1 -1
  58. package/dist/Link/Link.styles.js +1 -1
  59. package/dist/ListPage/ListPage.styles.js +8 -8
  60. package/dist/Loader/Loader.styles.js +2 -2
  61. package/dist/MenuImperative/MenuImperative.d.ts +1 -1
  62. package/dist/MenuImperative/MenuImperative.js +126 -34
  63. package/dist/MenuImperative/MenuImperative.js.map +1 -1
  64. package/dist/MenuImperative/MenuImperative.styles.js +15 -15
  65. package/dist/MenuImperative/MenuImperative.styles.js.map +1 -1
  66. package/dist/MenuImperative/MenuImperative.types.d.ts +36 -0
  67. package/dist/MenuImperative/MenuImperative.types.js.map +1 -1
  68. package/dist/MenuImperative/sensors.d.ts +6 -3
  69. package/dist/MenuImperative/sensors.js +42 -34
  70. package/dist/MenuImperative/sensors.js.map +1 -1
  71. package/dist/Modal/Modal.d.ts +4 -0
  72. package/dist/Modal/Modal.js +23 -13
  73. package/dist/Modal/Modal.js.map +1 -1
  74. package/dist/Modal/Modal.styles.js +13 -13
  75. package/dist/Modal/Modal.types.d.ts +28 -5
  76. package/dist/Modal/Modal.types.js.map +1 -1
  77. package/dist/Modal/index.d.ts +1 -1
  78. package/dist/Modal/index.js.map +1 -1
  79. package/dist/MultiSelect/MultiSelect.styles.js +8 -8
  80. package/dist/NextMenu/NextMenu.styles.js +3 -3
  81. package/dist/Notation/Notation.js +1 -1
  82. package/dist/NumberInput/NumberInput.styles.js +7 -7
  83. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  84. package/dist/OverlayTrigger/a11yPresets.d.ts +17 -24
  85. package/dist/OverlayTrigger/a11yPresets.js +29 -27
  86. package/dist/OverlayTrigger/a11yPresets.js.map +1 -1
  87. package/dist/PageLayout/PageLayout.styles.js +16 -16
  88. package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
  89. package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
  90. package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
  91. package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
  92. package/dist/Pagination/Pagination.styles.js +5 -5
  93. package/dist/Panel/Panel.styles.js +11 -11
  94. package/dist/Pill/Pill.styles.js +3 -3
  95. package/dist/PillSelect/PillSelect.d.ts +2 -1
  96. package/dist/PillSelect/PillSelect.js +59 -41
  97. package/dist/PillSelect/PillSelect.js.map +1 -1
  98. package/dist/PillSelect/PillSelect.styles.js +4 -4
  99. package/dist/Popover/Popover.styles.js +2 -2
  100. package/dist/Portal/Portal.styles.js +1 -1
  101. package/dist/ProgressBar/ProgressBar.styles.js +4 -4
  102. package/dist/ProgressBar/ProgressBar.styles.js.map +1 -1
  103. package/dist/RadioButton/RadioButton.styles.js +3 -3
  104. package/dist/Required/Required.styles.js +3 -3
  105. package/dist/Search/Search.styles.js +5 -5
  106. package/dist/Section/Section.js +0 -1
  107. package/dist/Section/Section.js.map +1 -1
  108. package/dist/Section/Section.styles.js +7 -7
  109. package/dist/SegmentedController/SegmentedController.styles.js +4 -4
  110. package/dist/Select/Select.d.ts +2 -0
  111. package/dist/Select/Select.js +108 -79
  112. package/dist/Select/Select.js.map +1 -1
  113. package/dist/Select/Select.styles.js +8 -8
  114. package/dist/Semantic/Semantic.styles.js +9 -9
  115. package/dist/Slider/Slider.styles.js +5 -5
  116. package/dist/Spinner/Spinner.styles.js +7 -7
  117. package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
  118. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  119. package/dist/SuperSelect/SuperSelect.styles.js +38 -38
  120. package/dist/SuperSelect/useSuperSelect.js +2 -2
  121. package/dist/SuperSelect/useSuperSelect.js.map +1 -1
  122. package/dist/Switch/Switch.styles.js +4 -4
  123. package/dist/Table/Table.styles.js +28 -28
  124. package/dist/Table/Table.types.d.ts +5 -2
  125. package/dist/Table/Table.types.js.map +1 -1
  126. package/dist/TableShelf/TableShelf.styles.js +5 -5
  127. package/dist/Tabs/Tabs.styles.js +15 -15
  128. package/dist/Tearsheet/Tearsheet.js +1 -1
  129. package/dist/Tearsheet/Tearsheet.js.map +1 -1
  130. package/dist/Tearsheet/Tearsheet.styles.js +5 -5
  131. package/dist/Tearsheet/storybook/PageLayoutDemo.js +1 -0
  132. package/dist/Tearsheet/storybook/PageLayoutDemo.js.map +1 -1
  133. package/dist/TextArea/TextArea.styles.js +1 -1
  134. package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
  135. package/dist/Thumbnail/Thumbnail.js +126 -46
  136. package/dist/Thumbnail/Thumbnail.js.map +1 -1
  137. package/dist/Thumbnail/Thumbnail.styles.js +17 -17
  138. package/dist/Thumbnail/Thumbnail.types.d.ts +12 -0
  139. package/dist/Thumbnail/Thumbnail.types.js.map +1 -1
  140. package/dist/Thumbnail/Thumbnail.utils.d.ts +2 -0
  141. package/dist/Thumbnail/Thumbnail.utils.js +6 -0
  142. package/dist/Thumbnail/Thumbnail.utils.js.map +1 -1
  143. package/dist/Thumbnail/ThumbnailCaption.js +45 -52
  144. package/dist/Thumbnail/ThumbnailCaption.js.map +1 -1
  145. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  146. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  147. package/dist/Tile/Tile.styles.js +8 -8
  148. package/dist/Title/Title.styles.js +7 -7
  149. package/dist/Toast/Toast.styles.js +3 -3
  150. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  151. package/dist/Token/Token.styles.js +3 -3
  152. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  153. package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
  154. package/dist/Tooltip/Tooltip.styles.js +3 -3
  155. package/dist/Tree/Tree.js +1 -1
  156. package/dist/Tree/Tree.styles.js +10 -10
  157. package/dist/Typeahead/Typeahead.styles.js +3 -3
  158. package/dist/Typography/Typography.styles.js +1 -1
  159. package/dist/Typography/Typography.table.story.js +2 -2
  160. package/dist/_hooks/I18n.d.ts +22 -153
  161. package/dist/_locales/de-DE.json +1 -10
  162. package/dist/_locales/en-AU.json +1 -10
  163. package/dist/_locales/en-CA.json +1 -10
  164. package/dist/_locales/en-GB.json +1 -10
  165. package/dist/_locales/en.json +13 -2
  166. package/dist/_locales/es-ES.json +1 -10
  167. package/dist/_locales/es.json +1 -10
  168. package/dist/_locales/fr-CA.json +1 -10
  169. package/dist/_locales/fr-FR.json +1 -10
  170. package/dist/_locales/is-IS.json +1 -10
  171. package/dist/_locales/it-IT.json +1 -10
  172. package/dist/_locales/ja-JP.json +1 -10
  173. package/dist/_locales/pl-PL.json +1 -10
  174. package/dist/_locales/pseudo.json +13 -2
  175. package/dist/_locales/pt-BR.json +1 -10
  176. package/dist/_locales/pt-PT.json +2 -11
  177. package/dist/_locales/th-TH.json +1 -10
  178. package/dist/_locales/zh-SG.json +1 -10
  179. package/dist/_locales/zh-TW.json +1 -10
  180. package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
  181. package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
  182. package/dist/_styles/colors.js +1 -3
  183. package/dist/_styles/colors.js.map +1 -1
  184. package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
  185. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  186. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +34 -24
  187. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  188. package/dist/_typedoc/Banner/Banner.types.json +15 -15
  189. package/dist/_typedoc/Box/Box.types.json +68 -68
  190. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  191. package/dist/_typedoc/Button/Button.types.json +13 -13
  192. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  193. package/dist/_typedoc/Card/Card.types.json +6 -6
  194. package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
  195. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  196. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  197. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  198. package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
  199. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  200. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +31 -31
  201. package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
  202. package/dist/_typedoc/EmptyState/EmptyState.types.json +16 -16
  203. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  204. package/dist/_typedoc/FileSelect/FileSelect.json +3 -3
  205. package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
  206. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  207. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  208. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  209. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  210. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  211. package/dist/_typedoc/Form/Form.types.json +760 -760
  212. package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
  213. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  214. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +54 -54
  215. package/dist/_typedoc/Input/Input.types.json +2 -2
  216. package/dist/_typedoc/Link/Link.types.json +1 -1
  217. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  218. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  219. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +147 -77
  220. package/dist/_typedoc/Modal/Modal.types.json +96 -68
  221. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +33 -33
  222. package/dist/_typedoc/NextTile/NextTile.types.json +32 -32
  223. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  224. package/dist/_typedoc/NumberInput/NumberInput.types.json +48 -48
  225. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +33 -33
  226. package/dist/_typedoc/PageLayout/PageLayout.types.json +28 -28
  227. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  228. package/dist/_typedoc/Panel/Panel.types.json +27 -27
  229. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  230. package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
  231. package/dist/_typedoc/Popover/Popover.types.json +15 -15
  232. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
  233. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  234. package/dist/_typedoc/Required/Required.types.json +5 -5
  235. package/dist/_typedoc/Search/Search.types.json +18 -18
  236. package/dist/_typedoc/Section/Section.types.json +15 -15
  237. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
  238. package/dist/_typedoc/Select/Select.types.json +67 -67
  239. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
  240. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  241. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  242. package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
  243. package/dist/_typedoc/Table/Table.types.json +102 -102
  244. package/dist/_typedoc/Tabs/Tabs.types.json +21 -21
  245. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
  246. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  247. package/dist/_typedoc/TextEditor/TextEditor.types.json +11 -11
  248. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
  249. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  250. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +43 -43
  251. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +29 -29
  252. package/dist/_typedoc/Tile/Tile.types.json +8 -8
  253. package/dist/_typedoc/Title/Title.types.json +1 -1
  254. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  255. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
  256. package/dist/_typedoc/Token/Token.types.json +7 -7
  257. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  258. package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +8 -8
  259. package/dist/_typedoc/Tooltip/Tooltip.types.json +15 -15
  260. package/dist/_typedoc/Tree/Tree.types.json +88 -88
  261. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  262. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  263. package/dist/_typedoc/_utils/types.json +3 -3
  264. package/dist/_typedoc/deprecations.json +1 -1
  265. package/package.json +3 -3
@@ -400,15 +400,6 @@ export declare const coreTranslations: {
400
400
  options: {
401
401
  ariaLabel: string;
402
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;
412
403
  };
413
404
  };
414
405
  };
@@ -739,6 +730,10 @@ export declare const coreTranslations: {
739
730
  checked: string;
740
731
  unavailable: string;
741
732
  select: string;
733
+ "aria-label": {
734
+ label: string;
735
+ caption: string;
736
+ };
742
737
  };
743
738
  thumbnailList: {
744
739
  removeUpload: string;
@@ -801,6 +796,13 @@ export declare const coreTranslations: {
801
796
  options: {
802
797
  ariaLabel: string;
803
798
  };
799
+ dragAndDropInstructions: string;
800
+ dragStart: string;
801
+ dragStartWithGroup: string;
802
+ dragUpdate: string;
803
+ dragUpdateWithGroup: string;
804
+ dragEnd: string;
805
+ dragEndWithGroup: string;
804
806
  };
805
807
  };
806
808
  };
@@ -1193,15 +1195,6 @@ export declare const coreTranslations: {
1193
1195
  options: {
1194
1196
  ariaLabel: string;
1195
1197
  };
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;
1205
1198
  };
1206
1199
  };
1207
1200
  };
@@ -1594,15 +1587,6 @@ export declare const coreTranslations: {
1594
1587
  options: {
1595
1588
  ariaLabel: string;
1596
1589
  };
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;
1606
1590
  };
1607
1591
  };
1608
1592
  };
@@ -1995,15 +1979,6 @@ export declare const coreTranslations: {
1995
1979
  options: {
1996
1980
  ariaLabel: string;
1997
1981
  };
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;
2007
1982
  };
2008
1983
  };
2009
1984
  };
@@ -2396,15 +2371,6 @@ export declare const coreTranslations: {
2396
2371
  options: {
2397
2372
  ariaLabel: string;
2398
2373
  };
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;
2408
2374
  };
2409
2375
  };
2410
2376
  };
@@ -2797,15 +2763,6 @@ export declare const coreTranslations: {
2797
2763
  options: {
2798
2764
  ariaLabel: string;
2799
2765
  };
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;
2809
2766
  };
2810
2767
  };
2811
2768
  };
@@ -3198,15 +3155,6 @@ export declare const coreTranslations: {
3198
3155
  options: {
3199
3156
  ariaLabel: string;
3200
3157
  };
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;
3210
3158
  };
3211
3159
  };
3212
3160
  };
@@ -3599,15 +3547,6 @@ export declare const coreTranslations: {
3599
3547
  options: {
3600
3548
  ariaLabel: string;
3601
3549
  };
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;
3611
3550
  };
3612
3551
  };
3613
3552
  };
@@ -4000,15 +3939,6 @@ export declare const coreTranslations: {
4000
3939
  options: {
4001
3940
  ariaLabel: string;
4002
3941
  };
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;
4012
3942
  };
4013
3943
  };
4014
3944
  };
@@ -4401,15 +4331,6 @@ export declare const coreTranslations: {
4401
4331
  options: {
4402
4332
  ariaLabel: string;
4403
4333
  };
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;
4413
4334
  };
4414
4335
  };
4415
4336
  };
@@ -4740,6 +4661,10 @@ export declare const coreTranslations: {
4740
4661
  checked: string;
4741
4662
  unavailable: string;
4742
4663
  select: string;
4664
+ "aria-label": {
4665
+ label: string;
4666
+ caption: string;
4667
+ };
4743
4668
  };
4744
4669
  thumbnailList: {
4745
4670
  removeUpload: string;
@@ -4802,6 +4727,13 @@ export declare const coreTranslations: {
4802
4727
  options: {
4803
4728
  ariaLabel: string;
4804
4729
  };
4730
+ dragAndDropInstructions: string;
4731
+ dragStart: string;
4732
+ dragStartWithGroup: string;
4733
+ dragUpdate: string;
4734
+ dragUpdateWithGroup: string;
4735
+ dragEnd: string;
4736
+ dragEndWithGroup: string;
4805
4737
  };
4806
4738
  };
4807
4739
  };
@@ -5194,15 +5126,6 @@ export declare const coreTranslations: {
5194
5126
  options: {
5195
5127
  ariaLabel: string;
5196
5128
  };
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;
5206
5129
  };
5207
5130
  };
5208
5131
  };
@@ -5603,15 +5526,6 @@ export declare const coreTranslations: {
5603
5526
  options: {
5604
5527
  ariaLabel: string;
5605
5528
  };
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;
5615
5529
  };
5616
5530
  };
5617
5531
  };
@@ -6011,15 +5925,6 @@ export declare const coreTranslations: {
6011
5925
  options: {
6012
5926
  ariaLabel: string;
6013
5927
  };
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;
6023
5928
  };
6024
5929
  };
6025
5930
  };
@@ -6419,15 +6324,6 @@ export declare const coreTranslations: {
6419
6324
  options: {
6420
6325
  ariaLabel: string;
6421
6326
  };
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;
6431
6327
  };
6432
6328
  };
6433
6329
  };
@@ -6821,15 +6717,6 @@ export declare const coreTranslations: {
6821
6717
  options: {
6822
6718
  ariaLabel: string;
6823
6719
  };
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;
6833
6720
  };
6834
6721
  };
6835
6722
  };
@@ -7222,15 +7109,6 @@ export declare const coreTranslations: {
7222
7109
  options: {
7223
7110
  ariaLabel: string;
7224
7111
  };
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;
7234
7112
  };
7235
7113
  };
7236
7114
  };
@@ -7623,15 +7501,6 @@ export declare const coreTranslations: {
7623
7501
  options: {
7624
7502
  ariaLabel: string;
7625
7503
  };
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;
7635
7504
  };
7636
7505
  };
7637
7506
  };
@@ -386,16 +386,7 @@
386
386
  "menuImperative" : {
387
387
  "options" : {
388
388
  "ariaLabel" : "Menüoptionen"
389
- },
390
- "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
- "selectInstructions" : "Press Enter to select",
392
- "unselectInstructions" : "Press Enter to unselect",
393
- "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
- "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
- "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
- "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
- "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
- "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
389
+ }
399
390
  }
400
391
  }
401
392
  }
@@ -386,16 +386,7 @@
386
386
  "menuImperative" : {
387
387
  "options" : {
388
388
  "ariaLabel" : "Menu options"
389
- },
390
- "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
- "selectInstructions" : "Press Enter to select",
392
- "unselectInstructions" : "Press Enter to unselect",
393
- "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
- "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
- "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
- "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
- "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
- "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
389
+ }
399
390
  }
400
391
  }
401
392
  }
@@ -386,16 +386,7 @@
386
386
  "menuImperative" : {
387
387
  "options" : {
388
388
  "ariaLabel" : "Menu options"
389
- },
390
- "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
- "selectInstructions" : "Press Enter to select",
392
- "unselectInstructions" : "Press Enter to unselect",
393
- "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
- "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
- "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
- "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
- "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
- "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
389
+ }
399
390
  }
400
391
  }
401
392
  }
@@ -386,16 +386,7 @@
386
386
  "menuImperative" : {
387
387
  "options" : {
388
388
  "ariaLabel" : "Menu options"
389
- },
390
- "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
- "selectInstructions" : "Press Enter to select",
392
- "unselectInstructions" : "Press Enter to unselect",
393
- "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
- "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
- "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
- "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
- "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
- "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
389
+ }
399
390
  }
400
391
  }
401
392
  }
@@ -324,7 +324,11 @@
324
324
  "thumbnail": {
325
325
  "checked": "Checked",
326
326
  "unavailable": "Content is unavailable",
327
- "select": "Select item"
327
+ "select": "Select item",
328
+ "aria-label": {
329
+ "label": "Label",
330
+ "caption": "Caption"
331
+ }
328
332
  },
329
333
  "thumbnailList": {
330
334
  "removeUpload": "Remove upload",
@@ -386,7 +390,14 @@
386
390
  "menuImperative": {
387
391
  "options": {
388
392
  "ariaLabel": "Menu options"
389
- }
393
+ },
394
+ "dragAndDropInstructions": "Press Space to drag, arrow keys to reorder.",
395
+ "dragStart": "You have lifted an item in position {{startPosition}}.",
396
+ "dragStartWithGroup": "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
397
+ "dragUpdate": "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
398
+ "dragUpdateWithGroup": "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
399
+ "dragEnd": "You have dropped an item in position {{endPosition}}.",
400
+ "dragEndWithGroup": "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
390
401
  }
391
402
  }
392
403
  }
@@ -386,16 +386,7 @@
386
386
  "menuImperative" : {
387
387
  "options" : {
388
388
  "ariaLabel" : "Opciones del menú"
389
- },
390
- "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
- "selectInstructions" : "Press Enter to select",
392
- "unselectInstructions" : "Press Enter to unselect",
393
- "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
- "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
- "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
- "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
- "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
- "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
389
+ }
399
390
  }
400
391
  }
401
392
  }
@@ -386,16 +386,7 @@
386
386
  "menuImperative" : {
387
387
  "options" : {
388
388
  "ariaLabel" : "Opciones del menú"
389
- },
390
- "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
- "selectInstructions" : "Press Enter to select",
392
- "unselectInstructions" : "Press Enter to unselect",
393
- "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
- "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
- "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
- "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
- "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
- "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
389
+ }
399
390
  }
400
391
  }
401
392
  }
@@ -386,16 +386,7 @@
386
386
  "menuImperative" : {
387
387
  "options" : {
388
388
  "ariaLabel" : "Options de menu"
389
- },
390
- "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
- "selectInstructions" : "Press Enter to select",
392
- "unselectInstructions" : "Press Enter to unselect",
393
- "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
- "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
- "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
- "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
- "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
- "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
389
+ }
399
390
  }
400
391
  }
401
392
  }
@@ -386,16 +386,7 @@
386
386
  "menuImperative" : {
387
387
  "options" : {
388
388
  "ariaLabel" : "Options de menu"
389
- },
390
- "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
- "selectInstructions" : "Press Enter to select",
392
- "unselectInstructions" : "Press Enter to unselect",
393
- "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
- "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
- "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
- "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
- "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
- "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
389
+ }
399
390
  }
400
391
  }
401
392
  }
@@ -386,16 +386,7 @@
386
386
  "menuImperative" : {
387
387
  "options" : {
388
388
  "ariaLabel" : "Valmyndarvalkostir"
389
- },
390
- "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
- "selectInstructions" : "Press Enter to select",
392
- "unselectInstructions" : "Press Enter to unselect",
393
- "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
- "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
- "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
- "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
- "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
- "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
389
+ }
399
390
  }
400
391
  }
401
392
  }
@@ -386,16 +386,7 @@
386
386
  "menuImperative" : {
387
387
  "options" : {
388
388
  "ariaLabel" : "Opzioni di menu"
389
- },
390
- "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
- "selectInstructions" : "Press Enter to select",
392
- "unselectInstructions" : "Press Enter to unselect",
393
- "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
- "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
- "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
- "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
- "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
- "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
389
+ }
399
390
  }
400
391
  }
401
392
  }
@@ -386,16 +386,7 @@
386
386
  "menuImperative" : {
387
387
  "options" : {
388
388
  "ariaLabel" : "メニューオプション"
389
- },
390
- "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
- "selectInstructions" : "Press Enter to select",
392
- "unselectInstructions" : "Press Enter to unselect",
393
- "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
- "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
- "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
- "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
- "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
- "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
389
+ }
399
390
  }
400
391
  }
401
392
  }
@@ -386,16 +386,7 @@
386
386
  "menuImperative" : {
387
387
  "options" : {
388
388
  "ariaLabel" : "Opcje menu"
389
- },
390
- "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
- "selectInstructions" : "Press Enter to select",
392
- "unselectInstructions" : "Press Enter to unselect",
393
- "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
- "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
- "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
- "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
- "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
- "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
389
+ }
399
390
  }
400
391
  }
401
392
  }
@@ -324,7 +324,11 @@
324
324
  "thumbnail": {
325
325
  "checked": "[ƇƇħḗƈķḗḓḓ]",
326
326
  "unavailable": "[ƇƇƇƇƇǿƞŧḗƞŧ · īş · ŭƞȧṽȧīŀȧƀŀḗḗḗḗḗ]",
327
- "select": "[ŞŞŞḗŀḗƈŧ · īŧḗḿḿḿ]"
327
+ "select": "[ŞŞŞḗŀḗƈŧ · īŧḗḿḿḿ]",
328
+ "aria-label": {
329
+ "label": "[Ŀȧƀḗŀ]",
330
+ "caption": "[ƇƇȧƥŧīǿƞƞ]"
331
+ }
328
332
  },
329
333
  "thumbnailList": {
330
334
  "removeUpload": "[ŘŘŘḗḿǿṽḗ · ŭƥŀǿȧḓḓḓ]",
@@ -386,7 +390,14 @@
386
390
  "menuImperative": {
387
391
  "options": {
388
392
  "ariaLabel": "[ḾḾḾḗƞŭ · ǿƥŧīǿƞşşş]"
389
- }
393
+ },
394
+ "dragAndDropInstructions": "[ƤƤƤƤƤƤƤƤƤřḗşş · Şƥȧƈḗ · ŧǿ · ḓřȧɠ, · ȧřřǿẇ · ķḗẏş · ŧǿ · řḗǿřḓḗř.........]",
395
+ "dragStart": "[ẎẎẎẎẎẎẎẎẎẎẎǿŭ · ħȧṽḗ · ŀīƒŧḗḓ · ȧƞ · īŧḗḿ · īƞ · ƥǿşīŧīǿƞ · {{şŧȧřŧƤǿşīŧīǿƞ}}...........]",
396
+ "dragStartWithGroup": "[ẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎǿŭ · ħȧṽḗ · ŀīƒŧḗḓ · ȧƞ · īŧḗḿ · īƞ · ƥǿşīŧīǿƞ · {{şŧȧřŧƤǿşīŧīǿƞ}} · īƞ · ɠřǿŭƥ · {{şŧȧřŧƓřǿŭƥŦīŧŀḗ}}.................]",
397
+ "dragUpdate": "[ẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎǿŭ · ħȧṽḗ · ḿǿṽḗḓ · ȧƞ · īŧḗḿ · īƞ · ƥǿşīŧīǿƞ · {{şŧȧřŧƤǿşīŧīǿƞ}} · ŧǿ · ƥǿşīŧīǿƞ · {{ḗƞḓƤǿşīŧīǿƞ}}.................]",
398
+ "dragUpdateWithGroup": "[ẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎǿŭ · ħȧṽḗ · ḿǿṽḗḓ · ȧƞ · īŧḗḿ · īƞ · ƥǿşīŧīǿƞ · {{şŧȧřŧƤǿşīŧīǿƞ}} · īƞ · ɠřǿŭƥ · {{şŧȧřŧƓřǿŭƥŦīŧŀḗ}} · ŧǿ · ƥǿşīŧīǿƞ · {{ḗƞḓƤǿşīŧīǿƞ}} · īƞ · ɠřǿŭƥ · {{ḗƞḓƓřǿŭƥŦīŧŀḗ}}............................]",
399
+ "dragEnd": "[ẎẎẎẎẎẎẎẎẎẎẎǿŭ · ħȧṽḗ · ḓřǿƥƥḗḓ · ȧƞ · īŧḗḿ · īƞ · ƥǿşīŧīǿƞ · {{ḗƞḓƤǿşīŧīǿƞ}}...........]",
400
+ "dragEndWithGroup": "[ẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎẎǿŭ · ħȧṽḗ · ḓřǿƥƥḗḓ · ȧƞ · īŧḗḿ · īƞ · ƥǿşīŧīǿƞ · {{ḗƞḓƤǿşīŧīǿƞ}} · īƞ · ɠřǿŭƥ · {{ḗƞḓƓřǿŭƥŦīŧŀḗ}}................]"
390
401
  }
391
402
  }
392
403
  }
@@ -386,16 +386,7 @@
386
386
  "menuImperative" : {
387
387
  "options" : {
388
388
  "ariaLabel" : "Opções do menu"
389
- },
390
- "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
- "selectInstructions" : "Press Enter to select",
392
- "unselectInstructions" : "Press Enter to unselect",
393
- "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
- "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
- "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
- "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
- "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
- "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
389
+ }
399
390
  }
400
391
  }
401
392
  }
@@ -381,21 +381,12 @@
381
381
  },
382
382
  "panel" : {
383
383
  "close" : "Fechar",
384
- "goBack" : "Retroceder"
384
+ "goBack" : "Voltar"
385
385
  },
386
386
  "menuImperative" : {
387
387
  "options" : {
388
388
  "ariaLabel" : "Opções do menu"
389
- },
390
- "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
- "selectInstructions" : "Press Enter to select",
392
- "unselectInstructions" : "Press Enter to unselect",
393
- "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
- "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
- "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
- "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
- "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
- "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
389
+ }
399
390
  }
400
391
  }
401
392
  }