@commercetools-uikit/money-input 19.0.0 → 19.2.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.
@@ -2,6 +2,7 @@ import { type Props as ReactSelectProps } from 'react-select';
2
2
  import { type Theme } from '@emotion/react';
3
3
  import currencies from "./currencies.js";
4
4
  export type TInputProps = {
5
+ isCondensed?: boolean;
5
6
  isDisabled?: boolean;
6
7
  hasError?: boolean;
7
8
  hasWarning?: boolean;
@@ -47,6 +48,7 @@ type TMoneyInputProps = {
47
48
  placeholder?: string;
48
49
  onBlur?: (event: TCustomEvent) => void;
49
50
  onFocus?: (event: TCustomEvent) => void;
51
+ isCondensed?: boolean;
50
52
  isDisabled?: boolean;
51
53
  isReadOnly?: boolean;
52
54
  isAutofocussed?: boolean;
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": "19.0.0",
4
+ "version": "19.2.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,14 +21,14 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "19.0.0",
25
- "@commercetools-uikit/design-system": "19.0.0",
26
- "@commercetools-uikit/hooks": "19.0.0",
27
- "@commercetools-uikit/icons": "19.0.0",
28
- "@commercetools-uikit/input-utils": "19.0.0",
29
- "@commercetools-uikit/select-utils": "19.0.0",
30
- "@commercetools-uikit/tooltip": "19.0.0",
31
- "@commercetools-uikit/utils": "19.0.0",
24
+ "@commercetools-uikit/constraints": "19.2.0",
25
+ "@commercetools-uikit/design-system": "19.2.0",
26
+ "@commercetools-uikit/hooks": "19.2.0",
27
+ "@commercetools-uikit/icons": "19.2.0",
28
+ "@commercetools-uikit/input-utils": "19.2.0",
29
+ "@commercetools-uikit/select-utils": "19.2.0",
30
+ "@commercetools-uikit/tooltip": "19.2.0",
31
+ "@commercetools-uikit/utils": "19.2.0",
32
32
  "@emotion/react": "^11.10.5",
33
33
  "@emotion/styled": "^11.10.5",
34
34
  "lodash": "4.17.21",