@commercetools-uikit/input-utils 12.2.6 → 12.2.7
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.
|
@@ -247,7 +247,7 @@ var accessibleHiddenInputStyles = process.env.NODE_ENV === "production" ? {
|
|
|
247
247
|
var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
|
|
248
248
|
|
|
249
249
|
// NOTE: This string will be replaced on build time with the package version.
|
|
250
|
-
var version = "12.2.
|
|
250
|
+
var version = "12.2.7";
|
|
251
251
|
|
|
252
252
|
exports.LocalizedInputToggle = LocalizedInputToggle$1;
|
|
253
253
|
exports.MultilineInput = MultilineInput$1;
|
|
@@ -213,7 +213,7 @@ var accessibleHiddenInputStyles = {
|
|
|
213
213
|
var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
|
|
214
214
|
|
|
215
215
|
// NOTE: This string will be replaced on build time with the package version.
|
|
216
|
-
var version = "12.2.
|
|
216
|
+
var version = "12.2.7";
|
|
217
217
|
|
|
218
218
|
exports.LocalizedInputToggle = LocalizedInputToggle$1;
|
|
219
219
|
exports.MultilineInput = MultilineInput$1;
|
|
@@ -229,6 +229,6 @@ var accessibleHiddenInputStyles = process.env.NODE_ENV === "production" ? {
|
|
|
229
229
|
var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
|
|
230
230
|
|
|
231
231
|
// NOTE: This string will be replaced on build time with the package version.
|
|
232
|
-
var version = "12.2.
|
|
232
|
+
var version = "12.2.7";
|
|
233
233
|
|
|
234
234
|
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": "12.2.
|
|
4
|
+
"version": "12.2.7",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@babel/runtime-corejs3": "7.16.3",
|
|
24
24
|
"@commercetools-uikit/design-system": "12.2.5",
|
|
25
25
|
"@commercetools-uikit/flat-button": "12.2.5",
|
|
26
|
-
"@commercetools-uikit/icons": "12.2.
|
|
26
|
+
"@commercetools-uikit/icons": "12.2.7",
|
|
27
27
|
"@commercetools-uikit/utils": "12.2.5",
|
|
28
28
|
"@emotion/react": "^11.4.0",
|
|
29
29
|
"prop-types": "15.7.2",
|