@commercetools-uikit/input-utils 16.10.0 → 16.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.
@@ -283,7 +283,7 @@ const accessibleHiddenInputStyles = process.env.NODE_ENV === "production" ? {
283
283
  var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
284
284
 
285
285
  // NOTE: This string will be replaced on build time with the package version.
286
- var version = "16.10.0";
286
+ var version = "16.11.0";
287
287
 
288
288
  exports.LocalizedInputToggle = LocalizedInputToggle$1;
289
289
  exports.MultilineInput = MultilineInput$1;
@@ -241,7 +241,7 @@ const accessibleHiddenInputStyles = {
241
241
  var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
242
242
 
243
243
  // NOTE: This string will be replaced on build time with the package version.
244
- var version = "16.10.0";
244
+ var version = "16.11.0";
245
245
 
246
246
  exports.LocalizedInputToggle = LocalizedInputToggle$1;
247
247
  exports.MultilineInput = MultilineInput$1;
@@ -264,6 +264,6 @@ const accessibleHiddenInputStyles = process.env.NODE_ENV === "production" ? {
264
264
  var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
265
265
 
266
266
  // NOTE: This string will be replaced on build time with the package version.
267
- var version = "16.10.0";
267
+ var version = "16.11.0";
268
268
 
269
269
  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": "16.10.0",
4
+ "version": "16.11.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.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/design-system": "16.10.0",
25
- "@commercetools-uikit/flat-button": "16.10.0",
26
- "@commercetools-uikit/icons": "16.10.0",
27
- "@commercetools-uikit/utils": "16.10.0",
24
+ "@commercetools-uikit/design-system": "16.11.0",
25
+ "@commercetools-uikit/flat-button": "16.11.0",
26
+ "@commercetools-uikit/icons": "16.11.0",
27
+ "@commercetools-uikit/utils": "16.11.0",
28
28
  "@emotion/react": "^11.10.5",
29
29
  "prop-types": "15.8.1",
30
30
  "react-textarea-autosize": "8.4.0"