@datatechsolutions/ui 2.8.8 → 2.9.0

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.
Files changed (76) hide show
  1. package/dist/{workflow → astrlabe}/graph-node.js +6 -6
  2. package/dist/{workflow → astrlabe}/graph-node.mjs +2 -2
  3. package/dist/{workflow → astrlabe}/index.d.mts +17 -4
  4. package/dist/{workflow → astrlabe}/index.d.ts +17 -4
  5. package/dist/{workflow → astrlabe}/index.js +138 -136
  6. package/dist/astrlabe/index.js.map +1 -0
  7. package/dist/{workflow → astrlabe}/index.mjs +12 -10
  8. package/dist/astrlabe/index.mjs.map +1 -0
  9. package/dist/{workflow → astrlabe}/utils.js +7 -7
  10. package/dist/{workflow → astrlabe}/utils.mjs +2 -2
  11. package/dist/{workflow → astrlabe}/workflow-canvas.d.mts +1 -1
  12. package/dist/{workflow → astrlabe}/workflow-canvas.d.ts +1 -1
  13. package/dist/{workflow → astrlabe}/workflow-canvas.js +5 -5
  14. package/dist/astrlabe/workflow-canvas.mjs +11 -0
  15. package/dist/{workflow → astrlabe}/workflow-preview-canvas.js.map +1 -1
  16. package/dist/{workflow → astrlabe}/workflow-preview-canvas.mjs.map +1 -1
  17. package/dist/{chunk-E42PD4X6.js → chunk-3GE3MBUZ.js} +3 -3
  18. package/dist/{chunk-E42PD4X6.js.map → chunk-3GE3MBUZ.js.map} +1 -1
  19. package/dist/chunk-55H6WZQP.js +5 -0
  20. package/dist/{chunk-2HUN5ZXT.js.map → chunk-55H6WZQP.js.map} +1 -1
  21. package/dist/{chunk-Y2KJSGXS.js → chunk-6AA5OM4H.js} +481 -66
  22. package/dist/chunk-6AA5OM4H.js.map +1 -0
  23. package/dist/{chunk-BTJP5QCD.mjs → chunk-AM2TTPYM.mjs} +4 -4
  24. package/dist/{chunk-BTJP5QCD.mjs.map → chunk-AM2TTPYM.mjs.map} +1 -1
  25. package/dist/{chunk-55S2KOTZ.mjs → chunk-BLNXRUC4.mjs} +3 -3
  26. package/dist/{chunk-55S2KOTZ.mjs.map → chunk-BLNXRUC4.mjs.map} +1 -1
  27. package/dist/{chunk-ULPKAD4A.js → chunk-DFR6CMJH.js} +4 -4
  28. package/dist/{chunk-ULPKAD4A.js.map → chunk-DFR6CMJH.js.map} +1 -1
  29. package/dist/{chunk-GXCWMPW5.js → chunk-HSANA5YY.js} +3391 -671
  30. package/dist/chunk-HSANA5YY.js.map +1 -0
  31. package/dist/chunk-JB6RNAD2.mjs +4 -0
  32. package/dist/{chunk-A3B3A43Y.mjs.map → chunk-JB6RNAD2.mjs.map} +1 -1
  33. package/dist/{chunk-SHKRLL36.mjs → chunk-JODJG6CJ.mjs} +3235 -668
  34. package/dist/chunk-JODJG6CJ.mjs.map +1 -0
  35. package/dist/{chunk-UBCSCLUW.mjs → chunk-OZNTQROP.mjs} +3 -3
  36. package/dist/{chunk-UBCSCLUW.mjs.map → chunk-OZNTQROP.mjs.map} +1 -1
  37. package/dist/{chunk-NJ6PBGQM.js → chunk-P4YYEM4B.js} +3 -3
  38. package/dist/{chunk-NJ6PBGQM.js.map → chunk-P4YYEM4B.js.map} +1 -1
  39. package/dist/{chunk-D3INPADN.mjs → chunk-ZEUBXXRI.mjs} +422 -7
  40. package/dist/chunk-ZEUBXXRI.mjs.map +1 -0
  41. package/dist/index.d.mts +342 -3
  42. package/dist/index.d.ts +342 -3
  43. package/dist/index.js +1177 -553
  44. package/dist/index.mjs +1 -1
  45. package/dist/{workflow-canvas-CVkbfTQu.d.ts → workflow-canvas-CGeuIgBQ.d.ts} +1 -1
  46. package/dist/{workflow-canvas-B3k03HVM.d.mts → workflow-canvas-at3LMbkg.d.mts} +1 -1
  47. package/package.json +25 -25
  48. package/dist/chunk-2HUN5ZXT.js +0 -5
  49. package/dist/chunk-A3B3A43Y.mjs +0 -4
  50. package/dist/chunk-D3INPADN.mjs.map +0 -1
  51. package/dist/chunk-GXCWMPW5.js.map +0 -1
  52. package/dist/chunk-SHKRLL36.mjs.map +0 -1
  53. package/dist/chunk-Y2KJSGXS.js.map +0 -1
  54. package/dist/workflow/index.js.map +0 -1
  55. package/dist/workflow/index.mjs.map +0 -1
  56. package/dist/workflow/workflow-canvas.mjs +0 -11
  57. /package/dist/{workflow → astrlabe}/contracts.d.mts +0 -0
  58. /package/dist/{workflow → astrlabe}/contracts.d.ts +0 -0
  59. /package/dist/{workflow → astrlabe}/contracts.js +0 -0
  60. /package/dist/{workflow → astrlabe}/contracts.js.map +0 -0
  61. /package/dist/{workflow → astrlabe}/contracts.mjs +0 -0
  62. /package/dist/{workflow → astrlabe}/contracts.mjs.map +0 -0
  63. /package/dist/{workflow → astrlabe}/graph-node.d.mts +0 -0
  64. /package/dist/{workflow → astrlabe}/graph-node.d.ts +0 -0
  65. /package/dist/{workflow → astrlabe}/graph-node.js.map +0 -0
  66. /package/dist/{workflow → astrlabe}/graph-node.mjs.map +0 -0
  67. /package/dist/{workflow → astrlabe}/utils.d.mts +0 -0
  68. /package/dist/{workflow → astrlabe}/utils.d.ts +0 -0
  69. /package/dist/{workflow → astrlabe}/utils.js.map +0 -0
  70. /package/dist/{workflow → astrlabe}/utils.mjs.map +0 -0
  71. /package/dist/{workflow → astrlabe}/workflow-canvas.js.map +0 -0
  72. /package/dist/{workflow → astrlabe}/workflow-canvas.mjs.map +0 -0
  73. /package/dist/{workflow → astrlabe}/workflow-preview-canvas.d.mts +0 -0
  74. /package/dist/{workflow → astrlabe}/workflow-preview-canvas.d.ts +0 -0
  75. /package/dist/{workflow → astrlabe}/workflow-preview-canvas.js +0 -0
  76. /package/dist/{workflow → astrlabe}/workflow-preview-canvas.mjs +0 -0
package/dist/index.d.ts CHANGED
@@ -7,7 +7,6 @@ export { D as DynamicIslandConfirm, a as EntityDrawer, E as EntityDrawerMaxWidth
7
7
  export { I18nContextValue, I18nFormatter, I18nProvider, I18nProviderProps, createI18nFromMessages, useFormatter, useLocale, useTranslations } from './lib/i18n-context.js';
8
8
  export { LinkComponent, RouterContextValue, RouterProvider, RouterProviderProps, useLink, usePathname, useRouter } from './lib/router-context.js';
9
9
  import { Variants, Transition } from 'framer-motion';
10
- export { LOCALE_FLAGS } from '@datatechsolutions/shared-domain/i18n';
11
10
  import * as TabsPrimitive from '@radix-ui/react-tabs';
12
11
  import * as ProgressPrimitive from '@radix-ui/react-progress';
13
12
  import * as zustand from 'zustand';
@@ -2299,6 +2298,8 @@ type BrandedLoaderProps = {
2299
2298
  accentRing?: string;
2300
2299
  /** Full-screen or compact mode */
2301
2300
  compact?: boolean;
2301
+ /** If true, icon already has its own background (e.g. app SVG with built-in gradient) — skip the gradient container */
2302
+ rawIcon?: boolean;
2302
2303
  /** Additional class name */
2303
2304
  className?: string;
2304
2305
  };
@@ -2318,7 +2319,7 @@ declare const WIRE_LOADER: {
2318
2319
  readonly gradient: "from-sky-500 to-indigo-600";
2319
2320
  readonly accentRing: "ring-indigo-500/30";
2320
2321
  };
2321
- declare function BrandedLoader({ icon, appName, label, gradient, accentRing, compact, className, }: BrandedLoaderProps): react_jsx_runtime.JSX.Element;
2322
+ declare function BrandedLoader({ icon, appName, label, gradient, accentRing, compact, rawIcon, className, }: BrandedLoaderProps): react_jsx_runtime.JSX.Element;
2322
2323
 
2323
2324
  type AppLogoProps = {
2324
2325
  /** App icon component (heroicon or custom SVG) */
@@ -3359,6 +3360,8 @@ declare const getBrazilColors: (uf: string) => {
3359
3360
  declare const getBrazilAccent: (uf: string) => string | null;
3360
3361
  declare const isValidBrazilState: (uf: string) => boolean;
3361
3362
 
3363
+ declare const LOCALE_FLAGS: Record<string, string>;
3364
+
3362
3365
  type FilterPillVariant = 'blue' | 'emerald' | 'orange' | 'purple' | 'violet' | 'amber' | 'red' | 'indigo' | 'cyan' | 'teal' | 'pink' | 'rose' | 'green' | 'yellow' | 'slate' | 'sky' | 'fuchsia' | 'gray';
3363
3366
  type FilterPillProps = {
3364
3367
  icon: ReactNode;
@@ -3844,6 +3847,342 @@ declare const getSouthAfricaColors: (code: string) => {
3844
3847
  declare const getSouthAfricaAccent: (code: string) => string | null;
3845
3848
  declare const isValidSouthAfricaProvince: (code: string) => boolean;
3846
3849
 
3850
+ /**
3851
+ * South Korea Subdivision Theme Data
3852
+ * ===================================
3853
+ *
3854
+ * Reusable South Korean province/city palettes, accents, coordinates,
3855
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
3856
+ * call `registerSubdivisionTheme('KR', KR_THEME_CONFIG)` at startup.
3857
+ */
3858
+
3859
+ declare const SOUTH_KOREA_PROVINCE_PALETTES: Record<string, SubdivisionColorPalette>;
3860
+ declare const SOUTH_KOREA_ACCENT_MAP: Record<string, string>;
3861
+ declare const KR_THEME_CONFIG: SubdivisionThemeConfig;
3862
+ declare const SOUTH_KOREA_PROVINCE_COORDINATES: Record<string, [number, number]>;
3863
+ declare const SOUTH_KOREA_MAP_CENTER: [number, number];
3864
+ declare const SOUTH_KOREA_MACRO_REGIONS: RegionGroupDefinition[];
3865
+ declare const getSouthKoreaFlagUrl: (code: string) => string | null;
3866
+ declare const getSouthKoreaHexColor: (code: string) => string | null;
3867
+ declare const getSouthKoreaPalette: (code: string) => SubdivisionColorPalette | null;
3868
+ declare const getSouthKoreaGradient: (code: string, direction?: string) => string | null;
3869
+ declare const getSouthKoreaColors: (code: string) => {
3870
+ ring: string;
3871
+ text: string;
3872
+ bg: string;
3873
+ pill: string;
3874
+ } | null;
3875
+ declare const getSouthKoreaAccent: (code: string) => string | null;
3876
+ declare const isValidSouthKoreaProvince: (code: string) => boolean;
3877
+
3878
+ /**
3879
+ * Indonesia Subdivision Theme Data
3880
+ * =================================
3881
+ *
3882
+ * Reusable Indonesian province palettes, accents, coordinates,
3883
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
3884
+ * call `registerSubdivisionTheme('ID', ID_THEME_CONFIG)` at startup.
3885
+ */
3886
+
3887
+ declare const INDONESIA_PROVINCE_PALETTES: Record<string, SubdivisionColorPalette>;
3888
+ declare const INDONESIA_ACCENT_MAP: Record<string, string>;
3889
+ declare const ID_THEME_CONFIG: SubdivisionThemeConfig;
3890
+ declare const INDONESIA_PROVINCE_COORDINATES: Record<string, [number, number]>;
3891
+ declare const INDONESIA_MAP_CENTER: [number, number];
3892
+ declare const INDONESIA_MACRO_REGIONS: RegionGroupDefinition[];
3893
+ declare const getIndonesiaFlagUrl: (code: string) => string | null;
3894
+ declare const getIndonesiaHexColor: (code: string) => string | null;
3895
+ declare const getIndonesiaPalette: (code: string) => SubdivisionColorPalette | null;
3896
+ declare const getIndonesiaGradient: (code: string, direction?: string) => string | null;
3897
+ declare const getIndonesiaColors: (code: string) => {
3898
+ ring: string;
3899
+ text: string;
3900
+ bg: string;
3901
+ pill: string;
3902
+ } | null;
3903
+ declare const getIndonesiaAccent: (code: string) => string | null;
3904
+ declare const isValidIndonesiaProvince: (code: string) => boolean;
3905
+
3906
+ /**
3907
+ * Thailand Subdivision Theme Data
3908
+ * ================================
3909
+ *
3910
+ * Reusable Thai province palettes, accents, coordinates,
3911
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
3912
+ * call `registerSubdivisionTheme('TH', TH_THEME_CONFIG)` at startup.
3913
+ */
3914
+
3915
+ declare const THAILAND_PROVINCE_PALETTES: Record<string, SubdivisionColorPalette>;
3916
+ declare const THAILAND_ACCENT_MAP: Record<string, string>;
3917
+ declare const TH_THEME_CONFIG: SubdivisionThemeConfig;
3918
+ declare const THAILAND_PROVINCE_COORDINATES: Record<string, [number, number]>;
3919
+ declare const THAILAND_MAP_CENTER: [number, number];
3920
+ declare const THAILAND_MACRO_REGIONS: RegionGroupDefinition[];
3921
+ declare const getThailandFlagUrl: (code: string) => string | null;
3922
+ declare const getThailandHexColor: (code: string) => string | null;
3923
+ declare const getThailandPalette: (code: string) => SubdivisionColorPalette | null;
3924
+ declare const getThailandGradient: (code: string, direction?: string) => string | null;
3925
+ declare const getThailandColors: (code: string) => {
3926
+ ring: string;
3927
+ text: string;
3928
+ bg: string;
3929
+ pill: string;
3930
+ } | null;
3931
+ declare const getThailandAccent: (code: string) => string | null;
3932
+ declare const isValidThailandProvince: (code: string) => boolean;
3933
+
3934
+ /**
3935
+ * Nigeria Subdivision Theme Data
3936
+ * ===============================
3937
+ *
3938
+ * Reusable Nigerian state palettes, accents, coordinates,
3939
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
3940
+ * call `registerSubdivisionTheme('NG', NG_THEME_CONFIG)` at startup.
3941
+ */
3942
+
3943
+ declare const NIGERIA_STATE_PALETTES: Record<string, SubdivisionColorPalette>;
3944
+ declare const NIGERIA_ACCENT_MAP: Record<string, string>;
3945
+ declare const NG_THEME_CONFIG: SubdivisionThemeConfig;
3946
+ declare const NIGERIA_STATE_COORDINATES: Record<string, [number, number]>;
3947
+ declare const NIGERIA_MAP_CENTER: [number, number];
3948
+ declare const NIGERIA_MACRO_REGIONS: RegionGroupDefinition[];
3949
+ declare const getNigeriaFlagUrl: (code: string) => string | null;
3950
+ declare const getNigeriaHexColor: (code: string) => string | null;
3951
+ declare const getNigeriaPalette: (code: string) => SubdivisionColorPalette | null;
3952
+ declare const getNigeriaGradient: (code: string, direction?: string) => string | null;
3953
+ declare const getNigeriaColors: (code: string) => {
3954
+ ring: string;
3955
+ text: string;
3956
+ bg: string;
3957
+ pill: string;
3958
+ } | null;
3959
+ declare const getNigeriaAccent: (code: string) => string | null;
3960
+ declare const isValidNigeriaState: (code: string) => boolean;
3961
+
3962
+ /**
3963
+ * Egypt Subdivision Theme Data
3964
+ * ============================
3965
+ *
3966
+ * Reusable Egyptian governorate palettes, accents, coordinates,
3967
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
3968
+ * call `registerSubdivisionTheme('EG', EG_THEME_CONFIG)` at startup.
3969
+ */
3970
+
3971
+ declare const EGYPT_GOVERNORATE_PALETTES: Record<string, SubdivisionColorPalette>;
3972
+ declare const EGYPT_ACCENT_MAP: Record<string, string>;
3973
+ declare const EG_THEME_CONFIG: SubdivisionThemeConfig;
3974
+ declare const EGYPT_GOVERNORATE_COORDINATES: Record<string, [number, number]>;
3975
+ declare const EGYPT_MAP_CENTER: [number, number];
3976
+ declare const EGYPT_MACRO_REGIONS: RegionGroupDefinition[];
3977
+ declare const getEgyptFlagUrl: (code: string) => string | null;
3978
+ declare const getEgyptHexColor: (code: string) => string | null;
3979
+ declare const getEgyptPalette: (code: string) => SubdivisionColorPalette | null;
3980
+ declare const getEgyptGradient: (code: string, direction?: string) => string | null;
3981
+ declare const getEgyptColors: (code: string) => {
3982
+ ring: string;
3983
+ text: string;
3984
+ bg: string;
3985
+ pill: string;
3986
+ } | null;
3987
+ declare const getEgyptAccent: (code: string) => string | null;
3988
+ declare const isValidEgyptGovernorate: (code: string) => boolean;
3989
+
3990
+ /**
3991
+ * Turkey Subdivision Theme Data
3992
+ * =============================
3993
+ *
3994
+ * Reusable Turkish province palettes, accents, coordinates,
3995
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
3996
+ * call `registerSubdivisionTheme('TR', TR_THEME_CONFIG)` at startup.
3997
+ */
3998
+
3999
+ declare const TURKEY_PROVINCE_PALETTES: Record<string, SubdivisionColorPalette>;
4000
+ declare const TURKEY_ACCENT_MAP: Record<string, string>;
4001
+ declare const TR_THEME_CONFIG: SubdivisionThemeConfig;
4002
+ declare const TURKEY_PROVINCE_COORDINATES: Record<string, [number, number]>;
4003
+ declare const TURKEY_MAP_CENTER: [number, number];
4004
+ declare const TURKEY_MACRO_REGIONS: RegionGroupDefinition[];
4005
+ declare const getTurkeyFlagUrl: (code: string) => string | null;
4006
+ declare const getTurkeyHexColor: (code: string) => string | null;
4007
+ declare const getTurkeyPalette: (code: string) => SubdivisionColorPalette | null;
4008
+ declare const getTurkeyGradient: (code: string, direction?: string) => string | null;
4009
+ declare const getTurkeyColors: (code: string) => {
4010
+ ring: string;
4011
+ text: string;
4012
+ bg: string;
4013
+ pill: string;
4014
+ } | null;
4015
+ declare const getTurkeyAccent: (code: string) => string | null;
4016
+ declare const isValidTurkeyProvince: (code: string) => boolean;
4017
+
4018
+ /**
4019
+ * Poland Subdivision Theme Data
4020
+ * =============================
4021
+ *
4022
+ * Reusable Polish voivodeship palettes, accents, coordinates,
4023
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
4024
+ * call `registerSubdivisionTheme('PL', PL_THEME_CONFIG)` at startup.
4025
+ */
4026
+
4027
+ declare const POLAND_VOIVODESHIP_PALETTES: Record<string, SubdivisionColorPalette>;
4028
+ declare const POLAND_ACCENT_MAP: Record<string, string>;
4029
+ declare const PL_THEME_CONFIG: SubdivisionThemeConfig;
4030
+ declare const POLAND_VOIVODESHIP_COORDINATES: Record<string, [number, number]>;
4031
+ declare const POLAND_MAP_CENTER: [number, number];
4032
+ declare const POLAND_MACRO_REGIONS: RegionGroupDefinition[];
4033
+ declare const getPolandFlagUrl: (code: string) => string | null;
4034
+ declare const getPolandHexColor: (code: string) => string | null;
4035
+ declare const getPolandPalette: (code: string) => SubdivisionColorPalette | null;
4036
+ declare const getPolandGradient: (code: string, direction?: string) => string | null;
4037
+ declare const getPolandColors: (code: string) => {
4038
+ ring: string;
4039
+ text: string;
4040
+ bg: string;
4041
+ pill: string;
4042
+ } | null;
4043
+ declare const getPolandAccent: (code: string) => string | null;
4044
+ declare const isValidPolandVoivodeship: (code: string) => boolean;
4045
+
4046
+ /**
4047
+ * Sweden Subdivision Theme Data
4048
+ * =============================
4049
+ *
4050
+ * Reusable Swedish county palettes, accents, coordinates,
4051
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
4052
+ * call `registerSubdivisionTheme('SE', SE_THEME_CONFIG)` at startup.
4053
+ */
4054
+
4055
+ declare const SWEDEN_COUNTY_PALETTES: Record<string, SubdivisionColorPalette>;
4056
+ declare const SWEDEN_ACCENT_MAP: Record<string, string>;
4057
+ declare const SE_THEME_CONFIG: SubdivisionThemeConfig;
4058
+ declare const SWEDEN_COUNTY_COORDINATES: Record<string, [number, number]>;
4059
+ declare const SWEDEN_MAP_CENTER: [number, number];
4060
+ declare const SWEDEN_MACRO_REGIONS: RegionGroupDefinition[];
4061
+ declare const getSwedenFlagUrl: (code: string) => string | null;
4062
+ declare const getSwedenHexColor: (code: string) => string | null;
4063
+ declare const getSwedenPalette: (code: string) => SubdivisionColorPalette | null;
4064
+ declare const getSwedenGradient: (code: string, direction?: string) => string | null;
4065
+ declare const getSwedenColors: (code: string) => {
4066
+ ring: string;
4067
+ text: string;
4068
+ bg: string;
4069
+ pill: string;
4070
+ } | null;
4071
+ declare const getSwedenAccent: (code: string) => string | null;
4072
+ declare const isValidSwedenCounty: (code: string) => boolean;
4073
+
4074
+ /**
4075
+ * Norway Subdivision Theme Data
4076
+ * =============================
4077
+ *
4078
+ * Reusable Norwegian county palettes, accents, coordinates,
4079
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
4080
+ * call `registerSubdivisionTheme('NO', NO_THEME_CONFIG)` at startup.
4081
+ */
4082
+
4083
+ declare const NORWAY_COUNTY_PALETTES: Record<string, SubdivisionColorPalette>;
4084
+ declare const NORWAY_ACCENT_MAP: Record<string, string>;
4085
+ declare const NO_THEME_CONFIG: SubdivisionThemeConfig;
4086
+ declare const NORWAY_COUNTY_COORDINATES: Record<string, [number, number]>;
4087
+ declare const NORWAY_MAP_CENTER: [number, number];
4088
+ declare const NORWAY_MACRO_REGIONS: RegionGroupDefinition[];
4089
+ declare const getNorwayFlagUrl: (code: string) => string | null;
4090
+ declare const getNorwayHexColor: (code: string) => string | null;
4091
+ declare const getNorwayPalette: (code: string) => SubdivisionColorPalette | null;
4092
+ declare const getNorwayGradient: (code: string, direction?: string) => string | null;
4093
+ declare const getNorwayColors: (code: string) => {
4094
+ ring: string;
4095
+ text: string;
4096
+ bg: string;
4097
+ pill: string;
4098
+ } | null;
4099
+ declare const getNorwayAccent: (code: string) => string | null;
4100
+ declare const isValidNorwayCounty: (code: string) => boolean;
4101
+
4102
+ /**
4103
+ * Netherlands Subdivision Theme Data
4104
+ * ===================================
4105
+ *
4106
+ * Reusable Dutch province palettes, accents, coordinates,
4107
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
4108
+ * call `registerSubdivisionTheme('NL', NL_THEME_CONFIG)` at startup.
4109
+ */
4110
+
4111
+ declare const NETHERLANDS_PROVINCE_PALETTES: Record<string, SubdivisionColorPalette>;
4112
+ declare const NETHERLANDS_ACCENT_MAP: Record<string, string>;
4113
+ declare const NL_THEME_CONFIG: SubdivisionThemeConfig;
4114
+ declare const NETHERLANDS_PROVINCE_COORDINATES: Record<string, [number, number]>;
4115
+ declare const NETHERLANDS_MAP_CENTER: [number, number];
4116
+ declare const NETHERLANDS_MACRO_REGIONS: RegionGroupDefinition[];
4117
+ declare const getNetherlandsFlagUrl: (code: string) => string | null;
4118
+ declare const getNetherlandsHexColor: (code: string) => string | null;
4119
+ declare const getNetherlandsPalette: (code: string) => SubdivisionColorPalette | null;
4120
+ declare const getNetherlandsGradient: (code: string, direction?: string) => string | null;
4121
+ declare const getNetherlandsColors: (code: string) => {
4122
+ ring: string;
4123
+ text: string;
4124
+ bg: string;
4125
+ pill: string;
4126
+ } | null;
4127
+ declare const getNetherlandsAccent: (code: string) => string | null;
4128
+ declare const isValidNetherlandsProvince: (code: string) => boolean;
4129
+
4130
+ /**
4131
+ * Philippines Subdivision Theme Data
4132
+ * ===================================
4133
+ *
4134
+ * Reusable Philippine province palettes, accents, coordinates,
4135
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
4136
+ * call `registerSubdivisionTheme('PH', PH_THEME_CONFIG)` at startup.
4137
+ */
4138
+
4139
+ declare const PHILIPPINES_PROVINCE_PALETTES: Record<string, SubdivisionColorPalette>;
4140
+ declare const PHILIPPINES_ACCENT_MAP: Record<string, string>;
4141
+ declare const PH_THEME_CONFIG: SubdivisionThemeConfig;
4142
+ declare const PHILIPPINES_PROVINCE_COORDINATES: Record<string, [number, number]>;
4143
+ declare const PHILIPPINES_MAP_CENTER: [number, number];
4144
+ declare const PHILIPPINES_MACRO_REGIONS: RegionGroupDefinition[];
4145
+ declare const getPhilippinesFlagUrl: (code: string) => string | null;
4146
+ declare const getPhilippinesHexColor: (code: string) => string | null;
4147
+ declare const getPhilippinesPalette: (code: string) => SubdivisionColorPalette | null;
4148
+ declare const getPhilippinesGradient: (code: string, direction?: string) => string | null;
4149
+ declare const getPhilippinesColors: (code: string) => {
4150
+ ring: string;
4151
+ text: string;
4152
+ bg: string;
4153
+ pill: string;
4154
+ } | null;
4155
+ declare const getPhilippinesAccent: (code: string) => string | null;
4156
+ declare const isValidPhilippinesProvince: (code: string) => boolean;
4157
+
4158
+ /**
4159
+ * New Zealand Subdivision Theme Data
4160
+ * ===================================
4161
+ *
4162
+ * Reusable New Zealand region palettes, accents, coordinates,
4163
+ * macro-regions, and convenience helpers. Does NOT self-register; consumers
4164
+ * call `registerSubdivisionTheme('NZ', NZ_THEME_CONFIG)` at startup.
4165
+ */
4166
+
4167
+ declare const NEW_ZEALAND_REGION_PALETTES: Record<string, SubdivisionColorPalette>;
4168
+ declare const NEW_ZEALAND_ACCENT_MAP: Record<string, string>;
4169
+ declare const NZ_THEME_CONFIG: SubdivisionThemeConfig;
4170
+ declare const NEW_ZEALAND_REGION_COORDINATES: Record<string, [number, number]>;
4171
+ declare const NEW_ZEALAND_MAP_CENTER: [number, number];
4172
+ declare const NEW_ZEALAND_MACRO_REGIONS: RegionGroupDefinition[];
4173
+ declare const getNewZealandFlagUrl: (code: string) => string | null;
4174
+ declare const getNewZealandHexColor: (code: string) => string | null;
4175
+ declare const getNewZealandPalette: (code: string) => SubdivisionColorPalette | null;
4176
+ declare const getNewZealandGradient: (code: string, direction?: string) => string | null;
4177
+ declare const getNewZealandColors: (code: string) => {
4178
+ ring: string;
4179
+ text: string;
4180
+ bg: string;
4181
+ pill: string;
4182
+ } | null;
4183
+ declare const getNewZealandAccent: (code: string) => string | null;
4184
+ declare const isValidNewZealandRegion: (code: string) => boolean;
4185
+
3847
4186
  /**
3848
4187
  * Country Configuration System
3849
4188
  * ============================
@@ -4433,4 +4772,4 @@ interface SkipToContentProps {
4433
4772
  }
4434
4773
  declare function SkipToContent({ targetId, label, }: SkipToContentProps): react_jsx_runtime.JSX.Element;
4435
4774
 
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 };
4775
+ 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, EGYPT_ACCENT_MAP, EGYPT_GOVERNORATE_COORDINATES, EGYPT_GOVERNORATE_PALETTES, EGYPT_MACRO_REGIONS, EGYPT_MAP_CENTER, EG_THEME_CONFIG, 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, ID_THEME_CONFIG, INDIA_ACCENT_MAP, INDIA_MACRO_REGIONS, INDIA_MAP_CENTER, INDIA_STATE_COORDINATES, INDIA_STATE_PALETTES, INDONESIA_ACCENT_MAP, INDONESIA_MACRO_REGIONS, INDONESIA_MAP_CENTER, INDONESIA_PROVINCE_COORDINATES, INDONESIA_PROVINCE_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, KR_THEME_CONFIG, LOCALE_FLAGS, 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, NETHERLANDS_ACCENT_MAP, NETHERLANDS_MACRO_REGIONS, NETHERLANDS_MAP_CENTER, NETHERLANDS_PROVINCE_COORDINATES, NETHERLANDS_PROVINCE_PALETTES, NEW_ZEALAND_ACCENT_MAP, NEW_ZEALAND_MACRO_REGIONS, NEW_ZEALAND_MAP_CENTER, NEW_ZEALAND_REGION_COORDINATES, NEW_ZEALAND_REGION_PALETTES, NG_THEME_CONFIG, NIGERIA_ACCENT_MAP, NIGERIA_MACRO_REGIONS, NIGERIA_MAP_CENTER, NIGERIA_STATE_COORDINATES, NIGERIA_STATE_PALETTES, NL_THEME_CONFIG, NORWAY_ACCENT_MAP, NORWAY_COUNTY_COORDINATES, NORWAY_COUNTY_PALETTES, NORWAY_MACRO_REGIONS, NORWAY_MAP_CENTER, NO_THEME_CONFIG, NZ_THEME_CONFIG, 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, PHILIPPINES_ACCENT_MAP, PHILIPPINES_MACRO_REGIONS, PHILIPPINES_MAP_CENTER, PHILIPPINES_PROVINCE_COORDINATES, PHILIPPINES_PROVINCE_PALETTES, PH_THEME_CONFIG, PL_THEME_CONFIG, POLAND_ACCENT_MAP, POLAND_MACRO_REGIONS, POLAND_MAP_CENTER, POLAND_VOIVODESHIP_COORDINATES, POLAND_VOIVODESHIP_PALETTES, 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, SE_THEME_CONFIG, SOUTH_AFRICA_ACCENT_MAP, SOUTH_AFRICA_MACRO_REGIONS, SOUTH_AFRICA_MAP_CENTER, SOUTH_AFRICA_PROVINCE_COORDINATES, SOUTH_AFRICA_PROVINCE_PALETTES, SOUTH_KOREA_ACCENT_MAP, SOUTH_KOREA_MACRO_REGIONS, SOUTH_KOREA_MAP_CENTER, SOUTH_KOREA_PROVINCE_COORDINATES, SOUTH_KOREA_PROVINCE_PALETTES, SPAIN_ACCENT_MAP, SPAIN_MACRO_REGIONS, SPAIN_MAP_CENTER, SPAIN_PROVINCE_COORDINATES, SPAIN_PROVINCE_PALETTES, SWEDEN_ACCENT_MAP, SWEDEN_COUNTY_COORDINATES, SWEDEN_COUNTY_PALETTES, SWEDEN_MACRO_REGIONS, SWEDEN_MAP_CENTER, 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, THAILAND_ACCENT_MAP, THAILAND_MACRO_REGIONS, THAILAND_MAP_CENTER, THAILAND_PROVINCE_COORDINATES, THAILAND_PROVINCE_PALETTES, TH_THEME_CONFIG, TR_THEME_CONFIG, TURKEY_ACCENT_MAP, TURKEY_MACRO_REGIONS, TURKEY_MAP_CENTER, TURKEY_PROVINCE_COORDINATES, TURKEY_PROVINCE_PALETTES, 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, getEgyptAccent, getEgyptColors, getEgyptFlagUrl, getEgyptGradient, getEgyptHexColor, getEgyptPalette, getFranceAccent, getFranceColors, getFranceFlagUrl, getFranceGradient, getFranceHexColor, getFrancePalette, getGermanyAccent, getGermanyColors, getGermanyFlagUrl, getGermanyGradient, getGermanyHexColor, getGermanyPalette, getIndiaAccent, getIndiaColors, getIndiaFlagUrl, getIndiaGradient, getIndiaHexColor, getIndiaPalette, getIndonesiaAccent, getIndonesiaColors, getIndonesiaFlagUrl, getIndonesiaGradient, getIndonesiaHexColor, getIndonesiaPalette, getItalyAccent, getItalyColors, getItalyFlagUrl, getItalyGradient, getItalyHexColor, getItalyPalette, getJapanAccent, getJapanColors, getJapanFlagUrl, getJapanGradient, getJapanHexColor, getJapanPalette, getMexicoAccent, getMexicoColors, getMexicoFlagUrl, getMexicoGradient, getMexicoHexColor, getMexicoPalette, getNetherlandsAccent, getNetherlandsColors, getNetherlandsFlagUrl, getNetherlandsGradient, getNetherlandsHexColor, getNetherlandsPalette, getNewZealandAccent, getNewZealandColors, getNewZealandFlagUrl, getNewZealandGradient, getNewZealandHexColor, getNewZealandPalette, getNigeriaAccent, getNigeriaColors, getNigeriaFlagUrl, getNigeriaGradient, getNigeriaHexColor, getNigeriaPalette, getNorwayAccent, getNorwayColors, getNorwayFlagUrl, getNorwayGradient, getNorwayHexColor, getNorwayPalette, getPeruAccent, getPeruColors, getPeruFlagUrl, getPeruGradient, getPeruHexColor, getPeruPalette, getPhilippinesAccent, getPhilippinesColors, getPhilippinesFlagUrl, getPhilippinesGradient, getPhilippinesHexColor, getPhilippinesPalette, getPolandAccent, getPolandColors, getPolandFlagUrl, getPolandGradient, getPolandHexColor, getPolandPalette, getPortugalAccent, getPortugalColors, getPortugalFlagUrl, getPortugalGradient, getPortugalHexColor, getPortugalPalette, getSouthAfricaAccent, getSouthAfricaColors, getSouthAfricaFlagUrl, getSouthAfricaGradient, getSouthAfricaHexColor, getSouthAfricaPalette, getSouthKoreaAccent, getSouthKoreaColors, getSouthKoreaFlagUrl, getSouthKoreaGradient, getSouthKoreaHexColor, getSouthKoreaPalette, getSpainAccent, getSpainColors, getSpainFlagUrl, getSpainGradient, getSpainHexColor, getSpainPalette, getStatusColor, getSubdivisionAccent, getSubdivisionColors, getSubdivisionFlagUrl, getSubdivisionGradient, getSubdivisionHexColor, getSubdivisionPalette, getSwedenAccent, getSwedenColors, getSwedenFlagUrl, getSwedenGradient, getSwedenHexColor, getSwedenPalette, getThailandAccent, getThailandColors, getThailandFlagUrl, getThailandGradient, getThailandHexColor, getThailandPalette, getTransition, getTurkeyAccent, getTurkeyColors, getTurkeyFlagUrl, getTurkeyGradient, getTurkeyHexColor, getTurkeyPalette, getUKAccent, getUKColors, getUKFlagUrl, getUKGradient, getUKHexColor, getUKPalette, getUsAccent, getUsColors, getUsFlagUrl, getUsGradient, getUsHexColor, getUsPalette, getVariants, iosColors, isValidArgentinaProvince, isValidAustraliaState, isValidBrazilState, isValidCanadaProvince, isValidChileRegion, isValidColombiaDepartment, isValidEgyptGovernorate, isValidFranceRegion, isValidGermanyState, isValidIndiaState, isValidIndonesiaProvince, isValidItalyRegion, isValidJapanPrefecture, isValidMexicoState, isValidNetherlandsProvince, isValidNewZealandRegion, isValidNigeriaState, isValidNorwayCounty, isValidPeruDepartment, isValidPhilippinesProvince, isValidPolandVoivodeship, isValidPortugalDistrict, isValidSouthAfricaProvince, isValidSouthKoreaProvince, isValidSpainProvince, isValidSubdivision, isValidSwedenCounty, isValidThailandProvince, isValidTurkeyProvince, 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 };