@commercetools-uikit/stamp 18.3.0 → 18.4.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.
|
@@ -158,7 +158,7 @@ Stamp.defaultProps = defaultProps;
|
|
|
158
158
|
var Stamp$1 = Stamp;
|
|
159
159
|
|
|
160
160
|
// NOTE: This string will be replaced on build time with the package version.
|
|
161
|
-
var version = "18.
|
|
161
|
+
var version = "18.4.0";
|
|
162
162
|
|
|
163
163
|
exports["default"] = Stamp$1;
|
|
164
164
|
exports.version = version;
|
|
@@ -151,7 +151,7 @@ Stamp.defaultProps = defaultProps;
|
|
|
151
151
|
var Stamp$1 = Stamp;
|
|
152
152
|
|
|
153
153
|
// NOTE: This string will be replaced on build time with the package version.
|
|
154
|
-
var version = "18.
|
|
154
|
+
var version = "18.4.0";
|
|
155
155
|
|
|
156
156
|
exports["default"] = Stamp$1;
|
|
157
157
|
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": "18.
|
|
4
|
+
"version": "18.4.0",
|
|
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": "18.
|
|
25
|
-
"@commercetools-uikit/spacings-inline": "18.
|
|
26
|
-
"@commercetools-uikit/text": "18.
|
|
27
|
-
"@commercetools-uikit/utils": "18.
|
|
24
|
+
"@commercetools-uikit/design-system": "18.4.0",
|
|
25
|
+
"@commercetools-uikit/spacings-inline": "18.4.0",
|
|
26
|
+
"@commercetools-uikit/text": "18.4.0",
|
|
27
|
+
"@commercetools-uikit/utils": "18.4.0",
|
|
28
28
|
"@emotion/react": "^11.10.5",
|
|
29
29
|
"prop-types": "15.8.1"
|
|
30
30
|
},
|