@3sc/common-component 0.0.135 → 0.0.136
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.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -29698,9 +29698,9 @@ const fD = ({
|
|
|
29698
29698
|
console.error(o);
|
|
29699
29699
|
}
|
|
29700
29700
|
}, bD = ({ customTools: e }) => ({ sortedTools: e == null ? void 0 : e.sort((n, o) => n.sequenceId - o.sequenceId) }), Ay = ({ customTools: e }) => {
|
|
29701
|
-
const { sortedTools: t } = bD({ customTools: e }), n = 9, o =
|
|
29701
|
+
const { sortedTools: t } = bD({ customTools: e }), n = 9, o = 4, r = n * o, [s, a] = Se(!1), [c, l] = Se(
|
|
29702
29702
|
t.slice(0, o)
|
|
29703
|
-
), u = (t == null ? void 0 : t.length) >
|
|
29703
|
+
), u = (t == null ? void 0 : t.length) > o, d = () => {
|
|
29704
29704
|
s ? (a(!1), setTimeout(() => {
|
|
29705
29705
|
l(t.slice(0, o));
|
|
29706
29706
|
}, 300)) : (l(t), a(!0));
|