swedbank-pay-design-guide-jekyll-theme 1.9.7 → 1.9.8

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: 03e53f1ddfdcd3aae0eaabdca94653a4a5ede896ac5f30bc9e53bf4d4af4de01
4
- data.tar.gz: 36eb1abeb83df816c73a05363b8f7dcafcdf3fcd4ccddcd82cd46fd72160e79e
3
+ metadata.gz: ae277c07bbee768b44244f3b4f8695ca4cb4c39b4cbcd3b22ac14aec80051cc4
4
+ data.tar.gz: 9d7fd1e61e646949b5b57e82aa04d76303228e07ef39d2fc837306fe6fb79ccd
5
5
  SHA512:
6
- metadata.gz: b02bb2c3b906bc02570d12b355f518ffb0ffce035246d767f0114948089f511b6fb2ea7b11fee24869fcc513ee292acdb94804ee7a8dc5c7ba63cf9a0a439ac2
7
- data.tar.gz: 8db66ae7900d2ccfa6dfa1a34bce1b0336a5bcbe41dd948ba49f229fce8485ee0028645bbc7db04498b73aef6a59d1e9cb219994aeabe08fad327234b7f11fe0
6
+ metadata.gz: 4ec88e2f83cb6fe69d88350d4452ffbd1e7d9a26e2837cfc5231df8cd270fa9a773300219c3576e252c0e3dd13cc3820cf62ff27e845c53f268d9a288750e31f
7
+ data.tar.gz: 7194c69444a6a324c5ca110f0da8301a5cba4faccc3594de6973d8142a6e02490fce43caa6470ff4627a5ba96150e438179408c53c28cfab66b67d5f15064968
@@ -3,7 +3,7 @@
3
3
  <a href="{{ site.github.repository_url }}/tree/{{ github_branch }}/{{ page.path }}"
4
4
  class="github" target="_blank"
5
5
  rel="noopener noreferrer" title="Edit '{{ page.title }}' on GitHub">
6
- <svg aria-labelledby="simpleicons-github-icon" role="img" width="50" viewBox="0 0 24 24"
6
+ <svg aria-labelledby="simpleicons-github-icon" role="img" width="40" viewBox="0 0 24 24"
7
7
  xmlns="http://www.w3.org/2000/svg">
8
8
  <title id="simpleicons-github-icon">Edit "{{ page.title }}" on GitHub</title>
9
9
  <path fill="#fff" d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" />
@@ -5,13 +5,13 @@
5
5
 
6
6
  <nav class="iterator d-flex">
7
7
  {% if prev_href != blank and prev_href != empty and prev_href != nil %}
8
- <a class="mr-auto btn btn-primary" role="button" rel="prev" href="{{ prev_href }}">
8
+ <a class="mr-auto btn btn-secondary" role="button" rel="prev" href="{{ prev_href }}">
9
9
  {{ prev_title }}
10
10
  </a>
11
11
  {% endif %}
12
12
 
13
13
  {% if next_href != blank and next_href != empty and next_href != nil %}
14
- <a class="ml-auto btn btn-primary" role="button" rel="next" href="{{ next_href }}">
14
+ <a class="ml-auto btn btn-secondary" role="button" rel="next" href="{{ next_href }}">
15
15
  {{ next_title }}
16
16
  </a>
17
17
  {% endif %}
@@ -12,7 +12,7 @@
12
12
  {%- assign description = page.opengraph.description | default: site.opengraph.description -%}
13
13
  {%- assign image = page.opengraph.image | default: site.opengraph.image -%}
14
14
  {%- assign design_guide_base_url = site.design_guide.base_url | default: 'https://design.swedbankpay.com' -%}
15
- {%- assign design_guide_version = site.design_guide.version | default: '4.8.1' -%}
15
+ {%- assign design_guide_version = site.design_guide.version | default: '5.0.1' -%}
16
16
  {%- assign design_guide_url = design_guide_base_url | append: '/v/' | append: design_guide_version -%}
17
17
  <!DOCTYPE html>
18
18
  <html lang="{{ site.lang | default: "en-US" }}">
@@ -80,9 +80,9 @@
80
80
  onblur="this.placeholder='Search in documentation'"
81
81
  pattern=".{3,}"
82
82
  title="At least 3 characters">
83
- <label for="search-input" class="mb-0">
83
+ <button class="mb-0">
84
84
  <i class="material-icons m-0" aria-hidden="true">search</i>
85
- </label>
85
+ </button>
86
86
  </form>
87
87
  {% endif %}
88
88
  <ul id="dx-sidebar-main-nav-ul" class="main-nav-ul">
@@ -58,6 +58,12 @@
58
58
  }
59
59
  }
60
60
 
61
+ button {
62
+ background-color: $white;
63
+ border: none;
64
+ cursor: pointer;
65
+ }
66
+
61
67
  }
62
68
 
63
69
  .main-nav-ul {
@@ -34,6 +34,10 @@
34
34
  }
35
35
  a {
36
36
  color: #43d0dd;
37
+
38
+ ::after {
39
+ content: url(../img/external-url-dark-bg.svg);
40
+ }
37
41
  }
38
42
  }
39
43
 
@@ -0,0 +1 @@
1
+ <svg style="fill: #43d0dd; stroke: #43d0dd" enable-background="new 0 0 17 17" viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="m17 0v7l-2.8-2.8-8.2 8.2-1.4-1.4 8.2-8.2-2.8-2.8zm-3 17h-14v-14h8v2h-6v10h10v-6h2z" fill-rule="evenodd"/></svg>
@@ -4,7 +4,7 @@ module Gem
4
4
  # Gem Specification
5
5
  class Specification
6
6
  def self.gem_version
7
- '1.9.7'
7
+ '1.9.8'
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: 1.9.7
4
+ version: 1.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swedbank Pay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-01 00:00:00.000000000 Z
11
+ date: 2021-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -266,6 +266,7 @@ files:
266
266
  - assets/img/demoshop-mobile2.svg
267
267
  - assets/img/demoshop-web.svg
268
268
  - assets/img/demoshop.svg
269
+ - assets/img/external-url-dark-bg.svg
269
270
  - assets/img/external-url.svg
270
271
  - assets/js/mermaid.min.js
271
272
  - assets/js/swedbank-pay-design-guide-theme.js