tramway 2.2.2.6 → 2.2.2.7

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: 9a262d377048d6aa2587a8193c8d983f774cf31f008da1c7f3a1e91530e7280f
4
- data.tar.gz: d9102c5fd7d949a9d9ec6f3b516305ab3d3e7d482209740600df814790c6ed2a
3
+ metadata.gz: d0aaa3638083ec75bcbbcd0004e0bce38e3d8ec1bcd49a0aff0ced804ad96889
4
+ data.tar.gz: 1abdc26dfa0d58657f6df30405f919f24e7b7bde9fcb81a769fd2f3689100b33
5
5
  SHA512:
6
- metadata.gz: '09b110237477110d053c87e174aa4cd936b7d6525f556f1430234e9b0842c4e0909730dba345a886cf01f7c4378d416efffba56f27ed3ee6aba84a7e7e09342a'
7
- data.tar.gz: 6fa94ffa3bfe11bdc7fd121aea5caa37d037d5d7e47655f10ce42c01a368f9ed84db3de2a7204ea89998cf765713a0eb25783b31e3f8bbfe9089d9fb22a4c9bd
6
+ metadata.gz: 6f8827bba6e448bd4af639c2a4490ba3cc954082874c60846d7e479d211000afa4bd47b2b9ab2608d2e61117bf12117e618f2d7e8d75715dddd9030a813a1a12
7
+ data.tar.gz: 767e7bbb7a246905feb4d90f24dc5d783fc05cb8496fabafc70da4dd423a715ec102b494e1e185202128693cdaad6a8c2ac0219d5c563947704b0bc5eb9322e5
@@ -59,6 +59,7 @@ module Tailwinds
59
59
 
60
60
  def render_a_tag?
61
61
  return true if link
62
+ return true if path == '#' && type != :submit
62
63
 
63
64
  uri = URI.parse(path)
64
65
 
@@ -1,2 +1,2 @@
1
- %main.w-full.h-full.min-h-dvh{ class: container_classes }
1
+ %main.w-full.min-h-dvh{ class: container_classes }
2
2
  = content
@@ -3,7 +3,7 @@
3
3
  - custom_path_method = "#{@model_class.model_name.plural}_path"
4
4
  - custom_path_method = "#{@entity.namespace.gsub('/', '_')}_#{custom_path_method}" if @entity.namespace.present?
5
5
 
6
- .mt-8.w-full
6
+ .md:mt-8.w-full
7
7
  - content_for :title, page_title
8
8
 
9
9
  .flex.justify-between.items-center
@@ -24,6 +24,9 @@ module.exports = {
24
24
  'md:justify-between',
25
25
  'pt-16',
26
26
  'min-h-8',
27
+
28
+ // === Entities Index Page ===
29
+ 'md:mt-8',
27
30
 
28
31
  // === Custom table layout utilities ===
29
32
  'div-table',
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tramway
4
- VERSION = '2.2.2.6'
4
+ VERSION = '2.2.2.7'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.2.6
4
+ version: 2.2.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - kalashnikovisme