@semcore/flags 16.0.2 → 16.1.0-prerelease.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/CHANGELOG.md +6 -0
- package/lib/cjs/Flags.js +3 -3
- package/lib/cjs/countries.json +1 -0
- package/lib/cjs/index.d.js.map +1 -1
- package/lib/es6/Flags.js +3 -3
- package/lib/es6/countries.json +1 -0
- package/lib/es6/index.d.js.map +1 -1
- package/lib/sprites/sprite@1x.css +256 -256
- package/lib/sprites/sprite@2x.css +257 -257
- package/lib/types/index.d.ts +1 -2
- package/package.json +4 -4
package/lib/types/index.d.ts
CHANGED
|
@@ -285,7 +285,6 @@ export declare const nameWithoutIso: {
|
|
|
285
285
|
canary_islands: string;
|
|
286
286
|
common_wealth: string;
|
|
287
287
|
england: string;
|
|
288
|
-
european_union: string;
|
|
289
288
|
mars: string;
|
|
290
289
|
nagorno_karabakh: string;
|
|
291
290
|
nato: string;
|
|
@@ -302,7 +301,6 @@ export declare const nameWithoutIso: {
|
|
|
302
301
|
CANARY_ISLANDS: string;
|
|
303
302
|
COMMON_WEALTH: string;
|
|
304
303
|
ENGLAND: string;
|
|
305
|
-
EUROPEAN_UNION: string;
|
|
306
304
|
MARS: string;
|
|
307
305
|
NAGORNO_KARABAKH: string;
|
|
308
306
|
NATO: string;
|
|
@@ -408,6 +406,7 @@ export type FlagsIso2 =
|
|
|
408
406
|
| 'ER'
|
|
409
407
|
| 'EE'
|
|
410
408
|
| 'ET'
|
|
409
|
+
| 'EU'
|
|
411
410
|
| 'FK'
|
|
412
411
|
| 'FO'
|
|
413
412
|
| 'FJ'
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/flags",
|
|
3
3
|
"description": "Semrush Flags Component",
|
|
4
|
-
"version": "16.0.
|
|
4
|
+
"version": "16.1.0-prerelease.0",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/es6/index.js",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"author": "UI-kit team <ui-kit-team@semrush.com>",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@semcore/flex-box": "16.0.
|
|
12
|
+
"@semcore/flex-box": "16.0.3-prerelease.0",
|
|
13
13
|
"classnames": "2.2.6"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@semcore/base-components": "^16.0.0"
|
|
16
|
+
"@semcore/base-components": "^16.1.0-prerelease.0"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"imagemin": "9.0.1",
|
|
26
26
|
"imagemin-pngquant": "9.0.2",
|
|
27
27
|
"pngjs": "7.0.0",
|
|
28
|
-
"@semcore/core": "16.0.0",
|
|
28
|
+
"@semcore/core": "16.0.1-prerelease.0",
|
|
29
29
|
"@semcore/testing-utils": "1.0.0"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|