rails_pulse 0.2.5.pre.13 → 0.2.5

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.
@@ -322,15 +322,15 @@
322
322
  *****************************************************************/
323
323
  .show\@sm, .show\@md, .show\@lg, .show\@xl { display: none; }
324
324
 
325
- .show\@sm { @media (width >= 40rem) { display: flex; } }
326
- .show\@md { @media (width >= 48rem) { display: flex; } }
327
- .show\@lg { @media (width >= 64rem) { display: flex; } }
328
- .show\@xl { @media (width >= 80rem) { display: flex; } }
329
-
330
- .hide\@sm { @media (width >= 40rem) { display: none; } }
331
- .hide\@md { @media (width >= 48rem) { display: none; } }
332
- .hide\@lg { @media (width >= 64rem) { display: none; } }
333
- .hide\@xl { @media (width >= 80rem) { display: none; } }
325
+ .show\@sm { @media (min-width: 40rem) { display: flex; } }
326
+ .show\@md { @media (min-width: 48rem) { display: flex; } }
327
+ .show\@lg { @media (min-width: 64rem) { display: flex; } }
328
+ .show\@xl { @media (min-width: 80rem) { display: flex; } }
329
+
330
+ .hide\@sm { @media (min-width: 40rem) { display: none; } }
331
+ .hide\@md { @media (min-width: 48rem) { display: none; } }
332
+ .hide\@lg { @media (min-width: 64rem) { display: none; } }
333
+ .hide\@xl { @media (min-width: 80rem) { display: none; } }
334
334
 
335
335
  .hide\@pwa { @media (display-mode: standalone) { display: none; } }
336
336
  .hide\@browser { @media (display-mode: browser) { display: none; } }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_pulse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5.pre.13
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rails Pulse
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-03-31 00:00:00.000000000 Z
11
+ date: 2026-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -373,8 +373,11 @@ files:
373
373
  - lib/tasks/rails_pulse_tasks.rake
374
374
  - public/rails-pulse-assets/csp-test.js
375
375
  - public/rails-pulse-assets/rails-pulse-icons.js
376
+ - public/rails-pulse-assets/rails-pulse-icons.js.map
376
377
  - public/rails-pulse-assets/rails-pulse.css
378
+ - public/rails-pulse-assets/rails-pulse.css.map
377
379
  - public/rails-pulse-assets/rails-pulse.js
380
+ - public/rails-pulse-assets/rails-pulse.js.map
378
381
  - public/rails-pulse-assets/search.svg
379
382
  - vendor/VENDORING.md
380
383
  - vendor/assets/javascripts/rails-pulse-icons.js