playbook_ui_docs 14.18.0.pre.alpha.PLAY20787400 → 14.18.0.pre.alpha.play2042addturbosupporttopopoverkit7423
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_date_picker/docs/_date_picker_error.jsx +4 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_error.jsx +4 -1
- data/app/pb_kits/playbook/pb_filter/docs/_filter_within_turbo_frames.html.erb +41 -0
- data/app/pb_kits/playbook/pb_filter/docs/_filter_within_turbo_frames.md +1 -0
- data/app/pb_kits/playbook/pb_filter/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_validation.jsx +8 -1
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to.html.erb +46 -0
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to.md +1 -0
- data/app/pb_kits/playbook/pb_popover/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_select/docs/_select_error.jsx +7 -2
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_error.jsx +9 -1
- data/app/pb_kits/playbook/pb_textarea/docs/_textarea_error.jsx +7 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_error_state.jsx +6 -2
- data/dist/playbook-doc.js +2 -2
- metadata +6 -2
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.18.0.pre.alpha.
|
4
|
+
version: 14.18.0.pre.alpha.play2042addturbosupporttopopoverkit7423
|
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-04-
|
12
|
+
date: 2025-04-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -878,6 +878,8 @@ files:
|
|
878
878
|
- app/pb_kits/playbook/pb_filter/docs/_filter_popover_props_react.md
|
879
879
|
- app/pb_kits/playbook/pb_filter/docs/_filter_single.html.erb
|
880
880
|
- app/pb_kits/playbook/pb_filter/docs/_filter_single.jsx
|
881
|
+
- app/pb_kits/playbook/pb_filter/docs/_filter_within_turbo_frames.html.erb
|
882
|
+
- app/pb_kits/playbook/pb_filter/docs/_filter_within_turbo_frames.md
|
881
883
|
- app/pb_kits/playbook/pb_filter/docs/_sort_only.html.erb
|
882
884
|
- app/pb_kits/playbook/pb_filter/docs/_sort_only.jsx
|
883
885
|
- app/pb_kits/playbook/pb_filter/docs/example.yml
|
@@ -1586,6 +1588,8 @@ files:
|
|
1586
1588
|
- app/pb_kits/playbook/pb_popover/docs/_description.md
|
1587
1589
|
- app/pb_kits/playbook/pb_popover/docs/_popover_actionable_content.html.erb
|
1588
1590
|
- app/pb_kits/playbook/pb_popover/docs/_popover_actionable_content.jsx
|
1591
|
+
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to.html.erb
|
1592
|
+
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to.md
|
1589
1593
|
- app/pb_kits/playbook/pb_popover/docs/_popover_close.html.erb
|
1590
1594
|
- app/pb_kits/playbook/pb_popover/docs/_popover_close.jsx
|
1591
1595
|
- app/pb_kits/playbook/pb_popover/docs/_popover_default.html.erb
|