@commercetools-uikit/tag 16.5.0 → 16.6.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.
|
@@ -189,7 +189,7 @@ TagList.displayName = 'TagList';
|
|
|
189
189
|
var TagList$1 = TagList;
|
|
190
190
|
|
|
191
191
|
// NOTE: This string will be replaced on build time with the package version.
|
|
192
|
-
var version = "16.
|
|
192
|
+
var version = "16.6.1";
|
|
193
193
|
|
|
194
194
|
exports.Tag = Tag$1;
|
|
195
195
|
exports.TagList = TagList$1;
|
|
@@ -155,7 +155,7 @@ TagList.displayName = 'TagList';
|
|
|
155
155
|
var TagList$1 = TagList;
|
|
156
156
|
|
|
157
157
|
// NOTE: This string will be replaced on build time with the package version.
|
|
158
|
-
var version = "16.
|
|
158
|
+
var version = "16.6.1";
|
|
159
159
|
|
|
160
160
|
exports.Tag = Tag$1;
|
|
161
161
|
exports.TagList = TagList$1;
|
|
@@ -167,6 +167,6 @@ TagList.displayName = 'TagList';
|
|
|
167
167
|
var TagList$1 = TagList;
|
|
168
168
|
|
|
169
169
|
// NOTE: This string will be replaced on build time with the package version.
|
|
170
|
-
var version = "16.
|
|
170
|
+
var version = "16.6.1";
|
|
171
171
|
|
|
172
172
|
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": "16.
|
|
4
|
+
"version": "16.6.1",
|
|
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": "16.
|
|
25
|
-
"@commercetools-uikit/constraints": "16.
|
|
26
|
-
"@commercetools-uikit/design-system": "16.
|
|
27
|
-
"@commercetools-uikit/icons": "16.
|
|
28
|
-
"@commercetools-uikit/spacings": "16.
|
|
29
|
-
"@commercetools-uikit/text": "16.
|
|
30
|
-
"@commercetools-uikit/utils": "16.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "16.6.1",
|
|
25
|
+
"@commercetools-uikit/constraints": "16.6.1",
|
|
26
|
+
"@commercetools-uikit/design-system": "16.6.1",
|
|
27
|
+
"@commercetools-uikit/icons": "16.6.1",
|
|
28
|
+
"@commercetools-uikit/spacings": "16.6.1",
|
|
29
|
+
"@commercetools-uikit/text": "16.6.1",
|
|
30
|
+
"@commercetools-uikit/utils": "16.6.1",
|
|
31
31
|
"@emotion/react": "^11.10.5",
|
|
32
32
|
"@emotion/styled": "^11.10.5",
|
|
33
33
|
"prop-types": "15.8.1",
|