@sankyu/react-circle-flags 1.2.3 → 1.3.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/README.md +20 -5
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,22 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
<img src="./website/public/favicon.svg" alt="@sankyu/react-circle-flags" width="120" height="120" />
|
|
3
|
+
</div>
|
|
4
|
+
|
|
1
5
|
# @sankyu/react-circle-flags
|
|
2
6
|
|
|
3
|
-
|
|
4
|
-
|
|
7
|
+
<div align="center">
|
|
8
|
+
|
|
9
|
+
[](https://www.npmjs.com/package/@sankyu/react-circle-flags) [](https://www.npmjs.com/package/@sankyu/react-circle-flags) [](https://bundlephobia.com/package/@sankyu/react-circle-flags)
|
|
10
|
+
|
|
11
|
+
[](https://www.typescriptlang.org/) [](https://reactjs.org/) [](./LICENSE)
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
:star: **Star us on [GitHub](https://github.com/Sankyu-Lab/react-circle-flags)** | :bug: **Report Issues [here](https://github.com/Sankyu-Lab/react-circle-flags/issues)**
|
|
5
16
|
|
|
6
|
-
[
|
|
17
|
+
:rocket: **Explore the [Demo Gallery](https://sankyu-lab.github.io/browse)** | :book: **Read the [Documentation](https://sankyu-lab.github.io/react-circle-flags/docs/guides/getting-started/)**
|
|
18
|
+
|
|
19
|
+
</div>
|
|
7
20
|
|
|
8
21
|
---
|
|
9
22
|
|
|
@@ -119,7 +132,7 @@ Over 428 country and territory flags are available. Each flag is exported with t
|
|
|
119
132
|
- `FlagJp` - Japan
|
|
120
133
|
- ... and many more
|
|
121
134
|
|
|
122
|
-
See the [full list of flags](https://
|
|
135
|
+
See the [full list of flags](https://sankyu-lab.github.io/browse) in the circle-flags gallery.
|
|
123
136
|
|
|
124
137
|
## 🎨 Styling
|
|
125
138
|
|
|
@@ -201,7 +214,9 @@ Please see [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.
|
|
|
201
214
|
|
|
202
215
|
## 📄 License
|
|
203
216
|
|
|
204
|
-
MIT, © [Sankyu Lab](https://github.com/Sankyu-Lab)
|
|
217
|
+
`@sankyu/react-circle-flags` is licensed under the MIT License, © [Sankyu Lab](https://github.com/Sankyu-Lab)
|
|
218
|
+
|
|
219
|
+
[website](./website/) is licensed under the GPL-3.0 License, © [Sankyu Lab](https://github.com/Sankyu-Lab)
|
|
205
220
|
|
|
206
221
|
## 🙏 Credits
|
|
207
222
|
|
package/dist/index.cjs
CHANGED
|
@@ -14329,7 +14329,7 @@ var FLAG_REGISTRY = {
|
|
|
14329
14329
|
|
|
14330
14330
|
// package.json
|
|
14331
14331
|
var package_default = {
|
|
14332
|
-
version: "1.
|
|
14332
|
+
version: "1.3.0"};
|
|
14333
14333
|
|
|
14334
14334
|
// src/meta.ts
|
|
14335
14335
|
var parseBuiltAt = (source) => {
|
|
@@ -14338,7 +14338,7 @@ var parseBuiltAt = (source) => {
|
|
|
14338
14338
|
};
|
|
14339
14339
|
var commit = "dev" ;
|
|
14340
14340
|
var builtAt = parseBuiltAt(
|
|
14341
|
-
"
|
|
14341
|
+
"1767362357407"
|
|
14342
14342
|
);
|
|
14343
14343
|
var buildMeta = {
|
|
14344
14344
|
version: package_default.version,
|
package/dist/index.mjs
CHANGED
|
@@ -14327,7 +14327,7 @@ var FLAG_REGISTRY = {
|
|
|
14327
14327
|
|
|
14328
14328
|
// package.json
|
|
14329
14329
|
var package_default = {
|
|
14330
|
-
version: "1.
|
|
14330
|
+
version: "1.3.0"};
|
|
14331
14331
|
|
|
14332
14332
|
// src/meta.ts
|
|
14333
14333
|
var parseBuiltAt = (source) => {
|
|
@@ -14336,7 +14336,7 @@ var parseBuiltAt = (source) => {
|
|
|
14336
14336
|
};
|
|
14337
14337
|
var commit = "dev" ;
|
|
14338
14338
|
var builtAt = parseBuiltAt(
|
|
14339
|
-
"
|
|
14339
|
+
"1767362357407"
|
|
14340
14340
|
);
|
|
14341
14341
|
var buildMeta = {
|
|
14342
14342
|
version: package_default.version,
|
package/package.json
CHANGED