@commercetools-uikit/constraints 15.14.0 → 15.14.2

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.
@@ -98,7 +98,7 @@ Horizontal.propTypes = process.env.NODE_ENV !== "production" ? {
98
98
  var Horizontal$1 = Horizontal;
99
99
 
100
100
  // NOTE: This string will be replaced on build time with the package version.
101
- var version = "15.14.0";
101
+ var version = "15.14.2";
102
102
 
103
103
  // eslint-disable-next-line import/prefer-default-export
104
104
  var Constraints = {
@@ -87,7 +87,7 @@ Horizontal.propTypes = {};
87
87
  var Horizontal$1 = Horizontal;
88
88
 
89
89
  // NOTE: This string will be replaced on build time with the package version.
90
- var version = "15.14.0";
90
+ var version = "15.14.2";
91
91
 
92
92
  // eslint-disable-next-line import/prefer-default-export
93
93
  var Constraints = {
@@ -79,7 +79,7 @@ Horizontal.propTypes = process.env.NODE_ENV !== "production" ? {
79
79
  var Horizontal$1 = Horizontal;
80
80
 
81
81
  // NOTE: This string will be replaced on build time with the package version.
82
- var version = "15.14.0";
82
+ var version = "15.14.2";
83
83
 
84
84
  // eslint-disable-next-line import/prefer-default-export
85
85
  var Constraints = {
@@ -1,3 +1 @@
1
- import type { THorizontalProps as HorizontalProps, TMaxProp as MaxProp } from './horizontal';
2
- export type THorizontalProps = HorizontalProps;
3
- export type TMaxProp = MaxProp;
1
+ export type { THorizontalProps, TMaxProp } from './horizontal';
@@ -1,6 +1,6 @@
1
1
  export * from './horizontal/export-types';
2
2
  declare const Constraints: {
3
- Horizontal: (props: import("./horizontal/horizontal").THorizontalProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ Horizontal: (props: import("./horizontal").THorizontalProps) => import("@emotion/react/jsx-runtime").JSX.Element;
4
4
  getAcceptedMaxPropValues: (min?: number, max?: number) => (string | number)[];
5
5
  };
6
6
  export default 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.14.0",
4
+ "version": "15.14.2",
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.14.0",
25
- "@commercetools-uikit/utils": "15.14.0",
24
+ "@commercetools-uikit/design-system": "15.14.2",
25
+ "@commercetools-uikit/utils": "15.14.2",
26
26
  "@emotion/react": "^11.10.5",
27
27
  "@emotion/styled": "^11.10.5",
28
28
  "prop-types": "15.8.1"