spina-conferences-primer_theme 0.3.2 → 0.3.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: 0a9af98852b5d516ce1dae3c7ebfd570ac23300b7a5037b0e1968686a3b7d318
4
- data.tar.gz: e8d9d34229bb3fe09261aedbf8d1fec41e905df4e6fb1d11ea932f377ffa2827
3
+ metadata.gz: 4c5db3e3aed2f1b2f312c664bfd6e9de742890e29b0dff5fc3245c071f4c88bc
4
+ data.tar.gz: dee4c28ccc657664dba6746b1d6c5e31db5239a3e8e5a9c52e3f91a18aef3560
5
5
  SHA512:
6
- metadata.gz: 5bcb8c8d1527b954ab2dd6a4bf3e9869b29d2dbec26e541abadd4a8a2a42638337ed5ff07b45f943b77688f2173b8c6e71e5dc59d27d63960458cd24b59e01b6
7
- data.tar.gz: 32493b5f6c0e48b4dd3dcd5b381e0886365fc322ac8aacd5d1043490dec3cd541124ac565176ec7bb9ac86231ad6b3904bea7e09b91b38a926d03ca181fed42d
6
+ metadata.gz: 06c17c49c6d8c9946d275492b1c6d190f127ec7b126cd2df3b946cc5e39d003c1ceb6d8a5b939139db94d296bfcc206cea8565b2a36ac4bfd552a364690b1aee
7
+ data.tar.gz: 27e5f2fbadb9d634c368c6b3d876062ed96a162f63271397064fbea3f894ef97394550d6bd5fcf23a4f27433d721a2bcb4b049e164e402f8b0c9d84748fa6c02
@@ -2,6 +2,8 @@
2
2
  //= link_directory ../javascripts/spina/conferences/primer_theme .js
3
3
  //= link spina_admin_conferences_manifest.js
4
4
 
5
+ //= link_directory ../../../node_modules/@primer/css/fonts .woff
6
+
5
7
  //= link @github/details-dialog-element/dist/index.js
6
8
  //= link @github/include-fragment-element/dist/index.js
7
9
  //= link @github/filter-input-element/dist/index.js
@@ -1,7 +1,7 @@
1
1
  .Header.px-3.px-md-4.px-lg-5.flex-wrap.flex-lg-nowrap
2
2
  .Header-item.mt-n1.mb-n1= link_to render('logo'), root_path, class: 'Header-link'
3
3
  %details.details-reset.d-lg-none{ style: 'display: contents' }
4
- %summary.Header-item.Header-link.btn-link{ type: 'button' }
4
+ %summary.Header-item.Header-link.btn-link
5
5
  = render Primer::OcticonComponent.new('three-bars', height: 24)
6
6
  .Header-item.Header-item--full.flex-column.width-full.flex-order-1.mr-0.mt-3
7
7
  = render partial: 'mobile_navigation_items'
@@ -3,7 +3,7 @@
3
3
  module Spina
4
4
  module Conferences
5
5
  module PrimerTheme
6
- VERSION = '0.3.2'
6
+ VERSION = '0.3.3'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spina-conferences-primer_theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Malčić