@datatechsolutions/ui 2.8.6 → 2.8.7

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/dist/index.d.mts CHANGED
@@ -2953,7 +2953,7 @@ declare function getSubdivisionColors(country: string, code: string): {
2953
2953
  declare function getSubdivisionAccent(country: string, code: string): string | null;
2954
2954
  declare function isValidSubdivision(country: string, code: string): boolean;
2955
2955
 
2956
- declare function formatCurrency(value: number | null | undefined, currency: string): string;
2956
+ declare function formatCurrency$1(value: number | null | undefined, currency: string): string;
2957
2957
  declare function formatPercentage(value: number | null | undefined, locale: string): string;
2958
2958
  declare function formatDate(dateString: string | null | undefined | {
2959
2959
  value: string;
@@ -3396,6 +3396,542 @@ declare const getUsColors: (state: string) => {
3396
3396
  declare const getUsAccent: (state: string) => string | null;
3397
3397
  declare const isValidUsState: (state: string) => boolean;
3398
3398
 
3399
+ /**
3400
+ * Canada Subdivision Theme Data
3401
+ * =============================
3402
+ *
3403
+ * Reusable Canadian province/territory palettes, accents, coordinates,
3404
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
3405
+ * call `registerSubdivisionTheme('CA', CA_THEME_CONFIG)` at startup.
3406
+ */
3407
+
3408
+ declare const CANADA_PROVINCE_PALETTES: Record<string, SubdivisionColorPalette>;
3409
+ declare const CANADA_ACCENT_MAP: Record<string, string>;
3410
+ declare const CA_THEME_CONFIG: SubdivisionThemeConfig;
3411
+ declare const CANADA_PROVINCE_COORDINATES: Record<string, [number, number]>;
3412
+ declare const CANADA_MAP_CENTER: [number, number];
3413
+ declare const CANADA_MACRO_REGIONS: RegionGroupDefinition[];
3414
+ declare const getCanadaFlagUrl: (code: string) => string | null;
3415
+ declare const getCanadaHexColor: (code: string) => string | null;
3416
+ declare const getCanadaPalette: (code: string) => SubdivisionColorPalette | null;
3417
+ declare const getCanadaGradient: (code: string, direction?: string) => string | null;
3418
+ declare const getCanadaColors: (code: string) => {
3419
+ ring: string;
3420
+ text: string;
3421
+ bg: string;
3422
+ pill: string;
3423
+ } | null;
3424
+ declare const getCanadaAccent: (code: string) => string | null;
3425
+ declare const isValidCanadaProvince: (code: string) => boolean;
3426
+
3427
+ /**
3428
+ * Mexico Subdivision Theme Data
3429
+ * =============================
3430
+ *
3431
+ * Reusable Mexican state palettes, accents, coordinates, macro-regions,
3432
+ * and convenience helpers. Does NOT self-register; consumers call
3433
+ * `registerSubdivisionTheme('MX', MX_THEME_CONFIG)` at startup.
3434
+ */
3435
+
3436
+ declare const MEXICO_STATE_PALETTES: Record<string, SubdivisionColorPalette>;
3437
+ declare const MEXICO_ACCENT_MAP: Record<string, string>;
3438
+ declare const MX_THEME_CONFIG: SubdivisionThemeConfig;
3439
+ declare const MEXICO_STATE_COORDINATES: Record<string, [number, number]>;
3440
+ declare const MEXICO_MAP_CENTER: [number, number];
3441
+ declare const MEXICO_MACRO_REGIONS: RegionGroupDefinition[];
3442
+ declare const getMexicoFlagUrl: (code: string) => string | null;
3443
+ declare const getMexicoHexColor: (code: string) => string | null;
3444
+ declare const getMexicoPalette: (code: string) => SubdivisionColorPalette | null;
3445
+ declare const getMexicoGradient: (code: string, direction?: string) => string | null;
3446
+ declare const getMexicoColors: (code: string) => {
3447
+ ring: string;
3448
+ text: string;
3449
+ bg: string;
3450
+ pill: string;
3451
+ } | null;
3452
+ declare const getMexicoAccent: (code: string) => string | null;
3453
+ declare const isValidMexicoState: (code: string) => boolean;
3454
+
3455
+ /**
3456
+ * Colombia Subdivision Theme Data
3457
+ * ================================
3458
+ *
3459
+ * Reusable Colombian department palettes, accents, coordinates, macro-regions,
3460
+ * and convenience helpers. Does NOT self-register; consumers call
3461
+ * `registerSubdivisionTheme('CO', CO_THEME_CONFIG)` at startup.
3462
+ */
3463
+
3464
+ declare const COLOMBIA_DEPARTMENT_PALETTES: Record<string, SubdivisionColorPalette>;
3465
+ declare const COLOMBIA_ACCENT_MAP: Record<string, string>;
3466
+ declare const CO_THEME_CONFIG: SubdivisionThemeConfig;
3467
+ declare const COLOMBIA_DEPARTMENT_COORDINATES: Record<string, [number, number]>;
3468
+ declare const COLOMBIA_MAP_CENTER: [number, number];
3469
+ declare const COLOMBIA_MACRO_REGIONS: RegionGroupDefinition[];
3470
+ declare const getColombiaFlagUrl: (code: string) => string | null;
3471
+ declare const getColombiaHexColor: (code: string) => string | null;
3472
+ declare const getColombiaPalette: (code: string) => SubdivisionColorPalette | null;
3473
+ declare const getColombiaGradient: (code: string, direction?: string) => string | null;
3474
+ declare const getColombiaColors: (code: string) => {
3475
+ ring: string;
3476
+ text: string;
3477
+ bg: string;
3478
+ pill: string;
3479
+ } | null;
3480
+ declare const getColombiaAccent: (code: string) => string | null;
3481
+ declare const isValidColombiaDepartment: (code: string) => boolean;
3482
+
3483
+ /**
3484
+ * Argentina Subdivision Theme Data
3485
+ * =================================
3486
+ *
3487
+ * Reusable Argentine province palettes, accents, coordinates, macro-regions,
3488
+ * and convenience helpers. Does NOT self-register; consumers call
3489
+ * `registerSubdivisionTheme('AR', AR_THEME_CONFIG)` at startup.
3490
+ */
3491
+
3492
+ declare const ARGENTINA_PROVINCE_PALETTES: Record<string, SubdivisionColorPalette>;
3493
+ declare const ARGENTINA_ACCENT_MAP: Record<string, string>;
3494
+ declare const AR_THEME_CONFIG: SubdivisionThemeConfig;
3495
+ declare const ARGENTINA_PROVINCE_COORDINATES: Record<string, [number, number]>;
3496
+ declare const ARGENTINA_MAP_CENTER: [number, number];
3497
+ declare const ARGENTINA_MACRO_REGIONS: RegionGroupDefinition[];
3498
+ declare const getArgentinaFlagUrl: (code: string) => string | null;
3499
+ declare const getArgentinaHexColor: (code: string) => string | null;
3500
+ declare const getArgentinaPalette: (code: string) => SubdivisionColorPalette | null;
3501
+ declare const getArgentinaGradient: (code: string, direction?: string) => string | null;
3502
+ declare const getArgentinaColors: (code: string) => {
3503
+ ring: string;
3504
+ text: string;
3505
+ bg: string;
3506
+ pill: string;
3507
+ } | null;
3508
+ declare const getArgentinaAccent: (code: string) => string | null;
3509
+ declare const isValidArgentinaProvince: (code: string) => boolean;
3510
+
3511
+ /**
3512
+ * Chile Subdivision Theme Data
3513
+ * ============================
3514
+ *
3515
+ * Reusable Chilean region palettes, accents, coordinates, macro-regions,
3516
+ * and convenience helpers. Does NOT self-register; consumers call
3517
+ * `registerSubdivisionTheme('CL', CL_THEME_CONFIG)` at startup.
3518
+ */
3519
+
3520
+ declare const CHILE_REGION_PALETTES: Record<string, SubdivisionColorPalette>;
3521
+ declare const CHILE_ACCENT_MAP: Record<string, string>;
3522
+ declare const CL_THEME_CONFIG: SubdivisionThemeConfig;
3523
+ declare const CHILE_REGION_COORDINATES: Record<string, [number, number]>;
3524
+ declare const CHILE_MAP_CENTER: [number, number];
3525
+ declare const CHILE_MACRO_REGIONS: RegionGroupDefinition[];
3526
+ declare const getChileFlagUrl: (code: string) => string | null;
3527
+ declare const getChileHexColor: (code: string) => string | null;
3528
+ declare const getChilePalette: (code: string) => SubdivisionColorPalette | null;
3529
+ declare const getChileGradient: (code: string, direction?: string) => string | null;
3530
+ declare const getChileColors: (code: string) => {
3531
+ ring: string;
3532
+ text: string;
3533
+ bg: string;
3534
+ pill: string;
3535
+ } | null;
3536
+ declare const getChileAccent: (code: string) => string | null;
3537
+ declare const isValidChileRegion: (code: string) => boolean;
3538
+
3539
+ /**
3540
+ * Peru Subdivision Theme Data
3541
+ * ===========================
3542
+ *
3543
+ * Reusable Peruvian department palettes, accents, coordinates, macro-regions,
3544
+ * and convenience helpers. Does NOT self-register; consumers call
3545
+ * `registerSubdivisionTheme('PE', PE_THEME_CONFIG)` at startup.
3546
+ */
3547
+
3548
+ declare const PERU_DEPARTMENT_PALETTES: Record<string, SubdivisionColorPalette>;
3549
+ declare const PERU_ACCENT_MAP: Record<string, string>;
3550
+ declare const PE_THEME_CONFIG: SubdivisionThemeConfig;
3551
+ declare const PERU_DEPARTMENT_COORDINATES: Record<string, [number, number]>;
3552
+ declare const PERU_MAP_CENTER: [number, number];
3553
+ declare const PERU_MACRO_REGIONS: RegionGroupDefinition[];
3554
+ declare const getPeruFlagUrl: (code: string) => string | null;
3555
+ declare const getPeruHexColor: (code: string) => string | null;
3556
+ declare const getPeruPalette: (code: string) => SubdivisionColorPalette | null;
3557
+ declare const getPeruGradient: (code: string, direction?: string) => string | null;
3558
+ declare const getPeruColors: (code: string) => {
3559
+ ring: string;
3560
+ text: string;
3561
+ bg: string;
3562
+ pill: string;
3563
+ } | null;
3564
+ declare const getPeruAccent: (code: string) => string | null;
3565
+ declare const isValidPeruDepartment: (code: string) => boolean;
3566
+
3567
+ /**
3568
+ * Germany Subdivision Theme Data
3569
+ * ==============================
3570
+ *
3571
+ * Reusable German Bundesland palettes, accents, coordinates,
3572
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
3573
+ * call `registerSubdivisionTheme('DE', DE_THEME_CONFIG)` at startup.
3574
+ */
3575
+
3576
+ declare const GERMANY_STATE_PALETTES: Record<string, SubdivisionColorPalette>;
3577
+ declare const GERMANY_ACCENT_MAP: Record<string, string>;
3578
+ declare const DE_THEME_CONFIG: SubdivisionThemeConfig;
3579
+ declare const GERMANY_STATE_COORDINATES: Record<string, [number, number]>;
3580
+ declare const GERMANY_MAP_CENTER: [number, number];
3581
+ declare const GERMANY_MACRO_REGIONS: RegionGroupDefinition[];
3582
+ declare const getGermanyFlagUrl: (code: string) => string | null;
3583
+ declare const getGermanyHexColor: (code: string) => string | null;
3584
+ declare const getGermanyPalette: (code: string) => SubdivisionColorPalette | null;
3585
+ declare const getGermanyGradient: (code: string, direction?: string) => string | null;
3586
+ declare const getGermanyColors: (code: string) => {
3587
+ ring: string;
3588
+ text: string;
3589
+ bg: string;
3590
+ pill: string;
3591
+ } | null;
3592
+ declare const getGermanyAccent: (code: string) => string | null;
3593
+ declare const isValidGermanyState: (code: string) => boolean;
3594
+
3595
+ /**
3596
+ * France Subdivision Theme Data
3597
+ * =============================
3598
+ *
3599
+ * Reusable French region palettes, accents, coordinates,
3600
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
3601
+ * call `registerSubdivisionTheme('FR', FR_THEME_CONFIG)` at startup.
3602
+ */
3603
+
3604
+ declare const FRANCE_REGION_PALETTES: Record<string, SubdivisionColorPalette>;
3605
+ declare const FRANCE_ACCENT_MAP: Record<string, string>;
3606
+ declare const FR_THEME_CONFIG: SubdivisionThemeConfig;
3607
+ declare const FRANCE_REGION_COORDINATES: Record<string, [number, number]>;
3608
+ declare const FRANCE_MAP_CENTER: [number, number];
3609
+ declare const FRANCE_MACRO_REGIONS: RegionGroupDefinition[];
3610
+ declare const getFranceFlagUrl: (code: string) => string | null;
3611
+ declare const getFranceHexColor: (code: string) => string | null;
3612
+ declare const getFrancePalette: (code: string) => SubdivisionColorPalette | null;
3613
+ declare const getFranceGradient: (code: string, direction?: string) => string | null;
3614
+ declare const getFranceColors: (code: string) => {
3615
+ ring: string;
3616
+ text: string;
3617
+ bg: string;
3618
+ pill: string;
3619
+ } | null;
3620
+ declare const getFranceAccent: (code: string) => string | null;
3621
+ declare const isValidFranceRegion: (code: string) => boolean;
3622
+
3623
+ /**
3624
+ * Spain Subdivision Theme Data
3625
+ * ============================
3626
+ *
3627
+ * Reusable Spanish province palettes, accents, coordinates,
3628
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
3629
+ * call `registerSubdivisionTheme('ES', ES_THEME_CONFIG)` at startup.
3630
+ */
3631
+
3632
+ declare const SPAIN_PROVINCE_PALETTES: Record<string, SubdivisionColorPalette>;
3633
+ declare const SPAIN_ACCENT_MAP: Record<string, string>;
3634
+ declare const ES_THEME_CONFIG: SubdivisionThemeConfig;
3635
+ declare const SPAIN_PROVINCE_COORDINATES: Record<string, [number, number]>;
3636
+ declare const SPAIN_MAP_CENTER: [number, number];
3637
+ declare const SPAIN_MACRO_REGIONS: RegionGroupDefinition[];
3638
+ declare const getSpainFlagUrl: (code: string) => string | null;
3639
+ declare const getSpainHexColor: (code: string) => string | null;
3640
+ declare const getSpainPalette: (code: string) => SubdivisionColorPalette | null;
3641
+ declare const getSpainGradient: (code: string, direction?: string) => string | null;
3642
+ declare const getSpainColors: (code: string) => {
3643
+ ring: string;
3644
+ text: string;
3645
+ bg: string;
3646
+ pill: string;
3647
+ } | null;
3648
+ declare const getSpainAccent: (code: string) => string | null;
3649
+ declare const isValidSpainProvince: (code: string) => boolean;
3650
+
3651
+ /**
3652
+ * Italy Subdivision Theme Data
3653
+ * ============================
3654
+ *
3655
+ * Reusable Italian region palettes, accents, coordinates,
3656
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
3657
+ * call `registerSubdivisionTheme('IT', IT_THEME_CONFIG)` at startup.
3658
+ */
3659
+
3660
+ declare const ITALY_REGION_PALETTES: Record<string, SubdivisionColorPalette>;
3661
+ declare const ITALY_ACCENT_MAP: Record<string, string>;
3662
+ declare const IT_THEME_CONFIG: SubdivisionThemeConfig;
3663
+ declare const ITALY_REGION_COORDINATES: Record<string, [number, number]>;
3664
+ declare const ITALY_MAP_CENTER: [number, number];
3665
+ declare const ITALY_MACRO_REGIONS: RegionGroupDefinition[];
3666
+ declare const getItalyFlagUrl: (code: string) => string | null;
3667
+ declare const getItalyHexColor: (code: string) => string | null;
3668
+ declare const getItalyPalette: (code: string) => SubdivisionColorPalette | null;
3669
+ declare const getItalyGradient: (code: string, direction?: string) => string | null;
3670
+ declare const getItalyColors: (code: string) => {
3671
+ ring: string;
3672
+ text: string;
3673
+ bg: string;
3674
+ pill: string;
3675
+ } | null;
3676
+ declare const getItalyAccent: (code: string) => string | null;
3677
+ declare const isValidItalyRegion: (code: string) => boolean;
3678
+
3679
+ /**
3680
+ * United Kingdom Subdivision Theme Data
3681
+ * ======================================
3682
+ *
3683
+ * Reusable UK nation palettes, accents, coordinates,
3684
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
3685
+ * call `registerSubdivisionTheme('GB', GB_THEME_CONFIG)` at startup.
3686
+ */
3687
+
3688
+ declare const UK_NATION_PALETTES: Record<string, SubdivisionColorPalette>;
3689
+ declare const UK_ACCENT_MAP: Record<string, string>;
3690
+ declare const GB_THEME_CONFIG: SubdivisionThemeConfig;
3691
+ declare const UK_NATION_COORDINATES: Record<string, [number, number]>;
3692
+ declare const UK_MAP_CENTER: [number, number];
3693
+ declare const UK_MACRO_REGIONS: RegionGroupDefinition[];
3694
+ declare const getUKFlagUrl: (code: string) => string | null;
3695
+ declare const getUKHexColor: (code: string) => string | null;
3696
+ declare const getUKPalette: (code: string) => SubdivisionColorPalette | null;
3697
+ declare const getUKGradient: (code: string, direction?: string) => string | null;
3698
+ declare const getUKColors: (code: string) => {
3699
+ ring: string;
3700
+ text: string;
3701
+ bg: string;
3702
+ pill: string;
3703
+ } | null;
3704
+ declare const getUKAccent: (code: string) => string | null;
3705
+ declare const isValidUKNation: (code: string) => boolean;
3706
+
3707
+ /**
3708
+ * Portugal Subdivision Theme Data
3709
+ * ===============================
3710
+ *
3711
+ * Reusable Portuguese district palettes, accents, coordinates,
3712
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
3713
+ * call `registerSubdivisionTheme('PT', PT_THEME_CONFIG)` at startup.
3714
+ */
3715
+
3716
+ declare const PORTUGAL_DISTRICT_PALETTES: Record<string, SubdivisionColorPalette>;
3717
+ declare const PORTUGAL_ACCENT_MAP: Record<string, string>;
3718
+ declare const PT_THEME_CONFIG: SubdivisionThemeConfig;
3719
+ declare const PORTUGAL_DISTRICT_COORDINATES: Record<string, [number, number]>;
3720
+ declare const PORTUGAL_MAP_CENTER: [number, number];
3721
+ declare const PORTUGAL_MACRO_REGIONS: RegionGroupDefinition[];
3722
+ declare const getPortugalFlagUrl: (code: string) => string | null;
3723
+ declare const getPortugalHexColor: (code: string) => string | null;
3724
+ declare const getPortugalPalette: (code: string) => SubdivisionColorPalette | null;
3725
+ declare const getPortugalGradient: (code: string, direction?: string) => string | null;
3726
+ declare const getPortugalColors: (code: string) => {
3727
+ ring: string;
3728
+ text: string;
3729
+ bg: string;
3730
+ pill: string;
3731
+ } | null;
3732
+ declare const getPortugalAccent: (code: string) => string | null;
3733
+ declare const isValidPortugalDistrict: (code: string) => boolean;
3734
+
3735
+ /**
3736
+ * Australia Subdivision Theme Data
3737
+ * ================================
3738
+ *
3739
+ * Reusable Australian state/territory palettes, accents, coordinates,
3740
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
3741
+ * call `registerSubdivisionTheme('AU', AU_THEME_CONFIG)` at startup.
3742
+ */
3743
+
3744
+ declare const AUSTRALIA_STATE_PALETTES: Record<string, SubdivisionColorPalette>;
3745
+ declare const AUSTRALIA_ACCENT_MAP: Record<string, string>;
3746
+ declare const AU_THEME_CONFIG: SubdivisionThemeConfig;
3747
+ declare const AUSTRALIA_STATE_COORDINATES: Record<string, [number, number]>;
3748
+ declare const AUSTRALIA_MAP_CENTER: [number, number];
3749
+ declare const AUSTRALIA_MACRO_REGIONS: RegionGroupDefinition[];
3750
+ declare const getAustraliaFlagUrl: (code: string) => string | null;
3751
+ declare const getAustraliaHexColor: (code: string) => string | null;
3752
+ declare const getAustraliaPalette: (code: string) => SubdivisionColorPalette | null;
3753
+ declare const getAustraliaGradient: (code: string, direction?: string) => string | null;
3754
+ declare const getAustraliaColors: (code: string) => {
3755
+ ring: string;
3756
+ text: string;
3757
+ bg: string;
3758
+ pill: string;
3759
+ } | null;
3760
+ declare const getAustraliaAccent: (code: string) => string | null;
3761
+ declare const isValidAustraliaState: (code: string) => boolean;
3762
+
3763
+ /**
3764
+ * Japan Subdivision Theme Data
3765
+ * ============================
3766
+ *
3767
+ * Reusable Japanese prefecture palettes, accents, coordinates,
3768
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
3769
+ * call `registerSubdivisionTheme('JP', JP_THEME_CONFIG)` at startup.
3770
+ */
3771
+
3772
+ declare const JAPAN_PREFECTURE_PALETTES: Record<string, SubdivisionColorPalette>;
3773
+ declare const JAPAN_ACCENT_MAP: Record<string, string>;
3774
+ declare const JP_THEME_CONFIG: SubdivisionThemeConfig;
3775
+ declare const JAPAN_PREFECTURE_COORDINATES: Record<string, [number, number]>;
3776
+ declare const JAPAN_MAP_CENTER: [number, number];
3777
+ declare const JAPAN_MACRO_REGIONS: RegionGroupDefinition[];
3778
+ declare const getJapanFlagUrl: (code: string) => string | null;
3779
+ declare const getJapanHexColor: (code: string) => string | null;
3780
+ declare const getJapanPalette: (code: string) => SubdivisionColorPalette | null;
3781
+ declare const getJapanGradient: (code: string, direction?: string) => string | null;
3782
+ declare const getJapanColors: (code: string) => {
3783
+ ring: string;
3784
+ text: string;
3785
+ bg: string;
3786
+ pill: string;
3787
+ } | null;
3788
+ declare const getJapanAccent: (code: string) => string | null;
3789
+ declare const isValidJapanPrefecture: (code: string) => boolean;
3790
+
3791
+ /**
3792
+ * India Subdivision Theme Data
3793
+ * ============================
3794
+ *
3795
+ * Reusable Indian state/UT palettes, accents, coordinates,
3796
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
3797
+ * call `registerSubdivisionTheme('IN', IN_THEME_CONFIG)` at startup.
3798
+ */
3799
+
3800
+ declare const INDIA_STATE_PALETTES: Record<string, SubdivisionColorPalette>;
3801
+ declare const INDIA_ACCENT_MAP: Record<string, string>;
3802
+ declare const IN_THEME_CONFIG: SubdivisionThemeConfig;
3803
+ declare const INDIA_STATE_COORDINATES: Record<string, [number, number]>;
3804
+ declare const INDIA_MAP_CENTER: [number, number];
3805
+ declare const INDIA_MACRO_REGIONS: RegionGroupDefinition[];
3806
+ declare const getIndiaFlagUrl: (code: string) => string | null;
3807
+ declare const getIndiaHexColor: (code: string) => string | null;
3808
+ declare const getIndiaPalette: (code: string) => SubdivisionColorPalette | null;
3809
+ declare const getIndiaGradient: (code: string, direction?: string) => string | null;
3810
+ declare const getIndiaColors: (code: string) => {
3811
+ ring: string;
3812
+ text: string;
3813
+ bg: string;
3814
+ pill: string;
3815
+ } | null;
3816
+ declare const getIndiaAccent: (code: string) => string | null;
3817
+ declare const isValidIndiaState: (code: string) => boolean;
3818
+
3819
+ /**
3820
+ * South Africa Subdivision Theme Data
3821
+ * ====================================
3822
+ *
3823
+ * Reusable South African province palettes, accents, coordinates,
3824
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
3825
+ * call `registerSubdivisionTheme('ZA', ZA_THEME_CONFIG)` at startup.
3826
+ */
3827
+
3828
+ declare const SOUTH_AFRICA_PROVINCE_PALETTES: Record<string, SubdivisionColorPalette>;
3829
+ declare const SOUTH_AFRICA_ACCENT_MAP: Record<string, string>;
3830
+ declare const ZA_THEME_CONFIG: SubdivisionThemeConfig;
3831
+ declare const SOUTH_AFRICA_PROVINCE_COORDINATES: Record<string, [number, number]>;
3832
+ declare const SOUTH_AFRICA_MAP_CENTER: [number, number];
3833
+ declare const SOUTH_AFRICA_MACRO_REGIONS: RegionGroupDefinition[];
3834
+ declare const getSouthAfricaFlagUrl: (code: string) => string | null;
3835
+ declare const getSouthAfricaHexColor: (code: string) => string | null;
3836
+ declare const getSouthAfricaPalette: (code: string) => SubdivisionColorPalette | null;
3837
+ declare const getSouthAfricaGradient: (code: string, direction?: string) => string | null;
3838
+ declare const getSouthAfricaColors: (code: string) => {
3839
+ ring: string;
3840
+ text: string;
3841
+ bg: string;
3842
+ pill: string;
3843
+ } | null;
3844
+ declare const getSouthAfricaAccent: (code: string) => string | null;
3845
+ declare const isValidSouthAfricaProvince: (code: string) => boolean;
3846
+
3847
+ /**
3848
+ * Country Configuration System
3849
+ * ============================
3850
+ *
3851
+ * Unified registry that bundles everything an app needs to render a country
3852
+ * map and format its data: theme, coordinates, regions, currency, locale,
3853
+ * address format, and tax configuration.
3854
+ *
3855
+ * All 18 supported countries are pre-registered. Consumers can also register
3856
+ * custom countries via `registerCountry(config)`.
3857
+ */
3858
+
3859
+ interface CountryCurrencyConfig {
3860
+ code: string;
3861
+ numeric: string;
3862
+ symbol: string;
3863
+ decimal: string;
3864
+ thousands: string;
3865
+ symbolPosition: 'before' | 'after';
3866
+ precision: number;
3867
+ }
3868
+ interface CountryLocaleConfig {
3869
+ defaultLocale: string;
3870
+ dateFormat: string;
3871
+ timeFormat: '12h' | '24h';
3872
+ firstDayOfWeek: 0 | 1;
3873
+ measurementSystem: 'metric' | 'imperial';
3874
+ }
3875
+ interface CountryAddressFormat {
3876
+ fields: string[];
3877
+ template: string;
3878
+ postalCodeLabel: string;
3879
+ postalCodePattern?: string;
3880
+ stateLabel: string;
3881
+ }
3882
+ interface CountryLanguage {
3883
+ code: string;
3884
+ name: string;
3885
+ nativeName: string;
3886
+ primary?: boolean;
3887
+ }
3888
+ interface CountryTaxConfig {
3889
+ name: string;
3890
+ standardRate: number;
3891
+ subdivisionRates?: Record<string, number>;
3892
+ }
3893
+ interface CountryConfig {
3894
+ code: string;
3895
+ name: string;
3896
+ nativeName: string;
3897
+ flag: string;
3898
+ theme: SubdivisionThemeConfig;
3899
+ coordinates: Record<string, [number, number]>;
3900
+ mapCenter: [number, number];
3901
+ macroRegions: RegionGroupDefinition[];
3902
+ geoJsonPath: string;
3903
+ projection: 'mercator' | 'albersUsa';
3904
+ regionPropertyKey: string;
3905
+ languages: CountryLanguage[];
3906
+ currency: CountryCurrencyConfig;
3907
+ locale: CountryLocaleConfig;
3908
+ address: CountryAddressFormat;
3909
+ tax: CountryTaxConfig;
3910
+ }
3911
+ /**
3912
+ * Get a country configuration by its ISO 3166-1 alpha-2 code.
3913
+ * Returns null if the country is not registered.
3914
+ */
3915
+ declare function getCountryConfig(code: string): CountryConfig | null;
3916
+ /**
3917
+ * Register (or replace) a country configuration.
3918
+ */
3919
+ declare function registerCountry(config: CountryConfig): void;
3920
+ /**
3921
+ * Get all registered country configurations, sorted by country code.
3922
+ */
3923
+ declare function getAllCountries(): CountryConfig[];
3924
+ /**
3925
+ * Format a numeric amount as a currency string for a given country.
3926
+ * Returns the raw number as a string if the country is not found.
3927
+ */
3928
+ declare function formatCurrency(amount: number, countryCode: string): string;
3929
+ /**
3930
+ * Format an address record using the country's template.
3931
+ * Unknown placeholders are left blank.
3932
+ */
3933
+ declare function formatAddress(address: Record<string, string>, countryCode: string): string;
3934
+
3399
3935
  declare function Fieldset({ className, ...props }: {
3400
3936
  className?: string;
3401
3937
  } & Omit<Headless.FieldsetProps, "as" | "className">): react_jsx_runtime.JSX.Element;
@@ -3897,4 +4433,4 @@ interface SkipToContentProps {
3897
4433
  }
3898
4434
  declare function SkipToContent({ targetId, label, }: SkipToContentProps): react_jsx_runtime.JSX.Element;
3899
4435
 
3900
- export { type AccentColor, ActionMenu, ActionSheet, type ActiveFilter, type ActiveFilterChip, type ActiveFilterChipStyleConfig, ActiveFilterChips, AnalysisSkeleton, AnimatedNumber, AnimatedTableRow, AppLogo, AppNavigation, type AppNavigationProps, AppShell, type AppShellProps, ArchiveSwipeAction, AuthLayout, type AuthLayoutProps, Avatar, AvatarButton, BRAZIL_ACCENT_MAP, BRAZIL_MACRO_REGIONS, BRAZIL_MAP_CENTER, BRAZIL_STATE_COORDINATES, BRAZIL_STATE_PALETTES, BR_THEME_CONFIG, BackupCodeGrid, type BackupCodeGridProps, BadRequestPage, Badge, BaseForm, type BaseFormIconColor, type BaseFormProps, BentoCard, BooleanFlagsPicker, type BooleanFlagsPickerProps, type BooleanFlagsPreset, BottomSafeArea, BrandFilterSkeleton, BrandedLoader, Breadcrumb, type BreadcrumbItem, type BreadcrumbPage, Button, Card, CardActionMenu, type CardActionMenuItem, CardContent, CardDescription, CardDivider, CardFooter, CardGridSkeleton, CardHeader, CardSectionHeader, CardTitle, CategoryBadge, type CategoryBadgeProps, CategoryTab, type CategoryTabConfig, type CategoryTabProps, CategoryTabs, type CategoryTabsProps, type ChipItem, type ChipItemStyle, ChipPicker, CircularRefreshIndicator, Code, type CollapsibleGroup, CollapsibleGroupedList, type CollapsibleGroupedListProps, CompactSegmentedControl, ContactCard, ContactSection, Container, type ContainerProps, type ContainerVariant, ContextMenu, type ContextMenuDivider, type ContextMenuEntry, type ContextMenuItem, CookieConsent, CopyableId, CountPill, CreateActionButton, DashboardProgressShell, DataPagination, DatePicker, DeleteSwipeAction, Description, type DetailSection, DetailsPopover, type DetailsPopoverActor, type DetailsPopoverComparison, type DetailsPopoverNote, type DetailsPopoverProps, DevModeBanner, Dialog, DialogActions, DialogBody, DialogDescription, DialogTitle, Divider, Dock, type DockAction, DockContainer, DockSkeleton, DotRefreshIndicator, Dropdown, DropdownButton, DropdownDivider, DropdownItem, DropdownLabel, DropdownMenu, DropdownSelect, DynamicIsland, DynamicIslandNotification, EdgeSwipeIndicator, EdgeSwipeProvider, EditSwipeAction, EmptyState, EntityCard, type EntityCardProps, ErrorMessage, ErrorState, type ExpandableHistoryItem, ExpandableHistoryList, type ExpandableHistoryListProps, ExpandingPageIndicator, FUEL_PRICE_LOADER, FavoriteSwipeAction, FeatureCard, FeedItemCard, Field, FieldGroup, Label as FieldLabel, Fieldset, FilterBadge, FilterPill, type FilterPillProps, type FilterPillVariant, FilterSectionHeader, type FilterSectionHeaderProps, FilterTileButton, type FilterTileButtonProps, type FilterTileColor, FloatingActionButton, FlyoutMenu, FlyoutNavGrid, type FlyoutNavItem, FlyoutQuickActions, ForceTouchMenu, Form, FormActions, type FormActionsProps, FormActionsRow, type FormActionsRowProps, FormCheckbox, type FormCheckboxProps, FormField, type FormFieldProps, FormGrid, type FormGridProps, FormInput, type FormInputProps, FormPriceInput, type FormPriceInputProps, type FormProps, FormSection, type FormSectionProps, FormSelect, type FormSelectProps, type FormStep, FormTextarea, type FormTextareaProps, FormToggle, type FormToggleProps, type FuelColors, GeoMapCanvas, type GeoMapCanvasProps, GeoMapLegend, type GeoMapLegendProps, type GeoMapRegionData, GlassDetailModal, type GlassDetailModalProps, GlassFormModal, GlassModal, GlassModalShell, type GlassModalShellProps, type GlassModalSize, Gradient, GradientBackground, GrowthIndicator, Heading, HeroPanel, type HeroPanelProps, type HeroPanelStat, HeroSection, IconButton, ImageUpload, type ImageUploadProps, InfoPopover, type InfoPopoverProps, InlineForm, type InlineFormProps, InlineSpinner, Input, InteractiveGeoMap, type InteractiveGeoMapProps, ItemSummary, type ItemSummaryMetadata, KORI_ERP_LOADER, Label, LabeledToggle, type LanguageOption$1 as LanguageOption, LanguageSwitcher, LaunchpadGrid, type LaunchpadGridProps, type LaunchpadItem, type LaunchpadMenuItem, type LaunchpadUserProfile, Lead, Legend, LiquidFilterInput, ListCard, ListCardItem, ListItem, type ListItemAction, type ListItemMetadata, type ListItemProps, type ListItemVariant, LoadingOverlay, ManagementPageLayout, type ManagementPageLayoutProps, ManagementSurface, MapZoomControls, type MapZoomControlsProps, type MetaItem, MetricCard, MonthPicker, MultiColumnPicker, type NavigationItem, type NavigationMenuItem, NavigationProgress, NoDataState, NoResultsState, NotFoundPage, type Notification, NotificationBadge, type NotificationBadgeProps, NotificationBellButton, NotificationProvider, type NotificationType, OfficeCard, OfflineState, type OffsetPaginationParams, OptionGrid, type OptionGridItem, type OptionGridProps, OtpInput, type OtpInputProps, PageEmptyState, PageHeader, PageHeading, type PageHeadingProps, PageIndicator, PageLoadingState, PageSectionHeader, Pagination, type PaginationMeta, PasswordInput, type PasswordPolicy, PasswordStrengthMeter, type PasswordStrengthMeterProps, Pill, PlatformShell, type PlatformShellLabels, type PlatformShellProps, type PlatformShellState, type PlatformShellUser, PlusGrid, PlusGridItem, PlusGridRow, type PreferenceGroupConfig, PreferenceSection, type PreferenceSectionProps, type PreferencesSectionConfig, PriceChangeBadge, ProfileIdentityCard, type ProfileSectionConfig, Progress, ProgressIndicator, PullToRefreshContainer, PullToRefreshIndicator, RadiantHeading, RadiantStatCard, RadiantSubheading, type RadioGroupConfig, RegionFilterSkeleton, RoleBadge, SafeArea, SafeAreaSpacer, SafeAreaView, type SaveStatus, SearchBar, SearchFilterToolbar, type SearchFilterToolbarProps, SearchInput, SectionCard, SectionHeader, SectionHeaderSkeleton, SegmentedControl, Select, type SelectableChipItem, SelectableChipPicker, type SelectableChipPickerLabels, type SelectableListItem, SelectableListPicker, type SelectableListPickerLabels, SelectableOptionsGrid, type SelectableOptionsGridOption, type SelectableOptionsGridProps, SelectableTableRow, SelectionCard, type SelectionCardProps, type SelectionOption, ServerErrorPage, SettingsDialog, type SettingsDialogIdentity, type SettingsDialogProps, type SettingsDialogSection, type SettingsFieldConfig, type LanguageOption as SettingsLanguageOption, SettingsModal, type SettingsModalProps, type SettingsSection, Sheet, type ShellLabels, type ShellPreferences, type ShellUser, SkipToContent, SocialLoginButtons, type SocialLoginButtonsProps, type SocialProvider, SortableTableHeader, Spinner, Stat, StatCard, StatCardSkeleton, StatusBadge, type StatusBadgeProps, StatusToggle, type StatusType, StepFormPage, type StepFormPageProps, StepNavigationButtons, type StepNavigationButtonsProps, StepTimeline, type StepTimelineItem, type StepTimelineProps, type StepTimelineStatus, Strong, type SubdivisionColorPalette, type SubdivisionThemeConfig, Subheading, SwipeableRow, Switch, Table, TableBody, TableCell, TableEmptyState, TableHead, TableHeader, TableRow, TableSkeleton, TableSkeletonRow, Tabs, TabsContent, TabsList, TabsTrigger, TagBadge, type TagBadgeStyle, Text, TextLink, Textarea, ThemeSwitch, ThemeToggle, ThemeToggleCompact, TimePicker, type ToggleConfig, ToggleSwitch, TouchTarget, US_ACCENT_MAP, US_MACRO_REGIONS, US_MAP_CENTER, US_STATE_COORDINATES, US_STATE_PALETTES, US_THEME_CONFIG, type UseGeoMapStateOptions, UserAvatar, type UserAvatarLabels, type UserAvatarMenuItem, type UserAvatarProps, type UserAvatarUser, UserMobileInfo, type UserMobileInfoProps, WINDSOCK_LOADER, WIRE_LOADER, WheelPicker, WindsockIcon, type WorkspaceSectionConfig, buildDockActions, buildFlyoutNavItems, buildLaunchpadItems, buttonPress, buttonPressReduced, buttonTap, cardHover, cardHoverReduced, cardPress, createMotionProps, durations, durationsReduced, easings, fadeOnly, fadeScale, filterByPermission, formatCurrency, formatDate, formatPercentage, getBrazilAccent, getBrazilColors, getBrazilFlagUrl, getBrazilGradient, getBrazilHexColor, getBrazilPalette, getStatusColor, getSubdivisionAccent, getSubdivisionColors, getSubdivisionFlagUrl, getSubdivisionGradient, getSubdivisionHexColor, getSubdivisionPalette, getTransition, getUsAccent, getUsColors, getUsFlagUrl, getUsGradient, getUsHexColor, getUsPalette, getVariants, iosColors, isValidBrazilState, isValidSubdivision, isValidUsState, listItem, listItemReduced, notificationBanner, notificationBannerReduced, pageControlDot, prefersReducedMotion, registerSubdivisionTheme, resolveGlassAccentRgb, selectIsAuthenticated, selectShowShellChrome, selectUserInitial, selectUserName, shimmerClass, shimmerWhiteClass, slideDown, slideRight, slideUp, springPresets, springPresetsReduced, staggerContainer, swipeActionThreshold, swipeConstraints, triggerHaptic, useGeoMapState, useHaptic, useNotifications, usePlatformShellStore, usePullToRefresh };
4436
+ export { ARGENTINA_ACCENT_MAP, ARGENTINA_MACRO_REGIONS, ARGENTINA_MAP_CENTER, ARGENTINA_PROVINCE_COORDINATES, ARGENTINA_PROVINCE_PALETTES, AR_THEME_CONFIG, AUSTRALIA_ACCENT_MAP, AUSTRALIA_MACRO_REGIONS, AUSTRALIA_MAP_CENTER, AUSTRALIA_STATE_COORDINATES, AUSTRALIA_STATE_PALETTES, AU_THEME_CONFIG, type AccentColor, ActionMenu, ActionSheet, type ActiveFilter, type ActiveFilterChip, type ActiveFilterChipStyleConfig, ActiveFilterChips, AnalysisSkeleton, AnimatedNumber, AnimatedTableRow, AppLogo, AppNavigation, type AppNavigationProps, AppShell, type AppShellProps, ArchiveSwipeAction, AuthLayout, type AuthLayoutProps, Avatar, AvatarButton, BRAZIL_ACCENT_MAP, BRAZIL_MACRO_REGIONS, BRAZIL_MAP_CENTER, BRAZIL_STATE_COORDINATES, BRAZIL_STATE_PALETTES, BR_THEME_CONFIG, BackupCodeGrid, type BackupCodeGridProps, BadRequestPage, Badge, BaseForm, type BaseFormIconColor, type BaseFormProps, BentoCard, BooleanFlagsPicker, type BooleanFlagsPickerProps, type BooleanFlagsPreset, BottomSafeArea, BrandFilterSkeleton, BrandedLoader, Breadcrumb, type BreadcrumbItem, type BreadcrumbPage, Button, CANADA_ACCENT_MAP, CANADA_MACRO_REGIONS, CANADA_MAP_CENTER, CANADA_PROVINCE_COORDINATES, CANADA_PROVINCE_PALETTES, CA_THEME_CONFIG, CHILE_ACCENT_MAP, CHILE_MACRO_REGIONS, CHILE_MAP_CENTER, CHILE_REGION_COORDINATES, CHILE_REGION_PALETTES, CL_THEME_CONFIG, COLOMBIA_ACCENT_MAP, COLOMBIA_DEPARTMENT_COORDINATES, COLOMBIA_DEPARTMENT_PALETTES, COLOMBIA_MACRO_REGIONS, COLOMBIA_MAP_CENTER, CO_THEME_CONFIG, Card, CardActionMenu, type CardActionMenuItem, CardContent, CardDescription, CardDivider, CardFooter, CardGridSkeleton, CardHeader, CardSectionHeader, CardTitle, CategoryBadge, type CategoryBadgeProps, CategoryTab, type CategoryTabConfig, type CategoryTabProps, CategoryTabs, type CategoryTabsProps, type ChipItem, type ChipItemStyle, ChipPicker, CircularRefreshIndicator, Code, type CollapsibleGroup, CollapsibleGroupedList, type CollapsibleGroupedListProps, CompactSegmentedControl, ContactCard, ContactSection, Container, type ContainerProps, type ContainerVariant, ContextMenu, type ContextMenuDivider, type ContextMenuEntry, type ContextMenuItem, CookieConsent, CopyableId, CountPill, type CountryAddressFormat, type CountryConfig, type CountryCurrencyConfig, type CountryLanguage, type CountryLocaleConfig, type CountryTaxConfig, CreateActionButton, DE_THEME_CONFIG, DashboardProgressShell, DataPagination, DatePicker, DeleteSwipeAction, Description, type DetailSection, DetailsPopover, type DetailsPopoverActor, type DetailsPopoverComparison, type DetailsPopoverNote, type DetailsPopoverProps, DevModeBanner, Dialog, DialogActions, DialogBody, DialogDescription, DialogTitle, Divider, Dock, type DockAction, DockContainer, DockSkeleton, DotRefreshIndicator, Dropdown, DropdownButton, DropdownDivider, DropdownItem, DropdownLabel, DropdownMenu, DropdownSelect, DynamicIsland, DynamicIslandNotification, ES_THEME_CONFIG, EdgeSwipeIndicator, EdgeSwipeProvider, EditSwipeAction, EmptyState, EntityCard, type EntityCardProps, ErrorMessage, ErrorState, type ExpandableHistoryItem, ExpandableHistoryList, type ExpandableHistoryListProps, ExpandingPageIndicator, FRANCE_ACCENT_MAP, FRANCE_MACRO_REGIONS, FRANCE_MAP_CENTER, FRANCE_REGION_COORDINATES, FRANCE_REGION_PALETTES, FR_THEME_CONFIG, FUEL_PRICE_LOADER, FavoriteSwipeAction, FeatureCard, FeedItemCard, Field, FieldGroup, Label as FieldLabel, Fieldset, FilterBadge, FilterPill, type FilterPillProps, type FilterPillVariant, FilterSectionHeader, type FilterSectionHeaderProps, FilterTileButton, type FilterTileButtonProps, type FilterTileColor, FloatingActionButton, FlyoutMenu, FlyoutNavGrid, type FlyoutNavItem, FlyoutQuickActions, ForceTouchMenu, Form, FormActions, type FormActionsProps, FormActionsRow, type FormActionsRowProps, FormCheckbox, type FormCheckboxProps, FormField, type FormFieldProps, FormGrid, type FormGridProps, FormInput, type FormInputProps, FormPriceInput, type FormPriceInputProps, type FormProps, FormSection, type FormSectionProps, FormSelect, type FormSelectProps, type FormStep, FormTextarea, type FormTextareaProps, FormToggle, type FormToggleProps, type FuelColors, GB_THEME_CONFIG, GERMANY_ACCENT_MAP, GERMANY_MACRO_REGIONS, GERMANY_MAP_CENTER, GERMANY_STATE_COORDINATES, GERMANY_STATE_PALETTES, GeoMapCanvas, type GeoMapCanvasProps, GeoMapLegend, type GeoMapLegendProps, type GeoMapRegionData, GlassDetailModal, type GlassDetailModalProps, GlassFormModal, GlassModal, GlassModalShell, type GlassModalShellProps, type GlassModalSize, Gradient, GradientBackground, GrowthIndicator, Heading, HeroPanel, type HeroPanelProps, type HeroPanelStat, HeroSection, INDIA_ACCENT_MAP, INDIA_MACRO_REGIONS, INDIA_MAP_CENTER, INDIA_STATE_COORDINATES, INDIA_STATE_PALETTES, IN_THEME_CONFIG, ITALY_ACCENT_MAP, ITALY_MACRO_REGIONS, ITALY_MAP_CENTER, ITALY_REGION_COORDINATES, ITALY_REGION_PALETTES, IT_THEME_CONFIG, IconButton, ImageUpload, type ImageUploadProps, InfoPopover, type InfoPopoverProps, InlineForm, type InlineFormProps, InlineSpinner, Input, InteractiveGeoMap, type InteractiveGeoMapProps, ItemSummary, type ItemSummaryMetadata, JAPAN_ACCENT_MAP, JAPAN_MACRO_REGIONS, JAPAN_MAP_CENTER, JAPAN_PREFECTURE_COORDINATES, JAPAN_PREFECTURE_PALETTES, JP_THEME_CONFIG, KORI_ERP_LOADER, Label, LabeledToggle, type LanguageOption$1 as LanguageOption, LanguageSwitcher, LaunchpadGrid, type LaunchpadGridProps, type LaunchpadItem, type LaunchpadMenuItem, type LaunchpadUserProfile, Lead, Legend, LiquidFilterInput, ListCard, ListCardItem, ListItem, type ListItemAction, type ListItemMetadata, type ListItemProps, type ListItemVariant, LoadingOverlay, MEXICO_ACCENT_MAP, MEXICO_MACRO_REGIONS, MEXICO_MAP_CENTER, MEXICO_STATE_COORDINATES, MEXICO_STATE_PALETTES, MX_THEME_CONFIG, ManagementPageLayout, type ManagementPageLayoutProps, ManagementSurface, MapZoomControls, type MapZoomControlsProps, type MetaItem, MetricCard, MonthPicker, MultiColumnPicker, type NavigationItem, type NavigationMenuItem, NavigationProgress, NoDataState, NoResultsState, NotFoundPage, type Notification, NotificationBadge, type NotificationBadgeProps, NotificationBellButton, NotificationProvider, type NotificationType, OfficeCard, OfflineState, type OffsetPaginationParams, OptionGrid, type OptionGridItem, type OptionGridProps, OtpInput, type OtpInputProps, PERU_ACCENT_MAP, PERU_DEPARTMENT_COORDINATES, PERU_DEPARTMENT_PALETTES, PERU_MACRO_REGIONS, PERU_MAP_CENTER, PE_THEME_CONFIG, PORTUGAL_ACCENT_MAP, PORTUGAL_DISTRICT_COORDINATES, PORTUGAL_DISTRICT_PALETTES, PORTUGAL_MACRO_REGIONS, PORTUGAL_MAP_CENTER, PT_THEME_CONFIG, PageEmptyState, PageHeader, PageHeading, type PageHeadingProps, PageIndicator, PageLoadingState, PageSectionHeader, Pagination, type PaginationMeta, PasswordInput, type PasswordPolicy, PasswordStrengthMeter, type PasswordStrengthMeterProps, Pill, PlatformShell, type PlatformShellLabels, type PlatformShellProps, type PlatformShellState, type PlatformShellUser, PlusGrid, PlusGridItem, PlusGridRow, type PreferenceGroupConfig, PreferenceSection, type PreferenceSectionProps, type PreferencesSectionConfig, PriceChangeBadge, ProfileIdentityCard, type ProfileSectionConfig, Progress, ProgressIndicator, PullToRefreshContainer, PullToRefreshIndicator, RadiantHeading, RadiantStatCard, RadiantSubheading, type RadioGroupConfig, RegionFilterSkeleton, RoleBadge, SOUTH_AFRICA_ACCENT_MAP, SOUTH_AFRICA_MACRO_REGIONS, SOUTH_AFRICA_MAP_CENTER, SOUTH_AFRICA_PROVINCE_COORDINATES, SOUTH_AFRICA_PROVINCE_PALETTES, SPAIN_ACCENT_MAP, SPAIN_MACRO_REGIONS, SPAIN_MAP_CENTER, SPAIN_PROVINCE_COORDINATES, SPAIN_PROVINCE_PALETTES, SafeArea, SafeAreaSpacer, SafeAreaView, type SaveStatus, SearchBar, SearchFilterToolbar, type SearchFilterToolbarProps, SearchInput, SectionCard, SectionHeader, SectionHeaderSkeleton, SegmentedControl, Select, type SelectableChipItem, SelectableChipPicker, type SelectableChipPickerLabels, type SelectableListItem, SelectableListPicker, type SelectableListPickerLabels, SelectableOptionsGrid, type SelectableOptionsGridOption, type SelectableOptionsGridProps, SelectableTableRow, SelectionCard, type SelectionCardProps, type SelectionOption, ServerErrorPage, SettingsDialog, type SettingsDialogIdentity, type SettingsDialogProps, type SettingsDialogSection, type SettingsFieldConfig, type LanguageOption as SettingsLanguageOption, SettingsModal, type SettingsModalProps, type SettingsSection, Sheet, type ShellLabels, type ShellPreferences, type ShellUser, SkipToContent, SocialLoginButtons, type SocialLoginButtonsProps, type SocialProvider, SortableTableHeader, Spinner, Stat, StatCard, StatCardSkeleton, StatusBadge, type StatusBadgeProps, StatusToggle, type StatusType, StepFormPage, type StepFormPageProps, StepNavigationButtons, type StepNavigationButtonsProps, StepTimeline, type StepTimelineItem, type StepTimelineProps, type StepTimelineStatus, Strong, type SubdivisionColorPalette, type SubdivisionThemeConfig, Subheading, SwipeableRow, Switch, Table, TableBody, TableCell, TableEmptyState, TableHead, TableHeader, TableRow, TableSkeleton, TableSkeletonRow, Tabs, TabsContent, TabsList, TabsTrigger, TagBadge, type TagBadgeStyle, Text, TextLink, Textarea, ThemeSwitch, ThemeToggle, ThemeToggleCompact, TimePicker, type ToggleConfig, ToggleSwitch, TouchTarget, UK_ACCENT_MAP, UK_MACRO_REGIONS, UK_MAP_CENTER, UK_NATION_COORDINATES, UK_NATION_PALETTES, US_ACCENT_MAP, US_MACRO_REGIONS, US_MAP_CENTER, US_STATE_COORDINATES, US_STATE_PALETTES, US_THEME_CONFIG, type UseGeoMapStateOptions, UserAvatar, type UserAvatarLabels, type UserAvatarMenuItem, type UserAvatarProps, type UserAvatarUser, UserMobileInfo, type UserMobileInfoProps, WINDSOCK_LOADER, WIRE_LOADER, WheelPicker, WindsockIcon, type WorkspaceSectionConfig, ZA_THEME_CONFIG, buildDockActions, buildFlyoutNavItems, buildLaunchpadItems, buttonPress, buttonPressReduced, buttonTap, cardHover, cardHoverReduced, cardPress, createMotionProps, durations, durationsReduced, easings, fadeOnly, fadeScale, filterByPermission, formatAddress, formatCurrency as formatCountryCurrency, formatCurrency$1 as formatCurrency, formatDate, formatPercentage, getAllCountries, getArgentinaAccent, getArgentinaColors, getArgentinaFlagUrl, getArgentinaGradient, getArgentinaHexColor, getArgentinaPalette, getAustraliaAccent, getAustraliaColors, getAustraliaFlagUrl, getAustraliaGradient, getAustraliaHexColor, getAustraliaPalette, getBrazilAccent, getBrazilColors, getBrazilFlagUrl, getBrazilGradient, getBrazilHexColor, getBrazilPalette, getCanadaAccent, getCanadaColors, getCanadaFlagUrl, getCanadaGradient, getCanadaHexColor, getCanadaPalette, getChileAccent, getChileColors, getChileFlagUrl, getChileGradient, getChileHexColor, getChilePalette, getColombiaAccent, getColombiaColors, getColombiaFlagUrl, getColombiaGradient, getColombiaHexColor, getColombiaPalette, getCountryConfig, getFranceAccent, getFranceColors, getFranceFlagUrl, getFranceGradient, getFranceHexColor, getFrancePalette, getGermanyAccent, getGermanyColors, getGermanyFlagUrl, getGermanyGradient, getGermanyHexColor, getGermanyPalette, getIndiaAccent, getIndiaColors, getIndiaFlagUrl, getIndiaGradient, getIndiaHexColor, getIndiaPalette, getItalyAccent, getItalyColors, getItalyFlagUrl, getItalyGradient, getItalyHexColor, getItalyPalette, getJapanAccent, getJapanColors, getJapanFlagUrl, getJapanGradient, getJapanHexColor, getJapanPalette, getMexicoAccent, getMexicoColors, getMexicoFlagUrl, getMexicoGradient, getMexicoHexColor, getMexicoPalette, getPeruAccent, getPeruColors, getPeruFlagUrl, getPeruGradient, getPeruHexColor, getPeruPalette, getPortugalAccent, getPortugalColors, getPortugalFlagUrl, getPortugalGradient, getPortugalHexColor, getPortugalPalette, getSouthAfricaAccent, getSouthAfricaColors, getSouthAfricaFlagUrl, getSouthAfricaGradient, getSouthAfricaHexColor, getSouthAfricaPalette, getSpainAccent, getSpainColors, getSpainFlagUrl, getSpainGradient, getSpainHexColor, getSpainPalette, getStatusColor, getSubdivisionAccent, getSubdivisionColors, getSubdivisionFlagUrl, getSubdivisionGradient, getSubdivisionHexColor, getSubdivisionPalette, getTransition, getUKAccent, getUKColors, getUKFlagUrl, getUKGradient, getUKHexColor, getUKPalette, getUsAccent, getUsColors, getUsFlagUrl, getUsGradient, getUsHexColor, getUsPalette, getVariants, iosColors, isValidArgentinaProvince, isValidAustraliaState, isValidBrazilState, isValidCanadaProvince, isValidChileRegion, isValidColombiaDepartment, isValidFranceRegion, isValidGermanyState, isValidIndiaState, isValidItalyRegion, isValidJapanPrefecture, isValidMexicoState, isValidPeruDepartment, isValidPortugalDistrict, isValidSouthAfricaProvince, isValidSpainProvince, isValidSubdivision, isValidUKNation, isValidUsState, listItem, listItemReduced, notificationBanner, notificationBannerReduced, pageControlDot, prefersReducedMotion, registerCountry, registerSubdivisionTheme, resolveGlassAccentRgb, selectIsAuthenticated, selectShowShellChrome, selectUserInitial, selectUserName, shimmerClass, shimmerWhiteClass, slideDown, slideRight, slideUp, springPresets, springPresetsReduced, staggerContainer, swipeActionThreshold, swipeConstraints, triggerHaptic, useGeoMapState, useHaptic, useNotifications, usePlatformShellStore, usePullToRefresh };