@commercetools-frontend/ui-kit 19.12.1 → 19.14.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.
- package/dist/commercetools-frontend-ui-kit.cjs.dev.js +1 -1
- package/dist/commercetools-frontend-ui-kit.cjs.prod.js +1 -1
- package/dist/commercetools-frontend-ui-kit.esm.js +1 -1
- package/i18n/data/core.json +24 -0
- package/i18n/data/de.json +16 -0
- package/i18n/data/en.json +16 -0
- package/i18n/data/es.json +16 -0
- package/i18n/data/fr-FR.json +16 -0
- package/i18n/data/pt-BR.json +16 -0
- package/i18n/data/zh-CN.json +16 -0
- package/materials/custom-properties.css +1 -0
- package/materials/custom-properties.json +1 -0
- package/materials/custom-properties_default.css +1 -0
- package/materials/internals/definition.yaml +1 -0
- package/package.json +37 -37
|
@@ -89,7 +89,7 @@ var text__default = /*#__PURE__*/_interopDefault(text);
|
|
|
89
89
|
var viewSwitcher__default = /*#__PURE__*/_interopDefault(viewSwitcher);
|
|
90
90
|
|
|
91
91
|
// NOTE: This string will be replaced on build time with the package version.
|
|
92
|
-
var version = "19.
|
|
92
|
+
var version = "19.14.0";
|
|
93
93
|
|
|
94
94
|
exports.i18n = i18n__namespace;
|
|
95
95
|
Object.defineProperty(exports, 'LeadingIcon', {
|
|
@@ -89,7 +89,7 @@ var text__default = /*#__PURE__*/_interopDefault(text);
|
|
|
89
89
|
var viewSwitcher__default = /*#__PURE__*/_interopDefault(viewSwitcher);
|
|
90
90
|
|
|
91
91
|
// NOTE: This string will be replaced on build time with the package version.
|
|
92
|
-
var version = "19.
|
|
92
|
+
var version = "19.14.0";
|
|
93
93
|
|
|
94
94
|
exports.i18n = i18n__namespace;
|
|
95
95
|
Object.defineProperty(exports, 'LeadingIcon', {
|
|
@@ -38,6 +38,6 @@ export { useDataTableSortingState, usePaginationState, useRowSelection, useSorti
|
|
|
38
38
|
export { customProperties, designTokens } from '@commercetools-uikit/design-system';
|
|
39
39
|
|
|
40
40
|
// NOTE: This string will be replaced on build time with the package version.
|
|
41
|
-
var version = "19.
|
|
41
|
+
var version = "19.14.0";
|
|
42
42
|
|
|
43
43
|
export { version };
|
package/i18n/data/core.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"
|
|
@@ -19,6 +23,14 @@
|
|
|
19
23
|
"developer_comment": "Tooltip title when user hovers the today button",
|
|
20
24
|
"string": "Today"
|
|
21
25
|
},
|
|
26
|
+
"UIKit.ClearAllButton.clearAllButtonLabel": {
|
|
27
|
+
"developer_comment": "Label for the clear all button",
|
|
28
|
+
"string": "Clear all"
|
|
29
|
+
},
|
|
30
|
+
"UIKit.ClearAllFiltersButton.clearAllFiltersButtonLabel": {
|
|
31
|
+
"developer_comment": "Label for the clear all filters button",
|
|
32
|
+
"string": "Clear all"
|
|
33
|
+
},
|
|
22
34
|
"UIKit.ClearButton.clearButtonLabel": {
|
|
23
35
|
"developer_comment": "Label for the clear button",
|
|
24
36
|
"string": "Clear"
|
|
@@ -55,6 +67,10 @@
|
|
|
55
67
|
"developer_comment": "Message for the visible columns section.",
|
|
56
68
|
"string": "Visible columns"
|
|
57
69
|
},
|
|
70
|
+
"UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
|
|
71
|
+
"developer_comment": "Label for custom settings manager close button.",
|
|
72
|
+
"string": "Close"
|
|
73
|
+
},
|
|
58
74
|
"UIKit.DataTableManager.DensityManager.closeButtonLabel": {
|
|
59
75
|
"developer_comment": "Label for density manager close button.",
|
|
60
76
|
"string": "Close"
|
|
@@ -111,6 +127,10 @@
|
|
|
111
127
|
"developer_comment": "Error message for missing required value",
|
|
112
128
|
"string": "This field is required. Provide a value."
|
|
113
129
|
},
|
|
130
|
+
"UIKit.FiltersButton.filtersButtonLabel": {
|
|
131
|
+
"developer_comment": "Label for the filters button",
|
|
132
|
+
"string": "Filters"
|
|
133
|
+
},
|
|
114
134
|
"UIKit.LocalizedMoneyInput.hide": {
|
|
115
135
|
"developer_comment": "Hide currencies button",
|
|
116
136
|
"string": "Hide currencies ({remainingCurrencies})"
|
|
@@ -295,6 +315,10 @@
|
|
|
295
315
|
"developer_comment": "Default input placeholder text",
|
|
296
316
|
"string": "Select..."
|
|
297
317
|
},
|
|
318
|
+
"UIKit.SelectInput.selectInputAsFilterPlaceholder": {
|
|
319
|
+
"developer_comment": "Default input placeholder text when used as filter",
|
|
320
|
+
"string": "Search"
|
|
321
|
+
},
|
|
298
322
|
"UIKit.TimeInput.placeholder": {
|
|
299
323
|
"developer_comment": "Placeholder for time input",
|
|
300
324
|
"string": "HH:mm AM/PM"
|
package/i18n/data/de.json
CHANGED
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
"developer_comment": "Tooltip title when user hovers the today button",
|
|
20
20
|
"string": "Heute"
|
|
21
21
|
},
|
|
22
|
+
"UIKit.ClearAllButton.clearAllButtonLabel": {
|
|
23
|
+
"developer_comment": "Label for the clear all button",
|
|
24
|
+
"string": "Alle löschen"
|
|
25
|
+
},
|
|
22
26
|
"UIKit.ClearButton.clearButtonLabel": {
|
|
23
27
|
"developer_comment": "Label for the clear button",
|
|
24
28
|
"string": "Zurücksetzen"
|
|
@@ -55,6 +59,10 @@
|
|
|
55
59
|
"developer_comment": "Message for the visible columns section.",
|
|
56
60
|
"string": "Angezeigte Spalten"
|
|
57
61
|
},
|
|
62
|
+
"UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
|
|
63
|
+
"developer_comment": "Label for custom settings manager close button.",
|
|
64
|
+
"string": "Schließen"
|
|
65
|
+
},
|
|
58
66
|
"UIKit.DataTableManager.DensityManager.closeButtonLabel": {
|
|
59
67
|
"developer_comment": "Label for density manager close button.",
|
|
60
68
|
"string": "Schließen"
|
|
@@ -147,6 +155,14 @@
|
|
|
147
155
|
"developer_comment": "The label for \"expand\" action",
|
|
148
156
|
"string": "Einblenden"
|
|
149
157
|
},
|
|
158
|
+
"UIKit.NumberField.aboveMaxError": {
|
|
159
|
+
"developer_comment": "An error message to show when the value is above the maximum",
|
|
160
|
+
"string": "Der Wert muss kleiner oder gleich {max} sein."
|
|
161
|
+
},
|
|
162
|
+
"UIKit.NumberField.belowMinError": {
|
|
163
|
+
"developer_comment": "An error message to show when the value is below the minimum",
|
|
164
|
+
"string": "Der Wert muss größer oder gleich {min} sein."
|
|
165
|
+
},
|
|
150
166
|
"UIKit.Pagination.PageNavigator.nextPageLabel": {
|
|
151
167
|
"developer_comment": "Label for next page button",
|
|
152
168
|
"string": "Nächste Seite"
|
package/i18n/data/en.json
CHANGED
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
"developer_comment": "Tooltip title when user hovers the today button",
|
|
20
20
|
"string": "Today"
|
|
21
21
|
},
|
|
22
|
+
"UIKit.ClearAllButton.clearAllButtonLabel": {
|
|
23
|
+
"developer_comment": "Label for the clear all button",
|
|
24
|
+
"string": "Clear all"
|
|
25
|
+
},
|
|
22
26
|
"UIKit.ClearButton.clearButtonLabel": {
|
|
23
27
|
"developer_comment": "Label for the clear button",
|
|
24
28
|
"string": "Clear"
|
|
@@ -55,6 +59,10 @@
|
|
|
55
59
|
"developer_comment": "Message for the visible columns section.",
|
|
56
60
|
"string": "Visible columns"
|
|
57
61
|
},
|
|
62
|
+
"UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
|
|
63
|
+
"developer_comment": "Label for custom settings manager close button.",
|
|
64
|
+
"string": "Close"
|
|
65
|
+
},
|
|
58
66
|
"UIKit.DataTableManager.DensityManager.closeButtonLabel": {
|
|
59
67
|
"developer_comment": "Label for density manager close button.",
|
|
60
68
|
"string": "Close"
|
|
@@ -147,6 +155,14 @@
|
|
|
147
155
|
"developer_comment": "The label for \"expand\" action",
|
|
148
156
|
"string": "Expand"
|
|
149
157
|
},
|
|
158
|
+
"UIKit.NumberField.aboveMaxError": {
|
|
159
|
+
"developer_comment": "An error message to show when the value is above the maximum",
|
|
160
|
+
"string": "Value must be less than or equal to {max}."
|
|
161
|
+
},
|
|
162
|
+
"UIKit.NumberField.belowMinError": {
|
|
163
|
+
"developer_comment": "An error message to show when the value is below the minimum",
|
|
164
|
+
"string": "Value must be greater than or equal to {min}."
|
|
165
|
+
},
|
|
150
166
|
"UIKit.Pagination.PageNavigator.nextPageLabel": {
|
|
151
167
|
"developer_comment": "Label for next page button",
|
|
152
168
|
"string": "Next page"
|
package/i18n/data/es.json
CHANGED
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
"developer_comment": "Tooltip title when user hovers the today button",
|
|
20
20
|
"string": "Hoy"
|
|
21
21
|
},
|
|
22
|
+
"UIKit.ClearAllButton.clearAllButtonLabel": {
|
|
23
|
+
"developer_comment": "Label for the clear all button",
|
|
24
|
+
"string": "Borrar todo"
|
|
25
|
+
},
|
|
22
26
|
"UIKit.ClearButton.clearButtonLabel": {
|
|
23
27
|
"developer_comment": "Label for the clear button",
|
|
24
28
|
"string": "Borrar"
|
|
@@ -55,6 +59,10 @@
|
|
|
55
59
|
"developer_comment": "Message for the visible columns section.",
|
|
56
60
|
"string": "Columnas visibles"
|
|
57
61
|
},
|
|
62
|
+
"UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
|
|
63
|
+
"developer_comment": "Label for custom settings manager close button.",
|
|
64
|
+
"string": "Cerrar"
|
|
65
|
+
},
|
|
58
66
|
"UIKit.DataTableManager.DensityManager.closeButtonLabel": {
|
|
59
67
|
"developer_comment": "Label for density manager close button.",
|
|
60
68
|
"string": "Cerrar"
|
|
@@ -147,6 +155,14 @@
|
|
|
147
155
|
"developer_comment": "The label for \"expand\" action",
|
|
148
156
|
"string": "Expandir"
|
|
149
157
|
},
|
|
158
|
+
"UIKit.NumberField.aboveMaxError": {
|
|
159
|
+
"developer_comment": "An error message to show when the value is above the maximum",
|
|
160
|
+
"string": "El valor debe ser menor o igual que {max}."
|
|
161
|
+
},
|
|
162
|
+
"UIKit.NumberField.belowMinError": {
|
|
163
|
+
"developer_comment": "An error message to show when the value is below the minimum",
|
|
164
|
+
"string": "El valor debe ser mayor o igual que {min}."
|
|
165
|
+
},
|
|
150
166
|
"UIKit.Pagination.PageNavigator.nextPageLabel": {
|
|
151
167
|
"developer_comment": "Label for next page button",
|
|
152
168
|
"string": "Siguiente página"
|
package/i18n/data/fr-FR.json
CHANGED
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
"developer_comment": "Tooltip title when user hovers the today button",
|
|
20
20
|
"string": "Aujourd'hui"
|
|
21
21
|
},
|
|
22
|
+
"UIKit.ClearAllButton.clearAllButtonLabel": {
|
|
23
|
+
"developer_comment": "Label for the clear all button",
|
|
24
|
+
"string": "Tout effacer"
|
|
25
|
+
},
|
|
22
26
|
"UIKit.ClearButton.clearButtonLabel": {
|
|
23
27
|
"developer_comment": "Label for the clear button",
|
|
24
28
|
"string": "Effacer"
|
|
@@ -55,6 +59,10 @@
|
|
|
55
59
|
"developer_comment": "Message for the visible columns section.",
|
|
56
60
|
"string": "Colonnes visibles"
|
|
57
61
|
},
|
|
62
|
+
"UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
|
|
63
|
+
"developer_comment": "Label for custom settings manager close button.",
|
|
64
|
+
"string": "Fermer"
|
|
65
|
+
},
|
|
58
66
|
"UIKit.DataTableManager.DensityManager.closeButtonLabel": {
|
|
59
67
|
"developer_comment": "Label for density manager close button.",
|
|
60
68
|
"string": "Fermer"
|
|
@@ -147,6 +155,14 @@
|
|
|
147
155
|
"developer_comment": "The label for \"expand\" action",
|
|
148
156
|
"string": "Développer"
|
|
149
157
|
},
|
|
158
|
+
"UIKit.NumberField.aboveMaxError": {
|
|
159
|
+
"developer_comment": "An error message to show when the value is above the maximum",
|
|
160
|
+
"string": "La valeur doit être inférieure ou égale à {max}."
|
|
161
|
+
},
|
|
162
|
+
"UIKit.NumberField.belowMinError": {
|
|
163
|
+
"developer_comment": "An error message to show when the value is below the minimum",
|
|
164
|
+
"string": "La valeur doit être supérieure ou égale à {min}."
|
|
165
|
+
},
|
|
150
166
|
"UIKit.Pagination.PageNavigator.nextPageLabel": {
|
|
151
167
|
"developer_comment": "Label for next page button",
|
|
152
168
|
"string": "Page suivante"
|
package/i18n/data/pt-BR.json
CHANGED
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
"developer_comment": "Tooltip title when user hovers the today button",
|
|
20
20
|
"string": "Hoje"
|
|
21
21
|
},
|
|
22
|
+
"UIKit.ClearAllButton.clearAllButtonLabel": {
|
|
23
|
+
"developer_comment": "Label for the clear all button",
|
|
24
|
+
"string": "Limpar tudo"
|
|
25
|
+
},
|
|
22
26
|
"UIKit.ClearButton.clearButtonLabel": {
|
|
23
27
|
"developer_comment": "Label for the clear button",
|
|
24
28
|
"string": "Limpar"
|
|
@@ -55,6 +59,10 @@
|
|
|
55
59
|
"developer_comment": "Message for the visible columns section.",
|
|
56
60
|
"string": "Colunas visíveis"
|
|
57
61
|
},
|
|
62
|
+
"UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
|
|
63
|
+
"developer_comment": "Label for custom settings manager close button.",
|
|
64
|
+
"string": "Fechar"
|
|
65
|
+
},
|
|
58
66
|
"UIKit.DataTableManager.DensityManager.closeButtonLabel": {
|
|
59
67
|
"developer_comment": "Label for density manager close button.",
|
|
60
68
|
"string": "Fechar"
|
|
@@ -147,6 +155,14 @@
|
|
|
147
155
|
"developer_comment": "The label for \"expand\" action",
|
|
148
156
|
"string": "Expandir"
|
|
149
157
|
},
|
|
158
|
+
"UIKit.NumberField.aboveMaxError": {
|
|
159
|
+
"developer_comment": "An error message to show when the value is above the maximum",
|
|
160
|
+
"string": "O valor deve ser menor que ou igual a {max}."
|
|
161
|
+
},
|
|
162
|
+
"UIKit.NumberField.belowMinError": {
|
|
163
|
+
"developer_comment": "An error message to show when the value is below the minimum",
|
|
164
|
+
"string": "O valor deve ser maior que ou igual a {min}."
|
|
165
|
+
},
|
|
150
166
|
"UIKit.Pagination.PageNavigator.nextPageLabel": {
|
|
151
167
|
"developer_comment": "Label for next page button",
|
|
152
168
|
"string": "Próxima página"
|
package/i18n/data/zh-CN.json
CHANGED
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
"developer_comment": "Tooltip title when user hovers the today button",
|
|
20
20
|
"string": "今天"
|
|
21
21
|
},
|
|
22
|
+
"UIKit.ClearAllButton.clearAllButtonLabel": {
|
|
23
|
+
"developer_comment": "Label for the clear all button",
|
|
24
|
+
"string": "全部清除"
|
|
25
|
+
},
|
|
22
26
|
"UIKit.ClearButton.clearButtonLabel": {
|
|
23
27
|
"developer_comment": "Label for the clear button",
|
|
24
28
|
"string": "清除"
|
|
@@ -55,6 +59,10 @@
|
|
|
55
59
|
"developer_comment": "Message for the visible columns section.",
|
|
56
60
|
"string": "可见列"
|
|
57
61
|
},
|
|
62
|
+
"UIKit.DataTableManager.CustomSettingsManager.closeButtonLabel": {
|
|
63
|
+
"developer_comment": "Label for custom settings manager close button.",
|
|
64
|
+
"string": "关闭"
|
|
65
|
+
},
|
|
58
66
|
"UIKit.DataTableManager.DensityManager.closeButtonLabel": {
|
|
59
67
|
"developer_comment": "Label for density manager close button.",
|
|
60
68
|
"string": "关闭"
|
|
@@ -147,6 +155,14 @@
|
|
|
147
155
|
"developer_comment": "The label for \"expand\" action",
|
|
148
156
|
"string": "扩展"
|
|
149
157
|
},
|
|
158
|
+
"UIKit.NumberField.aboveMaxError": {
|
|
159
|
+
"developer_comment": "An error message to show when the value is above the maximum",
|
|
160
|
+
"string": "值必须小于或等于 {max}。"
|
|
161
|
+
},
|
|
162
|
+
"UIKit.NumberField.belowMinError": {
|
|
163
|
+
"developer_comment": "An error message to show when the value is below the minimum",
|
|
164
|
+
"string": "值必须大于或等于 {min}。"
|
|
165
|
+
},
|
|
150
166
|
"UIKit.Pagination.PageNavigator.nextPageLabel": {
|
|
151
167
|
"developer_comment": "Label for next page button",
|
|
152
168
|
"string": "下一页"
|
|
@@ -155,6 +155,7 @@
|
|
|
155
155
|
--shadow-16: 0.5px 1.5px 4px 1px rgba(0, 0, 0, 0.25),
|
|
156
156
|
-0.5px -0.5px 4px 1px rgba(0, 0, 0, 0.25);
|
|
157
157
|
--shadow-17: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
|
|
158
|
+
--shadow-18: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
|
|
158
159
|
--constraint-scale: 100%;
|
|
159
160
|
--constraint-1: 42px;
|
|
160
161
|
--constraint-2: 84px;
|
|
@@ -143,6 +143,7 @@
|
|
|
143
143
|
"--shadow-15": "0 2px 2px rgba(0, 0, 0, 0.24), 0 1px 4.75px rgba(0, 0, 0, 0.12)",
|
|
144
144
|
"--shadow-16": "0.5px 1.5px 4px 1px rgba(0, 0, 0, 0.25), -0.5px -0.5px 4px 1px rgba(0, 0, 0, 0.25)",
|
|
145
145
|
"--shadow-17": "0 1px 5px 0 rgba(0, 0, 0, 0.05)",
|
|
146
|
+
"--shadow-18": "0 5px 30px 0px rgba(0, 0, 0, 0.1)",
|
|
146
147
|
"--constraint-scale": "100%",
|
|
147
148
|
"--constraint-1": "42px",
|
|
148
149
|
"--constraint-2": "84px",
|
|
@@ -155,6 +155,7 @@
|
|
|
155
155
|
--shadow-16: 0.5px 1.5px 4px 1px rgba(0, 0, 0, 0.25),
|
|
156
156
|
-0.5px -0.5px 4px 1px rgba(0, 0, 0, 0.25);
|
|
157
157
|
--shadow-17: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
|
|
158
|
+
--shadow-18: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
|
|
158
159
|
--constraint-scale: 100%;
|
|
159
160
|
--constraint-1: 42px;
|
|
160
161
|
--constraint-2: 84px;
|
|
@@ -215,6 +215,7 @@ choiceGroupsByTheme:
|
|
|
215
215
|
shadow-15: '0 2px 2px rgba(0, 0, 0, 0.24), 0 1px 4.75px rgba(0, 0, 0, 0.12)'
|
|
216
216
|
shadow-16: '0.5px 1.5px 4px 1px rgba(0, 0, 0, 0.25), -0.5px -0.5px 4px 1px rgba(0, 0, 0, 0.25)'
|
|
217
217
|
shadow-17: '0 1px 5px 0 rgba(0, 0, 0, 0.05)'
|
|
218
|
+
shadow-18: '0 5px 30px 0px rgba(0, 0, 0, 0.1)'
|
|
218
219
|
constraints:
|
|
219
220
|
label: Constraints
|
|
220
221
|
prefix: constraint
|
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.
|
|
4
|
+
"version": "19.14.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,42 +24,42 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@babel/runtime": "^7.20.13",
|
|
26
26
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
27
|
-
"@commercetools-uikit/accessible-hidden": "19.
|
|
28
|
-
"@commercetools-uikit/avatar": "19.
|
|
29
|
-
"@commercetools-uikit/buttons": "19.
|
|
30
|
-
"@commercetools-uikit/card": "19.
|
|
31
|
-
"@commercetools-uikit/collapsible": "19.
|
|
32
|
-
"@commercetools-uikit/collapsible-motion": "19.
|
|
33
|
-
"@commercetools-uikit/collapsible-panel": "19.
|
|
34
|
-
"@commercetools-uikit/constraints": "19.
|
|
35
|
-
"@commercetools-uikit/data-table": "19.
|
|
36
|
-
"@commercetools-uikit/data-table-manager": "19.
|
|
37
|
-
"@commercetools-uikit/design-system": "19.
|
|
38
|
-
"@commercetools-uikit/dropdown-menu": "19.
|
|
39
|
-
"@commercetools-uikit/field-errors": "19.
|
|
40
|
-
"@commercetools-uikit/field-label": "19.
|
|
41
|
-
"@commercetools-uikit/fields": "19.
|
|
42
|
-
"@commercetools-uikit/grid": "19.
|
|
43
|
-
"@commercetools-uikit/hooks": "19.
|
|
44
|
-
"@commercetools-uikit/i18n": "19.
|
|
45
|
-
"@commercetools-uikit/icons": "19.
|
|
46
|
-
"@commercetools-uikit/inputs": "19.
|
|
47
|
-
"@commercetools-uikit/label": "19.
|
|
48
|
-
"@commercetools-uikit/link": "19.
|
|
49
|
-
"@commercetools-uikit/loading-spinner": "19.
|
|
50
|
-
"@commercetools-uikit/messages": "19.
|
|
51
|
-
"@commercetools-uikit/notifications": "19.
|
|
52
|
-
"@commercetools-uikit/pagination": "19.
|
|
53
|
-
"@commercetools-uikit/primary-action-dropdown": "19.
|
|
54
|
-
"@commercetools-uikit/progress-bar": "19.
|
|
55
|
-
"@commercetools-uikit/selectable-search-input": "19.
|
|
56
|
-
"@commercetools-uikit/spacings": "19.
|
|
57
|
-
"@commercetools-uikit/stamp": "19.
|
|
58
|
-
"@commercetools-uikit/tag": "19.
|
|
59
|
-
"@commercetools-uikit/text": "19.
|
|
60
|
-
"@commercetools-uikit/tooltip": "19.
|
|
61
|
-
"@commercetools-uikit/utils": "19.
|
|
62
|
-
"@commercetools-uikit/view-switcher": "19.
|
|
27
|
+
"@commercetools-uikit/accessible-hidden": "19.14.0",
|
|
28
|
+
"@commercetools-uikit/avatar": "19.14.0",
|
|
29
|
+
"@commercetools-uikit/buttons": "19.14.0",
|
|
30
|
+
"@commercetools-uikit/card": "19.14.0",
|
|
31
|
+
"@commercetools-uikit/collapsible": "19.14.0",
|
|
32
|
+
"@commercetools-uikit/collapsible-motion": "19.14.0",
|
|
33
|
+
"@commercetools-uikit/collapsible-panel": "19.14.0",
|
|
34
|
+
"@commercetools-uikit/constraints": "19.14.0",
|
|
35
|
+
"@commercetools-uikit/data-table": "19.14.0",
|
|
36
|
+
"@commercetools-uikit/data-table-manager": "19.14.0",
|
|
37
|
+
"@commercetools-uikit/design-system": "19.14.0",
|
|
38
|
+
"@commercetools-uikit/dropdown-menu": "19.14.0",
|
|
39
|
+
"@commercetools-uikit/field-errors": "19.14.0",
|
|
40
|
+
"@commercetools-uikit/field-label": "19.14.0",
|
|
41
|
+
"@commercetools-uikit/fields": "19.14.0",
|
|
42
|
+
"@commercetools-uikit/grid": "19.14.0",
|
|
43
|
+
"@commercetools-uikit/hooks": "19.14.0",
|
|
44
|
+
"@commercetools-uikit/i18n": "19.14.0",
|
|
45
|
+
"@commercetools-uikit/icons": "19.14.0",
|
|
46
|
+
"@commercetools-uikit/inputs": "19.14.0",
|
|
47
|
+
"@commercetools-uikit/label": "19.14.0",
|
|
48
|
+
"@commercetools-uikit/link": "19.14.0",
|
|
49
|
+
"@commercetools-uikit/loading-spinner": "19.14.0",
|
|
50
|
+
"@commercetools-uikit/messages": "19.14.0",
|
|
51
|
+
"@commercetools-uikit/notifications": "19.14.0",
|
|
52
|
+
"@commercetools-uikit/pagination": "19.14.0",
|
|
53
|
+
"@commercetools-uikit/primary-action-dropdown": "19.14.0",
|
|
54
|
+
"@commercetools-uikit/progress-bar": "19.14.0",
|
|
55
|
+
"@commercetools-uikit/selectable-search-input": "19.14.0",
|
|
56
|
+
"@commercetools-uikit/spacings": "19.14.0",
|
|
57
|
+
"@commercetools-uikit/stamp": "19.14.0",
|
|
58
|
+
"@commercetools-uikit/tag": "19.14.0",
|
|
59
|
+
"@commercetools-uikit/text": "19.14.0",
|
|
60
|
+
"@commercetools-uikit/tooltip": "19.14.0",
|
|
61
|
+
"@commercetools-uikit/utils": "19.14.0",
|
|
62
|
+
"@commercetools-uikit/view-switcher": "19.14.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"moment": "2.30.1",
|