ode-explorer 1.3.3-develop.202402071721 → 1.3.3-develop.202402081102
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 +1 -1
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 11:03:27
|
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