@access-ci/ui 0.18.0 → 0.18.2
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/README.md +12 -6
- package/dist/access-ci-ui.bundle.js +33 -31
- package/dist/access-ci-ui.js +1 -1
- package/dist/access-ci-ui.umd.cjs +54 -52
- package/dist/{access-qa-bot-joJZ-oTE.js → access-qa-bot-DmlTo5LF.js} +1456 -1456
- package/dist/{icon-CapWmpVp.js → icon-4WqhxGHe.js} +1 -1
- package/dist/{index-T34fr9d9.js → index-CD_L50g0.js} +2 -2
- package/dist/{resource-group-detail-rhphmKhB.js → resource-group-detail-D_XOOE6R.js} +2 -2
- package/dist/{resource-home-ChHDwtIu.js → resource-home-CyakhG-P.js} +2 -2
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as i } from "./index-
|
|
1
|
+
import { j as i } from "./index-CD_L50g0.js";
|
|
2
2
|
function c({ alt: n = null, name: s = null, src: l = null }) {
|
|
3
3
|
return s ? /* @__PURE__ */ i.jsx("i", { className: `icon bi bi-${s}` }) : /* @__PURE__ */ i.jsx("img", { className: "icon", alt: n, src: l });
|
|
4
4
|
}
|
|
@@ -344,7 +344,7 @@ function tp() {
|
|
|
344
344
|
return l.length !== u.length || l.some((a, d) => !Object.is(a, u[d]));
|
|
345
345
|
}
|
|
346
346
|
const np = b.lazy(
|
|
347
|
-
() => import("./access-qa-bot-
|
|
347
|
+
() => import("./access-qa-bot-DmlTo5LF.js").then((l) => ({
|
|
348
348
|
default: l.QABot
|
|
349
349
|
}))
|
|
350
350
|
);
|
|
@@ -7937,7 +7937,7 @@ function q0(l, { relative: u } = {}) {
|
|
|
7937
7937
|
let p = Bt(a.currentLocation.pathname, d) || a.currentLocation.pathname, g = Bt(a.nextLocation.pathname, d) || a.nextLocation.pathname;
|
|
7938
7938
|
return $o(c.pathname, g) != null || $o(c.pathname, p) != null;
|
|
7939
7939
|
}
|
|
7940
|
-
const X0 = b.lazy(() => import("./resource-group-detail-
|
|
7940
|
+
const X0 = b.lazy(() => import("./resource-group-detail-D_XOOE6R.js")), Z0 = b.lazy(() => import("./resource-home-CyakhG-P.js"));
|
|
7941
7941
|
function _0({
|
|
7942
7942
|
accessId: l,
|
|
7943
7943
|
baseUri: u = "/resources",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as q, j as v, u as mt, s as To, b as hi, e as ec, h as Vn, c as Is, d as ic, f as nc, B as sc } from "./index-
|
|
2
|
-
import { I as U } from "./icon-
|
|
1
|
+
import { a as q, j as v, u as mt, s as To, b as hi, e as ec, h as Vn, c as Is, d as ic, f as nc, B as sc } from "./index-CD_L50g0.js";
|
|
2
|
+
import { I as U } from "./icon-4WqhxGHe.js";
|
|
3
3
|
const Bs = () => {
|
|
4
4
|
const i = new Event("accessci-update-sections");
|
|
5
5
|
document.dispatchEvent(i);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { j as e, a as m, i as j, k as b, B as v } from "./index-
|
|
2
|
-
import { I as d } from "./icon-
|
|
1
|
+
import { j as e, a as m, i as j, k as b, B as v } from "./index-CD_L50g0.js";
|
|
2
|
+
import { I as d } from "./icon-4WqhxGHe.js";
|
|
3
3
|
const C = {
|
|
4
4
|
"ACCESS Pegasus": "https://pegasus.isi.edu/wordpress/wp-content/uploads/2016/01/favicon.ico",
|
|
5
5
|
"ACCESS OnDemand": "https://openondemand.org/themes/fire/theme/assets/media/favicons/favicon.ico",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@access-ci/ui",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.2",
|
|
4
4
|
"description": "User interface components for ACCESS CI",
|
|
5
5
|
"repository": "github:access-ci-org/access-ci-ui",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@glidejs/glide": "^3.6.1",
|
|
27
|
-
"@snf/access-qa-bot": "^3.
|
|
27
|
+
"@snf/access-qa-bot": "^3.3.1",
|
|
28
28
|
"chart.js": "^4.4.6",
|
|
29
29
|
"fuse.js": "^7.0.0",
|
|
30
30
|
"react": "^18.1.0",
|