@panneau/field-text 1.0.0-alpha.247 → 1.0.0-alpha.256
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/es/index.js +0 -1
- package/lib/index.js +0 -1
- package/package.json +9 -9
package/es/index.js
CHANGED
|
@@ -107,7 +107,6 @@ var InputField = function InputField(_ref) {
|
|
|
107
107
|
var dataListId = useMemo(function () {
|
|
108
108
|
return dataList !== null ? v1() : null;
|
|
109
109
|
}, [dataList]);
|
|
110
|
-
console.log(readOnly);
|
|
111
110
|
var elProps = {
|
|
112
111
|
ref: inputRef,
|
|
113
112
|
className: classNames([styles.inputElement, 'form-control', (_ref2 = {}, _defineProperty(_ref2, "form-control-".concat(size), size !== null), _defineProperty(_ref2, 'is-valid', feedback === 'valid'), _defineProperty(_ref2, 'is-invalid', feedback === 'invalid' || errors !== null), _defineProperty(_ref2, className, className !== null), _ref2)]),
|
package/lib/index.js
CHANGED
|
@@ -121,7 +121,6 @@ var InputField = function InputField(_ref) {
|
|
|
121
121
|
var dataListId = React.useMemo(function () {
|
|
122
122
|
return dataList !== null ? uuid.v1() : null;
|
|
123
123
|
}, [dataList]);
|
|
124
|
-
console.log(readOnly);
|
|
125
124
|
var elProps = {
|
|
126
125
|
ref: inputRef,
|
|
127
126
|
className: classNames__default["default"]([styles.inputElement, 'form-control', (_ref2 = {}, _defineProperty__default["default"](_ref2, "form-control-".concat(size), size !== null), _defineProperty__default["default"](_ref2, 'is-valid', feedback === 'valid'), _defineProperty__default["default"](_ref2, 'is-invalid', feedback === 'invalid' || errors !== null), _defineProperty__default["default"](_ref2, className, className !== null), _ref2)]),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-text",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.256",
|
|
4
4
|
"description": "A text field",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -44,18 +44,18 @@
|
|
|
44
44
|
"prepare": "../../scripts/prepare-package.sh"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"react": "^16.8.0 || ^17.0.0",
|
|
48
|
-
"react-dom": "^16.8.0 || ^17.0.0"
|
|
47
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
48
|
+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"react": "^16.8.0 || ^17.0.0",
|
|
52
|
-
"react-dom": "^16.8.0 || ^17.0.0"
|
|
51
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
52
|
+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@babel/runtime": "^7.12.5",
|
|
56
|
-
"@panneau/core": "^1.0.0-alpha.
|
|
57
|
-
"@panneau/field-input-group": "^1.0.0-alpha.
|
|
58
|
-
"@panneau/themes": "^1.0.0-alpha.
|
|
56
|
+
"@panneau/core": "^1.0.0-alpha.256",
|
|
57
|
+
"@panneau/field-input-group": "^1.0.0-alpha.256",
|
|
58
|
+
"@panneau/themes": "^1.0.0-alpha.256",
|
|
59
59
|
"classnames": "^2.2.6",
|
|
60
60
|
"lodash": "^4.17.21",
|
|
61
61
|
"prop-types": "^15.7.2",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "5f541e47b10f676be34738c54ee984f99ce0dfe7"
|
|
68
68
|
}
|