@atelier-ui/vue 0.2.4 → 0.2.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.
- package/CHANGELOG.md +10 -0
- package/index.mjs +3 -1
- package/lib/input/atl-input.vue.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 0.2.5 (2026-07-22)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **a11y:** gate 6 more components; capture native form states in the normalizer ([6282b4f](https://github.com/DominikPieper/atelier-ui/commit/6282b4f))
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Dominik Pieper @DominikPieper
|
|
10
|
+
|
|
1
11
|
## 0.2.4 (2026-07-22)
|
|
2
12
|
|
|
3
13
|
This was a version bump only for vue to align it with other projects, there were no code changes.
|
package/index.mjs
CHANGED
|
@@ -719,7 +719,8 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
|
|
|
719
719
|
"readonly",
|
|
720
720
|
"required",
|
|
721
721
|
"name",
|
|
722
|
-
"aria-invalid"
|
|
722
|
+
"aria-invalid",
|
|
723
|
+
"aria-required"
|
|
723
724
|
], Ye = {
|
|
724
725
|
key: 1,
|
|
725
726
|
class: "errors",
|
|
@@ -777,6 +778,7 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
|
|
|
777
778
|
required: n.required,
|
|
778
779
|
name: n.name,
|
|
779
780
|
"aria-invalid": n.invalid || void 0,
|
|
781
|
+
"aria-required": n.required || void 0,
|
|
780
782
|
onInput: u
|
|
781
783
|
}, null, 40, Je)]),
|
|
782
784
|
n.errors.length ? (g(), i("ul", Ye, [(g(!0), i(e, null, y(n.errors, (e, t) => (g(), i("li", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"atl-input.vue.d.ts","sourceRoot":"","sources":["../../../../../libs/vue/src/lib/input/atl-input.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"atl-input.vue.d.ts","sourceRoot":"","sources":["../../../../../libs/vue/src/lib/input/atl-input.vue"],"names":[],"mappings":"AAuEA,OAAO,iBAAiB,CAAC;AAIzB,UAAU,aAAa;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,KAAK,GAAG,KAAK,CAAC;IAChE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;;;;;;UAVQ,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,QAAQ,GAAG,KAAK,GAAG,KAAK;UAQxD,MAAM;WADL,MAAM;cAHH,OAAO;QAKb,MAAM;iBARG,MAAM;WAFZ,MAAM;cAMH,OAAO;aAHR,OAAO;cAIN,OAAO;YAHT,MAAM,EAAE;;AA8HnB,wBASG"}
|