swedbank-pay-design-guide-jekyll-theme 2.2.3 → 2.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/code-example.html +7 -2
- data/lib/gem_version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 378546664849ab4b6497dea65d06667df9bc30810e96108d19cde734682a58c9
|
4
|
+
data.tar.gz: 3fdfbd421ae364023b9be8a3bd545edec50ea601ffbf1f24989e10c97e511c7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73d4b6360dbc8374525cb1135d95824dfa8809b1b0dddd1c939df6742491e3a5605f9629da3750c4af9ff5e3f54c0ccf335e74028e98a138b5abc6df3353b2d2
|
7
|
+
data.tar.gz: 4c84c7920ae04f5fa6bb9b720aad9873c48e4bbc0e5aeba46c4b1de913340c1fd01802d84cf93bc5c1b9ded6cf1e7ed14ce1d2813605f66025bbcca785639a86
|
data/_includes/code-example.html
CHANGED
@@ -7,12 +7,17 @@ json: json content
|
|
7
7
|
|
8
8
|
<p class="code-view-header">
|
9
9
|
{{ include.title}}
|
10
|
+
{% if include.json %}
|
10
11
|
<button aria-describedby="tooltipCopy" class="code-view-copy tooltip" aria-label="Copy json to clipboard" value='{{include.json}}' onclick='javascript:navigator.clipboard.writeText(this.value)'><i class="at-clipboard small" aria-hidden="true"></i><div role="tooltip">Copy json to clipboard</div></button>
|
12
|
+
{% endif %}
|
11
13
|
</p>
|
14
|
+
{% if include.header %}
|
12
15
|
````http
|
13
16
|
{{include.header}}
|
14
17
|
````
|
15
|
-
|
18
|
+
{% endif %}
|
19
|
+
{% if include.json %}
|
16
20
|
````jsonc
|
17
21
|
{{include.json}}
|
18
|
-
````
|
22
|
+
````
|
23
|
+
{% endif %}
|
data/lib/gem_version.rb
CHANGED