fui-material 2.3.3 → 2.3.4

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.
@@ -2858,30 +2858,21 @@ const FSelect = forwardRef(
2858
2858
  );
2859
2859
  }
2860
2860
  );
2861
- const FSelectItem = ({
2861
+ const FSelectItem = React.forwardRef(({
2862
2862
  st,
2863
- value,
2864
2863
  children,
2865
- disabled: disabled2,
2866
- onClick,
2867
- selected: selected2,
2868
- className,
2869
- id
2870
- }) => {
2864
+ ...props
2865
+ }, ref) => {
2871
2866
  return /* @__PURE__ */ jsxRuntimeExports.jsx(
2872
2867
  "option",
2873
2868
  {
2874
- value,
2875
- disabled: disabled2,
2876
- onClick,
2869
+ ref,
2877
2870
  style: st,
2878
- selected: selected2,
2879
- className,
2880
- id,
2871
+ ...props,
2881
2872
  children
2882
2873
  }
2883
2874
  );
2884
- };
2875
+ });
2885
2876
  const FFullDateField = forwardRef(
2886
2877
  ({
2887
2878
  label,
@@ -4066,17 +4057,17 @@ const FMenuLinks = ({
4066
4057
  );
4067
4058
  };
4068
4059
  const styles$5 = {
4069
- "f-tooltip": "_f-tooltip_1d4l5_1",
4070
- "f-tooltip--open": "_f-tooltip--open_1d4l5_17",
4071
- "f-tooltip--exiting": "_f-tooltip--exiting_1d4l5_22",
4072
- "f-tooltip__wrapper": "_f-tooltip__wrapper_1d4l5_27",
4073
- "f-tooltip__content": "_f-tooltip__content_1d4l5_30",
4074
- "f-tooltip__arrow": "_f-tooltip__arrow_1d4l5_35",
4075
- "f-tooltip--top": "_f-tooltip--top_1d4l5_44",
4076
- "f-tooltip--bottom": "_f-tooltip--bottom_1d4l5_50",
4077
- "f-tooltip--left": "_f-tooltip--left_1d4l5_56",
4078
- "f-tooltip--right": "_f-tooltip--right_1d4l5_62",
4079
- "f-tooltip--with-arrow": "_f-tooltip--with-arrow_1d4l5_104"
4060
+ "f-tooltip": "_f-tooltip_xpnbo_1",
4061
+ "f-tooltip--open": "_f-tooltip--open_xpnbo_17",
4062
+ "f-tooltip--exiting": "_f-tooltip--exiting_xpnbo_22",
4063
+ "f-tooltip__wrapper": "_f-tooltip__wrapper_xpnbo_27",
4064
+ "f-tooltip__content": "_f-tooltip__content_xpnbo_30",
4065
+ "f-tooltip__arrow": "_f-tooltip__arrow_xpnbo_35",
4066
+ "f-tooltip--top": "_f-tooltip--top_xpnbo_44",
4067
+ "f-tooltip--bottom": "_f-tooltip--bottom_xpnbo_50",
4068
+ "f-tooltip--left": "_f-tooltip--left_xpnbo_56",
4069
+ "f-tooltip--right": "_f-tooltip--right_xpnbo_62",
4070
+ "f-tooltip--with-arrow": "_f-tooltip--with-arrow_xpnbo_104"
4080
4071
  };
4081
4072
  const FTooltip = ({
4082
4073
  title,