Release v1.0.4 (#1105)

This commit is contained in:
Ramon de Klein
2024-11-19 14:50:25 -06:00
committed by GitHub
parent 723a9ae898
commit 027fb7f983
5 changed files with 37 additions and 27 deletions
+17 -12
View File
@@ -61975,19 +61975,24 @@ var dk = e.forwardRef(function (t, n) {
u = d[0],
p = d[1];
return (
e.useEffect(function () {
Ye(void 0, void 0, void 0, function () {
var e;
return Ke(this, function (t) {
switch (t.label) {
case 0:
return [4, Pr()];
case 1:
return (e = t.sent()), p(!!e.gpu && e.tier >= 2), [2];
}
e.useEffect(
function () {
Ye(void 0, void 0, void 0, function () {
var e;
return Ke(this, function (t) {
switch (t.label) {
case 0:
return c ? [4, Pr()] : [3, 2];
case 1:
(e = t.sent()), p(!!e.gpu && e.tier >= 2), (t.label = 2);
case 2:
return [2];
}
});
});
});
}, []),
},
[c],
),
o.default.createElement(
to,
null,
+1 -1
View File
File diff suppressed because one or more lines are too long
+17 -12
View File
@@ -4195,19 +4195,24 @@ var Yr,
p = u[0],
m = u[1];
return (
r(function () {
st(void 0, void 0, void 0, function () {
var e;
return lt(this, function (t) {
switch (t.label) {
case 0:
return [4, qr()];
case 1:
return (e = t.sent()), m(!!e.gpu && e.tier >= 2), [2];
}
r(
function () {
st(void 0, void 0, void 0, function () {
var e;
return lt(this, function (t) {
switch (t.label) {
case 0:
return d ? [4, qr()] : [3, 2];
case 1:
(e = t.sent()), m(!!e.gpu && e.tier >= 2), (t.label = 2);
case 2:
return [2];
}
});
});
});
}, []),
},
[d],
),
t.createElement(
mi,
null,
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mds",
"version": "1.0.2",
"version": "1.0.4",
"description": "A MinIO Components Library",
"homepage": ".",
"license": "AGPL-3.0-or-later",