You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes FRONT-710
## Changes
- Added Dallas, Texas, USA (`tr-d`) as a new region with the US flag emoji 🇺🇸
- Improved TypeScript type safety for region-related functions and objects:
- Added `satisfies Record<string, IconProp | string>` to `REGION_ICON`
- Added `satisfies Record<keyof typeof REGION_ICON, string>` to `REGION_LABEL`
- Updated `getRegionKey` return type to `keyof typeof REGION_ICON`
- Fixed type casting in `RegionIcon` component
0 commit comments