bullet_train-themes-light 1.29.0 → 1.30.1

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: eb0c9fb25ff0bceae584796a8c376e963e10c000db5dfb57cf3c0e084595b925
4
+ data.tar.gz: d6160da2943f87f9ac62f15ba294b419f331025322a0258c8735bb50be44f7cf
5
5
  SHA512:
6
- metadata.gz: a3dc81dac9dd5dd9e7f36cfbc7e139b62e3603828cc28793726e21e407b7b3f33b05073784dbd1e6821aca9d2613e8d5e7437dbaeec30f526e982ba4b4872927
7
- data.tar.gz: 8aa286c1090cc0eaeaddaa353ce6c719451685b947fa9eb72495f90716a2b106e3edc5f1394e9cc37a6dbe72151768d2410a9078d770bb0753c5b33c696f78fb
6
+ metadata.gz: 89fd409df05120a800e4bf68265c60cd0865e20f6b0539b4f1dcdf8d8ffb6f2d5c2ec160314f809345efb34a401c427cc33601b4090e19e3fd491db90c5155d0
7
+ data.tar.gz: 7f42e023a749aeeb31c241731a1857c184a078d770ecca5e565759b040b2153530836e5dc3ad24ed6f7ee01c9c838d715320edfd55d5a16ca0e6ed28c86edb10
@@ -195,4 +195,16 @@
195
195
  details > summary.list-none::marker {
196
196
  display: none;
197
197
  }
198
+
199
+ .sortable-active-dropzone {
200
+ @apply border-dashed bg-gray-50 dark:bg-slate-800 border-slate-400;
201
+ }
202
+
203
+ .sortable-active-item {
204
+ @apply shadow bg-white *:bg-white dark:bg-slate-700 dark:*:bg-slate-700 opacity-100 *:opacity-100;
205
+ }
206
+
207
+ .sortable-drop-target {
208
+ @apply shadow-inner shadow-gray-500 dark:shadow-black hover:shadow-inner bg-gray-100 *:bg-gray-100 dark:bg-slate-900 dark:*:bg-slate-900 *:opacity-0;
209
+ }
198
210
  }
@@ -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.1"
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver