zenn-cli 0.1.155-alpha.0 → 0.1.155-alpha.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.
|
@@ -323,7 +323,9 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
323
323
|
border: 4px solid var(--c-primary);
|
|
324
324
|
border-radius: 50%;
|
|
325
325
|
border-top-color: var(--c-primary-bg);
|
|
326
|
-
animation:
|
|
326
|
+
animation:
|
|
327
|
+
${HF} 0.8s linear infinite,
|
|
328
|
+
${WF} 0.7s;
|
|
327
329
|
`,qF=({hash:e,slug:t})=>{const{data:r,error:n}=At(`/api/cli-guide/${t}`,{revalidateOnFocus:!1,revalidateOnReconnect:!1,errorRetryCount:2}),u=r==null?void 0:r.bodyHtml,i=r==null?void 0:r.title;return ci(i),M.useEffect(()=>{if(!e||!u)return;const o=document.getElementById(e);if(!o){console.error(`Couldn't find elements with id="${e}"`);return}o.scrollIntoView(),window.scrollBy(0,-30)},[u,e]),n?v("div",{children:n.message}):u?v(Ze,{children:v(rr,{children:T(GF,{className:"guide",children:[v("h1",{className:"guide__title",children:i}),v("div",{className:"guide__content",children:v(Xa,{rawHtml:u})})]})})}):v(An,{margin:"5rem auto"})},GF=pe.div`
|
|
328
330
|
padding: 3rem 0;
|
|
329
331
|
font-size: 0.94rem;
|
|
@@ -575,7 +577,8 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
575
577
|
.book-header__cover-img {
|
|
576
578
|
background: #fff;
|
|
577
579
|
object-fit: cover;
|
|
578
|
-
box-shadow:
|
|
580
|
+
box-shadow:
|
|
581
|
+
0 9px 20px -9px rgba(0, 27, 68, 0.52),
|
|
579
582
|
0 0 3px rgba(0, 21, 60, 0.1);
|
|
580
583
|
border-radius: 5px;
|
|
581
584
|
}
|
package/dist/client/index.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!
|
|
1
|
+
<!doctype html>
|
|
2
2
|
<html lang="ja">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8" />
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
<!-- 埋め込み要素のイベントを処理するためのスクリプト -->
|
|
14
14
|
<script src="https://embed.zenn.studio/js/listen-embed-event.js"></script>
|
|
15
|
-
<script type="module" crossorigin src="/assets/index-
|
|
15
|
+
<script type="module" crossorigin src="/assets/index-f811d1af.js"></script>
|
|
16
16
|
<link rel="stylesheet" href="/assets/index-c11b015f.css">
|
|
17
17
|
</head>
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zenn-cli",
|
|
3
|
-
"version": "0.1.155-alpha.
|
|
3
|
+
"version": "0.1.155-alpha.2",
|
|
4
4
|
"description": "Preview Zenn content locally.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -78,7 +78,6 @@
|
|
|
78
78
|
"npm-run-all": "^4.1.5",
|
|
79
79
|
"open": "^8.4.1",
|
|
80
80
|
"path": "^0.12.7",
|
|
81
|
-
"prettier": "^2.8.4",
|
|
82
81
|
"react": "^18.2.0",
|
|
83
82
|
"react-dom": "^18.2.0",
|
|
84
83
|
"react-icons": "^4.7.1",
|
|
@@ -95,10 +94,10 @@
|
|
|
95
94
|
"webpack": "^5.75.0",
|
|
96
95
|
"webpack-cli": "^5.0.1",
|
|
97
96
|
"ws": "^8.12.1",
|
|
98
|
-
"zenn-content-css": "0.1.155-alpha.
|
|
99
|
-
"zenn-embed-elements": "0.1.155-alpha.
|
|
100
|
-
"zenn-markdown-html": "0.1.155-alpha.
|
|
101
|
-
"zenn-model": "0.1.155-alpha.
|
|
97
|
+
"zenn-content-css": "0.1.155-alpha.2",
|
|
98
|
+
"zenn-embed-elements": "0.1.155-alpha.2",
|
|
99
|
+
"zenn-markdown-html": "0.1.155-alpha.2",
|
|
100
|
+
"zenn-model": "0.1.155-alpha.2"
|
|
102
101
|
},
|
|
103
102
|
"engines": {
|
|
104
103
|
"node": ">=14.0.0"
|
|
@@ -106,5 +105,5 @@
|
|
|
106
105
|
"publishConfig": {
|
|
107
106
|
"access": "public"
|
|
108
107
|
},
|
|
109
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "577c1e248e10e2bc5a10214e01c4b7223d66a637"
|
|
110
109
|
}
|