@itcase/forms 1.1.56 → 1.1.57
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/itcase-forms.cjs.js
CHANGED
|
@@ -2259,8 +2259,14 @@ var FormFieldInput = /*#__PURE__*/React__default.default.memo(function FormField
|
|
|
2259
2259
|
});
|
|
2260
2260
|
|
|
2261
2261
|
var defaultInputNumberProps = {
|
|
2262
|
-
appearance: '
|
|
2263
|
-
width: 'fill'
|
|
2262
|
+
appearance: 'defaultPrimary sizeM solid rounded',
|
|
2263
|
+
width: 'fill',
|
|
2264
|
+
// Error
|
|
2265
|
+
errorAppearance: 'errorPrimary sizeM solid rounded',
|
|
2266
|
+
// Required
|
|
2267
|
+
requiredAppearance: 'requirePrimary sizeM solid rounded',
|
|
2268
|
+
// Success
|
|
2269
|
+
successAppearance: 'successPrimary sizeM solid rounded'
|
|
2264
2270
|
};
|
|
2265
2271
|
|
|
2266
2272
|
var FormFieldInputNumber = /*#__PURE__*/React__default.default.memo(function FormFieldInputNumber(props) {
|
package/dist/itcase-forms.esm.js
CHANGED
|
@@ -2248,8 +2248,14 @@ var FormFieldInput = /*#__PURE__*/React.memo(function FormFieldInput(props) {
|
|
|
2248
2248
|
});
|
|
2249
2249
|
|
|
2250
2250
|
var defaultInputNumberProps = {
|
|
2251
|
-
appearance: '
|
|
2252
|
-
width: 'fill'
|
|
2251
|
+
appearance: 'defaultPrimary sizeM solid rounded',
|
|
2252
|
+
width: 'fill',
|
|
2253
|
+
// Error
|
|
2254
|
+
errorAppearance: 'errorPrimary sizeM solid rounded',
|
|
2255
|
+
// Required
|
|
2256
|
+
requiredAppearance: 'requirePrimary sizeM solid rounded',
|
|
2257
|
+
// Success
|
|
2258
|
+
successAppearance: 'successPrimary sizeM solid rounded'
|
|
2253
2259
|
};
|
|
2254
2260
|
|
|
2255
2261
|
var FormFieldInputNumber = /*#__PURE__*/React.memo(function FormFieldInputNumber(props) {
|