playbook_ui 14.6.2.pre.alpha.PBNTR576tooltiptruncatedformpills4304 → 14.6.2.pre.alpha.PBNTR576tooltiptruncatedformpills4312

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.
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "14.6.2"
5
- VERSION = "14.6.2.pre.alpha.PBNTR576tooltiptruncatedformpills4304"
5
+ VERSION = "14.6.2.pre.alpha.PBNTR576tooltiptruncatedformpills4312"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.6.2.pre.alpha.PBNTR576tooltiptruncatedformpills4304
4
+ version: 14.6.2.pre.alpha.PBNTR576tooltiptruncatedformpills4312
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -762,6 +762,9 @@ files:
762
762
  - app/pb_kits/playbook/pb_currency/docs/_currency_alignment.html.erb
763
763
  - app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
764
764
  - app/pb_kits/playbook/pb_currency/docs/_currency_alignment_swift.md
765
+ - app/pb_kits/playbook/pb_currency/docs/_currency_comma_separator.html.erb
766
+ - app/pb_kits/playbook/pb_currency/docs/_currency_comma_separator.jsx
767
+ - app/pb_kits/playbook/pb_currency/docs/_currency_comma_separator.md
765
768
  - app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals.html.erb
766
769
  - app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals.jsx
767
770
  - app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol.html.erb
@@ -1382,7 +1385,8 @@ files:
1382
1385
  - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_tag.jsx
1383
1386
  - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.html.erb
1384
1387
  - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.jsx
1385
- - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.md
1388
+ - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_rails.md
1389
+ - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_react.md
1386
1390
  - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.html.erb
1387
1391
  - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
1388
1392
  - app/pb_kits/playbook/pb_form_pill/docs/example.yml
@@ -3117,7 +3121,7 @@ files:
3117
3121
  - app/pb_kits/playbook/utilities/text.ts
3118
3122
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3119
3123
  - dist/chunks/_typeahead-BJrdFWHc.js
3120
- - dist/chunks/_weekday_stacked-DQjMZj0z.js
3124
+ - dist/chunks/_weekday_stacked-CjMIjOgO.js
3121
3125
  - dist/chunks/lazysizes-B7xYodB-.js
3122
3126
  - dist/chunks/lib-D-mTv-kp.js
3123
3127
  - dist/chunks/pb_form_validation-BkWGwJsl.js
@@ -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.