dirk-cfx-react 1.1.77 → 1.1.79

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.
@@ -1034,4 +1034,11 @@ type ThemeOverrideSectionProps = {
1034
1034
  };
1035
1035
  declare function ThemeOverrideSection({ schemaKey, title, }: ThemeOverrideSectionProps): react_jsx_runtime.JSX.Element;
1036
1036
 
1037
- export { AdminPageTitle, type AdminPageTitleProps, AsyncSaveButton, BlipColorSelect, type BlipColorSelectProps, BlipDisplaySelect, type BlipDisplaySelectProps, BlipIconSelect, type BlipIconSelectProps, BorderedIcon, type BorderedIconProps, type ButtonProps, ConfigPanel, type ConfigPanelProps, ConfirmModal, type ConfirmModalProps, ControlMultiSelect, type ControlMultiSelectProps, ControlSelect, type ControlSelectProps, Counter, type FiveMControls, FiveMKeyBindInput, FloatingParticles, type FloatingParticlesProps, GroupName, type GroupNameProps, GroupRank, type GroupRankProps, GroupSelect, type GroupSelectProps, type GroupType, type GroupValue, InfoBox, type InfoBoxProps, InputContainer, type InputContainerProps, LevelBanner, LevelPanel, MissingItemsBanner, Modal, ModalContext, type ModalProps, ModalProvider, MotionFlex, MotionIcon, MotionImage, MotionText, NavBar, type NavItem, NavigationContext, NavigationProvider, type NavigationStore, type ParticleState, PositionPicker, type PositionPickerProps, type ProgressProps, type Prompt, type PromptButton, PromptModal, type SegmentProps, SegmentedControl, type SegmentedControlProps, SegmentedProgress, SelectItem, type SelectItemProps, type StoreModalProps, TestBed, type TestBedItem, type TestBedPlacement, type TestBedProps, ThemeOverrideSection, type ThemeOverrideSectionProps, type ThemeOverrideValue, Title, type TitleProps, type TitleSize, Vector4DeleteButton, Vector4Display, type Vector4Value, WorldPositionGotoButton, WorldPositionSetButton, useMissingItemsAudit, useModal, useModalActions, useNavigation, useNavigationStore };
1037
+ type AnimPostFxSelectProps = Omit<SelectProps, "data" | "value" | "onChange"> & {
1038
+ /** Current effect name. Empty string = no effect selected. */
1039
+ value: string;
1040
+ onChange: (name: string) => void;
1041
+ };
1042
+ declare function AnimPostFxSelect({ value, onChange, label, size, searchable, clearable, ...rest }: AnimPostFxSelectProps): react_jsx_runtime.JSX.Element;
1043
+
1044
+ export { AdminPageTitle, type AdminPageTitleProps, AnimPostFxSelect, type AnimPostFxSelectProps, AsyncSaveButton, BlipColorSelect, type BlipColorSelectProps, BlipDisplaySelect, type BlipDisplaySelectProps, BlipIconSelect, type BlipIconSelectProps, BorderedIcon, type BorderedIconProps, type ButtonProps, ConfigPanel, type ConfigPanelProps, ConfirmModal, type ConfirmModalProps, ControlMultiSelect, type ControlMultiSelectProps, ControlSelect, type ControlSelectProps, Counter, type FiveMControls, FiveMKeyBindInput, FloatingParticles, type FloatingParticlesProps, GroupName, type GroupNameProps, GroupRank, type GroupRankProps, GroupSelect, type GroupSelectProps, type GroupType, type GroupValue, InfoBox, type InfoBoxProps, InputContainer, type InputContainerProps, LevelBanner, LevelPanel, MissingItemsBanner, Modal, ModalContext, type ModalProps, ModalProvider, MotionFlex, MotionIcon, MotionImage, MotionText, NavBar, type NavItem, NavigationContext, NavigationProvider, type NavigationStore, type ParticleState, PositionPicker, type PositionPickerProps, type ProgressProps, type Prompt, type PromptButton, PromptModal, type SegmentProps, SegmentedControl, type SegmentedControlProps, SegmentedProgress, SelectItem, type SelectItemProps, type StoreModalProps, TestBed, type TestBedItem, type TestBedPlacement, type TestBedProps, ThemeOverrideSection, type ThemeOverrideSectionProps, type ThemeOverrideValue, Title, type TitleProps, type TitleSize, Vector4DeleteButton, Vector4Display, type Vector4Value, WorldPositionGotoButton, WorldPositionSetButton, useMissingItemsAudit, useModal, useModalActions, useNavigation, useNavigationStore };
@@ -1034,4 +1034,11 @@ type ThemeOverrideSectionProps = {
1034
1034
  };
1035
1035
  declare function ThemeOverrideSection({ schemaKey, title, }: ThemeOverrideSectionProps): react_jsx_runtime.JSX.Element;
1036
1036
 
1037
- export { AdminPageTitle, type AdminPageTitleProps, AsyncSaveButton, BlipColorSelect, type BlipColorSelectProps, BlipDisplaySelect, type BlipDisplaySelectProps, BlipIconSelect, type BlipIconSelectProps, BorderedIcon, type BorderedIconProps, type ButtonProps, ConfigPanel, type ConfigPanelProps, ConfirmModal, type ConfirmModalProps, ControlMultiSelect, type ControlMultiSelectProps, ControlSelect, type ControlSelectProps, Counter, type FiveMControls, FiveMKeyBindInput, FloatingParticles, type FloatingParticlesProps, GroupName, type GroupNameProps, GroupRank, type GroupRankProps, GroupSelect, type GroupSelectProps, type GroupType, type GroupValue, InfoBox, type InfoBoxProps, InputContainer, type InputContainerProps, LevelBanner, LevelPanel, MissingItemsBanner, Modal, ModalContext, type ModalProps, ModalProvider, MotionFlex, MotionIcon, MotionImage, MotionText, NavBar, type NavItem, NavigationContext, NavigationProvider, type NavigationStore, type ParticleState, PositionPicker, type PositionPickerProps, type ProgressProps, type Prompt, type PromptButton, PromptModal, type SegmentProps, SegmentedControl, type SegmentedControlProps, SegmentedProgress, SelectItem, type SelectItemProps, type StoreModalProps, TestBed, type TestBedItem, type TestBedPlacement, type TestBedProps, ThemeOverrideSection, type ThemeOverrideSectionProps, type ThemeOverrideValue, Title, type TitleProps, type TitleSize, Vector4DeleteButton, Vector4Display, type Vector4Value, WorldPositionGotoButton, WorldPositionSetButton, useMissingItemsAudit, useModal, useModalActions, useNavigation, useNavigationStore };
1037
+ type AnimPostFxSelectProps = Omit<SelectProps, "data" | "value" | "onChange"> & {
1038
+ /** Current effect name. Empty string = no effect selected. */
1039
+ value: string;
1040
+ onChange: (name: string) => void;
1041
+ };
1042
+ declare function AnimPostFxSelect({ value, onChange, label, size, searchable, clearable, ...rest }: AnimPostFxSelectProps): react_jsx_runtime.JSX.Element;
1043
+
1044
+ export { AdminPageTitle, type AdminPageTitleProps, AnimPostFxSelect, type AnimPostFxSelectProps, AsyncSaveButton, BlipColorSelect, type BlipColorSelectProps, BlipDisplaySelect, type BlipDisplaySelectProps, BlipIconSelect, type BlipIconSelectProps, BorderedIcon, type BorderedIconProps, type ButtonProps, ConfigPanel, type ConfigPanelProps, ConfirmModal, type ConfirmModalProps, ControlMultiSelect, type ControlMultiSelectProps, ControlSelect, type ControlSelectProps, Counter, type FiveMControls, FiveMKeyBindInput, FloatingParticles, type FloatingParticlesProps, GroupName, type GroupNameProps, GroupRank, type GroupRankProps, GroupSelect, type GroupSelectProps, type GroupType, type GroupValue, InfoBox, type InfoBoxProps, InputContainer, type InputContainerProps, LevelBanner, LevelPanel, MissingItemsBanner, Modal, ModalContext, type ModalProps, ModalProvider, MotionFlex, MotionIcon, MotionImage, MotionText, NavBar, type NavItem, NavigationContext, NavigationProvider, type NavigationStore, type ParticleState, PositionPicker, type PositionPickerProps, type ProgressProps, type Prompt, type PromptButton, PromptModal, type SegmentProps, SegmentedControl, type SegmentedControlProps, SegmentedProgress, SelectItem, type SelectItemProps, type StoreModalProps, TestBed, type TestBedItem, type TestBedPlacement, type TestBedProps, ThemeOverrideSection, type ThemeOverrideSectionProps, type ThemeOverrideValue, Title, type TitleProps, type TitleSize, Vector4DeleteButton, Vector4Display, type Vector4Value, WorldPositionGotoButton, WorldPositionSetButton, useMissingItemsAudit, useModal, useModalActions, useNavigation, useNavigationStore };
@@ -5567,6 +5567,246 @@ function SwatchTile({
5567
5567
  ] });
5568
5568
  }
5569
5569
 
5570
- export { AdminPageTitle, AsyncSaveButton, BlipColorSelect, BlipDisplaySelect, BlipIconSelect, BorderedIcon, ConfigPanel, ConfirmModal, ControlMultiSelect, ControlSelect, Counter, FiveMKeyBindInput, FloatingParticles, GroupName, GroupRank, GroupSelect, InfoBox, InputContainer, LevelBanner, LevelPanel, MissingItemsBanner, Modal, ModalContext, ModalProvider, MotionFlex, MotionIcon, MotionImage, MotionText, NavBar, NavigationContext, NavigationProvider, PositionPicker, PromptModal, SegmentedControl, SegmentedProgress, SelectItem, TestBed, ThemeOverrideSection, Title, Vector4DeleteButton, Vector4Display, WorldPositionGotoButton, WorldPositionSetButton, useMissingItemsAudit, useModal, useModalActions, useNavigation, useNavigationStore };
5570
+ // src/utils/gtaAnimPostFx.ts
5571
+ var GTA_ANIM_POST_FX_GROUP_ORDER = [
5572
+ "Wake Up / Sleep",
5573
+ "Character Switch",
5574
+ "Cinematic Push-In",
5575
+ "Death / Fail",
5576
+ "Heist",
5577
+ "Minigame",
5578
+ "Drug / Trip",
5579
+ "Color Filter / Tint",
5580
+ "Multiplayer",
5581
+ "Misc"
5582
+ ];
5583
+ var GTA_ANIM_POST_FX = [
5584
+ // ── Wake Up / Sleep (community-known; not in altV docs) ────────────────────
5585
+ { name: "ULP_PlayerWakeUp", label: "Player Wake Up", group: "Wake Up / Sleep" },
5586
+ { name: "MinigameEndNeutral", label: "Minigame End \u2014 Neutral", group: "Wake Up / Sleep" },
5587
+ { name: "MinigameEndFranklin", label: "Minigame End \u2014 Franklin", group: "Wake Up / Sleep" },
5588
+ { name: "MinigameEndMichael", label: "Minigame End \u2014 Michael", group: "Wake Up / Sleep" },
5589
+ { name: "MinigameEndTrevor", label: "Minigame End \u2014 Trevor", group: "Wake Up / Sleep" },
5590
+ // ── Character Switch (Franklin / Michael / Trevor / Neutral variants) ─────
5591
+ { name: "SwitchHUDIn", group: "Character Switch" },
5592
+ { name: "SwitchHUDOut", group: "Character Switch" },
5593
+ { name: "SwitchHUDFranklinIn", group: "Character Switch" },
5594
+ { name: "SwitchHUDFranklinOut", group: "Character Switch" },
5595
+ { name: "SwitchHUDMichaelIn", group: "Character Switch" },
5596
+ { name: "SwitchHUDMichaelOut", group: "Character Switch" },
5597
+ { name: "SwitchHUDTrevorIn", group: "Character Switch" },
5598
+ { name: "SwitchHUDTrevorOut", group: "Character Switch" },
5599
+ { name: "SwitchOpenFranklin", group: "Character Switch" },
5600
+ { name: "SwitchOpenFranklinIn", group: "Character Switch" },
5601
+ { name: "SwitchOpenFranklinOut", group: "Character Switch" },
5602
+ { name: "SwitchOpenMichaelIn", group: "Character Switch" },
5603
+ { name: "SwitchOpenMichaelMid", group: "Character Switch" },
5604
+ { name: "SwitchOpenMichaelOut", group: "Character Switch" },
5605
+ { name: "SwitchOpenTrevorIn", group: "Character Switch" },
5606
+ { name: "SwitchOpenTrevorOut", group: "Character Switch" },
5607
+ { name: "SwitchOpenNeutralFIB5", group: "Character Switch" },
5608
+ { name: "SwitchOpenNeutralOutHeist", group: "Character Switch" },
5609
+ { name: "SwitchSceneFranklin", group: "Character Switch" },
5610
+ { name: "SwitchSceneMichael", group: "Character Switch" },
5611
+ { name: "SwitchSceneNeutral", group: "Character Switch" },
5612
+ { name: "SwitchSceneTrevor", group: "Character Switch" },
5613
+ { name: "SwitchShortFranklinIn", group: "Character Switch" },
5614
+ { name: "SwitchShortFranklinMid", group: "Character Switch" },
5615
+ { name: "SwitchShortMichaelIn", group: "Character Switch" },
5616
+ { name: "SwitchShortMichaelMid", group: "Character Switch" },
5617
+ { name: "SwitchShortNeutralIn", group: "Character Switch" },
5618
+ { name: "SwitchShortNeutralMid", group: "Character Switch" },
5619
+ { name: "SwitchShortTrevorIn", group: "Character Switch" },
5620
+ { name: "SwitchShortTrevorMid", group: "Character Switch" },
5621
+ { name: "switch_cam_1", group: "Character Switch" },
5622
+ { name: "switch_cam_2", group: "Character Switch" },
5623
+ // ── Cinematic Push-In (slow zoom intro to a character) ────────────────────
5624
+ { name: "CamPushInFranklin", group: "Cinematic Push-In" },
5625
+ { name: "CamPushInMichael", group: "Cinematic Push-In" },
5626
+ { name: "CamPushInTrevor", group: "Cinematic Push-In" },
5627
+ { name: "CamPushInNeutral", group: "Cinematic Push-In" },
5628
+ { name: "BeastIntroScene", label: "Beast Intro", group: "Cinematic Push-In" },
5629
+ { name: "BeastLaunch", group: "Cinematic Push-In" },
5630
+ { name: "BeastTransition", group: "Cinematic Push-In" },
5631
+ // ── Death / Fail (red tint, slow-mo blur) ─────────────────────────────────
5632
+ { name: "DeathFailNeutralIn", group: "Death / Fail" },
5633
+ { name: "DeathFailFranklinIn", group: "Death / Fail" },
5634
+ { name: "DeathFailMichaelIn", group: "Death / Fail" },
5635
+ { name: "DeathFailTrevorIn", group: "Death / Fail" },
5636
+ { name: "DeathFailMPIn", label: "Death Fail \u2014 MP", group: "Death / Fail" },
5637
+ { name: "DeathFailMPDark", label: "Death Fail \u2014 MP Dark", group: "Death / Fail" },
5638
+ { name: "DeathFailOut", group: "Death / Fail" },
5639
+ { name: "Rampage", group: "Death / Fail" },
5640
+ { name: "RampageOut", group: "Death / Fail" },
5641
+ // ── Heist (celebration / locate / pass) ───────────────────────────────────
5642
+ { name: "HeistCelebEnd", group: "Heist" },
5643
+ { name: "HeistCelebPass", group: "Heist" },
5644
+ { name: "HeistCelebPassBW", label: "Heist Celeb Pass (B/W)", group: "Heist" },
5645
+ { name: "HeistCelebToast", group: "Heist" },
5646
+ { name: "HeistLocate", group: "Heist" },
5647
+ { name: "HeistTripSkipFade", group: "Heist" },
5648
+ // ── Minigame / Menu ───────────────────────────────────────────────────────
5649
+ { name: "MenuMGIn", group: "Minigame" },
5650
+ { name: "MenuMGHeistIn", group: "Minigame" },
5651
+ { name: "MenuMGHeistIntro", group: "Minigame" },
5652
+ { name: "MenuMGHeistOut", group: "Minigame" },
5653
+ { name: "MenuMGHeistTint", group: "Minigame" },
5654
+ { name: "MenuMGSelectionIn", group: "Minigame" },
5655
+ { name: "MenuMGSelectionTint", group: "Minigame" },
5656
+ { name: "MenuMGTournamentIn", group: "Minigame" },
5657
+ { name: "MenuMGTournamentTint", group: "Minigame" },
5658
+ { name: "MinigameTransitionIn", group: "Minigame" },
5659
+ { name: "MinigameTransitionOut", group: "Minigame" },
5660
+ // ── Drug / Trip (psychedelic, blur, distortion) ───────────────────────────
5661
+ { name: "DMT_flight", group: "Drug / Trip" },
5662
+ { name: "DMT_flight_intro", group: "Drug / Trip" },
5663
+ { name: "PeyoteIn", group: "Drug / Trip" },
5664
+ { name: "PeyoteOut", group: "Drug / Trip" },
5665
+ { name: "PeyoteEndIn", group: "Drug / Trip" },
5666
+ { name: "PeyoteEndOut", group: "Drug / Trip" },
5667
+ { name: "DrugsDrivingIn", group: "Drug / Trip" },
5668
+ { name: "DrugsDrivingOut", group: "Drug / Trip" },
5669
+ { name: "DrugsMichaelAliensFight", group: "Drug / Trip" },
5670
+ { name: "DrugsMichaelAliensFightIn", group: "Drug / Trip" },
5671
+ { name: "DrugsMichaelAliensFightOut", group: "Drug / Trip" },
5672
+ { name: "DrugsTrevorClownsFight", group: "Drug / Trip" },
5673
+ { name: "DrugsTrevorClownsFightIn", group: "Drug / Trip" },
5674
+ { name: "DrugsTrevorClownsFightOut", group: "Drug / Trip" },
5675
+ { name: "ChopVision", label: "Chop Vision (dog)", group: "Drug / Trip" },
5676
+ // ── Color Filter / Tint (one-off and biker formation filters) ─────────────
5677
+ { name: "PPFilter", group: "Color Filter / Tint" },
5678
+ { name: "PPFilterOut", group: "Color Filter / Tint" },
5679
+ { name: "PPGreen", group: "Color Filter / Tint" },
5680
+ { name: "PPGreenOut", group: "Color Filter / Tint" },
5681
+ { name: "PPOrange", group: "Color Filter / Tint" },
5682
+ { name: "PPOrangeOut", group: "Color Filter / Tint" },
5683
+ { name: "PPPink", group: "Color Filter / Tint" },
5684
+ { name: "PPPinkOut", group: "Color Filter / Tint" },
5685
+ { name: "PPPurple", group: "Color Filter / Tint" },
5686
+ { name: "PPPurpleOut", group: "Color Filter / Tint" },
5687
+ { name: "BikerFilter", group: "Color Filter / Tint" },
5688
+ { name: "BikerFilterOut", group: "Color Filter / Tint" },
5689
+ { name: "BikerFormation", group: "Color Filter / Tint" },
5690
+ { name: "BikerFormationOut", group: "Color Filter / Tint" },
5691
+ { name: "InchOrange", group: "Color Filter / Tint" },
5692
+ { name: "InchOrangeOut", group: "Color Filter / Tint" },
5693
+ { name: "InchPurple", group: "Color Filter / Tint" },
5694
+ { name: "InchPurpleOut", group: "Color Filter / Tint" },
5695
+ { name: "InchPickup", group: "Color Filter / Tint" },
5696
+ { name: "InchPickupOut", group: "Color Filter / Tint" },
5697
+ { name: "TinyRacerGreen", group: "Color Filter / Tint" },
5698
+ { name: "TinyRacerGreenOut", group: "Color Filter / Tint" },
5699
+ { name: "TinyRacerPink", group: "Color Filter / Tint" },
5700
+ { name: "TinyRacerPinkOut", group: "Color Filter / Tint" },
5701
+ { name: "TinyRacerIntroCam", group: "Color Filter / Tint" },
5702
+ { name: "DeadlineNeon", group: "Color Filter / Tint" },
5703
+ // ── Multiplayer (celeb, killstreak, race, etc.) ───────────────────────────
5704
+ { name: "MP_Celeb_Win", group: "Multiplayer" },
5705
+ { name: "MP_Celeb_Win_Out", group: "Multiplayer" },
5706
+ { name: "MP_Celeb_Lose", group: "Multiplayer" },
5707
+ { name: "MP_Celeb_Lose_Out", group: "Multiplayer" },
5708
+ { name: "MP_Celeb_Preload", group: "Multiplayer" },
5709
+ { name: "MP_Celeb_Preload_Fade", group: "Multiplayer" },
5710
+ { name: "MP_Bull_tost", group: "Multiplayer" },
5711
+ { name: "MP_Bull_tost_Out", group: "Multiplayer" },
5712
+ { name: "MP_Killstreak", group: "Multiplayer" },
5713
+ { name: "MP_Killstreak_Out", group: "Multiplayer" },
5714
+ { name: "MP_Loser_Streak_Out", group: "Multiplayer" },
5715
+ { name: "MP_OrbitalCannon", group: "Multiplayer" },
5716
+ { name: "MP_Powerplay", group: "Multiplayer" },
5717
+ { name: "MP_Powerplay_Out", group: "Multiplayer" },
5718
+ { name: "MP_SmugglerCheckpoint", group: "Multiplayer" },
5719
+ { name: "MP_TransformRaceFlash", group: "Multiplayer" },
5720
+ { name: "MP_WarpCheckpoint", group: "Multiplayer" },
5721
+ { name: "MP_corona_switch", group: "Multiplayer" },
5722
+ { name: "MP_intro_logo", group: "Multiplayer" },
5723
+ { name: "MP_job_load", group: "Multiplayer" },
5724
+ { name: "MP_race_crash", group: "Multiplayer" },
5725
+ // ── Misc (success notifs, special weapons, sniper / pause / explosions) ───
5726
+ { name: "SuccessFranklin", group: "Misc" },
5727
+ { name: "SuccessMichael", group: "Misc" },
5728
+ { name: "SuccessNeutral", group: "Misc" },
5729
+ { name: "SuccessTrevor", group: "Misc" },
5730
+ { name: "FocusIn", group: "Misc" },
5731
+ { name: "FocusOut", group: "Misc" },
5732
+ { name: "CrossLine", group: "Misc" },
5733
+ { name: "CrossLineOut", group: "Misc" },
5734
+ { name: "SniperOverlay", group: "Misc" },
5735
+ { name: "ExplosionJosh3", group: "Misc" },
5736
+ { name: "WeaponUpgrade", group: "Misc" },
5737
+ { name: "Dont_tazeme_bro", label: "Don't Taze Me Bro", group: "Misc" },
5738
+ { name: "LostTimeDay", group: "Misc" },
5739
+ { name: "LostTimeNight", group: "Misc" },
5740
+ { name: "PauseMenuOut", group: "Misc" },
5741
+ { name: "pennedIn", group: "Misc" },
5742
+ { name: "PennedInOut", group: "Misc" },
5743
+ { name: "RaceTurbo", group: "Misc" },
5744
+ { name: "DefaultFlash", group: "Misc" }
5745
+ ];
5746
+ function formatGtaAnimPostFx(name) {
5747
+ const entry = GTA_ANIM_POST_FX.find((fx) => fx.name === name);
5748
+ return entry?.label ?? name;
5749
+ }
5750
+ function buildGroupedData2(extraNames = []) {
5751
+ const groups = /* @__PURE__ */ new Map();
5752
+ const seen = /* @__PURE__ */ new Set();
5753
+ for (const fx of GTA_ANIM_POST_FX) {
5754
+ if (seen.has(fx.name)) continue;
5755
+ seen.add(fx.name);
5756
+ if (!groups.has(fx.group)) groups.set(fx.group, []);
5757
+ groups.get(fx.group).push(fx);
5758
+ }
5759
+ const data = GTA_ANIM_POST_FX_GROUP_ORDER.flatMap((g) => {
5760
+ const items = groups.get(g);
5761
+ if (!items || items.length === 0) return [];
5762
+ return [
5763
+ {
5764
+ group: g,
5765
+ items: items.map((fx) => ({
5766
+ value: fx.name,
5767
+ label: formatGtaAnimPostFx(fx.name)
5768
+ }))
5769
+ }
5770
+ ];
5771
+ });
5772
+ const knownNames = new Set(GTA_ANIM_POST_FX.map((fx) => fx.name));
5773
+ const customs = extraNames.filter((n) => n && !knownNames.has(n));
5774
+ if (customs.length > 0) {
5775
+ data.push({
5776
+ group: "Custom",
5777
+ items: customs.map((n) => ({ value: n, label: n }))
5778
+ });
5779
+ }
5780
+ return data;
5781
+ }
5782
+ function AnimPostFxSelect({
5783
+ value,
5784
+ onChange,
5785
+ label = "Screen FX",
5786
+ size = "xs",
5787
+ searchable = true,
5788
+ clearable = true,
5789
+ ...rest
5790
+ }) {
5791
+ const data = buildGroupedData2([value]);
5792
+ return /* @__PURE__ */ jsx(
5793
+ Select,
5794
+ {
5795
+ label,
5796
+ size,
5797
+ searchable,
5798
+ clearable,
5799
+ maxDropdownHeight: 320,
5800
+ nothingFoundMessage: "No matching effects",
5801
+ placeholder: "Pick an effect...",
5802
+ ...rest,
5803
+ data,
5804
+ value: value || null,
5805
+ onChange: (v) => onChange(v ?? "")
5806
+ }
5807
+ );
5808
+ }
5809
+
5810
+ export { AdminPageTitle, AnimPostFxSelect, AsyncSaveButton, BlipColorSelect, BlipDisplaySelect, BlipIconSelect, BorderedIcon, ConfigPanel, ConfirmModal, ControlMultiSelect, ControlSelect, Counter, FiveMKeyBindInput, FloatingParticles, GroupName, GroupRank, GroupSelect, InfoBox, InputContainer, LevelBanner, LevelPanel, MissingItemsBanner, Modal, ModalContext, ModalProvider, MotionFlex, MotionIcon, MotionImage, MotionText, NavBar, NavigationContext, NavigationProvider, PositionPicker, PromptModal, SegmentedControl, SegmentedProgress, SelectItem, TestBed, ThemeOverrideSection, Title, Vector4DeleteButton, Vector4Display, WorldPositionGotoButton, WorldPositionSetButton, useMissingItemsAudit, useModal, useModalActions, useNavigation, useNavigationStore };
5571
5811
  //# sourceMappingURL=index.js.map
5572
5812
  //# sourceMappingURL=index.js.map