@cloudscape-design/components-themeable 3.0.320 → 3.0.322

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 (211) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/container/styles.scss +62 -2
  3. package/lib/internal/scss/help-panel/styles.scss +14 -6
  4. package/lib/internal/scss/internal/styles/utils/theming.scss +6 -4
  5. package/lib/internal/scss/space-between/styles.scss +4 -0
  6. package/lib/internal/scss/text-content/styles.scss +1 -1
  7. package/lib/internal/template/button/internal.d.ts +6 -0
  8. package/lib/internal/template/button/internal.d.ts.map +1 -1
  9. package/lib/internal/template/button/internal.js +6 -8
  10. package/lib/internal/template/button/internal.js.map +1 -1
  11. package/lib/internal/template/code-editor/resizable-box/styles.css.js +3 -3
  12. package/lib/internal/template/code-editor/resizable-box/styles.scoped.css +18 -14
  13. package/lib/internal/template/code-editor/resizable-box/styles.selectors.js +3 -3
  14. package/lib/internal/template/code-editor/styles.css.js +32 -32
  15. package/lib/internal/template/code-editor/styles.scoped.css +317 -253
  16. package/lib/internal/template/code-editor/styles.selectors.js +32 -32
  17. package/lib/internal/template/collection-preferences/content-display/index.js +1 -1
  18. package/lib/internal/template/collection-preferences/content-display/index.js.map +1 -1
  19. package/lib/internal/template/container/interfaces.d.ts +50 -0
  20. package/lib/internal/template/container/interfaces.d.ts.map +1 -1
  21. package/lib/internal/template/container/interfaces.js.map +1 -1
  22. package/lib/internal/template/container/internal.d.ts +1 -1
  23. package/lib/internal/template/container/internal.d.ts.map +1 -1
  24. package/lib/internal/template/container/internal.js +24 -18
  25. package/lib/internal/template/container/internal.js.map +1 -1
  26. package/lib/internal/template/container/styles.css.js +28 -18
  27. package/lib/internal/template/container/styles.scoped.css +93 -36
  28. package/lib/internal/template/container/styles.selectors.js +28 -18
  29. package/lib/internal/template/date-range-picker/calendar/header/index.d.ts.map +1 -1
  30. package/lib/internal/template/date-range-picker/calendar/header/index.js +4 -2
  31. package/lib/internal/template/date-range-picker/calendar/header/index.js.map +1 -1
  32. package/lib/internal/template/date-range-picker/calendar/index.js +1 -1
  33. package/lib/internal/template/date-range-picker/calendar/index.js.map +1 -1
  34. package/lib/internal/template/expandable-section/expandable-section-header.d.ts +2 -1
  35. package/lib/internal/template/expandable-section/expandable-section-header.d.ts.map +1 -1
  36. package/lib/internal/template/expandable-section/expandable-section-header.js +6 -16
  37. package/lib/internal/template/expandable-section/expandable-section-header.js.map +1 -1
  38. package/lib/internal/template/expandable-section/internal.d.ts.map +1 -1
  39. package/lib/internal/template/expandable-section/internal.js +3 -2
  40. package/lib/internal/template/expandable-section/internal.js.map +1 -1
  41. package/lib/internal/template/form/index.d.ts.map +1 -1
  42. package/lib/internal/template/form/index.js +14 -1
  43. package/lib/internal/template/form/index.js.map +1 -1
  44. package/lib/internal/template/form/internal.d.ts.map +1 -1
  45. package/lib/internal/template/form/internal.js +3 -4
  46. package/lib/internal/template/form/internal.js.map +1 -1
  47. package/lib/internal/template/form-field/internal.js +2 -3
  48. package/lib/internal/template/form-field/internal.js.map +1 -1
  49. package/lib/internal/template/help-panel/styles.css.js +4 -4
  50. package/lib/internal/template/help-panel/styles.scoped.css +135 -95
  51. package/lib/internal/template/help-panel/styles.selectors.js +4 -4
  52. package/lib/internal/template/i18n/context.d.ts +14 -7
  53. package/lib/internal/template/i18n/context.d.ts.map +1 -1
  54. package/lib/internal/template/i18n/context.js.map +1 -1
  55. package/lib/internal/template/i18n/messages/all.all.js +3692 -538
  56. package/lib/internal/template/i18n/messages/all.all.json +3756 -577
  57. package/lib/internal/template/i18n/messages/all.de.js +317 -22
  58. package/lib/internal/template/i18n/messages/all.de.json +324 -27
  59. package/lib/internal/template/i18n/messages/all.en-GB.js +306 -21
  60. package/lib/internal/template/i18n/messages/all.en-GB.json +309 -24
  61. package/lib/internal/template/i18n/messages/all.en.js +11 -11
  62. package/lib/internal/template/i18n/messages/all.en.json +11 -11
  63. package/lib/internal/template/i18n/messages/all.es.js +311 -22
  64. package/lib/internal/template/i18n/messages/all.es.json +318 -25
  65. package/lib/internal/template/i18n/messages/all.fr.js +335 -27
  66. package/lib/internal/template/i18n/messages/all.fr.json +343 -30
  67. package/lib/internal/template/i18n/messages/all.id.js +319 -28
  68. package/lib/internal/template/i18n/messages/all.id.json +322 -31
  69. package/lib/internal/template/i18n/messages/all.it.js +320 -27
  70. package/lib/internal/template/i18n/messages/all.it.json +326 -30
  71. package/lib/internal/template/i18n/messages/all.ja.js +312 -28
  72. package/lib/internal/template/i18n/messages/all.ja.json +315 -30
  73. package/lib/internal/template/i18n/messages/all.ko.js +304 -24
  74. package/lib/internal/template/i18n/messages/all.ko.json +312 -25
  75. package/lib/internal/template/i18n/messages/all.pt-BR.js +313 -28
  76. package/lib/internal/template/i18n/messages/all.pt-BR.json +325 -31
  77. package/lib/internal/template/i18n/messages/all.zh-CN.js +301 -29
  78. package/lib/internal/template/i18n/messages/all.zh-CN.json +300 -31
  79. package/lib/internal/template/i18n/messages/all.zh-TW.js +295 -23
  80. package/lib/internal/template/i18n/messages/all.zh-TW.json +294 -25
  81. package/lib/internal/template/i18n/messages-types.d.ts +435 -0
  82. package/lib/internal/template/i18n/messages-types.d.ts.map +1 -0
  83. package/lib/internal/template/i18n/messages-types.js +5 -0
  84. package/lib/internal/template/i18n/messages-types.js.map +1 -0
  85. package/lib/internal/template/i18n/provider.d.ts.map +1 -1
  86. package/lib/internal/template/i18n/provider.js +2 -0
  87. package/lib/internal/template/i18n/provider.js.map +1 -1
  88. package/lib/internal/template/internal/analytics/components/analytics-funnel.d.ts +2 -1
  89. package/lib/internal/template/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
  90. package/lib/internal/template/internal/analytics/components/analytics-funnel.js +6 -4
  91. package/lib/internal/template/internal/analytics/components/analytics-funnel.js.map +1 -1
  92. package/lib/internal/template/internal/analytics/context/analytics-context.d.ts +2 -0
  93. package/lib/internal/template/internal/analytics/context/analytics-context.d.ts.map +1 -1
  94. package/lib/internal/template/internal/analytics/context/analytics-context.js +2 -0
  95. package/lib/internal/template/internal/analytics/context/analytics-context.js.map +1 -1
  96. package/lib/internal/template/internal/analytics/hooks/use-funnel.d.ts +3 -7
  97. package/lib/internal/template/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
  98. package/lib/internal/template/internal/analytics/hooks/use-funnel.js +2 -7
  99. package/lib/internal/template/internal/analytics/hooks/use-funnel.js.map +1 -1
  100. package/lib/internal/template/internal/base-component/styles.scoped.css +592 -586
  101. package/lib/internal/template/internal/components/cartesian-chart/bottom-labels.js +1 -1
  102. package/lib/internal/template/internal/components/cartesian-chart/bottom-labels.js.map +1 -1
  103. package/lib/internal/template/internal/components/cartesian-chart/left-labels.js +1 -1
  104. package/lib/internal/template/internal/components/cartesian-chart/left-labels.js.map +1 -1
  105. package/lib/internal/template/internal/components/focus-lock/index.js +20 -19
  106. package/lib/internal/template/internal/components/focus-lock/index.js.map +1 -1
  107. package/lib/internal/template/internal/context/button-context.d.ts +10 -0
  108. package/lib/internal/template/internal/context/button-context.d.ts.map +1 -0
  109. package/lib/internal/template/internal/context/button-context.js +10 -0
  110. package/lib/internal/template/internal/context/button-context.js.map +1 -0
  111. package/lib/internal/template/internal/environment.js +1 -1
  112. package/lib/internal/template/internal/generated/theming/index.cjs +2 -1
  113. package/lib/internal/template/internal/generated/theming/index.js +2 -1
  114. package/lib/internal/template/internal/hooks/use-visual-mode/index.d.ts.map +1 -1
  115. package/lib/internal/template/internal/hooks/use-visual-mode/index.js +3 -0
  116. package/lib/internal/template/internal/hooks/use-visual-mode/index.js.map +1 -1
  117. package/lib/internal/template/internal/i18n/messages/all.all.js +3692 -538
  118. package/lib/internal/template/internal/i18n/messages/all.all.json +3756 -577
  119. package/lib/internal/template/internal/i18n/messages/all.de.js +317 -22
  120. package/lib/internal/template/internal/i18n/messages/all.de.json +324 -27
  121. package/lib/internal/template/internal/i18n/messages/all.en-GB.js +306 -21
  122. package/lib/internal/template/internal/i18n/messages/all.en-GB.json +309 -24
  123. package/lib/internal/template/internal/i18n/messages/all.en.js +11 -11
  124. package/lib/internal/template/internal/i18n/messages/all.en.json +11 -11
  125. package/lib/internal/template/internal/i18n/messages/all.es.js +311 -22
  126. package/lib/internal/template/internal/i18n/messages/all.es.json +318 -25
  127. package/lib/internal/template/internal/i18n/messages/all.fr.js +335 -27
  128. package/lib/internal/template/internal/i18n/messages/all.fr.json +343 -30
  129. package/lib/internal/template/internal/i18n/messages/all.id.js +319 -28
  130. package/lib/internal/template/internal/i18n/messages/all.id.json +322 -31
  131. package/lib/internal/template/internal/i18n/messages/all.it.js +320 -27
  132. package/lib/internal/template/internal/i18n/messages/all.it.json +326 -30
  133. package/lib/internal/template/internal/i18n/messages/all.ja.js +312 -28
  134. package/lib/internal/template/internal/i18n/messages/all.ja.json +315 -30
  135. package/lib/internal/template/internal/i18n/messages/all.ko.js +304 -24
  136. package/lib/internal/template/internal/i18n/messages/all.ko.json +312 -25
  137. package/lib/internal/template/internal/i18n/messages/all.pt-BR.js +313 -28
  138. package/lib/internal/template/internal/i18n/messages/all.pt-BR.json +325 -31
  139. package/lib/internal/template/internal/i18n/messages/all.zh-CN.js +301 -29
  140. package/lib/internal/template/internal/i18n/messages/all.zh-CN.json +300 -31
  141. package/lib/internal/template/internal/i18n/messages/all.zh-TW.js +295 -23
  142. package/lib/internal/template/internal/i18n/messages/all.zh-TW.json +294 -25
  143. package/lib/internal/template/package.json +0 -1
  144. package/lib/internal/template/pagination/internal.d.ts.map +1 -1
  145. package/lib/internal/template/pagination/internal.js +4 -4
  146. package/lib/internal/template/pagination/internal.js.map +1 -1
  147. package/lib/internal/template/pie-chart/utils.d.ts +1 -1
  148. package/lib/internal/template/pie-chart/utils.d.ts.map +1 -1
  149. package/lib/internal/template/pie-chart/utils.js.map +1 -1
  150. package/lib/internal/template/property-filter/index.d.ts.map +1 -1
  151. package/lib/internal/template/property-filter/index.js +1 -1
  152. package/lib/internal/template/property-filter/index.js.map +1 -1
  153. package/lib/internal/template/s3-resource-selector/interfaces.d.ts +3 -0
  154. package/lib/internal/template/s3-resource-selector/interfaces.d.ts.map +1 -1
  155. package/lib/internal/template/s3-resource-selector/interfaces.js.map +1 -1
  156. package/lib/internal/template/s3-resource-selector/s3-in-context/index.js +1 -1
  157. package/lib/internal/template/s3-resource-selector/s3-in-context/index.js.map +1 -1
  158. package/lib/internal/template/s3-resource-selector/s3-in-context/validation.d.ts +1 -1
  159. package/lib/internal/template/s3-resource-selector/s3-in-context/validation.d.ts.map +1 -1
  160. package/lib/internal/template/s3-resource-selector/s3-in-context/validation.js.map +1 -1
  161. package/lib/internal/template/s3-resource-selector/s3-modal/basic-table.d.ts +3 -1
  162. package/lib/internal/template/s3-resource-selector/s3-modal/basic-table.d.ts.map +1 -1
  163. package/lib/internal/template/s3-resource-selector/s3-modal/basic-table.js +2 -1
  164. package/lib/internal/template/s3-resource-selector/s3-modal/basic-table.js.map +1 -1
  165. package/lib/internal/template/s3-resource-selector/s3-modal/index.js +1 -1
  166. package/lib/internal/template/s3-resource-selector/s3-modal/index.js.map +1 -1
  167. package/lib/internal/template/s3-resource-selector/s3-modal/table-utils.d.ts +1 -1
  168. package/lib/internal/template/s3-resource-selector/s3-modal/table-utils.d.ts.map +1 -1
  169. package/lib/internal/template/s3-resource-selector/s3-modal/table-utils.js.map +1 -1
  170. package/lib/internal/template/select/parts/filter.d.ts +1 -1
  171. package/lib/internal/template/space-between/interfaces.d.ts +5 -0
  172. package/lib/internal/template/space-between/interfaces.d.ts.map +1 -1
  173. package/lib/internal/template/space-between/interfaces.js.map +1 -1
  174. package/lib/internal/template/space-between/internal.d.ts +1 -1
  175. package/lib/internal/template/space-between/internal.d.ts.map +1 -1
  176. package/lib/internal/template/space-between/internal.js +2 -2
  177. package/lib/internal/template/space-between/internal.js.map +1 -1
  178. package/lib/internal/template/space-between/styles.css.js +21 -20
  179. package/lib/internal/template/space-between/styles.scoped.css +25 -21
  180. package/lib/internal/template/space-between/styles.selectors.js +21 -20
  181. package/lib/internal/template/tag-editor/interfaces.d.ts +1 -0
  182. package/lib/internal/template/tag-editor/interfaces.d.ts.map +1 -1
  183. package/lib/internal/template/tag-editor/interfaces.js.map +1 -1
  184. package/lib/internal/template/tag-editor/validation.d.ts +1 -1
  185. package/lib/internal/template/tag-editor/validation.d.ts.map +1 -1
  186. package/lib/internal/template/tag-editor/validation.js.map +1 -1
  187. package/lib/internal/template/test-utils/dom/container/index.d.ts +1 -0
  188. package/lib/internal/template/test-utils/dom/container/index.js +3 -0
  189. package/lib/internal/template/test-utils/dom/container/index.js.map +1 -1
  190. package/lib/internal/template/test-utils/dom/expandable-section/index.js +1 -1
  191. package/lib/internal/template/test-utils/dom/expandable-section/index.js.map +1 -1
  192. package/lib/internal/template/test-utils/selectors/container/index.d.ts +1 -0
  193. package/lib/internal/template/test-utils/selectors/container/index.js +3 -0
  194. package/lib/internal/template/test-utils/selectors/container/index.js.map +1 -1
  195. package/lib/internal/template/test-utils/selectors/expandable-section/index.js +1 -1
  196. package/lib/internal/template/test-utils/selectors/expandable-section/index.js.map +1 -1
  197. package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
  198. package/lib/internal/template/text-content/styles.css.js +1 -1
  199. package/lib/internal/template/text-content/styles.scoped.css +65 -64
  200. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  201. package/lib/internal/template/top-navigation/parts/overflow-menu/views/submenu.js +2 -2
  202. package/lib/internal/template/top-navigation/parts/overflow-menu/views/submenu.js.map +1 -1
  203. package/lib/internal/template/top-navigation/parts/overflow-menu/views/utilities.js +2 -2
  204. package/lib/internal/template/top-navigation/parts/overflow-menu/views/utilities.js.map +1 -1
  205. package/lib/internal/template/wizard/internal.d.ts.map +1 -1
  206. package/lib/internal/template/wizard/internal.js +4 -2
  207. package/lib/internal/template/wizard/internal.js.map +1 -1
  208. package/lib/internal/template/wizard/wizard-form.d.ts.map +1 -1
  209. package/lib/internal/template/wizard/wizard-form.js +1 -2
  210. package/lib/internal/template/wizard/wizard-form.js.map +1 -1
  211. package/package.json +1 -1
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "@cloudscape-design/components": {
3
3
  "en-GB": {
4
- "alert": { "dismissAriaLabel": [{ "type": 0, "value": "Dismiss alert" }] },
5
4
  "[charts]": {
6
5
  "loadingText": [{ "type": 0, "value": "Loading chart" }],
7
6
  "errorText": [{ "type": 0, "value": "The data couldn't be fetched. Try again later." }],
@@ -9,10 +8,10 @@
9
8
  "i18nStrings.filterLabel": [{ "type": 0, "value": "Filter displayed data" }],
10
9
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filter data" }],
11
10
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Legend" }],
12
- "i18nStrings.detailPopoverDismissAriaLabel": [{ "type": 0, "value": "Dismiss" }],
13
11
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "x-axis" }],
14
12
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "y-axis" }]
15
13
  },
14
+ "alert": { "dismissAriaLabel": [{ "type": 0, "value": "Dismiss alert" }] },
16
15
  "annotation-context": {
17
16
  "i18nStrings.nextButtonText": [{ "type": 0, "value": "Next" }],
18
17
  "i18nStrings.previousButtonText": [{ "type": 0, "value": "Previous" }],
@@ -62,20 +61,18 @@
62
61
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "Open side navigation" }],
63
62
  "ariaLabels.notifications": [{ "type": 0, "value": "Notifications" }],
64
63
  "ariaLabels.tools": [{ "type": 0, "value": "Help panel" }],
65
- "ariaLabels.toolsClose": [{ "type": 0, "value": "Open help panel" }],
66
- "ariaLabels.toolsToggle": [{ "type": 0, "value": "Close help panel" }]
64
+ "ariaLabels.toolsClose": [{ "type": 0, "value": "Close help panel" }],
65
+ "ariaLabels.toolsToggle": [{ "type": 0, "value": "Open help panel" }]
67
66
  },
68
67
  "area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "Total" }] },
69
- "attribute-editor": {
70
- "removeButtonText": [{ "type": 0, "value": "Remove" }],
71
- "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }]
72
- },
68
+ "attribute-editor": { "removeButtonText": [{ "type": 0, "value": "Remove" }] },
73
69
  "autosuggest": {
74
70
  "errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
75
71
  "selectedAriaLabel": [{ "type": 0, "value": "Selected" }],
76
72
  "enteredTextLabel": [
77
- { "type": 0, "value": "Use " },
78
- { "type": 1, "value": "value" }
73
+ { "type": 0, "value": "Use: " },
74
+ { "type": 1, "value": "value" },
75
+ { "type": 0, "value": "’" }
79
76
  ],
80
77
  "recoveryText": [{ "type": 0, "value": "Retry" }]
81
78
  },
@@ -138,7 +135,59 @@
138
135
  { "type": 0, "value": " of " },
139
136
  { "type": 1, "value": "total" }
140
137
  ],
141
- "contentDisplayPreference.liveAnnouncementDndDiscarded": [{ "type": 0, "value": "Reordering cancelled" }]
138
+ "contentDisplayPreference.liveAnnouncementDndDiscarded": [{ "type": 0, "value": "Reordering cancelled" }],
139
+ "contentDisplayPreference.liveAnnouncementDndItemReordered": [
140
+ {
141
+ "type": 5,
142
+ "value": "isInitialPosition",
143
+ "options": {
144
+ "true": {
145
+ "value": [
146
+ { "type": 0, "value": "Moving item back to position " },
147
+ { "type": 1, "value": "currentPosition" },
148
+ { "type": 0, "value": " of " },
149
+ { "type": 1, "value": "total" }
150
+ ]
151
+ },
152
+ "false": {
153
+ "value": [
154
+ { "type": 0, "value": "Moving item to position " },
155
+ { "type": 1, "value": "currentPosition" },
156
+ { "type": 0, "value": " of " },
157
+ { "type": 1, "value": "total" }
158
+ ]
159
+ },
160
+ "other": { "value": [] }
161
+ }
162
+ }
163
+ ],
164
+ "contentDisplayPreference.liveAnnouncementDndItemCommitted": [
165
+ {
166
+ "type": 5,
167
+ "value": "isInitialPosition",
168
+ "options": {
169
+ "true": {
170
+ "value": [
171
+ { "type": 0, "value": "Item moved back to its original position " },
172
+ { "type": 1, "value": "initialPosition" },
173
+ { "type": 0, "value": " of " },
174
+ { "type": 1, "value": "total" }
175
+ ]
176
+ },
177
+ "false": {
178
+ "value": [
179
+ { "type": 0, "value": "Item moved from position " },
180
+ { "type": 1, "value": "initialPosition" },
181
+ { "type": 0, "value": " to position " },
182
+ { "type": 1, "value": "finalPosition" },
183
+ { "type": 0, "value": " of " },
184
+ { "type": 1, "value": "total" }
185
+ ]
186
+ },
187
+ "other": { "value": [] }
188
+ }
189
+ }
190
+ ]
142
191
  },
143
192
  "date-range-picker": {
144
193
  "i18nStrings.relativeModeTitle": [{ "type": 0, "value": "Relative mode" }],
@@ -223,12 +272,18 @@
223
272
  "i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Success" }],
224
273
  "i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Warning" }]
225
274
  },
226
- "form": { "errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
227
275
  "form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
276
+ "form": { "errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
228
277
  "help-panel": { "loadingText": [{ "type": 0, "value": "Loading content" }] },
229
278
  "input": { "clearAriaLabel": [{ "type": 0, "value": "Clear" }] },
230
279
  "link": { "externalIconAriaLabel": [{ "type": 0, "value": "Opens in a new tab" }] },
231
280
  "modal": { "closeAriaLabel": [{ "type": 0, "value": "Close modal" }] },
281
+ "multiselect": {
282
+ "deselectAriaLabel": [
283
+ { "type": 0, "value": "Remove " },
284
+ { "type": 1, "value": "option__label" }
285
+ ]
286
+ },
232
287
  "pagination": {
233
288
  "ariaLabels.nextPageLabel": [{ "type": 0, "value": "Next page" }],
234
289
  "ariaLabels.pageLabel": [
@@ -239,15 +294,10 @@
239
294
  "ariaLabels.previousPageLabel": [{ "type": 0, "value": "Previous page" }]
240
295
  },
241
296
  "pie-chart": {
242
- "loadingText": [{ "type": 0, "value": "Loading chart" }],
243
- "errorText": [{ "type": 0, "value": "The data couldn't be fetched. Try again later." }],
244
- "recoveryText": [{ "type": 0, "value": "Retry" }]
245
- },
246
- "multiselect": {
247
- "deselectAriaLabel": [
248
- { "type": 0, "value": "Remove " },
249
- { "type": 1, "value": "option__label" }
250
- ]
297
+ "i18nStrings.detailsValue": [{ "type": 0, "value": "Value" }],
298
+ "i18nStrings.detailsPercentage": [{ "type": 0, "value": "Percentage" }],
299
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Pie chart" }],
300
+ "i18nStrings.segmentAriaRoleDescription": [{ "type": 0, "value": "Segment" }]
251
301
  },
252
302
  "popover": { "dismissAriaLabel": [{ "type": 0, "value": "Close pop-over" }] },
253
303
  "property-filter": {
@@ -348,12 +398,117 @@
348
398
  }
349
399
  ]
350
400
  },
351
- "s3-resource-selector": {},
401
+ "s3-resource-selector": {
402
+ "i18nStrings.inContextSelectPlaceholder": [{ "type": 0, "value": "Choose a version" }],
403
+ "i18nStrings.inContextBrowseButton": [{ "type": 0, "value": "Browse S3" }],
404
+ "i18nStrings.inContextViewButton": [{ "type": 0, "value": "View" }],
405
+ "i18nStrings.inContextViewButtonAriaLabel": [{ "type": 0, "value": "View (opens in a new tab)" }],
406
+ "i18nStrings.inContextLoadingText": [{ "type": 0, "value": "Loading resource" }],
407
+ "i18nStrings.inContextUriLabel": [{ "type": 0, "value": "S3 URI" }],
408
+ "i18nStrings.inContextVersionSelectLabel": [{ "type": 0, "value": "Object version" }],
409
+ "i18nStrings.modalTitle": [{ "type": 0, "value": "Choose an archive in S3" }],
410
+ "i18nStrings.modalCancelButton": [{ "type": 0, "value": "Cancel" }],
411
+ "i18nStrings.modalSubmitButton": [{ "type": 0, "value": "Choose" }],
412
+ "i18nStrings.modalBreadcrumbRootItem": [{ "type": 0, "value": "S3 buckets" }],
413
+ "i18nStrings.selectionBuckets": [{ "type": 0, "value": "Buckets" }],
414
+ "i18nStrings.selectionObjects": [{ "type": 0, "value": "Objects" }],
415
+ "i18nStrings.selectionVersions": [{ "type": 0, "value": "Versions" }],
416
+ "i18nStrings.selectionBucketsSearchPlaceholder": [{ "type": 0, "value": "Find bucket" }],
417
+ "i18nStrings.selectionObjectsSearchPlaceholder": [{ "type": 0, "value": "Find object by prefix" }],
418
+ "i18nStrings.selectionVersionsSearchPlaceholder": [{ "type": 0, "value": "Find version" }],
419
+ "i18nStrings.selectionBucketsLoading": [{ "type": 0, "value": "Loading buckets" }],
420
+ "i18nStrings.selectionBucketsNoItems": [{ "type": 0, "value": "No buckets" }],
421
+ "i18nStrings.selectionObjectsLoading": [{ "type": 0, "value": "Loading objects" }],
422
+ "i18nStrings.selectionObjectsNoItems": [{ "type": 0, "value": "No objects" }],
423
+ "i18nStrings.selectionVersionsLoading": [{ "type": 0, "value": "Loading versions" }],
424
+ "i18nStrings.selectionVersionsNoItems": [{ "type": 0, "value": "No versions" }],
425
+ "i18nStrings.filteringNoMatches": [{ "type": 0, "value": "No matches" }],
426
+ "i18nStrings.filteringCantFindMatch": [{ "type": 0, "value": "We can't find a match." }],
427
+ "i18nStrings.clearFilterButtonText": [{ "type": 0, "value": "Clear filter" }],
428
+ "i18nStrings.columnBucketID": [{ "type": 0, "value": "ID" }],
429
+ "i18nStrings.columnBucketName": [{ "type": 0, "value": "Name" }],
430
+ "i18nStrings.columnBucketCreationDate": [{ "type": 0, "value": "Creation date" }],
431
+ "i18nStrings.columnBucketRegion": [{ "type": 0, "value": "Region" }],
432
+ "i18nStrings.columnObjectKey": [{ "type": 0, "value": "Key" }],
433
+ "i18nStrings.columnObjectLastModified": [{ "type": 0, "value": "Last modified" }],
434
+ "i18nStrings.columnObjectSize": [{ "type": 0, "value": "Size" }],
435
+ "i18nStrings.columnVersionID": [{ "type": 0, "value": "Version ID" }],
436
+ "i18nStrings.columnVersionLastModified": [{ "type": 0, "value": "Last modified" }],
437
+ "i18nStrings.columnVersionSize": [{ "type": 0, "value": "Size" }],
438
+ "i18nStrings.validationPathMustBegin": [{ "type": 0, "value": "The path must begin with s3://" }],
439
+ "i18nStrings.validationBucketLowerCase": [
440
+ { "type": 0, "value": "The bucket name must start with a lowercase character or number." }
441
+ ],
442
+ "i18nStrings.validationBucketMustNotContain": [
443
+ { "type": 0, "value": "The bucket name must not contain uppercase characters." }
444
+ ],
445
+ "i18nStrings.validationBucketLength": [
446
+ { "type": 0, "value": "The bucket name must be from 3 to 63 characters." }
447
+ ],
448
+ "i18nStrings.validationBucketMustComplyDns": [
449
+ { "type": 0, "value": "The bucket name must comply with DNS naming conventions." }
450
+ ],
451
+ "i18nStrings.labelSortedDescending": [
452
+ { "type": 1, "value": "columnName" },
453
+ { "type": 0, "value": ", sorted descending" }
454
+ ],
455
+ "i18nStrings.labelSortedAscending": [
456
+ { "type": 1, "value": "columnName" },
457
+ { "type": 0, "value": ", sorted ascending" }
458
+ ],
459
+ "i18nStrings.labelNotSorted": [
460
+ { "type": 1, "value": "columnName" },
461
+ { "type": 0, "value": ", not sorted" }
462
+ ],
463
+ "i18nStrings.labelsBucketsSelection.selectionGroupLabel": [{ "type": 0, "value": "Buckets" }],
464
+ "i18nStrings.labelsBucketsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__Name" }],
465
+ "i18nStrings.labelsObjectsSelection.selectionGroupLabel": [{ "type": 0, "value": "Objects" }],
466
+ "i18nStrings.labelsObjectsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__Key" }],
467
+ "i18nStrings.labelsVersionsSelection.selectionGroupLabel": [{ "type": 0, "value": "Versions" }],
468
+ "i18nStrings.labelsVersionsSelection.itemSelectionLabel": [{ "type": 1, "value": "item__VersionId" }],
469
+ "i18nStrings.labelFiltering": [
470
+ { "type": 0, "value": "Find " },
471
+ { "type": 1, "value": "itemsType" }
472
+ ],
473
+ "i18nStrings.labelRefresh": [{ "type": 0, "value": "Refresh the data" }],
474
+ "i18nStrings.labelBreadcrumbs": [{ "type": 0, "value": "S3 navigation" }],
475
+ "i18nStrings.filteringCounterText": [
476
+ {
477
+ "type": 6,
478
+ "value": "count",
479
+ "options": {
480
+ "one": { "value": [{ "type": 0, "value": "1 match" }] },
481
+ "other": {
482
+ "value": [
483
+ { "type": 1, "value": "count" },
484
+ { "type": 0, "value": " matches" }
485
+ ]
486
+ }
487
+ },
488
+ "offset": 0,
489
+ "pluralType": "cardinal"
490
+ }
491
+ ]
492
+ },
352
493
  "select": {
353
494
  "errorIconAriaLabel": [{ "type": 0, "value": "Error" }],
354
- "selectedAriaLabel": [{ "type": 0, "value": "Selected" }]
495
+ "selectedAriaLabel": [{ "type": 0, "value": "Selected" }],
496
+ "recoveryText": [{ "type": 0, "value": "Retry" }]
497
+ },
498
+ "split-panel": {
499
+ "i18nStrings.closeButtonAriaLabel": [{ "type": 0, "value": "Close panel" }],
500
+ "i18nStrings.openButtonAriaLabel": [{ "type": 0, "value": "Open panel" }],
501
+ "i18nStrings.preferencesTitle": [{ "type": 0, "value": "Split panel preferences" }],
502
+ "i18nStrings.preferencesPositionLabel": [{ "type": 0, "value": "Split panel position" }],
503
+ "i18nStrings.preferencesPositionDescription": [
504
+ { "type": 0, "value": "Choose the default split panel position for the service." }
505
+ ],
506
+ "i18nStrings.preferencesPositionSide": [{ "type": 0, "value": "Side" }],
507
+ "i18nStrings.preferencesPositionBottom": [{ "type": 0, "value": "Bottom" }],
508
+ "i18nStrings.preferencesConfirm": [{ "type": 0, "value": "Confirm" }],
509
+ "i18nStrings.preferencesCancel": [{ "type": 0, "value": "Cancel" }],
510
+ "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Resize split panel" }]
355
511
  },
356
- "split-panel": {},
357
512
  "table": {
358
513
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "Submitting edit" }],
359
514
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "Edit successful" }],
@@ -364,6 +519,136 @@
364
519
  "i18nStrings.scrollLeftAriaLabel": [{ "type": 0, "value": "Scroll left" }],
365
520
  "i18nStrings.scrollRightAriaLabel": [{ "type": 0, "value": "Scroll right" }]
366
521
  },
522
+ "tag-editor": {
523
+ "i18nStrings.keyPlaceholder": [{ "type": 0, "value": "Enter key" }],
524
+ "i18nStrings.valuePlaceholder": [{ "type": 0, "value": "Enter value" }],
525
+ "i18nStrings.addButton": [{ "type": 0, "value": "Add new tag" }],
526
+ "i18nStrings.removeButton": [{ "type": 0, "value": "Remove" }],
527
+ "i18nStrings.removeButtonAriaLabel": [
528
+ { "type": 0, "value": "Remove " },
529
+ { "type": 1, "value": "tag__key" }
530
+ ],
531
+ "i18nStrings.undoButton": [{ "type": 0, "value": "Undo" }],
532
+ "i18nStrings.undoPrompt": [{ "type": 0, "value": "This tag will be removed upon saving changes" }],
533
+ "i18nStrings.loading": [{ "type": 0, "value": "Loading tags that are associated with this resource" }],
534
+ "i18nStrings.keyHeader": [{ "type": 0, "value": "Key" }],
535
+ "i18nStrings.valueHeader": [{ "type": 0, "value": "Value" }],
536
+ "i18nStrings.optional": [{ "type": 0, "value": "optional" }],
537
+ "i18nStrings.keySuggestion": [{ "type": 0, "value": "Customised tag key" }],
538
+ "i18nStrings.valueSuggestion": [{ "type": 0, "value": "Customised tag value" }],
539
+ "i18nStrings.emptyTags": [{ "type": 0, "value": "No tags associated with the resource." }],
540
+ "i18nStrings.tooManyKeysSuggestion": [{ "type": 0, "value": "You have more keys than can be displayed" }],
541
+ "i18nStrings.tooManyValuesSuggestion": [{ "type": 0, "value": "You have more values than can be displayed" }],
542
+ "i18nStrings.keysSuggestionLoading": [{ "type": 0, "value": "Loading tag keys" }],
543
+ "i18nStrings.keysSuggestionError": [{ "type": 0, "value": "Tag keys could not be retrieved" }],
544
+ "i18nStrings.valuesSuggestionLoading": [{ "type": 0, "value": "Loading tag values" }],
545
+ "i18nStrings.valuesSuggestionError": [{ "type": 0, "value": "Tag values could not be retrieved" }],
546
+ "i18nStrings.emptyKeyError": [{ "type": 0, "value": "You must specify a tag key" }],
547
+ "i18nStrings.maxKeyCharLengthError": [
548
+ { "type": 0, "value": "The maximum number of characters you can use in a tag key is 128." }
549
+ ],
550
+ "i18nStrings.maxValueCharLengthError": [
551
+ { "type": 0, "value": "The maximum number of characters you can use in a tag value is 256." }
552
+ ],
553
+ "i18nStrings.duplicateKeyError": [{ "type": 0, "value": "You must specify a unique tag key." }],
554
+ "i18nStrings.invalidKeyError": [
555
+ {
556
+ "type": 0,
557
+ "value": "Invalid key. Keys can only contain Unicode letters, digits, white space and any of the following: _.:/=+@-"
558
+ }
559
+ ],
560
+ "i18nStrings.invalidValueError": [
561
+ {
562
+ "type": 0,
563
+ "value": "Invalid value. Values can only contain Unicode letters, digits, white space and any of the following: _.:/=+@-"
564
+ }
565
+ ],
566
+ "i18nStrings.awsPrefixError": [{ "type": 0, "value": "Cannot start with aws:" }],
567
+ "i18nStrings.tagLimitReached": [
568
+ {
569
+ "type": 6,
570
+ "value": "tagLimit",
571
+ "options": {
572
+ "one": { "value": [{ "type": 0, "value": "You have reached the limit of 1 tag." }] },
573
+ "other": {
574
+ "value": [
575
+ { "type": 0, "value": "You have reached the limit of " },
576
+ { "type": 1, "value": "tagLimit" },
577
+ { "type": 0, "value": " tags." }
578
+ ]
579
+ }
580
+ },
581
+ "offset": 0,
582
+ "pluralType": "cardinal"
583
+ }
584
+ ],
585
+ "i18nStrings.tagLimitExceeded": [
586
+ {
587
+ "type": 6,
588
+ "value": "tagLimit",
589
+ "options": {
590
+ "one": { "value": [{ "type": 0, "value": "You have exceeded the limit of 1 tag." }] },
591
+ "other": {
592
+ "value": [
593
+ { "type": 0, "value": "You have exceeded the limit of " },
594
+ { "type": 1, "value": "tagLimit" },
595
+ { "type": 0, "value": " tags." }
596
+ ]
597
+ }
598
+ },
599
+ "offset": 0,
600
+ "pluralType": "cardinal"
601
+ }
602
+ ],
603
+ "i18nStrings.tagLimit": [
604
+ {
605
+ "type": 5,
606
+ "value": "tagLimitAvailable",
607
+ "options": {
608
+ "true": {
609
+ "value": [
610
+ {
611
+ "type": 6,
612
+ "value": "availableTags",
613
+ "options": {
614
+ "other": {
615
+ "value": [
616
+ { "type": 0, "value": "You can add up to " },
617
+ { "type": 1, "value": "tagLimit" },
618
+ { "type": 0, "value": " tags." }
619
+ ]
620
+ }
621
+ },
622
+ "offset": 0,
623
+ "pluralType": "cardinal"
624
+ }
625
+ ]
626
+ },
627
+ "false": {
628
+ "value": [
629
+ {
630
+ "type": 6,
631
+ "value": "availableTags",
632
+ "options": {
633
+ "one": { "value": [{ "type": 0, "value": "You can add up to 1 more tag." }] },
634
+ "other": {
635
+ "value": [
636
+ { "type": 0, "value": "You can add up to " },
637
+ { "type": 1, "value": "availableTags" },
638
+ { "type": 0, "value": " more tags." }
639
+ ]
640
+ }
641
+ },
642
+ "offset": 0,
643
+ "pluralType": "cardinal"
644
+ }
645
+ ]
646
+ },
647
+ "other": { "value": [] }
648
+ }
649
+ }
650
+ ]
651
+ },
367
652
  "token-group": {
368
653
  "i18nStrings.limitShowFewer": [{ "type": 0, "value": "Show fewer" }],
369
654
  "i18nStrings.limitShowMore": [{ "type": 0, "value": "Show more" }]
@@ -1,7 +1,6 @@
1
1
  export default {
2
2
  '@cloudscape-design/components': {
3
3
  en: {
4
- alert: { dismissAriaLabel: [{ type: 0, value: 'Dismiss alert' }] },
5
4
  '[charts]': {
6
5
  loadingText: [{ type: 0, value: 'Loading chart' }],
7
6
  errorText: [{ type: 0, value: "The data couldn't be fetched. Try again later." }],
@@ -9,9 +8,11 @@ export default {
9
8
  'i18nStrings.filterLabel': [{ type: 0, value: 'Filter displayed data' }],
10
9
  'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Filter data' }],
11
10
  'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Legend' }],
11
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Chart' }],
12
12
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'x-axis' }],
13
13
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'y-axis' }],
14
14
  },
15
+ alert: { dismissAriaLabel: [{ type: 0, value: 'Dismiss alert' }] },
15
16
  'annotation-context': {
16
17
  'i18nStrings.nextButtonText': [{ type: 0, value: 'Next' }],
17
18
  'i18nStrings.previousButtonText': [{ type: 0, value: 'Previous' }],
@@ -61,8 +62,8 @@ export default {
61
62
  'ariaLabels.navigationToggle': [{ type: 0, value: 'Open side navigation' }],
62
63
  'ariaLabels.notifications': [{ type: 0, value: 'Notifications' }],
63
64
  'ariaLabels.tools': [{ type: 0, value: 'Help panel' }],
64
- 'ariaLabels.toolsClose': [{ type: 0, value: 'Open help panel' }],
65
- 'ariaLabels.toolsToggle': [{ type: 0, value: 'Close help panel' }],
65
+ 'ariaLabels.toolsClose': [{ type: 0, value: 'Close help panel' }],
66
+ 'ariaLabels.toolsToggle': [{ type: 0, value: 'Open help panel' }],
66
67
  },
67
68
  'area-chart': { 'i18nStrings.detailTotalLabel': [{ type: 0, value: 'Total' }] },
68
69
  'attribute-editor': { removeButtonText: [{ type: 0, value: 'Remove' }] },
@@ -271,12 +272,18 @@ export default {
271
272
  'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Success' }],
272
273
  'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Warning' }],
273
274
  },
274
- form: { errorIconAriaLabel: [{ type: 0, value: 'Error' }] },
275
275
  'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }] },
276
+ form: { errorIconAriaLabel: [{ type: 0, value: 'Error' }] },
276
277
  'help-panel': { loadingText: [{ type: 0, value: 'Loading content' }] },
277
278
  input: { clearAriaLabel: [{ type: 0, value: 'Clear' }] },
278
279
  link: { externalIconAriaLabel: [{ type: 0, value: 'Opens in a new tab' }] },
279
280
  modal: { closeAriaLabel: [{ type: 0, value: 'Close modal' }] },
281
+ multiselect: {
282
+ deselectAriaLabel: [
283
+ { type: 0, value: 'Remove ' },
284
+ { type: 1, value: 'option__label' },
285
+ ],
286
+ },
280
287
  pagination: {
281
288
  'ariaLabels.nextPageLabel': [{ type: 0, value: 'Next page' }],
282
289
  'ariaLabels.pageLabel': [
@@ -292,12 +299,6 @@ export default {
292
299
  'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Pie chart' }],
293
300
  'i18nStrings.segmentAriaRoleDescription': [{ type: 0, value: 'Segment' }],
294
301
  },
295
- multiselect: {
296
- deselectAriaLabel: [
297
- { type: 0, value: 'Remove ' },
298
- { type: 1, value: 'option__label' },
299
- ],
300
- },
301
302
  popover: { dismissAriaLabel: [{ type: 0, value: 'Close popover' }] },
302
303
  'property-filter': {
303
304
  'i18nStrings.allPropertiesLabel': [{ type: 0, value: 'All properties' }],
@@ -398,7 +399,6 @@ export default {
398
399
  ],
399
400
  },
400
401
  's3-resource-selector': {
401
- 'i18nStrings.inContextInputPlaceholder': [{ type: 0, value: 's3://bucket/prefix/object' }],
402
402
  'i18nStrings.inContextSelectPlaceholder': [{ type: 0, value: 'Choose a version' }],
403
403
  'i18nStrings.inContextBrowseButton': [{ type: 0, value: 'Browse S3' }],
404
404
  'i18nStrings.inContextViewButton': [{ type: 0, value: 'View' }],
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "@cloudscape-design/components": {
3
3
  "en": {
4
- "alert": { "dismissAriaLabel": [{ "type": 0, "value": "Dismiss alert" }] },
5
4
  "[charts]": {
6
5
  "loadingText": [{ "type": 0, "value": "Loading chart" }],
7
6
  "errorText": [{ "type": 0, "value": "The data couldn't be fetched. Try again later." }],
@@ -9,9 +8,11 @@
9
8
  "i18nStrings.filterLabel": [{ "type": 0, "value": "Filter displayed data" }],
10
9
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filter data" }],
11
10
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Legend" }],
11
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Chart" }],
12
12
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "x-axis" }],
13
13
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "y-axis" }]
14
14
  },
15
+ "alert": { "dismissAriaLabel": [{ "type": 0, "value": "Dismiss alert" }] },
15
16
  "annotation-context": {
16
17
  "i18nStrings.nextButtonText": [{ "type": 0, "value": "Next" }],
17
18
  "i18nStrings.previousButtonText": [{ "type": 0, "value": "Previous" }],
@@ -61,8 +62,8 @@
61
62
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "Open side navigation" }],
62
63
  "ariaLabels.notifications": [{ "type": 0, "value": "Notifications" }],
63
64
  "ariaLabels.tools": [{ "type": 0, "value": "Help panel" }],
64
- "ariaLabels.toolsClose": [{ "type": 0, "value": "Open help panel" }],
65
- "ariaLabels.toolsToggle": [{ "type": 0, "value": "Close help panel" }]
65
+ "ariaLabels.toolsClose": [{ "type": 0, "value": "Close help panel" }],
66
+ "ariaLabels.toolsToggle": [{ "type": 0, "value": "Open help panel" }]
66
67
  },
67
68
  "area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "Total" }] },
68
69
  "attribute-editor": { "removeButtonText": [{ "type": 0, "value": "Remove" }] },
@@ -270,12 +271,18 @@
270
271
  "i18nStrings.successIconAriaLabel": [{ "type": 0, "value": "Success" }],
271
272
  "i18nStrings.warningIconAriaLabel": [{ "type": 0, "value": "Warning" }]
272
273
  },
273
- "form": { "errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
274
274
  "form-field": { "i18nStrings.errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
275
+ "form": { "errorIconAriaLabel": [{ "type": 0, "value": "Error" }] },
275
276
  "help-panel": { "loadingText": [{ "type": 0, "value": "Loading content" }] },
276
277
  "input": { "clearAriaLabel": [{ "type": 0, "value": "Clear" }] },
277
278
  "link": { "externalIconAriaLabel": [{ "type": 0, "value": "Opens in a new tab" }] },
278
279
  "modal": { "closeAriaLabel": [{ "type": 0, "value": "Close modal" }] },
280
+ "multiselect": {
281
+ "deselectAriaLabel": [
282
+ { "type": 0, "value": "Remove " },
283
+ { "type": 1, "value": "option__label" }
284
+ ]
285
+ },
279
286
  "pagination": {
280
287
  "ariaLabels.nextPageLabel": [{ "type": 0, "value": "Next page" }],
281
288
  "ariaLabels.pageLabel": [
@@ -291,12 +298,6 @@
291
298
  "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Pie chart" }],
292
299
  "i18nStrings.segmentAriaRoleDescription": [{ "type": 0, "value": "Segment" }]
293
300
  },
294
- "multiselect": {
295
- "deselectAriaLabel": [
296
- { "type": 0, "value": "Remove " },
297
- { "type": 1, "value": "option__label" }
298
- ]
299
- },
300
301
  "popover": { "dismissAriaLabel": [{ "type": 0, "value": "Close popover" }] },
301
302
  "property-filter": {
302
303
  "i18nStrings.allPropertiesLabel": [{ "type": 0, "value": "All properties" }],
@@ -397,7 +398,6 @@
397
398
  ]
398
399
  },
399
400
  "s3-resource-selector": {
400
- "i18nStrings.inContextInputPlaceholder": [{ "type": 0, "value": "s3://bucket/prefix/object" }],
401
401
  "i18nStrings.inContextSelectPlaceholder": [{ "type": 0, "value": "Choose a version" }],
402
402
  "i18nStrings.inContextBrowseButton": [{ "type": 0, "value": "Browse S3" }],
403
403
  "i18nStrings.inContextViewButton": [{ "type": 0, "value": "View" }],