@sankyu/react-circle-flags 1.2.3 → 1.3.1

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 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
+
5
+ <div align="center">
6
+
1
7
  # @sankyu/react-circle-flags
2
8
 
3
- [![npm version](https://img.shields.io/npm/v/%40sankyu%2Freact-circle-flags?style=flat-square&label=%40sankyu%2Freact-circle-flags)](https://www.npmjs.com/package/@sankyu/react-circle-flags)
4
- [![npm downloads](https://img.shields.io/npm/dm/@sankyu/react-circle-flags.svg?style=flat-square)](https://www.npmjs.com/package/@sankyu/react-circle-flags)
9
+ [![npm version](https://img.shields.io/npm/v/%40sankyu%2Freact-circle-flags?style=flat-square&label=%40sankyu%2Freact-circle-flags)](https://www.npmjs.com/package/@sankyu/react-circle-flags) [![npm downloads](https://img.shields.io/npm/dm/@sankyu/react-circle-flags.svg?style=flat-square&label=NPM%20Downloads)](https://www.npmjs.com/package/@sankyu/react-circle-flags) [![Bundle Size](https://img.shields.io/bundlephobia/minzip/@sankyu/react-circle-flags?style=flat-square&label=Bundle%20Size)](https://bundlephobia.com/package/@sankyu/react-circle-flags)
10
+
11
+ [![TypeScript Supported](https://img.shields.io/badge/TypeScript-Supported-blue?style=flat-square&logo=typescript)](https://www.typescriptlang.org/) [![React Ready](https://img.shields.io/badge/React-%3E%3D16.0.0-61dafb?style=flat-square&logo=react)](https://reactjs.org/) [![MIT License](https://img.shields.io/badge/License-MIT-green?style=flat-square&logo=opensourceinitiative)](./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
- [![TypeScript Supported](https://img.shields.io/badge/TypeScript-Supported-blue?style=flat-square&logo=typescript)](https://www.typescriptlang.org/) | [![React Ready](https://img.shields.io/badge/React-%3E%3D16.0.0-61dafb?style=flat-square&logo=react)](https://reactjs.org/) | [![MIT License](https://img.shields.io/badge/License-MIT-green?style=flat-square&logo=opensourceinitiative)](./LICENSE)
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://hatscripts.github.io/circle-flags/gallery) in the circle-flags gallery.
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.2.3"};
14332
+ version: "1.3.1"};
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
- "1767357665886"
14341
+ "1767362470116"
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.2.3"};
14330
+ version: "1.3.1"};
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
- "1767357665886"
14339
+ "1767362470116"
14340
14340
  );
14341
14341
  var buildMeta = {
14342
14342
  version: package_default.version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankyu/react-circle-flags",
3
- "version": "1.2.3",
3
+ "version": "1.3.1",
4
4
  "description": "Modern React library for circular flag components with SVGs, TypeScript support, and tree-shaking optimization.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",