@alfadocs/ui-kit 0.9.0 → 0.9.1

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.
Files changed (24) hide show
  1. package/dist/_chunks/{agenda-card-DU13wUTA.js → agenda-card-CsCm7hQv.js} +2 -2
  2. package/dist/_chunks/{agenda-tray-gQUXklO4.js → agenda-tray-B8QZ3wEp.js} +2 -2
  3. package/dist/_chunks/{combobox-DUpWoPPk.js → combobox-BHhnR3qm.js} +4 -8
  4. package/dist/_chunks/{file-upload-BVbfiANR.js → file-upload-DIecAfC-.js} +4 -8
  5. package/dist/_chunks/{notification-card-CRIE2Cuk.js → notification-card-ejOw5g6g.js} +2 -5
  6. package/dist/_chunks/{notification-tray-CfXNYrxv.js → notification-tray-C3dYdLAF.js} +3 -6
  7. package/dist/_chunks/{sparkline-D4Np8ikf.js → sparkline-B5Ms55PZ.js} +2 -2
  8. package/dist/_chunks/{timeline-BaSULpSJ.js → timeline-rmls7dIh.js} +9 -9
  9. package/dist/_chunks/{transaction-chip-eVbolm0B.js → transaction-chip-z9ENE50O.js} +2 -2
  10. package/dist/_chunks/{use-password-requirements-B1M8lE2t.js → use-password-requirements-DbPZMfV9.js} +2 -2
  11. package/dist/agent-catalog.json +1 -1
  12. package/dist/components/agenda-card/index.js +1 -1
  13. package/dist/components/agenda-tray/index.js +1 -1
  14. package/dist/components/combobox/index.js +1 -1
  15. package/dist/components/file-upload/index.js +1 -1
  16. package/dist/components/notification-card/index.js +1 -1
  17. package/dist/components/notification-tray/index.js +1 -1
  18. package/dist/components/password-input/index.js +1 -1
  19. package/dist/components/sparkline/index.js +1 -1
  20. package/dist/components/timeline/index.js +1 -1
  21. package/dist/components/transaction-chip/index.js +1 -1
  22. package/dist/i18n/config.d.ts +1 -1
  23. package/dist/index.js +10 -10
  24. package/package.json +1 -1
@@ -118,7 +118,7 @@ const k = {
118
118
  size: "sm",
119
119
  withDot: !0,
120
120
  className: "ds:shrink-0",
121
- children: i(`ui.agendaCard.status.${s.status}`, s.status)
121
+ children: i(`agendaCard.status.${s.status}`, s.status)
122
122
  }
123
123
  ) : null,
124
124
  r ? /* @__PURE__ */ e(
@@ -138,4 +138,4 @@ export {
138
138
  T as A,
139
139
  w as i
140
140
  };
141
- //# sourceMappingURL=agenda-card-DU13wUTA.js.map
141
+ //# sourceMappingURL=agenda-card-CsCm7hQv.js.map
@@ -5,7 +5,7 @@ import { useTranslation as j } from "react-i18next";
5
5
  import { I as _ } from "./icon-button-C4CGcYuz.js";
6
6
  import { S as E } from "./skeleton-CZbwyJAA.js";
7
7
  import { E as P } from "./empty-state-3CLJIXSj.js";
8
- import { A as H } from "./agenda-card-DU13wUTA.js";
8
+ import { A as H } from "./agenda-card-CsCm7hQv.js";
9
9
  import { u as K } from "./registry-C9nwlNyL.js";
10
10
  import { c as L } from "./createLucideIcon-CrFbzy84.js";
11
11
  import { P as V } from "./plus-CYKNmfuA.js";
@@ -178,4 +178,4 @@ export {
178
178
  G as A,
179
179
  D as a
180
180
  };
181
- //# sourceMappingURL=agenda-tray-gQUXklO4.js.map
181
+ //# sourceMappingURL=agenda-tray-B8QZ3wEp.js.map
@@ -426,13 +426,9 @@ const ie = $e(
426
426
  at,
427
427
  {
428
428
  search: p,
429
- label: C(
430
- "inputs.combobox.create",
431
- 'Create "{{value}}"',
432
- {
433
- value: p
434
- }
435
- ),
429
+ label: C("inputs.combobox.create", 'Create "{{value}}"', {
430
+ value: p
431
+ }),
436
432
  iconClass: U,
437
433
  size: x,
438
434
  onSelect: Ie
@@ -456,4 +452,4 @@ export {
456
452
  ae as d,
457
453
  et as e
458
454
  };
459
- //# sourceMappingURL=combobox-DUpWoPPk.js.map
455
+ //# sourceMappingURL=combobox-BHhnR3qm.js.map
@@ -448,13 +448,9 @@ const ss = Ne(
448
448
  }
449
449
  return [...l, ...z];
450
450
  }), L == null || L(i, f), U(
451
- o(
452
- "inputs.fileUpload.filesSelected",
453
- "{{count}} file(s) selected",
454
- {
455
- count: i.length
456
- }
457
- )
451
+ o("inputs.fileUpload.filesSelected", "{{count}} file(s) selected", {
452
+ count: i.length
453
+ })
458
454
  );
459
455
  for (const l of z)
460
456
  Y(l);
@@ -826,4 +822,4 @@ export {
826
822
  ss as F,
827
823
  Pe as f
828
824
  };
829
- //# sourceMappingURL=file-upload-BVbfiANR.js.map
825
+ //# sourceMappingURL=file-upload-DIecAfC-.js.map
@@ -237,10 +237,7 @@ const G = M(
237
237
  icon: /* @__PURE__ */ a(H, {}),
238
238
  intent: "ghost",
239
239
  size: "sm",
240
- "aria-label": u(
241
- "notificationCard.dismiss",
242
- "Dismiss notification"
243
- ),
240
+ "aria-label": u("notificationCard.dismiss", "Dismiss notification"),
244
241
  onClick: w
245
242
  }
246
243
  ) }) : null
@@ -254,4 +251,4 @@ export {
254
251
  G as N,
255
252
  q as i
256
253
  };
257
- //# sourceMappingURL=notification-card-CRIE2Cuk.js.map
254
+ //# sourceMappingURL=notification-card-ejOw5g6g.js.map
@@ -7,7 +7,7 @@ import { I as pe } from "./icon-button-C4CGcYuz.js";
7
7
  import { B as W } from "./button-DD_0Xdmr.js";
8
8
  import { S as Y } from "./separator-CYU_bGFn.js";
9
9
  import { S as N } from "./skeleton-CZbwyJAA.js";
10
- import { N as ue } from "./notification-card-CRIE2Cuk.js";
10
+ import { N as ue } from "./notification-card-ejOw5g6g.js";
11
11
  import { u as me } from "./registry-C9nwlNyL.js";
12
12
  import { c as ge } from "./createLucideIcon-CrFbzy84.js";
13
13
  /**
@@ -299,10 +299,7 @@ const we = de(
299
299
  const h = b ?? 0, ae = h > 0 ? r("notificationTray.triggerLabel", {
300
300
  count: h,
301
301
  defaultValue: "Notifications, {{count}} unread"
302
- }) : r(
303
- "notificationTray.triggerLabelNone",
304
- "Notifications, none unread"
305
- ), ne = be(
302
+ }) : r("notificationTray.triggerLabelNone", "Notifications, none unread"), ne = be(
306
303
  h,
307
304
  r("notificationTray.badgeCountOverflow", "99+")
308
305
  ), se = xe({ size: T }), l = f(a);
@@ -445,4 +442,4 @@ export {
445
442
  we as N,
446
443
  ye as n
447
444
  };
448
- //# sourceMappingURL=notification-tray-CfXNYrxv.js.map
445
+ //# sourceMappingURL=notification-tray-C3dYdLAF.js.map
@@ -88,7 +88,7 @@ const ne = j(
88
88
  ), p = V(null), [O, E] = H(0), { direction: y } = X(t), N = R(() => {
89
89
  if (t.length === 0)
90
90
  return u("sparkline.noData", "No data");
91
- const e = (g) => new Intl.NumberFormat(C.language).format(g), r = u(`ui.sparkline.direction.${y}`), f = {
91
+ const e = (g) => new Intl.NumberFormat(C.language).format(g), r = u(`sparkline.direction.${y}`), f = {
92
92
  min: e(Math.min(...t)),
93
93
  max: e(Math.max(...t)),
94
94
  current: e(t[t.length - 1]),
@@ -249,4 +249,4 @@ export {
249
249
  Y as s,
250
250
  X as u
251
251
  };
252
- //# sourceMappingURL=sparkline-D4Np8ikf.js.map
252
+ //# sourceMappingURL=sparkline-B5Ms55PZ.js.map
@@ -1,5 +1,5 @@
1
1
  import { jsx as e, jsxs as c } from "react/jsx-runtime";
2
- import { forwardRef as m, useMemo as p, useRef as w, useState as V, useCallback as I, useImperativeHandle as O, useContext as u, createContext as C } from "react";
2
+ import { forwardRef as m, useMemo as p, useRef as w, useState as V, useCallback as I, useImperativeHandle as O, useContext as v, createContext as C } from "react";
3
3
  import { c as b } from "./index-D2ZczOXr.js";
4
4
  import { useTranslation as A } from "react-i18next";
5
5
  import { A as P } from "./avatar-I10iCDs8.js";
@@ -49,7 +49,7 @@ const K = {
49
49
  description: "Opaque event id emitted on each Timeline.Event when the `eventId` prop is provided."
50
50
  }
51
51
  }
52
- }, v = C({
52
+ }, u = C({
53
53
  layout: "rail-start",
54
54
  order: "newest-first"
55
55
  }), g = C({
@@ -141,7 +141,7 @@ const K = {
141
141
  }),
142
142
  [x]
143
143
  );
144
- return O(a, () => o.current, []), H(K, R, n.id), /* @__PURE__ */ e(v.Provider, { value: d, children: /* @__PURE__ */ e(
144
+ return O(a, () => o.current, []), H(K, R, n.id), /* @__PURE__ */ e(u.Provider, { value: d, children: /* @__PURE__ */ e(
145
145
  "ol",
146
146
  {
147
147
  ref: o,
@@ -158,7 +158,7 @@ const K = {
158
158
  E.displayName = "Timeline";
159
159
  const S = m(
160
160
  ({ type: t = "neutral", eventId: r, className: s, children: i, ...n }, a) => {
161
- const { layout: d } = u(v), { t: o } = A(), l = p(() => ({ type: t }), [t]);
161
+ const { layout: d } = v(u), { t: o } = A(), l = p(() => ({ type: t }), [t]);
162
162
  return d === "alternating" ? /* @__PURE__ */ e(g.Provider, { value: l, children: /* @__PURE__ */ c(
163
163
  "li",
164
164
  {
@@ -167,7 +167,7 @@ const S = m(
167
167
  className: ["ds:contents", s].filter(Boolean).join(" "),
168
168
  ...n,
169
169
  children: [
170
- /* @__PURE__ */ e("span", { className: "ds:sr-only", children: o(`ui.timeline.type.${t}`) }),
170
+ /* @__PURE__ */ e("span", { className: "ds:sr-only", children: o(`timeline.type.${t}`) }),
171
171
  i
172
172
  ]
173
173
  }
@@ -179,7 +179,7 @@ const S = m(
179
179
  className: W({ layout: d, className: s }),
180
180
  ...n,
181
181
  children: [
182
- /* @__PURE__ */ e("span", { className: "ds:sr-only", children: o(`ui.timeline.type.${t}`) }),
182
+ /* @__PURE__ */ e("span", { className: "ds:sr-only", children: o(`timeline.type.${t}`) }),
183
183
  i
184
184
  ]
185
185
  }
@@ -189,7 +189,7 @@ const S = m(
189
189
  S.displayName = "Timeline.Event";
190
190
  const _ = m(
191
191
  ({ icon: t, className: r, ...s }, i) => {
192
- const { type: n } = u(g), { layout: a } = u(v), d = /* @__PURE__ */ e(
192
+ const { type: n } = v(g), { layout: a } = v(u), d = /* @__PURE__ */ e(
193
193
  "div",
194
194
  {
195
195
  ref: i,
@@ -216,7 +216,7 @@ const _ = m(
216
216
  _.displayName = "Timeline.Dot";
217
217
  const k = m(
218
218
  ({ title: t, description: r, actor: s, children: i, className: n, ...a }, d) => {
219
- const { layout: o } = u(v), l = /* @__PURE__ */ e(
219
+ const { layout: o } = v(u), l = /* @__PURE__ */ e(
220
220
  "div",
221
221
  {
222
222
  ref: d,
@@ -276,4 +276,4 @@ export {
276
276
  le as T,
277
277
  K as t
278
278
  };
279
- //# sourceMappingURL=timeline-BaSULpSJ.js.map
279
+ //# sourceMappingURL=timeline-rmls7dIh.js.map
@@ -142,7 +142,7 @@ const L = [
142
142
  style: "currency",
143
143
  currency: o,
144
144
  signDisplay: "never"
145
- }).format(d), c = a(`ui.financial.state.${S[e]}`), k = new Intl.NumberFormat(i, {
145
+ }).format(d), c = a(`financial.state.${S[e]}`), k = new Intl.NumberFormat(i, {
146
146
  style: "currency",
147
147
  currency: o,
148
148
  signDisplay: e === "debt" ? "always" : "auto"
@@ -193,4 +193,4 @@ q.displayName = "TransactionChip";
193
193
  export {
194
194
  q as T
195
195
  };
196
- //# sourceMappingURL=transaction-chip-eVbolm0B.js.map
196
+ //# sourceMappingURL=transaction-chip-z9ENE50O.js.map
@@ -243,7 +243,7 @@ const fs = [
243
243
  const s = o.filter((P) => P.met).length, t = o.length;
244
244
  return Math.min(3, Math.floor(s / t * 4));
245
245
  }, [u, o]), E = n !== void 0 ? n : u ? es : 0, O = xs[E], K = f(
246
- `ui.inputs.password.strength.${O}`,
246
+ `inputs.password.strength.${O}`,
247
247
  O.charAt(0).toUpperCase() + O.slice(1)
248
248
  );
249
249
  return /* @__PURE__ */ g(
@@ -440,4 +440,4 @@ export {
440
440
  Ns as P,
441
441
  Hs as u
442
442
  };
443
- //# sourceMappingURL=use-password-requirements-B1M8lE2t.js.map
443
+ //# sourceMappingURL=use-password-requirements-DbPZMfV9.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "packageVersion": "0.9.0",
3
+ "packageVersion": "0.9.1",
4
4
  "components": [
5
5
  {
6
6
  "kind": "component",
@@ -1,4 +1,4 @@
1
- import { A as r, i as d } from "../../_chunks/agenda-card-DU13wUTA.js";
1
+ import { A as r, i as d } from "../../_chunks/agenda-card-CsCm7hQv.js";
2
2
  import { a as n } from "../../_chunks/agenda-card.agent-B_R47-c9.js";
3
3
  export {
4
4
  r as AgendaCard,
@@ -1,4 +1,4 @@
1
- import { A as r, a as g } from "../../_chunks/agenda-tray-gQUXklO4.js";
1
+ import { A as r, a as g } from "../../_chunks/agenda-tray-B8QZ3wEp.js";
2
2
  export {
3
3
  r as AgendaTray,
4
4
  g as agendaTrayAgent
@@ -1,4 +1,4 @@
1
- import { C as b, c as s, a as t, b as m, d as n, e as r } from "../../_chunks/combobox-DUpWoPPk.js";
1
+ import { C as b, c as s, a as t, b as m, d as n, e as r } from "../../_chunks/combobox-BHhnR3qm.js";
2
2
  export {
3
3
  b as Combobox,
4
4
  s as comboboxAgent,
@@ -1,4 +1,4 @@
1
- import { F as l, f as o } from "../../_chunks/file-upload-BVbfiANR.js";
1
+ import { F as l, f as o } from "../../_chunks/file-upload-DIecAfC-.js";
2
2
  export {
3
3
  l as FileUpload,
4
4
  o as fileUploadAgent
@@ -1,4 +1,4 @@
1
- import { N as a, i as t } from "../../_chunks/notification-card-CRIE2Cuk.js";
1
+ import { N as a, i as t } from "../../_chunks/notification-card-ejOw5g6g.js";
2
2
  import { n as f } from "../../_chunks/notification-card.agent-Rqt3ofk9.js";
3
3
  export {
4
4
  a as NotificationCard,
@@ -1,4 +1,4 @@
1
- import { N as o, n as t } from "../../_chunks/notification-tray-CfXNYrxv.js";
1
+ import { N as o, n as t } from "../../_chunks/notification-tray-C3dYdLAF.js";
2
2
  export {
3
3
  o as NotificationTray,
4
4
  t as notificationTrayAgent
@@ -1,4 +1,4 @@
1
- import { P as r, u as a } from "../../_chunks/use-password-requirements-B1M8lE2t.js";
1
+ import { P as r, u as a } from "../../_chunks/use-password-requirements-DbPZMfV9.js";
2
2
  export {
3
3
  r as PasswordInput,
4
4
  a as usePasswordRequirements
@@ -1,4 +1,4 @@
1
- import { S as r, s, u as n } from "../../_chunks/sparkline-D4Np8ikf.js";
1
+ import { S as r, s, u as n } from "../../_chunks/sparkline-B5Ms55PZ.js";
2
2
  export {
3
3
  r as Sparkline,
4
4
  s as sparklineAgent,
@@ -1,4 +1,4 @@
1
- import { T as t, t as m } from "../../_chunks/timeline-BaSULpSJ.js";
1
+ import { T as t, t as m } from "../../_chunks/timeline-rmls7dIh.js";
2
2
  export {
3
3
  t as Timeline,
4
4
  m as timelineAgent
@@ -1,4 +1,4 @@
1
- import { T as r } from "../../_chunks/transaction-chip-eVbolm0B.js";
1
+ import { T as r } from "../../_chunks/transaction-chip-z9ENE50O.js";
2
2
  export {
3
3
  r as TransactionChip
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import i18next from 'i18next';
2
2
  export default i18next;
3
- export { enUi, itUi, deUi, arUi, uiResources, LOCALES_WITH_BUNDLES } from './resources';
3
+ export { enUi, itUi, deUi, arUi, uiResources, LOCALES_WITH_BUNDLES, } from './resources';
4
4
  export { registerUiBundle } from './registerUiBundle';
5
5
  //# sourceMappingURL=config.d.ts.map
package/dist/index.js CHANGED
@@ -13,17 +13,17 @@ import { A as y, a as B, b as w } from "./_chunks/autocomplete-C34hbfKh.js";
13
13
  import { C as V, a as v, u as H } from "./_chunks/checkbox-D5EHnB14.js";
14
14
  import { C as _ } from "./_chunks/checkbox-group-Qkm3Rg1S.js";
15
15
  import { A as W, B as U, C as K } from "./_chunks/color-picker-BPfcByHH.js";
16
- import { C as j, c as z, a as q, b as Q, d as J, e as X } from "./_chunks/combobox-DUpWoPPk.js";
16
+ import { C as j, c as z, a as q, b as Q, d as J, e as X } from "./_chunks/combobox-BHhnR3qm.js";
17
17
  import { D as $, d as aa } from "./_chunks/date-picker-BD5FYW08.js";
18
18
  import { D as ra, d as oa } from "./_chunks/date-range-picker-BZLVgcXE.js";
19
19
  import { D as sa, d as na } from "./_chunks/date-time-picker-CCoRWX7R.js";
20
- import { F as pa, f as ma } from "./_chunks/file-upload-BVbfiANR.js";
20
+ import { F as pa, f as ma } from "./_chunks/file-upload-DIecAfC-.js";
21
21
  import { F as da } from "./_chunks/form-field-BOm9hK35.js";
22
22
  import { F as ga, u as ca } from "./_chunks/form-field-context-B3APVHKx.js";
23
23
  import { M as ua, m as Aa, a as Sa } from "./_chunks/multi-select-Bh-xR8kP.js";
24
24
  import { N as Ca, u as ba } from "./_chunks/number-input-mpSLk-ld.js";
25
25
  import { O as ha } from "./_chunks/otp-input-CI-Zv5q6.js";
26
- import { P as Ra, u as ka } from "./_chunks/use-password-requirements-B1M8lE2t.js";
26
+ import { P as Ra, u as ka } from "./_chunks/use-password-requirements-DbPZMfV9.js";
27
27
  import { P as Ea, c as Fa, p as Na, a as Ma } from "./_chunks/phone-input-DtBVs5fz.js";
28
28
  import { R as Ba, r as wa } from "./_chunks/recaptcha-widget-Kp1XntuE.js";
29
29
  import { R as Va } from "./_chunks/radio-DvF59ThA.js";
@@ -50,10 +50,10 @@ import { K as rr } from "./_chunks/key-value-pair-AbrRwesr.js";
50
50
  import { L as tr, l as sr } from "./_chunks/list-DcjV0m5B.js";
51
51
  import { L as ir } from "./_chunks/logo-_Z-jLq80.js";
52
52
  import { S as mr } from "./_chunks/skeleton-CZbwyJAA.js";
53
- import { S as dr, s as fr, u as gr } from "./_chunks/sparkline-D4Np8ikf.js";
53
+ import { S as dr, s as fr, u as gr } from "./_chunks/sparkline-B5Ms55PZ.js";
54
54
  import { S as xr } from "./_chunks/stat-CDQ_a0vk.js";
55
55
  import { T as Ar } from "./_chunks/tag-CQmHRM4Y.js";
56
- import { T as Tr, t as Cr } from "./_chunks/timeline-BaSULpSJ.js";
56
+ import { T as Tr, t as Cr } from "./_chunks/timeline-rmls7dIh.js";
57
57
  import { T as Pr } from "./_chunks/timestamp-BV2lC-wV.js";
58
58
  import { B as Ir, a as Rr, b as kr, c as Lr, d as Er, e as Fr, f as Nr } from "./_chunks/breadcrumb--YI7lcHA.js";
59
59
  import { C as yr, a as Br, b as wr, c as Dr, d as Vr, e as vr, f as Hr, g as Or, h as _r, i as Gr, j as Wr, k as Ur, u as Kr } from "./_chunks/command-palette-DkL-aW4O.js";
@@ -69,9 +69,9 @@ import { S as at, s as et } from "./_chunks/stepper-calendar-BLOJUE0-.js";
69
69
  import { S as ot, s as tt } from "./_chunks/stepper-progress-jFY8BSf7.js";
70
70
  import { T as nt, a as it, b as pt, c as mt, t as lt } from "./_chunks/tabs-Cg794H0Q.js";
71
71
  import { T as ft, t as gt } from "./_chunks/theme-toggle-B3meAb3y.js";
72
- import { A as xt, i as ut } from "./_chunks/agenda-card-DU13wUTA.js";
72
+ import { A as xt, i as ut } from "./_chunks/agenda-card-CsCm7hQv.js";
73
73
  import { a as St } from "./_chunks/agenda-card.agent-B_R47-c9.js";
74
- import { A as Ct, a as bt } from "./_chunks/agenda-tray-gQUXklO4.js";
74
+ import { A as Ct, a as bt } from "./_chunks/agenda-tray-B8QZ3wEp.js";
75
75
  import { A as ht } from "./_chunks/alert-pgdXrEO5.js";
76
76
  import { D as Rt, d as kt } from "./_chunks/dialog-DRp6Dejy.js";
77
77
  import { D as Et, d as Ft } from "./_chunks/dropdown-menu-dyV7gHh_.js";
@@ -80,9 +80,9 @@ import { M as Bt } from "./_chunks/matrix-rain-CRPMXcVx.js";
80
80
  import { M as Dt, i as Vt } from "./_chunks/message-card-c6R0-qXq.js";
81
81
  import { m as Ht } from "./_chunks/message-card.agent-4IeIgrnJ.js";
82
82
  import { M as _t, m as Gt } from "./_chunks/message-tray-Fsend-du.js";
83
- import { N as Ut, i as Kt } from "./_chunks/notification-card-CRIE2Cuk.js";
83
+ import { N as Ut, i as Kt } from "./_chunks/notification-card-ejOw5g6g.js";
84
84
  import { n as jt } from "./_chunks/notification-card.agent-Rqt3ofk9.js";
85
- import { N as qt, n as Qt } from "./_chunks/notification-tray-CfXNYrxv.js";
85
+ import { N as qt, n as Qt } from "./_chunks/notification-tray-C3dYdLAF.js";
86
86
  import { P as Xt, p as Zt } from "./_chunks/popover--derJ_wq.js";
87
87
  import { P as as, p as es } from "./_chunks/privacy-lock-BKsI6ReN.js";
88
88
  import { P as os, p as ts } from "./_chunks/progress-B-PSO5OS.js";
@@ -122,7 +122,7 @@ import { R as ti, e as si, r as ni, t as ii, a as pi, w as mi } from "./_chunks/
122
122
  import { S as di, s as fi } from "./_chunks/signature-capture-DjMlFOzS.js";
123
123
  import { S as ci, f as xi, i as ui } from "./_chunks/slot-grid-CgpYgBkW.js";
124
124
  import { C as Si, a as Ti, b as Ci, F as bi, c as Pi, d as hi, P as Ii, e as Ri, T as ki, f as Li, g as Ei, h as Fi, l as Ni, i as Mi, t as yi, r as Bi } from "./_chunks/tooth-scheme-3mITSXiZ.js";
125
- import { T as Di } from "./_chunks/transaction-chip-eVbolm0B.js";
125
+ import { T as Di } from "./_chunks/transaction-chip-z9ENE50O.js";
126
126
  import { C as vi, W as Hi, a as Oi, b as _i, c as Gi, i as Wi, l as Ui, m as Ki, r as Yi, w as ji, d as zi, e as qi, f as Qi } from "./_chunks/workflow-map-D3MvrsZV.js";
127
127
  import { L as Xi, a as Zi, b as $i, c as ap } from "./_chunks/leo-sidebar-B054wsZm.js";
128
128
  import { P as rp } from "./_chunks/patient-shell-BS2V6V1b.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfadocs/ui-kit",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "type": "module",
5
5
  "description": "AlfaDocs shared design system — tokens, components, patterns, and translations for platform, booking, and alfascribe.",
6
6
  "license": "BUSL-1.1",