@commercetools-uikit/input-utils 15.11.2 → 15.13.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.
|
@@ -284,7 +284,7 @@ var accessibleHiddenInputStyles = process.env.NODE_ENV === "production" ? {
|
|
|
284
284
|
var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
|
|
285
285
|
|
|
286
286
|
// NOTE: This string will be replaced on build time with the package version.
|
|
287
|
-
var version = "15.
|
|
287
|
+
var version = "15.13.0";
|
|
288
288
|
|
|
289
289
|
exports.LocalizedInputToggle = LocalizedInputToggle$1;
|
|
290
290
|
exports.MultilineInput = MultilineInput$1;
|
|
@@ -242,7 +242,7 @@ var accessibleHiddenInputStyles = {
|
|
|
242
242
|
var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
|
|
243
243
|
|
|
244
244
|
// NOTE: This string will be replaced on build time with the package version.
|
|
245
|
-
var version = "15.
|
|
245
|
+
var version = "15.13.0";
|
|
246
246
|
|
|
247
247
|
exports.LocalizedInputToggle = LocalizedInputToggle$1;
|
|
248
248
|
exports.MultilineInput = MultilineInput$1;
|
|
@@ -266,6 +266,6 @@ var accessibleHiddenInputStyles = process.env.NODE_ENV === "production" ? {
|
|
|
266
266
|
var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
|
|
267
267
|
|
|
268
268
|
// NOTE: This string will be replaced on build time with the package version.
|
|
269
|
-
var version = "15.
|
|
269
|
+
var version = "15.13.0";
|
|
270
270
|
|
|
271
271
|
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
|
+
"version": "15.13.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-input-utils.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "^7.
|
|
23
|
-
"@babel/runtime-corejs3": "^7.
|
|
24
|
-
"@commercetools-uikit/design-system": "15.
|
|
25
|
-
"@commercetools-uikit/flat-button": "15.
|
|
26
|
-
"@commercetools-uikit/icons": "15.
|
|
27
|
-
"@commercetools-uikit/utils": "15.
|
|
28
|
-
"@emotion/react": "^11.
|
|
22
|
+
"@babel/runtime": "^7.20.13",
|
|
23
|
+
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
+
"@commercetools-uikit/design-system": "15.13.0",
|
|
25
|
+
"@commercetools-uikit/flat-button": "15.13.0",
|
|
26
|
+
"@commercetools-uikit/icons": "15.13.0",
|
|
27
|
+
"@commercetools-uikit/utils": "15.13.0",
|
|
28
|
+
"@emotion/react": "^11.10.5",
|
|
29
29
|
"prop-types": "15.8.1",
|
|
30
30
|
"react-textarea-autosize": "8.4.0"
|
|
31
31
|
},
|