katalyst-kpop 2.0.5 → 2.0.6

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: 132ccf15922a7201b808f5e05d0ebfa5294a80fb52fbffd9394b17620ef7e841
4
- data.tar.gz: ab016bd132de1ad7e039e4eca8e0e5aeb5668442a26d08be233625b864d34754
3
+ metadata.gz: 2d5516f4264830591abc464744c7ebaf9ca5ea6664eef727f1219a434df9f9be
4
+ data.tar.gz: 7370d64af3b49070f957d41425e644f08269750205d0964b0ba155244c1b22ae
5
5
  SHA512:
6
- metadata.gz: e46ae5a99a83e236123445f6273a0d5aa44a7e7d42676ed775d2fe523629f6ba7dcde29ceec1a8c650e7ec77d1d6460fa62abdf296e342335270f79aeb2b4a4e
7
- data.tar.gz: 63e704500714934863e32822335956c3896bea1670ff141ddfb32679369c4087e028077fbb487f24b9639cca30ec89099c44f76b8b4a507c9e3d77bd00332227
6
+ metadata.gz: 0e9d15134011c34b615f1d79929b48220ae6a1e714e002be508c5dcc4320545e170855b92d1bedc71ff720dd8ba5b6e09697a66be303830ad73ac12a748b003e
7
+ data.tar.gz: 77401e288f4198a50f8fca9fb13514d8c0f4bdae8bbe3ba7029df58d5c1423fde2d6ead18b1ba9f29c36cdb711a70d61ceb74b22f30dc2e8317d7d7cf184a4ef
@@ -14,10 +14,11 @@ module KpopHelper
14
14
 
15
15
  # Render a turbo frame tag that can be targeted for rendering kpop modals.
16
16
  def kpop_frame_tag(**html_attributes, &block)
17
- html_attributes[:class] ||= "kpop-container"
18
- html_attributes[:data] ||= {}
19
- html_attributes[:data][:controller] = "kpop"
20
- html_attributes[:data][:action] = "scrim:hide@window->kpop#dismiss"
17
+ html_attributes[:class] ||= "kpop-container"
18
+ html_attributes[:data] ||= {}
19
+ html_attributes[:data][:controller] = "kpop"
20
+ html_attributes[:data][:action] = "scrim:hide@window->kpop#dismiss"
21
+ html_attributes[:data][:turbo_temporary] = ""
21
22
 
22
23
  turbo_frame_tag("kpop", **html_attributes) do
23
24
  capture(&block) if block
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Katalyst
4
4
  module Kpop
5
- VERSION = "2.0.5"
5
+ VERSION = "2.0.6"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: katalyst-kpop
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katalyst Interactive
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-28 00:00:00.000000000 Z
11
+ date: 2023-08-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: