playbook_ui 14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5341 → 14.11.1.pre.alpha.play17725372
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_button/button.html.erb +3 -2
- data/app/pb_kits/playbook/pb_checkbox/checkbox.html.erb +6 -1
- data/app/pb_kits/playbook/pb_date_picker/date_picker.html.erb +6 -2
- data/app/pb_kits/playbook/pb_dropdown/dropdown.html.erb +12 -7
- data/app/pb_kits/playbook/pb_dropdown/dropdown_container.html.erb +14 -9
- data/app/pb_kits/playbook/pb_dropdown/dropdown_option.html.erb +11 -6
- data/app/pb_kits/playbook/pb_dropdown/dropdown_trigger.html.erb +14 -8
- data/app/pb_kits/playbook/pb_table/styles/_scroll.scss +6 -5
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_mask.html.erb +50 -0
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_mask_rails.md +3 -0
- data/app/pb_kits/playbook/pb_text_input/docs/example.yml +2 -1
- data/app/pb_kits/playbook/pb_text_input/index.js +103 -0
- data/app/pb_kits/playbook/pb_text_input/text_input.html.erb +4 -0
- data/app/pb_kits/playbook/pb_text_input/text_input.rb +47 -4
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +8 -5
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.11.1.pre.alpha.
|
4
|
+
version: 14.11.1.pre.alpha.play17725372
|
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: 2025-01-
|
12
|
+
date: 2025-01-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -2752,13 +2752,16 @@ files:
|
|
2752
2752
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_error_swift.md
|
2753
2753
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_inline.html.erb
|
2754
2754
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_inline.jsx
|
2755
|
+
- app/pb_kits/playbook/pb_text_input/docs/_text_input_mask.html.erb
|
2755
2756
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_mask.jsx
|
2757
|
+
- app/pb_kits/playbook/pb_text_input/docs/_text_input_mask_rails.md
|
2756
2758
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_no_label.html.erb
|
2757
2759
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_no_label.jsx
|
2758
2760
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_options.html.erb
|
2759
2761
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_props_swift.md
|
2760
2762
|
- app/pb_kits/playbook/pb_text_input/docs/example.yml
|
2761
2763
|
- app/pb_kits/playbook/pb_text_input/docs/index.js
|
2764
|
+
- app/pb_kits/playbook/pb_text_input/index.js
|
2762
2765
|
- app/pb_kits/playbook/pb_text_input/inputMask.ts
|
2763
2766
|
- app/pb_kits/playbook/pb_text_input/text_input.html.erb
|
2764
2767
|
- app/pb_kits/playbook/pb_text_input/text_input.rb
|
@@ -3326,7 +3329,7 @@ homepage: https://playbook.powerapp.cloud/
|
|
3326
3329
|
licenses:
|
3327
3330
|
- ISC
|
3328
3331
|
metadata: {}
|
3329
|
-
post_install_message:
|
3332
|
+
post_install_message:
|
3330
3333
|
rdoc_options: []
|
3331
3334
|
require_paths:
|
3332
3335
|
- lib
|
@@ -3342,7 +3345,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
3342
3345
|
version: '0'
|
3343
3346
|
requirements: []
|
3344
3347
|
rubygems_version: 3.5.3
|
3345
|
-
signing_key:
|
3348
|
+
signing_key:
|
3346
3349
|
specification_version: 4
|
3347
3350
|
summary: Playbook Design System
|
3348
3351
|
test_files: []
|