playbook_ui_docs 14.6.2.pre.alpha.PBNTR576tooltiptruncatedformpills4304 → 14.6.2.pre.alpha.PBNTR576tooltiptruncatedformpills4312
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_currency/docs/_currency_comma_separator.html.erb +7 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_comma_separator.jsx +18 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_comma_separator.md +3 -0
- data/app/pb_kits/playbook/pb_currency/docs/example.yml +3 -1
- data/app/pb_kits/playbook/pb_currency/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.html.erb +3 -1
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_rails.md +3 -0
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_react.md +1 -0
- data/dist/playbook-doc.js +1 -1
- metadata +6 -2
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.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: 14.6.2.pre.alpha.
|
4
|
+
version: 14.6.2.pre.alpha.PBNTR576tooltiptruncatedformpills4312
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -409,6 +409,9 @@ files:
|
|
409
409
|
- app/pb_kits/playbook/pb_currency/docs/_currency_alignment.html.erb
|
410
410
|
- app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
|
411
411
|
- app/pb_kits/playbook/pb_currency/docs/_currency_alignment_swift.md
|
412
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_comma_separator.html.erb
|
413
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_comma_separator.jsx
|
414
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_comma_separator.md
|
412
415
|
- app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals.html.erb
|
413
416
|
- app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals.jsx
|
414
417
|
- app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol.html.erb
|
@@ -853,7 +856,8 @@ files:
|
|
853
856
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_tag.jsx
|
854
857
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.html.erb
|
855
858
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.jsx
|
856
|
-
- app/pb_kits/playbook/pb_form_pill/docs/
|
859
|
+
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_rails.md
|
860
|
+
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_react.md
|
857
861
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.html.erb
|
858
862
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
|
859
863
|
- app/pb_kits/playbook/pb_form_pill/docs/example.yml
|
@@ -1 +0,0 @@
|
|
1
|
-
For 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.
|