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