@commercetools-uikit/constraints 19.22.5 → 19.22.6
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.
|
@@ -81,7 +81,7 @@ Horizontal.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
81
81
|
var Horizontal$1 = Horizontal;
|
|
82
82
|
|
|
83
83
|
// NOTE: This string will be replaced on build time with the package version.
|
|
84
|
-
var version = "19.22.
|
|
84
|
+
var version = "19.22.6";
|
|
85
85
|
|
|
86
86
|
// eslint-disable-next-line import/prefer-default-export
|
|
87
87
|
const Constraints = {
|
|
@@ -72,7 +72,7 @@ Horizontal.propTypes = {};
|
|
|
72
72
|
var Horizontal$1 = Horizontal;
|
|
73
73
|
|
|
74
74
|
// NOTE: This string will be replaced on build time with the package version.
|
|
75
|
-
var version = "19.22.
|
|
75
|
+
var version = "19.22.6";
|
|
76
76
|
|
|
77
77
|
// eslint-disable-next-line import/prefer-default-export
|
|
78
78
|
const Constraints = {
|
|
@@ -63,7 +63,7 @@ Horizontal.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
|
63
63
|
var Horizontal$1 = Horizontal;
|
|
64
64
|
|
|
65
65
|
// NOTE: This string will be replaced on build time with the package version.
|
|
66
|
-
var version = "19.22.
|
|
66
|
+
var version = "19.22.6";
|
|
67
67
|
|
|
68
68
|
// eslint-disable-next-line import/prefer-default-export
|
|
69
69
|
const Constraints = {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/constraints",
|
|
3
3
|
"description": "Constraints are container elements with a configurable constraint size, like width or height.",
|
|
4
|
-
"version": "19.22.
|
|
4
|
+
"version": "19.22.6",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/design-system": "19.22.
|
|
25
|
-
"@commercetools-uikit/utils": "19.22.
|
|
24
|
+
"@commercetools-uikit/design-system": "19.22.6",
|
|
25
|
+
"@commercetools-uikit/utils": "19.22.6",
|
|
26
26
|
"@emotion/react": "^11.10.5",
|
|
27
27
|
"@emotion/styled": "^11.10.5",
|
|
28
28
|
"prop-types": "15.8.1"
|