@commercetools-uikit/constraints 15.15.1 → 16.0.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.
@@ -91,7 +91,7 @@ Horizontal.propTypes = process.env.NODE_ENV !== "production" ? {
91
91
  var Horizontal$1 = Horizontal;
92
92
 
93
93
  // NOTE: This string will be replaced on build time with the package version.
94
- var version = "15.15.1";
94
+ var version = "16.0.0";
95
95
 
96
96
  // eslint-disable-next-line import/prefer-default-export
97
97
  const Constraints = {
@@ -80,7 +80,7 @@ Horizontal.propTypes = {};
80
80
  var Horizontal$1 = Horizontal;
81
81
 
82
82
  // NOTE: This string will be replaced on build time with the package version.
83
- var version = "15.15.1";
83
+ var version = "16.0.0";
84
84
 
85
85
  // eslint-disable-next-line import/prefer-default-export
86
86
  const Constraints = {
@@ -73,7 +73,7 @@ Horizontal.propTypes = process.env.NODE_ENV !== "production" ? {
73
73
  var Horizontal$1 = Horizontal;
74
74
 
75
75
  // NOTE: This string will be replaced on build time with the package version.
76
- var version = "15.15.1";
76
+ var version = "16.0.0";
77
77
 
78
78
  // eslint-disable-next-line import/prefer-default-export
79
79
  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": "15.15.1",
4
+ "version": "16.0.0",
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": "15.15.1",
25
- "@commercetools-uikit/utils": "15.15.1",
24
+ "@commercetools-uikit/design-system": "16.0.0",
25
+ "@commercetools-uikit/utils": "16.0.0",
26
26
  "@emotion/react": "^11.10.5",
27
27
  "@emotion/styled": "^11.10.5",
28
28
  "prop-types": "15.8.1"