playbook_ui_docs 15.3.0.pre.alpha.PLAY2001selectablecarddisabledstyles11833 → 15.3.0.pre.alpha.PLAY2012currencyallownonstring11930

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 (29) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.jsx +4 -1
  3. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.md +3 -2
  4. data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.html.erb +1 -1
  5. data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.jsx +1 -1
  6. data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.md +1 -0
  7. data/app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_color.md +1 -1
  8. data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_color.html.erb +7 -14
  9. data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_color.jsx +6 -15
  10. data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to.jsx +68 -0
  11. data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to_react.md +1 -0
  12. data/app/pb_kits/playbook/pb_popover/docs/example.yml +1 -0
  13. data/app/pb_kits/playbook/pb_popover/docs/index.js +1 -0
  14. data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.html.erb +63 -0
  15. data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.jsx +89 -0
  16. data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_rails.md +4 -0
  17. data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_react.md +3 -0
  18. data/app/pb_kits/playbook/pb_table/docs/example.yml +2 -0
  19. data/app/pb_kits/playbook/pb_table/docs/index.js +1 -0
  20. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.html.erb +64 -0
  21. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.jsx +70 -0
  22. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.md +1 -0
  23. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.html.erb +67 -1
  24. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.jsx +68 -6
  25. data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +2 -0
  26. data/app/pb_kits/playbook/pb_typeahead/docs/index.js +2 -1
  27. data/dist/playbook-doc.js +2 -2
  28. metadata +13 -3
  29. /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.3.0.pre.alpha.PLAY2001selectablecarddisabledstyles11833
4
+ version: 15.3.0.pre.alpha.PLAY2012currencyallownonstring11930
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-29 00:00:00.000000000 Z
12
+ date: 2025-10-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -569,6 +569,7 @@ files:
569
569
  - app/pb_kits/playbook/pb_currency/docs/_currency_unstyled.md
570
570
  - app/pb_kits/playbook/pb_currency/docs/_currency_variants.html.erb
571
571
  - app/pb_kits/playbook/pb_currency/docs/_currency_variants.jsx
572
+ - app/pb_kits/playbook/pb_currency/docs/_currency_variants.md
572
573
  - app/pb_kits/playbook/pb_currency/docs/_description.md
573
574
  - app/pb_kits/playbook/pb_currency/docs/example.yml
574
575
  - app/pb_kits/playbook/pb_currency/docs/index.js
@@ -1820,7 +1821,9 @@ files:
1820
1821
  - app/pb_kits/playbook/pb_popover/docs/_popover_actionable_content.html.erb
1821
1822
  - app/pb_kits/playbook/pb_popover/docs/_popover_actionable_content.jsx
1822
1823
  - app/pb_kits/playbook/pb_popover/docs/_popover_append_to.html.erb
1823
- - app/pb_kits/playbook/pb_popover/docs/_popover_append_to.md
1824
+ - app/pb_kits/playbook/pb_popover/docs/_popover_append_to.jsx
1825
+ - app/pb_kits/playbook/pb_popover/docs/_popover_append_to_rails.md
1826
+ - app/pb_kits/playbook/pb_popover/docs/_popover_append_to_react.md
1824
1827
  - app/pb_kits/playbook/pb_popover/docs/_popover_close.html.erb
1825
1828
  - app/pb_kits/playbook/pb_popover/docs/_popover_close.jsx
1826
1829
  - app/pb_kits/playbook/pb_popover/docs/_popover_default.html.erb
@@ -2240,6 +2243,10 @@ files:
2240
2243
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md
2241
2244
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.html.erb
2242
2245
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md
2246
+ - app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.html.erb
2247
+ - app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.jsx
2248
+ - app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_rails.md
2249
+ - app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_react.md
2243
2250
  - app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless.html.erb
2244
2251
  - app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless.jsx
2245
2252
  - app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless_rails.md
@@ -2495,6 +2502,9 @@ files:
2495
2502
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_async_createable.jsx
2496
2503
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
2497
2504
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_menu_list.jsx
2505
+ - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.html.erb
2506
+ - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.jsx
2507
+ - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.md
2498
2508
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default.html.erb
2499
2509
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default.jsx
2500
2510
  - app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.html.erb