hotwire-debug 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ed8d47b35e63b72efa8dde416c7b4df5420b35b4d8055f89332daba51c95cfe
4
- data.tar.gz: 73e1e5b6008d73862bef35df2cb93875725db7ee69862be39f274078a5551524
3
+ metadata.gz: 9329db41d14bc4bd4088b9d297fbd02af035c5ad0a157ba02117262de227fb50
4
+ data.tar.gz: 152caa7ceb43ee1a77d83b35cb5973ecb0f9ae1f923e70df72e0f1ac1e45206c
5
5
  SHA512:
6
- metadata.gz: 6c47b7228587329cd08a08bd9c517be8d2fa0dbcbd83606a271d83e59526de790dbf6d009c73b8fd0bcf00372920668642f038f7ed54fa424b787ee30a348dcb
7
- data.tar.gz: 46a23ea2e36ee4d7f18fa23bfa8afad2564adf66e7dc767ddf063a402c37bffcb4112bc2df421204f86cab6b89a1d105b19ca3f9a0269b3caedcc91eb16af37c
6
+ metadata.gz: 8ad1a938f4de1a5dcf99323e3a12e4fe0e4d09207d94609d284891f336ae4fa77390a697c92f3901ccb571704a1becd1d68807e9b7cc2a7f6ef186d748730558
7
+ data.tar.gz: ef1de119c5a8b4915ebca1ac5093e38644a01d82617e1dd1bc4788c8f7e8d931bd491d14178421d476bd8af7c8bbaf749815b4e7cb5d59ceceec17d32973791b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hotwire-debug (0.1.4)
4
+ hotwire-debug (0.1.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -7,22 +7,25 @@
7
7
  --color-highlight: rgba(200, 200, 200, 1);
8
8
  --color-main: rgba(0, 0, 0, 1);
9
9
  }
10
- [data-hotwire-debug-bottom] #hotwire-toggle {
10
+ :root[data-hotwire-debug-bottom] #hotwire-toggle {
11
11
  bottom: 1rem !important;
12
+ top: unset;
12
13
  }
13
- [data-hotwire-debug-middle] #hotwire-toggle {
14
+ :root[data-hotwire-debug-middle] #hotwire-toggle {
14
15
  bottom: 50% !important;
16
+ top: unset;
15
17
  }
16
- [data-hotwire-debug-top] #hotwire-toggle {
18
+ :root[data-hotwire-debug-top] #hotwire-toggle {
17
19
  top: 1rem !important;
18
20
  }
19
- [data-hotwire-debug-center] #hotwire-toggle {
21
+ :root[data-hotwire-debug-center] #hotwire-toggle {
20
22
  right: 50% !important;
21
23
  }
22
- [data-hotwire-debug-left] #hotwire-toggle {
24
+ :root[data-hotwire-debug-left] #hotwire-toggle {
23
25
  left: 1rem !important;
26
+ right: unset;
24
27
  }
25
- [data-hotwire-debug-right] #hotwire-toggle {
28
+ :root[data-hotwire-debug-right] #hotwire-toggle {
26
29
  right: 1rem !important;
27
30
  }
28
31
  #hotwire-toggle {
@@ -1,5 +1,5 @@
1
1
  module Hotwire
2
2
  module Debug
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end
@@ -7,22 +7,25 @@
7
7
  --color-highlight: rgba(200, 200, 200, 1);
8
8
  --color-main: rgba(0, 0, 0, 1);
9
9
  }
10
- [data-hotwire-debug-bottom] #hotwire-toggle {
10
+ :root[data-hotwire-debug-bottom] #hotwire-toggle {
11
11
  bottom: 1rem !important;
12
+ top: unset;
12
13
  }
13
- [data-hotwire-debug-middle] #hotwire-toggle {
14
+ :root[data-hotwire-debug-middle] #hotwire-toggle {
14
15
  bottom: 50% !important;
16
+ top: unset;
15
17
  }
16
- [data-hotwire-debug-top] #hotwire-toggle {
18
+ :root[data-hotwire-debug-top] #hotwire-toggle {
17
19
  top: 1rem !important;
18
20
  }
19
- [data-hotwire-debug-center] #hotwire-toggle {
21
+ :root[data-hotwire-debug-center] #hotwire-toggle {
20
22
  right: 50% !important;
21
23
  }
22
- [data-hotwire-debug-left] #hotwire-toggle {
24
+ :root[data-hotwire-debug-left] #hotwire-toggle {
23
25
  left: 1rem !important;
26
+ right: unset;
24
27
  }
25
- [data-hotwire-debug-right] #hotwire-toggle {
28
+ :root[data-hotwire-debug-right] #hotwire-toggle {
26
29
  right: 1rem !important;
27
30
  }
28
31
  #hotwire-toggle {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hotwire-debug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jim Remsik