@commercetools-uikit/input-utils 15.2.2 → 15.2.3
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.
- package/dist/commercetools-uikit-input-utils.cjs.dev.js +1 -1
- package/dist/commercetools-uikit-input-utils.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-input-utils.esm.js +1 -1
- package/dist/declarations/src/accessible-hidden-input.styles.d.ts +1 -1
- package/dist/declarations/src/multiline-input/multiline-input.styles.d.ts +1 -1
- package/dist/declarations/src/styles.d.ts +1 -1
- package/package.json +8 -8
|
@@ -251,7 +251,7 @@ var 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 = "15.2.
|
|
254
|
+
var version = "15.2.3";
|
|
255
255
|
|
|
256
256
|
exports.LocalizedInputToggle = LocalizedInputToggle$1;
|
|
257
257
|
exports.MultilineInput = MultilineInput$1;
|
|
@@ -215,7 +215,7 @@ var accessibleHiddenInputStyles = {
|
|
|
215
215
|
var accessibleHiddenInputStyles$1 = accessibleHiddenInputStyles;
|
|
216
216
|
|
|
217
217
|
// NOTE: This string will be replaced on build time with the package version.
|
|
218
|
-
var version = "15.2.
|
|
218
|
+
var version = "15.2.3";
|
|
219
219
|
|
|
220
220
|
exports.LocalizedInputToggle = LocalizedInputToggle$1;
|
|
221
221
|
exports.MultilineInput = MultilineInput$1;
|
|
@@ -233,6 +233,6 @@ var 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 = "15.2.
|
|
236
|
+
var version = "15.2.3";
|
|
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 };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const accessibleHiddenInputStyles: import("@emotion/
|
|
1
|
+
declare const accessibleHiddenInputStyles: import("@emotion/utils").SerializedStyles;
|
|
2
2
|
export default accessibleHiddenInputStyles;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { Theme } from '@emotion/react';
|
|
2
2
|
import type { TMultiLineInputProps } from './multiline-input';
|
|
3
|
-
declare const getTextareaStyles: (props: TMultiLineInputProps, theme: Theme) => import("@emotion/
|
|
3
|
+
declare const getTextareaStyles: (props: TMultiLineInputProps, theme: Theme) => import("@emotion/utils").SerializedStyles[];
|
|
4
4
|
export { getTextareaStyles };
|
|
@@ -7,5 +7,5 @@ declare type TInputProps = {
|
|
|
7
7
|
isReadOnly?: boolean;
|
|
8
8
|
readOnly?: boolean;
|
|
9
9
|
};
|
|
10
|
-
declare const getInputStyles: (props: TInputProps, theme?: Theme) => import("@emotion/
|
|
10
|
+
declare const getInputStyles: (props: TInputProps, theme?: Theme) => import("@emotion/utils").SerializedStyles;
|
|
11
11
|
export { getInputStyles };
|
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.2.
|
|
4
|
+
"version": "15.2.3",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,19 +19,19 @@
|
|
|
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.2.
|
|
25
|
-
"@commercetools-uikit/flat-button": "15.2.
|
|
26
|
-
"@commercetools-uikit/icons": "15.2.
|
|
27
|
-
"@commercetools-uikit/utils": "15.2.
|
|
22
|
+
"@babel/runtime": "^7.19.0",
|
|
23
|
+
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
|
+
"@commercetools-uikit/design-system": "15.2.3",
|
|
25
|
+
"@commercetools-uikit/flat-button": "15.2.3",
|
|
26
|
+
"@commercetools-uikit/icons": "15.2.3",
|
|
27
|
+
"@commercetools-uikit/utils": "15.2.3",
|
|
28
28
|
"@emotion/react": "^11.4.0",
|
|
29
29
|
"prop-types": "15.8.1",
|
|
30
30
|
"react-textarea-autosize": "8.3.4"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"react": "17.0.2",
|
|
34
|
-
"react-intl": "^5.
|
|
34
|
+
"react-intl": "^5.25.1"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"react": "17.x",
|