playbook_ui 14.2.0.pre.alpha.play1490railsdialogdatafix3649 → 14.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- PREVIOUS_VERSION = "14.2.0"
5
- VERSION = "14.2.0.pre.alpha.play1490railsdialogdatafix3649"
4
+ PREVIOUS_VERSION = "14.1.0"
5
+ VERSION = "14.2.0"
6
6
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.2.0.pre.alpha.play1490railsdialogdatafix3649
4
+ version: 14.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
8
8
  - Power Devs
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-08-30 00:00:00.000000000 Z
12
+ date: 2024-08-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -1045,9 +1045,7 @@ files:
1045
1045
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_full_height_placement.html.erb
1046
1046
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_full_height_placement.jsx
1047
1047
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_full_height_placement.md
1048
- - app/pb_kits/playbook/pb_dialog/docs/_dialog_loading.html.erb
1049
1048
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_loading.jsx
1050
- - app/pb_kits/playbook/pb_dialog/docs/_dialog_loading.md
1051
1049
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_props_swift.md
1052
1050
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_scrollable.html.erb
1053
1051
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_scrollable.jsx
@@ -3024,11 +3022,11 @@ files:
3024
3022
  - app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
3025
3023
  - app/pb_kits/playbook/utilities/text.ts
3026
3024
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3027
- - dist/chunks/_typeahead-nSyn1ajB.js
3028
- - dist/chunks/_weekday_stacked-iq_X37be.js
3025
+ - dist/chunks/_typeahead-Cq7RLPBA.js
3026
+ - dist/chunks/_weekday_stacked-Cykj5kLZ.js
3029
3027
  - dist/chunks/lazysizes-B7xYodB-.js
3030
- - dist/chunks/lib-D9uVVKnh.js
3031
- - dist/chunks/pb_form_validation-u2wnZ3oe.js
3028
+ - dist/chunks/lib-DErGXNy3.js
3029
+ - dist/chunks/pb_form_validation-BC6kh7Hu.js
3032
3030
  - dist/chunks/vendor.js
3033
3031
  - dist/menu.yml
3034
3032
  - dist/playbook-doc.js
@@ -3110,7 +3108,7 @@ homepage: https://playbook.powerapp.cloud/
3110
3108
  licenses:
3111
3109
  - ISC
3112
3110
  metadata: {}
3113
- post_install_message:
3111
+ post_install_message:
3114
3112
  rdoc_options: []
3115
3113
  require_paths:
3116
3114
  - lib
@@ -3126,7 +3124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
3126
3124
  version: '0'
3127
3125
  requirements: []
3128
3126
  rubygems_version: 3.5.3
3129
- signing_key:
3127
+ signing_key:
3130
3128
  specification_version: 4
3131
3129
  summary: Playbook Design System
3132
3130
  test_files: []
@@ -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.