@freik/pedroviz 0.1.0 → 0.1.2

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.
@@ -35363,60 +35363,8 @@ var Divider = /* @__PURE__ */ React81.forwardRef((props, ref) => {
35363
35363
  return renderDivider_unstable(state);
35364
35364
  });
35365
35365
  Divider.displayName = "Divider";
35366
- // node_modules/@fluentui/react-menu/lib/contexts/menuContext.js
35367
- "use client";
35368
- var MenuContext = createContext17(undefined);
35369
- var menuContextDefaultValue = {
35370
- open: false,
35371
- setOpen: () => false,
35372
- checkedValues: {},
35373
- onCheckedValueChange: () => null,
35374
- isSubmenu: false,
35375
- triggerRef: {
35376
- current: null
35377
- },
35378
- menuPopoverRef: {
35379
- current: null
35380
- },
35381
- mountNode: null,
35382
- triggerId: "",
35383
- openOnContext: false,
35384
- openOnHover: false,
35385
- hasIcons: false,
35386
- hasCheckmarks: false,
35387
- inline: false,
35388
- persistOnItemClick: false
35389
- };
35390
- var MenuProvider = MenuContext.Provider;
35391
- var useMenuContext_unstable = (selector) => useContextSelector(MenuContext, (ctx = menuContextDefaultValue) => selector(ctx));
35392
-
35393
- // node_modules/@fluentui/react-menu/lib/contexts/menuTriggerContext.js
35394
- var React82 = __toESM(require_react(), 1);
35395
- "use client";
35396
- var MenuTriggerContext = React82.createContext(undefined);
35397
- var menuTriggerContextDefaultValue = false;
35398
- var MenuTriggerContextProvider = MenuTriggerContext.Provider;
35399
- var useMenuTriggerContext_unstable = () => {
35400
- var _React_useContext;
35401
- return (_React_useContext = React82.useContext(MenuTriggerContext)) !== null && _React_useContext !== undefined ? _React_useContext : menuTriggerContextDefaultValue;
35402
- };
35403
-
35404
- // node_modules/@fluentui/react-menu/lib/contexts/menuListContext.js
35405
- "use client";
35406
- var MenuListContext = createContext17(undefined);
35407
- var menuListContextDefaultValue = {
35408
- checkedValues: {},
35409
- setFocusByFirstCharacter: () => null,
35410
- toggleCheckbox: () => null,
35411
- selectRadio: () => null,
35412
- hasIcons: false,
35413
- hasCheckmarks: false
35414
- };
35415
- var MenuListProvider = MenuListContext.Provider;
35416
- var useMenuListContext_unstable = (selector) => useContextSelector(MenuListContext, (ctx = menuListContextDefaultValue) => selector(ctx));
35417
-
35418
35366
  // node_modules/@fluentui/react-menu/lib/components/Menu/useMenu.js
35419
- var React100 = __toESM(require_react(), 1);
35367
+ var React99 = __toESM(require_react(), 1);
35420
35368
 
35421
35369
  // node_modules/@fluentui/react-motion/lib/motions/motionTokens.js
35422
35370
  var durations3 = {
@@ -35445,16 +35393,16 @@ var motionTokens = {
35445
35393
  ...curves3
35446
35394
  };
35447
35395
  // node_modules/@fluentui/react-motion/lib/factories/createPresenceComponent.js
35448
- var React91 = __toESM(require_react(), 1);
35396
+ var React90 = __toESM(require_react(), 1);
35449
35397
 
35450
35398
  // node_modules/@fluentui/react-motion/lib/contexts/PresenceGroupChildContext.js
35451
- var React83 = __toESM(require_react(), 1);
35399
+ var React82 = __toESM(require_react(), 1);
35452
35400
  "use client";
35453
- var PresenceGroupChildContext = React83.createContext(undefined);
35401
+ var PresenceGroupChildContext = React82.createContext(undefined);
35454
35402
  var PresenceGroupChildProvider = PresenceGroupChildContext.Provider;
35455
35403
 
35456
35404
  // node_modules/@fluentui/react-motion/lib/hooks/useAnimateAtoms.js
35457
- var React84 = __toESM(require_react(), 1);
35405
+ var React83 = __toESM(require_react(), 1);
35458
35406
 
35459
35407
  // node_modules/@fluentui/react-motion/lib/utils/isAnimationRunning.js
35460
35408
  function isAnimationRunning(animation) {
@@ -35538,7 +35486,7 @@ function createHandle(animations) {
35538
35486
  function useAnimateAtomsInSupportedEnvironment() {
35539
35487
  var _window_Animation;
35540
35488
  const SUPPORTS_PERSIST = typeof window !== "undefined" && typeof ((_window_Animation = window.Animation) === null || _window_Animation === undefined ? undefined : _window_Animation.prototype.persist) === "function";
35541
- return React84.useCallback((element, value, options) => {
35489
+ return React83.useCallback((element, value, options) => {
35542
35490
  const atoms = Array.isArray(value) ? value : [
35543
35491
  value
35544
35492
  ];
@@ -35577,11 +35525,11 @@ function useAnimateAtoms() {
35577
35525
  }
35578
35526
 
35579
35527
  // node_modules/@fluentui/react-motion/lib/hooks/useMotionImperativeRef.js
35580
- var React85 = __toESM(require_react(), 1);
35528
+ var React84 = __toESM(require_react(), 1);
35581
35529
  "use client";
35582
35530
  function useMotionImperativeRef(imperativeRef) {
35583
- const animationRef = React85.useRef(undefined);
35584
- React85.useImperativeHandle(imperativeRef, () => ({
35531
+ const animationRef = React84.useRef(undefined);
35532
+ React84.useImperativeHandle(imperativeRef, () => ({
35585
35533
  setPlayState: (state) => {
35586
35534
  if (state === "running") {
35587
35535
  var _animationRef_current;
@@ -35602,12 +35550,12 @@ function useMotionImperativeRef(imperativeRef) {
35602
35550
  }
35603
35551
 
35604
35552
  // node_modules/@fluentui/react-motion/lib/hooks/useMountedState.js
35605
- var React86 = __toESM(require_react(), 1);
35553
+ var React85 = __toESM(require_react(), 1);
35606
35554
  "use client";
35607
35555
  function useMountedState(visible = false, unmountOnExit = false) {
35608
- const mountedRef = React86.useRef(unmountOnExit ? visible : true);
35556
+ const mountedRef = React85.useRef(unmountOnExit ? visible : true);
35609
35557
  const forceUpdate = useForceUpdate();
35610
- const setMounted = React86.useCallback((newValue) => {
35558
+ const setMounted = React85.useCallback((newValue) => {
35611
35559
  if (mountedRef.current !== newValue) {
35612
35560
  mountedRef.current = newValue;
35613
35561
  forceUpdate();
@@ -35615,7 +35563,7 @@ function useMountedState(visible = false, unmountOnExit = false) {
35615
35563
  }, [
35616
35564
  forceUpdate
35617
35565
  ]);
35618
- React86.useEffect(() => {
35566
+ React85.useEffect(() => {
35619
35567
  if (visible) {
35620
35568
  mountedRef.current = visible;
35621
35569
  }
@@ -35627,15 +35575,15 @@ function useMountedState(visible = false, unmountOnExit = false) {
35627
35575
  }
35628
35576
 
35629
35577
  // node_modules/@fluentui/react-motion/lib/hooks/useIsReducedMotion.js
35630
- var React87 = __toESM(require_react(), 1);
35578
+ var React86 = __toESM(require_react(), 1);
35631
35579
  "use client";
35632
35580
  var REDUCED_MEDIA_QUERY = "screen and (prefers-reduced-motion: reduce)";
35633
35581
  function useIsReducedMotion() {
35634
35582
  const { targetDocument } = useFluent();
35635
35583
  var _targetDocument_defaultView;
35636
35584
  const targetWindow = (_targetDocument_defaultView = targetDocument === null || targetDocument === undefined ? undefined : targetDocument.defaultView) !== null && _targetDocument_defaultView !== undefined ? _targetDocument_defaultView : null;
35637
- const queryValue = React87.useRef(false);
35638
- const isEnabled = React87.useCallback(() => queryValue.current, []);
35585
+ const queryValue = React86.useRef(false);
35586
+ const isEnabled = React86.useCallback(() => queryValue.current, []);
35639
35587
  useIsomorphicLayoutEffect(() => {
35640
35588
  if (targetWindow === null || typeof targetWindow.matchMedia !== "function") {
35641
35589
  return;
@@ -35658,7 +35606,7 @@ function useIsReducedMotion() {
35658
35606
  }
35659
35607
 
35660
35608
  // node_modules/@fluentui/react-motion/lib/utils/useChildElement.js
35661
- var React88 = __toESM(require_react(), 1);
35609
+ var React87 = __toESM(require_react(), 1);
35662
35610
  "use client";
35663
35611
  var CHILD_ERROR_MESSAGE = [
35664
35612
  "@fluentui/react-motion: Invalid child element.",
@@ -35668,8 +35616,8 @@ var CHILD_ERROR_MESSAGE = [
35668
35616
  "That element element should support ref forwarding i.e. it should be either an intrinsic element (e.g. div) or a component that uses React.forwardRef()."
35669
35617
  ].join("");
35670
35618
  function useChildElement(children, mounted = true) {
35671
- const childRef = React88.useRef(null);
35672
- React88.useEffect(() => {
35619
+ const childRef = React87.useRef(null);
35620
+ React87.useEffect(() => {
35673
35621
  if (true) {
35674
35622
  if (mounted && !childRef.current) {
35675
35623
  console.error(CHILD_ERROR_MESSAGE);
@@ -35679,10 +35627,10 @@ function useChildElement(children, mounted = true) {
35679
35627
  mounted
35680
35628
  ]);
35681
35629
  try {
35682
- const child = React88.Children.only(children);
35683
- if (React88.isValidElement(child)) {
35630
+ const child = React87.Children.only(children);
35631
+ if (React87.isValidElement(child)) {
35684
35632
  return [
35685
- React88.cloneElement(child, {
35633
+ React87.cloneElement(child, {
35686
35634
  ref: useMergedRefs(childRef, getReactElementRef(child))
35687
35635
  }),
35688
35636
  childRef
@@ -35693,17 +35641,17 @@ function useChildElement(children, mounted = true) {
35693
35641
  }
35694
35642
 
35695
35643
  // node_modules/@fluentui/react-motion/lib/contexts/MotionBehaviourContext.js
35696
- var React89 = __toESM(require_react(), 1);
35644
+ var React88 = __toESM(require_react(), 1);
35697
35645
  "use client";
35698
- var MotionBehaviourContext = React89.createContext(undefined);
35646
+ var MotionBehaviourContext = React88.createContext(undefined);
35699
35647
  var MotionBehaviourProvider = MotionBehaviourContext.Provider;
35700
35648
  var useMotionBehaviourContext = () => {
35701
35649
  var _React_useContext;
35702
- return (_React_useContext = React89.useContext(MotionBehaviourContext)) !== null && _React_useContext !== undefined ? _React_useContext : "default";
35650
+ return (_React_useContext = React88.useContext(MotionBehaviourContext)) !== null && _React_useContext !== undefined ? _React_useContext : "default";
35703
35651
  };
35704
35652
 
35705
35653
  // node_modules/@fluentui/react-motion/lib/factories/createMotionComponent.js
35706
- var React90 = __toESM(require_react(), 1);
35654
+ var React89 = __toESM(require_react(), 1);
35707
35655
  "use client";
35708
35656
  var MOTION_DEFINITION = Symbol("MOTION_DEFINITION");
35709
35657
  function createMotionComponent(value) {
@@ -35712,9 +35660,9 @@ function createMotionComponent(value) {
35712
35660
  const params = _rest;
35713
35661
  const [child, childRef] = useChildElement(children);
35714
35662
  const handleRef = useMotionImperativeRef(imperativeRef);
35715
- const isInitialRender = React90.useRef(true);
35663
+ const isInitialRender = React89.useRef(true);
35716
35664
  const skipMotions = useMotionBehaviourContext() === "skip";
35717
- const optionsRef = React90.useRef({
35665
+ const optionsRef = React89.useRef({
35718
35666
  skipMotions,
35719
35667
  params
35720
35668
  });
@@ -35729,7 +35677,7 @@ function createMotionComponent(value) {
35729
35677
  const onMotionCancel = useEventCallback(() => {
35730
35678
  onMotionCancelProp === null || onMotionCancelProp === undefined || onMotionCancelProp(null);
35731
35679
  });
35732
- const activateAnimationHandle = React90.useCallback((handle) => {
35680
+ const activateAnimationHandle = React89.useCallback((handle) => {
35733
35681
  onMotionStart();
35734
35682
  handle.setMotionEndCallbacks(onMotionFinish, onMotionCancel);
35735
35683
  if (optionsRef.current.skipMotions) {
@@ -35801,7 +35749,7 @@ var PRESENCE_MOTION_DEFINITION = Symbol("PRESENCE_MOTION_DEFINITION");
35801
35749
  var INTERRUPTABLE_MOTION_SYMBOL = Symbol.for("interruptablePresence");
35802
35750
  function createPresenceComponent(value) {
35803
35751
  return Object.assign((props) => {
35804
- const itemContext = React91.useContext(PresenceGroupChildContext);
35752
+ const itemContext = React90.useContext(PresenceGroupChildContext);
35805
35753
  const merged = {
35806
35754
  ...itemContext,
35807
35755
  ...props
@@ -35812,7 +35760,7 @@ function createPresenceComponent(value) {
35812
35760
  const [mounted, setMounted] = useMountedState(visible, unmountOnExit);
35813
35761
  const [child, childRef] = useChildElement(children, mounted);
35814
35762
  const handleRef = useMotionImperativeRef(imperativeRef);
35815
- const optionsRef = React91.useRef({
35763
+ const optionsRef = React90.useRef({
35816
35764
  appear,
35817
35765
  params,
35818
35766
  skipMotions
@@ -35904,7 +35852,7 @@ function createPresenceComponent(value) {
35904
35852
  handleMotionCancel,
35905
35853
  visible
35906
35854
  ]);
35907
- React91.useEffect(() => {
35855
+ React90.useEffect(() => {
35908
35856
  if (unmountOnExit && !mounted) {
35909
35857
  var _handleRef_current;
35910
35858
  (_handleRef_current = handleRef.current) === null || _handleRef_current === undefined || _handleRef_current.dispose();
@@ -35939,26 +35887,26 @@ function createPresenceComponentVariant(component, variantParams) {
35939
35887
  return createPresenceComponent(variantFn);
35940
35888
  }
35941
35889
  // node_modules/@fluentui/react-motion/lib/components/MotionRefForwarder.js
35942
- var React92 = __toESM(require_react(), 1);
35890
+ var React91 = __toESM(require_react(), 1);
35943
35891
  "use client";
35944
- var MotionRefForwarderContext = /* @__PURE__ */ React92.createContext(undefined);
35892
+ var MotionRefForwarderContext = /* @__PURE__ */ React91.createContext(undefined);
35945
35893
  function useMotionForwardedRef() {
35946
- return React92.useContext(MotionRefForwarderContext);
35894
+ return React91.useContext(MotionRefForwarderContext);
35947
35895
  }
35948
- var MotionRefForwarder = /* @__PURE__ */ React92.forwardRef((props, ref) => {
35949
- return /* @__PURE__ */ React92.createElement(MotionRefForwarderContext.Provider, {
35896
+ var MotionRefForwarder = /* @__PURE__ */ React91.forwardRef((props, ref) => {
35897
+ return /* @__PURE__ */ React91.createElement(MotionRefForwarderContext.Provider, {
35950
35898
  value: ref
35951
35899
  }, props.children);
35952
35900
  });
35953
35901
  MotionRefForwarder.displayName = "MotionRefForwarder";
35954
35902
  var MotionRefForwarderReset = (props) => {
35955
- return /* @__PURE__ */ React92.createElement(MotionRefForwarderContext.Provider, {
35903
+ return /* @__PURE__ */ React91.createElement(MotionRefForwarderContext.Provider, {
35956
35904
  value: undefined
35957
35905
  }, props.children);
35958
35906
  };
35959
35907
  MotionRefForwarderReset.displayName = "MotionRefForwarderReset";
35960
35908
  // node_modules/@fluentui/react-motion/lib/slots/presenceMotionSlot.js
35961
- var React93 = __toESM(require_react(), 1);
35909
+ var React92 = __toESM(require_react(), 1);
35962
35910
  function presenceMotionSlot(motion, options) {
35963
35911
  const { as, children, ...rest } = motion !== null && motion !== undefined ? motion : {};
35964
35912
  if (true) {
@@ -35968,7 +35916,7 @@ function presenceMotionSlot(motion, options) {
35968
35916
  }
35969
35917
  if (motion === null) {
35970
35918
  const isUnmounted = !options.defaultProps.visible && options.defaultProps.unmountOnExit;
35971
- const renderFn = (_, props) => isUnmounted ? null : /* @__PURE__ */ React93.createElement(React93.Fragment, null, props.children);
35919
+ const renderFn = (_, props) => isUnmounted ? null : /* @__PURE__ */ React92.createElement(React92.Fragment, null, props.children);
35972
35920
  return {
35973
35921
  [SLOT_RENDER_FUNCTION_SYMBOL]: renderFn,
35974
35922
  [SLOT_ELEMENT_TYPE_SYMBOL]: options.elementType
@@ -35984,8 +35932,35 @@ function presenceMotionSlot(motion, options) {
35984
35932
  }
35985
35933
  return propsWithMetadata;
35986
35934
  }
35935
+ // node_modules/@fluentui/react-menu/lib/contexts/menuContext.js
35936
+ "use client";
35937
+ var MenuContext = createContext17(undefined);
35938
+ var menuContextDefaultValue = {
35939
+ open: false,
35940
+ setOpen: () => false,
35941
+ checkedValues: {},
35942
+ onCheckedValueChange: () => null,
35943
+ isSubmenu: false,
35944
+ triggerRef: {
35945
+ current: null
35946
+ },
35947
+ menuPopoverRef: {
35948
+ current: null
35949
+ },
35950
+ mountNode: null,
35951
+ triggerId: "",
35952
+ openOnContext: false,
35953
+ openOnHover: false,
35954
+ hasIcons: false,
35955
+ hasCheckmarks: false,
35956
+ inline: false,
35957
+ persistOnItemClick: false
35958
+ };
35959
+ var MenuProvider = MenuContext.Provider;
35960
+ var useMenuContext_unstable = (selector) => useContextSelector(MenuContext, (ctx = menuContextDefaultValue) => selector(ctx));
35961
+
35987
35962
  // node_modules/@fluentui/react-menu/lib/utils/useOnMenuEnter.js
35988
- var React94 = __toESM(require_react(), 1);
35963
+ var React93 = __toESM(require_react(), 1);
35989
35964
  "use client";
35990
35965
  var MENU_ENTER_EVENT = "fuimenuenter";
35991
35966
  var useOnMenuMouseEnter = (options) => {
@@ -35999,7 +35974,7 @@ var useOnMenuMouseEnter = (options) => {
35999
35974
  callback(ev);
36000
35975
  }
36001
35976
  });
36002
- React94.useEffect(() => {
35977
+ React93.useEffect(() => {
36003
35978
  if (element == null) {
36004
35979
  return;
36005
35980
  }
@@ -36023,6 +35998,20 @@ var dispatchMenuEnterEvent = (el, nativeEvent) => {
36023
35998
  }
36024
35999
  }));
36025
36000
  };
36001
+ // node_modules/@fluentui/react-menu/lib/contexts/menuListContext.js
36002
+ "use client";
36003
+ var MenuListContext = createContext17(undefined);
36004
+ var menuListContextDefaultValue = {
36005
+ checkedValues: {},
36006
+ setFocusByFirstCharacter: () => null,
36007
+ toggleCheckbox: () => null,
36008
+ selectRadio: () => null,
36009
+ hasIcons: false,
36010
+ hasCheckmarks: false
36011
+ };
36012
+ var MenuListProvider = MenuListContext.Provider;
36013
+ var useMenuListContext_unstable = (selector) => useContextSelector(MenuListContext, (ctx = menuListContextDefaultValue) => selector(ctx));
36014
+
36026
36015
  // node_modules/@fluentui/react-menu/lib/utils/useIsSubmenu.js
36027
36016
  "use client";
36028
36017
  function useIsSubmenu() {
@@ -36031,12 +36020,12 @@ function useIsSubmenu() {
36031
36020
  return menuContextValue || hasMenuListContext;
36032
36021
  }
36033
36022
  // node_modules/@fluentui/react-menu/lib/utils/useOnMenuSafeZoneTimeout.js
36034
- var React95 = __toESM(require_react(), 1);
36023
+ var React94 = __toESM(require_react(), 1);
36035
36024
  "use client";
36036
36025
  var MENU_SAFEZONE_TIMEOUT_EVENT = "fuimenusafezonetimeout";
36037
36026
  var useOnMenuSafeZoneTimeout = (listener) => {
36038
- const elementRef = React95.useRef(null);
36039
- return React95.useCallback((element) => {
36027
+ const elementRef = React94.useRef(null);
36028
+ return React94.useCallback((element) => {
36040
36029
  var _elementRef_current;
36041
36030
  (_elementRef_current = elementRef.current) === null || _elementRef_current === undefined || _elementRef_current.removeEventListener(MENU_SAFEZONE_TIMEOUT_EVENT, listener);
36042
36031
  element === null || element === undefined || element.addEventListener(MENU_SAFEZONE_TIMEOUT_EVENT, listener);
@@ -36046,7 +36035,7 @@ var useOnMenuSafeZoneTimeout = (listener) => {
36046
36035
  ]);
36047
36036
  };
36048
36037
  // node_modules/@fluentui/react-menu/node_modules/@fluentui/react-icons/lib/utils/createFluentIcon.js
36049
- var React98 = __toESM(require_react(), 1);
36038
+ var React97 = __toESM(require_react(), 1);
36050
36039
 
36051
36040
  // node_modules/@fluentui/react-menu/node_modules/@fluentui/react-icons/lib/utils/useIconStyles.styles.js
36052
36041
  var useStyles8 = __styles2({
@@ -36062,12 +36051,12 @@ var useStyles8 = __styles2({
36062
36051
  });
36063
36052
 
36064
36053
  // node_modules/@fluentui/react-menu/node_modules/@fluentui/react-icons/lib/contexts/IconDirectionContext.js
36065
- var React96 = __toESM(require_react(), 1);
36066
- var IconDirectionContext3 = React96.createContext(undefined);
36054
+ var React95 = __toESM(require_react(), 1);
36055
+ var IconDirectionContext3 = React95.createContext(undefined);
36067
36056
  var IconDirectionContextDefaultValue2 = {};
36068
36057
  var IconDirectionContextProvider3 = IconDirectionContext3.Provider;
36069
36058
  var useIconContext3 = () => {
36070
- const context = React96.useContext(IconDirectionContext3);
36059
+ const context = React95.useContext(IconDirectionContext3);
36071
36060
  return context !== null && context !== undefined ? context : IconDirectionContextDefaultValue2;
36072
36061
  };
36073
36062
 
@@ -36124,7 +36113,7 @@ var useRootStyles3 = __styles2({
36124
36113
  });
36125
36114
 
36126
36115
  // node_modules/@fluentui/react-menu/node_modules/@fluentui/react-icons/lib/core/svg.js
36127
- var React97 = __toESM(require_react(), 1);
36116
+ var React96 = __toESM(require_react(), 1);
36128
36117
  var URL_REF2 = "url(#";
36129
36118
  var renderSvgNode2 = (node, key, prefix) => {
36130
36119
  const [tag, attrs, ...children] = node;
@@ -36144,7 +36133,7 @@ var renderSvgNode2 = (node, key, prefix) => {
36144
36133
  }
36145
36134
  scoped = next;
36146
36135
  }
36147
- return React97.createElement(tag, { ...scoped, key }, ...children.map((child, idx) => renderSvgNode2(child, idx, prefix)));
36136
+ return React96.createElement(tag, { ...scoped, key }, ...children.map((child, idx) => renderSvgNode2(child, idx, prefix)));
36148
36137
  };
36149
36138
  var computeViewBox2 = (width) => width === "1em" ? "20" : width;
36150
36139
  var precomputeColorChildren2 = (pathsOrSvg, options, prefix) => typeof pathsOrSvg !== "string" && ((options === null || options === undefined ? undefined : options.color) || Array.isArray(pathsOrSvg[0])) ? pathsOrSvg.map((node, i) => renderSvgNode2(node, i, prefix)) : undefined;
@@ -36157,24 +36146,24 @@ var createColorChildrenResolver2 = (pathsOrSvg, options) => {
36157
36146
  return noColorChildren2;
36158
36147
  }
36159
36148
  return function useColorChildren(idPrefix) {
36160
- return React97.useMemo(() => idPrefix ? precomputeColorChildren2(pathsOrSvg, options, idPrefix) : colorChildren, [idPrefix]);
36149
+ return React96.useMemo(() => idPrefix ? precomputeColorChildren2(pathsOrSvg, options, idPrefix) : colorChildren, [idPrefix]);
36161
36150
  };
36162
36151
  };
36163
36152
  var renderSvgBody2 = (state, pathsOrSvg, colorChildren) => {
36164
36153
  if (typeof pathsOrSvg === "string") {
36165
- return React97.createElement("svg", { ...state, dangerouslySetInnerHTML: { __html: pathsOrSvg } });
36154
+ return React96.createElement("svg", { ...state, dangerouslySetInnerHTML: { __html: pathsOrSvg } });
36166
36155
  }
36167
36156
  if (colorChildren) {
36168
- return React97.createElement("svg", state, ...colorChildren);
36157
+ return React96.createElement("svg", state, ...colorChildren);
36169
36158
  }
36170
- return React97.createElement("svg", state, ...pathsOrSvg.map((d) => React97.createElement("path", { d, fill: state.fill })));
36159
+ return React96.createElement("svg", state, ...pathsOrSvg.map((d) => React96.createElement("path", { d, fill: state.fill })));
36171
36160
  };
36172
36161
 
36173
36162
  // node_modules/@fluentui/react-menu/node_modules/@fluentui/react-icons/lib/utils/createFluentIcon.js
36174
36163
  var createFluentIcon2 = (displayName, width, pathsOrSvg, options) => {
36175
36164
  const viewBoxWidth = computeViewBox2(width);
36176
36165
  const useColorChildren = createColorChildrenResolver2(pathsOrSvg, options);
36177
- const Icon = React98.forwardRef((props, ref) => {
36166
+ const Icon = React97.forwardRef((props, ref) => {
36178
36167
  const styles = useRootStyles3();
36179
36168
  const iconState = useIconState2(props, { flipInRtl: options === null || options === undefined ? undefined : options.flipInRtl });
36180
36169
  const colorChildren = useColorChildren(props.idPrefix);
@@ -36199,7 +36188,7 @@ var ChevronLeftRegular = /* @__PURE__ */ createFluentIcon2("ChevronLeftRegular",
36199
36188
  var ChevronRightFilled = /* @__PURE__ */ createFluentIcon2("ChevronRightFilled", "1em", ["M7.73 4.2a.75.75 0 0 1 1.06.03l5 5.25c.28.3.28.75 0 1.04l-5 5.25a.75.75 0 1 1-1.08-1.04L12.2 10l-4.5-4.73a.75.75 0 0 1 .02-1.06"]);
36200
36189
  var ChevronRightRegular = /* @__PURE__ */ createFluentIcon2("ChevronRightRegular", "1em", ["M7.65 4.15c.2-.2.5-.2.7 0l5.49 5.46c.21.22.21.57 0 .78l-5.49 5.47a.5.5 0 0 1-.7-.71L12.8 10 7.65 4.85a.5.5 0 0 1 0-.7"]);
36201
36190
  // node_modules/@fluentui/react-menu/node_modules/@fluentui/react-icons/lib/utils/bundleIcon.js
36202
- var React99 = __toESM(require_react(), 1);
36191
+ var React98 = __toESM(require_react(), 1);
36203
36192
 
36204
36193
  // node_modules/@fluentui/react-menu/node_modules/@fluentui/react-icons/lib/utils/bundleIcon.styles.js
36205
36194
  var useBundledIconStyles = __styles2({
@@ -36218,7 +36207,7 @@ var bundleIcon = (FilledIcon, RegularIcon) => {
36218
36207
  const Component = (props) => {
36219
36208
  const { className, filled, ...rest } = props;
36220
36209
  const styles = useBundledIconStyles();
36221
- return React99.createElement(React99.Fragment, null, React99.createElement(FilledIcon, Object.assign({}, rest, { className: mergeClasses(styles.root, filled && styles.visible, iconFilledClassName, className) })), React99.createElement(RegularIcon, Object.assign({}, rest, { className: mergeClasses(styles.root, !filled && styles.visible, iconRegularClassName, className) })));
36210
+ return React98.createElement(React98.Fragment, null, React98.createElement(FilledIcon, Object.assign({}, rest, { className: mergeClasses(styles.root, filled && styles.visible, iconFilledClassName, className) })), React98.createElement(RegularIcon, Object.assign({}, rest, { className: mergeClasses(styles.root, !filled && styles.visible, iconRegularClassName, className) })));
36222
36211
  };
36223
36212
  Component.displayName = "CompoundIcon";
36224
36213
  return Component;
@@ -36618,7 +36607,7 @@ var useMenuBase_unstable = (props) => {
36618
36607
  ...resolvedPositioning,
36619
36608
  onPositioningEnd: handlePositionEnd
36620
36609
  };
36621
- const children = React100.Children.toArray(props.children);
36610
+ const children = React99.Children.toArray(props.children);
36622
36611
  if (true) {
36623
36612
  if (children.length === 0) {
36624
36613
  console.warn("Menu must contain at least one child");
@@ -36637,7 +36626,7 @@ var useMenuBase_unstable = (props) => {
36637
36626
  }
36638
36627
  const { targetRef, containerRef } = usePositioning(positioningOptions);
36639
36628
  const enableSafeZone = safeZone && openOnHover;
36640
- const safeZoneDescriptorRef = React100.useRef({
36629
+ const safeZoneDescriptorRef = React99.useRef({
36641
36630
  isInside: false,
36642
36631
  mouseCoordinates: {
36643
36632
  x: 0,
@@ -36755,7 +36744,7 @@ var useMenuOpenState = (state) => {
36755
36744
  var _state_onOpenChange;
36756
36745
  return (_state_onOpenChange = state.onOpenChange) === null || _state_onOpenChange === undefined ? undefined : _state_onOpenChange.call(state, e, data);
36757
36746
  });
36758
- const enteringTriggerRef = React100.useRef(false);
36747
+ const enteringTriggerRef = React99.useRef(false);
36759
36748
  const [open, setOpenState] = useControllableState({
36760
36749
  state: state.open,
36761
36750
  defaultState: state.defaultOpen,
@@ -36842,7 +36831,7 @@ var useMenuOpenState = (state) => {
36842
36831
  ]
36843
36832
  });
36844
36833
  const { findFirstFocusable } = useFocusFinders();
36845
- const focusFirst = React100.useCallback(() => {
36834
+ const focusFirst = React99.useCallback(() => {
36846
36835
  const firstFocusable = findFirstFocusable(state.menuPopoverRef.current);
36847
36836
  firstFocusable === null || firstFocusable === undefined || firstFocusable.focus();
36848
36837
  }, [
@@ -36850,7 +36839,7 @@ var useMenuOpenState = (state) => {
36850
36839
  state.menuPopoverRef
36851
36840
  ]);
36852
36841
  const firstMount = useFirstMount();
36853
- React100.useEffect(() => {
36842
+ React99.useEffect(() => {
36854
36843
  if (open) {
36855
36844
  focusFirst();
36856
36845
  } else {
@@ -36878,11 +36867,11 @@ var useMenuOpenState = (state) => {
36878
36867
  };
36879
36868
 
36880
36869
  // node_modules/@fluentui/react-menu/lib/components/Menu/useMenuContextValues.js
36881
- var React101 = __toESM(require_react(), 1);
36870
+ var React100 = __toESM(require_react(), 1);
36882
36871
  "use client";
36883
36872
  function useMenuContextValues_unstable(state) {
36884
36873
  const { checkedValues, hasCheckmarks, hasIcons, inline: inline2, isSubmenu, menuPopoverRef, mountNode, onCheckedValueChange, open, openOnContext, openOnHover, persistOnItemClick, safeZone, setOpen, triggerId, triggerRef } = state;
36885
- const menu = React101.useMemo(() => ({
36874
+ const menu = React100.useMemo(() => ({
36886
36875
  checkedValues,
36887
36876
  hasCheckmarks,
36888
36877
  hasIcons,
@@ -36923,7 +36912,7 @@ function useMenuContextValues_unstable(state) {
36923
36912
  }
36924
36913
 
36925
36914
  // node_modules/@fluentui/react-menu/lib/components/Menu/renderMenu.js
36926
- var React102 = __toESM(require_react(), 1);
36915
+ var React101 = __toESM(require_react(), 1);
36927
36916
  var renderMenu_unstable = (state, contextValues) => {
36928
36917
  assertSlots(state);
36929
36918
  return /* @__PURE__ */ jsxs(MenuProvider, {
@@ -36974,6 +36963,17 @@ var useCharacterSearch = (state, ref) => {
36974
36963
  return state;
36975
36964
  };
36976
36965
 
36966
+ // node_modules/@fluentui/react-menu/lib/contexts/menuTriggerContext.js
36967
+ var React102 = __toESM(require_react(), 1);
36968
+ "use client";
36969
+ var MenuTriggerContext = React102.createContext(undefined);
36970
+ var menuTriggerContextDefaultValue = false;
36971
+ var MenuTriggerContextProvider = MenuTriggerContext.Provider;
36972
+ var useMenuTriggerContext_unstable = () => {
36973
+ var _React_useContext;
36974
+ return (_React_useContext = React102.useContext(MenuTriggerContext)) !== null && _React_useContext !== undefined ? _React_useContext : menuTriggerContextDefaultValue;
36975
+ };
36976
+
36977
36977
  // node_modules/@fluentui/react-menu/lib/contexts/menuSplitGroupContext.js
36978
36978
  var React103 = __toESM(require_react(), 1);
36979
36979
  "use client";
@@ -50865,5 +50865,5 @@ if (undefined) {} else {
50865
50865
  import_client.createRoot(elem).render(app);
50866
50866
  }
50867
50867
 
50868
- //# debugId=F1F7FF3646A5A9AC64756E2164756E21
50869
- //# sourceMappingURL=index-q4rh30qd.js.map
50868
+ //# debugId=7832863B82007DAC64756E2164756E21
50869
+ //# sourceMappingURL=index-9vzrarn0.js.map