pg_rails 7.0.8.pre.alpha.69 → 7.0.8.pre.alpha.70

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: e761068c4438801df99438fc4420e4afad03320461ae0cef05dee8140c9b10f9
4
- data.tar.gz: af3175fe0c8ebb13f3462b2410d3008c9daa34136253ad337cebee295d3aa953
3
+ metadata.gz: 686c782a19dd3b86046c75ac7ec01619ebfe48f2034a78202187629d0b549109
4
+ data.tar.gz: d37da087265f86e72e8eb35676da5b3d86f6c9054a607f34cba59287cd2fd17b
5
5
  SHA512:
6
- metadata.gz: fbab7d3534ab2b8a8bec86b0fce534f556cf8383bc77c7edf6918ee1e6e39915b6182e2d4d8a9fdda3647fe606c8e461a820e5de450332640de18d675173743d
7
- data.tar.gz: 3304f09d8a1d1db68d93e7fa47f442c34c8f0acca8bbbc195a2c6878146e9da3cc55abadad849414055e051d9dce0e84b7e326be2abd1d39073abb3797c5f20d
6
+ metadata.gz: ee1e4d4612d52f2cb9e77e1bf622b6d9b0ce3a726356bf1093a0629f35d775a4f26ec19f74f6b9ec00ff8133cc69f98465bf2285e99f0cfa2bb9ede4a36d6b33
7
+ data.tar.gz: aead26ec923a49105ccde5e242671f72dab206124a6ea56a98e55f5b0a70dc476659a2ae67ffaaab33d882379f2c8e31f7190f7df785794f5b9cb7b7f976541c
@@ -49,7 +49,7 @@ export function flashMessage (message, flashType = 'warning', toast = false) {
49
49
 
50
50
  el.innerHTML = `
51
51
  <div class="alert alert-dismissible mt-2 d-flex align-items-center alert-${alertClassSuffix} ${toastClasses}"
52
- data-turbo-temporary="true" data-bs-autohide="false" aria-live="assertive" aria-atomic="true" role="alert">
52
+ data-turbo-temporary="true" data-bs-autohide="true" aria-live="assertive" aria-atomic="true" role="alert">
53
53
 
54
54
  <span class="${iconClasses}"></span>
55
55
  ${message}
@@ -1,3 +1,4 @@
1
1
  #flash-wrapper.d-flex.justify-content-around
2
2
  #flash.flash.position-relative.w-100.d-flex.justify-content-center
3
3
  = render partial: 'pg_layout/flash'
4
+ / TODO: si hay varios flashes toast, se superponen. habría que hacer un container con position absolute para los toasts
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PgRails
4
- VERSION = '7.0.8-alpha.69'
4
+ VERSION = '7.0.8-alpha.70'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.8.pre.alpha.69
4
+ version: 7.0.8.pre.alpha.70
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martín Rosso
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-13 00:00:00.000000000 Z
11
+ date: 2024-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails