swedbank-pay-design-guide-jekyll-theme 2.1.15 → 2.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a9084e0383164e78df21755965521b9fd04a2e16fc77a4b173dedb0e11f6175
4
- data.tar.gz: 0cf0e660db3ff6a3c3044cad144d7873246abad9013c91f8673c2c3fbd3c2a90
3
+ metadata.gz: 43558fe24b46f24fdb821f14619f1d89af01cb82d72d6449c8687b1e4d25c5da
4
+ data.tar.gz: 8e37d2fac1d7e874803db6b8576218e672a626fdb6803021f06de95c74368d5d
5
5
  SHA512:
6
- metadata.gz: 56e1800651a704da659a15def95c00dcec9aa9a623a49673093cec22a41b7ecd0d2c8818d85dc2f0a04f1f2b3787182e6664f703935b69c38579e9c4a91b8aaf
7
- data.tar.gz: 57fbc261b6f316c76c81fcbaa929c7f3daf029b569f51737d88d77624e67d0fdafa2704697b45b3c9d5d383f3a9c92b211d6d4d1eb8064d8b72c9be16143639a
6
+ metadata.gz: da769977bdc3b77efb7aeb4423bea7bcd8110ab760eb9e2a5c5143746502647fc3cc7b69a4d7218a02e8c752063c4c66aef6dc05965b9ee0b597f8a39e2c26c6
7
+ data.tar.gz: ff5291a099ef729ae37ee01379961b3eb974ac2fba330788f689845aba78ce218b4704c9a1f042769e47dcda3fd9c1e1c25c1ca7f8eb5d16639ec25dd4ef2f3f
data/README.md CHANGED
@@ -40,24 +40,22 @@ theme-gem, please edit the regexp in `swedbankpay.gemspec` accordingly.
40
40
  ### Manual install
41
41
 
42
42
  1. [Clone this repository][clone].
43
- 2. Jekyll is written in [Ruby][ruby], so you'll need to download and install
44
- that. If you're installing on Windows, choose setup with DevKit.
45
- 3. To install the [Ruby Gems][gems] this web site requires, you first need to
46
- install [Bundler][bundler].
47
- 4. Install [Graphviz][graphviz], this will require Java.
48
- 5. Run Visual Studio Code (VSC) and open the repository.
49
- 6. Verify that Git is installed by running `git status` in VSC terminal.
50
- If Git is not properly installed, you will see an error message like the one below. Just [download Git][git] and install.
51
- ![Alt text](image.png)
52
- 7. Once Ruby ,Bundler, and Graphviz, is in place, type `bundle install` inside the root
53
- folder of this repository.
54
- 8. Run `bundle exec jekyll serve` to start the website.
55
- 9. Open in a browser.
43
+ 2. Close Visual Studio Code (VSC) if you have it running
44
+ 3. Jekyll is written in [Ruby][ruby], so you'll need to download and install
45
+ that.
46
+ Note: If you're installing on Windows, choose Ruby+Devkit Installers.
47
+ 4. Open VSC and open the repository
48
+ 5. Verify that Git is installed by running `git status` in VSC terminal.
49
+ If Git is not properly installed, you will see an error message like the one below. Just [download Git][git] and install.
50
+ ![Alt text](image.png)
51
+ 6. Type `bundle install` inside the root folder of this repository.
52
+ 7. Run `bundle exec jekyll serve` to start the website.
53
+ 8. Open in a browser.
56
54
 
57
55
 
58
56
  ### Visual Studio Code plugins
59
57
 
60
- You might want to install plugins for Markdown, Mermaid, JSON and Liquid as this will enhance your coding experience.
58
+ You might want to install plugins for Graphviz, JSON, Liquid, Markdown and Mermaid as this will enhance your coding experience.
61
59
 
62
60
 
63
61
  ## Contributing
@@ -73,7 +71,6 @@ The code within this repository is available as open source under the terms of
73
71
  the [Apache 2.0 License][license] and the [contributor's license
74
72
  agreement][cla].
75
73
 
76
- [bundler]: <https://bundler.io/>
77
74
  [cla-badge]: <https://cla-assistant.io/readme/badge/SwedbankPay/swedbank-pay-design-guide-jekyll-theme>
78
75
  [cla]: <https://cla-assistant.io/SwedbankPay/swedbank-pay-design-guide-jekyll-theme>
79
76
  [clone]: <https://help.github.com/articles/cloning-a-repository/>
@@ -93,7 +90,7 @@ agreement][cla].
93
90
  [license]: <https://opensource.org/licenses/MIT>
94
91
  [liquid]: <https://jekyllrb.com/docs/liquid/>
95
92
  [opengraph-image]: <https://repository-images.githubusercontent.com/209270355/36818080-53ee-11ea-896c-082addb851a6>
96
- [ruby]: <https://www.ruby-lang.org/en/>
93
+ [ruby]: <https://rubyinstaller.org/downloads/archives>
97
94
  [swedbankpay]: <https://swedbankpay.github.io/swedbank-pay-design-guide-jekyll-theme/>
98
95
  [test-badge]: <https://github.com/SwedbankPay/swedbank-pay-design-guide-jekyll-theme/workflows/Test/badge.svg>
99
96
  [vsc-ruler]: <https://stackoverflow.com/questions/29968499/vertical-rulers-in-visual-studio-code>
@@ -23,7 +23,7 @@
23
23
  <h1>{{ main_title }}</h1>
24
24
 
25
25
  {% if description %}
26
- <p>{{ description }}</p>
26
+ <p>{{ description | markdownify }}</p>
27
27
  {% endif %}
28
28
  </div>
29
29
 
@@ -1,7 +1,6 @@
1
1
  @import 'colors.scss';
2
2
 
3
3
  .accordion {
4
-
5
4
  .accordion-header {
6
5
  .show {
7
6
  display: block;
@@ -28,29 +27,29 @@
28
27
 
29
28
  .accordion-body {
30
29
  padding: 0;
30
+ }
31
31
 
32
- table {
33
- border: 1px solid rgba(153, 153, 153, 0.5);
34
- border-radius: 0.25rem;
32
+ table {
33
+ border: 1px solid rgba(153, 153, 153, 0.5);
34
+ border-radius: 0.25rem;
35
35
 
36
- th {
37
- font-size: 0.875rem;
38
- }
36
+ th {
37
+ font-size: 0.875rem;
38
+ }
39
39
 
40
- tbody {
41
- font-size: 0.875rem;
40
+ tbody {
41
+ font-size: 0.875rem;
42
42
 
43
- tr:nth-child(odd) {
44
- background-color: #F9F8F6;
45
- }
43
+ tr:nth-child(odd) {
44
+ background-color: #F9F8F6;
45
+ }
46
46
 
47
- tr {
48
- &:hover {
49
- background-color: $apricot;
50
- transition: .5s;
51
- }
47
+ tr {
48
+ &:hover {
49
+ background-color: $apricot;
50
+ transition: .5s;
52
51
  }
53
52
  }
54
53
  }
55
54
  }
56
- }
55
+ }
@@ -228,15 +228,6 @@ function _handleSimpleSidebar (e) {
228
228
  searchButton.addEventListener("click", function(e) {
229
229
  const searchInput = document.querySelector(".search-input");
230
230
  const searchBtn = document.querySelector("#search-btn");
231
-
232
- if (searchInput.style.display !== "block") {
233
- searchInput.style.display = "block";
234
- searchBtn.style.borderTopLeftRadius = "0";
235
- searchBtn.style.borderBottomLeftRadius = "0";
236
- searchInput.focus();
237
- e.preventDefault();
238
- }
239
-
240
231
  return false;
241
232
  });
242
233
  });
data/lib/gem_version.rb CHANGED
@@ -4,7 +4,7 @@ module Gem
4
4
  # Gem Specification
5
5
  class Specification
6
6
  def self.gem_version
7
- '2.1.15'
7
+ '2.2.1'
8
8
  end
9
9
  end
10
10
  end
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.1.15
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swedbank Pay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-25 00:00:00.000000000 Z
11
+ date: 2024-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday