swedbank-pay-design-guide-jekyll-theme 2.2.2 → 2.2.3

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: 3c9edb790d2b95aa747c43b475ca512883458285565f1c502a460130b73da958
4
- data.tar.gz: 0cbe8e2ea1640b9d35589c9a321c03ece463ca30d0e7faf901ec67cade0ee7d8
3
+ metadata.gz: fe62136a504cd460e0e0dd88e09e0a9ba82fbab9f548080ed824314330659000
4
+ data.tar.gz: 921841fe70dee3bf66aae1b4f8ca51e06ee6f6f4f89af124f88366b76ac07758
5
5
  SHA512:
6
- metadata.gz: 289d79c416db7d7d084894cd3f6ec0dd443599c20d81c8e36f28350441d3f1138030b5c72e3f8574926031b8f00eef71431277d92d66e644a9312f1eac6558d8
7
- data.tar.gz: e30133b04a0305fadfcf94a95b00f7a07735a3ea8e87304683cfd99045b268193f559ca021448e618e00eee31c40661e86388fa3e65f27c3490e270f899ec108
6
+ metadata.gz: 12511e24595d839de209ee7cee1f98c9c8d5135cb158a05fe42927e2b8d88c0667922ff77da7ec2d0d9e45c6424f09740011c054d9bd11fb62ce010604c9d7a0
7
+ data.tar.gz: cd1c5deb08e2f7e2bb70ff325404b1e1cf197953b68a4a2fb3264d1050e99d21d6feb936a88d7c78fbad3a10df3a198435385b64fe3d687b9503b2a608bc5e1d
@@ -7,9 +7,7 @@ json: json content
7
7
 
8
8
  <p class="code-view-header">
9
9
  {{ include.title}}
10
- <button class="code-view-copy" aria-label="Copy content to clipboard" value='{{include.json}}' onclick='javascript:navigator.clipboard.writeText(this.value)'>
11
- copy json
12
- </button>
10
+ <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>
13
11
  </p>
14
12
  ````http
15
13
  {{include.header}}
data/_sass/code-view.scss CHANGED
@@ -52,6 +52,10 @@
52
52
 
53
53
  .code-view-table {
54
54
  border-radius: 0px;
55
+
56
+ pre {
57
+ margin-bottom: 0;
58
+ }
55
59
  }
56
60
  }
57
61
  }
@@ -1,7 +1,7 @@
1
1
  .highlight .hll { background-color: #ffffcc }
2
2
  .highlight { background: #ffffff; }
3
3
  .highlight .c { color: #aaaaaa; font-style: italic } /* Comment */
4
- .highlight .err { color: #E7F8D2; } /* Error */
4
+ .highlight .err { color: #FF0000; background-color: #FFAAAA } /* Error */
5
5
  .highlight .k { color: #0000aa } /* Keyword */
6
6
  .highlight .ch { color: #aaaaaa; font-style: italic } /* Comment.Hashbang */
7
7
  .highlight .cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */
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.2.2'
7
+ '2.2.3'
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.2.2
4
+ version: 2.2.3
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-03-02 00:00:00.000000000 Z
11
+ date: 2024-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday