playbook_ui_docs 15.4.0.pre.alpha.PLAY2640typeaheadmultikitbadgespacing12415 → 15.4.0.pre.alpha.play254712379
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_currency/docs/_currency_negative.html.erb +0 -10
- data/app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx +0 -10
- data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.html.erb +0 -7
- data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.jsx +0 -7
- data/app/pb_kits/playbook/pb_currency/docs/_description.md +2 -2
- 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_default_rails.md +7 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_focus.html.erb +10 -2
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline_rails.md +1 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_preview.html.erb +19 -11
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_simple.html.erb +5 -1
- 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/_rich_text_editor_sticky_rails.md +1 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml +2 -2
- data/dist/playbook-doc.js +1 -19
- metadata +13 -8
- data/app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.md +0 -1
- data/app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals_rails.md +0 -1
- data/app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals_react.md +0 -1
- data/app/pb_kits/playbook/pb_currency/docs/_currency_negative.md +0 -1
- data/app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol_rails.md +0 -1
- data/app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol_react.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.
|
|
4
|
+
version: 15.4.0.pre.alpha.play254712379
|
|
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-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: playbook_ui
|
|
@@ -546,7 +546,6 @@ 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
|
|
550
549
|
- app/pb_kits/playbook/pb_currency/docs/_currency_alignment.html.erb
|
|
551
550
|
- app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
|
|
552
551
|
- app/pb_kits/playbook/pb_currency/docs/_currency_alignment_swift.md
|
|
@@ -555,15 +554,10 @@ files:
|
|
|
555
554
|
- app/pb_kits/playbook/pb_currency/docs/_currency_comma_separator.md
|
|
556
555
|
- app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals.html.erb
|
|
557
556
|
- 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
|
|
560
557
|
- app/pb_kits/playbook/pb_currency/docs/_currency_negative.html.erb
|
|
561
558
|
- app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx
|
|
562
|
-
- app/pb_kits/playbook/pb_currency/docs/_currency_negative.md
|
|
563
559
|
- app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol.html.erb
|
|
564
560
|
- 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
|
|
567
561
|
- app/pb_kits/playbook/pb_currency/docs/_currency_null_display.html.erb
|
|
568
562
|
- app/pb_kits/playbook/pb_currency/docs/_currency_null_display.jsx
|
|
569
563
|
- app/pb_kits/playbook/pb_currency/docs/_currency_null_display_rails.md
|
|
@@ -1903,15 +1897,23 @@ files:
|
|
|
1903
1897
|
- app/pb_kits/playbook/pb_progress_simple/docs/example.yml
|
|
1904
1898
|
- app/pb_kits/playbook/pb_progress_simple/docs/index.js
|
|
1905
1899
|
- app/pb_kits/playbook/pb_progress_step/docs/_description.md
|
|
1900
|
+
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_color.html.erb
|
|
1901
|
+
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_color.jsx
|
|
1902
|
+
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_color.md
|
|
1906
1903
|
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_custom_icon.html.erb
|
|
1904
|
+
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_custom_icon.jsx
|
|
1905
|
+
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_custom_icon.md
|
|
1907
1906
|
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_default.html.erb
|
|
1908
1907
|
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_default.jsx
|
|
1908
|
+
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_default.md
|
|
1909
1909
|
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tooltip.html.erb
|
|
1910
1910
|
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.html.erb
|
|
1911
1911
|
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
|
|
1912
|
+
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.md
|
|
1912
1913
|
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker_click_events.jsx
|
|
1913
1914
|
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_vertical.html.erb
|
|
1914
1915
|
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_vertical.jsx
|
|
1916
|
+
- app/pb_kits/playbook/pb_progress_step/docs/_progress_step_vertical.md
|
|
1915
1917
|
- app/pb_kits/playbook/pb_progress_step/docs/example.yml
|
|
1916
1918
|
- app/pb_kits/playbook/pb_progress_step/docs/index.js
|
|
1917
1919
|
- app/pb_kits/playbook/pb_radio/docs/_description.md
|
|
@@ -1963,10 +1965,12 @@ files:
|
|
|
1963
1965
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_attributes.jsx
|
|
1964
1966
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default.html.erb
|
|
1965
1967
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default.jsx
|
|
1968
|
+
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default_rails.md
|
|
1966
1969
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_focus.html.erb
|
|
1967
1970
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_focus.jsx
|
|
1968
1971
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline.html.erb
|
|
1969
1972
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline.jsx
|
|
1973
|
+
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline_rails.md
|
|
1970
1974
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_more_extensions.jsx
|
|
1971
1975
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_more_extensions.md
|
|
1972
1976
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_preview.html.erb
|
|
@@ -1975,6 +1979,7 @@ files:
|
|
|
1975
1979
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_simple.jsx
|
|
1976
1980
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky.html.erb
|
|
1977
1981
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky.jsx
|
|
1982
|
+
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky_rails.md
|
|
1978
1983
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_templates.html.erb
|
|
1979
1984
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_templates.jsx
|
|
1980
1985
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_toolbar_bottom.html.erb
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Abbreviate larger amounts into thousands (K), millions (M), billions (B), and even trillions (T).
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Use `decimals: "matching"` when you want the full decimal amount displayed as a single number rather than split visually.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Use `decimals="matching"` when you want the full decimal amount displayed as a single number rather than split visually.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Small `Currency` kits have the negative sign on the lefthand side of the "$" symbol.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Remove the "$" symbol by setting an empty string: `symbol: ""`.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Remove the "$" symbol by setting an empty string: `symbol=""`.
|