@takumi-rs/template 0.30.1 → 0.30.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.
@@ -1 +1 @@
1
- "use strict";var a=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var s=(t,e)=>{for(var r in e)a(t,r,{get:e[r],enumerable:!0})},f=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of d(e))!g.call(t,o)&&o!==r&&a(t,o,{get:()=>e[o],enumerable:!(n=p(e,o))||n.enumerable});return t};var y=t=>f(a({},"__esModule",{value:!0}),t);var m={};s(m,{default:()=>l});module.exports=y(m);var i=require("react/jsx-runtime");function l({title:t,description:e,icon:r,primaryColor:n,primaryTextColor:o,site:c}){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)("p",{style:{fontSize:56,fontWeight:600},children:c})]}),(0,i.jsx)("p",{style:{fontWeight:800,fontSize:84},children:t}),(0,i.jsx)("p",{style:{fontSize:48,color:"rgba(240,240,240,0.8)",fontWeight:500,lineClamp:2},children:e})]})}
1
+ "use strict";var n=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var f=(t,e)=>{for(var r in e)n(t,r,{get:e[r],enumerable:!0})},g=(t,e,r,l)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of d(e))!s.call(t,o)&&o!==r&&n(t,o,{get:()=>e[o],enumerable:!(l=c(e,o))||l.enumerable});return t};var m=t=>g(n({},"__esModule",{value:!0}),t);var y={};f(y,{default:()=>a});module.exports=m(y);var i=require("react/jsx-runtime");function a({title:t,description:e,icon:r,primaryColor:l,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, ${l}, 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)("p",{style:{fontSize:56,fontWeight:600},children:p})]}),(0,i.jsx)("p",{style:{fontWeight:800,fontSize:84,textOverflow:"ellipsis",lineClamp:2},children:t}),(0,i.jsx)("p",{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 c({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("p",{style:{fontSize:56,fontWeight:600},children:l})]}),e("p",{style:{fontWeight:800,fontSize:84},children:o}),e("p",{style:{fontSize:48,color:"rgba(240,240,240,0.8)",fontWeight:500,lineClamp:2},children:i})]})}export{c as default};
1
+ import{jsx as e,jsxs as t}from"react/jsx-runtime";function p({title:o,description:i,icon:r,primaryColor:l,primaryTextColor:n,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, ${l}, 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:n},children:[r,e("p",{style:{fontSize:56,fontWeight:600},children:a})]}),e("p",{style:{fontWeight:800,fontSize:84,textOverflow:"ellipsis",lineClamp:2},children:o}),e("p",{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.30.1",
4
+ "version": "0.30.2",
5
5
  "author": {
6
6
  "email": "me@kane.tw",
7
7
  "name": "Kane Wang",