@pismo/marola 2.1.77 → 2.1.78

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.
@@ -664,8 +664,8 @@ const be = "_snackbar_14f4w_2", ve = "_bottomToTop_14f4w_1", g = {
664
664
  ref: p,
665
665
  "data-testid": u,
666
666
  children: [
667
- /* @__PURE__ */ h("div", { className: g["snackbar--message"], children: /* @__PURE__ */ h(ne, { variant: "base-lg", bold: !0, color: "var(--colors-neutral-text-color-text)", children: a }) }),
668
- /* @__PURE__ */ h("button", { type: "button", className: C(g["snackbar--action"]), onClick: n, children: /* @__PURE__ */ h(te, { icon: "circle-xmark", color: "var(--colors-neutral-text-color-text)", size: "1.5rem" }) })
667
+ /* @__PURE__ */ h("div", { role: "status", "aria-live": "polite", className: g["snackbar--message"], children: /* @__PURE__ */ h(ne, { variant: "base-lg", bold: !0, color: "var(--colors-neutral-text-color-text)", children: a }) }),
668
+ /* @__PURE__ */ h("button", { type: "button", className: C(g["snackbar--action"]), "aria-label": "close", onClick: n, children: /* @__PURE__ */ h(te, { icon: "circle-xmark", color: "var(--colors-neutral-text-color-text)", size: "1.5rem" }) })
669
669
  ]
670
670
  }
671
671
  )
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pismo/marola",
3
3
  "description": "CDX tribe component library",
4
- "version": "2.1.77",
4
+ "version": "2.1.78",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",