active_frontend 14.1.25 → 14.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.DS_Store +0 -0
- data/app/.DS_Store +0 -0
- data/app/assets/.DS_Store +0 -0
- data/app/assets/fonts/clear-sans/clear-sans-bold.woff +0 -0
- data/app/assets/fonts/clear-sans/clear-sans-normal.woff +0 -0
- data/app/assets/fonts/clear-sans/clear-sans-semibold.woff +0 -0
- data/app/assets/fonts/clear-sans/clear-sans-semilight.woff +0 -0
- data/app/assets/fonts/fakt-pro/fakt-pro-bold.woff +0 -0
- data/app/assets/fonts/fakt-pro/fakt-pro-normal.woff +0 -0
- data/app/assets/fonts/fakt-pro/fakt-pro-semibold.woff +0 -0
- data/app/assets/fonts/fakt-pro/fakt-pro-semilight.woff +0 -0
- data/app/assets/fonts/fakt-soft-pro/fakt-soft-pro-bold.woff +0 -0
- data/app/assets/fonts/fakt-soft-pro/fakt-soft-pro-normal.woff +0 -0
- data/app/assets/fonts/fakt-soft-pro/fakt-soft-pro-semibold.woff +0 -0
- data/app/assets/fonts/fakt-soft-pro/fakt-soft-pro-semilight.woff +0 -0
- data/app/assets/fonts/source-sans-pro/source-sans-pro-bold.woff +0 -0
- data/app/assets/fonts/source-sans-pro/source-sans-pro-normal.woff +0 -0
- data/app/assets/fonts/source-sans-pro/source-sans-pro-semibold.woff +0 -0
- data/app/assets/fonts/source-sans-pro/source-sans-pro-semilight.woff +0 -0
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/.DS_Store +0 -0
- data/vendor/assets/stylesheets/blocks/_button.scss +5 -5
- data/vendor/assets/stylesheets/blocks/_font.scss +22 -0
- data/vendor/assets/stylesheets/blocks/_form.scss +22 -19
- data/vendor/assets/stylesheets/components/_datepicker.scss +4 -1
- data/vendor/assets/stylesheets/components/_label_and_badge.scss +4 -4
- data/vendor/assets/stylesheets/components/_modal.scss +4 -0
- metadata +10 -3
- data/app/assets/fonts/fakt-pro/.DS_Store +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ff4fd402d2f8f7d2a20f2ba6b8e1195a55ced24
|
4
|
+
data.tar.gz: dd4d7e0962cc278f8545b30046abc38a49948461
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a79f8d25765a65a5fd48707de8195996e1bdbb41c430e21db55307e40476826ad88f2c22c2219f7d05be69fa828e8a71aee6f355cc59c5179ef808af294982a0
|
7
|
+
data.tar.gz: 48a5a7091578f064ee972a3b5aba70b54fc13ad826a75e5e3eb2f000dec461418935eee9f02cfc38066d1b35943091383bb0ecdc475ac85e028193a6409078d5
|
data/.DS_Store
CHANGED
Binary file
|
data/app/.DS_Store
CHANGED
Binary file
|
data/app/assets/.DS_Store
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/.DS_Store
CHANGED
Binary file
|
@@ -25,7 +25,7 @@
|
|
25
25
|
font-size: text-size(b);
|
26
26
|
font-weight: text-weight(semibold);
|
27
27
|
line-height: 1;
|
28
|
-
padding:
|
28
|
+
padding: 12px 20px;
|
29
29
|
text-align: center;
|
30
30
|
touch-action: manipulation;
|
31
31
|
vertical-align: middle;
|
@@ -142,11 +142,11 @@
|
|
142
142
|
// ==================================================
|
143
143
|
.btn-size-l,
|
144
144
|
.btn-size-m { font-size: text-size(m); }
|
145
|
-
.btn-size-l { padding: 19px 30px
|
146
|
-
.btn-size-m { padding: 15px 25px
|
145
|
+
.btn-size-l { padding: 19px 30px; }
|
146
|
+
.btn-size-m { padding: 15px 25px; }
|
147
147
|
.btn-size-s {
|
148
148
|
font-size: text-size(s);
|
149
|
-
padding: 8px 15px
|
149
|
+
padding: 8px 15px;
|
150
150
|
}
|
151
151
|
.btn-icon {
|
152
152
|
min-width: 46px;
|
@@ -164,7 +164,7 @@
|
|
164
164
|
}
|
165
165
|
&.btn-size-s {
|
166
166
|
min-width: 34px;
|
167
|
-
padding:
|
167
|
+
padding: 9px 0 8px;
|
168
168
|
}
|
169
169
|
&.btn-link { padding: 0; }
|
170
170
|
}
|
@@ -27,6 +27,17 @@
|
|
27
27
|
}
|
28
28
|
}
|
29
29
|
}
|
30
|
+
@if index(text-family($type), 'Clear Sans') {
|
31
|
+
@each $name, $weight in $font-weights {
|
32
|
+
@font-face {
|
33
|
+
font-display: swap;
|
34
|
+
font-family: 'Clear Sans';
|
35
|
+
font-style: normal;
|
36
|
+
font-weight: $weight;
|
37
|
+
src: url(font-path('clear-sans/clear-sans-#{$name}.woff')) format('woff');
|
38
|
+
}
|
39
|
+
}
|
40
|
+
}
|
30
41
|
@if index(text-family($type), 'Fakt Pro') {
|
31
42
|
@each $name, $weight in $font-weights {
|
32
43
|
@font-face {
|
@@ -49,4 +60,15 @@
|
|
49
60
|
}
|
50
61
|
}
|
51
62
|
}
|
63
|
+
@if index(text-family($type), 'Source Sans Pro') {
|
64
|
+
@each $name, $weight in $font-weights {
|
65
|
+
@font-face {
|
66
|
+
font-display: swap;
|
67
|
+
font-family: 'Source Sans Pro';
|
68
|
+
font-style: normal;
|
69
|
+
font-weight: $weight;
|
70
|
+
src: url(font-path('source-sans-pro/source-sans-pro-#{$name}.woff')) format('woff');
|
71
|
+
}
|
72
|
+
}
|
73
|
+
}
|
52
74
|
}
|
@@ -55,7 +55,7 @@ textarea,
|
|
55
55
|
display: block;
|
56
56
|
line-height: 1;
|
57
57
|
margin-bottom: 10px;
|
58
|
-
padding: 9px 15px;
|
58
|
+
padding: 9px 15px 10px;
|
59
59
|
width: 100%;
|
60
60
|
vertical-align: middle;
|
61
61
|
}
|
@@ -95,9 +95,9 @@ textarea,
|
|
95
95
|
}
|
96
96
|
}
|
97
97
|
input {
|
98
|
-
&::-webkit-input-placeholder { line-height:
|
99
|
-
&::-moz-placeholder { line-height:
|
100
|
-
&:-ms-input-placeholder { line-height:
|
98
|
+
&::-webkit-input-placeholder { line-height: 22px; }
|
99
|
+
&::-moz-placeholder { line-height: 22px; }
|
100
|
+
&:-ms-input-placeholder { line-height: 22px; }
|
101
101
|
}
|
102
102
|
input,
|
103
103
|
textarea {
|
@@ -124,7 +124,7 @@ label {
|
|
124
124
|
margin-bottom: 5px;
|
125
125
|
}
|
126
126
|
select {
|
127
|
-
padding:
|
127
|
+
padding: 12px 15px;
|
128
128
|
|
129
129
|
[multiple],
|
130
130
|
[size] { height: auto; }
|
@@ -154,9 +154,9 @@ textarea {
|
|
154
154
|
padding: 14px 20px 15px;
|
155
155
|
}
|
156
156
|
input {
|
157
|
-
&::-webkit-input-placeholder { line-height:
|
158
|
-
&::-moz-placeholder { line-height:
|
159
|
-
&:-ms-input-placeholder { line-height:
|
157
|
+
&::-webkit-input-placeholder { line-height: 28px; }
|
158
|
+
&::-moz-placeholder { line-height: 28px; }
|
159
|
+
&:-ms-input-placeholder { line-height: 28px; }
|
160
160
|
}
|
161
161
|
textarea { height: 197px; }
|
162
162
|
|
@@ -172,12 +172,12 @@ textarea {
|
|
172
172
|
textarea,
|
173
173
|
.form-tags {
|
174
174
|
font-size: text-size(m);
|
175
|
-
padding:
|
175
|
+
padding: 12px 20px;
|
176
176
|
}
|
177
177
|
input {
|
178
|
-
&::-webkit-input-placeholder { line-height:
|
179
|
-
&::-moz-placeholder { line-height:
|
180
|
-
&:-ms-input-placeholder { line-height:
|
178
|
+
&::-webkit-input-placeholder { line-height: 25px; }
|
179
|
+
&::-moz-placeholder { line-height: 25px; }
|
180
|
+
&:-ms-input-placeholder { line-height: 25px; }
|
181
181
|
}
|
182
182
|
textarea { height: 173px; }
|
183
183
|
|
@@ -194,7 +194,7 @@ textarea {
|
|
194
194
|
.form-tags {
|
195
195
|
font-size: text-size(s);
|
196
196
|
margin-bottom: 5px;
|
197
|
-
padding:
|
197
|
+
padding: 6px 10px 5px;
|
198
198
|
}
|
199
199
|
input {
|
200
200
|
&::-webkit-input-placeholder { line-height: 20px; }
|
@@ -266,7 +266,7 @@ textarea {
|
|
266
266
|
&.form-size-l {
|
267
267
|
select {
|
268
268
|
font-size: text-size(l);
|
269
|
-
padding:
|
269
|
+
padding: 18px 20px;
|
270
270
|
}
|
271
271
|
|
272
272
|
&::after {
|
@@ -278,7 +278,7 @@ textarea {
|
|
278
278
|
&.form-size-m {
|
279
279
|
select {
|
280
280
|
font-size: text-size(m);
|
281
|
-
padding:
|
281
|
+
padding: 15px 20px;
|
282
282
|
}
|
283
283
|
|
284
284
|
&::after {
|
@@ -291,7 +291,7 @@ textarea {
|
|
291
291
|
select {
|
292
292
|
font-size: text-size(s);
|
293
293
|
margin-bottom: 5px;
|
294
|
-
padding: 8px 10px
|
294
|
+
padding: 8px 10px;
|
295
295
|
}
|
296
296
|
|
297
297
|
&::after {
|
@@ -596,7 +596,7 @@ textarea {
|
|
596
596
|
&.with-addon-btn {
|
597
597
|
border: 0;
|
598
598
|
min-width: auto;
|
599
|
-
padding: 0;
|
599
|
+
padding: 0 !important;
|
600
600
|
|
601
601
|
.btn {
|
602
602
|
border-left-width: inherit;
|
@@ -656,7 +656,7 @@ textarea {
|
|
656
656
|
.form-addon {
|
657
657
|
font-size: text-size(s);
|
658
658
|
min-width: 30px;
|
659
|
-
padding: 0
|
659
|
+
padding: 0 8px;
|
660
660
|
|
661
661
|
.color-picker {
|
662
662
|
.dropmenu { margin-left: -7px; }
|
@@ -667,7 +667,10 @@ textarea {
|
|
667
667
|
}
|
668
668
|
}
|
669
669
|
|
670
|
-
i {
|
670
|
+
i {
|
671
|
+
font-size: text-size(s);
|
672
|
+
margin-top: 2px;
|
673
|
+
}
|
671
674
|
button,
|
672
675
|
input,
|
673
676
|
select { margin-bottom: 0; }
|
@@ -17,7 +17,7 @@
|
|
17
17
|
font-weight: text-weight(semibold);
|
18
18
|
line-height: 1;
|
19
19
|
overflow: hidden;
|
20
|
-
padding: 6px 10px
|
20
|
+
padding: 6px 10px;
|
21
21
|
text-align: center;
|
22
22
|
white-space: nowrap;
|
23
23
|
vertical-align: baseline;
|
@@ -63,12 +63,12 @@
|
|
63
63
|
.badge-size-m { min-width: 16px; }
|
64
64
|
.badge-size-l { padding: 15px; }
|
65
65
|
.badge-size-m { padding: 10px; }
|
66
|
-
.label-size-l { padding:
|
67
|
-
.label-size-m { padding:
|
66
|
+
.label-size-l { padding: 12px 20px; }
|
67
|
+
.label-size-m { padding: 8px 15px; }
|
68
68
|
.badge-size-s,
|
69
69
|
.label-size-s {
|
70
70
|
font-size: text-size(xs);
|
71
|
-
padding: 4px 8px
|
71
|
+
padding: 4px 8px;
|
72
72
|
}
|
73
73
|
.badge-size-s {
|
74
74
|
min-width: 0;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_frontend
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 14.1.
|
4
|
+
version: 14.1.26
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Gomez
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08-
|
11
|
+
date: 2017-08-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -170,10 +170,13 @@ files:
|
|
170
170
|
- app/assets/fonts/branding/branding-normal.woff
|
171
171
|
- app/assets/fonts/branding/branding-semibold.woff
|
172
172
|
- app/assets/fonts/branding/branding-semilight.woff
|
173
|
+
- app/assets/fonts/clear-sans/clear-sans-bold.woff
|
174
|
+
- app/assets/fonts/clear-sans/clear-sans-normal.woff
|
175
|
+
- app/assets/fonts/clear-sans/clear-sans-semibold.woff
|
176
|
+
- app/assets/fonts/clear-sans/clear-sans-semilight.woff
|
173
177
|
- app/assets/fonts/dripicons/.DS_Store
|
174
178
|
- app/assets/fonts/dripicons/dripicons-weather.woff
|
175
179
|
- app/assets/fonts/dripicons/dripicons.woff
|
176
|
-
- app/assets/fonts/fakt-pro/.DS_Store
|
177
180
|
- app/assets/fonts/fakt-pro/fakt-pro-bold.woff
|
178
181
|
- app/assets/fonts/fakt-pro/fakt-pro-normal.woff
|
179
182
|
- app/assets/fonts/fakt-pro/fakt-pro-semibold.woff
|
@@ -183,6 +186,10 @@ files:
|
|
183
186
|
- app/assets/fonts/fakt-soft-pro/fakt-soft-pro-normal.woff
|
184
187
|
- app/assets/fonts/fakt-soft-pro/fakt-soft-pro-semibold.woff
|
185
188
|
- app/assets/fonts/fakt-soft-pro/fakt-soft-pro-semilight.woff
|
189
|
+
- app/assets/fonts/source-sans-pro/source-sans-pro-bold.woff
|
190
|
+
- app/assets/fonts/source-sans-pro/source-sans-pro-normal.woff
|
191
|
+
- app/assets/fonts/source-sans-pro/source-sans-pro-semibold.woff
|
192
|
+
- app/assets/fonts/source-sans-pro/source-sans-pro-semilight.woff
|
186
193
|
- app/assets/fonts/wysiwyg/wysiwyg.woff
|
187
194
|
- app/assets/images/.DS_Store
|
188
195
|
- app/assets/images/.keep
|
Binary file
|