@atelier-ui/vue 0.2.4 → 0.2.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/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 0.2.6 (2026-07-22)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **a11y:** gate 10 more components — coverage 11 -> 21 of 31 ([#5](https://github.com/DominikPieper/atelier-ui/issues/5))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Dominik Pieper @DominikPieper
10
+
11
+ ## 0.2.5 (2026-07-22)
12
+
13
+ ### 🚀 Features
14
+
15
+ - **a11y:** gate 6 more components; capture native form states in the normalizer ([6282b4f](https://github.com/DominikPieper/atelier-ui/commit/6282b4f))
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Dominik Pieper @DominikPieper
20
+
1
21
  ## 0.2.4 (2026-07-22)
2
22
 
3
23
  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", {
@@ -872,15 +874,11 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
872
874
  }), it = {
873
875
  class: "atl-pagination",
874
876
  "aria-label": "Pagination"
875
- }, at = ["disabled"], ot = ["disabled"], st = {
876
- key: 0,
877
- class: "ellipsis",
878
- "aria-hidden": "true"
879
- }, ct = [
877
+ }, at = { class: "page-list" }, ot = { key: 0 }, st = ["disabled"], ct = ["disabled"], lt = { key: 0 }, ut = { key: 1 }, dt = [
880
878
  "aria-label",
881
879
  "aria-current",
882
880
  "onClick"
883
- ], lt = ["disabled"], ut = ["disabled"], dt = /* @__PURE__ */ c({
881
+ ], ft = ["disabled"], pt = { key: 1 }, mt = ["disabled"], ht = /* @__PURE__ */ c({
884
882
  name: "AtlPagination",
885
883
  __name: "atl-pagination",
886
884
  props: {
@@ -927,47 +925,47 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
927
925
  let t = Math.min(Math.max(e, 1), s.pageCount);
928
926
  t !== s.page && c("pageChange", t);
929
927
  }
930
- return (t, o) => (g(), i("nav", it, [
931
- n.showFirstLast ? (g(), i("button", {
932
- key: 0,
928
+ return (t, o) => (g(), i("nav", it, [a("ul", at, [
929
+ n.showFirstLast ? (g(), i("li", ot, [a("button", {
933
930
  class: "page-btn nav-btn",
934
931
  disabled: n.page <= 1,
935
932
  "aria-label": "First page",
936
933
  onClick: o[0] ||= (e) => f(1)
937
- }, " « ", 8, at)) : r("", !0),
938
- a("button", {
934
+ }, " « ", 8, st)])) : r("", !0),
935
+ a("li", null, [a("button", {
939
936
  class: "page-btn nav-btn",
940
937
  disabled: n.page <= 1,
941
938
  "aria-label": "Previous page",
942
939
  onClick: o[1] ||= (e) => f(n.page - 1)
943
- }, " ‹ ", 8, ot),
944
- (g(!0), i(e, null, y(u.value, (t) => (g(), i(e, { key: t.type === "page" ? t.page : t.key }, [t.type === "ellipsis" ? (g(), i("span", st, "…")) : (g(), i("button", {
945
- key: 1,
940
+ }, " ‹ ", 8, ct)]),
941
+ (g(!0), i(e, null, y(u.value, (t) => (g(), i(e, { key: t.type === "page" ? t.page : t.key }, [t.type === "ellipsis" ? (g(), i("li", lt, [...o[4] ||= [a("span", {
942
+ class: "ellipsis",
943
+ "aria-hidden": "true"
944
+ }, "…", -1)]])) : (g(), i("li", ut, [a("button", {
946
945
  class: d(["page-btn", { active: t.page === n.page }]),
947
946
  "aria-label": `Page ${t.page}`,
948
947
  "aria-current": t.page === n.page ? "page" : void 0,
949
948
  onClick: (e) => f(t.page)
950
- }, S(t.page), 11, ct))], 64))), 128)),
951
- a("button", {
949
+ }, S(t.page), 11, dt)]))], 64))), 128)),
950
+ a("li", null, [a("button", {
952
951
  class: "page-btn nav-btn",
953
952
  disabled: n.page >= n.pageCount,
954
953
  "aria-label": "Next page",
955
954
  onClick: o[2] ||= (e) => f(n.page + 1)
956
- }, " › ", 8, lt),
957
- n.showFirstLast ? (g(), i("button", {
958
- key: 1,
955
+ }, " › ", 8, ft)]),
956
+ n.showFirstLast ? (g(), i("li", pt, [a("button", {
959
957
  class: "page-btn nav-btn",
960
958
  disabled: n.page >= n.pageCount,
961
959
  "aria-label": "Last page",
962
960
  onClick: o[3] ||= (e) => f(n.pageCount)
963
- }, " » ", 8, ut)) : r("", !0)
964
- ]));
961
+ }, " » ", 8, mt)])) : r("", !0)
962
+ ])]));
965
963
  }
966
- }), ft = [
964
+ }), gt = [
967
965
  "aria-label",
968
966
  "aria-valuenow",
969
967
  "aria-valuemax"
970
- ], pt = { class: "track" }, mt = /* @__PURE__ */ c({
968
+ ], _t = { class: "track" }, vt = /* @__PURE__ */ c({
971
969
  name: "AtlProgress",
972
970
  __name: "atl-progress",
973
971
  props: {
@@ -995,12 +993,12 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
995
993
  "aria-valuemin": 0,
996
994
  "aria-valuenow": e.indeterminate ? void 0 : r.value,
997
995
  "aria-valuemax": e.indeterminate ? void 0 : e.max
998
- }, [a("div", pt, [a("div", {
996
+ }, [a("div", _t, [a("div", {
999
997
  class: "fill",
1000
998
  style: f({ width: o.value })
1001
- }, null, 4)])], 10, ft));
999
+ }, null, 4)])], 10, gt));
1002
1000
  }
1003
- }), ht = { class: "atl-combobox-wrapper" }, gt = [
1001
+ }), yt = { class: "atl-combobox-wrapper" }, bt = [
1004
1002
  "aria-expanded",
1005
1003
  "aria-activedescendant",
1006
1004
  "aria-invalid",
@@ -1010,13 +1008,13 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1010
1008
  "name",
1011
1009
  "placeholder",
1012
1010
  "value"
1013
- ], _t = [
1011
+ ], xt = [
1014
1012
  "id",
1015
1013
  "aria-selected",
1016
1014
  "aria-disabled",
1017
1015
  "onMousedown",
1018
1016
  "onMouseenter"
1019
- ], vt = {
1017
+ ], St = {
1020
1018
  key: 0,
1021
1019
  class: "atl-combobox-check",
1022
1020
  width: "14",
@@ -1024,17 +1022,17 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1024
1022
  viewBox: "0 0 14 14",
1025
1023
  fill: "none",
1026
1024
  "aria-hidden": "true"
1027
- }, yt = {
1025
+ }, Ct = {
1028
1026
  key: 1,
1029
1027
  class: "atl-combobox-no-results",
1030
1028
  role: "option",
1031
1029
  "aria-disabled": "true"
1032
- }, bt = {
1030
+ }, wt = {
1033
1031
  key: 1,
1034
1032
  class: "atl-combobox-errors",
1035
1033
  role: "alert",
1036
1034
  "aria-live": "polite"
1037
- }, xt = /* @__PURE__ */ c({
1035
+ }, Tt = /* @__PURE__ */ c({
1038
1036
  name: "AtlCombobox",
1039
1037
  __name: "atl-combobox",
1040
1038
  props: {
@@ -1139,7 +1137,7 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1139
1137
  ref: u,
1140
1138
  class: d(E.value)
1141
1139
  }, [
1142
- a("div", ht, [a("input", {
1140
+ a("div", yt, [a("input", {
1143
1141
  ref_key: "inputRef",
1144
1142
  ref: l,
1145
1143
  class: "atl-combobox-input",
@@ -1162,7 +1160,7 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1162
1160
  onFocus: N,
1163
1161
  onBlur: P,
1164
1162
  onKeydown: F
1165
- }, null, 40, gt), o[0] ||= a("span", {
1163
+ }, null, 40, bt), o[0] ||= a("span", {
1166
1164
  class: "atl-combobox-icon",
1167
1165
  "aria-hidden": "true"
1168
1166
  }, [a("svg", {
@@ -1197,24 +1195,24 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1197
1195
  "aria-disabled": e.disabled || void 0,
1198
1196
  onMousedown: (t) => j(e),
1199
1197
  onMouseenter: (e) => m.value = t
1200
- }, [a("span", null, S(e.label), 1), e.value === n.value ? (g(), i("svg", vt, [...o[1] ||= [a("path", {
1198
+ }, [a("span", null, S(e.label), 1), e.value === n.value ? (g(), i("svg", St, [...o[1] ||= [a("path", {
1201
1199
  d: "M2 7l4 4 6-7",
1202
1200
  stroke: "currentColor",
1203
1201
  "stroke-width": "2",
1204
1202
  "stroke-linecap": "round",
1205
1203
  "stroke-linejoin": "round"
1206
- }, null, -1)]])) : r("", !0)], 42, _t))), 128)) : (g(), i("li", yt, " No results found. "))])) : r("", !0),
1207
- n.invalid && n.errors.length > 0 ? (g(), i("div", bt, [(g(!0), i(e, null, y(n.errors, (e, t) => (g(), i("p", {
1204
+ }, null, -1)]])) : r("", !0)], 42, xt))), 128)) : (g(), i("li", Ct, " No results found. "))])) : r("", !0),
1205
+ n.invalid && n.errors.length > 0 ? (g(), i("div", wt, [(g(!0), i(e, null, y(n.errors, (e, t) => (g(), i("p", {
1208
1206
  key: t,
1209
1207
  class: "atl-combobox-error-message"
1210
1208
  }, S(e), 1))), 128))])) : r("", !0)
1211
1209
  ], 2));
1212
1210
  }
1213
- }), St = ["aria-invalid", "aria-required"], Ct = {
1211
+ }), Et = ["aria-invalid", "aria-required"], Dt = {
1214
1212
  key: 0,
1215
1213
  class: "errors",
1216
1214
  role: "alert"
1217
- }, q = Symbol("AtlRadioGroup"), wt = /* @__PURE__ */ c({
1215
+ }, q = Symbol("AtlRadioGroup"), Ot = /* @__PURE__ */ c({
1218
1216
  name: "AtlRadioGroup",
1219
1217
  __name: "atl-radio-group",
1220
1218
  props: {
@@ -1284,20 +1282,20 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1284
1282
  "aria-invalid": n.invalid || void 0,
1285
1283
  "aria-required": n.required || void 0,
1286
1284
  onKeydown: u
1287
- }, [b(t.$slots, "default"), n.errors.length > 0 ? (g(), i("div", Ct, [(g(!0), i(e, null, y(n.errors, (e, t) => (g(), i("p", {
1285
+ }, [b(t.$slots, "default"), n.errors.length > 0 ? (g(), i("div", Dt, [(g(!0), i(e, null, y(n.errors, (e, t) => (g(), i("p", {
1288
1286
  key: t,
1289
1287
  class: "error-message"
1290
- }, S(e), 1))), 128))])) : r("", !0)], 42, St));
1288
+ }, S(e), 1))), 128))])) : r("", !0)], 42, Et));
1291
1289
  }
1292
- }), Tt = [
1290
+ }), kt = [
1293
1291
  "name",
1294
1292
  "value",
1295
1293
  "checked",
1296
1294
  "disabled"
1297
- ], Et = {
1295
+ ], At = {
1298
1296
  key: 0,
1299
1297
  class: "radio-text"
1300
- }, Dt = /* @__PURE__ */ c({
1298
+ }, jt = /* @__PURE__ */ c({
1301
1299
  name: "AtlRadio",
1302
1300
  __name: "atl-radio",
1303
1301
  props: {
@@ -1333,15 +1331,15 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1333
1331
  disabled: s.value,
1334
1332
  class: "radio-input",
1335
1333
  onChange: f
1336
- }, null, 40, Tt),
1334
+ }, null, 40, kt),
1337
1335
  n[0] ||= a("span", {
1338
1336
  class: "radio-indicator",
1339
1337
  "aria-hidden": "true"
1340
1338
  }, null, -1),
1341
- t.$slots.default ? (g(), i("span", Et, [b(t.$slots, "default")])) : r("", !0)
1339
+ t.$slots.default ? (g(), i("span", At, [b(t.$slots, "default")])) : r("", !0)
1342
1340
  ], 2));
1343
1341
  }
1344
- }), Ot = ["for"], kt = { class: "select-wrapper" }, At = [
1342
+ }), Mt = ["for"], Nt = { class: "select-wrapper" }, Pt = [
1345
1343
  "id",
1346
1344
  "name",
1347
1345
  "value",
@@ -1349,12 +1347,12 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1349
1347
  "required",
1350
1348
  "aria-invalid",
1351
1349
  "aria-describedby"
1352
- ], jt = {
1350
+ ], Ft = {
1353
1351
  key: 0,
1354
1352
  value: "",
1355
1353
  disabled: "",
1356
1354
  hidden: ""
1357
- }, Mt = ["id"], Nt = /* @__PURE__ */ c({
1355
+ }, It = ["id"], Lt = /* @__PURE__ */ c({
1358
1356
  name: "AtlSelect",
1359
1357
  __name: "atl-select",
1360
1358
  props: {
@@ -1395,8 +1393,8 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1395
1393
  key: 0,
1396
1394
  for: w(l),
1397
1395
  class: "select-label"
1398
- }, S(n.label), 9, Ot)) : r("", !0),
1399
- a("div", kt, [a("select", {
1396
+ }, S(n.label), 9, Mt)) : r("", !0),
1397
+ a("div", Nt, [a("select", {
1400
1398
  id: w(l),
1401
1399
  name: n.name,
1402
1400
  value: n.value,
@@ -1406,7 +1404,7 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1406
1404
  "aria-describedby": n.errors.length > 0 ? w(u) : void 0,
1407
1405
  class: "select-native",
1408
1406
  onChange: p
1409
- }, [n.placeholder ? (g(), i("option", jt, S(n.placeholder), 1)) : r("", !0), b(t.$slots, "default")], 40, At), o[0] ||= a("span", {
1407
+ }, [n.placeholder ? (g(), i("option", Ft, S(n.placeholder), 1)) : r("", !0), b(t.$slots, "default")], 40, Pt), o[0] ||= a("span", {
1410
1408
  class: "select-arrow",
1411
1409
  "aria-hidden": "true"
1412
1410
  }, "▾", -1)]),
@@ -1418,10 +1416,10 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1418
1416
  }, [(g(!0), i(e, null, y(n.errors, (e, t) => (g(), i("p", {
1419
1417
  key: t,
1420
1418
  class: "error-message"
1421
- }, S(e), 1))), 128))], 8, Mt)) : r("", !0)
1419
+ }, S(e), 1))), 128))], 8, It)) : r("", !0)
1422
1420
  ], 2));
1423
1421
  }
1424
- }), Pt = ["value", "disabled"], Ft = /* @__PURE__ */ c({
1422
+ }), Rt = ["value", "disabled"], zt = /* @__PURE__ */ c({
1425
1423
  name: "AtlOption",
1426
1424
  __name: "atl-option",
1427
1425
  props: {
@@ -1435,9 +1433,9 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1435
1433
  return (t, n) => (g(), i("option", {
1436
1434
  value: e.optionValue,
1437
1435
  disabled: e.disabled
1438
- }, [b(t.$slots, "default")], 8, Pt));
1436
+ }, [b(t.$slots, "default")], 8, Rt));
1439
1437
  }
1440
- }), It = /* @__PURE__ */ c({
1438
+ }), Bt = /* @__PURE__ */ c({
1441
1439
  name: "AtlSkeleton",
1442
1440
  __name: "atl-skeleton",
1443
1441
  props: {
@@ -1474,10 +1472,10 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1474
1472
  "aria-hidden": "true"
1475
1473
  }, null, 6));
1476
1474
  }
1477
- }), Lt = {
1475
+ }), Vt = {
1478
1476
  class: "stepper-header",
1479
1477
  role: "tablist"
1480
- }, Rt = [
1478
+ }, Ht = [
1481
1479
  "id",
1482
1480
  "aria-label",
1483
1481
  "aria-selected",
@@ -1486,27 +1484,27 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1486
1484
  "tabindex",
1487
1485
  "disabled",
1488
1486
  "onClick"
1489
- ], zt = {
1487
+ ], Ut = {
1490
1488
  key: 0,
1491
1489
  width: "14",
1492
1490
  height: "14",
1493
1491
  viewBox: "0 0 14 14",
1494
1492
  fill: "none",
1495
1493
  "aria-hidden": "true"
1496
- }, Bt = {
1494
+ }, Wt = {
1497
1495
  key: 1,
1498
1496
  width: "14",
1499
1497
  height: "14",
1500
1498
  viewBox: "0 0 14 14",
1501
1499
  fill: "none",
1502
1500
  "aria-hidden": "true"
1503
- }, Vt = { class: "step-text" }, Ht = { class: "step-label" }, Ut = {
1501
+ }, Gt = { class: "step-text" }, Kt = { class: "step-label" }, qt = {
1504
1502
  key: 0,
1505
1503
  class: "step-description"
1506
- }, Wt = {
1504
+ }, Jt = {
1507
1505
  key: 1,
1508
1506
  class: "step-optional"
1509
- }, Gt = { class: "stepper-content" }, J = Symbol("AtlStepper"), Kt = /* @__PURE__ */ c({
1507
+ }, Yt = { class: "stepper-content" }, J = Symbol("AtlStepper"), Xt = /* @__PURE__ */ c({
1510
1508
  name: "AtlStepper",
1511
1509
  __name: "atl-stepper",
1512
1510
  props: {
@@ -1561,7 +1559,7 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1561
1559
  function D(e) {
1562
1560
  return u.value > e || f.value[e]?.completed;
1563
1561
  }
1564
- return (t, n) => (g(), i("div", { class: d(E.value) }, [a("div", Lt, [(g(!0), i(e, null, y(f.value, (t, s) => (g(), i(e, { key: t.id }, [a("div", { class: d(["step-item", {
1562
+ return (t, n) => (g(), i("div", { class: d(E.value) }, [a("div", Vt, [(g(!0), i(e, null, y(f.value, (t, s) => (g(), i(e, { key: t.id }, [a("div", { class: d(["step-item", {
1565
1563
  "is-active": u.value === s,
1566
1564
  "is-completed": t.completed && u.value !== s,
1567
1565
  "is-error": t.error,
@@ -1578,31 +1576,31 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1578
1576
  tabindex: u.value === s ? 0 : -1,
1579
1577
  disabled: t.disabled || void 0,
1580
1578
  onClick: (e) => C(s)
1581
- }, [t.completed && !t.error ? (g(), i("svg", zt, [...n[0] ||= [a("path", {
1579
+ }, [t.completed && !t.error ? (g(), i("svg", Ut, [...n[0] ||= [a("path", {
1582
1580
  d: "M2 7L5.5 10.5L12 3.5",
1583
1581
  stroke: "currentColor",
1584
1582
  "stroke-width": "2",
1585
1583
  "stroke-linecap": "round",
1586
1584
  "stroke-linejoin": "round"
1587
- }, null, -1)]])) : t.error ? (g(), i("svg", Bt, [...n[1] ||= [a("path", {
1585
+ }, null, -1)]])) : t.error ? (g(), i("svg", Wt, [...n[1] ||= [a("path", {
1588
1586
  d: "M3 3L11 11M11 3L3 11",
1589
1587
  stroke: "currentColor",
1590
1588
  "stroke-width": "2",
1591
1589
  "stroke-linecap": "round"
1592
- }, null, -1)]])) : (g(), i(e, { key: 2 }, [o(S(s + 1), 1)], 64))], 8, Rt), a("div", Vt, [
1593
- a("span", Ht, S(t.label), 1),
1594
- t.description ? (g(), i("span", Ut, S(t.description), 1)) : r("", !0),
1595
- t.optional && !t.completed ? (g(), i("span", Wt, "Optional")) : r("", !0)
1590
+ }, null, -1)]])) : (g(), i(e, { key: 2 }, [o(S(s + 1), 1)], 64))], 8, Ht), a("div", Gt, [
1591
+ a("span", Kt, S(t.label), 1),
1592
+ t.description ? (g(), i("span", qt, S(t.description), 1)) : r("", !0),
1593
+ t.optional && !t.completed ? (g(), i("span", Jt, "Optional")) : r("", !0)
1596
1594
  ])], 2), s < f.value.length - 1 ? (g(), i("div", {
1597
1595
  key: 0,
1598
1596
  class: d(["step-connector", { "is-active": D(s) }])
1599
- }, null, 2)) : r("", !0)], 64))), 128))]), a("div", Gt, [b(t.$slots, "default")])], 2));
1597
+ }, null, 2)) : r("", !0)], 64))), 128))]), a("div", Yt, [b(t.$slots, "default")])], 2));
1600
1598
  }
1601
- }), qt = [
1599
+ }), Zt = [
1602
1600
  "id",
1603
1601
  "aria-labelledby",
1604
1602
  "hidden"
1605
- ], Jt = /* @__PURE__ */ c({
1603
+ ], Qt = /* @__PURE__ */ c({
1606
1604
  name: "AtlStep",
1607
1605
  __name: "atl-step",
1608
1606
  props: {
@@ -1657,9 +1655,9 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1657
1655
  "aria-labelledby": `atl-step-${s.value}`,
1658
1656
  hidden: !c.value,
1659
1657
  tabindex: "0"
1660
- }, [b(e.$slots, "default")], 8, qt)) : r("", !0);
1658
+ }, [b(e.$slots, "default")], 8, Zt)) : r("", !0);
1661
1659
  }
1662
- }), Yt = ["aria-label"], Xt = /* @__PURE__ */ c({
1660
+ }), $t = ["aria-label"], en = /* @__PURE__ */ c({
1663
1661
  name: "AtlTable",
1664
1662
  __name: "atl-table",
1665
1663
  props: {
@@ -1683,15 +1681,15 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1683
1681
  tabindex: "0",
1684
1682
  role: "region",
1685
1683
  "aria-label": e.ariaLabel ?? "Table"
1686
- }, [a("table", null, [b(t.$slots, "default")])], 8, Yt)], 2));
1684
+ }, [a("table", null, [b(t.$slots, "default")])], 8, $t)], 2));
1687
1685
  }
1688
- }), Zt = /* @__PURE__ */ c({
1686
+ }), tn = /* @__PURE__ */ c({
1689
1687
  name: "AtlThead",
1690
1688
  __name: "atl-thead",
1691
1689
  setup(e) {
1692
1690
  return (e, t) => (g(), i("thead", null, [b(e.$slots, "default")]));
1693
1691
  }
1694
- }), Qt = { key: 1 }, $t = ["colspan"], en = /* @__PURE__ */ c({
1692
+ }), nn = { key: 1 }, rn = ["colspan"], an = /* @__PURE__ */ c({
1695
1693
  name: "AtlTbody",
1696
1694
  __name: "atl-tbody",
1697
1695
  props: {
@@ -1702,15 +1700,15 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1702
1700
  colSpan: { default: 1 }
1703
1701
  },
1704
1702
  setup(e) {
1705
- return (t, n) => (g(), i("tbody", null, [e.empty ? (g(), i("tr", Qt, [a("td", {
1703
+ return (t, n) => (g(), i("tbody", null, [e.empty ? (g(), i("tr", nn, [a("td", {
1706
1704
  colspan: e.colSpan,
1707
1705
  class: "atl-tbody-empty-cell"
1708
- }, [b(t.$slots, "empty")], 8, $t)])) : b(t.$slots, "default", {}, void 0, void 0, 0)]));
1706
+ }, [b(t.$slots, "empty")], 8, rn)])) : b(t.$slots, "default", {}, void 0, void 0, 0)]));
1709
1707
  }
1710
- }), tn = ["aria-selected"], nn = {
1708
+ }), on = ["aria-selected"], sn = {
1711
1709
  key: 0,
1712
1710
  class: "atl-tr-select-cell"
1713
- }, rn = /* @__PURE__ */ c({
1711
+ }, cn = /* @__PURE__ */ c({
1714
1712
  name: "AtlTr",
1715
1713
  __name: "atl-tr",
1716
1714
  props: {
@@ -1729,12 +1727,12 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1729
1727
  return (t, a) => (g(), i("tr", {
1730
1728
  "aria-selected": e.selectable ? e.selected : void 0,
1731
1729
  class: d({ "is-selected": e.selected })
1732
- }, [e.selectable ? (g(), i("td", nn, [s(U, {
1730
+ }, [e.selectable ? (g(), i("td", sn, [s(U, {
1733
1731
  checked: e.selected,
1734
1732
  "onUpdate:checked": a[0] ||= (e) => n("update:selected", e)
1735
- }, null, 8, ["checked"])])) : r("", !0), b(t.$slots, "default")], 10, tn));
1733
+ }, null, 8, ["checked"])])) : r("", !0), b(t.$slots, "default")], 10, on));
1736
1734
  }
1737
- }), an = ["aria-sort"], on = /* @__PURE__ */ c({
1735
+ }), ln = ["aria-sort"], un = /* @__PURE__ */ c({
1738
1736
  name: "AtlTh",
1739
1737
  __name: "atl-th",
1740
1738
  props: {
@@ -1784,9 +1782,9 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1784
1782
  class: "atl-th-sort-desc-arrow",
1785
1783
  d: "M6 14L1 8H11L6 14Z",
1786
1784
  fill: "currentColor"
1787
- })], -1)])) : b(t.$slots, "default", {}, void 0, void 0, 1)], 14, an));
1785
+ })], -1)])) : b(t.$slots, "default", {}, void 0, void 0, 1)], 14, ln));
1788
1786
  }
1789
- }), sn = /* @__PURE__ */ c({
1787
+ }), dn = /* @__PURE__ */ c({
1790
1788
  name: "AtlTd",
1791
1789
  __name: "atl-td",
1792
1790
  props: { align: { default: "start" } },
@@ -1794,14 +1792,14 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1794
1792
  let n = e, r = t(() => [`align-${n.align}`]);
1795
1793
  return (e, t) => (g(), i("td", { class: d(r.value) }, [b(e.$slots, "default")], 2));
1796
1794
  }
1797
- }), cn = [
1795
+ }), fn = [
1798
1796
  "id",
1799
1797
  "aria-selected",
1800
1798
  "aria-controls",
1801
1799
  "tabindex",
1802
1800
  "disabled",
1803
1801
  "onClick"
1804
- ], ln = { class: "tab-panels" }, Y = Symbol("AtlTabGroup"), un = /* @__PURE__ */ c({
1802
+ ], pn = { class: "tab-panels" }, Y = Symbol("AtlTabGroup"), mn = /* @__PURE__ */ c({
1805
1803
  name: "AtlTabGroup",
1806
1804
  __name: "atl-tab-group",
1807
1805
  props: {
@@ -1872,13 +1870,13 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1872
1870
  ]),
1873
1871
  type: "button",
1874
1872
  onClick: (n) => !e.disabled && p(t)
1875
- }, S(e.label), 11, cn))), 128))], 32), a("div", ln, [b(t.$slots, "default", { groupId: m })])], 2));
1873
+ }, S(e.label), 11, fn))), 128))], 32), a("div", pn, [b(t.$slots, "default", { groupId: m })])], 2));
1876
1874
  }
1877
- }), dn = [
1875
+ }), hn = [
1878
1876
  "id",
1879
1877
  "hidden",
1880
1878
  "aria-labelledby"
1881
- ], fn = /* @__PURE__ */ c({
1879
+ ], gn = /* @__PURE__ */ c({
1882
1880
  name: "AtlTab",
1883
1881
  __name: "atl-tab",
1884
1882
  props: {
@@ -1908,9 +1906,9 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1908
1906
  class: "tab-panel",
1909
1907
  "aria-labelledby": d.value,
1910
1908
  tabindex: "0"
1911
- }, [b(e.$slots, "default")], 8, dn)) : r("", !0);
1909
+ }, [b(e.$slots, "default")], 8, hn)) : r("", !0);
1912
1910
  }
1913
- }), pn = ["for"], mn = { class: "textarea-field" }, hn = [
1911
+ }), _n = ["for"], vn = { class: "textarea-field" }, yn = [
1914
1912
  "id",
1915
1913
  "value",
1916
1914
  "rows",
@@ -1920,11 +1918,11 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1920
1918
  "required",
1921
1919
  "name",
1922
1920
  "aria-invalid"
1923
- ], gn = {
1921
+ ], bn = {
1924
1922
  key: 1,
1925
1923
  class: "errors",
1926
1924
  "aria-live": "polite"
1927
- }, _n = /* @__PURE__ */ c({
1925
+ }, xn = /* @__PURE__ */ c({
1928
1926
  name: "AtlTextarea",
1929
1927
  __name: "atl-textarea",
1930
1928
  props: {
@@ -1976,8 +1974,8 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1976
1974
  key: 0,
1977
1975
  for: f.value,
1978
1976
  class: "textarea-label"
1979
- }, S(n.label), 9, pn)) : r("", !0),
1980
- a("div", mn, [a("textarea", {
1977
+ }, S(n.label), 9, _n)) : r("", !0),
1978
+ a("div", vn, [a("textarea", {
1981
1979
  id: f.value,
1982
1980
  ref_key: "textareaRef",
1983
1981
  ref: l,
@@ -1990,15 +1988,15 @@ var j = Symbol("AtlAccordionGroup"), M = /* @__PURE__ */ c({
1990
1988
  name: n.name,
1991
1989
  "aria-invalid": n.invalid || void 0,
1992
1990
  onInput: h
1993
- }, null, 40, hn)]),
1994
- n.errors.length ? (g(), i("ul", gn, [(g(!0), i(e, null, y(n.errors, (e, t) => (g(), i("li", {
1991
+ }, null, 40, yn)]),
1992
+ n.errors.length ? (g(), i("ul", bn, [(g(!0), i(e, null, y(n.errors, (e, t) => (g(), i("li", {
1995
1993
  key: t,
1996
1994
  class: "error"
1997
1995
  }, S(e), 1))), 128))])) : r("", !0)
1998
1996
  ], 2));
1999
1997
  }
2000
1998
  }), X = Symbol("AtlToast");
2001
- function vn() {
1999
+ function Sn() {
2002
2000
  let e = l(X);
2003
2001
  if (!e) throw Error("useAtlToast() must be called inside a component that is a descendant of AtlToastProvider.");
2004
2002
  return {
@@ -2009,7 +2007,7 @@ function vn() {
2009
2007
  }
2010
2008
  //#endregion
2011
2009
  //#region libs/vue/src/lib/toast/atl-toast-provider.vue
2012
- var yn = /* @__PURE__ */ c({
2010
+ var Cn = /* @__PURE__ */ c({
2013
2011
  name: "AtlToastProvider",
2014
2012
  __name: "atl-toast-provider",
2015
2013
  setup(e) {
@@ -2046,7 +2044,7 @@ var yn = /* @__PURE__ */ c({
2046
2044
  clear: a
2047
2045
  }), (e, t) => b(e.$slots, "default");
2048
2046
  }
2049
- }), bn = { class: "message" }, Z = /* @__PURE__ */ c({
2047
+ }), wn = { class: "message" }, Z = /* @__PURE__ */ c({
2050
2048
  name: "AtlToastItem",
2051
2049
  __name: "atl-toast-item",
2052
2050
  props: { data: {} },
@@ -2056,7 +2054,7 @@ var yn = /* @__PURE__ */ c({
2056
2054
  return (t, n) => (g(), i("div", {
2057
2055
  class: d(c.value),
2058
2056
  role: "status"
2059
- }, [a("span", bn, S(e.data.message), 1), e.data.dismissible ? (g(), i("button", {
2057
+ }, [a("span", wn, S(e.data.message), 1), e.data.dismissible ? (g(), i("button", {
2060
2058
  key: 0,
2061
2059
  class: "dismiss",
2062
2060
  type: "button",
@@ -2085,7 +2083,7 @@ var yn = /* @__PURE__ */ c({
2085
2083
  y2: "18"
2086
2084
  })], -1)]])) : r("", !0)], 2));
2087
2085
  }
2088
- }), xn = /* @__PURE__ */ c({
2086
+ }), Tn = /* @__PURE__ */ c({
2089
2087
  name: "AtlToastContainer",
2090
2088
  __name: "atl-toast-container",
2091
2089
  props: { position: { default: "bottom-right" } },
@@ -2105,7 +2103,7 @@ var yn = /* @__PURE__ */ c({
2105
2103
  onDismiss: r[0] ||= (e) => c(e)
2106
2104
  }, null, 8, ["data"]))), 128))], 2));
2107
2105
  }
2108
- }), Sn = ["for"], Cn = [
2106
+ }), En = ["for"], Dn = [
2109
2107
  "id",
2110
2108
  "checked",
2111
2109
  "disabled",
@@ -2113,11 +2111,11 @@ var yn = /* @__PURE__ */ c({
2113
2111
  "name",
2114
2112
  "aria-invalid",
2115
2113
  "aria-checked"
2116
- ], wn = {
2114
+ ], On = {
2117
2115
  key: 0,
2118
2116
  class: "errors",
2119
2117
  "aria-live": "polite"
2120
- }, Tn = /* @__PURE__ */ c({
2118
+ }, kn = /* @__PURE__ */ c({
2121
2119
  name: "AtlToggle",
2122
2120
  __name: "atl-toggle",
2123
2121
  props: {
@@ -2169,15 +2167,15 @@ var yn = /* @__PURE__ */ c({
2169
2167
  "aria-invalid": n.invalid || void 0,
2170
2168
  "aria-checked": n.checked,
2171
2169
  onChange: u
2172
- }, null, 40, Cn),
2170
+ }, null, 40, Dn),
2173
2171
  o[0] ||= a("span", { class: "track" }, [a("span", { class: "thumb" })], -1),
2174
2172
  b(t.$slots, "default")
2175
- ], 8, Sn), n.errors.length ? (g(), i("ul", wn, [(g(!0), i(e, null, y(n.errors, (e, t) => (g(), i("li", {
2173
+ ], 8, En), n.errors.length ? (g(), i("ul", On, [(g(!0), i(e, null, y(n.errors, (e, t) => (g(), i("li", {
2176
2174
  key: t,
2177
2175
  class: "error"
2178
2176
  }, S(e), 1))), 128))])) : r("", !0)], 2));
2179
2177
  }
2180
- }), En = /* @__PURE__ */ c({
2178
+ }), An = /* @__PURE__ */ c({
2181
2179
  name: "AtlTooltip",
2182
2180
  __name: "atl-tooltip",
2183
2181
  props: {
@@ -2221,7 +2219,7 @@ var yn = /* @__PURE__ */ c({
2221
2219
  class: d(`atl-tooltip position-${e.atlTooltipPosition}`)
2222
2220
  }, S(e.atlTooltip), 3)) : r("", !0)], 32));
2223
2221
  }
2224
- }), Dn = { class: "atl-code-block" }, On = { class: "code-block-header" }, kn = { class: "code-block-label" }, An = ["aria-label"], jn = { class: "code-block-body" }, Mn = { class: "code-block-pre" }, Nn = { class: "code-line-number" }, Pn = { class: "code-line-text" }, Q = /* @__PURE__ */ c({
2222
+ }), jn = { class: "atl-code-block" }, Mn = { class: "code-block-header" }, Nn = { class: "code-block-label" }, Pn = ["aria-label"], Fn = { class: "code-block-body" }, In = { class: "code-block-pre" }, Ln = { class: "code-line-number" }, Rn = { class: "code-line-text" }, zn = /* @__PURE__ */ c({
2225
2223
  name: "AtlCodeBlock",
2226
2224
  __name: "atl-code-block",
2227
2225
  props: {
@@ -2246,7 +2244,7 @@ var yn = /* @__PURE__ */ c({
2246
2244
  }, 1800);
2247
2245
  });
2248
2246
  }
2249
- return (t, s) => (g(), i("div", Dn, [a("div", On, [a("span", kn, S(l.value), 1), n.copyable ? (g(), i("button", {
2247
+ return (t, s) => (g(), i("div", jn, [a("div", Mn, [a("span", Nn, S(l.value), 1), n.copyable ? (g(), i("button", {
2250
2248
  key: 0,
2251
2249
  class: "code-block-copy",
2252
2250
  type: "button",
@@ -2281,12 +2279,12 @@ var yn = /* @__PURE__ */ c({
2281
2279
  height: "13",
2282
2280
  rx: "2",
2283
2281
  ry: "2"
2284
- }), a("path", { d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1" })], -1), s[3] ||= o(" Copy ", -1)], 64))], 8, An)) : r("", !0)]), a("div", jn, [a("pre", Mn, [a("code", null, [n.showLineNumbers ? (g(!0), i(e, { key: 0 }, y(u.value, (e, t) => (g(), i("span", {
2282
+ }), a("path", { d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1" })], -1), s[3] ||= o(" Copy ", -1)], 64))], 8, Pn)) : r("", !0)]), a("div", Fn, [a("pre", In, [a("code", null, [n.showLineNumbers ? (g(!0), i(e, { key: 0 }, y(u.value, (e, t) => (g(), i("span", {
2285
2283
  key: t,
2286
2284
  class: "code-line"
2287
- }, [a("span", Nn, S(t + 1), 1), a("span", Pn, S(e), 1)]))), 128)) : (g(), i(e, { key: 1 }, [o(S(n.code), 1)], 64))])])])]));
2285
+ }, [a("span", Ln, S(t + 1), 1), a("span", Rn, S(e), 1)]))), 128)) : (g(), i(e, { key: 1 }, [o(S(n.code), 1)], 64))])])])]));
2288
2286
  }
2289
- }), Fn = ["aria-labelledby"], In = ["aria-labelledby"], Ln = ["aria-label", "aria-expanded"], Rn = ["aria-labelledby"], $ = Symbol("AtlChat"), zn = /* @__PURE__ */ c({
2287
+ }), Bn = ["aria-labelledby"], Vn = ["aria-labelledby"], Q = ["aria-label", "aria-expanded"], Hn = ["aria-labelledby"], $ = Symbol("AtlChat"), Un = /* @__PURE__ */ c({
2290
2288
  name: "AtlChat",
2291
2289
  __name: "atl-chat",
2292
2290
  props: {
@@ -2354,24 +2352,24 @@ var yn = /* @__PURE__ */ c({
2354
2352
  }, [a("div", {
2355
2353
  class: "surface drawer-surface",
2356
2354
  onClick: o[0] ||= A(() => {}, ["stop"])
2357
- }, [b(t.$slots, "default")])], 40, Fn)) : n.variant === "popup" ? (g(), i(e, { key: 1 }, [n.open ? (g(), i("div", {
2355
+ }, [b(t.$slots, "default")])], 40, Bn)) : n.variant === "popup" ? (g(), i(e, { key: 1 }, [n.open ? (g(), i("div", {
2358
2356
  key: 0,
2359
2357
  class: "surface popup-surface",
2360
2358
  role: "dialog",
2361
2359
  "aria-labelledby": w(p)
2362
- }, [b(t.$slots, "default")], 8, In)) : r("", !0), a("button", {
2360
+ }, [b(t.$slots, "default")], 8, Vn)) : r("", !0), a("button", {
2363
2361
  type: "button",
2364
2362
  class: "fab-bubble",
2365
2363
  "aria-label": n.open ? "Close AI assistant" : "Open AI assistant",
2366
2364
  "aria-expanded": n.open,
2367
2365
  onClick: y
2368
- }, [...o[1] ||= [a("span", { "aria-hidden": "true" }, "AI", -1)]], 8, Ln)], 64)) : (g(), i("section", {
2366
+ }, [...o[1] ||= [a("span", { "aria-hidden": "true" }, "AI", -1)]], 8, Q)], 64)) : (g(), i("section", {
2369
2367
  key: 2,
2370
2368
  class: "surface inline-surface",
2371
2369
  "aria-labelledby": w(p)
2372
- }, [b(t.$slots, "default")], 8, Rn))], 2));
2370
+ }, [b(t.$slots, "default")], 8, Hn))], 2));
2373
2371
  }
2374
- }), Bn = ["id"], Vn = { class: "title-block" }, Hn = /* @__PURE__ */ c({
2372
+ }), Wn = ["id"], Gn = { class: "title-block" }, Kn = /* @__PURE__ */ c({
2375
2373
  name: "AtlChatHeader",
2376
2374
  __name: "atl-chat-header",
2377
2375
  setup(e) {
@@ -2384,7 +2382,7 @@ var yn = /* @__PURE__ */ c({
2384
2382
  return (e, n) => (g(), i("div", {
2385
2383
  id: w(t).headerId,
2386
2384
  class: "atl-chat-header"
2387
- }, [a("div", Vn, [b(e.$slots, "default")]), a("button", {
2385
+ }, [a("div", Gn, [b(e.$slots, "default")]), a("button", {
2388
2386
  type: "button",
2389
2387
  class: "close-btn",
2390
2388
  "aria-label": "Close chat",
@@ -2410,9 +2408,9 @@ var yn = /* @__PURE__ */ c({
2410
2408
  y1: "6",
2411
2409
  x2: "18",
2412
2410
  y2: "18"
2413
- })], -1)]])], 8, Bn));
2411
+ })], -1)]])], 8, Wn));
2414
2412
  }
2415
- }), Un = /* @__PURE__ */ c({
2413
+ }), qn = /* @__PURE__ */ c({
2416
2414
  name: "AtlChatMessages",
2417
2415
  __name: "atl-chat-messages",
2418
2416
  setup(e) {
@@ -2436,7 +2434,7 @@ var yn = /* @__PURE__ */ c({
2436
2434
  class: "atl-chat-messages"
2437
2435
  }, [b(e.$slots, "default")], 512));
2438
2436
  }
2439
- }), Wn = /* @__PURE__ */ c({
2437
+ }), Jn = /* @__PURE__ */ c({
2440
2438
  name: "AtlChatMessage",
2441
2439
  __name: "atl-chat-message",
2442
2440
  props: {
@@ -2457,7 +2455,7 @@ var yn = /* @__PURE__ */ c({
2457
2455
  class: d(r.value)
2458
2456
  }, [b(e.$slots, "default")], 2));
2459
2457
  }
2460
- }), Gn = /* @__PURE__ */ c({
2458
+ }), Yn = /* @__PURE__ */ c({
2461
2459
  name: "AtlChatTyping",
2462
2460
  __name: "atl-chat-typing",
2463
2461
  props: { inline: {
@@ -2477,10 +2475,10 @@ var yn = /* @__PURE__ */ c({
2477
2475
  a("span", { class: "sr-only" }, "Assistant is typing", -1)
2478
2476
  ]], 2));
2479
2477
  }
2480
- }), Kn = { class: "atl-chat-suggestion" }, qn = { class: "chip-label" }, Jn = {
2478
+ }), Xn = { class: "atl-chat-suggestion" }, Zn = { class: "chip-label" }, Qn = {
2481
2479
  key: 0,
2482
2480
  class: "chip-hint"
2483
- }, Yn = /* @__PURE__ */ c({
2481
+ }, $n = /* @__PURE__ */ c({
2484
2482
  name: "AtlChatSuggestion",
2485
2483
  __name: "atl-chat-suggestion",
2486
2484
  props: {
@@ -2490,18 +2488,18 @@ var yn = /* @__PURE__ */ c({
2490
2488
  emits: ["selected"],
2491
2489
  setup(e, { emit: t }) {
2492
2490
  let n = e, o = t;
2493
- return (e, t) => (g(), i("div", Kn, [a("button", {
2491
+ return (e, t) => (g(), i("div", Xn, [a("button", {
2494
2492
  type: "button",
2495
2493
  class: "chip",
2496
2494
  onClick: t[0] ||= (e) => o("selected", n.label)
2497
- }, [a("span", qn, S(n.label), 1), n.hint ? (g(), i("span", Jn, S(n.hint), 1)) : r("", !0)])]));
2495
+ }, [a("span", Zn, S(n.label), 1), n.hint ? (g(), i("span", Qn, S(n.hint), 1)) : r("", !0)])]));
2498
2496
  }
2499
- }), Xn = { class: "atl-chat-input" }, Zn = [
2497
+ }), er = { class: "atl-chat-input" }, tr = [
2500
2498
  "value",
2501
2499
  "placeholder",
2502
2500
  "disabled",
2503
2501
  "aria-label"
2504
- ], Qn = ["disabled"], $n = /* @__PURE__ */ c({
2502
+ ], nr = ["disabled"], rr = /* @__PURE__ */ c({
2505
2503
  name: "AtlChatInput",
2506
2504
  __name: "atl-chat-input",
2507
2505
  props: {
@@ -2544,7 +2542,7 @@ var yn = /* @__PURE__ */ c({
2544
2542
  let t = e.target;
2545
2543
  d.value = t.value;
2546
2544
  }
2547
- return (e, t) => (g(), i("div", Xn, [a("textarea", {
2545
+ return (e, t) => (g(), i("div", er, [a("textarea", {
2548
2546
  class: "field",
2549
2547
  rows: "1",
2550
2548
  value: d.value,
@@ -2553,7 +2551,7 @@ var yn = /* @__PURE__ */ c({
2553
2551
  "aria-label": r.ariaLabel,
2554
2552
  onInput: _,
2555
2553
  onKeydown: h
2556
- }, null, 40, Zn), f.value ? (g(), i("button", {
2554
+ }, null, 40, tr), f.value ? (g(), i("button", {
2557
2555
  key: 0,
2558
2556
  type: "button",
2559
2557
  class: "action-btn variant-danger size-md",
@@ -2564,8 +2562,8 @@ var yn = /* @__PURE__ */ c({
2564
2562
  class: "action-btn variant-primary size-md",
2565
2563
  disabled: !d.value.trim(),
2566
2564
  onClick: m
2567
- }, " Send ", 8, Qn))]));
2565
+ }, " Send ", 8, nr))]));
2568
2566
  }
2569
2567
  });
2570
2568
  //#endregion
2571
- export { M as AtlAccordionGroup, ee as AtlAccordionHeader, P as AtlAccordionItem, ie as AtlAlert, le as AtlAvatar, de as AtlAvatarGroup, L as AtlBadge, pe as AtlBreadcrumbItem, V as AtlBreadcrumbs, ge as AtlButton, ve as AtlCard, Se as AtlCardContent, we as AtlCardFooter, be as AtlCardHeader, zn as AtlChat, Hn as AtlChatHeader, $n as AtlChatInput, $ as AtlChatKey, Wn as AtlChatMessage, Un as AtlChatMessages, Yn as AtlChatSuggestion, Gn as AtlChatTyping, U as AtlCheckbox, Q as AtlCodeBlock, xt as AtlCombobox, ke as AtlDialog, Pe as AtlDialogContent, Ie as AtlDialogFooter, Me as AtlDialogHeader, Re as AtlDrawer, Ue as AtlDrawerContent, Ge as AtlDrawerFooter, Ve as AtlDrawerHeader, z as AtlIcon, Xe as AtlInput, $e as AtlMenu, tt as AtlMenuItem, rt as AtlMenuSeparator, Qe as AtlMenuTrigger, Ft as AtlOption, dt as AtlPagination, mt as AtlProgress, Dt as AtlRadio, wt as AtlRadioGroup, Nt as AtlSelect, It as AtlSkeleton, Jt as AtlStep, Kt as AtlStepper, fn as AtlTab, un as AtlTabGroup, Xt as AtlTable, en as AtlTbody, sn as AtlTd, _n as AtlTextarea, on as AtlTh, Zt as AtlThead, xn as AtlToastContainer, Z as AtlToastItem, yn as AtlToastProvider, Tn as AtlToggle, En as AtlTooltip, rn as AtlTr, vn as useAtlToast };
2569
+ export { M as AtlAccordionGroup, ee as AtlAccordionHeader, P as AtlAccordionItem, ie as AtlAlert, le as AtlAvatar, de as AtlAvatarGroup, L as AtlBadge, pe as AtlBreadcrumbItem, V as AtlBreadcrumbs, ge as AtlButton, ve as AtlCard, Se as AtlCardContent, we as AtlCardFooter, be as AtlCardHeader, Un as AtlChat, Kn as AtlChatHeader, rr as AtlChatInput, $ as AtlChatKey, Jn as AtlChatMessage, qn as AtlChatMessages, $n as AtlChatSuggestion, Yn as AtlChatTyping, U as AtlCheckbox, zn as AtlCodeBlock, Tt as AtlCombobox, ke as AtlDialog, Pe as AtlDialogContent, Ie as AtlDialogFooter, Me as AtlDialogHeader, Re as AtlDrawer, Ue as AtlDrawerContent, Ge as AtlDrawerFooter, Ve as AtlDrawerHeader, z as AtlIcon, Xe as AtlInput, $e as AtlMenu, tt as AtlMenuItem, rt as AtlMenuSeparator, Qe as AtlMenuTrigger, zt as AtlOption, ht as AtlPagination, vt as AtlProgress, jt as AtlRadio, Ot as AtlRadioGroup, Lt as AtlSelect, Bt as AtlSkeleton, Qt as AtlStep, Xt as AtlStepper, gn as AtlTab, mn as AtlTabGroup, en as AtlTable, an as AtlTbody, dn as AtlTd, xn as AtlTextarea, un as AtlTh, tn as AtlThead, Tn as AtlToastContainer, Z as AtlToastItem, Cn as AtlToastProvider, kn as AtlToggle, An as AtlTooltip, cn as AtlTr, Sn as useAtlToast };
@@ -1 +1 @@
1
- {"version":3,"file":"atl-input.vue.d.ts","sourceRoot":"","sources":["../../../../../libs/vue/src/lib/input/atl-input.vue"],"names":[],"mappings":"AAsEA,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;;AA6HnB,wBASG"}
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"}
@@ -1 +1 @@
1
- {"version":3,"file":"atl-pagination.vue.d.ts","sourceRoot":"","sources":["../../../../../libs/vue/src/lib/pagination/atl-pagination.vue"],"names":[],"mappings":"AAyGA,OAAO,sBAAsB,CAAC;AAI9B,UAAU,kBAAkB;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;;;;;;UAJQ,MAAM;eACD,MAAM;kBACH,MAAM;mBACL,OAAO;;AAoJzB,wBASG"}
1
+ {"version":3,"file":"atl-pagination.vue.d.ts","sourceRoot":"","sources":["../../../../../libs/vue/src/lib/pagination/atl-pagination.vue"],"names":[],"mappings":"AAoHA,OAAO,sBAAsB,CAAC;AAI9B,UAAU,kBAAkB;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;;;;;;UAJQ,MAAM;eACD,MAAM;kBACH,MAAM;mBACL,OAAO;;AAmKzB,wBASG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atelier-ui/vue",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "Atelier component library for Vue 3 — LLM-optimised, accessible, design-token-driven",
5
5
  "keywords": [
6
6
  "vue",