playbook_ui_docs 15.0.0.pre.alpha.PLAY2467contactkitinternational10329 → 15.0.0.pre.alpha.play1986inlineloadingsolidvariant10321
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_contact/docs/_contact_default.html.erb +1 -16
- data/app/pb_kits/playbook/pb_contact/docs/_contact_default.jsx +0 -15
- data/app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.html.erb +0 -6
- data/app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.jsx +0 -6
- data/app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.html.erb +5 -0
- data/app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.jsx +24 -0
- data/app/pb_kits/playbook/pb_loading_inline/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_loading_inline/docs/index.js +1 -0
- data/dist/playbook-doc.js +1 -1
- metadata +3 -2
- data/app/pb_kits/playbook/pb_contact/docs/_contact_default.md +0 -5
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.0.0.pre.alpha.
|
4
|
+
version: 15.0.0.pre.alpha.play1986inlineloadingsolidvariant10321
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -511,7 +511,6 @@ files:
|
|
511
511
|
- app/pb_kits/playbook/pb_collapsible/docs/index.js
|
512
512
|
- app/pb_kits/playbook/pb_contact/docs/_contact_default.html.erb
|
513
513
|
- app/pb_kits/playbook/pb_contact/docs/_contact_default.jsx
|
514
|
-
- app/pb_kits/playbook/pb_contact/docs/_contact_default.md
|
515
514
|
- app/pb_kits/playbook/pb_contact/docs/_contact_default_swift.md
|
516
515
|
- app/pb_kits/playbook/pb_contact/docs/_contact_props_swift.md
|
517
516
|
- app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.html.erb
|
@@ -1385,6 +1384,8 @@ files:
|
|
1385
1384
|
- app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_custom.jsx
|
1386
1385
|
- app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_default.html.erb
|
1387
1386
|
- app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_default.jsx
|
1387
|
+
- app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.html.erb
|
1388
|
+
- app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.jsx
|
1388
1389
|
- app/pb_kits/playbook/pb_loading_inline/docs/example.yml
|
1389
1390
|
- app/pb_kits/playbook/pb_loading_inline/docs/index.js
|
1390
1391
|
- app/pb_kits/playbook/pb_map/docs/_map_default.jsx
|
@@ -1,5 +0,0 @@
|
|
1
|
-
The Contact kit automatically formats US phone numbers when the `contactType` / `contact_type` is one of: `home` (default), `work`, `cell`, `work-cell`, `wrong-phone`.
|
2
|
-
|
3
|
-
- Use `email` to display emails.
|
4
|
-
- Use `international` to display International phone numbers exactly as provided (no formatting applied).
|
5
|
-
- Use `extension` to display four digit phone extensions.
|