wex-ui-lib 1.1.9 → 1.1.91
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
@@ -2425,7 +2425,7 @@ function Showcase(props) {
|
|
2425
2425
|
var _a = React.useState(undefined), hoveredItemKey = _a[0], setHoveredItemKey = _a[1];
|
2426
2426
|
var eightItems = React.useMemo(function () {
|
2427
2427
|
if (items.length >= 8) {
|
2428
|
-
return items.slice(0,
|
2428
|
+
return items.slice(0, 8);
|
2429
2429
|
}
|
2430
2430
|
var result = [];
|
2431
2431
|
var i = 0;
|