satis 2.1.41 → 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: 3eec0a994c04e1229ba122c0c5b8443e24405834a7fa461a4606edd1d21fcc46
4
- data.tar.gz: 38216df0a8fbaa32b085a04386b0cb50703ff191f4e25a20ec92f09505756256
3
+ metadata.gz: 2a8a26c42fe9f267d151e3df316582602288d2b525a366586ac238d024f5d5b7
4
+ data.tar.gz: 9db7df21c303ad3cc24f01e1da4d76d468e757f726cf728fe259eb442a1dfb73
5
5
  SHA512:
6
- metadata.gz: 9de946bcc30083902717763eaa4be4ddad6cd2103486c3fa94680ceff2ff07d4a0a0be3e913c5060d6c16f25e82b856749d46c9f659164010075ed95f28f44f1
7
- data.tar.gz: 395f70551a7b09aa4f9eaadcebcba2e2fcdd11eb4a586142cfb4e51c8ac153637fe012c6558f6dc49aecc246a0e053724ea87a166e6c36e0630ffd0f4310fc62
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
  }
@@ -10,16 +10,16 @@ div.satis-dropdown data-action="keydown->satis-dropdown#dispatch" data-controlle
10
10
  .flex.flex-col.items-center
11
11
  .w-full.sts-dropdown
12
12
  .h-12.p-1.flex.rounded
13
- .flex.flex-auto.flex-wrap
13
+ .flex.flex-auto.flex-wrap.sts-dropdown-input
14
14
  / Input where you can search
15
- input.p-1.px-2.appearance-none.outline-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
19
19
  button.cursor-pointer.w-6.h-full.flex.items-center.text-gray-400.outline-none.focus:outline-none type="button" data-satis-dropdown-target="resetButton" data-action="click->satis-dropdown#reset focus->satis-dropdown#focus" tabindex="-1"
20
20
  i.fas.fa-xmark
21
21
  - unless @toggle_button == false
22
- .text-gray-300.w-8.py-1.pl-2.pr-1.flex.items-center.dark:border-gray-700
22
+ .text-gray-300.w-8.py-1.pl-2.pr-1.flex.items-center
23
23
  / Up/down chevrons
24
24
  button.cursor-pointer.w-6.h-6.text-gray-600.outline-none.opacity-50.focus:outline-none type="button" data-action="click->satis-dropdown#toggleResultsList focus->satis-dropdown#focus" data-satis-dropdown-target="toggleButton" tabindex="-1"
25
25
  i.hidden.fas.fa-chevron-up
data/lib/satis/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Satis
2
- VERSION = "2.1.41"
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.41
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-14 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