timequake 2.0.2 → 2.0.6

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: 0b92cb66523dd4ab7bfadcb33fb97e67e372d286f481823987c8c281c8f05c54
4
- data.tar.gz: 1ee63a1c634f52a0bf641e44ba0736dfb49e47763e96735cf1234ab3840405e2
3
+ metadata.gz: bfa1a08b3425c58f2a2c1a361ea33c8fcd0a11b4bb83e4a453f0fb33b33edfef
4
+ data.tar.gz: de64a37880c34c28616271278b2088b2d8b9f147879796e397b3ec9d771e5574
5
5
  SHA512:
6
- metadata.gz: 10ee1d30db753803783fbfc9550d294ec786edb2c2fef45439d032e50b5c288cd0fe150d58c288ee1109d330e270b1142024d73567d1aa85d9744d85b398cea4
7
- data.tar.gz: b3b0821410c61121428086f08da0551abbbc7f6c94cad0410fdf6d3c7930c2b8e2f073e6a8d2bc61f5a244e997e8cda8f8acbce9a02e7c1bf8c527ab9c5dd9d8
6
+ metadata.gz: 9644b36b8506fde1c0f4035abb7af756b115f79b29fb83ef43f2531fdca908509e4e35d3cea61b8fa2a947d3c09df27808d6e934b651720a5c6231019121ad7c
7
+ data.tar.gz: 171a9263fb39e7e5858628f7a8dbdfa7cccd0449bbd6102964e4fb85ad91094864f244f7e7c9637799d362961fb182fe664b69956aff5c999c6933d6bdcc307e
data/Gemfile.lock CHANGED
@@ -1,66 +1,68 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- timequake (1.0.0beta)
4
+ timequake (2.0.3)
5
5
  jquery-rails (~> 4.4)
6
6
  sass-rails (~> 6.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionpack (6.0.3.2)
12
- actionview (= 6.0.3.2)
13
- activesupport (= 6.0.3.2)
14
- rack (~> 2.0, >= 2.0.8)
11
+ actionpack (6.1.4.1)
12
+ actionview (= 6.1.4.1)
13
+ activesupport (= 6.1.4.1)
14
+ rack (~> 2.0, >= 2.0.9)
15
15
  rack-test (>= 0.6.3)
16
16
  rails-dom-testing (~> 2.0)
17
17
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
18
- actionview (6.0.3.2)
19
- activesupport (= 6.0.3.2)
18
+ actionview (6.1.4.1)
19
+ activesupport (= 6.1.4.1)
20
20
  builder (~> 3.1)
21
21
  erubi (~> 1.4)
22
22
  rails-dom-testing (~> 2.0)
23
23
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
24
- activesupport (6.0.3.2)
24
+ activesupport (6.1.4.1)
25
25
  concurrent-ruby (~> 1.0, >= 1.0.2)
26
- i18n (>= 0.7, < 2)
27
- minitest (~> 5.1)
28
- tzinfo (~> 1.1)
29
- zeitwerk (~> 2.2, >= 2.2.2)
26
+ i18n (>= 1.6, < 2)
27
+ minitest (>= 5.1)
28
+ tzinfo (~> 2.0)
29
+ zeitwerk (~> 2.3)
30
30
  builder (3.2.4)
31
- concurrent-ruby (1.1.6)
31
+ concurrent-ruby (1.1.9)
32
32
  crass (1.0.6)
33
33
  diff-lcs (1.4.4)
34
- erubi (1.9.0)
35
- ffi (1.13.1)
36
- i18n (1.8.4)
34
+ erubi (1.10.0)
35
+ ffi (1.15.4)
36
+ i18n (1.8.11)
37
37
  concurrent-ruby (~> 1.0)
38
38
  jquery-rails (4.4.0)
39
39
  rails-dom-testing (>= 1, < 3)
40
40
  railties (>= 4.2.0)
41
41
  thor (>= 0.14, < 2.0)
42
- loofah (2.6.0)
42
+ loofah (2.12.0)
43
43
  crass (~> 1.0.2)
44
44
  nokogiri (>= 1.5.9)
45
45
  method_source (1.0.0)
46
- mini_portile2 (2.4.0)
47
- minitest (5.14.1)
48
- nokogiri (1.10.10)
49
- mini_portile2 (~> 2.4.0)
46
+ mini_portile2 (2.6.1)
47
+ minitest (5.14.4)
48
+ nokogiri (1.12.5)
49
+ mini_portile2 (~> 2.6.1)
50
+ racc (~> 1.4)
51
+ racc (1.6.0)
50
52
  rack (2.2.3)
51
53
  rack-test (1.1.0)
52
54
  rack (>= 1.0, < 3)
53
55
  rails-dom-testing (2.0.3)
54
56
  activesupport (>= 4.2.0)
55
57
  nokogiri (>= 1.6)
56
- rails-html-sanitizer (1.3.0)
58
+ rails-html-sanitizer (1.4.2)
57
59
  loofah (~> 2.3)
58
- railties (6.0.3.2)
59
- actionpack (= 6.0.3.2)
60
- activesupport (= 6.0.3.2)
60
+ railties (6.1.4.1)
61
+ actionpack (= 6.1.4.1)
62
+ activesupport (= 6.1.4.1)
61
63
  method_source
62
- rake (>= 0.8.7)
63
- thor (>= 0.20.3, < 2.0)
64
+ rake (>= 0.13)
65
+ thor (~> 1.0)
64
66
  rake (12.3.3)
65
67
  rspec (3.9.0)
66
68
  rspec-core (~> 3.9.0)
@@ -88,16 +90,15 @@ GEM
88
90
  sprockets (4.0.2)
89
91
  concurrent-ruby (~> 1.0)
90
92
  rack (> 1, < 3)
91
- sprockets-rails (3.2.1)
93
+ sprockets-rails (3.2.2)
92
94
  actionpack (>= 4.0)
93
95
  activesupport (>= 4.0)
94
96
  sprockets (>= 3.0.0)
95
- thor (1.0.1)
96
- thread_safe (0.3.6)
97
+ thor (1.1.0)
97
98
  tilt (2.0.10)
98
- tzinfo (1.2.7)
99
- thread_safe (~> 0.1)
100
- zeitwerk (2.4.0)
99
+ tzinfo (2.0.4)
100
+ concurrent-ruby (~> 1.0)
101
+ zeitwerk (2.5.1)
101
102
 
102
103
  PLATFORMS
103
104
  ruby
@@ -114,4 +114,10 @@ $btn-mini-padding: 8px !default;
114
114
  min-width: $btn-mini-min-width;
115
115
  padding: $btn-mini-padding;
116
116
  }
117
+
118
+ &[disabled] {
119
+ background-color: $light-gray;
120
+ border-color: $light-gray;
121
+ color: $gray
122
+ }
117
123
  }
@@ -80,11 +80,15 @@
80
80
 
81
81
  /* SIZE HELPERS */
82
82
  .width-100 { width: 100% !important; }
83
+ .width-75 { width: 75% !important; }
84
+ .width-66 { width: 66.66% !important; }
83
85
  .width-50 { width: 50% !important; }
84
86
  .width-33 { width: 33.33% !important; }
85
87
  .width-25 { width: 25% !important; }
86
88
  .width-auto { width: auto !important; }
87
89
  .height-100 { height: 100% !important; }
90
+ .height-75 { height: 75% !important; }
91
+ .height-66 { height: 66.66% !important; }
88
92
  .height-50 { height: 50% !important; }
89
93
  .height-33 { height: 33.33% !important; }
90
94
  .height-25 { height: 25% !important; }
@@ -92,11 +96,15 @@
92
96
 
93
97
  @media (min-width: $medium) {
94
98
  .md-width-100 { width: 100% !important; }
99
+ .md-width-75 { width: 75% !important; }
100
+ .md-width-66 { width: 66.66% !important; }
95
101
  .md-width-50 { width: 50% !important; }
96
102
  .md-width-33 { width: 33.33% !important; }
97
103
  .md-width-25 { width: 25% !important; }
98
104
  .md-width-auto { width: auto !important; }
99
105
  .md-height-100 { height: 100% !important; }
106
+ .md-height-75 { height: 75% !important; }
107
+ .md-height-66 { height: 66.66% !important; }
100
108
  .md-height-50 { height: 50% !important; }
101
109
  .md-height-33 { height: 33.33% !important; }
102
110
  .md-height-25 { height: 25% !important; }
@@ -105,11 +113,15 @@
105
113
 
106
114
  @media (min-width: $large) {
107
115
  .lg-width-100 { width: 100% !important; }
116
+ .lg-width-75 { width: 75% !important; }
117
+ .lg-width-66 { width: 66.66% !important; }
108
118
  .lg-width-50 { width: 50% !important; }
109
119
  .lg-width-33 { width: 33.33% !important; }
110
120
  .lg-width-25 { width: 25% !important; }
111
121
  .lg-width-auto { width: auto !important; }
112
122
  .lg-height-100 { height: 100% !important; }
123
+ .lg-height-75 { height: 75% !important; }
124
+ .lg-height-66 { height: 66.66% !important; }
113
125
  .lg-height-50 { height: 50% !important; }
114
126
  .lg-height-33 { height: 33.33% !important; }
115
127
  .lg-height-25 { height: 25% !important; }
@@ -118,11 +130,15 @@
118
130
 
119
131
  @media (min-width: $xlarge) {
120
132
  .xlg-width-100 { width: 100% !important; }
133
+ .xlg-width-75 { width: 75% !important; }
134
+ .xlg-width-66 { width: 66.66% !important; }
121
135
  .xlg-width-50 { width: 50% !important; }
122
136
  .xlg-width-33 { width: 33.33% !important; }
123
137
  .xlg-width-25 { width: 25% !important; }
124
138
  .xlg-width-auto { width: auto !important; }
125
139
  .xlg-height-100 { height: 100% !important; }
140
+ .xlg-height-75 { height: 75% !important; }
141
+ .xlg-height-66 { height: 66.66% !important; }
126
142
  .xlg-height-50 { height: 50% !important; }
127
143
  .xlg-height-33 { height: 33.33% !important; }
128
144
  .xlg-height-25 { height: 25% !important; }
@@ -131,11 +147,15 @@
131
147
 
132
148
  @media (min-width: $xxlarge) {
133
149
  .xxlg-width-100 { width: 100% !important; }
150
+ .xxlg-width-75 { width: 75% !important; }
151
+ .xxlg-width-66 { width: 66.66% !important; }
134
152
  .xxlg-width-50 { width: 50% !important; }
135
153
  .xxlg-width-33 { width: 33.33% !important; }
136
154
  .xxlg-width-25 { width: 25% !important; }
137
155
  .xxlg-width-auto { width: auto !important; }
138
156
  .xxlg-height-100 { height: 100% !important; }
157
+ .xxlg-height-75 { height: 75% !important; }
158
+ .xxlg-height-66 { height: 66.66% !important; }
139
159
  .xxlg-height-50 { height: 50% !important; }
140
160
  .xxlg-height-33 { height: 33.33% !important; }
141
161
  .xxlg-height-25 { height: 25% !important; }
@@ -19,7 +19,7 @@ $modal-close-transform: rotate(45deg) !default;
19
19
  align-items: center;
20
20
  z-index: -1;
21
21
  opacity: 0;
22
- transition: 500ms all;
22
+ transition: 500ms opacity;
23
23
 
24
24
  &.modal-tall {
25
25
  align-items: flex-start;
@@ -58,6 +58,12 @@ html {
58
58
  .fw-800 { font-weight: 800 !important; }
59
59
  .fw-900 { font-weight: 900 !important; }
60
60
 
61
+ .lh-1 { line-height: 1 !important; }
62
+ .lh-normal { line-height: 1.2 !important; }
63
+ .lh-2 { line-height: 2 !important; }
64
+ .lh-lg { line-height: 2.5 !important; }
65
+ .lh-xl { line-height: 3.5 !important; }
66
+
61
67
  /* TEXT HELPERS */
62
68
  .bold { font-weight: bold !important; }
63
69
  .italic { font-style: italic !important; }
@@ -2,6 +2,8 @@ $main-overflow: hidden !default;
2
2
  $section-padding-desktop: 2rem 0 !default;
3
3
  $section-padding-mobile: 1rem 0 !default;
4
4
  $link-hover-color: $primary-color !default;
5
+ $mobile-list-padding: 20px !default;
6
+ $desktop-list-padding: 20px !default;
5
7
 
6
8
  * {
7
9
  box-sizing: border-box;
@@ -29,6 +31,10 @@ a {
29
31
 
30
32
  ul,
31
33
  ol {
34
+ padding-left: $mobile-list-padding;
35
+
36
+ @media (min-width: $large) { padding-left: $desktop-list-padding; }
37
+
32
38
  &.no-style { list-style-type: none; }
33
39
  &.circle { list-style-type: circle; }
34
40
  &.square { list-style-type: square; }
@@ -128,6 +128,8 @@ $main-overflow: hidden;
128
128
  $section-padding-desktop: 2rem 0;
129
129
  $section-padding-mobile: 1rem 0;
130
130
  $link-hover-color: $primary-color;
131
+ $mobile-list-padding: 10px;
132
+ $desktop-list-padding: 10px;
131
133
 
132
134
  @import 'timequake/index';
133
135
 
@@ -1,3 +1,3 @@
1
1
  module Timequake
2
- VERSION = "2.0.2"
2
+ VERSION = "2.0.6"
3
3
  end
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timequake
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Morris
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-26 00:00:00.000000000 Z
11
+ date: 2021-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jquery-rails
@@ -115,6 +115,10 @@ files:
115
115
  - lib/timequake/errors.rb
116
116
  - lib/timequake/version.rb
117
117
  - timequake-2.0.1.gem
118
+ - timequake-2.0.2.gem
119
+ - timequake-2.0.3.gem
120
+ - timequake-2.0.4.gem
121
+ - timequake-2.0.5.gem
118
122
  - timequake.gemspec
119
123
  homepage:
120
124
  licenses: