File tree Expand file tree Collapse file tree 4 files changed +91
-6
lines changed
Expand file tree Collapse file tree 4 files changed +91
-6
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
4040 mkdir -p ~/.config/calcit/modules/ && cd ~/.config/calcit/modules/
4141 && git clone https://github.com/calcit-lang/lilac.git
4242 && git clone https://github.com/calcit-lang/memof.git
43- && git clone https://github.com/Respo/respo.calcit.git --branch 0.14.39
43+ && git clone https://github.com/Respo/respo.calcit.git --branch 0.14.40
4444 && git clone https://github.com/Respo/reel.calcit.git
4545 && git clone https://github.com/Respo/respo-markdown.calcit.git
46- && git clone https://github.com/Respo/respo-ui.calcit.git --branch 0.4.6
46+ && git clone https://github.com/Respo/respo-ui.calcit.git
4747 && git clone https://github.com/Respo/respo-router.calcit.git
48- && git clone https://github.com/Respo/alerts.calcit.git
48+ && git clone https://github.com/Respo/alerts.calcit.git --branch 0.8.8
4949
5050 - name : " compiles to js"
5151 run : >
Original file line number Diff line number Diff line change 11
22{} ( :package |docs-workflow )
3- :configs $ {} ( :init-fn |docs-workflow.main/main! ) ( :reload-fn |docs-workflow.main/reload! ) ( :version |0.0.11 )
3+ :configs $ {} ( :init-fn |docs-workflow.main/main! ) ( :reload-fn |docs-workflow.main/reload! ) ( :version |0.0.12 )
44 :modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/
55 :entries $ {}
66 :files $ {}
101101 d! cursor $ next-path state xs
102102 comp-doc-page target
103103 =< nil 120
104+ comp-global-keydown
105+ {} $ :disabled-commands ( #{} "\" p" )
106+ fn ( e d! )
107+ cond
108+ and
109+ = "\" p" $ :key e
110+ or ( :meta? e ) ( :ctrl? e )
111+ .show quick-modal d!
112+ ( = "\" Escape" ( :key e ))
113+ .close quick-modal d!
104114 .render quick-modal
105115 when dev? $ comp-reel ( >> states :reel ) reel ( {} )
106116 |comp-doc-page $ quote
309319 respo.css :refer $ defstyle
310320 respo-ui.css :as css
311321 "\"@memkits/azure-speech-util" :refer $ speechOne nativeSpeechOne
322+ respo.comp.global-keydown :refer $ comp-global-keydown
312323 |docs-workflow.config $ {}
313324 :defs $ {}
314325 |dev? $ quote
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.0.11 " ,
2+ "version" : " 0.0.12 " ,
33 "name" : " @calcit/docs-workflow" ,
44 "dependencies" : {
55 "@calcit/procs" : " ^0.5.46" ,
You can’t perform that action at this time.
0 commit comments