playbook_ui 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.
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "15.0.0"
5
- VERSION = "15.0.0.pre.alpha.PLAY2467contactkitinternational10329"
5
+ VERSION = "15.0.0.pre.alpha.play1986inlineloadingsolidvariant10321"
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: 15.0.0.pre.alpha.PLAY2467contactkitinternational10329
4
+ version: 15.0.0.pre.alpha.play1986inlineloadingsolidvariant10321
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -889,7 +889,6 @@ files:
889
889
  - app/pb_kits/playbook/pb_contact/contact.test.js
890
890
  - app/pb_kits/playbook/pb_contact/docs/_contact_default.html.erb
891
891
  - app/pb_kits/playbook/pb_contact/docs/_contact_default.jsx
892
- - app/pb_kits/playbook/pb_contact/docs/_contact_default.md
893
892
  - app/pb_kits/playbook/pb_contact/docs/_contact_default_swift.md
894
893
  - app/pb_kits/playbook/pb_contact/docs/_contact_props_swift.md
895
894
  - app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.html.erb
@@ -2092,6 +2091,8 @@ files:
2092
2091
  - app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_custom.jsx
2093
2092
  - app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_default.html.erb
2094
2093
  - app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_default.jsx
2094
+ - app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.html.erb
2095
+ - app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.jsx
2095
2096
  - app/pb_kits/playbook/pb_loading_inline/docs/example.yml
2096
2097
  - app/pb_kits/playbook/pb_loading_inline/docs/index.js
2097
2098
  - app/pb_kits/playbook/pb_loading_inline/loading_inline.html.erb
@@ -3623,7 +3624,7 @@ files:
3623
3624
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3624
3625
  - dist/chunks/_line_graph-CApw7aQD.js
3625
3626
  - dist/chunks/_typeahead-J1_avqdO.js
3626
- - dist/chunks/_weekday_stacked-BSRRJewP.js
3627
+ - dist/chunks/_weekday_stacked-BvW0QnF8.js
3627
3628
  - dist/chunks/lazysizes-B7xYodB-.js
3628
3629
  - dist/chunks/lib-CY5ZPzic.js
3629
3630
  - dist/chunks/pb_form_validation-D3b0JKHH.js
@@ -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.