Simple to use, styleable popovers for Lustre

fix: only transition opacity for popover

Changed files
+4 -5
src
www
+1 -1
gleam.toml
··· 1 1 name = "popcicle" 2 - version = "1.0.5" 2 + version = "1.0.6" 3 3 target = "javascript" 4 4 description = "Simple to use, styleable popovers for Lustre" 5 5 licences = ["Apache-2.0"]
+2 -3
src/popcicle.gleam
··· 81 81 PopcicleConfig( 82 82 css: " 83 83 div[data-popcicle-open] { 84 - position: absolute; 85 - transition: all; 86 - transition-duration: 200ms; 84 + position: absolute; 85 + transition: opacity 200ms; 87 86 } 88 87 89 88 div[data-popcicle-open=\"0\"] {
+1 -1
www/gleam.toml
··· 16 16 gleam_stdlib = ">= 0.34.0 and < 2.0.0" 17 17 lustre = ">= 4.6.3 and < 5.0.0" 18 18 lustre_dev_tools = ">= 1.6.5 and < 2.0.0" 19 - popcicle = ">= 1.0.4 and < 2.0.0" 19 + popcicle = ">= 1.0.6 and < 2.0.0" 20 20 lucide_lustre = ">= 2.0.0 and < 3.0.0" 21 21 22 22 [dev-dependencies]