swedbank-pay-design-guide-jekyll-theme 2.8.5 → 2.8.6
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/_layouts/default.html +1 -0
- data/_sass/fonts.scss +2 -2
- data/_sass/swedbank-pay-design-guide-theme.scss +9 -5
- data/_sass/tipue_search.scss +1 -1
- data/assets/css/mermaid-dialog.css +1 -1
- data/assets/puml-theme-swedbankpay.puml +1 -1
- 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: fe0b70653b8821e99a2f423e7465503b5e318152483af8653fe3b7b6b852fc19
|
|
4
|
+
data.tar.gz: 549763f2e6c92341e34062237d3b70f27da6221af4b8f6097e1ab6cbade3a790
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 739b8ffb9743b7a8291fc4991df10ec0cbf7634a17ffc2c8947ca9b1b4c7bee3a03c3cd4f9c35c6bcb0258c12404b10492df9c19af0969efcb39c3bc0be1a713
|
|
7
|
+
data.tar.gz: 0121c9fe30ee1ce4ce6ea7617d0732549921cec8838478f03e7ee944261cb952192ffd7a460aae49316043ddf02ed4de9e88051fd2e980e561ee4ef9fe585a94
|
data/_layouts/default.html
CHANGED
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
<link rel="shortcut icon" href="{{ design_guide_url }}/icons/favicon.ico">
|
|
51
51
|
<link rel="icon" type="image/png" sizes="16x16" href="{{ design_guide_url }}/icons/favicon-16x16.png">
|
|
52
52
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ design_guide_url }}/icons/favicon-32x32.png">
|
|
53
|
+
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
|
|
53
54
|
<link href="https://fonts.googleapis.com/css?family=Material+Icons+Outlined" rel="stylesheet">
|
|
54
55
|
<script src="{{- "/assets/js/dialog-polyfill.js" | relative_url -}}"></script>
|
|
55
56
|
{%- include apple-mobile-headers.html design_guide_url=design_guide_url -%}
|
data/_sass/fonts.scss
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
$font_headline: "Swedbank Headline", "
|
|
1
|
+
$font_headline: "Swedbank Headline", "Roboto", sans-serif;
|
|
2
2
|
$font_mono: "Akkurat Mono", monospace;
|
|
3
|
-
$font_body: "
|
|
3
|
+
$font_body: "Roboto", sans-serif;
|
|
@@ -14,6 +14,10 @@
|
|
|
14
14
|
$bg: #f5f2f0;
|
|
15
15
|
$darkened-bg: darken($bg, 10%);
|
|
16
16
|
|
|
17
|
+
body, p, li, td, th, span, div, a, label, input, button, select, textarea {
|
|
18
|
+
font-family: $font_body !important;
|
|
19
|
+
}
|
|
20
|
+
|
|
17
21
|
img {
|
|
18
22
|
max-width: 100%;
|
|
19
23
|
}
|
|
@@ -397,7 +401,7 @@ body {
|
|
|
397
401
|
}
|
|
398
402
|
|
|
399
403
|
text.actor {
|
|
400
|
-
font-family:
|
|
404
|
+
font-family: Roboto, sans-serif !important;
|
|
401
405
|
font-size: 1rem !important;
|
|
402
406
|
font-weight: 700 !important;
|
|
403
407
|
}
|
|
@@ -427,7 +431,7 @@ body {
|
|
|
427
431
|
.messageText {
|
|
428
432
|
fill: $black !important;
|
|
429
433
|
stroke: none;
|
|
430
|
-
font-family:
|
|
434
|
+
font-family: Roboto, sans-serif !important;
|
|
431
435
|
font-size: 1rem !important;
|
|
432
436
|
}
|
|
433
437
|
|
|
@@ -438,14 +442,14 @@ body {
|
|
|
438
442
|
|
|
439
443
|
.labelText {
|
|
440
444
|
fill: #FFF !important;
|
|
441
|
-
font-family:
|
|
445
|
+
font-family: Roboto, sans-serif !important;
|
|
442
446
|
font-weight: 700 !important;
|
|
443
447
|
}
|
|
444
448
|
|
|
445
449
|
.loopText {
|
|
446
450
|
fill: $black !important;
|
|
447
451
|
stroke: none;
|
|
448
|
-
font-family:
|
|
452
|
+
font-family: Roboto, sans-serif !important;
|
|
449
453
|
font-size: 1rem !important;
|
|
450
454
|
}
|
|
451
455
|
|
|
@@ -464,7 +468,7 @@ body {
|
|
|
464
468
|
.noteText {
|
|
465
469
|
fill: $black !important;
|
|
466
470
|
stroke: none;
|
|
467
|
-
font-family:
|
|
471
|
+
font-family: Roboto, sans-serif !important;
|
|
468
472
|
font-size: 1rem !important;
|
|
469
473
|
}
|
|
470
474
|
}
|
data/_sass/tipue_search.scss
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
/* Style the mermaid title text in the inline diagram*/
|
|
27
27
|
svg[id^="mermaid-"] text[y^="-"] {
|
|
28
|
-
font-family: "Swedbank Headline", "
|
|
28
|
+
font-family: "Swedbank Headline", "Roboto", sans-serif;
|
|
29
29
|
font-size: 1.2rem;
|
|
30
30
|
font-weight: bold;
|
|
31
31
|
fill: #333;
|
|
@@ -117,7 +117,7 @@ skinparam backgroundColor "transparent"
|
|
|
117
117
|
skinparam useBetaStyle false
|
|
118
118
|
skinparam creoleMonospacedFont "Consolas"
|
|
119
119
|
skinparam defaultMonospacedFontName "Consolas"
|
|
120
|
-
skinparam defaultFontName "
|
|
120
|
+
skinparam defaultFontName "Roboto"
|
|
121
121
|
skinparam defaultFontSize 16
|
|
122
122
|
skinparam dpi 100
|
|
123
123
|
skinparam shadowing false
|
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.8.
|
|
4
|
+
version: 2.8.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Swedbank Pay
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-05-
|
|
11
|
+
date: 2026-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|