voidable-hotwire 0.4.1 → 0.4.2

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: b6e356e75c50aa3acadf54f8479f3ea2b426cbf11f90c877202604cd57db2de6
4
- data.tar.gz: 571158d41cde97770c45d54c697f5d8e14df5af8f62e3c6cc9eac58af65b22c4
3
+ metadata.gz: ef7b6f09d3937d5ffa6282adfe82a7aa07e4cbe81d49a51b64aa9e94833f258e
4
+ data.tar.gz: 7b2aa0b2a5f61be15c7dccfda616ac9e420a0ffb1ebeda610ae40f7613822b67
5
5
  SHA512:
6
- metadata.gz: 97ab88f3550239b4a29cafa6a67134b11256629c6a3f741e746d588407ad2cf32df78d68fa7d3643e05a5d68825ec9f01a72ddac09e0e31271a6216583d4629e
7
- data.tar.gz: 3ae2070197419f5fbfe65109002eff5ad27e696857cf436dd886bb2eca53afaab19ac7272710c56f59eb37a2db5e67a56fcdaacf817399965668a273a97f70d9
6
+ metadata.gz: fa556149628055f49155f63be2fc73470a5914a0fc642a57257fb478db4209b3541f5247da7ef9b63d5de7a05f32a627252c148d8653af3b8db95cf4da014520
7
+ data.tar.gz: 9189dada78c56b91d1908e22b1aed6e122a31129879a81e06f63159f51b1d1054886e5b92761c02ec40949baff02a52ebf7ed5762a630228dd0d87e913f0c085
data/config/importmap.rb CHANGED
@@ -1,2 +1,2 @@
1
- pin "@voidable/ui", to: "https://cdn.jsdelivr.net/npm/@voidable/ui@0.5.2/dist/index.js"
1
+ pin "@voidable/ui", to: "https://cdn.jsdelivr.net/npm/@voidable/ui@0.5.2/+esm"
2
2
  pin "@voidable/ui-hotwire", to: "https://cdn.jsdelivr.net/npm/@voidable/ui-hotwire@0.3.0/dist/index.js"
@@ -21,7 +21,7 @@ module Voidable
21
21
  append_to_file importmap, <<~RUBY
22
22
 
23
23
  # Voidable UI
24
- pin "@voidable/ui", to: "https://cdn.jsdelivr.net/npm/@voidable/ui@0.5.2/dist/index.js"
24
+ pin "@voidable/ui", to: "https://cdn.jsdelivr.net/npm/@voidable/ui@0.5.2/+esm"
25
25
  pin "@voidable/ui-hotwire", to: "https://cdn.jsdelivr.net/npm/@voidable/ui-hotwire@0.3.0/dist/index.js"
26
26
  RUBY
27
27
  say "Pinned @voidable/ui and @voidable/ui-hotwire in importmap", :green
@@ -27,6 +27,7 @@ a { color: inherit; text-decoration: none; }
27
27
  left: 0;
28
28
  height: 100dvh;
29
29
  z-index: 20;
30
+ overflow: visible;
30
31
  }
31
32
 
32
33
  /* Sidebar header */
@@ -1,5 +1,5 @@
1
1
  module Voidable
2
2
  module Hotwire
3
- VERSION = "0.4.1"
3
+ VERSION = "0.4.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voidable-hotwire
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaz Walker