@commercetools-uikit/input-utils 15.15.1 → 16.0.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.
|
@@ -296,7 +296,7 @@ const accessibleHiddenInputStyles = process.env.NODE_ENV === "production" ? {
|
|
|
296
296
|
var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
|
|
297
297
|
|
|
298
298
|
// NOTE: This string will be replaced on build time with the package version.
|
|
299
|
-
var version = "
|
|
299
|
+
var version = "16.0.0";
|
|
300
300
|
|
|
301
301
|
exports.LocalizedInputToggle = LocalizedInputToggle$1;
|
|
302
302
|
exports.MultilineInput = MultilineInput$1;
|
|
@@ -254,7 +254,7 @@ const accessibleHiddenInputStyles = {
|
|
|
254
254
|
var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
|
|
255
255
|
|
|
256
256
|
// NOTE: This string will be replaced on build time with the package version.
|
|
257
|
-
var version = "
|
|
257
|
+
var version = "16.0.0";
|
|
258
258
|
|
|
259
259
|
exports.LocalizedInputToggle = LocalizedInputToggle$1;
|
|
260
260
|
exports.MultilineInput = MultilineInput$1;
|
|
@@ -278,6 +278,6 @@ const accessibleHiddenInputStyles = process.env.NODE_ENV === "production" ? {
|
|
|
278
278
|
var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
|
|
279
279
|
|
|
280
280
|
// NOTE: This string will be replaced on build time with the package version.
|
|
281
|
-
var version = "
|
|
281
|
+
var version = "16.0.0";
|
|
282
282
|
|
|
283
283
|
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": "
|
|
4
|
+
"version": "16.0.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,20 +21,20 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/design-system": "
|
|
25
|
-
"@commercetools-uikit/flat-button": "
|
|
26
|
-
"@commercetools-uikit/icons": "
|
|
27
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/design-system": "16.0.0",
|
|
25
|
+
"@commercetools-uikit/flat-button": "16.0.0",
|
|
26
|
+
"@commercetools-uikit/icons": "16.0.0",
|
|
27
|
+
"@commercetools-uikit/utils": "16.0.0",
|
|
28
28
|
"@emotion/react": "^11.10.5",
|
|
29
29
|
"prop-types": "15.8.1",
|
|
30
30
|
"react-textarea-autosize": "8.4.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"react": "17.0.2",
|
|
34
|
-
"react-intl": "^
|
|
34
|
+
"react-intl": "^6.3.2"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"react": "17.x",
|
|
38
|
-
"react-intl": "
|
|
38
|
+
"react-intl": "6.x"
|
|
39
39
|
}
|
|
40
40
|
}
|