playbook_ui_docs 14.13.0.pre.alpha.play1834depupdatesass6024 → 14.13.0.pre.alpha.play1852reacthookformsupportradio6153

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 (33) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_pb_styles.jsx +64 -0
  3. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_pb_styles.md +1 -0
  4. data/app/pb_kits/playbook/pb_bar_graph/docs/example.yml +1 -0
  5. data/app/pb_kits/playbook/pb_bar_graph/docs/index.js +1 -0
  6. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table.html.erb +2 -2
  7. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table.md +4 -1
  8. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table_react.jsx +90 -0
  9. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table_react.md +5 -0
  10. data/app/pb_kits/playbook/pb_draggable/docs/example.yml +2 -0
  11. data/app/pb_kits/playbook/pb_draggable/docs/index.js +2 -1
  12. data/app/pb_kits/playbook/pb_icon_button/docs/_icon_button_default.html.erb +1 -2
  13. data/app/pb_kits/playbook/pb_icon_button/docs/_icon_button_sizes.html.erb +27 -0
  14. data/app/pb_kits/playbook/pb_icon_button/docs/example.yml +1 -3
  15. data/app/pb_kits/playbook/pb_radio/docs/_radio_react_hook.jsx +60 -0
  16. data/app/pb_kits/playbook/pb_radio/docs/_radio_react_hook.md +1 -0
  17. data/app/pb_kits/playbook/pb_radio/docs/example.yml +2 -1
  18. data/app/pb_kits/playbook/pb_radio/docs/index.js +1 -0
  19. data/app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.html.erb +47 -0
  20. data/app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.jsx +88 -0
  21. data/app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.md +1 -0
  22. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx +1 -1
  23. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.html.erb +51 -0
  24. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click_rails.md +2 -0
  25. data/app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.html.erb +96 -0
  26. data/app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.jsx +101 -0
  27. data/app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.md +1 -0
  28. data/app/pb_kits/playbook/pb_table/docs/example.yml +5 -0
  29. data/app/pb_kits/playbook/pb_table/docs/index.js +3 -1
  30. data/app/pb_kits/playbook/pb_text_input/docs/_text_input_mask.html.erb +14 -0
  31. data/dist/playbook-doc.js +1 -1
  32. metadata +18 -3
  33. /data/app/pb_kits/playbook/pb_table/docs/{_table_with_collapsible_with_custom_click.md → _table_with_collapsible_with_custom_click_react.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: 14.13.0.pre.alpha.play1834depupdatesass6024
4
+ version: 14.13.0.pre.alpha.play1852reacthookformsupportradio6153
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-02-10 00:00:00.000000000 Z
12
+ date: 2025-02-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -197,6 +197,8 @@ files:
197
197
  - app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend_position.md
198
198
  - app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_negative_numbers.html.erb
199
199
  - app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_negative_numbers.jsx
200
+ - app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_pb_styles.jsx
201
+ - app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_pb_styles.md
200
202
  - app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.html.erb
201
203
  - app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.jsx
202
204
  - app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.md
@@ -716,6 +718,8 @@ files:
716
718
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list_rails.md
717
719
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table.html.erb
718
720
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table.md
721
+ - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table_react.jsx
722
+ - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table_react.md
719
723
  - app/pb_kits/playbook/pb_draggable/docs/example.yml
720
724
  - app/pb_kits/playbook/pb_draggable/docs/index.js
721
725
  - app/pb_kits/playbook/pb_drawer/docs/_drawer_behavior.jsx
@@ -1032,6 +1036,7 @@ files:
1032
1036
  - app/pb_kits/playbook/pb_icon/docs/example.yml
1033
1037
  - app/pb_kits/playbook/pb_icon/docs/index.js
1034
1038
  - app/pb_kits/playbook/pb_icon_button/docs/_icon_button_default.html.erb
1039
+ - app/pb_kits/playbook/pb_icon_button/docs/_icon_button_sizes.html.erb
1035
1040
  - app/pb_kits/playbook/pb_icon_button/docs/example.yml
1036
1041
  - app/pb_kits/playbook/pb_icon_circle/docs/_description.md
1037
1042
  - app/pb_kits/playbook/pb_icon_circle/docs/_footer.md
@@ -1546,6 +1551,8 @@ files:
1546
1551
  - app/pb_kits/playbook/pb_radio/docs/_radio_orientation_swift.md
1547
1552
  - app/pb_kits/playbook/pb_radio/docs/_radio_padding_swift.md
1548
1553
  - app/pb_kits/playbook/pb_radio/docs/_radio_props_swift.md
1554
+ - app/pb_kits/playbook/pb_radio/docs/_radio_react_hook.jsx
1555
+ - app/pb_kits/playbook/pb_radio/docs/_radio_react_hook.md
1549
1556
  - app/pb_kits/playbook/pb_radio/docs/_radio_spacing_swift.md
1550
1557
  - app/pb_kits/playbook/pb_radio/docs/_radio_subtitle_swift.md
1551
1558
  - app/pb_kits/playbook/pb_radio/docs/example.yml
@@ -1842,12 +1849,17 @@ files:
1842
1849
  - app/pb_kits/playbook/pb_table/docs/_table_vertical_border.jsx
1843
1850
  - app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.html.erb
1844
1851
  - app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.jsx
1852
+ - app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.html.erb
1853
+ - app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.jsx
1854
+ - app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.md
1845
1855
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.html.erb
1846
1856
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx
1847
1857
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_rails.md
1848
1858
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_react.md
1859
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.html.erb
1849
1860
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx
1850
- - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md
1861
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click_rails.md
1862
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click_react.md
1851
1863
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx
1852
1864
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md
1853
1865
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content_rails.html.erb
@@ -1860,6 +1872,9 @@ files:
1860
1872
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md
1861
1873
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.html.erb
1862
1874
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md
1875
+ - app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.html.erb
1876
+ - app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.jsx
1877
+ - app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.md
1863
1878
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
1864
1879
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md
1865
1880
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb