@commercetools-uikit/tag 19.15.0 → 19.17.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/README.md
CHANGED
|
@@ -64,7 +64,7 @@ export default Example;
|
|
|
64
64
|
| `isDraggable` | `boolean` | | `false` | Adds the draggable icon on the left side. |
|
|
65
65
|
| `onRemove` | `Function`<br/>[See signature.](#signature-onRemove) | | | Called when remove button is clicked. |
|
|
66
66
|
| `onClick` | `Function`<br/>[See signature.](#signature-onClick) | | | Called when tag element is clicked. This is not called when remove button is clicked. |
|
|
67
|
-
| `horizontalConstraint` | `union`<br/>Possible values:<br/>`, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 'scale', 'auto'` | | `'scale'` | Horizontal size limit of the
|
|
67
|
+
| `horizontalConstraint` | `union`<br/>Possible values:<br/>`, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 'scale', 'auto'` | | `'scale'` | Horizontal size limit of the tag. |
|
|
68
68
|
| `children` | `ReactNode` | ✅ | | Content rendered within the tag |
|
|
69
69
|
| `tone` | `union`<br/>Possible values:<br/>`'primary' , 'warning' , 'surface'` | | `'primary'` | Indicates the color scheme of the tag. |
|
|
70
70
|
|
|
@@ -254,7 +254,7 @@ TagList.displayName = 'TagList';
|
|
|
254
254
|
var TagList$1 = TagList;
|
|
255
255
|
|
|
256
256
|
// NOTE: This string will be replaced on build time with the package version.
|
|
257
|
-
var version = "19.
|
|
257
|
+
var version = "19.17.0";
|
|
258
258
|
|
|
259
259
|
exports.Tag = Tag$1;
|
|
260
260
|
exports.TagList = TagList$1;
|
|
@@ -219,7 +219,7 @@ TagList.displayName = 'TagList';
|
|
|
219
219
|
var TagList$1 = TagList;
|
|
220
220
|
|
|
221
221
|
// NOTE: This string will be replaced on build time with the package version.
|
|
222
|
-
var version = "19.
|
|
222
|
+
var version = "19.17.0";
|
|
223
223
|
|
|
224
224
|
exports.Tag = Tag$1;
|
|
225
225
|
exports.TagList = TagList$1;
|
|
@@ -233,6 +233,6 @@ TagList.displayName = 'TagList';
|
|
|
233
233
|
var TagList$1 = TagList;
|
|
234
234
|
|
|
235
235
|
// NOTE: This string will be replaced on build time with the package version.
|
|
236
|
-
var version = "19.
|
|
236
|
+
var version = "19.17.0";
|
|
237
237
|
|
|
238
238
|
export { Tag$1 as Tag, TagList$1 as TagList, Tag$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/tag",
|
|
3
3
|
"description": "A tag is often used for items that need to be labeled or categorized.",
|
|
4
|
-
"version": "19.
|
|
4
|
+
"version": "19.17.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "19.
|
|
25
|
-
"@commercetools-uikit/constraints": "19.
|
|
26
|
-
"@commercetools-uikit/design-system": "19.
|
|
27
|
-
"@commercetools-uikit/icons": "19.
|
|
28
|
-
"@commercetools-uikit/spacings": "19.
|
|
29
|
-
"@commercetools-uikit/text": "19.
|
|
30
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "19.17.0",
|
|
25
|
+
"@commercetools-uikit/constraints": "19.17.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "19.17.0",
|
|
27
|
+
"@commercetools-uikit/icons": "19.17.0",
|
|
28
|
+
"@commercetools-uikit/spacings": "19.17.0",
|
|
29
|
+
"@commercetools-uikit/text": "19.17.0",
|
|
30
|
+
"@commercetools-uikit/utils": "19.17.0",
|
|
31
31
|
"@emotion/react": "^11.10.5",
|
|
32
32
|
"@emotion/styled": "^11.10.5",
|
|
33
33
|
"prop-types": "15.8.1",
|