diff --git a/calcit.cirru b/calcit.cirru index 29814ab..7d5c34c 100644 --- a/calcit.cirru +++ b/calcit.cirru @@ -1,6 +1,6 @@ {} - :configs $ {} (:init-fn |docs-workflow.main/main!) (:port 6001) (:reload-fn |docs-workflow.main/reload!) (:storage-key |calcit.cirru) (:version |0.0.9) + :configs $ {} (:init-fn |docs-workflow.main/main!) (:port 6001) (:reload-fn |docs-workflow.main/reload!) (:storage-key |calcit.cirru) (:version |0.0.10) :modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/ :entries $ {} :ir $ {} (:package |docs-workflow) @@ -479,6 +479,10 @@ :data $ {} |T $ {} (:at 1648637875525) (:by |rJG4IHzWf) (:text |:top) (:type :leaf) |b $ {} (:at 1648637881591) (:by |rJG4IHzWf) (:text |4) (:type :leaf) + |l $ {} (:at 1651401749594) (:by |rJG4IHzWf) (:type :expr) + :data $ {} + |T $ {} (:at 1651401751050) (:by |rJG4IHzWf) (:text |:z-index) (:type :leaf) + |b $ {} (:at 1651401751651) (:by |rJG4IHzWf) (:text |100) (:type :leaf) |b $ {} (:at 1648635629481) (:by |rJG4IHzWf) (:type :expr) :data $ {} |T $ {} (:at 1648635631847) (:by |rJG4IHzWf) (:text |:on-click) (:type :leaf) @@ -1713,6 +1717,25 @@ :data $ {} |T $ {} (:at 1651261721441) (:by |rJG4IHzWf) (:text |:position) (:type :leaf) |b $ {} (:at 1651261723559) (:by |rJG4IHzWf) (:text |:relative) (:type :leaf) + |b $ {} (:at 1651401637633) (:by |rJG4IHzWf) (:type :expr) + :data $ {} + |T $ {} (:at 1651401665433) (:by |rJG4IHzWf) (:text "|\"$0 iframe") (:type :leaf) + |b $ {} (:at 1651401645489) (:by |rJG4IHzWf) (:type :expr) + :data $ {} + |T $ {} (:at 1651401645880) (:by |rJG4IHzWf) (:text |{}) (:type :leaf) + |b $ {} (:at 1651401646180) (:by |rJG4IHzWf) (:type :expr) + :data $ {} + |T $ {} (:at 1651401649727) (:by |rJG4IHzWf) (:text |:border) (:type :leaf) + |b $ {} (:at 1651401650029) (:by |rJG4IHzWf) (:type :expr) + :data $ {} + |T $ {} (:at 1651401650506) (:by |rJG4IHzWf) (:text |str) (:type :leaf) + |b $ {} (:at 1651401653542) (:by |rJG4IHzWf) (:text "|\"1px solid ") (:type :leaf) + |h $ {} (:at 1651401656085) (:by |rJG4IHzWf) (:type :expr) + :data $ {} + |T $ {} (:at 1651401657506) (:by |rJG4IHzWf) (:text |hsl) (:type :leaf) + |b $ {} (:at 1651401657874) (:by |rJG4IHzWf) (:text |0) (:type :leaf) + |h $ {} (:at 1651401658332) (:by |rJG4IHzWf) (:text |0) (:type :leaf) + |l $ {} (:at 1651401660781) (:by |rJG4IHzWf) (:text |86) (:type :leaf) |css-speech-button $ {} (:at 1651261772886) (:by |rJG4IHzWf) (:type :expr) :data $ {} |T $ {} (:at 1651261774634) (:by |rJG4IHzWf) (:text |defstyle) (:type :leaf) diff --git a/compact.cirru b/compact.cirru index 98e901e..2317f03 100644 --- a/compact.cirru +++ b/compact.cirru @@ -1,6 +1,6 @@ {} (:package |docs-workflow) - :configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.9) + :configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.10) :modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/ :entries $ {} :files $ {} @@ -67,7 +67,7 @@ :border-right $ str "\"1px solid " (hsl 0 0 94) div {} - :style $ {} (:position :absolute) (:right 8) (:top 4) + :style $ {} (:position :absolute) (:right 8) (:top 4) (:z-index 100) :on-click $ fn (e d!) (.show quick-modal d!) <> "\"Quick Jump" $ merge {} (:cursor :pointer) (:font-family ui/font-fancy) @@ -237,6 +237,8 @@ {} (:padding "\"8px 16px") :background-color $ hsl 0 0 100 0.6 :position :relative + "\"$0 iframe" $ {} + :border $ str "\"1px solid " (hsl 0 0 86) |css-speech-button $ quote defstyle css-speech-button $ {} "\"$0" $ {} (:position :absolute) (:top 32) (:right 8) (:font-family css/font-fancy) diff --git a/docs/cirru.md b/docs/cirru.md index dcbe04e..64a3153 100644 --- a/docs/cirru.md +++ b/docs/cirru.md @@ -12,3 +12,6 @@ defn main ()
+ + + diff --git a/package.json b/package.json index f0d1fda..c9f6fff 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.9", + "version": "0.0.10", "name": "@calcit/docs-workflow", "dependencies": { "@calcit/procs": "^0.5.41",