tramway 3.0.3.2 → 3.0.3.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: 18f56f1bece8fece4b33c56698d52e56a39a30f6215c67de3766dc50b884910d
4
- data.tar.gz: 2642cf5b5af6a391421684aecf4af9682d5b047956ac0c0be7744b81a6219b2a
3
+ metadata.gz: 17fe97e6ab94f2d72d4cb67fad3facfafa3d2e9e046e9a52b84bc376beddd3f2
4
+ data.tar.gz: 1d3ba244c662e9facdd4a2f28c63c4a20bfb720295fca5713e7eb633cf1ff696
5
5
  SHA512:
6
- metadata.gz: 30a9432d7e353e05d8a71fd4d84a6ff9fa906a57ca9719c6153b6972e6688fc1d8b7fe51d3c2e4cc97d5de943641ddc905e56aef8cc8488400f0e757a5d46380
7
- data.tar.gz: f08b2459cddf0d95841620803b541edb3afb5bad80c85144848f998fcc9fd41203b43445450337d69f30766cd96d5d9d2a6c4cfdd728b94fa16d29133ab98091
6
+ metadata.gz: 745193d204d4e871248c8bc7531dd5d74b9c99759cc45d5190ed1f66ffca3b109d82239154aa86cfd70804c15c1683f848b92adbd20a43d3bdddc102a2c9b7d2
7
+ data.tar.gz: d14350608083e3dc4ab6d0c4de6bd7e057a45c9d289c0fdff37080e0e365b4d265f734647cfe296afbc1356c1dcf0ea1c7ef3258265206f588b85f3e90f2f6ad
@@ -1,7 +1,7 @@
1
1
  = helpers.turbo_stream_from chat_id, 'messages'
2
2
 
3
3
  #chat.flex.flex-1.h-full.w-full.min-h-0.min-w-0.flex-col
4
- #messages.flex.flex-col.flex-1.min-h-0.overflow-y-auto.p-2.md:p-6.space-y-2.md:space-y-4.md:rounded-xl.rounded-t-xl{ class: 'text-gray-100 bg-gray-800/60' }
4
+ #messages.flex.flex-col.flex-1.min-h-0.overflow-y-auto.overflow-x-hidden.p-2.md:p-6.space-y-2.md:space-y-4.md:rounded-xl.rounded-t-xl{ class: 'text-gray-100 bg-gray-800/60' }
5
5
  - messages.each do |message|
6
6
  = component "tramway/chats/message", **message
7
7
  - if disabled?
@@ -1,2 +1,2 @@
1
- %div
1
+ %div.max-w-full.min-w-0.break-all
2
2
  = rendered_html
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tramway
4
- VERSION = '3.0.3.2'
4
+ VERSION = '3.0.3.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: 3.0.3.2
4
+ version: 3.0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - kalashnikovisme