fui-material 2.3.2 → 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.
@@ -1624,25 +1624,25 @@ const FPaper = ({
1624
1624
  }
1625
1625
  );
1626
1626
  };
1627
- const bordered = "_bordered_19x7r_18";
1628
- const left$1 = "_left_19x7r_40";
1629
- const center = "_center_19x7r_43";
1630
- const right = "_right_19x7r_46";
1627
+ const bordered = "_bordered_j1bhx_18";
1628
+ const left$1 = "_left_j1bhx_40";
1629
+ const center = "_center_j1bhx_43";
1630
+ const right = "_right_j1bhx_46";
1631
1631
  const styles$q = {
1632
- "f-table-component": "_f-table-component_19x7r_1",
1633
- "f-table-component__table": "_f-table-component__table_19x7r_7",
1632
+ "f-table-component": "_f-table-component_j1bhx_1",
1633
+ "f-table-component__table": "_f-table-component__table_j1bhx_7",
1634
1634
  bordered,
1635
- "bordered-half": "_bordered-half_19x7r_22",
1636
- "f-table-component__table_header": "_f-table-component__table_header_19x7r_25",
1637
- "is-sticky": "_is-sticky_19x7r_32",
1638
- "f-table-component__table_header-cell": "_f-table-component__table_header-cell_19x7r_37",
1635
+ "bordered-half": "_bordered-half_j1bhx_22",
1636
+ "f-table-component__table_header": "_f-table-component__table_header_j1bhx_25",
1637
+ "is-sticky": "_is-sticky_j1bhx_32",
1638
+ "f-table-component__table_header-cell": "_f-table-component__table_header-cell_j1bhx_37",
1639
1639
  left: left$1,
1640
1640
  center,
1641
1641
  right,
1642
- "f-table-component__table_body": "_f-table-component__table_body_19x7r_65",
1643
- "f-table-component__table_row": "_f-table-component__table_row_19x7r_68",
1644
- "f-table-component__table_body-cell": "_f-table-component__table_body-cell_19x7r_81",
1645
- "f-table-component__table_footer": "_f-table-component__table_footer_19x7r_97"
1642
+ "f-table-component__table_body": "_f-table-component__table_body_j1bhx_65",
1643
+ "f-table-component__table_row": "_f-table-component__table_row_j1bhx_68",
1644
+ "f-table-component__table_body-cell": "_f-table-component__table_body-cell_j1bhx_81",
1645
+ "f-table-component__table_footer": "_f-table-component__table_footer_j1bhx_97"
1646
1646
  };
1647
1647
  const FTableHead = ({
1648
1648
  st,
@@ -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,