@commercetools-uikit/input-utils 18.4.0 → 18.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.
|
@@ -274,7 +274,7 @@ const accessibleHiddenInputStyles = process.env.NODE_ENV === "production" ? {
|
|
|
274
274
|
var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
|
|
275
275
|
|
|
276
276
|
// NOTE: This string will be replaced on build time with the package version.
|
|
277
|
-
var version = "18.
|
|
277
|
+
var version = "18.5.0";
|
|
278
278
|
|
|
279
279
|
exports.LocalizedInputToggle = LocalizedInputToggle$1;
|
|
280
280
|
exports.MultilineInput = MultilineInput$1;
|
|
@@ -232,7 +232,7 @@ const accessibleHiddenInputStyles = {
|
|
|
232
232
|
var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
|
|
233
233
|
|
|
234
234
|
// NOTE: This string will be replaced on build time with the package version.
|
|
235
|
-
var version = "18.
|
|
235
|
+
var version = "18.5.0";
|
|
236
236
|
|
|
237
237
|
exports.LocalizedInputToggle = LocalizedInputToggle$1;
|
|
238
238
|
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 = "18.
|
|
258
|
+
var version = "18.5.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": "18.
|
|
4
|
+
"version": "18.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.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/design-system": "18.
|
|
25
|
-
"@commercetools-uikit/flat-button": "18.
|
|
26
|
-
"@commercetools-uikit/icons": "18.
|
|
27
|
-
"@commercetools-uikit/utils": "18.
|
|
24
|
+
"@commercetools-uikit/design-system": "18.5.0",
|
|
25
|
+
"@commercetools-uikit/flat-button": "18.5.0",
|
|
26
|
+
"@commercetools-uikit/icons": "18.5.0",
|
|
27
|
+
"@commercetools-uikit/utils": "18.5.0",
|
|
28
28
|
"@emotion/react": "^11.10.5",
|
|
29
29
|
"prop-types": "15.8.1",
|
|
30
30
|
"react-textarea-autosize": "8.4.0"
|