From b4ea63c3aed408c9b6bb2355016e0a42c6b945f6 Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Fri, 10 Apr 2026 09:55:57 +0100 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=F0=9F=A4=96=20add=20mexico=20flag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Assets/Flags/Mexico.tsx | 1832 +++++++++++++++++ .../Assets/Flags/system/FlagsDark.ts | 2 + .../Assets/Flags/system/FlagsLight.ts | 2 + src/components/Assets/Flags/system/types.ts | 1 + 4 files changed, 1837 insertions(+) create mode 100644 src/components/Assets/Flags/Mexico.tsx diff --git a/src/components/Assets/Flags/Mexico.tsx b/src/components/Assets/Flags/Mexico.tsx new file mode 100644 index 000000000..7b97cabe8 --- /dev/null +++ b/src/components/Assets/Flags/Mexico.tsx @@ -0,0 +1,1832 @@ +import type { SVGAssetProps } from '@/types'; + +const Mexico = (props: SVGAssetProps) => ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +); +export default Mexico; diff --git a/src/components/Assets/Flags/system/FlagsDark.ts b/src/components/Assets/Flags/system/FlagsDark.ts index 934aa9a88..16c5b7e63 100644 --- a/src/components/Assets/Flags/system/FlagsDark.ts +++ b/src/components/Assets/Flags/system/FlagsDark.ts @@ -17,6 +17,7 @@ import Indonesia from '../Indonesia'; import Ireland from '../Ireland'; import Israel from '../Israel'; import Japan from '../Japan'; +import Mexico from '../Mexico'; import Netherlands from '../Netherlands'; import Singapore from '../Singapore'; import South_Africa from '../South-Africa'; @@ -43,6 +44,7 @@ const FlagsDark: Record> = { ireland: Ireland, israel: Israel, japan: Japan, + mexico: Mexico, netherlands: Netherlands, singapore: Singapore, 'south-africa': South_Africa, diff --git a/src/components/Assets/Flags/system/FlagsLight.ts b/src/components/Assets/Flags/system/FlagsLight.ts index 415465102..67575bb98 100644 --- a/src/components/Assets/Flags/system/FlagsLight.ts +++ b/src/components/Assets/Flags/system/FlagsLight.ts @@ -17,6 +17,7 @@ import Indonesia from '../Indonesia'; import Ireland from '../Ireland'; import Israel from '../Israel'; import Japan from '../Japan'; +import Mexico from '../Mexico'; import Netherlands from '../Netherlands'; import Singapore from '../Singapore'; import South_Africa from '../South-Africa'; @@ -43,6 +44,7 @@ const FlagsLight: Record> = { ireland: Ireland, israel: Israel, japan: Japan, + mexico: Mexico, netherlands: Netherlands, singapore: Singapore, 'south-africa': South_Africa, diff --git a/src/components/Assets/Flags/system/types.ts b/src/components/Assets/Flags/system/types.ts index b876d8d0c..c12299fb1 100644 --- a/src/components/Assets/Flags/system/types.ts +++ b/src/components/Assets/Flags/system/types.ts @@ -15,6 +15,7 @@ export type FlagName = | 'ireland' | 'israel' | 'japan' + | 'mexico' | 'netherlands' | 'singapore' | 'south-africa' From e0ae63a24eb0f36d663a5d3e2dfa72578810b57a Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Fri, 10 Apr 2026 09:56:29 +0100 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=F0=9F=A4=96=20add=20changeset?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/chore-add-mexican-flag.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/chore-add-mexican-flag.md diff --git a/.changeset/chore-add-mexican-flag.md b/.changeset/chore-add-mexican-flag.md new file mode 100644 index 000000000..64e979866 --- /dev/null +++ b/.changeset/chore-add-mexican-flag.md @@ -0,0 +1,5 @@ +--- +'@clickhouse/click-ui': patch +--- + +Add Mexico flag