@commercetools-uikit/money-input 15.2.2 → 15.2.3

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.
@@ -759,7 +759,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
759
759
 
760
760
  function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
761
761
 
762
- var TooltipWrapper = _styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
762
+ var TooltipWrapper = /*#__PURE__*/_styled__default["default"]("div", process.env.NODE_ENV === "production" ? {
763
763
  target: "e1u90zjc0"
764
764
  } : {
765
765
  target: "e1u90zjc0",
@@ -1474,7 +1474,7 @@ MoneyInput.defaultProps = defaultProps;
1474
1474
  var MoneyInput$1 = MoneyInput;
1475
1475
 
1476
1476
  // NOTE: This string will be replaced on build time with the package version.
1477
- var version = "15.2.2";
1477
+ var version = "15.2.3";
1478
1478
 
1479
1479
  exports["default"] = MoneyInput$1;
1480
1480
  exports.version = version;
@@ -756,7 +756,7 @@ function ownKeys(object, enumerableOnly) { var keys = _Object$keys__default["def
756
756
 
757
757
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var _context14, _context15; var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? _forEachInstanceProperty__default["default"](_context14 = ownKeys(Object(source), !0)).call(_context14, function (key) { _defineProperty(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](target, _Object$getOwnPropertyDescriptors__default["default"](source)) : _forEachInstanceProperty__default["default"](_context15 = ownKeys(Object(source))).call(_context15, function (key) { _Object$defineProperty__default["default"](target, key, _Object$getOwnPropertyDescriptor__default["default"](source, key)); }); } return target; }
758
758
 
759
- var TooltipWrapper = _styled__default["default"]("div", {
759
+ var TooltipWrapper = /*#__PURE__*/_styled__default["default"]("div", {
760
760
  target: "e1u90zjc0"
761
761
  } )({
762
762
  name: "zjik7",
@@ -1413,7 +1413,7 @@ MoneyInput.defaultProps = defaultProps;
1413
1413
  var MoneyInput$1 = MoneyInput;
1414
1414
 
1415
1415
  // NOTE: This string will be replaced on build time with the package version.
1416
- var version = "15.2.2";
1416
+ var version = "15.2.3";
1417
1417
 
1418
1418
  exports["default"] = MoneyInput$1;
1419
1419
  exports.version = version;
@@ -728,7 +728,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
728
728
 
729
729
  function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
730
730
 
731
- var TooltipWrapper = _styled("div", process.env.NODE_ENV === "production" ? {
731
+ var TooltipWrapper = /*#__PURE__*/_styled("div", process.env.NODE_ENV === "production" ? {
732
732
  target: "e1u90zjc0"
733
733
  } : {
734
734
  target: "e1u90zjc0",
@@ -1443,6 +1443,6 @@ MoneyInput.defaultProps = defaultProps;
1443
1443
  var MoneyInput$1 = MoneyInput;
1444
1444
 
1445
1445
  // NOTE: This string will be replaced on build time with the package version.
1446
- var version = "15.2.2";
1446
+ var version = "15.2.3";
1447
1447
 
1448
1448
  export { MoneyInput$1 as default, version };
@@ -1,11 +1,11 @@
1
1
  import type { TInputProps } from './money-input';
2
- declare const getCurrencyLabelStyles: () => import("@emotion/react").SerializedStyles;
2
+ declare const getCurrencyLabelStyles: () => import("@emotion/utils").SerializedStyles;
3
3
  declare type TGetAmountInputStyles = {
4
4
  hasFocus: boolean;
5
5
  } & TInputProps;
6
- declare const getAmountInputStyles: (props: TGetAmountInputStyles) => import("@emotion/react").SerializedStyles[];
6
+ declare const getAmountInputStyles: (props: TGetAmountInputStyles) => import("@emotion/utils").SerializedStyles[];
7
7
  declare type TGetHighPrecisionWrapperStyles = {
8
8
  isDisabled?: boolean;
9
9
  };
10
- declare const getHighPrecisionWrapperStyles: ({ isDisabled, }: TGetHighPrecisionWrapperStyles) => import("@emotion/react").SerializedStyles;
10
+ declare const getHighPrecisionWrapperStyles: ({ isDisabled, }: TGetHighPrecisionWrapperStyles) => import("@emotion/utils").SerializedStyles;
11
11
  export { getHighPrecisionWrapperStyles, getCurrencyLabelStyles, getAmountInputStyles, };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/money-input",
3
3
  "description": "A controlled input component for money values with validation states.",
4
- "version": "15.2.2",
4
+ "version": "15.2.3",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -19,16 +19,16 @@
19
19
  "module": "dist/commercetools-uikit-money-input.esm.js",
20
20
  "files": ["dist"],
21
21
  "dependencies": {
22
- "@babel/runtime": "^7.17.2",
23
- "@babel/runtime-corejs3": "^7.17.2",
24
- "@commercetools-uikit/constraints": "15.2.2",
25
- "@commercetools-uikit/design-system": "15.2.2",
26
- "@commercetools-uikit/hooks": "15.2.2",
27
- "@commercetools-uikit/icons": "15.2.2",
28
- "@commercetools-uikit/input-utils": "15.2.2",
29
- "@commercetools-uikit/select-utils": "15.2.2",
30
- "@commercetools-uikit/tooltip": "15.2.2",
31
- "@commercetools-uikit/utils": "15.2.2",
22
+ "@babel/runtime": "^7.19.0",
23
+ "@babel/runtime-corejs3": "^7.19.1",
24
+ "@commercetools-uikit/constraints": "15.2.3",
25
+ "@commercetools-uikit/design-system": "15.2.3",
26
+ "@commercetools-uikit/hooks": "15.2.3",
27
+ "@commercetools-uikit/icons": "15.2.3",
28
+ "@commercetools-uikit/input-utils": "15.2.3",
29
+ "@commercetools-uikit/select-utils": "15.2.3",
30
+ "@commercetools-uikit/tooltip": "15.2.3",
31
+ "@commercetools-uikit/utils": "15.2.3",
32
32
  "@emotion/react": "^11.4.0",
33
33
  "@emotion/styled": "^11.3.0",
34
34
  "lodash": "4.17.21",
@@ -38,7 +38,7 @@
38
38
  "devDependencies": {
39
39
  "react": "17.0.2",
40
40
  "react-dom": "17.0.2",
41
- "react-intl": "^5.24.6"
41
+ "react-intl": "^5.25.1"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": "17.x",