playbook_ui_docs 14.1.0.pre.alpha.PBNTR462starratingdefaultvalue3579 → 14.1.0.pre.alpha.PBNTR462starratingdefaultvalue3582
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.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playbook_ui_docs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 14.1.0.pre.alpha.
|
4
|
+
version: 14.1.0.pre.alpha.PBNTR462starratingdefaultvalue3582
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -605,9 +605,7 @@ files:
|
|
605
605
|
- app/pb_kits/playbook/pb_dialog/docs/_dialog_full_height_placement.html.erb
|
606
606
|
- app/pb_kits/playbook/pb_dialog/docs/_dialog_full_height_placement.jsx
|
607
607
|
- app/pb_kits/playbook/pb_dialog/docs/_dialog_full_height_placement.md
|
608
|
-
- app/pb_kits/playbook/pb_dialog/docs/_dialog_loading.html.erb
|
609
608
|
- app/pb_kits/playbook/pb_dialog/docs/_dialog_loading.jsx
|
610
|
-
- app/pb_kits/playbook/pb_dialog/docs/_dialog_loading.md
|
611
609
|
- app/pb_kits/playbook/pb_dialog/docs/_dialog_props_swift.md
|
612
610
|
- app/pb_kits/playbook/pb_dialog/docs/_dialog_scrollable.html.erb
|
613
611
|
- app/pb_kits/playbook/pb_dialog/docs/_dialog_scrollable.jsx
|
@@ -1,13 +0,0 @@
|
|
1
|
-
<%= pb_rails("button", props: { text: "Open Dialog", data: {"open-dialog": "dialog-loading"} }) %>
|
2
|
-
|
3
|
-
<%= pb_rails("dialog", props: {
|
4
|
-
id:"dialog-loading",
|
5
|
-
size: "sm",
|
6
|
-
title: "Loading Exmaple",
|
7
|
-
text: "Make a loading request?",
|
8
|
-
cancel_button: "Cancel Button",
|
9
|
-
cancel_button_id: "cancel-button-loading",
|
10
|
-
confirm_button: "Okay",
|
11
|
-
confirm_button_id: "confirm-button-loading",
|
12
|
-
loading: true,
|
13
|
-
}) %>
|