turbo_modal 0.3.5 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/turbo_modal/_modal.scss +5 -5
- data/lib/turbo_modal/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d997ed3ad3e39a767b70f528c25e38ab48b68a88c42df8de15b0ff4941374c7
|
4
|
+
data.tar.gz: 4edfe21786738df6e7227b2928fcf95c9c68acba962dc378218d2c6198e5654b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c1565c96f6f0cb2ce5ad468c85253605fe4a8eca18fb1da6df0815752a1fdd41c7b8752b04e8e30c3166a09cdb72fbb6d0c8f74944a76648065d4559132a5f9
|
7
|
+
data.tar.gz: ed617be97210460c0669fc609abf8eb60bea10978944f65764f8476b5541318115165a8f4a96b7091327df68af1c2d22eb7ccda507bbe3474cb1fae699f1da4f
|
@@ -30,7 +30,7 @@
|
|
30
30
|
pointer-events: auto;
|
31
31
|
margin: 2rem;
|
32
32
|
|
33
|
-
@media screen and(max-width: 45rem) {
|
33
|
+
@media screen and (max-width: 45rem) {
|
34
34
|
min-width: 100%;
|
35
35
|
}
|
36
36
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
}
|
41
41
|
|
42
42
|
.fullscreen & {
|
43
|
-
@media screen and(max-width: 45rem) {
|
43
|
+
@media screen and (max-width: 45rem) {
|
44
44
|
margin: 0;
|
45
45
|
border-radius: 0;
|
46
46
|
height: 100%;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--animation-in : slide-up;
|
58
58
|
--animation-out : slide-down;
|
59
59
|
|
60
|
-
@media screen and(max-width: 45rem) {
|
60
|
+
@media screen and (max-width: 45rem) {
|
61
61
|
min-height: 65vh;
|
62
62
|
}
|
63
63
|
}
|
@@ -68,7 +68,7 @@
|
|
68
68
|
animation-duration: 0.25s;
|
69
69
|
|
70
70
|
.fullscreen & {
|
71
|
-
@media screen and(max-width: 45rem) {
|
71
|
+
@media screen and (max-width: 45rem) {
|
72
72
|
--animation-in: slide-in-left;
|
73
73
|
}
|
74
74
|
}
|
@@ -80,7 +80,7 @@
|
|
80
80
|
animation-fill-mode: forwards;
|
81
81
|
|
82
82
|
.fullscreen & {
|
83
|
-
@media screen and(max-width: 45rem) {
|
83
|
+
@media screen and (max-width: 45rem) {
|
84
84
|
--animation-out: slide-out-right;
|
85
85
|
}
|
86
86
|
}
|
data/lib/turbo_modal/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: turbo_modal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alan Cornthwaite
|
8
8
|
- Matt Redmond
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2023-04-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -76,7 +76,7 @@ metadata:
|
|
76
76
|
homepage_uri: https://github.com/katalyst/turbo_modal
|
77
77
|
source_code_uri: https://github.com/katalyst/turbo_modal
|
78
78
|
changelog_uri: https://github.com/katalyst/turbo_modal
|
79
|
-
post_install_message:
|
79
|
+
post_install_message:
|
80
80
|
rdoc_options: []
|
81
81
|
require_paths:
|
82
82
|
- lib
|
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
92
|
version: '0'
|
93
93
|
requirements: []
|
94
94
|
rubygems_version: 3.1.6
|
95
|
-
signing_key:
|
95
|
+
signing_key:
|
96
96
|
specification_version: 4
|
97
97
|
summary: Modal library that uses Turbo and Stimulus because we are in the future now.
|
98
98
|
test_files: []
|