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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 75941efc514bf7165e61f80f692513138bf85e1be42df14e9fe195a66ee34696
|
4
|
+
data.tar.gz: 170434def91332179dabd0868348aef2fed0e7bc6ff15497f09f0e40b9e21fda
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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="
|
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="
|
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 "
|
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.
|
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-
|
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
|