playbook_ui_docs 15.4.0.pre.rc.1 → 15.4.0.pre.rc.2

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 (53) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb +4 -0
  3. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.md +1 -1
  4. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color.md +1 -1
  5. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color_rails.md +1 -1
  6. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.jsx +3 -1
  7. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.md +2 -0
  8. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers.jsx +1 -1
  9. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.html.erb +1 -0
  10. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.md +2 -0
  11. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control.jsx +9 -1
  12. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control.md +1 -1
  13. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns_and_header.md +1 -1
  14. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_rails.md +1 -1
  15. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_react.md +1 -1
  16. data/app/pb_kits/playbook/pb_background/docs/_background_category.md +1 -1
  17. data/app/pb_kits/playbook/pb_card/docs/_card_background.md +1 -1
  18. data/app/pb_kits/playbook/pb_card/docs/_card_header.md +1 -1
  19. data/app/pb_kits/playbook/pb_card/docs/_card_highlight.md +1 -1
  20. data/app/pb_kits/playbook/pb_card/docs/_card_light.md +1 -1
  21. data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.html.erb +1 -1
  22. data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.jsx +1 -1
  23. data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.md +1 -0
  24. data/app/pb_kits/playbook/pb_distribution_bar/docs/_distribution_bar_custom_colors.md +1 -1
  25. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_active_style_options_react.md +1 -1
  26. data/app/pb_kits/playbook/pb_filter/docs/_filter_max_width.md +1 -1
  27. data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_rails.md +1 -1
  28. data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_react.md +1 -1
  29. data/app/pb_kits/playbook/pb_icon/docs/_icon_color.md +1 -1
  30. data/app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_color.md +1 -1
  31. data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_color.html.erb +7 -14
  32. data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_color.jsx +6 -15
  33. data/app/pb_kits/playbook/pb_layout/docs/_layout_collection.md +1 -1
  34. data/app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_item_spacing.md +1 -1
  35. data/app/pb_kits/playbook/pb_nav/docs/_nav_with_spacing_control.md +1 -1
  36. data/app/pb_kits/playbook/pb_overlay/docs/_overlay_layout.md +1 -1
  37. data/app/pb_kits/playbook/pb_pill/docs/_description.md +1 -1
  38. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_description.md +1 -1
  39. data/app/pb_kits/playbook/pb_section_separator/docs/_description.md +1 -1
  40. data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_border_radius_rails.md +1 -1
  41. data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_border_radius_react.md +1 -1
  42. data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_layout.md +1 -1
  43. data/app/pb_kits/playbook/pb_table/docs/_table_side_highlight.md +1 -1
  44. data/app/pb_kits/playbook/pb_table/docs/_table_sm.md +1 -1
  45. data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.html.erb +63 -0
  46. data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.jsx +89 -0
  47. data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_rails.md +4 -0
  48. data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_react.md +3 -0
  49. data/app/pb_kits/playbook/pb_table/docs/example.yml +2 -0
  50. data/app/pb_kits/playbook/pb_table/docs/index.js +1 -0
  51. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.md +1 -1
  52. data/dist/playbook-doc.js +2 -2
  53. metadata +7 -2
@@ -31,6 +31,7 @@ examples:
31
31
  - table_with_subcomponents_as_divs: Table with Sub Components (Divs)
32
32
  - table_outer_padding: Outer Padding
33
33
  - table_with_collapsible: Table with Collapsible
34
+ - table_with_dynamic_collapsible: Table with Dynamic Collapsible
34
35
  - table_with_collapsible_with_custom_click: Table with Collapsible with Custom Click
35
36
  - table_with_collapsible_with_custom_content_rails: Table with Collapsible with Custom Content
36
37
  - table_with_collapsible_with_nested_rows_rails: Table with Collapsible with Nested Rows
@@ -71,6 +72,7 @@ examples:
71
72
  - table_with_subcomponents_as_divs: Table with Sub Components (Divs)
72
73
  - table_outer_padding: Outer Padding
73
74
  - table_with_collapsible: Table with Collapsible
75
+ - table_with_dynamic_collapsible: Table with Dynamic Collapsible
74
76
  - table_with_collapsible_with_custom_click: Table with Collapsible with Custom Click
75
77
  - table_with_collapsible_with_custom_content: Table with Collapsible with Custom Content
76
78
  - table_with_collapsible_with_nested_rows: Table with Collapsible with Nested Rows
@@ -29,6 +29,7 @@ export { default as TableStickyLeftColumns } from './_table_sticky_left_columns.
29
29
  export { default as TableStickyRightColumns } from './_table_sticky_right_columns.jsx'
30
30
  export { default as TableStickyColumns } from './_table_sticky_columns.jsx'
31
31
  export { default as TableWithCollapsible } from './_table_with_collapsible.jsx'
32
+ export { default as TableWithDynamicCollapsible } from './_table_with_dynamic_collapsible.jsx'
32
33
  export { default as TableWithCollapsibleWithCustomContent } from './_table_with_collapsible_with_custom_content.jsx'
33
34
  export { default as TableWithCollapsibleWithNestedTable } from './_table_with_collapsible_with_nested_table.jsx'
34
35
  export { default as TableWithCollapsibleWithNestedRows } from './_table_with_collapsible_with_nested_rows.jsx'
@@ -1 +1 @@
1
- For Form Pills with longer text, the `truncate` global prop can be used to truncate the label within each Form Pill. Hover over the truncated Form Pill and a Tooltip containing the text or tag section of the Form Pill will appear. See [here](https://playbook.powerapp.cloud/visual_guidelines/truncate) for more information on the truncate global prop.
1
+ For Form Pills with longer text, the `truncate` global prop can be used to truncate the label within each Form Pill. Hover over the truncated Form Pill and a Tooltip containing the text or tag section of the Form Pill will appear. See [here](https://playbook.powerapp.cloud/global_props/truncate) for more information on the truncate global prop.