playbook_ui_docs 14.6.2.pre.alpha.PBNTR576tooltiptruncatedformpills4312 → 14.6.2.pre.alpha.PBNTR633dropdownavailablepropstable4303

Sign up to get free protection for your applications and to get access to all the features.
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.PBNTR576tooltiptruncatedformpills4312
4
+ version: 14.6.2.pre.alpha.PBNTR633dropdownavailablepropstable4303
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -409,9 +409,6 @@ 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
415
412
  - app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals.html.erb
416
413
  - app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals.jsx
417
414
  - app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol.html.erb
@@ -856,8 +853,7 @@ files:
856
853
  - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_tag.jsx
857
854
  - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.html.erb
858
855
  - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.jsx
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
856
+ - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.md
861
857
  - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.html.erb
862
858
  - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
863
859
  - app/pb_kits/playbook/pb_form_pill/docs/example.yml
@@ -1,7 +0,0 @@
1
- <%= pb_rails("currency", props: {
2
- amount: '1234567.89',
3
- comma_separator: true,
4
- size: 'lg',
5
- emphasized: false,
6
- decimals: 'matching',
7
- }) %>
@@ -1,18 +0,0 @@
1
- import React from "react"
2
-
3
- import Currency from "../_currency"
4
-
5
- const CurrencyCommaSeparator = (props) => {
6
- return (
7
- <Currency
8
- amount='1234567.89'
9
- commaSeparator
10
- decimals="matching"
11
- emphasized={false}
12
- size="lg"
13
- {...props}
14
- />
15
- )
16
- }
17
-
18
- export default CurrencyCommaSeparator
@@ -1,3 +0,0 @@
1
- The optional `commaSeparator` can be used to auto-format the use of commas as a thousands separator.
2
-
3
- **NOTE:** If the value passed into the `amount` prop is already comma-dilineated, it will not add additional commas.
@@ -1,3 +0,0 @@
1
- For Form Pills with longer text, the truncate global prop can be used to truncate the label within each Form Pill. See [here](https://playbook.powerapp.cloud/visual_guidelines/truncate) for more information on the truncate global prop.
2
-
3
- __NOTE__: For Rails Form Pills (not ones embedded within a React-rendered Typeahead or MultiLevelSelect), a unique `id` is required to enable the Tooltip functionality displaying the text or tag section of the Form Pill.
@@ -1 +0,0 @@
1
- For Form 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.