fui-material 2.5.4 → 2.5.6

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.
@@ -1861,11 +1861,11 @@ const FTableHeaderCell = ({
1861
1861
  return /* @__PURE__ */ jsxRuntimeExports.jsx(
1862
1862
  "th",
1863
1863
  {
1864
- style,
1865
1864
  rowSpan: row && row > 1 ? row : void 0,
1866
1865
  colSpan: col && col > 1 ? col : void 0,
1867
1866
  ...props,
1868
1867
  className: `${styles$s["f-table-component__table_header-cell"]} ${props.className || ""}`,
1868
+ style,
1869
1869
  children
1870
1870
  }
1871
1871
  );
@@ -1889,11 +1889,11 @@ const FTableDataCell = ({
1889
1889
  return /* @__PURE__ */ jsxRuntimeExports.jsx(
1890
1890
  "td",
1891
1891
  {
1892
- style,
1893
1892
  rowSpan: row && row > 1 ? row : void 0,
1894
1893
  colSpan: col && col > 1 ? col : void 0,
1895
1894
  ...props,
1896
1895
  className: `${styles$s["f-table-component__table_body-cell"]} ${props.className || ""}`,
1896
+ style,
1897
1897
  children
1898
1898
  }
1899
1899
  );
@@ -4270,24 +4270,24 @@ const FTooltip = ({
4270
4270
  tooltipElement && createPortal(tooltipElement, document.body)
4271
4271
  ] });
4272
4272
  };
4273
- const rotate = "_rotate_1prwk_43";
4274
- const focused = "_focused_1prwk_94";
4275
- const selected = "_selected_1prwk_97";
4273
+ const rotate = "_rotate_3ga41_43";
4274
+ const focused = "_focused_3ga41_94";
4275
+ const selected = "_selected_3ga41_97";
4276
4276
  const styles$6 = {
4277
- "f-search-select": "_f-search-select_1prwk_3",
4278
- "f-select-native-hidden": "_f-select-native-hidden_1prwk_8",
4279
- "f-select-actions": "_f-select-actions_1prwk_25",
4280
- "f-select-icon": "_f-select-icon_1prwk_34",
4277
+ "f-search-select": "_f-search-select_3ga41_3",
4278
+ "f-select-native-hidden": "_f-select-native-hidden_3ga41_11",
4279
+ "f-select-actions": "_f-select-actions_3ga41_23",
4280
+ "f-select-icon": "_f-select-icon_3ga41_34",
4281
4281
  rotate,
4282
- "f-select-dropdown": "_f-select-dropdown_1prwk_48",
4283
- "f-select-list": "_f-select-list_1prwk_62",
4284
- "f-select-option": "_f-select-option_1prwk_81",
4282
+ "f-select-dropdown": "_f-select-dropdown_3ga41_48",
4283
+ "f-select-list": "_f-select-list_3ga41_63",
4284
+ "f-select-option": "_f-select-option_3ga41_82",
4285
4285
  focused,
4286
4286
  selected,
4287
- "f-select-create": "_f-select-create_1prwk_102",
4288
- "f-select-no-results": "_f-select-no-results_1prwk_108",
4289
- "f-select-highlight": "_f-select-highlight_1prwk_128",
4290
- "has-icons": "_has-icons_1prwk_135"
4287
+ "f-select-create": "_f-select-create_3ga41_102",
4288
+ "f-select-no-results": "_f-select-no-results_3ga41_110",
4289
+ "f-select-highlight": "_f-select-highlight_3ga41_129",
4290
+ "has-icons": "_has-icons_3ga41_136"
4291
4291
  };
4292
4292
  const ChevronIcon = ({ className }) => /* @__PURE__ */ jsxRuntimeExports.jsx("svg", { width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className, children: /* @__PURE__ */ jsxRuntimeExports.jsx("polyline", { points: "6 9 12 15 18 9" }) });
4293
4293
  const CloseIcon = () => /* @__PURE__ */ jsxRuntimeExports.jsxs("svg", { width: "14", height: "14", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [