@alfadocs/ui-kit 0.58.0 → 0.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks/{bishop-score-CMQxsdy4.js → bishop-score-B9tvgoIq.js} +2 -2
- package/dist/_chunks/{bmi-calculator-DuUneHuZ.js → bmi-calculator-DA2NGmVK.js} +2 -2
- package/dist/_chunks/{calendar-oYWOCrnf.js → calendar-CkuJIg3s.js} +1 -1
- package/dist/_chunks/{cycle-calculator-vTtZZAmn.js → cycle-calculator-C_t1Hs8V.js} +2 -2
- package/dist/_chunks/{due-date-calculator-CUm5KJbf.js → due-date-calculator-Q8MIwEVV.js} +2 -2
- package/dist/_chunks/{fetal-weight-Xf8-ZoDy.js → fetal-weight-D1a6BmM-.js} +2 -2
- package/dist/_chunks/{gestational-age-calculator-830KJql3.js → gestational-age-calculator-AkNFfZYs.js} +2 -2
- package/dist/_chunks/{hcg-doubling-kVOpDfny.js → hcg-doubling-Dg0Hr7ey.js} +2 -2
- package/dist/_chunks/{insert-result-njqBthzT.js → insert-result-C1SYdueh.js} +125 -115
- package/dist/_chunks/{pregnancy-dating-BA37LSkF.js → pregnancy-dating-Dg6dTe1p.js} +2 -2
- package/dist/_chunks/{pregnancy-weight-gain-BMRBeA8V.js → pregnancy-weight-gain-DI7X-0JX.js} +2 -2
- package/dist/_chunks/rich-text-editor-B03qM22-.js +334 -0
- package/dist/_chunks/{unit-converter-BQ6lEYvd.js → unit-converter-3sINXO3m.js} +2 -2
- package/dist/agent-catalog.json +2 -2
- package/dist/components/_shared/safe-html.d.ts +1 -1
- package/dist/components/bishop-score/index.js +1 -1
- package/dist/components/bmi-calculator/index.js +1 -1
- package/dist/components/calendar/index.js +1 -1
- package/dist/components/cycle-calculator/index.js +1 -1
- package/dist/components/due-date-calculator/index.js +1 -1
- package/dist/components/fetal-weight/index.js +1 -1
- package/dist/components/gestational-age-calculator/index.js +1 -1
- package/dist/components/hcg-doubling/index.js +1 -1
- package/dist/components/pregnancy-dating/index.js +1 -1
- package/dist/components/pregnancy-weight-gain/index.js +1 -1
- package/dist/components/rich-text-editor/index.d.ts +2 -2
- package/dist/components/rich-text-editor/index.js +4 -7
- package/dist/components/rich-text-editor/rich-text-editor.d.ts +21 -15
- package/dist/components/unit-converter/index.js +1 -1
- package/dist/i18n/locales/ar.d.ts +1 -0
- package/dist/i18n/locales/ar.js +1 -0
- package/dist/i18n/locales/de.d.ts +1 -0
- package/dist/i18n/locales/de.js +1 -0
- package/dist/i18n/locales/el.d.ts +1 -0
- package/dist/i18n/locales/el.js +1 -0
- package/dist/i18n/locales/en.d.ts +1 -0
- package/dist/i18n/locales/en.js +1 -0
- package/dist/i18n/locales/es.d.ts +1 -0
- package/dist/i18n/locales/es.js +1 -0
- package/dist/i18n/locales/fr.d.ts +1 -0
- package/dist/i18n/locales/fr.js +1 -0
- package/dist/i18n/locales/hi.d.ts +1 -0
- package/dist/i18n/locales/hi.js +1 -0
- package/dist/i18n/locales/it.d.ts +1 -0
- package/dist/i18n/locales/it.js +1 -0
- package/dist/i18n/locales/ja.d.ts +1 -0
- package/dist/i18n/locales/ja.js +1 -0
- package/dist/i18n/locales/nl.d.ts +1 -0
- package/dist/i18n/locales/nl.js +1 -0
- package/dist/i18n/locales/pl.d.ts +1 -0
- package/dist/i18n/locales/pl.js +1 -0
- package/dist/i18n/locales/pt.d.ts +1 -0
- package/dist/i18n/locales/pt.js +1 -0
- package/dist/i18n/locales/ro.d.ts +1 -0
- package/dist/i18n/locales/ro.js +1 -0
- package/dist/i18n/locales/ru.d.ts +1 -0
- package/dist/i18n/locales/ru.js +1 -0
- package/dist/i18n/locales/sq.d.ts +1 -0
- package/dist/i18n/locales/sq.js +1 -0
- package/dist/i18n/locales/sv.d.ts +1 -0
- package/dist/i18n/locales/sv.js +1 -0
- package/dist/i18n/locales/tr.d.ts +1 -0
- package/dist/i18n/locales/tr.js +1 -0
- package/dist/i18n/locales/zh.d.ts +1 -0
- package/dist/i18n/locales/zh.js +1 -0
- package/dist/index.js +143 -146
- package/dist/locales/ar.json +1 -0
- package/dist/locales/de.json +1 -0
- package/dist/locales/el.json +1 -0
- package/dist/locales/en.json +1 -0
- package/dist/locales/es.json +1 -0
- package/dist/locales/fr.json +1 -0
- package/dist/locales/hi.json +1 -0
- package/dist/locales/it.json +1 -0
- package/dist/locales/ja.json +1 -0
- package/dist/locales/nl.json +1 -0
- package/dist/locales/pl.json +1 -0
- package/dist/locales/pt.json +1 -0
- package/dist/locales/ro.json +1 -0
- package/dist/locales/ru.json +1 -0
- package/dist/locales/sq.json +1 -0
- package/dist/locales/sv.json +1 -0
- package/dist/locales/tr.json +1 -0
- package/dist/locales/zh.json +1 -0
- package/dist/tokens.css +23 -25
- package/package.json +2 -52
- package/dist/_chunks/image-C6RM5hfF.js +0 -16
- package/dist/_chunks/rich-text-editor-DhGIBd4a.js +0 -921
|
@@ -6,7 +6,7 @@ import { F as I } from "./form-field-BOm9hK35.js";
|
|
|
6
6
|
import { S as P } from "./select-hsCaJSX3.js";
|
|
7
7
|
import { C as m } from "./card-DPmk26CL.js";
|
|
8
8
|
import { B as T } from "./badge-zsf5i5bH.js";
|
|
9
|
-
import { I as A } from "./insert-result-
|
|
9
|
+
import { I as A } from "./insert-result-C1SYdueh.js";
|
|
10
10
|
const b = [
|
|
11
11
|
"dilation",
|
|
12
12
|
"effacement",
|
|
@@ -182,4 +182,4 @@ export {
|
|
|
182
182
|
D as d,
|
|
183
183
|
M as e
|
|
184
184
|
};
|
|
185
|
-
//# sourceMappingURL=bishop-score-
|
|
185
|
+
//# sourceMappingURL=bishop-score-B9tvgoIq.js.map
|
|
@@ -8,7 +8,7 @@ import { F as D } from "./form-field-BOm9hK35.js";
|
|
|
8
8
|
import { N as p } from "./number-input-Dj5L3pXK.js";
|
|
9
9
|
import { C as M } from "./card-DPmk26CL.js";
|
|
10
10
|
import { B as na } from "./badge-zsf5i5bH.js";
|
|
11
|
-
import { B as ra, I as sa, b as oa } from "./insert-result-
|
|
11
|
+
import { B as ra, I as sa, b as oa } from "./insert-result-C1SYdueh.js";
|
|
12
12
|
import { b as ca, e as ma, c as da, f as O, l as W, k as ua } from "./bmi-BxD-tFzU.js";
|
|
13
13
|
const ga = la("ds:flex ds:flex-col ds:gap-[var(--spacing-lg)]", {
|
|
14
14
|
variants: {
|
|
@@ -255,4 +255,4 @@ pa.displayName = "BmiCalculator";
|
|
|
255
255
|
export {
|
|
256
256
|
pa as B
|
|
257
257
|
};
|
|
258
|
-
//# sourceMappingURL=bmi-calculator-
|
|
258
|
+
//# sourceMappingURL=bmi-calculator-DA2NGmVK.js.map
|
|
@@ -7,7 +7,7 @@ import { D as z } from "./date-picker-BfHblqwA.js";
|
|
|
7
7
|
import { N as D } from "./number-input-Dj5L3pXK.js";
|
|
8
8
|
import { C as E } from "./card-DPmk26CL.js";
|
|
9
9
|
import { B as P } from "./badge-zsf5i5bH.js";
|
|
10
|
-
import { I as B } from "./insert-result-
|
|
10
|
+
import { I as B } from "./insert-result-C1SYdueh.js";
|
|
11
11
|
import { a as i } from "./date-picker-variants-CXEAx3O_.js";
|
|
12
12
|
import { C as G } from "./check-DPdL_Sm7.js";
|
|
13
13
|
import { H as R } from "./heart-C0faivFf.js";
|
|
@@ -249,4 +249,4 @@ export {
|
|
|
249
249
|
U as L,
|
|
250
250
|
O as p
|
|
251
251
|
};
|
|
252
|
-
//# sourceMappingURL=cycle-calculator-
|
|
252
|
+
//# sourceMappingURL=cycle-calculator-C_t1Hs8V.js.map
|
|
@@ -9,7 +9,7 @@ import { D as b } from "./date-picker-BfHblqwA.js";
|
|
|
9
9
|
import { N as S } from "./number-input-Dj5L3pXK.js";
|
|
10
10
|
import { C as k } from "./card-DPmk26CL.js";
|
|
11
11
|
import { B } from "./badge-zsf5i5bH.js";
|
|
12
|
-
import { I as X } from "./insert-result-
|
|
12
|
+
import { I as X } from "./insert-result-C1SYdueh.js";
|
|
13
13
|
import { D as y, r as Z, c as ee, e as ae, f as te, A as le, h as re, i as se } from "./antenatal-schedule-timeline-CdiqkF05.js";
|
|
14
14
|
const de = Q("ds:flex ds:flex-col ds:gap-[var(--spacing-lg)]", {
|
|
15
15
|
variants: {
|
|
@@ -253,4 +253,4 @@ ce.displayName = "DueDateCalculator";
|
|
|
253
253
|
export {
|
|
254
254
|
ce as D
|
|
255
255
|
};
|
|
256
|
-
//# sourceMappingURL=due-date-calculator-
|
|
256
|
+
//# sourceMappingURL=due-date-calculator-Q8MIwEVV.js.map
|
|
@@ -6,7 +6,7 @@ import { F as D } from "./form-field-BOm9hK35.js";
|
|
|
6
6
|
import { N as E } from "./number-input-Dj5L3pXK.js";
|
|
7
7
|
import { C as N } from "./card-DPmk26CL.js";
|
|
8
8
|
import { B as H } from "./badge-zsf5i5bH.js";
|
|
9
|
-
import { I as S } from "./insert-result-
|
|
9
|
+
import { I as S } from "./insert-result-C1SYdueh.js";
|
|
10
10
|
function h(l) {
|
|
11
11
|
return typeof l == "number" && Number.isFinite(l) && l > 0 ? l / 10 : null;
|
|
12
12
|
}
|
|
@@ -119,4 +119,4 @@ export {
|
|
|
119
119
|
G as F,
|
|
120
120
|
q as e
|
|
121
121
|
};
|
|
122
|
-
//# sourceMappingURL=fetal-weight-
|
|
122
|
+
//# sourceMappingURL=fetal-weight-D1a6BmM-.js.map
|
|
@@ -10,7 +10,7 @@ import { S as le } from "./select-hsCaJSX3.js";
|
|
|
10
10
|
import { S as se } from "./switch-BJ6HD3Mn.js";
|
|
11
11
|
import { C as R } from "./card-DPmk26CL.js";
|
|
12
12
|
import { B as T } from "./badge-zsf5i5bH.js";
|
|
13
|
-
import { I as ie } from "./insert-result-
|
|
13
|
+
import { I as ie } from "./insert-result-C1SYdueh.js";
|
|
14
14
|
import { c as ne, g as oe, e as re, f as de, A as ce, h as me, i as ge, G as ue } from "./antenatal-schedule-timeline-CdiqkF05.js";
|
|
15
15
|
import { s as he } from "./subDays-Bs00akhK.js";
|
|
16
16
|
import { i as pe } from "./date-picker-variants-CXEAx3O_.js";
|
|
@@ -308,4 +308,4 @@ ve.displayName = "GestationalAgeCalculator";
|
|
|
308
308
|
export {
|
|
309
309
|
ve as G
|
|
310
310
|
};
|
|
311
|
-
//# sourceMappingURL=gestational-age-calculator-
|
|
311
|
+
//# sourceMappingURL=gestational-age-calculator-AkNFfZYs.js.map
|
|
@@ -7,7 +7,7 @@ import { N as L } from "./number-input-Dj5L3pXK.js";
|
|
|
7
7
|
import { D as M } from "./date-time-picker-H-3Pwqlb.js";
|
|
8
8
|
import { C as _ } from "./card-DPmk26CL.js";
|
|
9
9
|
import { B as A } from "./badge-zsf5i5bH.js";
|
|
10
|
-
import { I as C } from "./insert-result-
|
|
10
|
+
import { I as C } from "./insert-result-C1SYdueh.js";
|
|
11
11
|
const O = 1e3 * 60 * 60, z = 35;
|
|
12
12
|
function G(D) {
|
|
13
13
|
const { hcg1: r, hcg2: s, date1: d, date2: o } = D;
|
|
@@ -167,4 +167,4 @@ export {
|
|
|
167
167
|
z as M,
|
|
168
168
|
G as a
|
|
169
169
|
};
|
|
170
|
-
//# sourceMappingURL=hcg-doubling-
|
|
170
|
+
//# sourceMappingURL=hcg-doubling-Dg0Hr7ey.js.map
|