@commercetools-uikit/input-utils 15.4.0 → 15.5.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.
@@ -244,7 +244,7 @@ var accessibleHiddenInputStyles = process.env.NODE_ENV === "production" ? {
244
244
  var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
245
245
 
246
246
  // NOTE: This string will be replaced on build time with the package version.
247
- var version = "15.4.0";
247
+ var version = "15.5.0";
248
248
 
249
249
  exports.LocalizedInputToggle = LocalizedInputToggle$1;
250
250
  exports.MultilineInput = MultilineInput$1;
@@ -208,7 +208,7 @@ var accessibleHiddenInputStyles = {
208
208
  var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
209
209
 
210
210
  // NOTE: This string will be replaced on build time with the package version.
211
- var version = "15.4.0";
211
+ var version = "15.5.0";
212
212
 
213
213
  exports.LocalizedInputToggle = LocalizedInputToggle$1;
214
214
  exports.MultilineInput = MultilineInput$1;
@@ -226,6 +226,6 @@ var accessibleHiddenInputStyles = process.env.NODE_ENV === "production" ? {
226
226
  var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
227
227
 
228
228
  // NOTE: This string will be replaced on build time with the package version.
229
- var version = "15.4.0";
229
+ var version = "15.5.0";
230
230
 
231
231
  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": "15.4.0",
4
+ "version": "15.5.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,10 +21,10 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.19.0",
23
23
  "@babel/runtime-corejs3": "^7.19.1",
24
- "@commercetools-uikit/design-system": "15.4.0",
25
- "@commercetools-uikit/flat-button": "15.4.0",
26
- "@commercetools-uikit/icons": "15.4.0",
27
- "@commercetools-uikit/utils": "15.4.0",
24
+ "@commercetools-uikit/design-system": "15.5.0",
25
+ "@commercetools-uikit/flat-button": "15.5.0",
26
+ "@commercetools-uikit/icons": "15.5.0",
27
+ "@commercetools-uikit/utils": "15.5.0",
28
28
  "@emotion/react": "^11.4.0",
29
29
  "prop-types": "15.8.1",
30
30
  "react-textarea-autosize": "8.3.4"