satis 2.1.41 → 2.1.42
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/components/satis/dropdown/component.html.slim +3 -3
- data/lib/satis/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3595c2c744734304b8f83e80d2682096fe5bf966784b3602815458992b7d8aa7
|
4
|
+
data.tar.gz: f178246ec95623d554effb61602d12ed47b695331c0c8446bb3cd0acf7abba3d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec1d84dbda1a551df44afd7ac94dc3a47774dac711caa0c51de38d5c3361c3a983acd77347acce715f94ceb9f630ae7699bdedf99a9d71636f07c0a2ca394394
|
7
|
+
data.tar.gz: 890f8d2e6a2c38bb734d94453e56a515eb838282a8fb37b2e92d65b0f9d7ac25b35b69d72fe49603eeab586c0207f30282d3f7958f154748ee8832ed35fa2163
|
@@ -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.
|
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]
|
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
|
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
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.
|
4
|
+
version: 2.1.42
|
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-
|
11
|
+
date: 2024-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: browser
|