kewti_components 0.0.6 → 0.0.8
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/fonts/Benaiah_536454528f.ttf +0 -0
- package/dist/fonts/Font.et - Benaiah - Unknown Designer (1)/Font.et - Benaiah - Unknown Designer/Benaiah_536454528f.ttf +0 -0
- package/dist/fonts/Font.et - Benaiah - Unknown Designer (1)/Font.et - Benaiah - Unknown Designer/license.txt +13 -0
- package/dist/fonts/Font.et - Menbere - Aleme Tadesse/Font.et - Menbere - Aleme Tadesse/license.txt +13 -0
- package/dist/fonts/Font.et - Mesob - ADIL CREATIVE/Font.et - Mesob - ADIL CREATIVE/Mesob_Regular_O_7eb0a6d47f.otf +0 -0
- package/dist/fonts/Font.et - Mesob - ADIL CREATIVE/Font.et - Mesob - ADIL CREATIVE/license.txt +13 -0
- package/dist/fonts/Font.et - Zemach - ADIL CREATIVE/Font.et - Zemach - ADIL CREATIVE/Zemach_Regular_eafc59f80a.otf +0 -0
- package/dist/fonts/Font.et - Zemach - ADIL CREATIVE/Font.et - Zemach - ADIL CREATIVE/license.txt +13 -0
- package/dist/fonts/Menbere_Variable_Font_wght_2c787a3cf0.ttf +0 -0
- package/dist/fonts/Mesob_Regular_O_7eb0a6d47f.otf +0 -0
- package/dist/fonts/Zemach_Regular_eafc59f80a.otf +0 -0
- package/dist/index.d.ts +1 -0
- package/dist/kewti-fonts/component.d.ts +9 -1
- package/dist/kewti.es.js +1446 -1388
- package/dist/kewti.umd.js +22 -22
- package/dist/kewtiPage/KewtiPage.d.ts +3 -0
- package/dist/kewtiPage/SlidesPage.d.ts +5 -0
- package/dist/kewti_components.css +1 -1
- package/package.json +3 -3
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Font: Benaiah
|
|
2
|
+
Designer: Unknown Designer
|
|
3
|
+
Source: Font.et
|
|
4
|
+
----------------------------------------
|
|
5
|
+
License Information:
|
|
6
|
+
Unknown License
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
No specific license information provided. Please check with the designer.
|
|
11
|
+
|
|
12
|
+
----------------------------------------
|
|
13
|
+
Downloaded from Font.et
|
package/dist/fonts/Font.et - Menbere - Aleme Tadesse/Font.et - Menbere - Aleme Tadesse/license.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Font: Menbere
|
|
2
|
+
Designer: Aleme Tadesse
|
|
3
|
+
Source: Font.et
|
|
4
|
+
----------------------------------------
|
|
5
|
+
License Information:
|
|
6
|
+
Unknown License
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
No specific license information provided. Please check with the designer.
|
|
11
|
+
|
|
12
|
+
----------------------------------------
|
|
13
|
+
Downloaded from Font.et
|
|
Binary file
|
package/dist/fonts/Font.et - Mesob - ADIL CREATIVE/Font.et - Mesob - ADIL CREATIVE/license.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Font: Mesob
|
|
2
|
+
Designer: ADIL CREATIVE
|
|
3
|
+
Source: Font.et
|
|
4
|
+
----------------------------------------
|
|
5
|
+
License Information:
|
|
6
|
+
Unknown License
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
No specific license information provided. Please check with the designer.
|
|
11
|
+
|
|
12
|
+
----------------------------------------
|
|
13
|
+
Downloaded from Font.et
|
|
Binary file
|
package/dist/fonts/Font.et - Zemach - ADIL CREATIVE/Font.et - Zemach - ADIL CREATIVE/license.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Font: Zemach
|
|
2
|
+
Designer: ADIL CREATIVE
|
|
3
|
+
Source: Font.et
|
|
4
|
+
----------------------------------------
|
|
5
|
+
License Information:
|
|
6
|
+
Unknown License
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
No specific license information provided. Please check with the designer.
|
|
11
|
+
|
|
12
|
+
----------------------------------------
|
|
13
|
+
Downloaded from Font.et
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/index.d.ts
CHANGED
|
@@ -5,3 +5,4 @@ export { KewtiLocationSelector } from './kewti-regions/component';
|
|
|
5
5
|
export { KewtiMap } from './kewti-maps/component';
|
|
6
6
|
export { default as TransactionValidator } from './kewti-banks/component';
|
|
7
7
|
export { KewtiPassword } from './kewti-passwords/component';
|
|
8
|
+
export { KewtiFonts, KewtiPronounce } from './kewti-fonts/component';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
type FontName = "geez_digital" | "bela_hidase";
|
|
2
|
+
type FontName = "geez_digital" | "bela_hidase" | "menbere" | "abinet";
|
|
3
3
|
interface KewtiFontsProps {
|
|
4
4
|
font: FontName;
|
|
5
5
|
className?: string;
|
|
@@ -7,4 +7,12 @@ interface KewtiFontsProps {
|
|
|
7
7
|
children: React.ReactNode;
|
|
8
8
|
}
|
|
9
9
|
export declare function KewtiFonts({ font, className, style, children, }: KewtiFontsProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
interface KewtiPronounceProps {
|
|
11
|
+
text: string;
|
|
12
|
+
lang?: string;
|
|
13
|
+
className?: string;
|
|
14
|
+
iconClassName?: string;
|
|
15
|
+
children?: React.ReactNode;
|
|
16
|
+
}
|
|
17
|
+
export declare function KewtiPronounce({ text, lang, className, iconClassName, children, }: KewtiPronounceProps): import("react/jsx-runtime").JSX.Element;
|
|
10
18
|
export {};
|