spina-conferences-primer_theme 0.2.2 → 0.2.3
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/app/views/spina/application/_footer_content.html.haml +1 -1
- data/app/views/spina/application/_mobile_navigation_item.html.haml +1 -1
- data/app/views/spina/conferences/primer_theme/conferences/_header.html.haml +3 -2
- data/lib/spina/conferences/primer_theme/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: 88972b71842b3b2a20ca89554d209153223d8ca6565bc1080e3a39b67462aae8
|
|
4
|
+
data.tar.gz: 7167b725a22df3bf4a3833f21fd858f8fcc97d0811f41861c55c5169b098eb35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f885524dd464981d7fd93e49a0e711646ec021d0fab993289271c24634c1d23a4cdb45bfda46eae96277d2f6da52bb4329f4e9e36718a5f33d250ab695aec8d
|
|
7
|
+
data.tar.gz: fbeb15f1260cfd55d1fdb5e16fb21c71b9295bcd6f33c48479433709128b8433dc677ae1c76b5400b5521a9f2079af1bf4db80eed4636dd0b90c1c7ec4d973fe
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
= render Primer::DetailsComponent.new(overlay: :dark, reset: true, mb: [2, 0, nil, nil], mr: [nil, 2, nil, nil]) do |component|
|
|
2
|
-
= component.summary(button_type: :outline, variant: :small, aria: { haspopup: 'dialog' }) do
|
|
2
|
+
= component.summary(button_type: :outline, variant: :small, aria: { haspopup: 'dialog' }, type: nil) do
|
|
3
3
|
= render Primer::OcticonComponent.new('info')
|
|
4
4
|
= t :'.cookies'
|
|
5
5
|
= component.body(tag: :'details-dialog') do
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
= render Primer::OcticonComponent.new('chevron-down')
|
|
7
7
|
%ul.list-style-none
|
|
8
8
|
- navigation_item.children.each do |child|
|
|
9
|
-
%li= link_to child.menu_title, child.materialized_path, class: %w[d-block py-2 pl-3 border-top border-white-fade text-white]
|
|
9
|
+
%li= link_to child.menu_title, child.materialized_path, class: %w[d-block py-2 pl-3 border-top border-white-fade color-text-white]
|
|
10
10
|
- elsif navigation_item.is_root?
|
|
11
11
|
= link_to navigation_item.menu_title, navigation_item.materialized_path,
|
|
12
12
|
class: %w[Header-link py-2]
|
|
@@ -30,11 +30,12 @@
|
|
|
30
30
|
= render(Primer::LinkComponent.new(href: sponsor.content(:website) || '')) { sponsor.content(:name) }
|
|
31
31
|
|
|
32
32
|
- if @conference.content(:gallery).present?
|
|
33
|
-
.
|
|
33
|
+
= render Primer::FlexComponent.new(flex_direction: :column, justify_content: :center, align_items: :center, mb: 4,
|
|
34
|
+
data: { controller: :slideshow, slideshow_incrementer: 0, slideshow_advance: true }) do
|
|
34
35
|
- @conference.content(:gallery).each_with_index do |image, index|
|
|
35
36
|
= @conference.content.image_tag(image, { resize_to_fill: [1680, 600] }, draggable: false, data: { 'slideshow-target': 'slide' },
|
|
36
37
|
srcset: srcset(image, variant: { resize_to_fill: [1680, 600] }), hidden: index != 0,
|
|
37
|
-
class: %w[
|
|
38
|
+
class: %w[width-fit])
|
|
38
39
|
.position-absolute.top-0.left-0.right-0.bottom-0.container-lg.p-responsive
|
|
39
40
|
- if @conference.content(:gallery).many?
|
|
40
41
|
.d-none.d-sm-flex.flex-justify-between.flex-items-center.height-full
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spina-conferences-primer_theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Malčić
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-04-
|
|
11
|
+
date: 2021-04-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: babel-transpiler
|