bullet_train-themes-light 1.29.0 → 1.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 26f3c6a5c52b1b002989ff5817ec35cddffcc6a6c7d3f24b46c7e31533e2f5fa
4
- data.tar.gz: e039db43c22ec9594b66caef7bd1ce20149f9262b385c711cb53b2af09fbf90c
3
+ metadata.gz: 2883fe936752186ec696acc23b8cea87cd43dc42d661764826f734dd3ca96645
4
+ data.tar.gz: d171f849766289c0190908797cb691619633f471e2406bbb12574da4047d695d
5
5
  SHA512:
6
- metadata.gz: a3dc81dac9dd5dd9e7f36cfbc7e139b62e3603828cc28793726e21e407b7b3f33b05073784dbd1e6821aca9d2613e8d5e7437dbaeec30f526e982ba4b4872927
7
- data.tar.gz: 8aa286c1090cc0eaeaddaa353ce6c719451685b947fa9eb72495f90716a2b106e3edc5f1394e9cc37a6dbe72151768d2410a9078d770bb0753c5b33c696f78fb
6
+ metadata.gz: 0d6a13d66c7c424446fce25d2c7af2a889a2568627013f45d837245645fce44e02f22665f695bbda2822ba375c0647c0d56cb4575b9e83818f348b2020ba4e55
7
+ data.tar.gz: df799a24ee1871f5314e645b20b3b8d62267abf15848eabb4ddae077964066fdbb8fded6ed78a7fc5b922122f4c9e7fdeed15dc14fc5b939b0c7cdf428f485ae
@@ -42,3 +42,19 @@ html.turn-exit [data-turn-exit] {
42
42
  transform: translateZ(0)
43
43
  }
44
44
  }
45
+
46
+ /*
47
+ * A (possibly) temporary fix for a weird interaction between Turbo and turn.js
48
+ * https://github.com/bullet-train-co/bullet_train/issues/2214#issuecomment-3349556410
49
+ */
50
+ .turn-view-transitions.turn-transition [data-turn-enter],
51
+ .turn-view-transitions.turn-before-transition [data-turn-enter] {
52
+ opacity: 0;
53
+ }
54
+
55
+ /*
56
+ * This mostly prevents sudden side-to-side jumping due to the addition of a scrollbar during transition.
57
+ */
58
+ html.turn-advance{
59
+ overflow: hidden;
60
+ }
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.29.0"
4
+ VERSION = "1.30.0"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes-light
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver