Skip to content

Commit e097dbd

Browse files
committed
fix line-height; upgrade deps; tag 0.0.20
1 parent ba782d8 commit e097dbd

File tree

5 files changed

+251
-259
lines changed

5 files changed

+251
-259
lines changed

.github/workflows/upload.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,14 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v3
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 20
1818
cache: 'yarn'
1919

20-
- uses: supplypike/setup-bin@v3
21-
with:
22-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.14/cr'
23-
name: 'cr'
24-
version: '0.8.14'
25-
26-
- uses: supplypike/setup-bin@v3
20+
- uses: calcit-lang/setup-cr@0.0.3
2721
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.14/caps'
29-
name: 'caps'
30-
version: '0.8.14'
22+
version: '0.8.41'
3123

3224
- name: "compiles to js"
3325
run: >

calcit.cirru

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compact.cirru

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
{} (:package |docs-workflow)
3-
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.19)
3+
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.20)
44
:modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/
55
:entries $ {}
66
:files $ {}
@@ -312,7 +312,7 @@
312312
|style-child-entry $ %{} :CodeEntry (:doc |)
313313
:code $ quote
314314
defstyle style-child-entry $ {}
315-
"\"&" $ {} (:padding "\"0 8px") (:cursor :pointer) (:transition-duration "\"200ms") (:line-height 2.4)
315+
"\"&" $ {} (:padding "\"0 8px") (:cursor :pointer) (:transition-duration "\"200ms") (:line-height "\"2.4")
316316
"\"&:hover" $ {}
317317
:background-color $ hsl 190 10 70 0.1
318318
|style-doc-entry $ %{} :CodeEntry (:doc |)
@@ -329,7 +329,7 @@
329329
:border-left $ str "\"10px solid " (hsl 200 90 70)
330330
|style-entry $ %{} :CodeEntry (:doc |)
331331
:code $ quote
332-
def style-entry $ {} (:padding "\"0 8px") (:cursor :pointer) (:transition-duration "\"200ms") (:line-height 2.4)
332+
def style-entry $ {} (:padding "\"0 8px") (:cursor :pointer) (:transition-duration "\"200ms") (:line-height "\"2.4")
333333
:border-bottom $ str "\"1px solid " (hsl 0 0 92)
334334
:border-left $ str "\"0px solid " (hsl 200 90 60)
335335
|style-history-entry $ %{} :CodeEntry (:doc |)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"version": "0.0.19",
2+
"version": "0.0.20",
33
"name": "@calcit/docs-workflow",
44
"dependencies": {
5-
"@calcit/procs": "^0.8.14"
5+
"@calcit/procs": "^0.8.41"
66
},
77
"devDependencies": {
88
"bottom-tip": "^0.1.5",
99
"cirru-color": "^0.2.4",
10-
"github-markdown-css": "^5.5.0",
10+
"github-markdown-css": "^5.5.1",
1111
"highlight.js": "^11.9.0",
1212
"remarkable": "^2.0.1",
13-
"vite": "^5.0.12"
13+
"vite": "^5.1.6"
1414
}
1515
}

0 commit comments

Comments
 (0)