swedbank-pay-design-guide-jekyll-theme 2.3.3 → 2.3.4
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/_includes/accordion-table.html +2 -2
- data/lib/gem_version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7522365d9372a6de8f591e7f8a4c4d84447cc9e1231bf30391c40d962c509d4e
|
4
|
+
data.tar.gz: 11824429c1ebf7dd00ba1a2f1282bed5df4b80ba235b77b4ecdd2f6031830bd9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c3a419281b10c2fbed479b23f7dc8307dbd64ce13d54fefe639d2395ded00f15932fb2d225b87770d6ae5fd46ae235e15ddb783b85e8d60ce593c1fc063f2f3
|
7
|
+
data.tar.gz: 630c828278d05e20a0cc2dab57fb210a15560dc761be0bd5b0d6779158148ca6ad9acb3ae6bcc93a52691776a386b8ae0a39a18ac319a1c88ab131caf195c11c
|
@@ -8,8 +8,8 @@ accordion_id: Id of the accordion. If not supplied 'accordion-1' will be used.
|
|
8
8
|
|
9
9
|
{% assign content = include.content | markdownify%}
|
10
10
|
{% assign accordion_id = include.accordion_id | default: 'accordion-1' %}
|
11
|
-
{% assign button_collapse_text = include.button_collapse_text | default: 'Hide fields'%}
|
12
|
-
{% assign button_expand_text = include.button_expand_text | default: 'Show fields'%}
|
11
|
+
{% assign button_collapse_text = include.button_collapse_text | default: 'Hide fields' | markdownify%}
|
12
|
+
{% assign button_expand_text = include.button_expand_text | default: 'Show fields' | markdownify%}
|
13
13
|
|
14
14
|
<div class="accordion">
|
15
15
|
<button type="button" class="accordion-header" aria-expanded="false" aria-controls="{{accordion_id}}">
|
data/lib/gem_version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: swedbank-pay-design-guide-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Swedbank Pay
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|