satis 2.1.42 → 2.1.43

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3595c2c744734304b8f83e80d2682096fe5bf966784b3602815458992b7d8aa7
4
- data.tar.gz: f178246ec95623d554effb61602d12ed47b695331c0c8446bb3cd0acf7abba3d
3
+ metadata.gz: 2a8a26c42fe9f267d151e3df316582602288d2b525a366586ac238d024f5d5b7
4
+ data.tar.gz: 9db7df21c303ad3cc24f01e1da4d76d468e757f726cf728fe259eb442a1dfb73
5
5
  SHA512:
6
- metadata.gz: ec1d84dbda1a551df44afd7ac94dc3a47774dac711caa0c51de38d5c3361c3a983acd77347acce715f94ceb9f630ae7699bdedf99a9d71636f07c0a2ca394394
7
- data.tar.gz: 890f8d2e6a2c38bb734d94453e56a515eb838282a8fb37b2e92d65b0f9d7ac25b35b69d72fe49603eeab586c0207f30282d3f7958f154748ee8832ed35fa2163
6
+ metadata.gz: b3a8ae824428cd8b6e89d81bbfef48f5d7ddce0c8219aaaf5ec81b9e97d95aae3755bde5df03ef9a56a5ba34bcc078e93a5938e4a32f2d723b7a83cc6d8eaef5
7
+ data.tar.gz: 6d7084d9b9767ea52795fc2e0b028ef38d940bc981bf4bdc0a0c7770e526597e55adafdbd52873ab8e3370573f5bd481c23b02b2532a601d74648fe8c02e72ae
@@ -23,6 +23,13 @@
23
23
  }
24
24
  }
25
25
 
26
+ .satis-dropdown:focus-within {
27
+ outline: none;
28
+ box-shadow: 0 0 0 3px #3b82f6;
29
+ border-radius: 0.5rem;
30
+ transition: box-shadow 0.1s ease-in-out;
31
+ }
32
+
26
33
  .topbar .satis-dropdown .sts-dropdown{
27
34
  @apply bg-white dark:bg-gray-900 outline dark:outline-none outline-gray-200 outline-1 rounded-md shadow-none shadow-md;
28
35
  }
@@ -12,7 +12,7 @@ div.satis-dropdown data-action="keydown->satis-dropdown#dispatch" data-controlle
12
12
  .h-12.p-1.flex.rounded
13
13
  .flex.flex-auto.flex-wrap.sts-dropdown-input
14
14
  / Input where you can search
15
- input.border-none.p-1.px-2.appearance-none.w-full.sts-dropdown-input.text-gray-800.dark:text-gray-300 data-action="input->satis-dropdown#search" data-satis-dropdown-target="searchInput" placeholder=placeholder autofocus=options[:autofocus]
15
+ input.focus:ring-0.border-none.p-1.px-2.appearance-none.w-full.sts-dropdown-input.text-gray-800.dark:text-gray-300 data-action="input->satis-dropdown#search" data-satis-dropdown-target="searchInput" placeholder=placeholder autofocus=options[:autofocus]
16
16
  div
17
17
  / Reset button
18
18
  - unless @reset_button == false
data/lib/satis/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Satis
2
- VERSION = "2.1.42"
2
+ VERSION = "2.1.43"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: satis
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.42
4
+ version: 2.1.43
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom de Grunt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-19 00:00:00.000000000 Z
11
+ date: 2024-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: browser