@sit-onyx/flags 1.1.0 → 1.2.0-dev-20260323184401

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.
@@ -263,6 +263,10 @@ declare const _default: {
263
263
  "continent": "Europe",
264
264
  "internationalName": "Ceuta"
265
265
  },
266
+ "ES-CN": {
267
+ "continent": "Europe",
268
+ "internationalName": "Canary Islands"
269
+ },
266
270
  "ES-GA": {
267
271
  "continent": "Europe",
268
272
  "internationalName": "Galicia"
package/dist/utils.js CHANGED
@@ -65,6 +65,7 @@ const r = { continent: "Europe", internationalName: "Andorra" }, s = { continent
65
65
  ES: Sn,
66
66
  "ES-AR": { continent: "Europe", internationalName: "Aragon" },
67
67
  "ES-CE": { continent: "Europe", internationalName: "Ceuta" },
68
+ "ES-CN": { continent: "Europe", internationalName: "Canary Islands" },
68
69
  "ES-GA": { continent: "Europe", internationalName: "Galicia" },
69
70
  "ES-IB": { continent: "Europe", internationalName: "Balearic Islands" },
70
71
  "ES-ML": { continent: "Europe", internationalName: "Melilla" },
@@ -63,6 +63,7 @@ export const flagEG: string;
63
63
  export const flagER: string;
64
64
  export const flagES_AR: string;
65
65
  export const flagES_CE: string;
66
+ export const flagES_CN: string;
66
67
  export const flagES_GA: string;
67
68
  export const flagES_IB: string;
68
69
  export const flagES_ML: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sit-onyx/flags",
3
3
  "description": "SVG country flags for the onyx design system",
4
- "version": "1.1.0",
4
+ "version": "1.2.0-dev-20260323184401",
5
5
  "type": "module",
6
6
  "author": "Schwarz IT KG",
7
7
  "license": "Apache-2.0",
@@ -31,7 +31,7 @@
31
31
  "devDependencies": {
32
32
  "@changesets/write": "~0.4.0",
33
33
  "tsx": "^4.21.0",
34
- "vite-plugin-static-copy": "^3.2.0",
34
+ "vite-plugin-static-copy": "^3.3.0",
35
35
  "@sit-onyx/shared": "^0.1.0",
36
36
  "@sit-onyx/vite-plugin-svg": "^0.1.0"
37
37
  },