Skip to content

Commit

Permalink
fix line-height; upgrade deps; tag 0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Mar 13, 2024
1 parent ba782d8 commit e097dbd
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 259 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.14/cr'
name: 'cr'
version: '0.8.14'

- uses: supplypike/setup-bin@v3
- uses: calcit-lang/[email protected]
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.14/caps'
name: 'caps'
version: '0.8.14'
version: '0.8.41'

- name: "compiles to js"
run: >
Expand Down
6 changes: 3 additions & 3 deletions calcit.cirru

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions compact.cirru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{} (:package |docs-workflow)
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.19)
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.20)
:modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/
:entries $ {}
:files $ {}
Expand Down Expand Up @@ -312,7 +312,7 @@
|style-child-entry $ %{} :CodeEntry (:doc |)
:code $ quote
defstyle style-child-entry $ {}
"\"&" $ {} (:padding "\"0 8px") (:cursor :pointer) (:transition-duration "\"200ms") (:line-height 2.4)
"\"&" $ {} (:padding "\"0 8px") (:cursor :pointer) (:transition-duration "\"200ms") (:line-height "\"2.4")
"\"&:hover" $ {}
:background-color $ hsl 190 10 70 0.1
|style-doc-entry $ %{} :CodeEntry (:doc |)
Expand All @@ -329,7 +329,7 @@
:border-left $ str "\"10px solid " (hsl 200 90 70)
|style-entry $ %{} :CodeEntry (:doc |)
:code $ quote
def style-entry $ {} (:padding "\"0 8px") (:cursor :pointer) (:transition-duration "\"200ms") (:line-height 2.4)
def style-entry $ {} (:padding "\"0 8px") (:cursor :pointer) (:transition-duration "\"200ms") (:line-height "\"2.4")
:border-bottom $ str "\"1px solid " (hsl 0 0 92)
:border-left $ str "\"0px solid " (hsl 200 90 60)
|style-history-entry $ %{} :CodeEntry (:doc |)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "0.0.19",
"version": "0.0.20",
"name": "@calcit/docs-workflow",
"dependencies": {
"@calcit/procs": "^0.8.14"
"@calcit/procs": "^0.8.41"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"cirru-color": "^0.2.4",
"github-markdown-css": "^5.5.0",
"github-markdown-css": "^5.5.1",
"highlight.js": "^11.9.0",
"remarkable": "^2.0.1",
"vite": "^5.0.12"
"vite": "^5.1.6"
}
}
Loading

0 comments on commit e097dbd

Please sign in to comment.