indicator-ui 0.0.269 → 0.0.271
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/index.js
CHANGED
|
@@ -26466,11 +26466,9 @@ var CheckboxMark = /*#__PURE__*/(0,react__WEBPACK_IMPORTED_MODULE_1__.forwardRef
|
|
|
26466
26466
|
_ref$hover = _ref.hover,
|
|
26467
26467
|
hover = _ref$hover === void 0 ? false : _ref$hover,
|
|
26468
26468
|
onClick = _ref.onClick,
|
|
26469
|
-
additionStyle = _ref.additionStyle
|
|
26470
|
-
_ref$className = _ref.className,
|
|
26471
|
-
className = _ref$className === void 0 ? _styles__WEBPACK_IMPORTED_MODULE_4__.CheckboxMarkStyle : _ref$className;
|
|
26469
|
+
additionStyle = _ref.additionStyle;
|
|
26472
26470
|
var getClassName = function getClassName() {
|
|
26473
|
-
return (0,clsx__WEBPACK_IMPORTED_MODULE_2__["default"])(
|
|
26471
|
+
return (0,clsx__WEBPACK_IMPORTED_MODULE_2__["default"])(_styles__WEBPACK_IMPORTED_MODULE_4__.CheckboxMarkStyle.checkboxMark, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, _styles__WEBPACK_IMPORTED_MODULE_4__.CheckboxMarkStyle.checkbox, type === 'checkbox'), _styles__WEBPACK_IMPORTED_MODULE_4__.CheckboxMarkStyle.radio, type === 'radio'), _styles__WEBPACK_IMPORTED_MODULE_4__.CheckboxMarkStyle.checked, checked), _styles__WEBPACK_IMPORTED_MODULE_4__.CheckboxMarkStyle.disabled, disabled), _styles__WEBPACK_IMPORTED_MODULE_4__.CheckboxMarkStyle.error, error), _styles__WEBPACK_IMPORTED_MODULE_4__.CheckboxMarkStyle.correct, relation === 'correct'), _styles__WEBPACK_IMPORTED_MODULE_4__.CheckboxMarkStyle.incorrect, relation === 'incorrect'), _styles__WEBPACK_IMPORTED_MODULE_4__.CheckboxMarkStyle.indeterminate, indeterminate), _styles__WEBPACK_IMPORTED_MODULE_4__.CheckboxMarkStyle.hover, hover), additionStyle);
|
|
26474
26472
|
};
|
|
26475
26473
|
var getIcon = function getIcon() {
|
|
26476
26474
|
if (indeterminate) {
|