@commercetools-uikit/input-utils 20.0.0 → 20.1.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.
@@ -251,7 +251,7 @@ const accessibleHiddenInputStyles = process.env.NODE_ENV === "production" ? {
251
251
  var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
252
252
 
253
253
  // NOTE: This string will be replaced on build time with the package version.
254
- var version = "20.0.0";
254
+ var version = "20.1.0";
255
255
 
256
256
  exports.LocalizedInputToggle = LocalizedInputToggle$1;
257
257
  exports.MultilineInput = MultilineInput$1;
@@ -239,7 +239,7 @@ const accessibleHiddenInputStyles = {
239
239
  var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
240
240
 
241
241
  // NOTE: This string will be replaced on build time with the package version.
242
- var version = "20.0.0";
242
+ var version = "20.1.0";
243
243
 
244
244
  exports.LocalizedInputToggle = LocalizedInputToggle$1;
245
245
  exports.MultilineInput = MultilineInput$1;
@@ -233,6 +233,6 @@ const accessibleHiddenInputStyles = process.env.NODE_ENV === "production" ? {
233
233
  var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
234
234
 
235
235
  // NOTE: This string will be replaced on build time with the package version.
236
- var version = "20.0.0";
236
+ var version = "20.1.0";
237
237
 
238
238
  export { LocalizedInputToggle$1 as LocalizedInputToggle, MultilineInput$1 as MultilineInput, accessibleHiddenInputStyles$1 as accessibleHiddenInputStyles, getInputStyles, messages$1 as messagesLocalizedInput, messages as messagesMultilineInput, version };
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": "20.0.0",
4
+ "version": "20.1.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,15 +21,15 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/design-system": "20.0.0",
25
- "@commercetools-uikit/flat-button": "20.0.0",
26
- "@commercetools-uikit/icons": "20.0.0",
27
- "@commercetools-uikit/utils": "20.0.0",
24
+ "@commercetools-uikit/design-system": "20.1.0",
25
+ "@commercetools-uikit/flat-button": "20.1.0",
26
+ "@commercetools-uikit/icons": "20.1.0",
27
+ "@commercetools-uikit/utils": "20.1.0",
28
28
  "@emotion/react": "^11.10.5",
29
29
  "react-textarea-autosize": "8.4.0"
30
30
  },
31
31
  "devDependencies": {
32
- "react": "19.0.0",
32
+ "react": "19.1.0",
33
33
  "react-intl": "^7.1.4"
34
34
  },
35
35
  "peerDependencies": {