playbook_ui_docs 15.4.0.pre.rc.0 → 15.4.0.pre.rc.1
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_advanced_table/docs/_advanced_table_pagination_with_props.jsx +4 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.md +3 -2
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to.jsx +68 -0
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to_react.md +1 -0
- data/app/pb_kits/playbook/pb_popover/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_popover/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.html.erb +64 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.jsx +70 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.md +1 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.html.erb +67 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.jsx +68 -6
- data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/index.js +2 -1
- data/dist/playbook-doc.js +2 -2
- metadata +8 -3
- /data/app/pb_kits/playbook/pb_popover/docs/{_popover_append_to.md → _popover_append_to_rails.md} +0 -0
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: 15.4.0.pre.rc.
|
|
4
|
+
version: 15.4.0.pre.rc.1
|
|
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-10-
|
|
12
|
+
date: 2025-10-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: playbook_ui
|
|
@@ -1820,7 +1820,9 @@ files:
|
|
|
1820
1820
|
- app/pb_kits/playbook/pb_popover/docs/_popover_actionable_content.html.erb
|
|
1821
1821
|
- app/pb_kits/playbook/pb_popover/docs/_popover_actionable_content.jsx
|
|
1822
1822
|
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to.html.erb
|
|
1823
|
-
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to.
|
|
1823
|
+
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to.jsx
|
|
1824
|
+
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to_rails.md
|
|
1825
|
+
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to_react.md
|
|
1824
1826
|
- app/pb_kits/playbook/pb_popover/docs/_popover_close.html.erb
|
|
1825
1827
|
- app/pb_kits/playbook/pb_popover/docs/_popover_close.jsx
|
|
1826
1828
|
- app/pb_kits/playbook/pb_popover/docs/_popover_default.html.erb
|
|
@@ -2495,6 +2497,9 @@ files:
|
|
|
2495
2497
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_async_createable.jsx
|
|
2496
2498
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
|
|
2497
2499
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_menu_list.jsx
|
|
2500
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.html.erb
|
|
2501
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.jsx
|
|
2502
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.md
|
|
2498
2503
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default.html.erb
|
|
2499
2504
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default.jsx
|
|
2500
2505
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.html.erb
|
/data/app/pb_kits/playbook/pb_popover/docs/{_popover_append_to.md → _popover_append_to_rails.md}
RENAMED
|
File without changes
|