modal_stack 0.2.0 → 0.3.0

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.
data/lib/modal_stack.rb CHANGED
@@ -14,7 +14,7 @@ module ModalStack
14
14
  # Bumped when config/initializers/modal_stack.rb gains/loses an option,
15
15
  # so apps that haven't regenerated their initializer get a one-line
16
16
  # boot warning. Independent from the gem's VERSION.
17
- INITIALIZER_VERSION = "0.2.0"
17
+ INITIALIZER_VERSION = "0.3.0"
18
18
 
19
19
  class << self
20
20
  def configuration
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modal_stack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Gagnaire
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-05-03 00:00:00.000000000 Z
11
+ date: 2026-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -70,7 +70,8 @@ files:
70
70
  - Rakefile
71
71
  - app/assets/javascripts/modal_stack.js
72
72
  - app/assets/stylesheets/modal_stack/bootstrap.css
73
- - app/assets/stylesheets/modal_stack/tailwind.css
73
+ - app/assets/stylesheets/modal_stack/tailwind_v3.css
74
+ - app/assets/stylesheets/modal_stack/tailwind_v4.css
74
75
  - app/assets/stylesheets/modal_stack/vanilla.css
75
76
  - app/javascript/modal_stack/controllers/modal_stack_controller.js
76
77
  - app/javascript/modal_stack/controllers/modal_stack_link_controller.js