playbook_ui_docs 15.5.0.pre.rc.1 → 15.5.0.pre.rc.3
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.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_icon_variant.jsx +24 -0
- data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_icon_variant_react.md +1 -0
- data/app/pb_kits/playbook/pb_copy_button/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_copy_button/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.md +1 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals_rails.md +1 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals_react.md +1 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_negative.html.erb +10 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx +10 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_negative.md +1 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol_rails.md +1 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol_react.md +1 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.html.erb +7 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.jsx +7 -0
- data/app/pb_kits/playbook/pb_currency/docs/_description.md +2 -2
- data/app/pb_kits/playbook/pb_date_time/docs/_date_time_show_current_year.html.erb +4 -0
- data/app/pb_kits/playbook/pb_date_time/docs/_date_time_show_current_year.jsx +14 -0
- data/app/pb_kits/playbook/pb_date_time/docs/_date_time_show_current_year_rails.md +1 -0
- data/app/pb_kits/playbook/pb_date_time/docs/_date_time_show_current_year_react.md +1 -0
- data/app/pb_kits/playbook/pb_date_time/docs/example.yml +3 -1
- data/app/pb_kits/playbook/pb_date_time/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_date_time_stacked/docs/_date_time_stacked_show_current_year.html.erb +4 -0
- data/app/pb_kits/playbook/pb_date_time_stacked/docs/_date_time_stacked_show_current_year.jsx +22 -0
- data/app/pb_kits/playbook/pb_date_time_stacked/docs/_date_time_stacked_show_current_year.md +1 -0
- data/app/pb_kits/playbook/pb_date_time_stacked/docs/example.yml +3 -1
- data/app/pb_kits/playbook/pb_date_time_stacked/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_progress_step/docs/_description.md +1 -5
- data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_color.html.erb +14 -0
- data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_color.jsx +29 -0
- data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_color.md +3 -0
- data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_custom_icon.jsx +31 -0
- data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_custom_icon.md +1 -0
- data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_default.html.erb +4 -1
- data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_default.jsx +14 -3
- data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_default.md +3 -0
- data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.md +3 -0
- data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_vertical.html.erb +1 -7
- data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_vertical.md +1 -0
- data/app/pb_kits/playbook/pb_progress_step/docs/example.yml +3 -0
- data/app/pb_kits/playbook/pb_progress_step/docs/index.js +2 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_focus.html.erb +2 -10
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_preview.html.erb +11 -19
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_simple.html.erb +1 -5
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky.html.erb +1 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml +2 -2
- data/dist/playbook-doc.js +19 -1
- metadata +25 -5
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default_rails.md +0 -7
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline_rails.md +0 -1
- 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.5.0.pre.rc.
|
|
4
|
+
version: 15.5.0.pre.rc.3
|
|
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
|
+
date: 2025-11-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: playbook_ui
|
|
@@ -542,10 +542,13 @@ files:
|
|
|
542
542
|
- app/pb_kits/playbook/pb_copy_button/docs/_copy_button_hook.md
|
|
543
543
|
- app/pb_kits/playbook/pb_copy_button/docs/_copy_button_hook_rails.html.erb
|
|
544
544
|
- app/pb_kits/playbook/pb_copy_button/docs/_copy_button_hook_rails.md
|
|
545
|
+
- app/pb_kits/playbook/pb_copy_button/docs/_copy_button_icon_variant.jsx
|
|
546
|
+
- app/pb_kits/playbook/pb_copy_button/docs/_copy_button_icon_variant_react.md
|
|
545
547
|
- app/pb_kits/playbook/pb_copy_button/docs/example.yml
|
|
546
548
|
- app/pb_kits/playbook/pb_copy_button/docs/index.js
|
|
547
549
|
- app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.html.erb
|
|
548
550
|
- app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.jsx
|
|
551
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.md
|
|
549
552
|
- app/pb_kits/playbook/pb_currency/docs/_currency_alignment.html.erb
|
|
550
553
|
- app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
|
|
551
554
|
- app/pb_kits/playbook/pb_currency/docs/_currency_alignment_swift.md
|
|
@@ -554,10 +557,15 @@ files:
|
|
|
554
557
|
- app/pb_kits/playbook/pb_currency/docs/_currency_comma_separator.md
|
|
555
558
|
- app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals.html.erb
|
|
556
559
|
- app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals.jsx
|
|
560
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals_rails.md
|
|
561
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals_react.md
|
|
557
562
|
- app/pb_kits/playbook/pb_currency/docs/_currency_negative.html.erb
|
|
558
563
|
- app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx
|
|
564
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_negative.md
|
|
559
565
|
- app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol.html.erb
|
|
560
566
|
- app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol.jsx
|
|
567
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol_rails.md
|
|
568
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol_react.md
|
|
561
569
|
- app/pb_kits/playbook/pb_currency/docs/_currency_null_display.html.erb
|
|
562
570
|
- app/pb_kits/playbook/pb_currency/docs/_currency_null_display.jsx
|
|
563
571
|
- app/pb_kits/playbook/pb_currency/docs/_currency_null_display_rails.md
|
|
@@ -737,6 +745,10 @@ files:
|
|
|
737
745
|
- app/pb_kits/playbook/pb_date_time/docs/_date_time_default.jsx
|
|
738
746
|
- app/pb_kits/playbook/pb_date_time/docs/_date_time_default_swift.md
|
|
739
747
|
- app/pb_kits/playbook/pb_date_time/docs/_date_time_props_swift.md
|
|
748
|
+
- app/pb_kits/playbook/pb_date_time/docs/_date_time_show_current_year.html.erb
|
|
749
|
+
- app/pb_kits/playbook/pb_date_time/docs/_date_time_show_current_year.jsx
|
|
750
|
+
- app/pb_kits/playbook/pb_date_time/docs/_date_time_show_current_year_rails.md
|
|
751
|
+
- app/pb_kits/playbook/pb_date_time/docs/_date_time_show_current_year_react.md
|
|
740
752
|
- app/pb_kits/playbook/pb_date_time/docs/_date_time_size.html.erb
|
|
741
753
|
- app/pb_kits/playbook/pb_date_time/docs/_date_time_size.jsx
|
|
742
754
|
- app/pb_kits/playbook/pb_date_time/docs/_date_time_size_swift.md
|
|
@@ -747,6 +759,9 @@ files:
|
|
|
747
759
|
- app/pb_kits/playbook/pb_date_time_stacked/docs/_date_time_stacked_default.jsx
|
|
748
760
|
- app/pb_kits/playbook/pb_date_time_stacked/docs/_date_time_stacked_default_swift.md
|
|
749
761
|
- app/pb_kits/playbook/pb_date_time_stacked/docs/_date_time_stacked_props_swift.md
|
|
762
|
+
- app/pb_kits/playbook/pb_date_time_stacked/docs/_date_time_stacked_show_current_year.html.erb
|
|
763
|
+
- app/pb_kits/playbook/pb_date_time_stacked/docs/_date_time_stacked_show_current_year.jsx
|
|
764
|
+
- app/pb_kits/playbook/pb_date_time_stacked/docs/_date_time_stacked_show_current_year.md
|
|
750
765
|
- app/pb_kits/playbook/pb_date_time_stacked/docs/example.yml
|
|
751
766
|
- app/pb_kits/playbook/pb_date_time_stacked/docs/index.js
|
|
752
767
|
- app/pb_kits/playbook/pb_date_year_stacked/docs/_date_year_stacked_default.html.erb
|
|
@@ -1897,15 +1912,23 @@ files:
|
|
|
1897
1912
|
- app/pb_kits/playbook/pb_progress_simple/docs/example.yml
|
|
1898
1913
|
- app/pb_kits/playbook/pb_progress_simple/docs/index.js
|
|
1899
1914
|
- app/pb_kits/playbook/pb_progress_step/docs/_description.md
|
|
1915
|
+
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_color.html.erb
|
|
1916
|
+
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_color.jsx
|
|
1917
|
+
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_color.md
|
|
1900
1918
|
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_custom_icon.html.erb
|
|
1919
|
+
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_custom_icon.jsx
|
|
1920
|
+
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_custom_icon.md
|
|
1901
1921
|
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_default.html.erb
|
|
1902
1922
|
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_default.jsx
|
|
1923
|
+
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_default.md
|
|
1903
1924
|
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tooltip.html.erb
|
|
1904
1925
|
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.html.erb
|
|
1905
1926
|
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
|
|
1927
|
+
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.md
|
|
1906
1928
|
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker_click_events.jsx
|
|
1907
1929
|
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_vertical.html.erb
|
|
1908
1930
|
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_vertical.jsx
|
|
1931
|
+
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_vertical.md
|
|
1909
1932
|
- app/pb_kits/playbook/pb_progress_step/docs/example.yml
|
|
1910
1933
|
- app/pb_kits/playbook/pb_progress_step/docs/index.js
|
|
1911
1934
|
- app/pb_kits/playbook/pb_radio/docs/_description.md
|
|
@@ -1957,12 +1980,10 @@ files:
|
|
|
1957
1980
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_attributes.jsx
|
|
1958
1981
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default.html.erb
|
|
1959
1982
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default.jsx
|
|
1960
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default_rails.md
|
|
1961
1983
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_focus.html.erb
|
|
1962
1984
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_focus.jsx
|
|
1963
1985
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline.html.erb
|
|
1964
1986
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline.jsx
|
|
1965
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline_rails.md
|
|
1966
1987
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_more_extensions.jsx
|
|
1967
1988
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_more_extensions.md
|
|
1968
1989
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_preview.html.erb
|
|
@@ -1971,7 +1992,6 @@ files:
|
|
|
1971
1992
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_simple.jsx
|
|
1972
1993
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky.html.erb
|
|
1973
1994
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky.jsx
|
|
1974
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky_rails.md
|
|
1975
1995
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_templates.html.erb
|
|
1976
1996
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_templates.jsx
|
|
1977
1997
|
- 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.
|