@alfadocs/ui-kit 0.58.0 → 0.59.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
package/dist/i18n/locales/hi.js
CHANGED
|
@@ -1649,6 +1649,7 @@ export declare const itUi: {
|
|
|
1649
1649
|
};
|
|
1650
1650
|
readonly editor: {
|
|
1651
1651
|
readonly toolbarLabel: "Formattazione testo";
|
|
1652
|
+
readonly regionLabel: "Editor di testo formattato";
|
|
1652
1653
|
readonly placeholder: "Inizia a scrivere…";
|
|
1653
1654
|
readonly bold: "Grassetto";
|
|
1654
1655
|
readonly italic: "Corsivo";
|
package/dist/i18n/locales/it.js
CHANGED
package/dist/i18n/locales/ja.js
CHANGED
|
@@ -1652,6 +1652,7 @@ export declare const nlUi: {
|
|
|
1652
1652
|
};
|
|
1653
1653
|
readonly editor: {
|
|
1654
1654
|
readonly toolbarLabel: "Tekstopmaak";
|
|
1655
|
+
readonly regionLabel: "Tekstverwerker";
|
|
1655
1656
|
readonly placeholder: "Begin met typen…";
|
|
1656
1657
|
readonly bold: "Vetgedrukt";
|
|
1657
1658
|
readonly italic: "Cursief";
|
package/dist/i18n/locales/nl.js
CHANGED
|
@@ -1652,6 +1652,7 @@ export declare const plUi: {
|
|
|
1652
1652
|
};
|
|
1653
1653
|
readonly editor: {
|
|
1654
1654
|
readonly toolbarLabel: "Formatowanie tekstu";
|
|
1655
|
+
readonly regionLabel: "Edytor tekstu sformatowanego";
|
|
1655
1656
|
readonly placeholder: "Zacznij pisać…";
|
|
1656
1657
|
readonly bold: "Pogrubienie";
|
|
1657
1658
|
readonly italic: "Kursywa";
|
package/dist/i18n/locales/pl.js
CHANGED
|
@@ -1653,6 +1653,7 @@ export declare const ptUi: {
|
|
|
1653
1653
|
};
|
|
1654
1654
|
readonly editor: {
|
|
1655
1655
|
readonly toolbarLabel: "Formatação de texto";
|
|
1656
|
+
readonly regionLabel: "Editor de texto formatado";
|
|
1656
1657
|
readonly placeholder: "Comece a escrever…";
|
|
1657
1658
|
readonly bold: "Negrito";
|
|
1658
1659
|
readonly italic: "Itálico";
|
package/dist/i18n/locales/pt.js
CHANGED
|
@@ -1652,6 +1652,7 @@ export declare const roUi: {
|
|
|
1652
1652
|
};
|
|
1653
1653
|
readonly editor: {
|
|
1654
1654
|
readonly toolbarLabel: "Formatare text";
|
|
1655
|
+
readonly regionLabel: "Editor de text îmbogățit";
|
|
1655
1656
|
readonly placeholder: "Începe să scrii…";
|
|
1656
1657
|
readonly bold: "Îngroșat";
|
|
1657
1658
|
readonly italic: "Cursiv";
|
package/dist/i18n/locales/ro.js
CHANGED
|
@@ -1652,6 +1652,7 @@ export declare const ruUi: {
|
|
|
1652
1652
|
};
|
|
1653
1653
|
readonly editor: {
|
|
1654
1654
|
readonly toolbarLabel: "Форматирование текста";
|
|
1655
|
+
readonly regionLabel: "Редактор форматированного текста";
|
|
1655
1656
|
readonly placeholder: "Начните ввод…";
|
|
1656
1657
|
readonly bold: "Жирный";
|
|
1657
1658
|
readonly italic: "Курсив";
|
package/dist/i18n/locales/ru.js
CHANGED
|
@@ -1652,6 +1652,7 @@ export declare const sqUi: {
|
|
|
1652
1652
|
};
|
|
1653
1653
|
readonly editor: {
|
|
1654
1654
|
readonly toolbarLabel: "Formatimi i tekstit";
|
|
1655
|
+
readonly regionLabel: "Redaktues teksti i pasur";
|
|
1655
1656
|
readonly placeholder: "Filloni të shkruani…";
|
|
1656
1657
|
readonly bold: "I trashë";
|
|
1657
1658
|
readonly italic: "I pjerrët";
|
package/dist/i18n/locales/sq.js
CHANGED
|
@@ -1652,6 +1652,7 @@ export declare const svUi: {
|
|
|
1652
1652
|
};
|
|
1653
1653
|
readonly editor: {
|
|
1654
1654
|
readonly toolbarLabel: "Textformatering";
|
|
1655
|
+
readonly regionLabel: "Redigerare för formaterad text";
|
|
1655
1656
|
readonly placeholder: "Börja skriva…";
|
|
1656
1657
|
readonly bold: "Fet";
|
|
1657
1658
|
readonly italic: "Kursiv";
|
package/dist/i18n/locales/sv.js
CHANGED
|
@@ -1652,6 +1652,7 @@ export declare const trUi: {
|
|
|
1652
1652
|
};
|
|
1653
1653
|
readonly editor: {
|
|
1654
1654
|
readonly toolbarLabel: "Metin biçimlendirme";
|
|
1655
|
+
readonly regionLabel: "Zengin metin düzenleyici";
|
|
1655
1656
|
readonly placeholder: "Yazmaya başlayın…";
|
|
1656
1657
|
readonly bold: "Kalın";
|
|
1657
1658
|
readonly italic: "İtalik";
|
package/dist/i18n/locales/tr.js
CHANGED