tramway 0.6.1.2 → 0.6.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a3af652c9e3a05d8524dbdd1af0e468b01d731d90684acf1cc3ba21c8b47a98
4
- data.tar.gz: '08633354153733f0178487fdb9d1353d6d953b9aa0e60dd17e83d8645b074de3'
3
+ metadata.gz: 84e55c77d1524c7f3fd7a9fed9702e4a9dfd1b206b706b1680359b326df1af96
4
+ data.tar.gz: df5e1366a5aadb38cf75a5b5513a1f19b864efff5236e21148c5fdc73e14ec6f
5
5
  SHA512:
6
- metadata.gz: fb847e9ef0970f10000961f82d9478b0be926c91a3e56b06b1c28c63b550a7e529a0c0bb3591238ace18f0967d8e97c4a4f765bb04aa15dcba92f7e06f7f7be5
7
- data.tar.gz: 4e186f09455eca7b67a88aa89dce4582711729f299afea16ffd522f83e9534db407a824b2c6f38aa628df673a39c454fbafe1d1e9302e35347782b42b687f724
6
+ metadata.gz: d4a83edca437f56371f0202a784419b13749f542060e5ccf6d7a8bf7cd6160d668564d62febda6d4d7ab272d35d3af9ed116a0ab4b1136af4fd8f125812eae04
7
+ data.tar.gz: b73c03bb119f003a5d8b8acacf719fa162b8aa8f292dc553a37c7efe63deb6a56e9812e780a297a1c89a286e2ef92da3eff3e0ba7bbdc945984d33d3bc330a19
@@ -49,13 +49,7 @@ module Tailwinds
49
49
 
50
50
  def default_classes
51
51
  [
52
- 'btn',
53
- 'btn-primary',
54
- 'font-bold',
55
- 'rounded-sm',
56
- 'flex',
57
- 'flex-row',
58
- size_classes.to_s,
52
+ 'btn', 'btn-primary', 'font-bold', 'rounded-sm', 'flex', 'flex-row', 'whitespace-nowrap', size_classes.to_s,
59
53
  options[:class].to_s
60
54
  ]
61
55
  end
@@ -1,3 +1,3 @@
1
- %li
1
+ %li.whitespace-nowrap
2
2
  = button_to @href, method: @method, class: style, **@options do
3
3
  = content
@@ -1,3 +1,3 @@
1
- %li
1
+ %li.whitespace-nowrap
2
2
  = link_to @href, class: style, **@options do
3
3
  = content
@@ -101,6 +101,7 @@ module.exports = {
101
101
  'font-medium',
102
102
  'font-normal',
103
103
  'text-xs',
104
+ 'whitespace-nowrap',
104
105
 
105
106
  // === Button color presets ===
106
107
  'bg-gray-500',
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tramway
4
- VERSION = '0.6.1.2'
4
+ VERSION = '0.6.1.3'
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: 0.6.1.2
4
+ version: 0.6.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - kalashnikovisme