@commercetools-uikit/multiline-text-input 12.2.5 → 13.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.
|
@@ -42,9 +42,9 @@ var FlatButton__default = /*#__PURE__*/_interopDefault(FlatButton);
|
|
|
42
42
|
var Stack__default = /*#__PURE__*/_interopDefault(Stack);
|
|
43
43
|
var Constraints__default = /*#__PURE__*/_interopDefault(Constraints);
|
|
44
44
|
|
|
45
|
-
function ownKeys(object, enumerableOnly) { var keys = _Object$keys__default["default"](object); if (_Object$getOwnPropertySymbols__default["default"]) { var symbols = _Object$getOwnPropertySymbols__default["default"](object);
|
|
45
|
+
function ownKeys(object, enumerableOnly) { var keys = _Object$keys__default["default"](object); if (_Object$getOwnPropertySymbols__default["default"]) { var symbols = _Object$getOwnPropertySymbols__default["default"](object); enumerableOnly && (symbols = _filterInstanceProperty__default["default"](symbols).call(symbols, function (sym) { return _Object$getOwnPropertyDescriptor__default["default"](object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
46
46
|
|
|
47
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
47
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var _context, _context2; var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys(Object(source), !0)).call(_context, function (key) { _defineProperty(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](target, _Object$getOwnPropertyDescriptors__default["default"](source)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys(Object(source))).call(_context2, function (key) { _Object$defineProperty__default["default"](target, key, _Object$getOwnPropertyDescriptor__default["default"](source, key)); }); } return target; }
|
|
48
48
|
|
|
49
49
|
function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
50
50
|
var defaultProps = {
|
|
@@ -155,7 +155,7 @@ MultilineTextInput.defaultProps = defaultProps;
|
|
|
155
155
|
var MultilineTextInput$1 = MultilineTextInput;
|
|
156
156
|
|
|
157
157
|
// NOTE: This string will be replaced on build time with the package version.
|
|
158
|
-
var version = "
|
|
158
|
+
var version = "13.0.0";
|
|
159
159
|
|
|
160
160
|
exports["default"] = MultilineTextInput$1;
|
|
161
161
|
exports.version = version;
|
|
@@ -41,9 +41,9 @@ var FlatButton__default = /*#__PURE__*/_interopDefault(FlatButton);
|
|
|
41
41
|
var Stack__default = /*#__PURE__*/_interopDefault(Stack);
|
|
42
42
|
var Constraints__default = /*#__PURE__*/_interopDefault(Constraints);
|
|
43
43
|
|
|
44
|
-
function ownKeys(object, enumerableOnly) { var keys = _Object$keys__default["default"](object); if (_Object$getOwnPropertySymbols__default["default"]) { var symbols = _Object$getOwnPropertySymbols__default["default"](object);
|
|
44
|
+
function ownKeys(object, enumerableOnly) { var keys = _Object$keys__default["default"](object); if (_Object$getOwnPropertySymbols__default["default"]) { var symbols = _Object$getOwnPropertySymbols__default["default"](object); enumerableOnly && (symbols = _filterInstanceProperty__default["default"](symbols).call(symbols, function (sym) { return _Object$getOwnPropertyDescriptor__default["default"](object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
45
45
|
|
|
46
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
46
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var _context, _context2; var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? _forEachInstanceProperty__default["default"](_context = ownKeys(Object(source), !0)).call(_context, function (key) { _defineProperty(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](target, _Object$getOwnPropertyDescriptors__default["default"](source)) : _forEachInstanceProperty__default["default"](_context2 = ownKeys(Object(source))).call(_context2, function (key) { _Object$defineProperty__default["default"](target, key, _Object$getOwnPropertyDescriptor__default["default"](source, key)); }); } return target; }
|
|
47
47
|
var defaultProps = {
|
|
48
48
|
defaultExpandMultilineText: false
|
|
49
49
|
};
|
|
@@ -131,7 +131,7 @@ MultilineTextInput.defaultProps = defaultProps;
|
|
|
131
131
|
var MultilineTextInput$1 = MultilineTextInput;
|
|
132
132
|
|
|
133
133
|
// NOTE: This string will be replaced on build time with the package version.
|
|
134
|
-
var version = "
|
|
134
|
+
var version = "13.0.0";
|
|
135
135
|
|
|
136
136
|
exports["default"] = MultilineTextInput$1;
|
|
137
137
|
exports.version = version;
|
|
@@ -22,9 +22,9 @@ import Constraints from '@commercetools-uikit/constraints';
|
|
|
22
22
|
import { MultilineInput, messagesMultilineInput } from '@commercetools-uikit/input-utils';
|
|
23
23
|
import { jsx, jsxs } from '@emotion/react/jsx-runtime';
|
|
24
24
|
|
|
25
|
-
function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object);
|
|
25
|
+
function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); enumerableOnly && (symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return _Object$getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
26
26
|
|
|
27
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
27
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var _context, _context2; var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(source), !0)).call(_context, function (key) { _defineProperty(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(target, _Object$getOwnPropertyDescriptors(source)) : _forEachInstanceProperty(_context2 = ownKeys(Object(source))).call(_context2, function (key) { _Object$defineProperty(target, key, _Object$getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
28
28
|
|
|
29
29
|
function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
30
30
|
var defaultProps = {
|
|
@@ -135,6 +135,6 @@ MultilineTextInput.defaultProps = defaultProps;
|
|
|
135
135
|
var MultilineTextInput$1 = MultilineTextInput;
|
|
136
136
|
|
|
137
137
|
// NOTE: This string will be replaced on build time with the package version.
|
|
138
|
-
var version = "
|
|
138
|
+
var version = "13.0.0";
|
|
139
139
|
|
|
140
140
|
export { MultilineTextInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/multiline-text-input",
|
|
3
3
|
"description": "A controlled text input component for multi-line strings with validation states.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "13.0.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,12 +9,7 @@
|
|
|
9
9
|
"directory": "packages/components/inputs/multiline-text-input"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": [
|
|
13
|
-
"javascript",
|
|
14
|
-
"design system",
|
|
15
|
-
"react",
|
|
16
|
-
"uikit"
|
|
17
|
-
],
|
|
12
|
+
"keywords": ["javascript", "design system", "react", "uikit"],
|
|
18
13
|
"license": "MIT",
|
|
19
14
|
"publishConfig": {
|
|
20
15
|
"access": "public"
|
|
@@ -22,32 +17,30 @@
|
|
|
22
17
|
"sideEffects": false,
|
|
23
18
|
"main": "dist/commercetools-uikit-multiline-text-input.cjs.js",
|
|
24
19
|
"module": "dist/commercetools-uikit-multiline-text-input.esm.js",
|
|
25
|
-
"files": [
|
|
26
|
-
"dist"
|
|
27
|
-
],
|
|
20
|
+
"files": ["dist"],
|
|
28
21
|
"dependencies": {
|
|
29
|
-
"@babel/runtime": "7.
|
|
30
|
-
"@babel/runtime-corejs3": "7.
|
|
31
|
-
"@commercetools-uikit/constraints": "
|
|
32
|
-
"@commercetools-uikit/design-system": "
|
|
33
|
-
"@commercetools-uikit/flat-button": "
|
|
34
|
-
"@commercetools-uikit/hooks": "12.2.
|
|
35
|
-
"@commercetools-uikit/icons": "
|
|
36
|
-
"@commercetools-uikit/input-utils": "
|
|
37
|
-
"@commercetools-uikit/spacings-inline": "
|
|
38
|
-
"@commercetools-uikit/spacings-stack": "
|
|
39
|
-
"@commercetools-uikit/tooltip": "
|
|
40
|
-
"@commercetools-uikit/utils": "12.2.
|
|
22
|
+
"@babel/runtime": "7.17.2",
|
|
23
|
+
"@babel/runtime-corejs3": "7.17.2",
|
|
24
|
+
"@commercetools-uikit/constraints": "13.0.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "13.0.0",
|
|
26
|
+
"@commercetools-uikit/flat-button": "13.0.0",
|
|
27
|
+
"@commercetools-uikit/hooks": "12.2.9",
|
|
28
|
+
"@commercetools-uikit/icons": "13.0.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "13.0.0",
|
|
30
|
+
"@commercetools-uikit/spacings-inline": "13.0.0",
|
|
31
|
+
"@commercetools-uikit/spacings-stack": "13.0.0",
|
|
32
|
+
"@commercetools-uikit/tooltip": "13.0.0",
|
|
33
|
+
"@commercetools-uikit/utils": "12.2.9",
|
|
41
34
|
"@emotion/react": "^11.4.0",
|
|
42
35
|
"@emotion/styled": "^11.3.0",
|
|
43
36
|
"downshift": "6.1.7",
|
|
44
|
-
"prop-types": "15.
|
|
37
|
+
"prop-types": "15.8.1",
|
|
45
38
|
"react-required-if": "1.0.3",
|
|
46
39
|
"react-textarea-autosize": "8.3.3"
|
|
47
40
|
},
|
|
48
41
|
"devDependencies": {
|
|
49
42
|
"react": "17.0.2",
|
|
50
|
-
"react-intl": "5.
|
|
43
|
+
"react-intl": "5.24.6"
|
|
51
44
|
},
|
|
52
45
|
"peerDependencies": {
|
|
53
46
|
"react": "17.x",
|