playbook_ui 12.27.0 → 12.28.0.pre.alpha.PLAY837MapCustomButton868

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.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/index.js +1 -0
  3. data/app/pb_kits/playbook/pb_map/_map.scss +16 -1
  4. data/app/pb_kits/playbook/pb_map/_map.tsx +9 -26
  5. data/app/pb_kits/playbook/pb_map/_map_controls.tsx +47 -0
  6. data/app/pb_kits/playbook/pb_map/_map_custom_button.tsx +18 -0
  7. data/app/pb_kits/playbook/pb_map/docs/_map_with_custom_button.jsx +83 -0
  8. data/app/pb_kits/playbook/pb_map/docs/_map_with_custom_button.md +1 -0
  9. data/app/pb_kits/playbook/pb_map/docs/example.yml +1 -0
  10. data/app/pb_kits/playbook/pb_map/docs/index.js +1 -0
  11. data/app/pb_kits/playbook/pb_multi_level_select/_multi_level_select.tsx +28 -3
  12. data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_default.jsx +1 -0
  13. data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +26 -5
  14. data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_access_input_element.jsx +26 -0
  15. data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_access_input_element.md +3 -0
  16. data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_clear_field.jsx +30 -0
  17. data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_clear_field.md +3 -0
  18. data/app/pb_kits/playbook/pb_phone_number_input/docs/example.yml +2 -0
  19. data/app/pb_kits/playbook/pb_phone_number_input/docs/index.js +2 -0
  20. data/app/pb_kits/playbook/pb_selectable_card_icon/docs/_selectable_card_icon_custom.html.erb +11 -0
  21. data/app/pb_kits/playbook/pb_selectable_card_icon/docs/_selectable_card_icon_custom.jsx +36 -0
  22. data/app/pb_kits/playbook/pb_selectable_card_icon/docs/_selectable_card_icon_custom.md +19 -0
  23. data/app/pb_kits/playbook/pb_selectable_card_icon/docs/example.yml +2 -2
  24. data/app/pb_kits/playbook/pb_selectable_card_icon/docs/index.js +1 -0
  25. data/app/pb_kits/playbook/pb_selectable_card_icon/selectable_card_icon.html.erb +2 -0
  26. data/app/pb_kits/playbook/pb_selectable_card_icon/selectable_card_icon.rb +2 -0
  27. data/app/pb_kits/playbook/pb_selectable_icon/selectable_icon.html.erb +1 -1
  28. data/app/pb_kits/playbook/pb_selectable_icon/selectable_icon.rb +2 -0
  29. data/dist/playbook-rails.js +5 -5
  30. data/lib/playbook/version.rb +2 -2
  31. metadata +18 -7
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Playbook
4
- PREVIOUS_VERSION = "12.26.1"
5
- VERSION = "12.27.0"
4
+ PREVIOUS_VERSION = "12.28.0"
5
+ VERSION = "12.28.0.pre.alpha.PLAY837MapCustomButton868"
6
6
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.27.0
4
+ version: 12.28.0.pre.alpha.PLAY837MapCustomButton868
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
8
8
  - Power Devs
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-06-27 00:00:00.000000000 Z
12
+ date: 2023-07-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -1402,9 +1402,13 @@ files:
1402
1402
  - app/pb_kits/playbook/pb_logistic/_logistic.jsx
1403
1403
  - app/pb_kits/playbook/pb_map/_map.scss
1404
1404
  - app/pb_kits/playbook/pb_map/_map.tsx
1405
+ - app/pb_kits/playbook/pb_map/_map_controls.tsx
1406
+ - app/pb_kits/playbook/pb_map/_map_custom_button.tsx
1405
1407
  - app/pb_kits/playbook/pb_map/_pb_map_button_mixin.scss
1406
1408
  - app/pb_kits/playbook/pb_map/docs/_map_default.jsx
1407
1409
  - app/pb_kits/playbook/pb_map/docs/_map_default.md
1410
+ - app/pb_kits/playbook/pb_map/docs/_map_with_custom_button.jsx
1411
+ - app/pb_kits/playbook/pb_map/docs/_map_with_custom_button.md
1408
1412
  - app/pb_kits/playbook/pb_map/docs/_map_with_plugin.jsx
1409
1413
  - app/pb_kits/playbook/pb_map/docs/_map_with_plugin.md
1410
1414
  - app/pb_kits/playbook/pb_map/docs/example.yml
@@ -1589,6 +1593,10 @@ files:
1589
1593
  - app/pb_kits/playbook/pb_person_contact/person_contact.test.js
1590
1594
  - app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.scss
1591
1595
  - app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx
1596
+ - app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_access_input_element.jsx
1597
+ - app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_access_input_element.md
1598
+ - app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_clear_field.jsx
1599
+ - app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_clear_field.md
1592
1600
  - app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_default.html.erb
1593
1601
  - app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_default.jsx
1594
1602
  - app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_default.md
@@ -1835,6 +1843,9 @@ files:
1835
1843
  - app/pb_kits/playbook/pb_selectable_card_icon/_selectable_card_icon.tsx
1836
1844
  - app/pb_kits/playbook/pb_selectable_card_icon/docs/_selectable_card_icon_checkmark.html.erb
1837
1845
  - app/pb_kits/playbook/pb_selectable_card_icon/docs/_selectable_card_icon_checkmark.jsx
1846
+ - app/pb_kits/playbook/pb_selectable_card_icon/docs/_selectable_card_icon_custom.html.erb
1847
+ - app/pb_kits/playbook/pb_selectable_card_icon/docs/_selectable_card_icon_custom.jsx
1848
+ - app/pb_kits/playbook/pb_selectable_card_icon/docs/_selectable_card_icon_custom.md
1838
1849
  - app/pb_kits/playbook/pb_selectable_card_icon/docs/_selectable_card_icon_default.html.erb
1839
1850
  - app/pb_kits/playbook/pb_selectable_card_icon/docs/_selectable_card_icon_default.jsx
1840
1851
  - app/pb_kits/playbook/pb_selectable_card_icon/docs/_selectable_card_icon_options.html.erb
@@ -2493,7 +2504,7 @@ homepage: https://playbook.powerapp.cloud/
2493
2504
  licenses:
2494
2505
  - ISC
2495
2506
  metadata: {}
2496
- post_install_message:
2507
+ post_install_message:
2497
2508
  rdoc_options: []
2498
2509
  require_paths:
2499
2510
  - lib
@@ -2504,12 +2515,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
2504
2515
  version: '0'
2505
2516
  required_rubygems_version: !ruby/object:Gem::Requirement
2506
2517
  requirements:
2507
- - - ">="
2518
+ - - ">"
2508
2519
  - !ruby/object:Gem::Version
2509
- version: '0'
2520
+ version: 1.3.1
2510
2521
  requirements: []
2511
2522
  rubygems_version: 3.3.7
2512
- signing_key:
2523
+ signing_key:
2513
2524
  specification_version: 4
2514
2525
  summary: Playbook Design System
2515
2526
  test_files: []