beca-ui 2.1.0-beta.27 → 2.1.0-beta.28

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/beca-ui.js CHANGED
@@ -93530,7 +93530,7 @@ const QXe = (e) => {
93530
93530
  a.map((s) => /* @__PURE__ */ D(
93531
93531
  vY,
93532
93532
  {
93533
- icon: s.image,
93533
+ icon: s.image2 ?? s.image,
93534
93534
  text: s.name,
93535
93535
  url: s.href,
93536
93536
  active: r === s.appId
@@ -11,6 +11,7 @@ export interface ApplicationsCardItem {
11
11
  id: string;
12
12
  name: string;
13
13
  image: string | React.ReactNode;
14
+ image2?: string | React.ReactNode;
14
15
  href?: string;
15
16
  iconBackgroundColor?: string;
16
17
  order?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beca-ui",
3
- "version": "2.1.0-beta.27",
3
+ "version": "2.1.0-beta.28",
4
4
  "description": "Becawork UI",
5
5
  "license": "MIT",
6
6
  "author": {