playbook_ui 15.5.0.pre.alpha.play260612706 → 15.5.0.pre.alpha.typeaheadfix12605
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_background/_background.tsx +6 -6
- data/app/pb_kits/playbook/pb_background/background.test.js +1 -5
- data/app/pb_kits/playbook/pb_background/docs/_background_light.html.erb +1 -1
- data/app/pb_kits/playbook/pb_background/docs/_background_light.jsx +1 -0
- data/app/pb_kits/playbook/pb_background/docs/example.yml +2 -2
- data/app/pb_kits/playbook/pb_file_upload/_file_upload.scss +4 -4
- data/dist/chunks/_typeahead-CkkCTRLh.js +6 -0
- data/dist/chunks/vendor.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 +1 -1
- metadata +3 -4
- data/app/pb_kits/playbook/pb_background/docs/_background_light.md +0 -1
- data/dist/chunks/_typeahead-eXsdpMc6.js +0 -6
data/lib/playbook/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: playbook_ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 15.5.0.pre.alpha.
|
|
4
|
+
version: 15.5.0.pre.alpha.typeaheadfix12605
|
|
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: 2025-
|
|
12
|
+
date: 2025-11-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: actionpack
|
|
@@ -487,7 +487,6 @@ files:
|
|
|
487
487
|
- app/pb_kits/playbook/pb_background/docs/_background_image.md
|
|
488
488
|
- app/pb_kits/playbook/pb_background/docs/_background_light.html.erb
|
|
489
489
|
- app/pb_kits/playbook/pb_background/docs/_background_light.jsx
|
|
490
|
-
- app/pb_kits/playbook/pb_background/docs/_background_light.md
|
|
491
490
|
- app/pb_kits/playbook/pb_background/docs/_background_overlay.jsx
|
|
492
491
|
- app/pb_kits/playbook/pb_background/docs/_background_overlay.md
|
|
493
492
|
- app/pb_kits/playbook/pb_background/docs/_background_size.html.erb
|
|
@@ -3856,7 +3855,7 @@ files:
|
|
|
3856
3855
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
|
3857
3856
|
- app/pb_kits/playbook/utilities/text.ts
|
|
3858
3857
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
|
3859
|
-
- dist/chunks/_typeahead-
|
|
3858
|
+
- dist/chunks/_typeahead-CkkCTRLh.js
|
|
3860
3859
|
- dist/chunks/lazysizes-B7xYodB-.js
|
|
3861
3860
|
- dist/chunks/lib-CgpqUb6l.js
|
|
3862
3861
|
- dist/chunks/vendor.js
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
By default, the Background kit sets background color to 'light' as seen here.
|