timequake 2.0.0 → 2.0.4

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: 6916c37f129a594f1edafc956758e5c6509f4f7f0cc3056e0cddd8db3893f923
4
- data.tar.gz: f9733fb51c84d7b2b2f575ebb082bf871e0fef4148c1b99ee9f2115bb27f8abd
3
+ metadata.gz: '044652995ba425f5fecc3529acc86c19eecadaa2d69da132e22d49e2c1a759ed'
4
+ data.tar.gz: 482692f0326d48df850fbe899f2e739db989ccfeb5e02e60024cc2ba77adc53f
5
5
  SHA512:
6
- metadata.gz: 15cfd7e03a19607a1c9cbabd3f502170334b5701bd834c99ea71106cbaad38e234bac5fafbc46ee1056774cd78ea3f4a945235badfc22f805de0ee73098d6ae2
7
- data.tar.gz: 226c4bc3e913e665ca6687606505bf8721304f8cdb3ba99e15eaee00c0bf30540fec843b32b523794c82c3566961c8272ee6ad2878ab129d07c77876db3ad85d
6
+ metadata.gz: 877e3e970bf9aecb79fd1bebe3c66e2a4672cf6e435c0fbbd9aa5d05cade0e39c824884462035e9d935583e616df53c5eaa88a32031a3d568e5af096bab5838d
7
+ data.tar.gz: 3e1c62c6779c0628bd47d4e42108a36ad106da2f453bf9d4c3406ebf1f89bebdc7a218839a2d820f39fd78804c8015c4cc3aa91647e2b073614614686bd4c90c
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
@@ -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; }
@@ -62,4 +62,21 @@ form {
62
62
  font-weight: bold;
63
63
  text-transform: capitalize;
64
64
  }
65
+
66
+ .radio-btn {
67
+ display: flex;
68
+ align-items: center;
69
+
70
+ label { font-weight: normal; }
71
+
72
+ input {
73
+ margin-right: 5px;
74
+ }
75
+ }
76
+
77
+ .radio-btn-group {
78
+ display: flex;
79
+ align-items: center;
80
+ justify-content: space-between;
81
+ }
65
82
  }
@@ -1,13 +1,21 @@
1
+ $row-width: 1200px !default;
2
+ $mobile-gutter: 0 10px !default;
3
+ $desktop-gutter: 0 10px !default;
4
+
1
5
  .row {
2
6
  display: flex;
3
7
  flex-wrap: wrap;
4
- max-width: 1200px;
8
+ max-width: $row-width;
5
9
  margin: 0 auto;
10
+
11
+ &.full-width { max-width: none; }
6
12
  }
7
13
 
8
14
  .column {
9
15
  width: 100%;
10
- padding: 0 10px;
16
+ padding: $mobile-gutter;
17
+
18
+ @media (min-width: $large) { padding: $desktop-gutter; }
11
19
 
12
20
  &.no-gutters { padding: 0; }
13
21
  }
@@ -44,8 +44,8 @@ html {
44
44
  .heading-5 { font-size: $heading-5-font-size; }
45
45
  .heading-6 { font-size: $heading-6-font-size; }
46
46
 
47
- @for $i from 1 through 100 {
48
- .fz-#{$i} { font-size: #{$i}px; }
47
+ @for $i from 1 through 200 {
48
+ .fz-#{$i} { font-size: #{$i}px !important; }
49
49
  }
50
50
 
51
51
  .fw-100 { font-weight: 100 !important; }
@@ -1,6 +1,9 @@
1
1
  $main-overflow: hidden !default;
2
2
  $section-padding-desktop: 2rem 0 !default;
3
3
  $section-padding-mobile: 1rem 0 !default;
4
+ $link-hover-color: $primary-color !default;
5
+ $mobile-list-padding: 20px !default;
6
+ $desktop-list-padding: 20px !default;
4
7
 
5
8
  * {
6
9
  box-sizing: border-box;
@@ -22,10 +25,16 @@ a {
22
25
  color: inherit;
23
26
  text-decoration: none;
24
27
  transition: 300ms;
28
+
29
+ &.link:hover { color: $link-hover-color; }
25
30
  }
26
31
 
27
32
  ul,
28
33
  ol {
34
+ padding-left: $mobile-list-padding;
35
+
36
+ @media (min-width: $large) { padding-left: $desktop-list-padding; }
37
+
29
38
  &.no-style { list-style-type: none; }
30
39
  &.circle { list-style-type: circle; }
31
40
  &.square { list-style-type: square; }
@@ -37,5 +46,7 @@ img {
37
46
  display: inline-block;
38
47
  vertical-align: middle;
39
48
  max-width: 100%;
49
+ max-height: 100%;
50
+ width: auto;
40
51
  height: auto;
41
52
  }
@@ -16,6 +16,11 @@ $large: 800px;
16
16
  $xlarge: 1200px;
17
17
  $xxlarge: 1900px;
18
18
 
19
+ //LAYOUT
20
+ $row-width: 1200px;
21
+ $mobile-gutter: 0 10px;
22
+ $desktop-gutter: 0 10px;
23
+
19
24
  // COLORS
20
25
  // class e.g.
21
26
  // .black { color: $black !important; }
@@ -122,6 +127,9 @@ $table-font-size: $copy-font-size;
122
127
  $main-overflow: hidden;
123
128
  $section-padding-desktop: 2rem 0;
124
129
  $section-padding-mobile: 1rem 0;
130
+ $link-hover-color: $primary-color;
131
+ $mobile-list-padding: 10px;
132
+ $desktop-list-padding: 10px;
125
133
 
126
134
  @import 'timequake/index';
127
135
 
@@ -1,3 +1,3 @@
1
1
  module Timequake
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.4"
3
3
  end
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.0
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Morris
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-10-15 00:00:00.000000000 Z
11
+ date: 2021-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jquery-rails
@@ -114,6 +114,9 @@ files:
114
114
  - lib/timequake/engine.rb
115
115
  - lib/timequake/errors.rb
116
116
  - lib/timequake/version.rb
117
+ - timequake-2.0.1.gem
118
+ - timequake-2.0.2.gem
119
+ - timequake-2.0.3.gem
117
120
  - timequake.gemspec
118
121
  homepage:
119
122
  licenses:
@@ -134,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
137
  - !ruby/object:Gem::Version
135
138
  version: '0'
136
139
  requirements: []
137
- rubygems_version: 3.1.2
140
+ rubygems_version: 3.1.6
138
141
  signing_key:
139
142
  specification_version: 4
140
143
  summary: Grid and class helper css/sass library