wex-ui-lib 1.1.9 → 1.1.92
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -2288,7 +2288,7 @@ function Fade(props) {
|
|
2288
2288
|
}
|
2289
2289
|
} }, children));
|
2290
2290
|
}
|
2291
|
-
var Container$2 = newStyled.div(templateObject_1$3 || (templateObject_1$3 = __makeTemplateObject(["\n opacity: 0;\n ", ";\n"], ["\n opacity: 0;\n ", ";\n"])), function (props) { return props.isVisible ? "animation: ".concat(props.animation(), " 0.8s ease forwards") : ''; });
|
2291
|
+
var Container$2 = newStyled.div(templateObject_1$3 || (templateObject_1$3 = __makeTemplateObject(["\n all: inherit;\n opacity: 0;\n ", ";\n"], ["\n all: inherit;\n opacity: 0;\n ", ";\n"])), function (props) { return props.isVisible ? "animation: ".concat(props.animation(), " 0.8s ease forwards") : ''; });
|
2292
2292
|
var templateObject_1$3;
|
2293
2293
|
|
2294
2294
|
function Slider(props) {
|
@@ -2405,7 +2405,7 @@ function Showcase(props) {
|
|
2405
2405
|
var _a = useState(undefined), hoveredItemKey = _a[0], setHoveredItemKey = _a[1];
|
2406
2406
|
var eightItems = useMemo(function () {
|
2407
2407
|
if (items.length >= 8) {
|
2408
|
-
return items.slice(0,
|
2408
|
+
return items.slice(0, 8);
|
2409
2409
|
}
|
2410
2410
|
var result = [];
|
2411
2411
|
var i = 0;
|