indicator-ui 0.0.262 → 0.0.263
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 +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -32661,7 +32661,6 @@ function InputFieldWrapper(_ref) {
|
|
|
32661
32661
|
}
|
|
32662
32662
|
return undefined;
|
|
32663
32663
|
};
|
|
32664
|
-
console.log(_defineProperty({}, _styles__WEBPACK_IMPORTED_MODULE_2__.InputFieldWrapperStyle.display, display === "small" || display === "large"));
|
|
32665
32664
|
return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
|
|
32666
32665
|
className: (0,clsx__WEBPACK_IMPORTED_MODULE_1__["default"])(_styles__WEBPACK_IMPORTED_MODULE_2__.InputFieldWrapperStyle.inputFieldWrapper, _defineProperty(_defineProperty({}, _styles__WEBPACK_IMPORTED_MODULE_2__.InputFieldWrapperStyle.isError, isError), _styles__WEBPACK_IMPORTED_MODULE_2__.InputFieldWrapperStyle.display, display === "small" || display === "large"), getClassName('main')),
|
|
32667
32666
|
children: [getLabelContent(), children, getHintContent(), getHelperLinkContent()]
|