playbook_ui_docs 14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5673 → 14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5728

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 (20) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_loading.html.erb +33 -0
  3. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_loading_rails.md +1 -0
  4. data/app/pb_kits/playbook/pb_advanced_table/docs/{_advanced_table_loading.md → _advanced_table_loading_react.md} +2 -2
  5. data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +1 -0
  6. data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_default.jsx +21 -0
  7. data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_from.jsx +45 -0
  8. data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_from.md +1 -0
  9. data/app/pb_kits/playbook/pb_copy_button/docs/example.yml +8 -0
  10. data/app/pb_kits/playbook/pb_copy_button/docs/index.js +2 -0
  11. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx +12 -8
  12. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content_rails.html.erb +52 -0
  13. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content_rails.md +0 -0
  14. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows_rails.html.erb +52 -0
  15. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows_rails.md +3 -0
  16. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.html.erb +80 -0
  17. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md +1 -0
  18. data/app/pb_kits/playbook/pb_table/docs/example.yml +3 -0
  19. data/dist/playbook-doc.js +1 -1
  20. metadata +16 -3
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.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5673
4
+ version: 14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5728
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-01-28 00:00:00.000000000 Z
12
+ date: 2025-01-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -59,8 +59,10 @@ files:
59
59
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_expanded_control.md
60
60
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.jsx
61
61
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.md
62
+ - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_loading.html.erb
62
63
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_loading.jsx
63
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_loading.md
64
+ - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_loading_rails.md
65
+ - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_loading_react.md
64
66
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_no_subrows.jsx
65
67
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination.jsx
66
68
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination.md
@@ -434,6 +436,11 @@ files:
434
436
  - app/pb_kits/playbook/pb_contact/docs/_description.md
435
437
  - app/pb_kits/playbook/pb_contact/docs/example.yml
436
438
  - app/pb_kits/playbook/pb_contact/docs/index.js
439
+ - app/pb_kits/playbook/pb_copy_button/docs/_copy_button_default.jsx
440
+ - app/pb_kits/playbook/pb_copy_button/docs/_copy_button_from.jsx
441
+ - app/pb_kits/playbook/pb_copy_button/docs/_copy_button_from.md
442
+ - app/pb_kits/playbook/pb_copy_button/docs/example.yml
443
+ - app/pb_kits/playbook/pb_copy_button/docs/index.js
437
444
  - app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.html.erb
438
445
  - app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.jsx
439
446
  - app/pb_kits/playbook/pb_currency/docs/_currency_alignment.html.erb
@@ -1829,10 +1836,16 @@ files:
1829
1836
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md
1830
1837
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx
1831
1838
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md
1839
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content_rails.html.erb
1840
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content_rails.md
1832
1841
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.jsx
1833
1842
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md
1843
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows_rails.html.erb
1844
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows_rails.md
1834
1845
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.jsx
1835
1846
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md
1847
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.html.erb
1848
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md
1836
1849
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
1837
1850
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md
1838
1851
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb