bullet_train-themes-light 1.2.2 → 1.2.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab6e8139c9b2f4520b42c72a9b00178f88f9e87b19443eae4f149eced0a8874b
4
- data.tar.gz: 16e7cac20e0c28e2ba0ed54fe88b8c7fe08bd2801cbadb14ec86574e16ecedee
3
+ metadata.gz: e37fcf720fb3a08a0eba67db894d6158d57e3fec6a14e3dc7da7623ed60d40a8
4
+ data.tar.gz: 5528214c8e974022b932f570dddd3381204bbfbc81241726d4f3c677720082e7
5
5
  SHA512:
6
- metadata.gz: 4f6b3c5ee9ba6c47c033e12d6b6630d2eda9f68b176f18263d782fbb20daea6fd9223492c8d0f94405b78f2cabc168ff2ee345683ae2cafdfa59fa4f94c4ee69
7
- data.tar.gz: c41cc4850a18218a820b625e3a878b85fd169954b50a67f50f57ae6cd4d18105a6ea8d12aaae60df74df9b39775cc436926042da9a15dfb0a3ed29465b9ef10b
6
+ metadata.gz: 6ae03c44b6af27e3348a31043a741ff45d6072b316211702f30ea74b2ca5f552d4a0de2ae5693397708a9cfca175827e84700b392053d840e10ca784ce405e24
7
+ data.tar.gz: 03313d92b84670a30ce2fd6347fc43760c259ed1d4aba0c4a191fc711442b4907d74e88135ef198805b99a5175563049a4a2ecaeeb059a7b5de1cc99a1c99329
@@ -1,7 +1,7 @@
1
1
  <% expand ||= false %>
2
2
  <% hide_shadow ||= false %>
3
3
 
4
- <div class="relative <%= "group" unless expand %> <%= "shadow" unless hide_shadow %>">
4
+ <div class="relative <%= "group" unless expand %> <%= "shadow" unless hide_shadow %>" id="user">
5
5
  <%= render "account/shared/menu/user" %>
6
6
  <div class="invisible group-hover:visible">
7
7
  <div class="absolute top-0 left-0 right-0 z-50">
@@ -10,11 +10,11 @@
10
10
  </div>
11
11
  <% else %>
12
12
  <div>
13
- <div class="inline-block relative group">
13
+ <div class="inline-block relative group" id="<%= title.underscore %>">
14
14
  <%= render 'account/shared/menu/heading' do %>
15
15
  <%= title %>
16
16
 
17
- <svg class="inline-block flex-shrink-0 h-3 w-3" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
17
+ <svg class="inline-block flex-shrink-0 h-3 w-3 <%= @menu_orientation == :top ? "rotate-90 -mt-0.5" : "" %>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
18
18
  <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd" />
19
19
  </svg>
20
20
  <% end %>
@@ -1,7 +1,7 @@
1
1
  module BulletTrain
2
2
  module Themes
3
3
  module Light
4
- VERSION = "1.2.2"
4
+ VERSION = "1.2.4"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-themes-light
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver