anchor_view_components 0.10.0 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/app/components/anchor/dialog_component.html.erb +1 -1
- data/app/components/anchor/panel_component.html.erb +2 -2
- data/app/components/anchor/panel_component.rb +1 -1
- data/app/components/anchor/side_nav_component.html.erb +1 -0
- data/app/components/anchor/side_nav_component.rb +2 -1
- data/app/components/anchor/tab_bar_component.html.erb +1 -1
- data/app/components/anchor/tab_bar_component.rb +1 -1
- data/lib/anchor/view_components/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2a5167cac9ca6478d5e51a9279ac1212038cb6b4d5a20b711387c59455395a2e
|
4
|
+
data.tar.gz: df621b41c737a6c76db80d5504cd9e84bd45a3c3833854ef85745f19338f197c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4233e62c73ca5e91b29a2226608a05959017904d4bb5954cceddb03bd9aea63b0a492377116122806cab8417a6dbf840bf19d144837e87e13dd36b5c457d3dd0
|
7
|
+
data.tar.gz: 23e18e5d88540b94bb3184a36a5d6296cb48ccb9ed40b876999d3e851f44de9a1b7d8665a0340962b95e472d1d1b2aee9108fdbecdb87b09607529eed13ffd59
|
data/CHANGELOG.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
<%= tag.dialog(
|
4
4
|
aria: { labelledby: title_id },
|
5
|
-
class: "w-[36rem] rounded-lg p-0 bg-white shadow-lg backdrop:bg-grey-100/50",
|
5
|
+
class: class_names("w-[36rem] rounded-lg p-0 bg-white shadow-lg backdrop:bg-grey-100/50", classes),
|
6
6
|
data: {
|
7
7
|
controller: "dialog",
|
8
8
|
testid: title_id,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: anchor_view_components
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Buoy Software
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-08-
|
11
|
+
date: 2023-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|