@commercetools-uikit/input-utils 15.9.0 → 15.11.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.
@@ -284,7 +284,7 @@ var accessibleHiddenInputStyles = process.env.NODE_ENV === "production" ? {
284
284
  var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
285
285
 
286
286
  // NOTE: This string will be replaced on build time with the package version.
287
- var version = "15.9.0";
287
+ var version = "15.11.0";
288
288
 
289
289
  exports.LocalizedInputToggle = LocalizedInputToggle$1;
290
290
  exports.MultilineInput = MultilineInput$1;
@@ -242,7 +242,7 @@ var accessibleHiddenInputStyles = {
242
242
  var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
243
243
 
244
244
  // NOTE: This string will be replaced on build time with the package version.
245
- var version = "15.9.0";
245
+ var version = "15.11.0";
246
246
 
247
247
  exports.LocalizedInputToggle = LocalizedInputToggle$1;
248
248
  exports.MultilineInput = MultilineInput$1;
@@ -266,6 +266,6 @@ var accessibleHiddenInputStyles = process.env.NODE_ENV === "production" ? {
266
266
  var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
267
267
 
268
268
  // NOTE: This string will be replaced on build time with the package version.
269
- var version = "15.9.0";
269
+ var version = "15.11.0";
270
270
 
271
271
  export { LocalizedInputToggle$1 as LocalizedInputToggle, MultilineInput$1 as MultilineInput, accessibleHiddenInputStyles$1 as accessibleHiddenInputStyles, getInputStyles, messages$1 as messagesLocalizedInput, messages as messagesMultilineInput, version };
@@ -1,3 +1,3 @@
1
1
  import type { TLocalizedInputToggleProps as LocalizedInputToggleProps } from './localized-input-toggle';
2
2
  export { default } from './localized-input-toggle';
3
- export declare type TLocalizedInputToggleProps = LocalizedInputToggleProps;
3
+ export type TLocalizedInputToggleProps = LocalizedInputToggleProps;
@@ -1,6 +1,6 @@
1
1
  import type { MessageDescriptor } from 'react-intl';
2
2
  import { MouseEvent, KeyboardEvent, ReactElement } from 'react';
3
- export declare type TLocalizedInputToggleProps = {
3
+ export type TLocalizedInputToggleProps = {
4
4
  icon?: ReactElement;
5
5
  isOpen?: boolean;
6
6
  onClick: (event: MouseEvent<HTMLButtonElement> | KeyboardEvent<HTMLButtonElement> | boolean) => void;
@@ -1,3 +1,3 @@
1
1
  import type { TMultiLineInputProps as MultiLineInputProps } from './multiline-input';
2
2
  export { default } from './multiline-input';
3
- export declare type TMultiLineInputProps = MultiLineInputProps;
3
+ export type TMultiLineInputProps = MultiLineInputProps;
@@ -1,5 +1,5 @@
1
1
  import { ChangeEventHandler } from 'react';
2
- export declare type TMultiLineInputProps = {
2
+ export type TMultiLineInputProps = {
3
3
  autoComplete?: string;
4
4
  className?: string;
5
5
  hasError?: boolean;
@@ -1,4 +1,4 @@
1
- declare type TInputProps = {
1
+ type TInputProps = {
2
2
  isDisabled?: boolean;
3
3
  disabled?: boolean;
4
4
  hasError?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/input-utils",
3
3
  "description": "Utilities for working with input components.",
4
- "version": "15.9.0",
4
+ "version": "15.11.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.19.0",
23
23
  "@babel/runtime-corejs3": "^7.19.1",
24
- "@commercetools-uikit/design-system": "15.9.0",
25
- "@commercetools-uikit/flat-button": "15.9.0",
26
- "@commercetools-uikit/icons": "15.9.0",
27
- "@commercetools-uikit/utils": "15.9.0",
24
+ "@commercetools-uikit/design-system": "15.11.0",
25
+ "@commercetools-uikit/flat-button": "15.11.0",
26
+ "@commercetools-uikit/icons": "15.11.0",
27
+ "@commercetools-uikit/utils": "15.11.0",
28
28
  "@emotion/react": "^11.4.0",
29
29
  "prop-types": "15.8.1",
30
- "react-textarea-autosize": "8.3.4"
30
+ "react-textarea-autosize": "8.4.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "react": "17.0.2",