pageflow-external-links 2.2.1 → 2.3.0
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c12b927a2072019bb2e7a9d9c9ea717ee56af93fa7703ede0d3233be892d1cf
|
|
4
|
+
data.tar.gz: b123367dc4d2075c96732cf654115f161da86e848b0415f28da9ac1988efa75e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6cc118d9fdbfcadd3c0ab1b2f20d0a6b8a316d1e7bdfb23688d60f433f5c3687e57b538a88c9c91516cd8877939c3fe9ef4b7f113de10a5cd3753f09c488066f
|
|
7
|
+
data.tar.gz: 9ecd9cbb770216ce76286b88529a69f0ce17359821cd50794abf6629580ab871db6497ba7bda8626b9934f5ab6963a9b0209404de81c4343e3df9decd41af715
|
data/CHANGELOG.md
CHANGED
|
@@ -1,27 +1,16 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
-
### Version 2.
|
|
3
|
+
### Version 2.3.0
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
2022-03-29
|
|
6
6
|
|
|
7
|
-
[Compare changes](https://github.com/codevise/pageflow-external-links/compare/
|
|
7
|
+
[Compare changes](https://github.com/codevise/pageflow-external-links/compare/2-2-stable...v2.3.0)
|
|
8
8
|
|
|
9
|
+
- Add border-radius theme option
|
|
10
|
+
([#46](https://github.com/codevise/pageflow-external-links/pull/46))
|
|
9
11
|
- Prevent error with missing site urls in Pageflow 15.1
|
|
10
|
-
([#
|
|
11
|
-
|
|
12
|
-
### Version 2.2.0
|
|
13
|
-
|
|
14
|
-
2019-11-04
|
|
15
|
-
|
|
16
|
-
[Compare changes](https://github.com/codevise/pageflow-external-links/compare/2-1-stable...v2.2.0)
|
|
17
|
-
|
|
18
|
-
- Change file lookup to usage.perma_id
|
|
19
|
-
([#42](https://github.com/codevise/pageflow-external-links/pull/42))
|
|
20
|
-
- Fix Travis CI
|
|
21
|
-
([#43](https://github.com/codevise/pageflow-external-links/pull/43))
|
|
22
|
-
- Extend pageflow version requirement to < 16
|
|
23
|
-
([#41](https://github.com/codevise/pageflow-external-links/pull/41))
|
|
12
|
+
([#44](https://github.com/codevise/pageflow-external-links/pull/44))
|
|
24
13
|
|
|
25
14
|
See
|
|
26
|
-
[2-
|
|
15
|
+
[2-2-stable branch](https://github.com/codevise/pageflow-external-links/blob/2-2-stable/CHANGELOG.md)
|
|
27
16
|
for previous changes.
|
|
@@ -38,6 +38,9 @@ $external-links-item-hover-underline: true !default;
|
|
|
38
38
|
/// Padding around the text inside an item.
|
|
39
39
|
$external-links-item-padding: 20px !default;
|
|
40
40
|
|
|
41
|
+
/// Border radius of items.
|
|
42
|
+
$external-links-item-border-radius: null !default;
|
|
43
|
+
|
|
41
44
|
@include pageflow-page-type-pictograms("external_links");
|
|
42
45
|
|
|
43
46
|
.external-links-page {
|
|
@@ -45,6 +48,7 @@ $external-links-item-padding: 20px !default;
|
|
|
45
48
|
background-color: $external-links-item-background-color;
|
|
46
49
|
color: $external-links-item-text-color;
|
|
47
50
|
text-decoration: none;
|
|
51
|
+
border-radius: $external-links-item-border-radius;
|
|
48
52
|
|
|
49
53
|
&:hover {
|
|
50
54
|
background-color: $external-links-item-active-background-color;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pageflow-external-links
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Codevise Solutions Ltd
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-03-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pageflow
|
|
@@ -214,8 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
215
|
version: '0'
|
|
216
216
|
requirements: []
|
|
217
|
-
|
|
218
|
-
rubygems_version: 2.7.5
|
|
217
|
+
rubygems_version: 3.0.8
|
|
219
218
|
signing_key:
|
|
220
219
|
specification_version: 4
|
|
221
220
|
summary: Pageflow Page Type for links to external sites
|