indicator-ui 0.0.276 → 0.0.277
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 +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29370,13 +29370,13 @@ function DropdownItem(_ref) {
|
|
|
29370
29370
|
}) : undefined, user ? (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_ui__WEBPACK_IMPORTED_MODULE_3__.UserPick, {
|
|
29371
29371
|
url: user,
|
|
29372
29372
|
size: '20'
|
|
29373
|
-
}) : undefined, (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
|
|
29373
|
+
}) : undefined, cloneElement(beforeElement), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", {
|
|
29374
29374
|
className: _styles__WEBPACK_IMPORTED_MODULE_5__.DropdownItemStyle.main,
|
|
29375
|
-
children: [
|
|
29375
|
+
children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", {
|
|
29376
29376
|
className: _styles__WEBPACK_IMPORTED_MODULE_5__.DropdownItemStyle.text,
|
|
29377
29377
|
children: text
|
|
29378
|
-
}), getSupportingText()
|
|
29379
|
-
}), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", {
|
|
29378
|
+
}), getSupportingText()]
|
|
29379
|
+
}), cloneElement(afterElement), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", {
|
|
29380
29380
|
className: _styles__WEBPACK_IMPORTED_MODULE_5__.DropdownItemStyle.check,
|
|
29381
29381
|
children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_assets__WEBPACK_IMPORTED_MODULE_4__.CheckSVG, {})
|
|
29382
29382
|
})]
|