@commercetools-frontend/ui-kit 19.8.0 → 19.10.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.8.0";
92
+ var version = "19.10.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.8.0";
92
+ var version = "19.10.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.8.0";
41
+ var version = "19.10.0";
42
42
 
43
43
  export { version };
@@ -35,5 +35,7 @@ export { default as Tooltip } from '@commercetools-uikit/tooltip';
35
35
  export { default as Text } from '@commercetools-uikit/text';
36
36
  export { default as ViewSwitcher } from '@commercetools-uikit/view-switcher';
37
37
  export { useToggleState, useSorting, useRowSelection, usePaginationState, useDataTableSortingState, } from '@commercetools-uikit/hooks';
38
- export { customProperties, designTokens, } from '@commercetools-uikit/design-system';
38
+ export {
39
+ /** @deprecated use `designTokens` instead */
40
+ customProperties, designTokens, } from '@commercetools-uikit/design-system';
39
41
  export { default as version } from "./version.js";
@@ -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"
@@ -58,6 +58,7 @@
58
58
  --color-neutral-05: hsl(0deg 0% 80% / 5%);
59
59
  --color-neutral-10: hsl(0deg 0% 80% / 10%);
60
60
  --color-neutral-40: hsl(232, 18%, 40%);
61
+ --color-neutral-50: hsl(233, 18%, 50%);
61
62
  --color-neutral-60: hsl(232, 18%, 60%);
62
63
  --color-neutral-85: hsl(232, 18%, 85%);
63
64
  --color-neutral-90: hsl(232, 18%, 90%);
@@ -51,6 +51,7 @@
51
51
  "--color-neutral-05": "hsl(0deg 0% 80% / 5%)",
52
52
  "--color-neutral-10": "hsl(0deg 0% 80% / 10%)",
53
53
  "--color-neutral-40": "hsl(232, 18%, 40%)",
54
+ "--color-neutral-50": "hsl(233, 18%, 50%)",
54
55
  "--color-neutral-60": "hsl(232, 18%, 60%)",
55
56
  "--color-neutral-85": "hsl(232, 18%, 85%)",
56
57
  "--color-neutral-90": "hsl(232, 18%, 90%)",
@@ -58,6 +58,7 @@
58
58
  --color-neutral-05: hsl(0deg 0% 80% / 5%);
59
59
  --color-neutral-10: hsl(0deg 0% 80% / 10%);
60
60
  --color-neutral-40: hsl(232, 18%, 40%);
61
+ --color-neutral-50: hsl(233, 18%, 50%);
61
62
  --color-neutral-60: hsl(232, 18%, 60%);
62
63
  --color-neutral-85: hsl(232, 18%, 85%);
63
64
  --color-neutral-90: hsl(232, 18%, 90%);
@@ -88,6 +88,7 @@ choiceGroupsByTheme:
88
88
  color-neutral-05: 'hsl(0deg 0% 80% / 5%)'
89
89
  color-neutral-10: 'hsl(0deg 0% 80% / 10%)'
90
90
  color-neutral-40: 'hsl(232, 18%, 40%)'
91
+ color-neutral-50: 'hsl(233, 18%, 50%)'
91
92
  color-neutral-60: 'hsl(232, 18%, 60%)'
92
93
  color-neutral-85: 'hsl(232, 18%, 85%)'
93
94
  color-neutral-90: 'hsl(232, 18%, 90%)'
@@ -301,6 +302,8 @@ variants:
301
302
  description: 'To differentiate component big size'
302
303
  secondary:
303
304
  description: 'To differentiate component secondary type'
305
+ tertiary:
306
+ description: 'To differentiate component tertiary type'
304
307
  '10':
305
308
  description: 'To differentiate component small size'
306
309
  '20':
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.8.0",
4
+ "version": "19.10.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.8.0",
28
- "@commercetools-uikit/avatar": "19.8.0",
29
- "@commercetools-uikit/buttons": "19.8.0",
30
- "@commercetools-uikit/card": "19.8.0",
31
- "@commercetools-uikit/collapsible": "19.8.0",
32
- "@commercetools-uikit/collapsible-motion": "19.8.0",
33
- "@commercetools-uikit/collapsible-panel": "19.8.0",
34
- "@commercetools-uikit/constraints": "19.8.0",
35
- "@commercetools-uikit/data-table": "19.8.0",
36
- "@commercetools-uikit/data-table-manager": "19.8.0",
37
- "@commercetools-uikit/design-system": "19.8.0",
38
- "@commercetools-uikit/dropdown-menu": "19.8.0",
39
- "@commercetools-uikit/field-errors": "19.8.0",
40
- "@commercetools-uikit/field-label": "19.8.0",
41
- "@commercetools-uikit/fields": "19.8.0",
42
- "@commercetools-uikit/grid": "19.8.0",
43
- "@commercetools-uikit/hooks": "19.8.0",
44
- "@commercetools-uikit/i18n": "19.8.0",
45
- "@commercetools-uikit/icons": "19.8.0",
46
- "@commercetools-uikit/inputs": "19.8.0",
47
- "@commercetools-uikit/label": "19.8.0",
48
- "@commercetools-uikit/link": "19.8.0",
49
- "@commercetools-uikit/loading-spinner": "19.8.0",
50
- "@commercetools-uikit/messages": "19.8.0",
51
- "@commercetools-uikit/notifications": "19.8.0",
52
- "@commercetools-uikit/pagination": "19.8.0",
53
- "@commercetools-uikit/primary-action-dropdown": "19.8.0",
54
- "@commercetools-uikit/progress-bar": "19.8.0",
55
- "@commercetools-uikit/selectable-search-input": "19.8.0",
56
- "@commercetools-uikit/spacings": "19.8.0",
57
- "@commercetools-uikit/stamp": "19.8.0",
58
- "@commercetools-uikit/tag": "19.8.0",
59
- "@commercetools-uikit/text": "19.8.0",
60
- "@commercetools-uikit/tooltip": "19.8.0",
61
- "@commercetools-uikit/utils": "19.8.0",
62
- "@commercetools-uikit/view-switcher": "19.8.0"
27
+ "@commercetools-uikit/accessible-hidden": "19.10.0",
28
+ "@commercetools-uikit/avatar": "19.10.0",
29
+ "@commercetools-uikit/buttons": "19.10.0",
30
+ "@commercetools-uikit/card": "19.10.0",
31
+ "@commercetools-uikit/collapsible": "19.10.0",
32
+ "@commercetools-uikit/collapsible-motion": "19.10.0",
33
+ "@commercetools-uikit/collapsible-panel": "19.10.0",
34
+ "@commercetools-uikit/constraints": "19.10.0",
35
+ "@commercetools-uikit/data-table": "19.10.0",
36
+ "@commercetools-uikit/data-table-manager": "19.10.0",
37
+ "@commercetools-uikit/design-system": "19.10.0",
38
+ "@commercetools-uikit/dropdown-menu": "19.10.0",
39
+ "@commercetools-uikit/field-errors": "19.10.0",
40
+ "@commercetools-uikit/field-label": "19.10.0",
41
+ "@commercetools-uikit/fields": "19.10.0",
42
+ "@commercetools-uikit/grid": "19.10.0",
43
+ "@commercetools-uikit/hooks": "19.10.0",
44
+ "@commercetools-uikit/i18n": "19.10.0",
45
+ "@commercetools-uikit/icons": "19.10.0",
46
+ "@commercetools-uikit/inputs": "19.10.0",
47
+ "@commercetools-uikit/label": "19.10.0",
48
+ "@commercetools-uikit/link": "19.10.0",
49
+ "@commercetools-uikit/loading-spinner": "19.10.0",
50
+ "@commercetools-uikit/messages": "19.10.0",
51
+ "@commercetools-uikit/notifications": "19.10.0",
52
+ "@commercetools-uikit/pagination": "19.10.0",
53
+ "@commercetools-uikit/primary-action-dropdown": "19.10.0",
54
+ "@commercetools-uikit/progress-bar": "19.10.0",
55
+ "@commercetools-uikit/selectable-search-input": "19.10.0",
56
+ "@commercetools-uikit/spacings": "19.10.0",
57
+ "@commercetools-uikit/stamp": "19.10.0",
58
+ "@commercetools-uikit/tag": "19.10.0",
59
+ "@commercetools-uikit/text": "19.10.0",
60
+ "@commercetools-uikit/tooltip": "19.10.0",
61
+ "@commercetools-uikit/utils": "19.10.0",
62
+ "@commercetools-uikit/view-switcher": "19.10.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "moment": "2.30.1",