@commercetools-frontend/ui-kit 19.7.0 → 19.9.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.
@@ -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.7.0";
92
+ var version = "19.9.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.7.0";
92
+ var version = "19.9.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.7.0";
41
+ var version = "19.9.0";
42
42
 
43
43
  export { version };
@@ -147,6 +147,14 @@
147
147
  "developer_comment": "The label for \"expand\" action",
148
148
  "string": "Expand"
149
149
  },
150
+ "UIKit.NumberField.aboveMaxError": {
151
+ "developer_comment": "An error message to show when the value is above the maximum",
152
+ "string": "Value must be less than or equal to {max}."
153
+ },
154
+ "UIKit.NumberField.belowMinError": {
155
+ "developer_comment": "An error message to show when the value is below the minimum",
156
+ "string": "Value must be greater than or equal to {min}."
157
+ },
150
158
  "UIKit.Pagination.PageNavigator.nextPageLabel": {
151
159
  "developer_comment": "Label for next page button",
152
160
  "string": "Next page"
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.7.0",
4
+ "version": "19.9.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.7.0",
28
- "@commercetools-uikit/avatar": "19.7.0",
29
- "@commercetools-uikit/buttons": "19.7.0",
30
- "@commercetools-uikit/card": "19.7.0",
31
- "@commercetools-uikit/collapsible": "19.7.0",
32
- "@commercetools-uikit/collapsible-motion": "19.7.0",
33
- "@commercetools-uikit/collapsible-panel": "19.7.0",
34
- "@commercetools-uikit/constraints": "19.7.0",
35
- "@commercetools-uikit/data-table": "19.7.0",
36
- "@commercetools-uikit/data-table-manager": "19.7.0",
37
- "@commercetools-uikit/design-system": "19.7.0",
38
- "@commercetools-uikit/dropdown-menu": "19.7.0",
39
- "@commercetools-uikit/field-errors": "19.7.0",
40
- "@commercetools-uikit/field-label": "19.7.0",
41
- "@commercetools-uikit/fields": "19.7.0",
42
- "@commercetools-uikit/grid": "19.7.0",
43
- "@commercetools-uikit/hooks": "19.7.0",
44
- "@commercetools-uikit/i18n": "19.7.0",
45
- "@commercetools-uikit/icons": "19.7.0",
46
- "@commercetools-uikit/inputs": "19.7.0",
47
- "@commercetools-uikit/label": "19.7.0",
48
- "@commercetools-uikit/link": "19.7.0",
49
- "@commercetools-uikit/loading-spinner": "19.7.0",
50
- "@commercetools-uikit/messages": "19.7.0",
51
- "@commercetools-uikit/notifications": "19.7.0",
52
- "@commercetools-uikit/pagination": "19.7.0",
53
- "@commercetools-uikit/primary-action-dropdown": "19.7.0",
54
- "@commercetools-uikit/progress-bar": "19.7.0",
55
- "@commercetools-uikit/selectable-search-input": "19.7.0",
56
- "@commercetools-uikit/spacings": "19.7.0",
57
- "@commercetools-uikit/stamp": "19.7.0",
58
- "@commercetools-uikit/tag": "19.7.0",
59
- "@commercetools-uikit/text": "19.7.0",
60
- "@commercetools-uikit/tooltip": "19.7.0",
61
- "@commercetools-uikit/utils": "19.7.0",
62
- "@commercetools-uikit/view-switcher": "19.7.0"
27
+ "@commercetools-uikit/accessible-hidden": "19.9.0",
28
+ "@commercetools-uikit/avatar": "19.9.0",
29
+ "@commercetools-uikit/buttons": "19.9.0",
30
+ "@commercetools-uikit/card": "19.9.0",
31
+ "@commercetools-uikit/collapsible": "19.9.0",
32
+ "@commercetools-uikit/collapsible-motion": "19.9.0",
33
+ "@commercetools-uikit/collapsible-panel": "19.9.0",
34
+ "@commercetools-uikit/constraints": "19.9.0",
35
+ "@commercetools-uikit/data-table": "19.9.0",
36
+ "@commercetools-uikit/data-table-manager": "19.9.0",
37
+ "@commercetools-uikit/design-system": "19.9.0",
38
+ "@commercetools-uikit/dropdown-menu": "19.9.0",
39
+ "@commercetools-uikit/field-errors": "19.9.0",
40
+ "@commercetools-uikit/field-label": "19.9.0",
41
+ "@commercetools-uikit/fields": "19.9.0",
42
+ "@commercetools-uikit/grid": "19.9.0",
43
+ "@commercetools-uikit/hooks": "19.9.0",
44
+ "@commercetools-uikit/i18n": "19.9.0",
45
+ "@commercetools-uikit/icons": "19.9.0",
46
+ "@commercetools-uikit/inputs": "19.9.0",
47
+ "@commercetools-uikit/label": "19.9.0",
48
+ "@commercetools-uikit/link": "19.9.0",
49
+ "@commercetools-uikit/loading-spinner": "19.9.0",
50
+ "@commercetools-uikit/messages": "19.9.0",
51
+ "@commercetools-uikit/notifications": "19.9.0",
52
+ "@commercetools-uikit/pagination": "19.9.0",
53
+ "@commercetools-uikit/primary-action-dropdown": "19.9.0",
54
+ "@commercetools-uikit/progress-bar": "19.9.0",
55
+ "@commercetools-uikit/selectable-search-input": "19.9.0",
56
+ "@commercetools-uikit/spacings": "19.9.0",
57
+ "@commercetools-uikit/stamp": "19.9.0",
58
+ "@commercetools-uikit/tag": "19.9.0",
59
+ "@commercetools-uikit/text": "19.9.0",
60
+ "@commercetools-uikit/tooltip": "19.9.0",
61
+ "@commercetools-uikit/utils": "19.9.0",
62
+ "@commercetools-uikit/view-switcher": "19.9.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "moment": "2.30.1",