@commercetools-frontend/ui-kit 15.14.2 → 15.15.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 +6 -3
- package/dist/commercetools-frontend-ui-kit.cjs.prod.js +6 -3
- package/dist/commercetools-frontend-ui-kit.esm.js +2 -2
- package/dist/declarations/src/index.d.ts +1 -1
- package/materials/custom-properties.css +1 -0
- package/materials/custom-properties.json +1 -0
- package/materials/internals/definition.yaml +6 -0
- package/package.json +35 -35
|
@@ -74,13 +74,12 @@ var spacings__default = /*#__PURE__*/_interopDefault(spacings);
|
|
|
74
74
|
var stamp__default = /*#__PURE__*/_interopDefault(stamp);
|
|
75
75
|
var dataTable__default = /*#__PURE__*/_interopDefault(dataTable);
|
|
76
76
|
var dataTableManager__default = /*#__PURE__*/_interopDefault(dataTableManager);
|
|
77
|
-
var tag__default = /*#__PURE__*/_interopDefault(tag);
|
|
78
77
|
var tooltip__default = /*#__PURE__*/_interopDefault(tooltip);
|
|
79
78
|
var text__default = /*#__PURE__*/_interopDefault(text);
|
|
80
79
|
var viewSwitcher__default = /*#__PURE__*/_interopDefault(viewSwitcher);
|
|
81
80
|
|
|
82
81
|
// NOTE: This string will be replaced on build time with the package version.
|
|
83
|
-
var version = "15.
|
|
82
|
+
var version = "15.15.0";
|
|
84
83
|
|
|
85
84
|
exports.i18n = i18n__namespace;
|
|
86
85
|
Object.defineProperty(exports, 'AccessibleHidden', {
|
|
@@ -185,7 +184,11 @@ Object.defineProperty(exports, 'DataTableManager', {
|
|
|
185
184
|
});
|
|
186
185
|
Object.defineProperty(exports, 'Tag', {
|
|
187
186
|
enumerable: true,
|
|
188
|
-
get: function () { return
|
|
187
|
+
get: function () { return tag.Tag; }
|
|
188
|
+
});
|
|
189
|
+
Object.defineProperty(exports, 'TagList', {
|
|
190
|
+
enumerable: true,
|
|
191
|
+
get: function () { return tag.TagList; }
|
|
189
192
|
});
|
|
190
193
|
Object.defineProperty(exports, 'Tooltip', {
|
|
191
194
|
enumerable: true,
|
|
@@ -74,13 +74,12 @@ var spacings__default = /*#__PURE__*/_interopDefault(spacings);
|
|
|
74
74
|
var stamp__default = /*#__PURE__*/_interopDefault(stamp);
|
|
75
75
|
var dataTable__default = /*#__PURE__*/_interopDefault(dataTable);
|
|
76
76
|
var dataTableManager__default = /*#__PURE__*/_interopDefault(dataTableManager);
|
|
77
|
-
var tag__default = /*#__PURE__*/_interopDefault(tag);
|
|
78
77
|
var tooltip__default = /*#__PURE__*/_interopDefault(tooltip);
|
|
79
78
|
var text__default = /*#__PURE__*/_interopDefault(text);
|
|
80
79
|
var viewSwitcher__default = /*#__PURE__*/_interopDefault(viewSwitcher);
|
|
81
80
|
|
|
82
81
|
// NOTE: This string will be replaced on build time with the package version.
|
|
83
|
-
var version = "15.
|
|
82
|
+
var version = "15.15.0";
|
|
84
83
|
|
|
85
84
|
exports.i18n = i18n__namespace;
|
|
86
85
|
Object.defineProperty(exports, 'AccessibleHidden', {
|
|
@@ -185,7 +184,11 @@ Object.defineProperty(exports, 'DataTableManager', {
|
|
|
185
184
|
});
|
|
186
185
|
Object.defineProperty(exports, 'Tag', {
|
|
187
186
|
enumerable: true,
|
|
188
|
-
get: function () { return
|
|
187
|
+
get: function () { return tag.Tag; }
|
|
188
|
+
});
|
|
189
|
+
Object.defineProperty(exports, 'TagList', {
|
|
190
|
+
enumerable: true,
|
|
191
|
+
get: function () { return tag.TagList; }
|
|
189
192
|
});
|
|
190
193
|
Object.defineProperty(exports, 'Tooltip', {
|
|
191
194
|
enumerable: true,
|
|
@@ -25,7 +25,7 @@ export { default as Spacings } from '@commercetools-uikit/spacings';
|
|
|
25
25
|
export { default as Stamp } from '@commercetools-uikit/stamp';
|
|
26
26
|
export { default as DataTable } from '@commercetools-uikit/data-table';
|
|
27
27
|
export { default as DataTableManager } from '@commercetools-uikit/data-table-manager';
|
|
28
|
-
export {
|
|
28
|
+
export { Tag, TagList } from '@commercetools-uikit/tag';
|
|
29
29
|
export { default as Tooltip } from '@commercetools-uikit/tooltip';
|
|
30
30
|
export { default as Text } from '@commercetools-uikit/text';
|
|
31
31
|
export { default as ViewSwitcher } from '@commercetools-uikit/view-switcher';
|
|
@@ -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.
|
|
36
|
+
var version = "15.15.0";
|
|
37
37
|
|
|
38
38
|
export { version };
|
|
@@ -25,7 +25,7 @@ export { default as Spacings } from '@commercetools-uikit/spacings';
|
|
|
25
25
|
export { default as Stamp } from '@commercetools-uikit/stamp';
|
|
26
26
|
export { default as DataTable } from '@commercetools-uikit/data-table';
|
|
27
27
|
export { default as DataTableManager } from '@commercetools-uikit/data-table-manager';
|
|
28
|
-
export {
|
|
28
|
+
export { Tag, TagList } from '@commercetools-uikit/tag';
|
|
29
29
|
export { default as Tooltip } from '@commercetools-uikit/tooltip';
|
|
30
30
|
export { default as Text } from '@commercetools-uikit/text';
|
|
31
31
|
export { default as ViewSwitcher } from '@commercetools-uikit/view-switcher';
|
|
@@ -489,6 +489,7 @@
|
|
|
489
489
|
--margin-for-localized-rich-text-body-button: none;
|
|
490
490
|
--margin-for-rich-text-divider: 0 var(--spacing-10);
|
|
491
491
|
--margin-for-rich-text-dropdown-item-label: 0 0 0 var(--spacing-10);
|
|
492
|
+
--margin-for-tag-list: 0 var(--spacing-10) var(--spacing-10) 0;
|
|
492
493
|
--padding-for-stamp: var(--spacing-10) var(--spacing-20);
|
|
493
494
|
--padding-for-stamp-as-condensed: 1px var(--spacing-10);
|
|
494
495
|
--padding-for-tag: 5px var(--spacing-20);
|
|
@@ -405,6 +405,7 @@
|
|
|
405
405
|
"--margin-for-localized-rich-text-body-button": "none",
|
|
406
406
|
"--margin-for-rich-text-divider": "0 var(--spacing-10)",
|
|
407
407
|
"--margin-for-rich-text-dropdown-item-label": "0 0 0 var(--spacing-10)",
|
|
408
|
+
"--margin-for-tag-list": "0 var(--spacing-10) var(--spacing-10) 0",
|
|
408
409
|
"--padding-for-stamp": "var(--spacing-10) var(--spacing-20)",
|
|
409
410
|
"--padding-for-stamp-as-condensed": "1px var(--spacing-10)",
|
|
410
411
|
"--padding-for-tag": "5px var(--spacing-20)",
|
|
@@ -318,6 +318,8 @@ componentGroups:
|
|
|
318
318
|
description: 'Tag drag icon elements'
|
|
319
319
|
tag-warning:
|
|
320
320
|
description: 'Tag elements with type warning'
|
|
321
|
+
tag-list:
|
|
322
|
+
description: 'Wrapper for Tag elements'
|
|
321
323
|
text:
|
|
322
324
|
description: 'Text elements'
|
|
323
325
|
body:
|
|
@@ -1149,6 +1151,8 @@ decisionGroupsByTheme:
|
|
|
1149
1151
|
choice: '0 var(--spacing-10)'
|
|
1150
1152
|
margin-for-rich-text-dropdown-item-label:
|
|
1151
1153
|
choice: '0 0 0 var(--spacing-10)'
|
|
1154
|
+
margin-for-tag-list:
|
|
1155
|
+
choice: '0 var(--spacing-10) var(--spacing-10) 0'
|
|
1152
1156
|
paddings:
|
|
1153
1157
|
label: Paddings
|
|
1154
1158
|
prefix: padding
|
|
@@ -1856,6 +1860,8 @@ decisionGroupsByTheme:
|
|
|
1856
1860
|
choice: 'var(--spacing-10) 2px'
|
|
1857
1861
|
margin-for-rich-text-dropdown-item-label:
|
|
1858
1862
|
choice: '0 0 0 var(--spacing-20)'
|
|
1863
|
+
margin-for-tag-list:
|
|
1864
|
+
choice: '0 var(--spacing-20) var(--spacing-20) 0'
|
|
1859
1865
|
paddings:
|
|
1860
1866
|
label: Paddings
|
|
1861
1867
|
prefix: padding
|
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.
|
|
4
|
+
"version": "15.15.0",
|
|
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.
|
|
28
|
-
"@commercetools-uikit/avatar": "15.
|
|
29
|
-
"@commercetools-uikit/buttons": "15.
|
|
30
|
-
"@commercetools-uikit/card": "15.
|
|
31
|
-
"@commercetools-uikit/collapsible": "15.
|
|
32
|
-
"@commercetools-uikit/collapsible-motion": "15.
|
|
33
|
-
"@commercetools-uikit/collapsible-panel": "15.
|
|
34
|
-
"@commercetools-uikit/constraints": "15.
|
|
35
|
-
"@commercetools-uikit/data-table": "15.
|
|
36
|
-
"@commercetools-uikit/data-table-manager": "15.
|
|
37
|
-
"@commercetools-uikit/design-system": "15.
|
|
38
|
-
"@commercetools-uikit/field-errors": "15.
|
|
39
|
-
"@commercetools-uikit/field-label": "15.
|
|
40
|
-
"@commercetools-uikit/fields": "15.
|
|
41
|
-
"@commercetools-uikit/grid": "15.
|
|
42
|
-
"@commercetools-uikit/hooks": "15.
|
|
43
|
-
"@commercetools-uikit/i18n": "15.
|
|
44
|
-
"@commercetools-uikit/icons": "15.
|
|
45
|
-
"@commercetools-uikit/inputs": "15.
|
|
46
|
-
"@commercetools-uikit/label": "15.
|
|
47
|
-
"@commercetools-uikit/link": "15.
|
|
48
|
-
"@commercetools-uikit/loading-spinner": "15.
|
|
49
|
-
"@commercetools-uikit/messages": "15.
|
|
50
|
-
"@commercetools-uikit/notifications": "15.
|
|
51
|
-
"@commercetools-uikit/pagination": "15.
|
|
52
|
-
"@commercetools-uikit/primary-action-dropdown": "15.
|
|
53
|
-
"@commercetools-uikit/selectable-search-input": "15.
|
|
54
|
-
"@commercetools-uikit/spacings": "15.
|
|
55
|
-
"@commercetools-uikit/stamp": "15.
|
|
56
|
-
"@commercetools-uikit/tag": "15.
|
|
57
|
-
"@commercetools-uikit/text": "15.
|
|
58
|
-
"@commercetools-uikit/tooltip": "15.
|
|
59
|
-
"@commercetools-uikit/utils": "15.
|
|
60
|
-
"@commercetools-uikit/view-switcher": "15.
|
|
27
|
+
"@commercetools-uikit/accessible-hidden": "15.15.0",
|
|
28
|
+
"@commercetools-uikit/avatar": "15.15.0",
|
|
29
|
+
"@commercetools-uikit/buttons": "15.15.0",
|
|
30
|
+
"@commercetools-uikit/card": "15.15.0",
|
|
31
|
+
"@commercetools-uikit/collapsible": "15.15.0",
|
|
32
|
+
"@commercetools-uikit/collapsible-motion": "15.15.0",
|
|
33
|
+
"@commercetools-uikit/collapsible-panel": "15.15.0",
|
|
34
|
+
"@commercetools-uikit/constraints": "15.15.0",
|
|
35
|
+
"@commercetools-uikit/data-table": "15.15.0",
|
|
36
|
+
"@commercetools-uikit/data-table-manager": "15.15.0",
|
|
37
|
+
"@commercetools-uikit/design-system": "15.15.0",
|
|
38
|
+
"@commercetools-uikit/field-errors": "15.15.0",
|
|
39
|
+
"@commercetools-uikit/field-label": "15.15.0",
|
|
40
|
+
"@commercetools-uikit/fields": "15.15.0",
|
|
41
|
+
"@commercetools-uikit/grid": "15.15.0",
|
|
42
|
+
"@commercetools-uikit/hooks": "15.15.0",
|
|
43
|
+
"@commercetools-uikit/i18n": "15.15.0",
|
|
44
|
+
"@commercetools-uikit/icons": "15.15.0",
|
|
45
|
+
"@commercetools-uikit/inputs": "15.15.0",
|
|
46
|
+
"@commercetools-uikit/label": "15.15.0",
|
|
47
|
+
"@commercetools-uikit/link": "15.15.0",
|
|
48
|
+
"@commercetools-uikit/loading-spinner": "15.15.0",
|
|
49
|
+
"@commercetools-uikit/messages": "15.15.0",
|
|
50
|
+
"@commercetools-uikit/notifications": "15.15.0",
|
|
51
|
+
"@commercetools-uikit/pagination": "15.15.0",
|
|
52
|
+
"@commercetools-uikit/primary-action-dropdown": "15.15.0",
|
|
53
|
+
"@commercetools-uikit/selectable-search-input": "15.15.0",
|
|
54
|
+
"@commercetools-uikit/spacings": "15.15.0",
|
|
55
|
+
"@commercetools-uikit/stamp": "15.15.0",
|
|
56
|
+
"@commercetools-uikit/tag": "15.15.0",
|
|
57
|
+
"@commercetools-uikit/text": "15.15.0",
|
|
58
|
+
"@commercetools-uikit/tooltip": "15.15.0",
|
|
59
|
+
"@commercetools-uikit/utils": "15.15.0",
|
|
60
|
+
"@commercetools-uikit/view-switcher": "15.15.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"moment": "2.29.4",
|