@alfadocs/ui-kit 0.85.0 → 0.87.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/{chart-GFLv4cXm.js → chart-CNaLgvx4.js} +254 -230
- package/dist/_chunks/info-tip-Bxk3w6UM.js +166 -0
- package/dist/agent-catalog.json +45 -1
- package/dist/agent-i18n/en.json +9 -0
- package/dist/components/chart/chart.d.ts +30 -0
- package/dist/components/chart/index.d.ts +1 -1
- package/dist/components/chart/index.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/info-tip/index.d.ts +4 -0
- package/dist/components/info-tip/index.js +6 -0
- package/dist/components/info-tip/info-tip.agent.d.ts +4 -0
- package/dist/components/info-tip/info-tip.d.ts +42 -0
- package/dist/i18n/locales/ar.d.ts +3 -0
- package/dist/i18n/locales/ar.js +3 -0
- package/dist/i18n/locales/de.d.ts +3 -0
- package/dist/i18n/locales/de.js +3 -0
- package/dist/i18n/locales/el.d.ts +3 -0
- package/dist/i18n/locales/el.js +3 -0
- package/dist/i18n/locales/en.d.ts +3 -0
- package/dist/i18n/locales/en.js +3 -0
- package/dist/i18n/locales/es.d.ts +3 -0
- package/dist/i18n/locales/es.js +3 -0
- package/dist/i18n/locales/fr.d.ts +3 -0
- package/dist/i18n/locales/fr.js +3 -0
- package/dist/i18n/locales/hi.d.ts +3 -0
- package/dist/i18n/locales/hi.js +3 -0
- package/dist/i18n/locales/it.d.ts +3 -0
- package/dist/i18n/locales/it.js +3 -0
- package/dist/i18n/locales/ja.d.ts +3 -0
- package/dist/i18n/locales/ja.js +3 -0
- package/dist/i18n/locales/nl.d.ts +3 -0
- package/dist/i18n/locales/nl.js +3 -0
- package/dist/i18n/locales/pl.d.ts +3 -0
- package/dist/i18n/locales/pl.js +3 -0
- package/dist/i18n/locales/pt.d.ts +3 -0
- package/dist/i18n/locales/pt.js +3 -0
- package/dist/i18n/locales/ro.d.ts +3 -0
- package/dist/i18n/locales/ro.js +3 -0
- package/dist/i18n/locales/ru.d.ts +3 -0
- package/dist/i18n/locales/ru.js +3 -0
- package/dist/i18n/locales/sq.d.ts +3 -0
- package/dist/i18n/locales/sq.js +3 -0
- package/dist/i18n/locales/sv.d.ts +3 -0
- package/dist/i18n/locales/sv.js +3 -0
- package/dist/i18n/locales/tr.d.ts +3 -0
- package/dist/i18n/locales/tr.js +3 -0
- package/dist/i18n/locales/zh.d.ts +3 -0
- package/dist/i18n/locales/zh.js +3 -0
- package/dist/index.js +471 -468
- package/dist/locales/ar.json +3 -0
- package/dist/locales/de.json +3 -0
- package/dist/locales/el.json +3 -0
- package/dist/locales/en.json +3 -0
- package/dist/locales/es.json +3 -0
- package/dist/locales/fr.json +3 -0
- package/dist/locales/hi.json +3 -0
- package/dist/locales/it.json +3 -0
- package/dist/locales/ja.json +3 -0
- package/dist/locales/nl.json +3 -0
- package/dist/locales/pl.json +3 -0
- package/dist/locales/pt.json +3 -0
- package/dist/locales/ro.json +3 -0
- package/dist/locales/ru.json +3 -0
- package/dist/locales/sq.json +3 -0
- package/dist/locales/sv.json +3 -0
- package/dist/locales/tr.json +3 -0
- package/dist/locales/zh.json +3 -0
- package/dist/tokens.css +1 -1
- package/package.json +5 -1
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
* Machine-translated from canonical Italian — needs professional review.
|
|
4
4
|
*/
|
|
5
5
|
export declare const sqUi: {
|
|
6
|
+
readonly infoTip: {
|
|
7
|
+
readonly triggerLabel: "Më shumë informacion";
|
|
8
|
+
};
|
|
6
9
|
readonly opticalPrescription: {
|
|
7
10
|
readonly ariaLabel: "Recetë për syze";
|
|
8
11
|
readonly metaLabel: "Detajet e recetës";
|
package/dist/i18n/locales/sq.js
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
* Machine-translated from canonical Italian — needs professional review.
|
|
4
4
|
*/
|
|
5
5
|
export declare const svUi: {
|
|
6
|
+
readonly infoTip: {
|
|
7
|
+
readonly triggerLabel: "Mer information";
|
|
8
|
+
};
|
|
6
9
|
readonly opticalPrescription: {
|
|
7
10
|
readonly ariaLabel: "Glasögonrecept";
|
|
8
11
|
readonly metaLabel: "Receptuppgifter";
|
package/dist/i18n/locales/sv.js
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
* Machine-translated from canonical Italian — needs professional review.
|
|
4
4
|
*/
|
|
5
5
|
export declare const trUi: {
|
|
6
|
+
readonly infoTip: {
|
|
7
|
+
readonly triggerLabel: "Daha fazla bilgi";
|
|
8
|
+
};
|
|
6
9
|
readonly opticalPrescription: {
|
|
7
10
|
readonly ariaLabel: "Gözlük reçetesi";
|
|
8
11
|
readonly metaLabel: "Reçete ayrıntıları";
|
package/dist/i18n/locales/tr.js
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
* Machine-translated from canonical Italian — needs professional review.
|
|
4
4
|
*/
|
|
5
5
|
export declare const zhUi: {
|
|
6
|
+
readonly infoTip: {
|
|
7
|
+
readonly triggerLabel: "更多信息";
|
|
8
|
+
};
|
|
6
9
|
readonly opticalPrescription: {
|
|
7
10
|
readonly ariaLabel: "眼镜处方";
|
|
8
11
|
readonly metaLabel: "处方详情";
|