@itcase/forms 1.1.58 → 1.1.59
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
|
@@ -2526,7 +2526,13 @@ var FormFieldPassword = /*#__PURE__*/React__default.default.memo(function FormFi
|
|
|
2526
2526
|
});
|
|
2527
2527
|
|
|
2528
2528
|
var defaultRadioProps = {
|
|
2529
|
-
appearance: 'defaultPrimary sizeM solid circular'
|
|
2529
|
+
appearance: 'defaultPrimary sizeM solid circular',
|
|
2530
|
+
// Error
|
|
2531
|
+
errorAppearance: 'errorPrimary sizeM solid circular',
|
|
2532
|
+
// Required
|
|
2533
|
+
requiredAppearance: 'requirePrimary sizeM solid circular',
|
|
2534
|
+
// Success
|
|
2535
|
+
successAppearance: 'successPrimary sizeM solid circular'
|
|
2530
2536
|
};
|
|
2531
2537
|
|
|
2532
2538
|
function FormFieldRadioGroupList(props) {
|
package/dist/itcase-forms.esm.js
CHANGED
|
@@ -2515,7 +2515,13 @@ var FormFieldPassword = /*#__PURE__*/React.memo(function FormFieldPassword(props
|
|
|
2515
2515
|
});
|
|
2516
2516
|
|
|
2517
2517
|
var defaultRadioProps = {
|
|
2518
|
-
appearance: 'defaultPrimary sizeM solid circular'
|
|
2518
|
+
appearance: 'defaultPrimary sizeM solid circular',
|
|
2519
|
+
// Error
|
|
2520
|
+
errorAppearance: 'errorPrimary sizeM solid circular',
|
|
2521
|
+
// Required
|
|
2522
|
+
requiredAppearance: 'requirePrimary sizeM solid circular',
|
|
2523
|
+
// Success
|
|
2524
|
+
successAppearance: 'successPrimary sizeM solid circular'
|
|
2519
2525
|
};
|
|
2520
2526
|
|
|
2521
2527
|
function FormFieldRadioGroupList(props) {
|