Skip to content

Commit 593ab2c

Browse files
authored
Merge pull request #1571 from gethinode/develop
Develop
2 parents de716b0 + 1f33976 commit 593ab2c

File tree

13 files changed

+92
-66
lines changed

13 files changed

+92
-66
lines changed

component-library/components/about/about.bookshop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ blueprint:
3232
width:
3333
justify:
3434
link-type:
35+
theme:
36+
cover:
3537
links:
3638
-
3739
title:

component-library/components/articles/articles.bookshop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ blueprint:
4747
class:
4848
width:
4949
justify:
50+
theme:
51+
cover:

component-library/components/cards/cards.bookshop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ blueprint:
3434
width:
3535
justify:
3636
align:
37+
theme:
38+
cover:

component-library/components/cta/cta.bookshop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ blueprint:
4141
padding:
4242
order:
4343
width:
44+
theme:
45+
cover:

component-library/components/faq/faq.bookshop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ blueprint:
2626
items:
2727
- title:
2828
description:
29+
theme:
30+
cover:

component-library/components/hero/hero.bookshop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ blueprint:
3535
align:
3636
order:
3737
overlay-mode:
38+
theme:
3839
cover:
3940
orientation:
4041
width:

component-library/components/panels/panels.bookshop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ blueprint:
3333
class:
3434
width:
3535
justify:
36+
theme:
37+
cover:

component-library/components/panels/panels.hugo.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,17 @@
3333
{{ $toc = $toc | append (dict "href" "panel-0-1" "level" 2 "title" $element.title) }}
3434

3535
{{ $hero := partial "assets/hero.html" (dict
36-
"page" page
37-
"heading" (dict "title" $element.title "content" $element.content "width" 8 "size" 6)
38-
"background" $args.background
39-
"illustration" (dict "ratio" $args.ratio "icon" $element.icon "image" $element.image "mode" $element.mode)
40-
"order" $args.order
41-
"link-type" $args.linkType
42-
"links" $args.links
43-
"orientation" "horizontal"
44-
"align" "start"
45-
"width" 12
36+
"page" page
37+
"heading" (dict "content" $element.content "width" 8)
38+
"background" $args.background
39+
"illustration" (dict "ratio" $args.ratio "icon" $element.icon "image" $element.image "mode" $element.mode)
40+
"order" $args.order
41+
"link-type" $args.linkType
42+
"links" $args.links
43+
"orientation" "horizontal"
44+
"align" "start"
45+
"width" 12
46+
"content-style" "fs-6"
4647
)
4748
}}
4849

component-library/components/releases/releases.bookshop.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ blueprint:
2323
subtle:
2424
width:
2525
justify:
26-
data:
26+
data:
27+
theme:
28+
cover:

component-library/components/video-message/video-message.bookshop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ blueprint:
4242
border:
4343
width:
4444
justify:
45+
theme:
46+
cover:
4547

4648
_structures:
4749
messages:

0 commit comments

Comments
 (0)