@takumi-rs/template 0.41.0 → 0.42.0

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.
@@ -1 +1 @@
1
- "use strict";var a=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var g=(t,e)=>{for(var r in e)a(t,r,{get:e[r],enumerable:!0})},m=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of s(e))!d.call(t,o)&&o!==r&&a(t,o,{get:()=>e[o],enumerable:!(n=c(e,o))||n.enumerable});return t};var f=t=>m(a({},"__esModule",{value:!0}),t);var y={};g(y,{default:()=>l});module.exports=f(y);var i=require("react/jsx-runtime");function l({title:t,description:e,icon:r,primaryColor:n,primaryTextColor:o,site:p}){return(0,i.jsxs)("div",{style:{display:"flex",flexDirection:"column",width:"100%",height:"100%",color:"white",padding:"4rem",backgroundColor:"#0c0c0c",backgroundImage:`linear-gradient(to top right, ${n}, transparent), noise-v1(opacity(0.3) frequency(1.0) octaves(4))`},children:[(0,i.jsxs)("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",gap:"16px",marginBottom:"12px",color:o},children:[r,(0,i.jsx)("span",{style:{fontSize:56,fontWeight:600},children:p})]}),(0,i.jsx)("p",{style:{fontWeight:800,fontSize:84,textOverflow:"ellipsis",lineClamp:2,marginTop:"0.5em",marginBottom:"0.5em"},children:t}),(0,i.jsx)("span",{style:{fontSize:48,color:"rgba(240,240,240,0.8)",fontWeight:500,lineClamp:2,textOverflow:"ellipsis"},children:e})]})}
1
+ "use strict";var l=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var g=(t,e)=>{for(var r in e)l(t,r,{get:e[r],enumerable:!0})},m=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of s(e))!d.call(t,o)&&o!==r&&l(t,o,{get:()=>e[o],enumerable:!(n=c(e,o))||n.enumerable});return t};var f=t=>m(l({},"__esModule",{value:!0}),t);var y={};g(y,{default:()=>a});module.exports=f(y);var i=require("react/jsx-runtime");function a({title:t,description:e,icon:r,primaryColor:n,primaryTextColor:o,site:p}){return(0,i.jsxs)("div",{style:{display:"flex",flexDirection:"column",width:"100%",height:"100%",color:"white",padding:"4rem",backgroundColor:"#0c0c0c",backgroundImage:`linear-gradient(to top right, ${n}, transparent), noise-v1(opacity(0.2))`},children:[(0,i.jsxs)("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",gap:"16px",marginBottom:"12px",color:o},children:[r,(0,i.jsx)("span",{style:{fontSize:56,fontWeight:600},children:p})]}),(0,i.jsx)("p",{style:{fontWeight:800,fontSize:84,textOverflow:"ellipsis",lineClamp:2,marginTop:"0.5em",marginBottom:"0.5em"},children:t}),(0,i.jsx)("span",{style:{fontSize:48,color:"rgba(240,240,240,0.8)",fontWeight:500,lineClamp:2,textOverflow:"ellipsis"},children:e})]})}
@@ -1 +1 @@
1
- import{jsx as e,jsxs as t}from"react/jsx-runtime";function p({title:o,description:i,icon:r,primaryColor:n,primaryTextColor:a,site:l}){return t("div",{style:{display:"flex",flexDirection:"column",width:"100%",height:"100%",color:"white",padding:"4rem",backgroundColor:"#0c0c0c",backgroundImage:`linear-gradient(to top right, ${n}, transparent), noise-v1(opacity(0.3) frequency(1.0) octaves(4))`},children:[t("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",gap:"16px",marginBottom:"12px",color:a},children:[r,e("span",{style:{fontSize:56,fontWeight:600},children:l})]}),e("p",{style:{fontWeight:800,fontSize:84,textOverflow:"ellipsis",lineClamp:2,marginTop:"0.5em",marginBottom:"0.5em"},children:o}),e("span",{style:{fontSize:48,color:"rgba(240,240,240,0.8)",fontWeight:500,lineClamp:2,textOverflow:"ellipsis"},children:i})]})}export{p as default};
1
+ import{jsx as e,jsxs as t}from"react/jsx-runtime";function p({title:o,description:i,icon:r,primaryColor:n,primaryTextColor:l,site:a}){return t("div",{style:{display:"flex",flexDirection:"column",width:"100%",height:"100%",color:"white",padding:"4rem",backgroundColor:"#0c0c0c",backgroundImage:`linear-gradient(to top right, ${n}, transparent), noise-v1(opacity(0.2))`},children:[t("div",{style:{display:"flex",flexDirection:"row",alignItems:"center",gap:"16px",marginBottom:"12px",color:l},children:[r,e("span",{style:{fontSize:56,fontWeight:600},children:a})]}),e("p",{style:{fontWeight:800,fontSize:84,textOverflow:"ellipsis",lineClamp:2,marginTop:"0.5em",marginBottom:"0.5em"},children:o}),e("span",{style:{fontSize:48,color:"rgba(240,240,240,0.8)",fontWeight:500,lineClamp:2,textOverflow:"ellipsis"},children:i})]})}export{p as default};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@takumi-rs/template",
3
3
  "type": "module",
4
- "version": "0.41.0",
4
+ "version": "0.42.0",
5
5
  "author": {
6
6
  "email": "me@kane.tw",
7
7
  "name": "Kane Wang",