@commercetools-uikit/stamp 16.7.3 → 16.7.4
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.
|
@@ -144,7 +144,7 @@ Stamp.defaultProps = defaultProps;
|
|
|
144
144
|
var Stamp$1 = Stamp;
|
|
145
145
|
|
|
146
146
|
// NOTE: This string will be replaced on build time with the package version.
|
|
147
|
-
var version = "16.7.
|
|
147
|
+
var version = "16.7.4";
|
|
148
148
|
|
|
149
149
|
exports["default"] = Stamp$1;
|
|
150
150
|
exports.version = version;
|
|
@@ -137,7 +137,7 @@ Stamp.defaultProps = defaultProps;
|
|
|
137
137
|
var Stamp$1 = Stamp;
|
|
138
138
|
|
|
139
139
|
// NOTE: This string will be replaced on build time with the package version.
|
|
140
|
-
var version = "16.7.
|
|
140
|
+
var version = "16.7.4";
|
|
141
141
|
|
|
142
142
|
exports["default"] = Stamp$1;
|
|
143
143
|
exports.version = version;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/stamp",
|
|
3
3
|
"description": "Stamps are visual labels which hold small amounts of information regarding an item. (E.g Indicating if a product is published in a list).",
|
|
4
|
-
"version": "16.7.
|
|
4
|
+
"version": "16.7.4",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/design-system": "16.7.
|
|
25
|
-
"@commercetools-uikit/spacings-inline": "16.7.
|
|
26
|
-
"@commercetools-uikit/text": "16.7.
|
|
27
|
-
"@commercetools-uikit/utils": "16.7.
|
|
24
|
+
"@commercetools-uikit/design-system": "16.7.4",
|
|
25
|
+
"@commercetools-uikit/spacings-inline": "16.7.4",
|
|
26
|
+
"@commercetools-uikit/text": "16.7.4",
|
|
27
|
+
"@commercetools-uikit/utils": "16.7.4",
|
|
28
28
|
"@emotion/react": "^11.10.5",
|
|
29
29
|
"prop-types": "15.8.1"
|
|
30
30
|
},
|