@commercetools-frontend/ui-kit 16.12.0 → 16.12.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.
- 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/materials/custom-properties.css +1 -0
- package/materials/custom-properties.json +1 -0
- package/materials/internals/definition.yaml +2 -0
- package/package.json +35 -35
|
@@ -79,7 +79,7 @@ var text__default = /*#__PURE__*/_interopDefault(text);
|
|
|
79
79
|
var viewSwitcher__default = /*#__PURE__*/_interopDefault(viewSwitcher);
|
|
80
80
|
|
|
81
81
|
// NOTE: This string will be replaced on build time with the package version.
|
|
82
|
-
var version = "16.12.
|
|
82
|
+
var version = "16.12.1";
|
|
83
83
|
|
|
84
84
|
exports.i18n = i18n__namespace;
|
|
85
85
|
Object.defineProperty(exports, 'AccessibleHidden', {
|
|
@@ -79,7 +79,7 @@ var text__default = /*#__PURE__*/_interopDefault(text);
|
|
|
79
79
|
var viewSwitcher__default = /*#__PURE__*/_interopDefault(viewSwitcher);
|
|
80
80
|
|
|
81
81
|
// NOTE: This string will be replaced on build time with the package version.
|
|
82
|
-
var version = "16.12.
|
|
82
|
+
var version = "16.12.1";
|
|
83
83
|
|
|
84
84
|
exports.i18n = i18n__namespace;
|
|
85
85
|
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 = "16.12.
|
|
36
|
+
var version = "16.12.1";
|
|
37
37
|
|
|
38
38
|
export { version };
|
|
@@ -585,6 +585,7 @@
|
|
|
585
585
|
--padding-for-collapsible-panel-section-description-as-condensed: 0 0
|
|
586
586
|
var(--spacing-40);
|
|
587
587
|
--padding-for-input: 16px;
|
|
588
|
+
--padding-for-input-as-quiet: 8px;
|
|
588
589
|
--padding-for-multiline-input: 8px;
|
|
589
590
|
--padding-for-localized-rich-text-input-label: var(--spacing-20) 12px;
|
|
590
591
|
--padding-for-localized-rich-text-dropdown-button: 5px var(--spacing-20);
|
|
@@ -469,6 +469,7 @@
|
|
|
469
469
|
"--padding-for-collapsible-panel-section-description": "0 0 var(--spacing-40)",
|
|
470
470
|
"--padding-for-collapsible-panel-section-description-as-condensed": "0 0 var(--spacing-40)",
|
|
471
471
|
"--padding-for-input": "16px",
|
|
472
|
+
"--padding-for-input-as-quiet": "8px",
|
|
472
473
|
"--padding-for-multiline-input": "8px",
|
|
473
474
|
"--padding-for-localized-rich-text-input-label": "var(--spacing-20) 12px",
|
|
474
475
|
"--padding-for-localized-rich-text-dropdown-button": "5px var(--spacing-20)",
|
|
@@ -1188,6 +1188,8 @@ decisionGroupsByTheme:
|
|
|
1188
1188
|
choice: '0 0 var(--spacing-40)'
|
|
1189
1189
|
padding-for-input:
|
|
1190
1190
|
choice: spacing-30
|
|
1191
|
+
padding-for-input-as-quiet:
|
|
1192
|
+
choice: spacing-20
|
|
1191
1193
|
padding-for-multiline-input:
|
|
1192
1194
|
choice: spacing-20
|
|
1193
1195
|
padding-for-localized-rich-text-input-label:
|
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": "16.12.
|
|
4
|
+
"version": "16.12.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": "16.12.
|
|
28
|
-
"@commercetools-uikit/avatar": "16.12.
|
|
29
|
-
"@commercetools-uikit/buttons": "16.12.
|
|
30
|
-
"@commercetools-uikit/card": "16.12.
|
|
31
|
-
"@commercetools-uikit/collapsible": "16.12.
|
|
32
|
-
"@commercetools-uikit/collapsible-motion": "16.12.
|
|
33
|
-
"@commercetools-uikit/collapsible-panel": "16.12.
|
|
34
|
-
"@commercetools-uikit/constraints": "16.12.
|
|
35
|
-
"@commercetools-uikit/data-table": "16.12.
|
|
36
|
-
"@commercetools-uikit/data-table-manager": "16.12.
|
|
37
|
-
"@commercetools-uikit/design-system": "16.12.
|
|
38
|
-
"@commercetools-uikit/field-errors": "16.12.
|
|
39
|
-
"@commercetools-uikit/field-label": "16.12.
|
|
40
|
-
"@commercetools-uikit/fields": "16.12.
|
|
41
|
-
"@commercetools-uikit/grid": "16.12.
|
|
42
|
-
"@commercetools-uikit/hooks": "16.12.
|
|
43
|
-
"@commercetools-uikit/i18n": "16.12.
|
|
44
|
-
"@commercetools-uikit/icons": "16.12.
|
|
45
|
-
"@commercetools-uikit/inputs": "16.12.
|
|
46
|
-
"@commercetools-uikit/label": "16.12.
|
|
47
|
-
"@commercetools-uikit/link": "16.12.
|
|
48
|
-
"@commercetools-uikit/loading-spinner": "16.12.
|
|
49
|
-
"@commercetools-uikit/messages": "16.12.
|
|
50
|
-
"@commercetools-uikit/notifications": "16.12.
|
|
51
|
-
"@commercetools-uikit/pagination": "16.12.
|
|
52
|
-
"@commercetools-uikit/primary-action-dropdown": "16.12.
|
|
53
|
-
"@commercetools-uikit/selectable-search-input": "16.12.
|
|
54
|
-
"@commercetools-uikit/spacings": "16.12.
|
|
55
|
-
"@commercetools-uikit/stamp": "16.12.
|
|
56
|
-
"@commercetools-uikit/tag": "16.12.
|
|
57
|
-
"@commercetools-uikit/text": "16.12.
|
|
58
|
-
"@commercetools-uikit/tooltip": "16.12.
|
|
59
|
-
"@commercetools-uikit/utils": "16.12.
|
|
60
|
-
"@commercetools-uikit/view-switcher": "16.12.
|
|
27
|
+
"@commercetools-uikit/accessible-hidden": "16.12.1",
|
|
28
|
+
"@commercetools-uikit/avatar": "16.12.1",
|
|
29
|
+
"@commercetools-uikit/buttons": "16.12.1",
|
|
30
|
+
"@commercetools-uikit/card": "16.12.1",
|
|
31
|
+
"@commercetools-uikit/collapsible": "16.12.1",
|
|
32
|
+
"@commercetools-uikit/collapsible-motion": "16.12.1",
|
|
33
|
+
"@commercetools-uikit/collapsible-panel": "16.12.1",
|
|
34
|
+
"@commercetools-uikit/constraints": "16.12.1",
|
|
35
|
+
"@commercetools-uikit/data-table": "16.12.1",
|
|
36
|
+
"@commercetools-uikit/data-table-manager": "16.12.1",
|
|
37
|
+
"@commercetools-uikit/design-system": "16.12.1",
|
|
38
|
+
"@commercetools-uikit/field-errors": "16.12.1",
|
|
39
|
+
"@commercetools-uikit/field-label": "16.12.1",
|
|
40
|
+
"@commercetools-uikit/fields": "16.12.1",
|
|
41
|
+
"@commercetools-uikit/grid": "16.12.1",
|
|
42
|
+
"@commercetools-uikit/hooks": "16.12.1",
|
|
43
|
+
"@commercetools-uikit/i18n": "16.12.1",
|
|
44
|
+
"@commercetools-uikit/icons": "16.12.1",
|
|
45
|
+
"@commercetools-uikit/inputs": "16.12.1",
|
|
46
|
+
"@commercetools-uikit/label": "16.12.1",
|
|
47
|
+
"@commercetools-uikit/link": "16.12.1",
|
|
48
|
+
"@commercetools-uikit/loading-spinner": "16.12.1",
|
|
49
|
+
"@commercetools-uikit/messages": "16.12.1",
|
|
50
|
+
"@commercetools-uikit/notifications": "16.12.1",
|
|
51
|
+
"@commercetools-uikit/pagination": "16.12.1",
|
|
52
|
+
"@commercetools-uikit/primary-action-dropdown": "16.12.1",
|
|
53
|
+
"@commercetools-uikit/selectable-search-input": "16.12.1",
|
|
54
|
+
"@commercetools-uikit/spacings": "16.12.1",
|
|
55
|
+
"@commercetools-uikit/stamp": "16.12.1",
|
|
56
|
+
"@commercetools-uikit/tag": "16.12.1",
|
|
57
|
+
"@commercetools-uikit/text": "16.12.1",
|
|
58
|
+
"@commercetools-uikit/tooltip": "16.12.1",
|
|
59
|
+
"@commercetools-uikit/utils": "16.12.1",
|
|
60
|
+
"@commercetools-uikit/view-switcher": "16.12.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"moment": "2.29.4",
|