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

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.
Files changed (2) hide show
  1. package/dist/Stack.js +9 -1
  2. package/package.json +1 -1
package/dist/Stack.js CHANGED
@@ -4721,7 +4721,15 @@ const dl = ({
4721
4721
  }
4722
4722
  ), pl = l.forwardRef(
4723
4723
  ({ className: e, variant: t, size: n, asChild: r = !1, title: o, ...s }, a) => {
4724
- const i = r ? sa : "button", c = /* @__PURE__ */ g.jsx(i, { className: M(fl({ variant: t, size: n, className: e })), ref: a, ...s });
4724
+ const i = r ? sa : "button", c = /* @__PURE__ */ g.jsx(
4725
+ i,
4726
+ {
4727
+ className: M(fl({ variant: t, size: n, className: e })),
4728
+ ref: a,
4729
+ ...s,
4730
+ "aria-label": o
4731
+ }
4732
+ );
4725
4733
  return o ? /* @__PURE__ */ g.jsx(dl, { title: o, children: c }) : c;
4726
4734
  }
4727
4735
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altimateai/ui-components",
3
- "version": "0.0.68-beta.4",
3
+ "version": "0.0.68-beta.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/AltimateAI/altimate-components.git"