@admin-layout/client 8.5.2-alpha.0 → 8.5.4-alpha.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.
@@ -1 +1 @@
1
- {"version":3,"file":"languages.d.ts","sourceRoot":"","sources":["../../src/constants/languages.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;GAIrB,CAAC"}
1
+ {"version":3,"file":"languages.d.ts","sourceRoot":"","sources":["../../src/constants/languages.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;GAoDrB,CAAC"}
@@ -2,4 +2,52 @@ const languages = [
2
2
  { key: 'en', label: 'English', flag: '🇬🇧' },
3
3
  { key: 'de', label: 'German', flag: '🇩🇪' },
4
4
  { key: 'es', label: 'Spanish', flag: '🇪🇸' },
5
+ { key: 'fr', label: 'French', flag: '🇫🇷' },
6
+ { key: 'it', label: 'Italian', flag: '🇮🇹' },
7
+ { key: 'pt', label: 'Portuguese', flag: '🇵🇹' },
8
+ { key: 'ru', label: 'Russian', flag: '🇷🇺' },
9
+ { key: 'zh', label: 'Chinese', flag: '🇨🇳' },
10
+ { key: 'ja', label: 'Japanese', flag: '🇯🇵' },
11
+ { key: 'ko', label: 'Korean', flag: '🇰🇷' },
12
+ { key: 'ar', label: 'Arabic', flag: '🇸🇦' },
13
+ { key: 'hi', label: 'Hindi', flag: '🇮🇳' },
14
+ { key: 'bn', label: 'Bengali', flag: '🇧🇩' },
15
+ { key: 'ur', label: 'Urdu', flag: '🇵🇰' },
16
+ { key: 'tr', label: 'Turkish', flag: '🇹🇷' },
17
+ { key: 'vi', label: 'Vietnamese', flag: '🇻🇳' },
18
+ { key: 'th', label: 'Thai', flag: '🇹🇭' },
19
+ { key: 'ms', label: 'Malay', flag: '🇲🇾' },
20
+ { key: 'id', label: 'Indonesian', flag: '🇮🇩' },
21
+ { key: 'nl', label: 'Dutch', flag: '🇳🇱' },
22
+ { key: 'sv', label: 'Swedish', flag: '🇸🇪' },
23
+ { key: 'pl', label: 'Polish', flag: '🇵🇱' },
24
+ { key: 'ro', label: 'Romanian', flag: '🇷🇴' },
25
+ { key: 'el', label: 'Greek', flag: '🇬🇷' },
26
+ { key: 'he', label: 'Hebrew', flag: '🇮🇱' },
27
+ { key: 'fi', label: 'Finnish', flag: '🇫🇮' },
28
+ { key: 'da', label: 'Danish', flag: '🇩🇰' },
29
+ { key: 'no', label: 'Norwegian', flag: '🇳🇴' },
30
+ { key: 'hu', label: 'Hungarian', flag: '🇭🇺' },
31
+ { key: 'cs', label: 'Czech', flag: '🇨🇿' },
32
+ { key: 'sk', label: 'Slovak', flag: '🇸🇰' },
33
+ { key: 'bg', label: 'Bulgarian', flag: '🇧🇬' },
34
+ { key: 'sr', label: 'Serbian', flag: '🇷🇸' },
35
+ { key: 'hr', label: 'Croatian', flag: '🇭🇷' },
36
+ { key: 'uk', label: 'Ukrainian', flag: '🇺🇦' },
37
+ { key: 'ca', label: 'Catalan', flag: '🇪🇸' },
38
+ { key: 'eu', label: 'Basque', flag: '🇪🇸' },
39
+ { key: 'fa', label: 'Persian', flag: '🇮🇷' },
40
+ { key: 'am', label: 'Amharic', flag: '🇪🇹' },
41
+ { key: 'sw', label: 'Swahili', flag: '🇰🇪' },
42
+ { key: 'zu', label: 'Zulu', flag: '🇿🇦' },
43
+ { key: 'xh', label: 'Xhosa', flag: '🇿🇦' },
44
+ { key: 'yo', label: 'Yoruba', flag: '🇳🇬' },
45
+ { key: 'ig', label: 'Igbo', flag: '🇳🇬' },
46
+ { key: 'so', label: 'Somali', flag: '🇸🇴' },
47
+ { key: 'km', label: 'Khmer', flag: '🇰🇭' },
48
+ { key: 'lo', label: 'Lao', flag: '🇱🇦' },
49
+ { key: 'my', label: 'Burmese', flag: '🇲🇲' },
50
+ { key: 'mn', label: 'Mongolian', flag: '🇲🇳' },
51
+ { key: 'ka', label: 'Georgian', flag: '🇬🇪' },
52
+ { key: 'hy', label: 'Armenian', flag: '🇦🇲' }
5
53
  ];export{languages};//# sourceMappingURL=languages.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"languages.js","sources":["../../src/constants/languages.ts"],"sourcesContent":[null],"names":[],"mappings":"AAAA,MAAA,SAAsB,GAAA;;;;"}
1
+ {"version":3,"file":"languages.js","sources":["../../src/constants/languages.ts"],"sourcesContent":[null],"names":[],"mappings":"AAAA,MAAA,SAAsB,GAAA;;;;IAoDpB,EAAA,GAAA,EAAA,IAAA,EAAA,KAAA,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@admin-layout/client",
3
- "version": "8.5.2-alpha.0",
3
+ "version": "8.5.4-alpha.0",
4
4
  "description": "Sample client for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
7
+ "type": "module",
7
8
  "main": "lib/index.js",
8
9
  "module": "lib/index.js",
9
- "typings": "lib/index.d.ts",
10
10
  "react-native": "lib/index.native.js",
11
- "type": "module",
11
+ "typings": "lib/index.d.ts",
12
12
  "scripts": {
13
13
  "build": "yarn build:clean && yarn build:lib",
14
14
  "build:clean": "rimraf lib",
@@ -36,5 +36,5 @@
36
36
  "typescript": {
37
37
  "definition": "lib/index.d.ts"
38
38
  },
39
- "gitHead": "1edad82c77bfa20e749a8e35083938e4a7680d72"
39
+ "gitHead": "60f73cfbd4f4b1f230948cc98f79039c716ba6ed"
40
40
  }