pageflow-linkmap-page 1.3.0 → 1.4.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: d0c072e362e5fd91d17154f9ed25852b6c53061ea9f50f6ba374fb3fba5fa3d4
|
|
4
|
+
data.tar.gz: 0145c75e7ed5b66698fc7c0325fc5d5cf19906f20965078c843aceca614235cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9013b4a2609db40b0cc6bfe3be0f20807dd829beed8658db5d27a2ccd89867b94df7ef3fae78da2b7a4b34e1d75b483ed59c495e42d247ccc528d433369251b4
|
|
7
|
+
data.tar.gz: 7589468debf2e4619411ab137b0cbddbbf81a8be5090d0caabcc1eb6b16e288a27c0ecbba3a09522a45b4abf8b9fed8ee183534592fe4788d65ce75ea17bcadb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
-
### Version 1.
|
|
3
|
+
### Version 1.4.0
|
|
4
4
|
|
|
5
|
-
2018-10
|
|
5
|
+
2018-12-10
|
|
6
6
|
|
|
7
|
-
[Compare changes](https://github.com/codevise/pageflow-linkmap-page/compare/1-
|
|
7
|
+
[Compare changes](https://github.com/codevise/pageflow-linkmap-page/compare/1-3-stable...v1.4.0)
|
|
8
8
|
|
|
9
|
-
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
[#39](https://github.com/codevise/pageflow-linkmap-page/pull/39))
|
|
13
|
-
- Limit panorama min scaling
|
|
14
|
-
([#41](https://github.com/codevise/pageflow-linkmap-page/pull/41))
|
|
9
|
+
- Add theme variables for circle and connector line colors
|
|
10
|
+
([#46](https://github.com/codevise/pageflow-linkmap-page/pull/46),
|
|
11
|
+
[#45](https://github.com/codevise/pageflow-linkmap-page/pull/45))
|
|
15
12
|
|
|
16
13
|
See
|
|
17
|
-
[1-
|
|
14
|
+
[1-3-stable branch](https://github.com/codevise/pageflow-linkmap-page/blob/1-3-stable/CHANGELOG.md)
|
|
18
15
|
for previous changes.
|
|
@@ -157,12 +157,10 @@
|
|
|
157
157
|
left: 5%;
|
|
158
158
|
width: 90%;
|
|
159
159
|
height: 90%;
|
|
160
|
-
border: 3px solid rgba(255,255,255, 1);
|
|
161
160
|
box-sizing: border-box;
|
|
162
161
|
border-radius: 50%;
|
|
163
162
|
@include transition(0.15s);
|
|
164
163
|
opacity: 0.1;
|
|
165
|
-
box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
|
|
166
164
|
}
|
|
167
165
|
|
|
168
166
|
&.hover,
|
|
@@ -170,9 +168,7 @@
|
|
|
170
168
|
&:focus,
|
|
171
169
|
&:active {
|
|
172
170
|
.linkmap_marker {
|
|
173
|
-
border: 6px solid rgba(255,255,255, 1);
|
|
174
171
|
opacity: 1 !important;
|
|
175
|
-
box-shadow: 1px 2px 3px rgba(0,0,0,0.9);
|
|
176
172
|
}
|
|
177
173
|
}
|
|
178
174
|
}
|
|
@@ -30,9 +30,14 @@
|
|
|
30
30
|
|
|
31
31
|
$linkmap-main-color: $main-color !default;
|
|
32
32
|
|
|
33
|
+
$linkmap-circle-color: #fff !default;
|
|
34
|
+
$linkmap-circle-shadow-color: #000 !default;
|
|
35
|
+
|
|
33
36
|
$linkmap-overlay-text-color: #fff !default;
|
|
34
37
|
$linkmap-overlay-title-color: $linkmap-main-color !default;
|
|
35
38
|
$linkmap-overlay-background-color: rgba(48,48,48,0.8) !default;
|
|
39
|
+
$linkmap-overlay-connector-color: rgba(255, 255, 255, 0.8) !default;
|
|
40
|
+
$linkmap-overlay-connector-shadow-color: #000 !default;
|
|
36
41
|
|
|
37
42
|
$linkmap-overlay-title-typography: () !default;
|
|
38
43
|
$linkmap-overlay-description-typography: () !default;
|
|
@@ -120,19 +125,19 @@
|
|
|
120
125
|
width: 95%;
|
|
121
126
|
height: auto;
|
|
122
127
|
padding: 0;
|
|
123
|
-
border: 4px solid
|
|
128
|
+
border: 4px solid $linkmap-circle-color;
|
|
124
129
|
box-sizing: content-box;
|
|
125
130
|
border-radius: 50%;
|
|
126
131
|
|
|
127
132
|
opacity: 0.1;
|
|
128
|
-
box-shadow: 0 0 3px
|
|
133
|
+
box-shadow: 0 0 3px $linkmap-circle-shadow-color;
|
|
129
134
|
margin: 0;
|
|
130
135
|
|
|
131
136
|
@include transition(0.5s);
|
|
132
137
|
|
|
133
138
|
&.teasing {
|
|
134
139
|
opacity: 1 !important;
|
|
135
|
-
border: 7px
|
|
140
|
+
border-width: 7px;
|
|
136
141
|
@include transition(1s ease);
|
|
137
142
|
}
|
|
138
143
|
|
|
@@ -150,9 +155,8 @@
|
|
|
150
155
|
&:focus,
|
|
151
156
|
&:active {
|
|
152
157
|
.linkmap_marker {
|
|
153
|
-
border: 6px
|
|
158
|
+
border-width: 6px;
|
|
154
159
|
opacity: 1 !important;
|
|
155
|
-
box-shadow: 0 0 3px #000;
|
|
156
160
|
}
|
|
157
161
|
}
|
|
158
162
|
}
|
|
@@ -240,11 +244,11 @@
|
|
|
240
244
|
content: "";
|
|
241
245
|
position: absolute;
|
|
242
246
|
width: 30px;
|
|
243
|
-
background-color:
|
|
247
|
+
background-color: $linkmap-overlay-connector-color;
|
|
244
248
|
height: 4px;
|
|
245
249
|
left: 5px;
|
|
246
250
|
top: 0;
|
|
247
|
-
box-shadow: 0 0 3px
|
|
251
|
+
box-shadow: 0 0 3px $linkmap-overlay-connector-shadow-color;
|
|
248
252
|
|
|
249
253
|
@include transition(0.15s ease);
|
|
250
254
|
@include transform(scale(0));
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pageflow-linkmap-page
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.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: 2018-10
|
|
11
|
+
date: 2018-12-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pageflow
|