katalyst-kpop 3.2.4 → 3.2.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: 4a49cea9eb4f18c778dc2641d00cc3fe20c3a909c2c5e42023ee4a727e36d2f9
4
- data.tar.gz: e0f2c0ec90c760f63e06e6fce8520c044ddb83d1bc84cea02e2119f0897cae2e
3
+ metadata.gz: 265b8f849c193acd5f380b24bb75956fcb9f604a19f8b26c66b53eafcb08e3bc
4
+ data.tar.gz: 725b40a50766355cff40f51698c1005c23f9216579aa6e5d3a8f9229b8349ba0
5
5
  SHA512:
6
- metadata.gz: b32491d112eb94c285cfa79be8009d44590fe1beb9da0f6f733e4354a5bfab2ce8dba2e385e8bc386b9d062d33dba984d57e1f8ff171f61db1f057d5d823fbb5
7
- data.tar.gz: 3c142904fa16d4af92ecb319c7cc718882a07c4004817f16108f909e885e9ccfe9045412117f856d0f944dddf14cd913f2f0875b3347ae3856d35d8ed23ec7a4
6
+ metadata.gz: 74871018734d6733953c916e28b462bb6d48797fb936393f47729dec86e935e10f9e88a47bd8ab181802079f0556fb083b517ce707688614196f5dad302cd067
7
+ data.tar.gz: c2abd44da054ceec49b88745614570b102b0bd04cdd286344710f82acfc011bfccf8397e6a62b4fe9acc83ccb703f12372e603df67d6dfed2af897b521b07a22
data/README.md CHANGED
@@ -123,9 +123,9 @@ calculation to check that the headers are compatible.
123
123
  Releases need to be distributed to rubygems.org and npmjs.org. To do this, you need to have accounts with both providers
124
124
  and be added as a collaborator to the kpop gem and npm packages.
125
125
 
126
- 1. Update the version in `lib/katalyst/kpop/version.rb`
126
+ 1. Update the version in `katalyst-kpop.gemspec` and run `bundle` to update `Gemfile.lock`
127
127
  2. Ensure that `rake` passes (format and tests)
128
- 3. Tag a release and push to rubygems.org by running `rake release`
128
+ 3. Tag the release and push the tag to github to run CI/CD
129
129
 
130
130
  ## License
131
131
 
@@ -68,8 +68,9 @@
68
68
 
69
69
  .button-set {
70
70
  display: flex;
71
- gap: 0.5rem;
71
+ gap: var(--gap, 0.5rem);
72
72
  justify-content: flex-end;
73
+ align-items: baseline;
73
74
  }
74
75
 
75
76
  &.iframe {
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: 3.2.4
4
+ version: 3.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katalyst Interactive
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-26 00:00:00.000000000 Z
11
+ date: 2024-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: katalyst-html-attributes
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description:
55
+ description:
56
56
  email:
57
57
  - developers@katalyst.com.au
58
58
  executables: []
@@ -115,7 +115,7 @@ licenses:
115
115
  - MIT
116
116
  metadata:
117
117
  rubygems_mfa_required: 'true'
118
- post_install_message:
118
+ post_install_message:
119
119
  rdoc_options: []
120
120
  require_paths:
121
121
  - lib
@@ -131,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
131
  version: '0'
132
132
  requirements: []
133
133
  rubygems_version: 3.5.22
134
- signing_key:
134
+ signing_key:
135
135
  specification_version: 4
136
136
  summary: Modal library that uses Turbo and Stimulus.
137
137
  test_files: []