playbook_ui_docs 14.2.0.pre.alpha.play1490railsdialogdatafix3649 → 14.2.1.pre.alpha.PBNTR431fixingduplicatingtextareaclassname3689

Sign up to get free protection for your applications and to get access to all the features.
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.2.0.pre.alpha.play1490railsdialogdatafix3649
4
+ version: 14.2.1.pre.alpha.PBNTR431fixingduplicatingtextareaclassname3689
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-08-30 00:00:00.000000000 Z
12
+ date: 2024-09-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -353,6 +353,8 @@ files:
353
353
  - app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_default.jsx
354
354
  - app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_link.html.erb
355
355
  - app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_link.jsx
356
+ - app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_loading.html.erb
357
+ - app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_loading.jsx
356
358
  - app/pb_kits/playbook/pb_circle_icon_button/docs/_description.md
357
359
  - app/pb_kits/playbook/pb_circle_icon_button/docs/_footer.md
358
360
  - app/pb_kits/playbook/pb_circle_icon_button/docs/example.yml
@@ -605,9 +607,7 @@ files:
605
607
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_full_height_placement.html.erb
606
608
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_full_height_placement.jsx
607
609
  - 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
610
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_loading.jsx
610
- - app/pb_kits/playbook/pb_dialog/docs/_dialog_loading.md
611
611
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_props_swift.md
612
612
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_scrollable.html.erb
613
613
  - 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
- }) %>
@@ -1,3 +0,0 @@
1
- Pressing the "Okay" button will trigger a loading state where the button content is replaced by a spinner icon and both buttons are disabled.
2
-
3
- Currently, the loading state cannot be undone and will require a page refresh to reset the dialog.