@qodo/design-system 0.20.4 → 0.20.6
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/design-system.css +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +3 -2
package/dist/index.esm.js
CHANGED
|
@@ -11054,6 +11054,7 @@ function yC({ className: e, ...t }) {
|
|
|
11054
11054
|
"data-slot": "form-message",
|
|
11055
11055
|
id: n,
|
|
11056
11056
|
className: R("text-destructive text-sm", e),
|
|
11057
|
+
role: "alert",
|
|
11057
11058
|
...t,
|
|
11058
11059
|
children: o
|
|
11059
11060
|
}
|
|
@@ -14838,6 +14839,7 @@ const jR = 150, rn = {
|
|
|
14838
14839
|
},
|
|
14839
14840
|
b
|
|
14840
14841
|
),
|
|
14842
|
+
"aria-busy": o,
|
|
14841
14843
|
...C,
|
|
14842
14844
|
children: [
|
|
14843
14845
|
/* @__PURE__ */ i.jsx(cp, { children: W() }),
|