turbo_modal 0.2.0 → 0.2.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c0eb4e00b2e857f8a2c7a27073e9507b29e7ab7430ba8455762fa3d6054933f
|
4
|
+
data.tar.gz: 48349847ff7cc01d3e94d0d991a6d4c956b8810fc9eb31d242a349a1d8839693
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0fb28b89fc0e1d2b4a15a07a95dc858a315ac1690828cd5560303d1908088de61eb3fba53b2b06e8e118862a1d458a259e1a4fb43cd309fe0ae2ad7f6afccf4
|
7
|
+
data.tar.gz: e06d8cc1eee309eaa9349d0309a5131d2c162ba09ced2163302c7bfa6d249007d6ade6df293d6b90154beabe2fff0be2dec17569ff1aaddc9b9dbe1a0586b9b8
|
@@ -8,9 +8,8 @@
|
|
8
8
|
padding: 2rem;
|
9
9
|
--animation-in: slide-in;
|
10
10
|
--animation-out: slide-out;
|
11
|
-
--mobile-breakpoint: 45rem;
|
12
11
|
}
|
13
|
-
@media screen and (max-width:
|
12
|
+
@media screen and (max-width: 45rem) {
|
14
13
|
.fullscreen .modal {
|
15
14
|
top: 0;
|
16
15
|
left: 0;
|
@@ -28,7 +27,7 @@
|
|
28
27
|
--animation-in: slide-up;
|
29
28
|
--animation-out: slide-down;
|
30
29
|
}
|
31
|
-
@media screen and (max-width:
|
30
|
+
@media screen and (max-width: 45rem) {
|
32
31
|
.bottom-sheet .modal {
|
33
32
|
min-height: 65vh;
|
34
33
|
}
|
@@ -39,7 +38,7 @@
|
|
39
38
|
animation-duration: 0.25s;
|
40
39
|
animation-fill-mode: forwards;
|
41
40
|
}
|
42
|
-
@media screen and (max-width:
|
41
|
+
@media screen and (max-width: 45rem) {
|
43
42
|
.fullscreen .animate-in {
|
44
43
|
--animation-in: slide-in-left;
|
45
44
|
}
|
@@ -50,7 +49,7 @@
|
|
50
49
|
animation-duration: 0.25s;
|
51
50
|
animation-fill-mode: forwards;
|
52
51
|
}
|
53
|
-
@media screen and (max-width:
|
52
|
+
@media screen and (max-width: 45rem) {
|
54
53
|
.fullscreen .animate-out {
|
55
54
|
--animation-out: slide-out-right;
|
56
55
|
}
|
@@ -8,10 +8,9 @@
|
|
8
8
|
padding: 2rem;
|
9
9
|
--animation-in : slide-in;
|
10
10
|
--animation-out : slide-out;
|
11
|
-
--mobile-breakpoint: 45rem;
|
12
11
|
|
13
12
|
.fullscreen & {
|
14
|
-
@media screen and(max-width:
|
13
|
+
@media screen and(max-width: 45rem) {
|
15
14
|
top: 0;
|
16
15
|
left: 0;
|
17
16
|
right: 0;
|
@@ -29,7 +28,7 @@
|
|
29
28
|
--animation-in : slide-up;
|
30
29
|
--animation-out : slide-down;
|
31
30
|
|
32
|
-
@media screen and(max-width:
|
31
|
+
@media screen and(max-width: 45rem) {
|
33
32
|
min-height: 65vh;
|
34
33
|
}
|
35
34
|
}
|
@@ -41,7 +40,7 @@
|
|
41
40
|
animation-fill-mode: forwards;
|
42
41
|
|
43
42
|
.fullscreen & {
|
44
|
-
@media screen and(max-width:
|
43
|
+
@media screen and(max-width: 45rem) {
|
45
44
|
--animation-in: slide-in-left;
|
46
45
|
}
|
47
46
|
}
|
@@ -53,7 +52,7 @@
|
|
53
52
|
animation-fill-mode: forwards;
|
54
53
|
|
55
54
|
.fullscreen & {
|
56
|
-
@media screen and(max-width:
|
55
|
+
@media screen and(max-width: 45rem) {
|
57
56
|
--animation-out: slide-out-right;
|
58
57
|
}
|
59
58
|
}
|
data/lib/turbo_modal/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: turbo_modal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alan Cornthwaite
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-03-
|
12
|
+
date: 2022-03-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
90
|
- !ruby/object:Gem::Version
|
91
91
|
version: '0'
|
92
92
|
requirements: []
|
93
|
-
rubygems_version: 3.
|
93
|
+
rubygems_version: 3.1.6
|
94
94
|
signing_key:
|
95
95
|
specification_version: 4
|
96
96
|
summary: Modal library that uses Turbo and Stimulus because we are in the future now.
|