@commercetools-uikit/input-utils 20.2.0 → 20.2.2
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.2.
|
|
254
|
+
var version = "20.2.2";
|
|
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.2.
|
|
242
|
+
var version = "20.2.2";
|
|
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.2.
|
|
236
|
+
var version = "20.2.2";
|
|
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.2.
|
|
4
|
+
"version": "20.2.2",
|
|
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.2.
|
|
25
|
-
"@commercetools-uikit/flat-button": "20.2.
|
|
26
|
-
"@commercetools-uikit/icons": "20.2.
|
|
27
|
-
"@commercetools-uikit/utils": "20.2.
|
|
24
|
+
"@commercetools-uikit/design-system": "20.2.2",
|
|
25
|
+
"@commercetools-uikit/flat-button": "20.2.2",
|
|
26
|
+
"@commercetools-uikit/icons": "20.2.2",
|
|
27
|
+
"@commercetools-uikit/utils": "20.2.2",
|
|
28
28
|
"@emotion/react": "^11.10.5",
|
|
29
29
|
"react-textarea-autosize": "8.4.0"
|
|
30
30
|
},
|