ode-explorer 1.3.3-develop.202402071721 → 1.3.3-master.202402081540
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/Library.js +1 -1
- package/dist/version.txt +1 -1
- package/lib/Library.js +2 -2
- package/package.json +5 -5
package/dist/Library.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{v as i,w as l,j as r,x as o,y as n}from"./edifice-react.js";import{u as m}from"./edifice-icons.js";import{u as p}from"./react.js";import"/assets/js/edifice-ts-client/index.js";const g=()=>{const{t:s}=p(),{theme:a}=i(),{libraryUrl:e}=l(),[t]=n();return r.jsxs("div",{className:"p-16",children:[r.jsx(o,{width:"270",height:"140",loading:"lazy",className:"rounded",src:`${t}/${a==null?void 0:a.bootstrapVersion}/image-library.svg`,alt:s("explorer.libray.img.alt")}),r.jsx("p",{className:"m-8",children:s("explorer.libray.title")}),r.jsxs("a",{href:e,target:"_blank",rel:"noreferrer",className:"d-inline-flex gap-4 btn btn-ghost-primary py-0 p-0 pe-8",children:[r.jsx(
|
|
1
|
+
import{v as i,w as l,j as r,x as o,y as n}from"./edifice-react.js";import{u as m}from"./edifice-icons.js";import{u as p}from"./react.js";import"/assets/js/edifice-ts-client/index.js";const g=()=>{const{t:s}=p(),{theme:a}=i(),{libraryUrl:e}=l(),[t]=n();return r.jsxs("div",{className:"p-16",children:[r.jsx(o,{width:"270",height:"140",loading:"lazy",className:"rounded",src:`${t}/${a==null?void 0:a.bootstrapVersion}/image-library.svg`,alt:s("explorer.libray.img.alt")}),r.jsx("p",{className:"m-8",children:s("explorer.libray.title")}),r.jsxs("a",{href:e,target:"_blank",rel:"noreferrer",className:"d-inline-flex gap-4 btn btn-ghost-primary py-0 p-0 pe-8",children:[r.jsx("span",{children:s("explorer.libray.btn")}),r.jsx(m,{})]})]})};export{g as default};
|
package/dist/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ode-explorer=1.0-b2school-SNAPSHOT
|
|
1
|
+
ode-explorer=1.0-b2school-SNAPSHOT 08/02/2024 15:41:17
|
package/lib/Library.js
CHANGED
|
@@ -14,8 +14,8 @@ const y = () => {
|
|
|
14
14
|
/* @__PURE__ */ r(p, { width: "270", height: "140", loading: "lazy", className: "rounded", src: `${l}/${a == null ? void 0 : a.bootstrapVersion}/image-library.svg`, alt: e("explorer.libray.img.alt") }),
|
|
15
15
|
/* @__PURE__ */ r("p", { className: "m-8", children: e("explorer.libray.title") }),
|
|
16
16
|
/* @__PURE__ */ t("a", { href: i, target: "_blank", rel: "noreferrer", className: "d-inline-flex gap-4 btn btn-ghost-primary py-0 p-0 pe-8", children: [
|
|
17
|
-
/* @__PURE__ */ r(
|
|
18
|
-
/* @__PURE__ */ r(
|
|
17
|
+
/* @__PURE__ */ r("span", { children: e("explorer.libray.btn") }),
|
|
18
|
+
/* @__PURE__ */ r(s, {})
|
|
19
19
|
] })
|
|
20
20
|
] });
|
|
21
21
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-explorer",
|
|
3
|
-
"version": "1.3.3-
|
|
3
|
+
"version": "1.3.3-master.202402081540",
|
|
4
4
|
"description": "Open Digital Education Explorer",
|
|
5
5
|
"homepage": "https://github.com/opendigitaleducation/explorer#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
]
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@edifice-ui/icons": "
|
|
40
|
-
"@edifice-ui/react": "
|
|
39
|
+
"@edifice-ui/icons": "1.4.2",
|
|
40
|
+
"@edifice-ui/react": "1.4.2",
|
|
41
41
|
"@react-spring/web": "9.7.3",
|
|
42
42
|
"@tanstack/react-query": "5.8.4",
|
|
43
43
|
"clsx": "2.1.0",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"@vitejs/plugin-react-swc": "3.5.0",
|
|
66
66
|
"concurrently": "8.2.2",
|
|
67
67
|
"csstype": "3.1.3",
|
|
68
|
-
"edifice-bootstrap": "
|
|
69
|
-
"edifice-ts-client": "
|
|
68
|
+
"edifice-bootstrap": "1.3.1",
|
|
69
|
+
"edifice-ts-client": "1.1.1",
|
|
70
70
|
"eslint": "8.56.0",
|
|
71
71
|
"eslint-config-prettier": "9.1.0",
|
|
72
72
|
"eslint-plugin-import": "2.29.1",
|