view_component_reflex 3.3.7 → 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: ae8be2f64a083d4251b5eef0cc9b228975c8945f4d86f1533733299598a6a7b1
4
- data.tar.gz: 863be20cc526eeee4456b82df012137480467f286d8d57bbee9e6320b054ea76
3
+ metadata.gz: 9d647f83bbea99b1c83d5b6de6f99a72716db151d8ca0e463d04100badf64c2a
4
+ data.tar.gz: 1c6606eb1e577690623f528035398dffa6c3023d13c9eb01a6643dcfa49364b0
5
5
  SHA512:
6
- metadata.gz: ebd1ef0a4cd063d64e10a2f1fc401855f7b6df923fb8aee03b19b2e8955d2d1c51ac864f1a6a54c497afc0d827c80135cb178827d054b4dfd9c4a47f3a2c2f92
7
- data.tar.gz: c606742241637572e2c4b8df1248514fb9864a58d30c116535d0ccc0e8a59cbf93716afce9db8cc46dd3bde7720da345a88a4eb0a4589bf4bc05d51e1ed40f33
6
+ metadata.gz: a5c5fe3a05f533be3c1558f23714d0bfc572c2456dab33ed097d76a63c5d5d461e8fb9dc51d2c8d1aa645492a5eac3ddc8dfde1d90c330568af12d1800c20cda
7
+ data.tar.gz: 9cf0c59a718c2a9e1b92b122dac1b1149a4c36cc1d3eb584fd321cdf46d35cdc7ff448f6f43a5164115729eec907d19ba9aa96180f39b3ebdcd92352bf1c197a
@@ -85,7 +85,7 @@ module ViewComponentReflex
85
85
 
86
86
  def stimulus_reflex_data
87
87
  {
88
- reflex_id: respond_to?(:id) ? id : reflex_id,
88
+ id: respond_to?(:id) ? id : reflex_id,
89
89
  xpath_controller: xpath_controller,
90
90
  xpath_element: xpath_element,
91
91
  target: target,
@@ -1,3 +1,3 @@
1
1
  module ViewComponentReflex
2
- VERSION = '3.3.7'
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.7
4
+ version: 3.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua LeBlanc