@commercetools-uikit/input-utils 20.3.1 → 20.4.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.
|
@@ -273,7 +273,7 @@ const accessibleHiddenInputStyles = process.env.NODE_ENV === "production" ? {
|
|
|
273
273
|
var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
|
|
274
274
|
|
|
275
275
|
// NOTE: This string will be replaced on build time with the package version.
|
|
276
|
-
var version = "20.
|
|
276
|
+
var version = "20.4.0";
|
|
277
277
|
|
|
278
278
|
exports.LocalizedInputToggle = LocalizedInputToggle$1;
|
|
279
279
|
exports.MultilineInput = MultilineInput$1;
|
|
@@ -261,7 +261,7 @@ const accessibleHiddenInputStyles = {
|
|
|
261
261
|
var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
|
|
262
262
|
|
|
263
263
|
// NOTE: This string will be replaced on build time with the package version.
|
|
264
|
-
var version = "20.
|
|
264
|
+
var version = "20.4.0";
|
|
265
265
|
|
|
266
266
|
exports.LocalizedInputToggle = LocalizedInputToggle$1;
|
|
267
267
|
exports.MultilineInput = MultilineInput$1;
|
|
@@ -255,6 +255,6 @@ const accessibleHiddenInputStyles = process.env.NODE_ENV === "production" ? {
|
|
|
255
255
|
var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
|
|
256
256
|
|
|
257
257
|
// NOTE: This string will be replaced on build time with the package version.
|
|
258
|
-
var version = "20.
|
|
258
|
+
var version = "20.4.0";
|
|
259
259
|
|
|
260
260
|
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.
|
|
4
|
+
"version": "20.4.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": "20.
|
|
25
|
-
"@commercetools-uikit/flat-button": "20.
|
|
26
|
-
"@commercetools-uikit/icons": "20.
|
|
27
|
-
"@commercetools-uikit/utils": "20.
|
|
24
|
+
"@commercetools-uikit/design-system": "20.4.0",
|
|
25
|
+
"@commercetools-uikit/flat-button": "20.4.0",
|
|
26
|
+
"@commercetools-uikit/icons": "20.4.0",
|
|
27
|
+
"@commercetools-uikit/utils": "20.4.0",
|
|
28
28
|
"@emotion/react": "^11.10.5",
|
|
29
29
|
"react-textarea-autosize": "8.4.0"
|
|
30
30
|
},
|