Skip to content

Commit

Permalink
upgrade calcit; refine focus highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Oct 13, 2023
1 parent c437904 commit 560f03f
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 134 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:

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

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

- run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:

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

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

- run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page

Expand Down
3 changes: 2 additions & 1 deletion assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ body * {
}

.comp-expr:hover {
border-color: hsla(0,0%,100%,0.8);
border-color: hsla(0,0%,100%,0.86);
}

.comp-expr:active {
Expand All @@ -103,6 +103,7 @@ div.comp-expr:has(.comp-leaf:active):active {
}

.comp-expr.cirru-focused .comp-leaf,
.comp-expr:has(> .cirru-focused.comp-leaf) .comp-leaf,
.comp-leaf.cirru-focused {
opacity: 1;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"vite": "^4.4.11"
},
"dependencies": {
"@calcit/procs": "^0.8.6",
"@calcit/procs": "^0.8.8",
"chalk": "^5.3.0",
"dayjs": "^1.11.10",
"gaze": "^1.1.3",
Expand Down
Loading

0 comments on commit 560f03f

Please sign in to comment.