@commercetools-frontend/ui-kit 19.18.0 → 19.20.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.
@@ -1,2 +1,2 @@
1
- export * from "./declarations/src/index";
1
+ export * from "./declarations/src/index.js";
2
2
  //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy1mcm9udGVuZC11aS1raXQuY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuL2RlY2xhcmF0aW9ucy9zcmMvaW5kZXguZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9
@@ -93,7 +93,7 @@ var text__default = /*#__PURE__*/_interopDefault(text);
93
93
  var viewSwitcher__default = /*#__PURE__*/_interopDefault(viewSwitcher);
94
94
 
95
95
  // NOTE: This string will be replaced on build time with the package version.
96
- var version = "19.18.0";
96
+ var version = "19.20.0";
97
97
 
98
98
  exports.i18n = i18n__namespace;
99
99
  Object.defineProperty(exports, 'LeadingIcon', {
@@ -93,7 +93,7 @@ var text__default = /*#__PURE__*/_interopDefault(text);
93
93
  var viewSwitcher__default = /*#__PURE__*/_interopDefault(viewSwitcher);
94
94
 
95
95
  // NOTE: This string will be replaced on build time with the package version.
96
- var version = "19.18.0";
96
+ var version = "19.20.0";
97
97
 
98
98
  exports.i18n = i18n__namespace;
99
99
  Object.defineProperty(exports, 'LeadingIcon', {
@@ -40,6 +40,6 @@ export { useDataTableSortingState, usePaginationState, useRowSelection, useSorti
40
40
  export { customProperties, designTokens } from '@commercetools-uikit/design-system';
41
41
 
42
42
  // NOTE: This string will be replaced on build time with the package version.
43
- var version = "19.18.0";
43
+ var version = "19.20.0";
44
44
 
45
45
  export { version };
package/i18n/data/de.json CHANGED
@@ -1,4 +1,8 @@
1
1
  {
2
+ "UIKit.AddFilterButton.addFilterButtonLabel": {
3
+ "developer_comment": "Label for the add filter button",
4
+ "string": "Filter hinzufügen"
5
+ },
2
6
  "UIKit.CalendarHeader.nextMonthTooltip": {
3
7
  "developer_comment": "Tooltip title when user hovers the next month button",
4
8
  "string": "nächstes Monat"
@@ -23,6 +27,10 @@
23
27
  "developer_comment": "Label for the clear all button",
24
28
  "string": "Alle löschen"
25
29
  },
30
+ "UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel": {
31
+ "developer_comment": "Label for the clear all filters button",
32
+ "string": "Alle löschen"
33
+ },
26
34
  "UIKit.ClearButton.clearButtonLabel": {
27
35
  "developer_comment": "Label for the clear button",
28
36
  "string": "Zurücksetzen"
@@ -119,6 +127,10 @@
119
127
  "developer_comment": "Error message for missing required value",
120
128
  "string": "Pflichtfeld*, Geben Sie mindestens einen Wert an"
121
129
  },
130
+ "UIKit.FiltersButton.filtersButtonLabel": {
131
+ "developer_comment": "Label for the filters button",
132
+ "string": "Filter"
133
+ },
122
134
  "UIKit.LocalizedMoneyInput.hide": {
123
135
  "developer_comment": "Hide currencies button",
124
136
  "string": "Währungen verbergen ({remainingCurrencies})"
@@ -303,6 +315,10 @@
303
315
  "developer_comment": "Default input placeholder text",
304
316
  "string": "Auswählen..."
305
317
  },
318
+ "UIKit.SelectInput.selectInputAsFilterPlaceholder": {
319
+ "developer_comment": "Default input placeholder text when used as filter",
320
+ "string": "Suche"
321
+ },
306
322
  "UIKit.TimeInput.placeholder": {
307
323
  "developer_comment": "Placeholder for time input",
308
324
  "string": "HH:mm"
package/i18n/data/en.json CHANGED
@@ -1,4 +1,8 @@
1
1
  {
2
+ "UIKit.AddFilterButton.addFilterButtonLabel": {
3
+ "developer_comment": "Label for the add filter button",
4
+ "string": "Add filter"
5
+ },
2
6
  "UIKit.CalendarHeader.nextMonthTooltip": {
3
7
  "developer_comment": "Tooltip title when user hovers the next month button",
4
8
  "string": "Next month"
@@ -23,6 +27,10 @@
23
27
  "developer_comment": "Label for the clear all button",
24
28
  "string": "Clear all"
25
29
  },
30
+ "UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel": {
31
+ "developer_comment": "Label for the clear all filters button",
32
+ "string": "Clear all"
33
+ },
26
34
  "UIKit.ClearButton.clearButtonLabel": {
27
35
  "developer_comment": "Label for the clear button",
28
36
  "string": "Clear"
@@ -119,6 +127,10 @@
119
127
  "developer_comment": "Error message for missing required value",
120
128
  "string": "This field is required. Provide a value."
121
129
  },
130
+ "UIKit.FiltersButton.filtersButtonLabel": {
131
+ "developer_comment": "Label for the filters button",
132
+ "string": "Filters"
133
+ },
122
134
  "UIKit.LocalizedMoneyInput.hide": {
123
135
  "developer_comment": "Hide currencies button",
124
136
  "string": "Hide currencies ({remainingCurrencies})"
@@ -303,6 +315,10 @@
303
315
  "developer_comment": "Default input placeholder text",
304
316
  "string": "Select..."
305
317
  },
318
+ "UIKit.SelectInput.selectInputAsFilterPlaceholder": {
319
+ "developer_comment": "Default input placeholder text when used as filter",
320
+ "string": "Search"
321
+ },
306
322
  "UIKit.TimeInput.placeholder": {
307
323
  "developer_comment": "Placeholder for time input",
308
324
  "string": "HH:mm AM/PM"
package/i18n/data/es.json CHANGED
@@ -1,4 +1,8 @@
1
1
  {
2
+ "UIKit.AddFilterButton.addFilterButtonLabel": {
3
+ "developer_comment": "Label for the add filter button",
4
+ "string": "Agregar filtro"
5
+ },
2
6
  "UIKit.CalendarHeader.nextMonthTooltip": {
3
7
  "developer_comment": "Tooltip title when user hovers the next month button",
4
8
  "string": "Próximo mes"
@@ -23,6 +27,10 @@
23
27
  "developer_comment": "Label for the clear all button",
24
28
  "string": "Borrar todo"
25
29
  },
30
+ "UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel": {
31
+ "developer_comment": "Label for the clear all filters button",
32
+ "string": "Borrar todo"
33
+ },
26
34
  "UIKit.ClearButton.clearButtonLabel": {
27
35
  "developer_comment": "Label for the clear button",
28
36
  "string": "Borrar"
@@ -119,6 +127,10 @@
119
127
  "developer_comment": "Error message for missing required value",
120
128
  "string": "Este campo es obligatorio. Proporcione un valor al menos."
121
129
  },
130
+ "UIKit.FiltersButton.filtersButtonLabel": {
131
+ "developer_comment": "Label for the filters button",
132
+ "string": "Filtros"
133
+ },
122
134
  "UIKit.LocalizedMoneyInput.hide": {
123
135
  "developer_comment": "Hide currencies button",
124
136
  "string": "Ocultar divisas ({remainingCurrencies})"
@@ -303,6 +315,10 @@
303
315
  "developer_comment": "Default input placeholder text",
304
316
  "string": "Seleccionar..."
305
317
  },
318
+ "UIKit.SelectInput.selectInputAsFilterPlaceholder": {
319
+ "developer_comment": "Default input placeholder text when used as filter",
320
+ "string": "Buscar"
321
+ },
306
322
  "UIKit.TimeInput.placeholder": {
307
323
  "developer_comment": "Placeholder for time input",
308
324
  "string": "HH:mm"
@@ -1,4 +1,8 @@
1
1
  {
2
+ "UIKit.AddFilterButton.addFilterButtonLabel": {
3
+ "developer_comment": "Label for the add filter button",
4
+ "string": "Ajouter un filtre"
5
+ },
2
6
  "UIKit.CalendarHeader.nextMonthTooltip": {
3
7
  "developer_comment": "Tooltip title when user hovers the next month button",
4
8
  "string": "Mois suivant"
@@ -23,6 +27,10 @@
23
27
  "developer_comment": "Label for the clear all button",
24
28
  "string": "Tout effacer"
25
29
  },
30
+ "UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel": {
31
+ "developer_comment": "Label for the clear all filters button",
32
+ "string": "Tout effacer"
33
+ },
26
34
  "UIKit.ClearButton.clearButtonLabel": {
27
35
  "developer_comment": "Label for the clear button",
28
36
  "string": "Effacer"
@@ -119,6 +127,10 @@
119
127
  "developer_comment": "Error message for missing required value",
120
128
  "string": "Veuillez indiquer au moins une valeur."
121
129
  },
130
+ "UIKit.FiltersButton.filtersButtonLabel": {
131
+ "developer_comment": "Label for the filters button",
132
+ "string": "Filtres"
133
+ },
122
134
  "UIKit.LocalizedMoneyInput.hide": {
123
135
  "developer_comment": "Hide currencies button",
124
136
  "string": "Masquer les devices ({remainingCurrencies})"
@@ -303,6 +315,10 @@
303
315
  "developer_comment": "Default input placeholder text",
304
316
  "string": "Sélectionner..."
305
317
  },
318
+ "UIKit.SelectInput.selectInputAsFilterPlaceholder": {
319
+ "developer_comment": "Default input placeholder text when used as filter",
320
+ "string": "Rechercher"
321
+ },
306
322
  "UIKit.TimeInput.placeholder": {
307
323
  "developer_comment": "Placeholder for time input",
308
324
  "string": "HH:mm AM/PM"
@@ -1,4 +1,8 @@
1
1
  {
2
+ "UIKit.AddFilterButton.addFilterButtonLabel": {
3
+ "developer_comment": "Label for the add filter button",
4
+ "string": "Adicionar filtro"
5
+ },
2
6
  "UIKit.CalendarHeader.nextMonthTooltip": {
3
7
  "developer_comment": "Tooltip title when user hovers the next month button",
4
8
  "string": "Próximo mês"
@@ -23,6 +27,10 @@
23
27
  "developer_comment": "Label for the clear all button",
24
28
  "string": "Limpar tudo"
25
29
  },
30
+ "UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel": {
31
+ "developer_comment": "Label for the clear all filters button",
32
+ "string": "Limpar tudo"
33
+ },
26
34
  "UIKit.ClearButton.clearButtonLabel": {
27
35
  "developer_comment": "Label for the clear button",
28
36
  "string": "Limpar"
@@ -119,6 +127,10 @@
119
127
  "developer_comment": "Error message for missing required value",
120
128
  "string": "Este campo é obrigatório. Forneça um valor."
121
129
  },
130
+ "UIKit.FiltersButton.filtersButtonLabel": {
131
+ "developer_comment": "Label for the filters button",
132
+ "string": "Filtros"
133
+ },
122
134
  "UIKit.LocalizedMoneyInput.hide": {
123
135
  "developer_comment": "Hide currencies button",
124
136
  "string": "Ocultar moedas ({remainingCurrencies})"
@@ -303,6 +315,10 @@
303
315
  "developer_comment": "Default input placeholder text",
304
316
  "string": "Selecionar"
305
317
  },
318
+ "UIKit.SelectInput.selectInputAsFilterPlaceholder": {
319
+ "developer_comment": "Default input placeholder text when used as filter",
320
+ "string": "Pesquisa"
321
+ },
306
322
  "UIKit.TimeInput.placeholder": {
307
323
  "developer_comment": "Placeholder for time input",
308
324
  "string": "HH:mm AM/PM"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/ui-kit",
3
3
  "description": "A preset of all the UI-Kit components.",
4
- "version": "19.18.0",
4
+ "version": "19.20.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,44 +24,44 @@
24
24
  "dependencies": {
25
25
  "@babel/runtime": "^7.20.13",
26
26
  "@babel/runtime-corejs3": "^7.20.13",
27
- "@commercetools-uikit/accessible-hidden": "19.18.0",
28
- "@commercetools-uikit/avatar": "19.18.0",
29
- "@commercetools-uikit/buttons": "19.18.0",
30
- "@commercetools-uikit/card": "19.18.0",
31
- "@commercetools-uikit/collapsible": "19.18.0",
32
- "@commercetools-uikit/collapsible-motion": "19.18.0",
33
- "@commercetools-uikit/collapsible-panel": "19.18.0",
34
- "@commercetools-uikit/constraints": "19.18.0",
35
- "@commercetools-uikit/data-table": "19.18.0",
36
- "@commercetools-uikit/data-table-manager": "19.18.0",
37
- "@commercetools-uikit/design-system": "19.18.0",
38
- "@commercetools-uikit/dropdown-menu": "19.18.0",
39
- "@commercetools-uikit/field-errors": "19.18.0",
40
- "@commercetools-uikit/field-label": "19.18.0",
41
- "@commercetools-uikit/fields": "19.18.0",
42
- "@commercetools-uikit/filters": "19.18.0",
43
- "@commercetools-uikit/grid": "19.18.0",
44
- "@commercetools-uikit/hooks": "19.18.0",
45
- "@commercetools-uikit/i18n": "19.18.0",
46
- "@commercetools-uikit/icons": "19.18.0",
47
- "@commercetools-uikit/inputs": "19.18.0",
48
- "@commercetools-uikit/label": "19.18.0",
49
- "@commercetools-uikit/link": "19.18.0",
50
- "@commercetools-uikit/loading-spinner": "19.18.0",
51
- "@commercetools-uikit/messages": "19.18.0",
52
- "@commercetools-uikit/notifications": "19.18.0",
53
- "@commercetools-uikit/pagination": "19.18.0",
54
- "@commercetools-uikit/primary-action-dropdown": "19.18.0",
55
- "@commercetools-uikit/progress-bar": "19.18.0",
56
- "@commercetools-uikit/quick-filters": "19.18.0",
57
- "@commercetools-uikit/selectable-search-input": "19.18.0",
58
- "@commercetools-uikit/spacings": "19.18.0",
59
- "@commercetools-uikit/stamp": "19.18.0",
60
- "@commercetools-uikit/tag": "19.18.0",
61
- "@commercetools-uikit/text": "19.18.0",
62
- "@commercetools-uikit/tooltip": "19.18.0",
63
- "@commercetools-uikit/utils": "19.18.0",
64
- "@commercetools-uikit/view-switcher": "19.18.0"
27
+ "@commercetools-uikit/accessible-hidden": "19.20.0",
28
+ "@commercetools-uikit/avatar": "19.20.0",
29
+ "@commercetools-uikit/buttons": "19.20.0",
30
+ "@commercetools-uikit/card": "19.20.0",
31
+ "@commercetools-uikit/collapsible": "19.20.0",
32
+ "@commercetools-uikit/collapsible-motion": "19.20.0",
33
+ "@commercetools-uikit/collapsible-panel": "19.20.0",
34
+ "@commercetools-uikit/constraints": "19.20.0",
35
+ "@commercetools-uikit/data-table": "19.20.0",
36
+ "@commercetools-uikit/data-table-manager": "19.20.0",
37
+ "@commercetools-uikit/design-system": "19.20.0",
38
+ "@commercetools-uikit/dropdown-menu": "19.20.0",
39
+ "@commercetools-uikit/field-errors": "19.20.0",
40
+ "@commercetools-uikit/field-label": "19.20.0",
41
+ "@commercetools-uikit/fields": "19.20.0",
42
+ "@commercetools-uikit/filters": "19.20.0",
43
+ "@commercetools-uikit/grid": "19.20.0",
44
+ "@commercetools-uikit/hooks": "19.20.0",
45
+ "@commercetools-uikit/i18n": "19.20.0",
46
+ "@commercetools-uikit/icons": "19.20.0",
47
+ "@commercetools-uikit/inputs": "19.20.0",
48
+ "@commercetools-uikit/label": "19.20.0",
49
+ "@commercetools-uikit/link": "19.20.0",
50
+ "@commercetools-uikit/loading-spinner": "19.20.0",
51
+ "@commercetools-uikit/messages": "19.20.0",
52
+ "@commercetools-uikit/notifications": "19.20.0",
53
+ "@commercetools-uikit/pagination": "19.20.0",
54
+ "@commercetools-uikit/primary-action-dropdown": "19.20.0",
55
+ "@commercetools-uikit/progress-bar": "19.20.0",
56
+ "@commercetools-uikit/quick-filters": "19.20.0",
57
+ "@commercetools-uikit/selectable-search-input": "19.20.0",
58
+ "@commercetools-uikit/spacings": "19.20.0",
59
+ "@commercetools-uikit/stamp": "19.20.0",
60
+ "@commercetools-uikit/tag": "19.20.0",
61
+ "@commercetools-uikit/text": "19.20.0",
62
+ "@commercetools-uikit/tooltip": "19.20.0",
63
+ "@commercetools-uikit/utils": "19.20.0",
64
+ "@commercetools-uikit/view-switcher": "19.20.0"
65
65
  },
66
66
  "devDependencies": {
67
67
  "moment": "2.30.1",
@@ -1 +0,0 @@
1
- {}