katalyst-koi 4.12.1 → 4.12.3

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: 23e43ac19a63975d113f99a795485d9a7b57723942d312518d15fb50c400f5b0
4
- data.tar.gz: df972d7f9ae4ebdff940ccf0a24e5e8e8244c66662e1f0a00693191d5b7f410b
3
+ metadata.gz: 75941efc514bf7165e61f80f692513138bf85e1be42df14e9fe195a66ee34696
4
+ data.tar.gz: 170434def91332179dabd0868348aef2fed0e7bc6ff15497f09f0e40b9e21fda
5
5
  SHA512:
6
- metadata.gz: 04d10934bc167541b54690fcca80f0b604262a9d3d0d4b5b203579ca2decee3ca5136f28cdfb6c2f3a6593b1009f4030833d9533fb192c8e5119d5402dbc68df
7
- data.tar.gz: 6ad7052225b2381a657c41ff2b3928e8c1edac5c53145ccb72130baae61a4f02df30bc7c27a31ab43f9055de3ec22f35bce8eb97795e000d656243356bf154d2
6
+ metadata.gz: 1a05c89cf06414f4abd8f9f3e8a3bc92a24c947dc28e487f9f924bf49b5377f870e9356d2c8dfc8432d2555f6b29a0472cd490c762ca28d484348ca55643c3c3
7
+ data.tar.gz: 578956dd7eac930021d2a533082b873ef928dd53908849172a551e9445086e0e5c7e54fa878318c0058f1d83458644b5731d20c1a2ceb4315008fe8c58a85469
@@ -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 {
@@ -16,7 +16,7 @@
16
16
  <!-- STYLES -->
17
17
  <link rel="stylesheet" href="https://unpkg.com/modern-css-reset/dist/reset.min.css">
18
18
  <link rel="stylesheet" href="https://rsms.me/inter/inter.css">
19
- <%= stylesheet_link_tag "koi/admin" %>
19
+ <%= stylesheet_link_tag Koi.config.admin_stylesheet, "data-turbo-track": "reload" %>
20
20
 
21
21
  <!-- SCRIPTS -->
22
22
  <%= javascript_importmap_tags "koi/admin" %>
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.1
4
+ version: 4.12.3
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-29 00:00:00.000000000 Z
11
+ date: 2024-08-05 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