@commercetools-frontend/ui-kit 18.4.0 → 19.0.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.
@@ -81,7 +81,7 @@ var text__default = /*#__PURE__*/_interopDefault(text);
81
81
  var viewSwitcher__default = /*#__PURE__*/_interopDefault(viewSwitcher);
82
82
 
83
83
  // NOTE: This string will be replaced on build time with the package version.
84
- var version = "18.4.0";
84
+ var version = "19.0.0";
85
85
 
86
86
  exports.i18n = i18n__namespace;
87
87
  Object.defineProperty(exports, 'AccessibleHidden', {
@@ -81,7 +81,7 @@ var text__default = /*#__PURE__*/_interopDefault(text);
81
81
  var viewSwitcher__default = /*#__PURE__*/_interopDefault(viewSwitcher);
82
82
 
83
83
  // NOTE: This string will be replaced on build time with the package version.
84
- var version = "18.4.0";
84
+ var version = "19.0.0";
85
85
 
86
86
  exports.i18n = i18n__namespace;
87
87
  Object.defineProperty(exports, 'AccessibleHidden', {
@@ -34,6 +34,6 @@ export { useDataTableSortingState, usePaginationState, useRowSelection, useSorti
34
34
  export { customProperties, designTokens } from '@commercetools-uikit/design-system';
35
35
 
36
36
  // NOTE: This string will be replaced on build time with the package version.
37
- var version = "18.4.0";
37
+ var version = "19.0.0";
38
38
 
39
39
  export { version };
@@ -1,75 +1,294 @@
1
1
  {
2
- "UIKit.CalendarHeader.nextMonthTooltip": "Next month",
3
- "UIKit.CalendarHeader.nextYearTooltip": "Next year",
4
- "UIKit.CalendarHeader.previousMonthTooltip": "Previous month",
5
- "UIKit.CalendarHeader.previousYearTooltip": "Previous year",
6
- "UIKit.CalendarHeader.todayTooltip": "Today",
7
- "UIKit.ClearButton.clearButtonLabel": "Clear",
8
- "UIKit.CreatableSelectInput.createLabel": "Create \"{inputValue}\"",
9
- "UIKit.DataTableManager.ColumnManager.DroppablePanel.loadMoreAttributesHint": "Load more attributes by using the search input above",
10
- "UIKit.DataTableManager.ColumnManager.closeButtonLabel": "Close",
11
- "UIKit.DataTableManager.ColumnManager.hiddenColumns": "Hidden columns",
12
- "UIKit.DataTableManager.ColumnManager.noHiddenColumnsToShow": "There are no hidden columns to show.",
13
- "UIKit.DataTableManager.ColumnManager.noSelectedColumnsToShow": "There are no selected columns to show.",
14
- "UIKit.DataTableManager.ColumnManager.title": "Column Manager",
15
- "UIKit.DataTableManager.ColumnSelectorGroups.visible": "Visible columns",
16
- "UIKit.DataTableManager.DensityManager.closeButtonLabel": "Close",
17
- "UIKit.DataTableManager.DensityManager.densityDisplayComfortableOption": "Comfortable",
18
- "UIKit.DataTableManager.DensityManager.densityDisplayCompactOption": "Compact",
19
- "UIKit.DataTableManager.DensityManager.densityDisplaySubtitle": "Density display",
20
- "UIKit.DataTableManager.DensityManager.textWrappingAllWrapVisibleOption": "Make all wrapped texts visible",
21
- "UIKit.DataTableManager.DensityManager.textWrappingShowHideOnDemandOption": "Show / hide texts by row on demand",
22
- "UIKit.DataTableManager.DensityManager.textWrappingSubtitle": "Text wrapping",
23
- "UIKit.DataTableManager.DensityManager.title": "Display settings",
24
- "UIKit.DataTableManager.TableSettings.columnManagerOption": "Column manager",
25
- "UIKit.DataTableManager.TableSettings.displaySettingsOption": "Display settings",
26
- "UIKit.DataTableManager.TableSettings.placeholder": "Table settings",
27
- "UIKit.FieldErrors.invalidFractionalNumber": "A whole number is required.",
28
- "UIKit.FieldErrors.invalidNegativeNumber": "Negative number is not supported.",
29
- "UIKit.FieldErrors.missingRequiredField": "This field is required. Provide a value.",
30
- "UIKit.LocalizedMoneyInput.hide": "Hide currencies ({remainingCurrencies})",
31
- "UIKit.LocalizedMoneyInput.missingRequiredField": "This field is required. Provide at least one value.",
32
- "UIKit.LocalizedMoneyInput.show": "Show all currencies ({remainingCurrencies})",
33
- "UIKit.LocalizedTextInput.hide": "Hide languages ({remainingLanguages})",
34
- "UIKit.LocalizedTextInput.missingRequiredField": "This field is required. Provide at least one value.",
35
- "UIKit.LocalizedTextInput.show": "Show all languages ({remainingLanguages})",
36
- "UIKit.MoneyInput.highPrecision": "High Precision Price",
37
- "UIKit.MultilineTextInput.collapse": "Collapse",
38
- "UIKit.MultilineTextInput.expand": "Expand",
39
- "UIKit.Pagination.PageNavigator.nextPageLabel": "Next page",
40
- "UIKit.Pagination.PageNavigator.page": "Page",
41
- "UIKit.Pagination.PageNavigator.pageCount": "of {count}",
42
- "UIKit.Pagination.PageNavigator.previousPageLabel": "Previous page",
43
- "UIKit.Pagination.PageSizeSelector.pageSize": "Items per page ({count} items)",
44
- "UIKit.PasswordField.hide": "hide",
45
- "UIKit.PasswordField.show": "show",
46
- "UIKit.RichTextBody.boldButtonLabel": "Bold",
47
- "UIKit.RichTextBody.expandButtonLabel": "Expand",
48
- "UIKit.RichTextBody.italicButtonLabel": "Italic",
49
- "UIKit.RichTextBody.moreStylesDropdownLabel": "More styles",
50
- "UIKit.RichTextBody.moreStylesDropdownOptionStrikethrough": "Strikethrough",
51
- "UIKit.RichTextBody.moreStylesDropdownOptionSubscript": "Subscript",
52
- "UIKit.RichTextBody.moreStylesDropdownOptionSuperscript": "Superscript",
53
- "UIKit.RichTextBody.orderedListButtonLabel": "Numbered list",
54
- "UIKit.RichTextBody.redoButtonLabel": "Redo",
55
- "UIKit.RichTextBody.styleDropdownLabel": "Text styles",
56
- "UIKit.RichTextBody.styleDropdownOptionH1": "Headline H1",
57
- "UIKit.RichTextBody.styleDropdownOptionH2": "Headline H2",
58
- "UIKit.RichTextBody.styleDropdownOptionH3": "Headline H3",
59
- "UIKit.RichTextBody.styleDropdownOptionH4": "Headline H4",
60
- "UIKit.RichTextBody.styleDropdownOptionH5": "Headline H5",
61
- "UIKit.RichTextBody.styleDropdownOptionParagraph": "Paragraph",
62
- "UIKit.RichTextBody.styleDropdownOptionPreformatted": "Preformatted",
63
- "UIKit.RichTextBody.styleDropdownOptionQuote": "Quote",
64
- "UIKit.RichTextBody.underlinedButtonLabel": "Underline",
65
- "UIKit.RichTextBody.undoButtonLabel": "Undo",
66
- "UIKit.RichTextBody.unorderedListButtonLabel": "Bullet list",
67
- "UIKit.SearchSelectInput.loadingOptionsMessage": "Loading exact matches",
68
- "UIKit.SearchSelectInput.noOptionsMessage": "No matches found for your search term",
69
- "UIKit.SearchSelectInput.placeholderMessage": "Search by…",
70
- "UIKit.SelectInput.loadingOptions": "Loading...",
71
- "UIKit.SelectInput.noOptionsMessageWithInputValue": "No options",
72
- "UIKit.SelectInput.noOptionsMessageWithoutInputValue": "No options",
73
- "UIKit.SelectInput.placeholder": "Select...",
74
- "UIKit.TimeInput.placeholder": "HH:mm AM/PM"
2
+ "UIKit.CalendarHeader.nextMonthTooltip": {
3
+ "developer_comment": "Tooltip title when user hovers the next month button",
4
+ "string": "Next month"
5
+ },
6
+ "UIKit.CalendarHeader.nextYearTooltip": {
7
+ "developer_comment": "Tooltip title when user hovers the next year button",
8
+ "string": "Next year"
9
+ },
10
+ "UIKit.CalendarHeader.previousMonthTooltip": {
11
+ "developer_comment": "Tooltip title when user hovers the previous month button",
12
+ "string": "Previous month"
13
+ },
14
+ "UIKit.CalendarHeader.previousYearTooltip": {
15
+ "developer_comment": "Tooltip title when user hovers the previous year button",
16
+ "string": "Previous year"
17
+ },
18
+ "UIKit.CalendarHeader.todayTooltip": {
19
+ "developer_comment": "Tooltip title when user hovers the today button",
20
+ "string": "Today"
21
+ },
22
+ "UIKit.ClearButton.clearButtonLabel": {
23
+ "developer_comment": "Label for the clear button",
24
+ "string": "Clear"
25
+ },
26
+ "UIKit.CreatableSelectInput.createLabel": {
27
+ "developer_comment": "Text of dropdown when creating option",
28
+ "string": "Create \"{inputValue}\""
29
+ },
30
+ "UIKit.DataTableManager.ColumnManager.DroppablePanel.loadMoreAttributesHint": {
31
+ "developer_comment": "Indicate that the user can use the search input to load more attributes",
32
+ "string": "Load more attributes by using the search input above"
33
+ },
34
+ "UIKit.DataTableManager.ColumnManager.closeButtonLabel": {
35
+ "developer_comment": "Label for density manager close button.",
36
+ "string": "Close"
37
+ },
38
+ "UIKit.DataTableManager.ColumnManager.hiddenColumns": {
39
+ "developer_comment": "Message for the hidden columns section",
40
+ "string": "Hidden columns"
41
+ },
42
+ "UIKit.DataTableManager.ColumnManager.noHiddenColumnsToShow": {
43
+ "developer_comment": "Label when there are no hidden columns to show",
44
+ "string": "There are no hidden columns to show."
45
+ },
46
+ "UIKit.DataTableManager.ColumnManager.noSelectedColumnsToShow": {
47
+ "developer_comment": "Label when there are no selected columns to show",
48
+ "string": "There are no selected columns to show."
49
+ },
50
+ "UIKit.DataTableManager.ColumnManager.title": {
51
+ "developer_comment": "Title for the column manager component.",
52
+ "string": "Column Manager"
53
+ },
54
+ "UIKit.DataTableManager.ColumnSelectorGroups.visible": {
55
+ "developer_comment": "Message for the visible columns section.",
56
+ "string": "Visible columns"
57
+ },
58
+ "UIKit.DataTableManager.DensityManager.closeButtonLabel": {
59
+ "developer_comment": "Label for density manager close button.",
60
+ "string": "Close"
61
+ },
62
+ "UIKit.DataTableManager.DensityManager.densityDisplayComfortableOption": {
63
+ "developer_comment": "Density display default option.",
64
+ "string": "Comfortable"
65
+ },
66
+ "UIKit.DataTableManager.DensityManager.densityDisplayCompactOption": {
67
+ "developer_comment": "Density display compact option.",
68
+ "string": "Compact"
69
+ },
70
+ "UIKit.DataTableManager.DensityManager.densityDisplaySubtitle": {
71
+ "developer_comment": "Subtitle for the density display options.",
72
+ "string": "Density display"
73
+ },
74
+ "UIKit.DataTableManager.DensityManager.textWrappingAllWrapVisibleOption": {
75
+ "developer_comment": "All wrapped texts visible option.",
76
+ "string": "Make all wrapped texts visible"
77
+ },
78
+ "UIKit.DataTableManager.DensityManager.textWrappingShowHideOnDemandOption": {
79
+ "developer_comment": "Show or hide texts on demand option.",
80
+ "string": "Show / hide texts by row on demand"
81
+ },
82
+ "UIKit.DataTableManager.DensityManager.textWrappingSubtitle": {
83
+ "developer_comment": "Subtitle for the text wrapping options.",
84
+ "string": "Text wrapping"
85
+ },
86
+ "UIKit.DataTableManager.DensityManager.title": {
87
+ "developer_comment": "Title for the density manager component.",
88
+ "string": "Display settings"
89
+ },
90
+ "UIKit.DataTableManager.TableSettings.columnManagerOption": {
91
+ "developer_comment": "Column manager dropdown option label.",
92
+ "string": "Column manager"
93
+ },
94
+ "UIKit.DataTableManager.TableSettings.displaySettingsOption": {
95
+ "developer_comment": "Display settings dropdown option label.",
96
+ "string": "Display settings"
97
+ },
98
+ "UIKit.DataTableManager.TableSettings.placeholder": {
99
+ "developer_comment": "Placeholder for the table settings select component.",
100
+ "string": "Table settings"
101
+ },
102
+ "UIKit.FieldErrors.invalidFractionalNumber": {
103
+ "developer_comment": "Error message when fractional number is used",
104
+ "string": "A whole number is required."
105
+ },
106
+ "UIKit.FieldErrors.invalidNegativeNumber": {
107
+ "developer_comment": "Error message when negative number is used",
108
+ "string": "Negative number is not supported."
109
+ },
110
+ "UIKit.FieldErrors.missingRequiredField": {
111
+ "developer_comment": "Error message for missing required value",
112
+ "string": "This field is required. Provide a value."
113
+ },
114
+ "UIKit.LocalizedMoneyInput.hide": {
115
+ "developer_comment": "Hide currencies button",
116
+ "string": "Hide currencies ({remainingCurrencies})"
117
+ },
118
+ "UIKit.LocalizedMoneyInput.missingRequiredField": {
119
+ "developer_comment": "Error message for missing required value",
120
+ "string": "This field is required. Provide at least one value."
121
+ },
122
+ "UIKit.LocalizedMoneyInput.show": {
123
+ "developer_comment": "Show all currencies button",
124
+ "string": "Show all currencies ({remainingCurrencies})"
125
+ },
126
+ "UIKit.LocalizedTextInput.hide": {
127
+ "developer_comment": "Label of language collapse button",
128
+ "string": "Hide languages ({remainingLanguages})"
129
+ },
130
+ "UIKit.LocalizedTextInput.missingRequiredField": {
131
+ "developer_comment": "Error message for missing required value",
132
+ "string": "This field is required. Provide at least one value."
133
+ },
134
+ "UIKit.LocalizedTextInput.show": {
135
+ "developer_comment": "Label of language expansion button",
136
+ "string": "Show all languages ({remainingLanguages})"
137
+ },
138
+ "UIKit.MoneyInput.highPrecision": {
139
+ "developer_comment": "Label of high precision tooltip in MoneyInput",
140
+ "string": "High Precision Price"
141
+ },
142
+ "UIKit.MultilineTextInput.collapse": {
143
+ "developer_comment": "The label for \"collapse\" action",
144
+ "string": "Collapse"
145
+ },
146
+ "UIKit.MultilineTextInput.expand": {
147
+ "developer_comment": "The label for \"expand\" action",
148
+ "string": "Expand"
149
+ },
150
+ "UIKit.Pagination.PageNavigator.nextPageLabel": {
151
+ "developer_comment": "Label for next page button",
152
+ "string": "Next page"
153
+ },
154
+ "UIKit.Pagination.PageNavigator.page": {
155
+ "developer_comment": "Label for page",
156
+ "string": "Page"
157
+ },
158
+ "UIKit.Pagination.PageNavigator.pageCount": {
159
+ "developer_comment": "Label for total pages",
160
+ "string": "of {count}"
161
+ },
162
+ "UIKit.Pagination.PageNavigator.previousPageLabel": {
163
+ "developer_comment": "Label for previous page button",
164
+ "string": "Previous page"
165
+ },
166
+ "UIKit.Pagination.PageSizeSelector.pageSize": {
167
+ "developer_comment": "How many items are per page",
168
+ "string": "Items per page ({count} items)"
169
+ },
170
+ "UIKit.PasswordField.hide": {
171
+ "developer_comment": "Label for the button to hide the password",
172
+ "string": "hide"
173
+ },
174
+ "UIKit.PasswordField.show": {
175
+ "developer_comment": "Label for the button to show the password",
176
+ "string": "show"
177
+ },
178
+ "UIKit.RichTextBody.boldButtonLabel": {
179
+ "developer_comment": "Label for the bold button",
180
+ "string": "Bold"
181
+ },
182
+ "UIKit.RichTextBody.expandButtonLabel": {
183
+ "developer_comment": "Label for the expand button",
184
+ "string": "Expand"
185
+ },
186
+ "UIKit.RichTextBody.italicButtonLabel": {
187
+ "developer_comment": "Label for the italic button",
188
+ "string": "Italic"
189
+ },
190
+ "UIKit.RichTextBody.moreStylesDropdownLabel": {
191
+ "developer_comment": "Label for the more styles dropdown",
192
+ "string": "More styles"
193
+ },
194
+ "UIKit.RichTextBody.moreStylesDropdownOptionStrikethrough": {
195
+ "developer_comment": "label for the more styles `strikethrough` option",
196
+ "string": "Strikethrough"
197
+ },
198
+ "UIKit.RichTextBody.moreStylesDropdownOptionSubscript": {
199
+ "developer_comment": "label for the more styles `subscript` option",
200
+ "string": "Subscript"
201
+ },
202
+ "UIKit.RichTextBody.moreStylesDropdownOptionSuperscript": {
203
+ "developer_comment": "label for the more styles `superscript` option",
204
+ "string": "Superscript"
205
+ },
206
+ "UIKit.RichTextBody.orderedListButtonLabel": {
207
+ "developer_comment": "Label for the numbered list button",
208
+ "string": "Numbered list"
209
+ },
210
+ "UIKit.RichTextBody.redoButtonLabel": {
211
+ "developer_comment": "Label for the redo button",
212
+ "string": "Redo"
213
+ },
214
+ "UIKit.RichTextBody.styleDropdownLabel": {
215
+ "developer_comment": "Label for the style dropdown",
216
+ "string": "Text styles"
217
+ },
218
+ "UIKit.RichTextBody.styleDropdownOptionH1": {
219
+ "developer_comment": "Label for the `headline-one` option",
220
+ "string": "Headline H1"
221
+ },
222
+ "UIKit.RichTextBody.styleDropdownOptionH2": {
223
+ "developer_comment": "Label for the `headline-two` option",
224
+ "string": "Headline H2"
225
+ },
226
+ "UIKit.RichTextBody.styleDropdownOptionH3": {
227
+ "developer_comment": "Label for the `headline-three` option",
228
+ "string": "Headline H3"
229
+ },
230
+ "UIKit.RichTextBody.styleDropdownOptionH4": {
231
+ "developer_comment": "Label for the `headline-four` option",
232
+ "string": "Headline H4"
233
+ },
234
+ "UIKit.RichTextBody.styleDropdownOptionH5": {
235
+ "developer_comment": "Label for the `headline-five` option",
236
+ "string": "Headline H5"
237
+ },
238
+ "UIKit.RichTextBody.styleDropdownOptionParagraph": {
239
+ "developer_comment": "Label for the `paragraph` option",
240
+ "string": "Paragraph"
241
+ },
242
+ "UIKit.RichTextBody.styleDropdownOptionPreformatted": {
243
+ "developer_comment": "Label for the `code` option",
244
+ "string": "Preformatted"
245
+ },
246
+ "UIKit.RichTextBody.styleDropdownOptionQuote": {
247
+ "developer_comment": "Label for the `quote` option",
248
+ "string": "Quote"
249
+ },
250
+ "UIKit.RichTextBody.underlinedButtonLabel": {
251
+ "developer_comment": "Label for the underline button",
252
+ "string": "Underline"
253
+ },
254
+ "UIKit.RichTextBody.undoButtonLabel": {
255
+ "developer_comment": "Label for the undo button",
256
+ "string": "Undo"
257
+ },
258
+ "UIKit.RichTextBody.unorderedListButtonLabel": {
259
+ "developer_comment": "Label for the bullet list button",
260
+ "string": "Bullet list"
261
+ },
262
+ "UIKit.SearchSelectInput.loadingOptionsMessage": {
263
+ "developer_comment": "Text showed while the options are being loaded",
264
+ "string": "Loading exact matches"
265
+ },
266
+ "UIKit.SearchSelectInput.noOptionsMessage": {
267
+ "developer_comment": "Text of search select dropdown when no options match search text",
268
+ "string": "No matches found for your search term"
269
+ },
270
+ "UIKit.SearchSelectInput.placeholderMessage": {
271
+ "developer_comment": "Placeholder text for the input",
272
+ "string": "Search by…"
273
+ },
274
+ "UIKit.SelectInput.loadingOptions": {
275
+ "developer_comment": "Default input loading text",
276
+ "string": "Loading..."
277
+ },
278
+ "UIKit.SelectInput.noOptionsMessageWithInputValue": {
279
+ "developer_comment": "Text of dropdown when no options match search text",
280
+ "string": "No options"
281
+ },
282
+ "UIKit.SelectInput.noOptionsMessageWithoutInputValue": {
283
+ "developer_comment": "Text of dropdown when no options exist",
284
+ "string": "No options"
285
+ },
286
+ "UIKit.SelectInput.placeholder": {
287
+ "developer_comment": "Default input placeholder text",
288
+ "string": "Select..."
289
+ },
290
+ "UIKit.TimeInput.placeholder": {
291
+ "developer_comment": "Placeholder for time input",
292
+ "string": "HH:mm AM/PM"
293
+ }
75
294
  }