assui 2.0.124 → 2.0.125
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.
|
@@ -95,7 +95,7 @@ var LabelNumberInput = function LabelNumberInput(props) {
|
|
|
95
95
|
}
|
|
96
96
|
}, /*#__PURE__*/React.createElement("div", {
|
|
97
97
|
className: classNames('label-number-input-field', {
|
|
98
|
-
'label-number-input-focused': focused
|
|
98
|
+
'label-number-input-focused': focused
|
|
99
99
|
})
|
|
100
100
|
}, /*#__PURE__*/React.createElement(NumberInput, __assign({}, omit(props, ['onChange', 'onBlur', 'onFocus', 'className', 'label', 'placeholder']), {
|
|
101
101
|
ref: numberInputRef,
|
|
@@ -113,7 +113,7 @@ var LabelNumberInput = function LabelNumberInput(props) {
|
|
|
113
113
|
}
|
|
114
114
|
}, react_1["default"].createElement("div", {
|
|
115
115
|
className: classnames_1["default"]('label-number-input-field', {
|
|
116
|
-
'label-number-input-focused': focused
|
|
116
|
+
'label-number-input-focused': focused
|
|
117
117
|
})
|
|
118
118
|
}, react_1["default"].createElement(number_input_1["default"], __assign({}, omit_1["default"](props, ['onChange', 'onBlur', 'onFocus', 'className', 'label', 'placeholder']), {
|
|
119
119
|
ref: numberInputRef,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "assui",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.125",
|
|
4
4
|
"description": "react ui library",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"node": ">=10.0.0"
|
|
70
70
|
},
|
|
71
71
|
"license": "MIT",
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "ed185b46af6ac9241f149a2cd4cab67318faec1b"
|
|
73
73
|
}
|