@altimateai/ui-components 0.0.68-beta.5 → 0.0.68-beta.7

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/Stack.js CHANGED
@@ -4727,7 +4727,7 @@ const dl = ({
4727
4727
  className: M(fl({ variant: t, size: n, className: e })),
4728
4728
  ref: a,
4729
4729
  ...s,
4730
- "aria-label": o
4730
+ "aria-label": s["aria-label"] || o
4731
4731
  }
4732
4732
  );
4733
4733
  return o ? /* @__PURE__ */ g.jsx(dl, { title: o, children: c }) : c;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altimateai/ui-components",
3
- "version": "0.0.68-beta.5",
3
+ "version": "0.0.68-beta.7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/AltimateAI/altimate-components.git"