view_component_reflex 3.3.8 → 3.3.9

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: '0859109dfc931e937610d024510cc41f0d4d44fc24369c3837b8a3e9c1e399bc'
4
- data.tar.gz: 4238451aba85d4b50e82ad3d537a269f0174ac1b0d4d0705fdc799de13a3c945
3
+ metadata.gz: 9d647f83bbea99b1c83d5b6de6f99a72716db151d8ca0e463d04100badf64c2a
4
+ data.tar.gz: 1c6606eb1e577690623f528035398dffa6c3023d13c9eb01a6643dcfa49364b0
5
5
  SHA512:
6
- metadata.gz: fa122bd78a82cb809ce55682f954afc42b30cab451b23cc5f7edd8de5d6006c6e186e36b9d1b749379643a3884628b5816a198e05dbe9199f1978d774cabbd5a
7
- data.tar.gz: 372fd1b8deae75287987ab05513eec57fec08f345150fea0d1bbd9d795cd3cd8961e31ca9af80e4536c63fbcd20ebaa79df6a27ca884df2287e8e23c2e086ec4
6
+ metadata.gz: a5c5fe3a05f533be3c1558f23714d0bfc572c2456dab33ed097d76a63c5d5d461e8fb9dc51d2c8d1aa645492a5eac3ddc8dfde1d90c330568af12d1800c20cda
7
+ data.tar.gz: 9cf0c59a718c2a9e1b92b122dac1b1149a4c36cc1d3eb584fd321cdf46d35cdc7ff448f6f43a5164115729eec907d19ba9aa96180f39b3ebdcd92352bf1c197a
@@ -33,7 +33,7 @@ module ViewComponentReflex
33
33
  html: html.inner_html,
34
34
  children_only: true,
35
35
  permanent_attribute_name: "data-reflex-permanent",
36
- id: respond_to?(:id) ? id : reflex_id
36
+ reflex_id: respond_to?(:id) ? id : reflex_id
37
37
  )
38
38
  end
39
39
  end
@@ -69,7 +69,7 @@ module ViewComponentReflex
69
69
  children_only: true,
70
70
  html: component_document.css(selector).to_html,
71
71
  permanent_attribute_name: "data-reflex-permanent",
72
- id: respond_to?(:id) ? id : reflex_id
72
+ reflex_id: respond_to?(:id) ? id : reflex_id
73
73
  )
74
74
  end
75
75
 
@@ -1,3 +1,3 @@
1
1
  module ViewComponentReflex
2
- VERSION = '3.3.8'
2
+ VERSION = '3.3.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: view_component_reflex
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.8
4
+ version: 3.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua LeBlanc