plutonium 0.24.1 → 0.24.2

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: cb793ad2d24a4aef3c7a5c46146260b019e6ab1af1e82a23c110379f96b51df6
4
- data.tar.gz: 3926d88a01fa0a9ec45b2c072b0c8112e058082520fb4d2019f765a8cf2a97a3
3
+ metadata.gz: 03aa87f0e65ffb98dfce96f4c6009672a7ceff510a565eba0cbfc226d7a94c50
4
+ data.tar.gz: af20fee6adbece0a3232f033589a6c58f230772d09e7c7b2ddb0c0415c8324e2
5
5
  SHA512:
6
- metadata.gz: 4bf56145b9fc26fe50d167bfdffd347488c4be2d7a32c985d698ca4c24e40fc98cfc26e3a3c5cf88fca7dbf8de934f4c4974e8d394b347918c1f1d962484ace6
7
- data.tar.gz: dacc135a569a2c5ec92134e7cf2670948680622c529514e2ddb996318e4e120330081ea8fd122b6c4dd9e29e3e6c838dcb037ca0939f65e16a43c73f2f50851e
6
+ metadata.gz: 986901850a137be1347b026e759c1607fdaf62bcdae83d46273f1a16ddcaafd1635f2d85c27110e1ff700705d6686b869572822ab12abcd4c7d41b4d84faaa9d
7
+ data.tar.gz: 0c3e4057ab75582c34f1ce06f849bfb78d63177816252b71042025b0bd6569efab9853001f991d2a437fe1c14d18759448aa511afee2093b022fc7af2117b902
@@ -1,6 +1,6 @@
1
1
  <%= render Plutonium::UI::Layout::Header.new do |header| %>
2
2
  <% header.with_brand_logo do %>
3
- <%= resource_logo_tag(classname: "h-10") %>
3
+ <%= resource_logo_tag(classname: "h-10 rounded-md") %>
4
4
  <% end %>
5
5
 
6
6
  <% header.with_action do %>
@@ -11,7 +11,7 @@ module Plutonium
11
11
  end
12
12
 
13
13
  def main_attributes = mix(super, {
14
- class: "flex flex-col items-center justify-center px-6 py-8 mx-auto lg:py-0"
14
+ class: "flex flex-col items-center justify-center gap-2 px-6 py-8 mx-auto lg:py-0"
15
15
  })
16
16
 
17
17
  def render_content(&)
@@ -25,8 +25,8 @@ module Plutonium
25
25
  end
26
26
 
27
27
  def render_logo
28
- link_to root_path, class: "flex items-center text-2xl font-semibold text-gray-900 dark:text-white" do
29
- helpers.resource_logo_tag classname: "w-24 h-24 mr-2"
28
+ link_to root_path, class: "flex items-center text-2xl font-semibold text-gray-900 dark:text-white mb-2" do
29
+ helpers.resource_logo_tag classname: "w-24 h-24 mr-2 rounded-md"
30
30
  end
31
31
  end
32
32
 
@@ -1,5 +1,5 @@
1
1
  module Plutonium
2
- VERSION = "0.24.1"
2
+ VERSION = "0.24.2"
3
3
  NEXT_MAJOR_VERSION = VERSION.split(".").tap { |v|
4
4
  v[1] = v[1].to_i + 1
5
5
  v[2] = 0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plutonium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.1
4
+ version: 0.24.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Froelich