Skip to content

Commit

Permalink
fix nil in modal-menu; tag 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Oct 20, 2024
1 parent 2ab15e6 commit d17b004
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 126 deletions.
6 changes: 4 additions & 2 deletions calcit.cirru

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

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

{} (:package |respo-alerts)
:configs $ {} (:init-fn |respo-alerts.main/main!) (:reload-fn |respo-alerts.main/reload!) (:version |0.10.1)
:configs $ {} (:init-fn |respo-alerts.main/main!) (:reload-fn |respo-alerts.main/reload!) (:version |0.10.2)
:modules $ [] |lilac/ |memof/ |respo.calcit/ |respo-ui.calcit/ |reel.calcit/
:entries $ {}
:files $ {}
Expand Down Expand Up @@ -482,7 +482,7 @@
:class-name $ str-spaced css/row-parted css/font-fancy!
:style $ {} (:padding "\"4px 8px")
:color $ hsl 0 0 70
span nil
span $ {}
<> title
span $ {} (:inner-text "\"Clear") (:class-name style-clear)
:on-click $ fn (e d!) (on-select! nil d!)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"devDependencies": {
"@calcit/std": "^0.0.3",
"bottom-tip": "^0.1.5",
"vite": "^5.4.3"
"vite": "^5.4.9"
},
"dependencies": {
"@calcit/procs": "^0.9.5"
Expand Down
242 changes: 121 additions & 121 deletions yarn.lock

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

0 comments on commit d17b004

Please sign in to comment.