hotwire_native_rails 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: f97c2f9c30c5a5dfd25c07123c9a525682c75cb0070dd73ad58c738a2520e7a9
4
- data.tar.gz: 30165a99d3cb916c63fc452229069be475a167086a132ea272d04e139a4fee0e
3
+ metadata.gz: 496232d28d21557ed5ae8052afcdb90c4881962b4bb9a14aa53998526efd039a
4
+ data.tar.gz: ebb6f14bbecb603d8ad2f1b38762e9540d46760784cdb9b4a6714e24c06135e7
5
5
  SHA512:
6
- metadata.gz: aa950e7ed3f06c09efe76c941fc6e5a526abc94ba4fb4c68f6a5debeaeb23a03dfbe4090acd9cd459a4a0acf7619933f075b859134fe29dbd891210adae305b5
7
- data.tar.gz: c8aec60e28771debaae4d2065d2c9c38931c7d164b39f400534e76343f9d00861487ca45bee58a2ee7239e22372430c6027053529c9c030f38fb32fd6ea252a3
6
+ metadata.gz: 4a411b0354a1e6b49c04ef147f88af0fdcfd8ce64c78b48aabc258db830e7440fb1e73e4f6b47112a4e76890a9b0c12c09360a23fa838f5bf5554e93a3020d30
7
+ data.tar.gz: 63e076f7932d86f32db010e4c7f237c0cef83438acd4f6d9571c5cd028f52a44673bbc3970abb1d990418ab578480108cfb2bffe1b676792f5a3c7e39c07c9e9
@@ -100,8 +100,8 @@ class HotwireNativeGenerator < Rails::Generators::Base
100
100
  append_to_file "app/assets/stylesheets/application.css" do
101
101
  <<-CSS
102
102
 
103
- body.hotwire-native .hotwire-native:hidden {
104
- display: none;
103
+ body.hotwire-native .d-hotwire-native-none {
104
+ display: none !important;
105
105
  }
106
106
  CSS
107
107
  end
@@ -38,4 +38,9 @@ export default class extends BridgeComponent {
38
38
  this.element.click()
39
39
  })
40
40
  }
41
+
42
+ disconnect() {
43
+ super.disconnect()
44
+ this.send("disconnect")
45
+ }
41
46
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HotwireNativeRails
4
- VERSION = "0.4.1"
4
+ VERSION = "0.4.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hotwire_native_rails
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
  - Yaro Shm
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-16 00:00:00.000000000 Z
11
+ date: 2024-12-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: