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 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.functionName)
32458
- ? iconMapping[item.functionName]
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.functionName)
32486
- ? iconMapping[item.functionName]
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
  ' ')))));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elab_components",
3
- "version": "0.9.42",
3
+ "version": "0.9.50",
4
4
  "private": false,
5
5
  "author": "Amar",
6
6
  "main": "dist/index.js",