@commercetools-frontend/ui-kit 15.13.0 → 15.13.1
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.
|
@@ -80,7 +80,7 @@ var text__default = /*#__PURE__*/_interopDefault(text);
|
|
|
80
80
|
var viewSwitcher__default = /*#__PURE__*/_interopDefault(viewSwitcher);
|
|
81
81
|
|
|
82
82
|
// NOTE: This string will be replaced on build time with the package version.
|
|
83
|
-
var version = "15.13.
|
|
83
|
+
var version = "15.13.1";
|
|
84
84
|
|
|
85
85
|
exports.i18n = i18n__namespace;
|
|
86
86
|
Object.defineProperty(exports, 'AccessibleHidden', {
|
|
@@ -80,7 +80,7 @@ var text__default = /*#__PURE__*/_interopDefault(text);
|
|
|
80
80
|
var viewSwitcher__default = /*#__PURE__*/_interopDefault(viewSwitcher);
|
|
81
81
|
|
|
82
82
|
// NOTE: This string will be replaced on build time with the package version.
|
|
83
|
-
var version = "15.13.
|
|
83
|
+
var version = "15.13.1";
|
|
84
84
|
|
|
85
85
|
exports.i18n = i18n__namespace;
|
|
86
86
|
Object.defineProperty(exports, 'AccessibleHidden', {
|
|
@@ -33,6 +33,6 @@ export { useDataTableSortingState, usePaginationState, useRowSelection, useSorti
|
|
|
33
33
|
export { customProperties, designTokens } from '@commercetools-uikit/design-system';
|
|
34
34
|
|
|
35
35
|
// NOTE: This string will be replaced on build time with the package version.
|
|
36
|
-
var version = "15.13.
|
|
36
|
+
var version = "15.13.1";
|
|
37
37
|
|
|
38
38
|
export { version };
|
|
@@ -1438,38 +1438,25 @@ decisionGroupsByTheme:
|
|
|
1438
1438
|
prefix: font-size
|
|
1439
1439
|
decisions:
|
|
1440
1440
|
font-size-for-input:
|
|
1441
|
-
description: ''
|
|
1442
1441
|
choice: font-size-30
|
|
1443
1442
|
font-size-for-text-as-h1:
|
|
1444
|
-
description: ''
|
|
1445
1443
|
choice: font-size-60
|
|
1446
1444
|
font-size-for-text-as-h2:
|
|
1447
|
-
description: ''
|
|
1448
1445
|
choice: font-size-50
|
|
1449
1446
|
font-size-for-text-as-h3:
|
|
1450
|
-
description: ''
|
|
1451
1447
|
choice: font-size-40
|
|
1452
1448
|
font-size-for-text-as-h4:
|
|
1453
|
-
description: ''
|
|
1454
1449
|
choice: font-size-30
|
|
1455
1450
|
font-size-for-text-as-h5:
|
|
1456
|
-
description: ''
|
|
1457
1451
|
choice: font-size-30
|
|
1458
1452
|
font-size-for-text-as-body:
|
|
1459
|
-
description: ''
|
|
1460
1453
|
choice: font-size-30
|
|
1461
1454
|
font-size-for-text-as-detail:
|
|
1462
|
-
description: ''
|
|
1463
1455
|
choice: font-size-20
|
|
1464
1456
|
font-size-for-body:
|
|
1465
|
-
description: ''
|
|
1466
1457
|
choice: '16px'
|
|
1467
1458
|
font-size-for-button:
|
|
1468
|
-
description: ''
|
|
1469
1459
|
choice: font-size-20
|
|
1470
|
-
font-size-for-link:
|
|
1471
|
-
description: ''
|
|
1472
|
-
choice: 'inherit'
|
|
1473
1460
|
font-size-for-stamp:
|
|
1474
1461
|
choice: font-size-20
|
|
1475
1462
|
font-size-for-view-switcher:
|
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": "15.13.
|
|
4
|
+
"version": "15.13.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,40 +24,40 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@babel/runtime": "^7.20.13",
|
|
26
26
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
27
|
-
"@commercetools-uikit/accessible-hidden": "15.13.
|
|
28
|
-
"@commercetools-uikit/avatar": "15.13.
|
|
29
|
-
"@commercetools-uikit/buttons": "15.13.
|
|
30
|
-
"@commercetools-uikit/card": "15.13.
|
|
31
|
-
"@commercetools-uikit/collapsible": "15.13.
|
|
32
|
-
"@commercetools-uikit/collapsible-motion": "15.13.
|
|
33
|
-
"@commercetools-uikit/collapsible-panel": "15.13.
|
|
34
|
-
"@commercetools-uikit/constraints": "15.13.
|
|
35
|
-
"@commercetools-uikit/data-table": "15.13.
|
|
36
|
-
"@commercetools-uikit/data-table-manager": "15.13.
|
|
37
|
-
"@commercetools-uikit/design-system": "15.13.
|
|
38
|
-
"@commercetools-uikit/field-errors": "15.13.
|
|
39
|
-
"@commercetools-uikit/field-label": "15.13.
|
|
40
|
-
"@commercetools-uikit/fields": "15.13.
|
|
41
|
-
"@commercetools-uikit/grid": "15.13.
|
|
42
|
-
"@commercetools-uikit/hooks": "15.13.
|
|
43
|
-
"@commercetools-uikit/i18n": "15.13.
|
|
44
|
-
"@commercetools-uikit/icons": "15.13.
|
|
45
|
-
"@commercetools-uikit/inputs": "15.13.
|
|
46
|
-
"@commercetools-uikit/label": "15.13.
|
|
47
|
-
"@commercetools-uikit/link": "15.13.
|
|
48
|
-
"@commercetools-uikit/loading-spinner": "15.13.
|
|
49
|
-
"@commercetools-uikit/messages": "15.13.
|
|
50
|
-
"@commercetools-uikit/notifications": "15.13.
|
|
51
|
-
"@commercetools-uikit/pagination": "15.13.
|
|
52
|
-
"@commercetools-uikit/primary-action-dropdown": "15.13.
|
|
53
|
-
"@commercetools-uikit/selectable-search-input": "15.13.
|
|
54
|
-
"@commercetools-uikit/spacings": "15.13.
|
|
55
|
-
"@commercetools-uikit/stamp": "15.13.
|
|
56
|
-
"@commercetools-uikit/tag": "15.13.
|
|
57
|
-
"@commercetools-uikit/text": "15.13.
|
|
58
|
-
"@commercetools-uikit/tooltip": "15.13.
|
|
59
|
-
"@commercetools-uikit/utils": "15.13.
|
|
60
|
-
"@commercetools-uikit/view-switcher": "15.13.
|
|
27
|
+
"@commercetools-uikit/accessible-hidden": "15.13.1",
|
|
28
|
+
"@commercetools-uikit/avatar": "15.13.1",
|
|
29
|
+
"@commercetools-uikit/buttons": "15.13.1",
|
|
30
|
+
"@commercetools-uikit/card": "15.13.1",
|
|
31
|
+
"@commercetools-uikit/collapsible": "15.13.1",
|
|
32
|
+
"@commercetools-uikit/collapsible-motion": "15.13.1",
|
|
33
|
+
"@commercetools-uikit/collapsible-panel": "15.13.1",
|
|
34
|
+
"@commercetools-uikit/constraints": "15.13.1",
|
|
35
|
+
"@commercetools-uikit/data-table": "15.13.1",
|
|
36
|
+
"@commercetools-uikit/data-table-manager": "15.13.1",
|
|
37
|
+
"@commercetools-uikit/design-system": "15.13.1",
|
|
38
|
+
"@commercetools-uikit/field-errors": "15.13.1",
|
|
39
|
+
"@commercetools-uikit/field-label": "15.13.1",
|
|
40
|
+
"@commercetools-uikit/fields": "15.13.1",
|
|
41
|
+
"@commercetools-uikit/grid": "15.13.1",
|
|
42
|
+
"@commercetools-uikit/hooks": "15.13.1",
|
|
43
|
+
"@commercetools-uikit/i18n": "15.13.1",
|
|
44
|
+
"@commercetools-uikit/icons": "15.13.1",
|
|
45
|
+
"@commercetools-uikit/inputs": "15.13.1",
|
|
46
|
+
"@commercetools-uikit/label": "15.13.1",
|
|
47
|
+
"@commercetools-uikit/link": "15.13.1",
|
|
48
|
+
"@commercetools-uikit/loading-spinner": "15.13.1",
|
|
49
|
+
"@commercetools-uikit/messages": "15.13.1",
|
|
50
|
+
"@commercetools-uikit/notifications": "15.13.1",
|
|
51
|
+
"@commercetools-uikit/pagination": "15.13.1",
|
|
52
|
+
"@commercetools-uikit/primary-action-dropdown": "15.13.1",
|
|
53
|
+
"@commercetools-uikit/selectable-search-input": "15.13.1",
|
|
54
|
+
"@commercetools-uikit/spacings": "15.13.1",
|
|
55
|
+
"@commercetools-uikit/stamp": "15.13.1",
|
|
56
|
+
"@commercetools-uikit/tag": "15.13.1",
|
|
57
|
+
"@commercetools-uikit/text": "15.13.1",
|
|
58
|
+
"@commercetools-uikit/tooltip": "15.13.1",
|
|
59
|
+
"@commercetools-uikit/utils": "15.13.1",
|
|
60
|
+
"@commercetools-uikit/view-switcher": "15.13.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"moment": "2.29.4",
|