playbook_ui 14.5.0.pre.rc.3 → 14.5.0.pre.rc.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79f9b4c72f89ba63eecf8638ec8c27fb9a62e9a9e2566eeec8d7f10087aea924
|
4
|
+
data.tar.gz: 415d204f126cddba6763bbc1ca22ba76db3a72403f5e3d407ffb992be12f901b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c45481f61a83332e142cb028be5473c01a0f05b450376179edd5f68608d8fc6a88a140e74a3eef029c2dcc7f0a63d0b93a03219e60002e1858c3d9485c225436
|
7
|
+
data.tar.gz: d88e278a42278354c22a7e431517ed963b7f87322db9c5489546e36bb8c835c9c21db90c7bfd348764aa63fcda0ec85c71d82ab8938c773b97ecb075b8ffef43
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<%= pb_rails("flex", props: {classname:object.classname, spacing:"between", padding:"sm", align:"center"}) do %>
|
3
3
|
<%= content.presence || object.title %>
|
4
4
|
|
5
|
-
<button class="dialog-button-class" type="button" data-close-dialog= <%= object.id %> >
|
5
|
+
<button class="dialog-button-class pb_dialog_close_icon" type="button" data-close-dialog= <%= object.id %> >
|
6
6
|
<%= pb_rails("icon", props: { custom_icon: Playbook::Engine::root.join(times_icon) }) %>
|
7
7
|
</button>
|
8
8
|
<% end %>
|