thunderclap 0.1.0 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c7fa69f434eff8b2c135847df146e73d589fda329f7fed2798edec6387f52e54
4
- data.tar.gz: b33483ef186a9888a8da04e2473d9713d9b8e14f25b01dd4152a1f2236915b45
3
+ metadata.gz: d963e093a6776630e06506d17fd134580aada7d34b49f7f15ffd5954e3d126fd
4
+ data.tar.gz: 8727865f5b57bb0397597967b517c95ce6d5152063add4d2e7e7998b4e4dbd28
5
5
  SHA512:
6
- metadata.gz: 7a282f4fac4a0fa2cfaafdee098f4e9f7fd2b9794d7c575630cb39f405e592d59b2de4369b31e87dd8f38b3cc96e3176dc8baad363c8f9066dd254051ac965b5
7
- data.tar.gz: d1f09f0e7e7f5677cb1723cc025a7bf52b746f0622bed283d7727d21b80d1a4eee821b146508f1b7f2a9b945fed4f2051f9261a50d3c9bd5cbcb3bbfaa9e1f30
6
+ metadata.gz: 127fc5274c7d111a2ab30ea5b1db9af9380623fa1f057430692ac720fead8b2bcd5da1b6e117fbbd717fdeb58f245c9cd4b6cec0f7d2884d2030ef46472d650b
7
+ data.tar.gz: 858ee900705a960f21419537202986a652dc23685c7987045d139eb0695b847f3614615a77cb5525d5d21db4f585dac7a9ff044c99f276aec45c4550d85f3119
@@ -1,34 +1 @@
1
- <ul>
2
- <% flash.each do |type, msg| %>
3
- <li>
4
- <div>
5
- <span>
6
- <% if local_assigns[:flash_type] == "notice" %>
7
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="#31cb00" class="w-6 h-6">
8
- <path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" />
9
- </svg>
10
- <% elsif local_assigns[:flash_type] == "alert" %>
11
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="#c1121f" class="w-6 h-6">
12
- <path stroke-linecap="round" stroke-linejoin="round" d="m9.75 9.75 4.5 4.5m0-4.5-4.5 4.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" />
13
- </svg>
14
- <% end %>
15
- </span>
16
-
17
- <p><%= msg %></p>
18
-
19
- <button type="button">
20
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="#6c757d" class="w-5 h-5">
21
- <path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12" />
22
- </svg>
23
- </button>
24
- </div>
25
-
26
- <% if local_assigns[:redirect] %>
27
- <%= link_to(
28
- local_assigns[:redirect][:copy],
29
- local_assigns[:redirect][:path]
30
- ) %>
31
- <% end %>
32
- </li>
33
- <% end %>
34
- </ul>
1
+ Flash
@@ -1,3 +1,3 @@
1
1
  module Thunderclap
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thunderclap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - LuigiR0jas
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-01-12 00:00:00.000000000 Z
12
+ date: 2024-01-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails