katalyst-kpop 3.2.7 → 3.2.8

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: 130f02cc7a50dbe2cdba04a6ba7abd39100ba19e02a9bc6b6c9ffa1386d6817d
4
- data.tar.gz: fa2bd7dc46e41540ef60a622b46066cb3f65b32da22a595c0d012c32eaf26864
3
+ metadata.gz: b106878643324d44e6d0637d30534002c58420279132c493844bfe61129c4335
4
+ data.tar.gz: 8d95ad6935ea3c15c3b338275be9b6e13d103606d5235ff26786d4809274ebfa
5
5
  SHA512:
6
- metadata.gz: dc83006e65292fb98728c05650720d1c447c4cbe6c2c40f1071ec2af3b3095660b942ebe0bf76e9e1faf166608d2557ba2e87da5ad00afb57db2cf70cd501d2d
7
- data.tar.gz: cd825634f4b532b1bec33dbee81e6c0041e20f18ad2db716d5cd29f5125d3c50bf820d1a840635d5ad6b07018acc8818d34ac936006a204a1981d790b2821704
6
+ metadata.gz: d8c5a9a37458d39ab366e0e2d78b037116ec081e2d3907a9f972c2fcf2fc8eeb1692373e0a0d3018a646aafd9bc007ab702e59215dcd8a18fd45182b7d0a6d8e
7
+ data.tar.gz: eb232960c6493697e225057eb1021c88060b273141c78c805cd832a8b3cc7451fdd0bc49ee4b6e86453a71ea87a9bc3a37e2a6d14a858d742159173a7694b585
@@ -18,7 +18,7 @@ module Kpop
18
18
  ].freeze
19
19
 
20
20
  def initialize(id: "kpop", scrim: "#scrim", **)
21
- super
21
+ super(**)
22
22
 
23
23
  @id = id
24
24
  @scrim = scrim
@@ -6,7 +6,7 @@ module Kpop
6
6
  include Katalyst::HtmlAttributes
7
7
 
8
8
  def initialize(title: nil, captive: false, **)
9
- super
9
+ super(**)
10
10
 
11
11
  @title = title
12
12
  @captive = captive
@@ -9,7 +9,7 @@ class ScrimComponent < ViewComponent::Base
9
9
  ].freeze
10
10
 
11
11
  def initialize(id: "scrim", z_index: 40)
12
- super
12
+ super()
13
13
 
14
14
  @id = id
15
15
  @z_index = z_index
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: katalyst-kpop
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.7
4
+ version: 3.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katalyst Interactive
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-26 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: katalyst-html-attributes
@@ -127,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  - !ruby/object:Gem::Version
128
128
  version: '0'
129
129
  requirements: []
130
- rubygems_version: 3.6.2
130
+ rubygems_version: 3.6.7
131
131
  specification_version: 4
132
132
  summary: Modal library that uses Turbo and Stimulus.
133
133
  test_files: []