@tempots/beatui 0.15.0 → 0.16.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/{ar-C__uXRig.js → ar-C7sFBvd3.js} +4 -1
- package/dist/beatui.css +1 -1
- package/dist/{de-CaqDmb7M.js → de-g1A7pWNb.js} +4 -1
- package/dist/{es-D2MgpsFw.js → es-VVHXE2N_.js} +4 -1
- package/dist/{fa-7Lh__M6_.js → fa-CJNIz_z3.js} +4 -1
- package/dist/{fr-BFb9eub-.js → fr-CV72Obmu.js} +4 -1
- package/dist/{he-DCxEMw1h.js → he-B7FDQHq5.js} +4 -1
- package/dist/{hi-Bbnlpps9.js → hi-BCajgsBt.js} +4 -1
- package/dist/index.es.js +1701 -1482
- package/dist/index.umd.js +17 -17
- package/dist/{it-CWTDpmhc.js → it-BeJHf7Ur.js} +4 -1
- package/dist/{ja-C1Nynl79.js → ja-D5YyTu5k.js} +4 -1
- package/dist/{ko-BnQv3_8f.js → ko-DNqvHWiZ.js} +4 -1
- package/dist/{nl-CH2009II.js → nl-Cdbu51NB.js} +4 -1
- package/dist/{pl-Cd4dZDyG.js → pl-Bru8UPLn.js} +7 -4
- package/dist/{pt-CZER9j0r.js → pt-LCfmUFgc.js} +4 -1
- package/dist/{ru-CCEGJYwF.js → ru-D7gTuXxP.js} +4 -1
- package/dist/{tr-BVIGQcgy.js → tr-DlFekEUg.js} +4 -1
- package/dist/types/beatui-i18n/default.d.ts +2 -0
- package/dist/types/beatui-i18n/locales/en.d.ts +2 -0
- package/dist/types/beatui-i18n/translations.d.ts +2 -0
- package/dist/types/components/data/index.d.ts +1 -0
- package/dist/types/components/data/unstyled-drop-zone.d.ts +12 -0
- package/dist/types/components/form/control/file-control.d.ts +11 -0
- package/dist/types/components/form/control/index.d.ts +1 -0
- package/dist/types/components/form/input/file-input.d.ts +11 -0
- package/dist/types/components/form/input/index.d.ts +1 -0
- package/dist/{ur-BVAP8WLA.js → ur-mIO25A6L.js} +4 -1
- package/dist/{vi-Dv4aIcRH.js → vi-Dw_DDZWP.js} +4 -1
- package/dist/{zh-BcAbijvs.js → zh-Dojj6P4C.js} +4 -1
- package/package.json +1 -1
|
@@ -39,7 +39,10 @@ const e = {
|
|
|
39
39
|
fa: () => "الفارسية",
|
|
40
40
|
ur: () => "الأردية",
|
|
41
41
|
// input
|
|
42
|
-
emailPlaceholderText: () => "بريدك الإلكتروني"
|
|
42
|
+
emailPlaceholderText: () => "بريدك الإلكتروني",
|
|
43
|
+
// drop zone
|
|
44
|
+
dropZoneInstructions: () => "اسحب وأفلت الملفات هنا",
|
|
45
|
+
dropZoneInstructionsWithClick: () => "اسحب وأفلت الملفات هنا، أو اضغط Enter أو Space لفتح محدد الملفات"
|
|
43
46
|
};
|
|
44
47
|
export {
|
|
45
48
|
e as default
|