@asdp/ferryui 0.1.22-dev.10530 → 0.1.22-dev.10532

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.
package/dist/index.js CHANGED
@@ -2552,7 +2552,7 @@ var CardServiceMenu = ({
2552
2552
  ]
2553
2553
  }
2554
2554
  ) }, `skeleton-${index}`)) : displayItems.map((item, index) => {
2555
- return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsxs(
2555
+ return /* @__PURE__ */ jsxRuntime.jsx(React__default.default.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsxs(
2556
2556
  reactComponents.Button,
2557
2557
  {
2558
2558
  className: getMenuItemClass(item.id),
@@ -2578,9 +2578,8 @@ var CardServiceMenu = ({
2578
2578
  )
2579
2579
  ] })
2580
2580
  ]
2581
- },
2582
- index
2583
- ) });
2581
+ }
2582
+ ) }, item.id ?? index);
2584
2583
  }),
2585
2584
  !isLoading && isOverflow && /* @__PURE__ */ jsxRuntime.jsxs(
2586
2585
  reactComponents.Button,