playbook_ui 14.2.0 → 14.2.1.pre.alpha.PBNTR431fixingduplicatingtextareaclassname3689
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.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_circle_icon_button/_circle_icon_button.tsx +3 -0
- data/app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.html.erb +1 -1
- data/app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.rb +2 -0
- data/app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.test.js +15 -0
- data/app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_loading.html.erb +29 -0
- data/app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_loading.jsx +43 -0
- data/app/pb_kits/playbook/pb_circle_icon_button/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_circle_icon_button/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.scss +7 -0
- data/app/pb_kits/playbook/pb_textarea/_textarea.tsx +0 -1
- data/app/pb_kits/playbook/pb_textarea/textarea.html.erb +0 -1
- data/dist/chunks/{_typeahead-Cq7RLPBA.js → _typeahead-KAYMhDNO.js} +1 -1
- data/dist/chunks/{_weekday_stacked-Cykj5kLZ.js → _weekday_stacked-Bms5JW8f.js} +2 -2
- data/dist/chunks/vendor.js +1 -1
- data/dist/playbook-doc.js +1 -1
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +2 -2
- metadata +9 -7
data/lib/playbook/version.rb
CHANGED
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.
|
4
|
+
version: 14.2.1.pre.alpha.PBNTR431fixingduplicatingtextareaclassname3689
|
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-
|
12
|
+
date: 2024-09-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -677,6 +677,8 @@ files:
|
|
677
677
|
- app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_default.jsx
|
678
678
|
- app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_link.html.erb
|
679
679
|
- app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_link.jsx
|
680
|
+
- app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_loading.html.erb
|
681
|
+
- app/pb_kits/playbook/pb_circle_icon_button/docs/_circle_icon_button_loading.jsx
|
680
682
|
- app/pb_kits/playbook/pb_circle_icon_button/docs/_description.md
|
681
683
|
- app/pb_kits/playbook/pb_circle_icon_button/docs/_footer.md
|
682
684
|
- app/pb_kits/playbook/pb_circle_icon_button/docs/example.yml
|
@@ -3022,8 +3024,8 @@ files:
|
|
3022
3024
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
3023
3025
|
- app/pb_kits/playbook/utilities/text.ts
|
3024
3026
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3025
|
-
- dist/chunks/_typeahead-
|
3026
|
-
- dist/chunks/_weekday_stacked-
|
3027
|
+
- dist/chunks/_typeahead-KAYMhDNO.js
|
3028
|
+
- dist/chunks/_weekday_stacked-Bms5JW8f.js
|
3027
3029
|
- dist/chunks/lazysizes-B7xYodB-.js
|
3028
3030
|
- dist/chunks/lib-DErGXNy3.js
|
3029
3031
|
- dist/chunks/pb_form_validation-BC6kh7Hu.js
|
@@ -3108,7 +3110,7 @@ homepage: https://playbook.powerapp.cloud/
|
|
3108
3110
|
licenses:
|
3109
3111
|
- ISC
|
3110
3112
|
metadata: {}
|
3111
|
-
post_install_message:
|
3113
|
+
post_install_message:
|
3112
3114
|
rdoc_options: []
|
3113
3115
|
require_paths:
|
3114
3116
|
- lib
|
@@ -3124,7 +3126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
3124
3126
|
version: '0'
|
3125
3127
|
requirements: []
|
3126
3128
|
rubygems_version: 3.5.3
|
3127
|
-
signing_key:
|
3129
|
+
signing_key:
|
3128
3130
|
specification_version: 4
|
3129
3131
|
summary: Playbook Design System
|
3130
3132
|
test_files: []
|