elab_components 0.9.42 → 0.9.50
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.esm.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -32454,8 +32454,8 @@ function Filters(_a) {
|
|
|
32454
32454
|
});
|
|
32455
32455
|
}, themeColor: 'primary', key: index, type: "button" },
|
|
32456
32456
|
React__default.createElement("span", { className: "button-content" },
|
|
32457
|
-
(item === null || item === void 0 ? void 0 : item.
|
|
32458
|
-
? iconMapping[item.
|
|
32457
|
+
(item === null || item === void 0 ? void 0 : item.icon) || (item === null || item === void 0 ? void 0 : item.function)
|
|
32458
|
+
? iconMapping[(item === null || item === void 0 ? void 0 : item.icon) || (item === null || item === void 0 ? void 0 : item.function)]
|
|
32459
32459
|
: null,
|
|
32460
32460
|
React__default.createElement("span", { className: "text" }, item.title)),
|
|
32461
32461
|
' ')))));
|
package/dist/index.js
CHANGED
|
@@ -32482,8 +32482,8 @@ function Filters(_a) {
|
|
|
32482
32482
|
});
|
|
32483
32483
|
}, themeColor: 'primary', key: index, type: "button" },
|
|
32484
32484
|
React__default["default"].createElement("span", { className: "button-content" },
|
|
32485
|
-
(item === null || item === void 0 ? void 0 : item.
|
|
32486
|
-
? iconMapping[item.
|
|
32485
|
+
(item === null || item === void 0 ? void 0 : item.icon) || (item === null || item === void 0 ? void 0 : item.function)
|
|
32486
|
+
? iconMapping[(item === null || item === void 0 ? void 0 : item.icon) || (item === null || item === void 0 ? void 0 : item.function)]
|
|
32487
32487
|
: null,
|
|
32488
32488
|
React__default["default"].createElement("span", { className: "text" }, item.title)),
|
|
32489
32489
|
' ')))));
|