katalyst-koi 4.12.0 → 4.12.2

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: a7052a6fb84aaf031995b2649e25da0d91d561a3fd36d44df786cec1d86f98bb
4
- data.tar.gz: fd36465c8a9bd48a30d1e111fce286be3409db0ef4a7ca0b5b75b16dd2832ebd
3
+ metadata.gz: 4cc71f8b8005bde96b92f8e30d2ebcc18cc32fcfe5cbb2e10f775d3b1cb5887e
4
+ data.tar.gz: 1011bc8c0b5caad1a868ba453c51e62a2dea65adc84e479bb824fae22c808337
5
5
  SHA512:
6
- metadata.gz: c5cda62edf772c8d0810bf320abbc30a7b0a36853041d7fe87deb8273cb9b786920895187c79af5dff6552e66ee94ec43f6f5df6e5e084b770dfdb34da147d1d
7
- data.tar.gz: 6d6c94d0ce8aed7bca0372db3eb9202b8c2ca3e3352c3bd8d84728a63e620c12672f3956e9fcdabc287d85c7fc627e744c6126d671598df956d079386e8dc61d
6
+ metadata.gz: ec637d23b6a87660106590b789c702b0753c9cd5579cda9ad4cc211c80840c5ee6ef962d0216d3dc5a4eb2a004061c38d97ff5db2c18ce9d845a43f66a14c2d0
7
+ data.tar.gz: 55f7477c68b003879ce0c415c9148f361c4957de4b74d33667253261638de44bc5289d63af4b0b75673495830f8b2f23dce98d05cf4705cf5c0dde8fa943165b
@@ -15,7 +15,7 @@ $text-icon-color: #888;
15
15
  flex: 1;
16
16
  }
17
17
 
18
- [role="searchbox"],
18
+ [role="combobox"],
19
19
  .query-input .highlight {
20
20
  max-width: unset;
21
21
  outline: none;
@@ -48,7 +48,7 @@ $text-icon-color: #888;
48
48
  }
49
49
  }
50
50
 
51
- [role="searchbox"]:focus ~ button[type="submit"],
51
+ [role="combobox"]:focus ~ button[type="submit"],
52
52
  button[type="submit"]:focus {
53
53
  opacity: 1;
54
54
 
@@ -65,13 +65,6 @@ $text-icon-color: #888;
65
65
  font-weight: 500;
66
66
  line-height: 1.5;
67
67
  color: #666;
68
- margin-bottom: 0.5rem;
69
- }
70
-
71
- li {
72
- display: flex;
73
- min-height: 1.75rem;
74
- align-items: baseline;
75
68
  }
76
69
 
77
70
  li::before {
data/lib/koi/engine.rb CHANGED
@@ -73,5 +73,10 @@ module Koi
73
73
  )
74
74
  end
75
75
  end
76
+
77
+ # Koi uses table_query_with() which requires a capture patch for form and view_component interoperability
78
+ initializer "koi.view_component", before: "view_component.enable_capture_patch" do |app|
79
+ app.config.view_component.enable_capture_patch = true
80
+ end
76
81
  end
77
82
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: katalyst-koi
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.12.0
4
+ version: 4.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katalyst Interactive
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-25 00:00:00.000000000 Z
11
+ date: 2024-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -216,8 +216,6 @@ files:
216
216
  - MIT-LICENSE
217
217
  - README.md
218
218
  - Upgrade.md
219
- - app/assets/builds/koi/admin.css
220
- - app/assets/builds/koi/admin.css.map
221
219
  - app/assets/config/koi.js
222
220
  - app/assets/images/koi/application/chevron-right.svg
223
221
  - app/assets/images/koi/application/glyphicons-halflings-white.png