playbook_ui_docs 14.9.0.pre.alpha.play1742globalheightfixes4766 → 14.9.0.pre.alpha.play1742globalheightfixes4926
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_bar_graph/docs/_bar_graph_custom.jsx +53 -49
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom_rails.html.erb +29 -36
- data/app/pb_kits/playbook/pb_bread_crumbs/docs/_bread_crumbs_default.jsx +6 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.html.erb +95 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx +75 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.md +1 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx +108 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md +2 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx +94 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md +0 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.jsx +83 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md +3 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.jsx +120 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md +1 -0
- data/app/pb_kits/playbook/pb_table/docs/example.yml +5 -0
- data/app/pb_kits/playbook/pb_table/docs/index.js +5 -0
- data/dist/playbook-doc.js +1 -1
- metadata +13 -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.9.0.pre.alpha.
|
4
|
+
version: 14.9.0.pre.alpha.play1742globalheightfixes4926
|
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: 2024-12-
|
12
|
+
date: 2024-12-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -1746,6 +1746,7 @@ files:
|
|
1746
1746
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.html.erb
|
1747
1747
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.jsx
|
1748
1748
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.md
|
1749
|
+
- app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.html.erb
|
1749
1750
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.jsx
|
1750
1751
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_react.md
|
1751
1752
|
- app/pb_kits/playbook/pb_table/docs/_table_striped.html.erb
|
@@ -1761,6 +1762,16 @@ files:
|
|
1761
1762
|
- app/pb_kits/playbook/pb_table/docs/_table_vertical_border.jsx
|
1762
1763
|
- app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.html.erb
|
1763
1764
|
- app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.jsx
|
1765
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx
|
1766
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.md
|
1767
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx
|
1768
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md
|
1769
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx
|
1770
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md
|
1771
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.jsx
|
1772
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md
|
1773
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.jsx
|
1774
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md
|
1764
1775
|
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
|
1765
1776
|
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md
|
1766
1777
|
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb
|