playbook_ui_docs 15.4.0.pre.alpha.PLAY2465improvetruncation12292 → 15.4.0.pre.alpha.PLAY2640typeaheadmultikitbadgespacing12415

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 (36) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.md +1 -0
  3. data/app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals_rails.md +1 -0
  4. data/app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals_react.md +1 -0
  5. data/app/pb_kits/playbook/pb_currency/docs/_currency_negative.html.erb +10 -0
  6. data/app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx +10 -0
  7. data/app/pb_kits/playbook/pb_currency/docs/_currency_negative.md +1 -0
  8. data/app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol_rails.md +1 -0
  9. data/app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol_react.md +1 -0
  10. data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.html.erb +7 -0
  11. data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.jsx +7 -0
  12. data/app/pb_kits/playbook/pb_currency/docs/_description.md +2 -2
  13. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_compound_components.html.erb +2 -2
  14. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_description.md +3 -1
  15. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.md +1 -0
  16. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.html.erb +1 -1
  17. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.md +11 -0
  18. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_description.md +3 -1
  19. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.md +2 -1
  20. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.md +1 -0
  21. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_description.md +3 -1
  22. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.md +2 -2
  23. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.md +1 -0
  24. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_description.md +3 -1
  25. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.md +1 -0
  26. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.html.erb +1 -1
  27. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_focus.html.erb +2 -10
  28. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_preview.html.erb +11 -19
  29. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_simple.html.erb +1 -5
  30. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky.html.erb +1 -1
  31. data/app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml +2 -2
  32. data/dist/playbook-doc.js +19 -1
  33. metadata +13 -5
  34. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default_rails.md +0 -7
  35. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline_rails.md +0 -1
  36. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky_rails.md +0 -1
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.4.0.pre.alpha.PLAY2465improvetruncation12292
4
+ version: 15.4.0.pre.alpha.PLAY2640typeaheadmultikitbadgespacing12415
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-11-12 00:00:00.000000000 Z
12
+ date: 2025-11-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -546,6 +546,7 @@ files:
546
546
  - app/pb_kits/playbook/pb_copy_button/docs/index.js
547
547
  - app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.html.erb
548
548
  - app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.jsx
549
+ - app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.md
549
550
  - app/pb_kits/playbook/pb_currency/docs/_currency_alignment.html.erb
550
551
  - app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
551
552
  - app/pb_kits/playbook/pb_currency/docs/_currency_alignment_swift.md
@@ -554,10 +555,15 @@ files:
554
555
  - app/pb_kits/playbook/pb_currency/docs/_currency_comma_separator.md
555
556
  - app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals.html.erb
556
557
  - app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals.jsx
558
+ - app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals_rails.md
559
+ - app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals_react.md
557
560
  - app/pb_kits/playbook/pb_currency/docs/_currency_negative.html.erb
558
561
  - app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx
562
+ - app/pb_kits/playbook/pb_currency/docs/_currency_negative.md
559
563
  - app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol.html.erb
560
564
  - app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol.jsx
565
+ - app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol_rails.md
566
+ - app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol_react.md
561
567
  - app/pb_kits/playbook/pb_currency/docs/_currency_null_display.html.erb
562
568
  - app/pb_kits/playbook/pb_currency/docs/_currency_null_display.jsx
563
569
  - app/pb_kits/playbook/pb_currency/docs/_currency_null_display_rails.md
@@ -1676,6 +1682,7 @@ files:
1676
1682
  - app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors_react.md
1677
1683
  - app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.html.erb
1678
1684
  - app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.jsx
1685
+ - app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.md
1679
1686
  - app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.html.erb
1680
1687
  - app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.jsx
1681
1688
  - app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.md
@@ -1686,6 +1693,7 @@ files:
1686
1693
  - app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_non_clickable.jsx
1687
1694
  - app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.html.erb
1688
1695
  - app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.jsx
1696
+ - app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.md
1689
1697
  - app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_negative_numbers.html.erb
1690
1698
  - app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_negative_numbers.jsx
1691
1699
  - app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_secondary_y_axis.html.erb
@@ -1715,6 +1723,7 @@ files:
1715
1723
  - app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_legend.jsx
1716
1724
  - app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.html.erb
1717
1725
  - app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.jsx
1726
+ - app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.md
1718
1727
  - app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.html.erb
1719
1728
  - app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.jsx
1720
1729
  - app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_live_data.jsx
@@ -1733,6 +1742,7 @@ files:
1733
1742
  - app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.md
1734
1743
  - app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.html.erb
1735
1744
  - app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.jsx
1745
+ - app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.md
1736
1746
  - app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.html.erb
1737
1747
  - app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.jsx
1738
1748
  - app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.html.erb
@@ -1759,6 +1769,7 @@ files:
1759
1769
  - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.md
1760
1770
  - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.html.erb
1761
1771
  - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.jsx
1772
+ - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.md
1762
1773
  - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.html.erb
1763
1774
  - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.jsx
1764
1775
  - app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.md
@@ -1952,12 +1963,10 @@ files:
1952
1963
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_attributes.jsx
1953
1964
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default.html.erb
1954
1965
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default.jsx
1955
- - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default_rails.md
1956
1966
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_focus.html.erb
1957
1967
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_focus.jsx
1958
1968
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline.html.erb
1959
1969
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline.jsx
1960
- - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline_rails.md
1961
1970
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_more_extensions.jsx
1962
1971
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_more_extensions.md
1963
1972
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_preview.html.erb
@@ -1966,7 +1975,6 @@ files:
1966
1975
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_simple.jsx
1967
1976
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky.html.erb
1968
1977
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky.jsx
1969
- - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky_rails.md
1970
1978
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_templates.html.erb
1971
1979
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_templates.jsx
1972
1980
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_toolbar_bottom.html.erb
@@ -1,7 +0,0 @@
1
- The Rails RichTextEditor is a React-Rendered-Rails component that uses [Tiptap](https://tiptap.dev/) and requires the following packages to be installed in your project:
2
-
3
- - `@tiptap/react`
4
- - `@tiptap/starter-kit`
5
- - `@tiptap/extension-link`
6
-
7
- Once installed, the editor is initialized automatically when you use the component. Unlike the [React Advanced RichTextEditor](https://playbook.powerapp.cloud/kits/rich_text_editor/react#advanced-default) variant, [custom extensions](https://playbook.powerapp.cloud/kits/rich_text_editor/react#advanced-extra-extensions) are not currently supported. The doc examples below showcase some preset prop-enabled Rails RichTextEditor customizations.
@@ -1 +0,0 @@
1
- When the optional `inline` prop is set to true, the editor borders and the toolbar will only be visible when hovered or focused on.
@@ -1 +0,0 @@
1
- Use the optional `sticky` prop to make the toolbar sticky on scroll.