playbook_ui_docs 14.9.0.pre.alpha.PLAY16264818 → 14.9.0.pre.alpha.PLAY16264952

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.
Files changed (23) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom.jsx +53 -49
  3. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom_rails.html.erb +29 -36
  4. data/app/pb_kits/playbook/pb_bread_crumbs/docs/_bread_crumbs_default.jsx +6 -0
  5. data/app/pb_kits/playbook/pb_checkbox/docs/_checkbox_form.jsx +138 -0
  6. data/app/pb_kits/playbook/pb_checkbox/docs/example.yml +7 -6
  7. data/app/pb_kits/playbook/pb_checkbox/docs/index.js +1 -0
  8. data/app/pb_kits/playbook/pb_select/docs/_select_form.jsx +1 -0
  9. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.html.erb +95 -0
  10. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx +75 -0
  11. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.md +1 -0
  12. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx +108 -0
  13. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md +2 -0
  14. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx +94 -0
  15. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md +0 -0
  16. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.jsx +83 -0
  17. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md +3 -0
  18. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.jsx +120 -0
  19. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md +1 -0
  20. data/app/pb_kits/playbook/pb_table/docs/example.yml +5 -0
  21. data/app/pb_kits/playbook/pb_table/docs/index.js +5 -0
  22. data/dist/playbook-doc.js +1 -1
  23. metadata +14 -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.PLAY16264818
4
+ version: 14.9.0.pre.alpha.PLAY16264952
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-06 00:00:00.000000000 Z
12
+ date: 2024-12-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -323,6 +323,7 @@ files:
323
323
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_error.html.erb
324
324
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_error.jsx
325
325
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_error_swift.md
326
+ - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_form.jsx
326
327
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate.html.erb
327
328
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate.jsx
328
329
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate_swift.md
@@ -1747,6 +1748,7 @@ files:
1747
1748
  - app/pb_kits/playbook/pb_table/docs/_table_sticky.html.erb
1748
1749
  - app/pb_kits/playbook/pb_table/docs/_table_sticky.jsx
1749
1750
  - app/pb_kits/playbook/pb_table/docs/_table_sticky.md
1751
+ - app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.html.erb
1750
1752
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.jsx
1751
1753
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_react.md
1752
1754
  - app/pb_kits/playbook/pb_table/docs/_table_striped.html.erb
@@ -1762,6 +1764,16 @@ files:
1762
1764
  - app/pb_kits/playbook/pb_table/docs/_table_vertical_border.jsx
1763
1765
  - app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.html.erb
1764
1766
  - app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.jsx
1767
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx
1768
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.md
1769
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx
1770
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md
1771
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx
1772
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md
1773
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.jsx
1774
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md
1775
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.jsx
1776
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md
1765
1777
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
1766
1778
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md
1767
1779
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb