@kakadu/components 6.7.2 → 6.8.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/build/components/flags/afrikaans.d.ts +2 -0
- package/build/components/flags/albanian.d.ts +2 -0
- package/build/components/flags/amharic.d.ts +2 -0
- package/build/components/flags/arabic.d.ts +2 -0
- package/build/components/flags/armenian.d.ts +2 -0
- package/build/components/flags/azerbaijani.d.ts +2 -0
- package/build/components/flags/bengali.d.ts +2 -0
- package/build/components/flags/bosnian.d.ts +2 -0
- package/build/components/flags/bulgarian.d.ts +2 -0
- package/build/components/flags/catalan.d.ts +2 -0
- package/build/components/flags/chinese-simplified.d.ts +2 -0
- package/build/components/flags/chinese-traditional.d.ts +2 -0
- package/build/components/flags/croatian.d.ts +2 -0
- package/build/components/flags/czech.d.ts +2 -0
- package/build/components/flags/danish.d.ts +2 -0
- package/build/components/flags/dari.d.ts +1 -0
- package/build/components/flags/dutch.d.ts +2 -0
- package/build/components/flags/english.d.ts +2 -0
- package/build/components/flags/estonian.d.ts +2 -0
- package/build/components/flags/farsi-persian.d.ts +2 -0
- package/build/components/flags/filipino-tagalog.d.ts +2 -0
- package/build/components/flags/finnish.d.ts +2 -0
- package/build/components/flags/french-canada.d.ts +2 -0
- package/build/components/flags/french.d.ts +2 -0
- package/build/components/flags/georgian.d.ts +2 -0
- package/build/components/flags/german.d.ts +2 -0
- package/build/components/flags/greek.d.ts +2 -0
- package/build/components/flags/gujarati.d.ts +2 -0
- package/build/components/flags/haitian-creole.d.ts +2 -0
- package/build/components/flags/hausa.d.ts +2 -0
- package/build/components/flags/hebrew.d.ts +2 -0
- package/build/components/flags/hindi.d.ts +2 -0
- package/build/components/flags/hungarian.d.ts +2 -0
- package/build/components/flags/icelandic.d.ts +2 -0
- package/build/components/flags/index.d.ts +160 -0
- package/build/components/flags/indonesian.d.ts +2 -0
- package/build/components/flags/irish.d.ts +2 -0
- package/build/components/flags/italian.d.ts +2 -0
- package/build/components/flags/japanese.d.ts +2 -0
- package/build/components/flags/kannada.d.ts +2 -0
- package/build/components/flags/kazakh.d.ts +2 -0
- package/build/components/flags/korean.d.ts +2 -0
- package/build/components/flags/latvian.d.ts +2 -0
- package/build/components/flags/lithuanian.d.ts +2 -0
- package/build/components/flags/macedonian.d.ts +2 -0
- package/build/components/flags/malay.d.ts +2 -0
- package/build/components/flags/malayalam.d.ts +2 -0
- package/build/components/flags/maltese.d.ts +2 -0
- package/build/components/flags/marathi.d.ts +2 -0
- package/build/components/flags/mongolian.d.ts +2 -0
- package/build/components/flags/norwegian-nynorsk.d.ts +1 -0
- package/build/components/flags/norwegian.d.ts +2 -0
- package/build/components/flags/pashto.d.ts +2 -0
- package/build/components/flags/polish.d.ts +2 -0
- package/build/components/flags/portuguese-brazil.d.ts +2 -0
- package/build/components/flags/portuguese-portugal.d.ts +2 -0
- package/build/components/flags/punjabi.d.ts +1 -0
- package/build/components/flags/romanian.d.ts +2 -0
- package/build/components/flags/russian.d.ts +2 -0
- package/build/components/flags/serbian.d.ts +2 -0
- package/build/components/flags/sinhala.d.ts +2 -0
- package/build/components/flags/slovak.d.ts +2 -0
- package/build/components/flags/slovenian.d.ts +2 -0
- package/build/components/flags/somali.d.ts +2 -0
- package/build/components/flags/spanish-mexico.d.ts +2 -0
- package/build/components/flags/spanish.d.ts +2 -0
- package/build/components/flags/swahili.d.ts +2 -0
- package/build/components/flags/swedish.d.ts +2 -0
- package/build/components/flags/tamil.d.ts +2 -0
- package/build/components/flags/telugu.d.ts +2 -0
- package/build/components/flags/thai.d.ts +2 -0
- package/build/components/flags/turkish.d.ts +2 -0
- package/build/components/flags/ukrainian.d.ts +2 -0
- package/build/components/flags/urdu.d.ts +2 -0
- package/build/components/flags/uzbek.d.ts +2 -0
- package/build/components/flags/vietnamese.d.ts +2 -0
- package/build/components/flags/welsh.d.ts +2 -0
- package/build/components/flags.js +1 -0
- package/build/components/flags.mjs +2073 -0
- package/build/components.css +1 -1
- package/build/index.d.ts +2 -0
- package/build/index.js +1 -1
- package/build/index.mjs +226 -223
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './pashto';
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
import React, { type ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import AfrikaansSvg from './afrikaans';
|
|
3
|
+
import AmharicSvg from './amharic';
|
|
4
|
+
import ArabicSvg from './arabic';
|
|
5
|
+
import AzerbaijaniSvg from './azerbaijani';
|
|
6
|
+
import BulgarianSvg from './bulgarian';
|
|
7
|
+
import BengaliSvg from './bengali';
|
|
8
|
+
import PortugueseBrazilSvg from './portuguese-brazil';
|
|
9
|
+
import BosnianSvg from './bosnian';
|
|
10
|
+
import CatalanSvg from './catalan';
|
|
11
|
+
import CzechSvg from './czech';
|
|
12
|
+
import WelshSvg from './welsh';
|
|
13
|
+
import DanishSvg from './danish';
|
|
14
|
+
import GermanSvg from './german';
|
|
15
|
+
import GreekSvg from './greek';
|
|
16
|
+
import EnglishSvg from './english';
|
|
17
|
+
import SpanishSvg from './spanish';
|
|
18
|
+
import EstonianSvg from './estonian';
|
|
19
|
+
import FarsiPersianSvg from './farsi-persian';
|
|
20
|
+
import FinnishSvg from './finnish';
|
|
21
|
+
import FrenchSvg from './french';
|
|
22
|
+
import FrenchCanadaSvg from './french-canada';
|
|
23
|
+
import IrishSvg from './irish';
|
|
24
|
+
import GujaratiSvg from './gujarati';
|
|
25
|
+
import HausaSvg from './hausa';
|
|
26
|
+
import HebrewSvg from './hebrew';
|
|
27
|
+
import HindiSvg from './hindi';
|
|
28
|
+
import CroatianSvg from './croatian';
|
|
29
|
+
import HaitianCreoleSvg from './haitian-creole';
|
|
30
|
+
import HungarianSvg from './hungarian';
|
|
31
|
+
import ArmenianSvg from './armenian';
|
|
32
|
+
import IndonesianSvg from './indonesian';
|
|
33
|
+
import IcelandicSvg from './icelandic';
|
|
34
|
+
import ItalianSvg from './italian';
|
|
35
|
+
import JapaneseSvg from './japanese';
|
|
36
|
+
import GeorgianSvg from './georgian';
|
|
37
|
+
import KazakhSvg from './kazakh';
|
|
38
|
+
import KannadaSvg from './kannada';
|
|
39
|
+
import KoreanSvg from './korean';
|
|
40
|
+
import LithuanianSvg from './lithuanian';
|
|
41
|
+
import LatvianSvg from './latvian';
|
|
42
|
+
import MacedonianSvg from './macedonian';
|
|
43
|
+
import MalayalamSvg from './malayalam';
|
|
44
|
+
import MongolianSvg from './mongolian';
|
|
45
|
+
import MarathiSvg from './marathi';
|
|
46
|
+
import MalaySvg from './malay';
|
|
47
|
+
import MalteseSvg from './maltese';
|
|
48
|
+
import DutchSvg from './dutch';
|
|
49
|
+
import NorwegianSvg from './norwegian';
|
|
50
|
+
import PolishSvg from './polish';
|
|
51
|
+
import PashtoSvg from './pashto';
|
|
52
|
+
import PortuguesePortugalSvg from './portuguese-portugal';
|
|
53
|
+
import RomanianSvg from './romanian';
|
|
54
|
+
import RussianSvg from './russian';
|
|
55
|
+
import SinhalaSvg from './sinhala';
|
|
56
|
+
import SlovakSvg from './slovak';
|
|
57
|
+
import SlovenianSvg from './slovenian';
|
|
58
|
+
import SomaliSvg from './somali';
|
|
59
|
+
import AlbanianSvg from './albanian';
|
|
60
|
+
import SerbianSvg from './serbian';
|
|
61
|
+
import SwedishSvg from './swedish';
|
|
62
|
+
import SwahiliSvg from './swahili';
|
|
63
|
+
import TamilSvg from './tamil';
|
|
64
|
+
import TeluguSvg from './telugu';
|
|
65
|
+
import ThaiSvg from './thai';
|
|
66
|
+
import FilipinoTagalogSvg from './filipino-tagalog';
|
|
67
|
+
import TurkishSvg from './turkish';
|
|
68
|
+
import UkrainianSvg from './ukrainian';
|
|
69
|
+
import UrduSvg from './urdu';
|
|
70
|
+
import UzbekSvg from './uzbek';
|
|
71
|
+
import VietnameseSvg from './vietnamese';
|
|
72
|
+
import ChineseSimplifiedSvg from './chinese-simplified';
|
|
73
|
+
import SpanishMexicoSvg from './spanish-mexico';
|
|
74
|
+
import ChineseTraditionalSvg from './chinese-traditional';
|
|
75
|
+
declare const flags: {
|
|
76
|
+
af: typeof AfrikaansSvg;
|
|
77
|
+
am: typeof AmharicSvg;
|
|
78
|
+
ar: typeof ArabicSvg;
|
|
79
|
+
az: typeof AzerbaijaniSvg;
|
|
80
|
+
bg: typeof BulgarianSvg;
|
|
81
|
+
bn: typeof BengaliSvg;
|
|
82
|
+
pt: typeof PortugueseBrazilSvg;
|
|
83
|
+
bs: typeof BosnianSvg;
|
|
84
|
+
ca: typeof CatalanSvg;
|
|
85
|
+
cs: typeof CzechSvg;
|
|
86
|
+
cy: typeof WelshSvg;
|
|
87
|
+
da: typeof DanishSvg;
|
|
88
|
+
de: typeof GermanSvg;
|
|
89
|
+
el: typeof GreekSvg;
|
|
90
|
+
en: typeof EnglishSvg;
|
|
91
|
+
es: typeof SpanishSvg;
|
|
92
|
+
et: typeof EstonianSvg;
|
|
93
|
+
fa: typeof FarsiPersianSvg;
|
|
94
|
+
fi: typeof FinnishSvg;
|
|
95
|
+
fr: typeof FrenchSvg;
|
|
96
|
+
'fr-ca': typeof FrenchCanadaSvg;
|
|
97
|
+
ga: typeof IrishSvg;
|
|
98
|
+
gu: typeof GujaratiSvg;
|
|
99
|
+
ha: typeof HausaSvg;
|
|
100
|
+
he: typeof HebrewSvg;
|
|
101
|
+
hi: typeof HindiSvg;
|
|
102
|
+
hr: typeof CroatianSvg;
|
|
103
|
+
ht: typeof HaitianCreoleSvg;
|
|
104
|
+
hu: typeof HungarianSvg;
|
|
105
|
+
hy: typeof ArmenianSvg;
|
|
106
|
+
id: typeof IndonesianSvg;
|
|
107
|
+
is: typeof IcelandicSvg;
|
|
108
|
+
it: typeof ItalianSvg;
|
|
109
|
+
ja: typeof JapaneseSvg;
|
|
110
|
+
ka: typeof GeorgianSvg;
|
|
111
|
+
kk: typeof KazakhSvg;
|
|
112
|
+
kn: typeof KannadaSvg;
|
|
113
|
+
ko: typeof KoreanSvg;
|
|
114
|
+
lt: typeof LithuanianSvg;
|
|
115
|
+
lv: typeof LatvianSvg;
|
|
116
|
+
mk: typeof MacedonianSvg;
|
|
117
|
+
ml: typeof MalayalamSvg;
|
|
118
|
+
mn: typeof MongolianSvg;
|
|
119
|
+
mr: typeof MarathiSvg;
|
|
120
|
+
ms: typeof MalaySvg;
|
|
121
|
+
mt: typeof MalteseSvg;
|
|
122
|
+
nl: typeof DutchSvg;
|
|
123
|
+
no: typeof NorwegianSvg;
|
|
124
|
+
nn: typeof NorwegianSvg;
|
|
125
|
+
pa: typeof HindiSvg;
|
|
126
|
+
pl: typeof PolishSvg;
|
|
127
|
+
ps: typeof PashtoSvg;
|
|
128
|
+
'pt-pt': typeof PortuguesePortugalSvg;
|
|
129
|
+
ro: typeof RomanianSvg;
|
|
130
|
+
ru: typeof RussianSvg;
|
|
131
|
+
si: typeof SinhalaSvg;
|
|
132
|
+
sk: typeof SlovakSvg;
|
|
133
|
+
sl: typeof SlovenianSvg;
|
|
134
|
+
so: typeof SomaliSvg;
|
|
135
|
+
sq: typeof AlbanianSvg;
|
|
136
|
+
sr: typeof SerbianSvg;
|
|
137
|
+
sv: typeof SwedishSvg;
|
|
138
|
+
sw: typeof SwahiliSvg;
|
|
139
|
+
ta: typeof TamilSvg;
|
|
140
|
+
te: typeof TeluguSvg;
|
|
141
|
+
th: typeof ThaiSvg;
|
|
142
|
+
tl: typeof FilipinoTagalogSvg;
|
|
143
|
+
tr: typeof TurkishSvg;
|
|
144
|
+
uk: typeof UkrainianSvg;
|
|
145
|
+
ur: typeof UrduSvg;
|
|
146
|
+
uz: typeof UzbekSvg;
|
|
147
|
+
vi: typeof VietnameseSvg;
|
|
148
|
+
zh: typeof ChineseSimplifiedSvg;
|
|
149
|
+
'es-mx': typeof SpanishMexicoSvg;
|
|
150
|
+
'fa-af': typeof PashtoSvg;
|
|
151
|
+
'zh-tw': typeof ChineseTraditionalSvg;
|
|
152
|
+
};
|
|
153
|
+
export type FlagLocale = keyof typeof flags;
|
|
154
|
+
export declare const flagLocales: FlagLocale[];
|
|
155
|
+
export type FlagProperties = {
|
|
156
|
+
readonly locale: FlagLocale;
|
|
157
|
+
readonly size?: number;
|
|
158
|
+
} & ComponentPropsWithoutRef<'svg'>;
|
|
159
|
+
export default function Flag({ locale, size, style, className, ...properties }: FlagProperties): React.JSX.Element | null;
|
|
160
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './norwegian';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './hindi';
|