playbook_ui_docs 13.11.1 → 13.12.0.pre.alpha.play900startratingasinput1550

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 (64) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_external_controls.html.erb +22 -0
  3. data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_external_controls.md +3 -0
  4. data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_external_controls_multiple.html.erb +40 -0
  5. data/app/pb_kits/playbook/pb_collapsible/docs/_collapsible_external_controls_multiple.md +1 -0
  6. data/app/pb_kits/playbook/pb_collapsible/docs/example.yml +2 -0
  7. data/app/pb_kits/playbook/pb_icon/docs/_icon_border_swift.md +7 -0
  8. data/app/pb_kits/playbook/pb_icon/docs/_icon_default_swift.md +7 -0
  9. data/app/pb_kits/playbook/pb_icon/docs/_icon_flip_swift.md +11 -0
  10. data/app/pb_kits/playbook/pb_icon/docs/_icon_props_swift.md +8 -0
  11. data/app/pb_kits/playbook/pb_icon/docs/_icon_rotate_swift.md +11 -0
  12. data/app/pb_kits/playbook/pb_icon/docs/_icon_sizes_swift.md +46 -0
  13. data/app/pb_kits/playbook/pb_icon/docs/example.yml +8 -0
  14. data/app/pb_kits/playbook/pb_image/docs/_image_props_swift.md +7 -0
  15. data/app/pb_kits/playbook/pb_image/docs/_rounded_image_swift.md +47 -0
  16. data/app/pb_kits/playbook/pb_image/docs/_size_image_swift.md +47 -0
  17. data/app/pb_kits/playbook/pb_image/docs/_size_none_image_swift.md +15 -0
  18. data/app/pb_kits/playbook/pb_image/docs/example.yml +5 -0
  19. data/app/pb_kits/playbook/pb_label_value/docs/_label_value_default_swift.md +11 -0
  20. data/app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_swift.md +72 -0
  21. data/app/pb_kits/playbook/pb_label_value/docs/_label_value_details_swift.md +41 -0
  22. data/app/pb_kits/playbook/pb_label_value/docs/_label_value_props_swift.md +11 -0
  23. data/app/pb_kits/playbook/pb_label_value/docs/example.yml +6 -0
  24. data/app/pb_kits/playbook/pb_message/docs/_message_default_swift.md +57 -0
  25. data/app/pb_kits/playbook/pb_message/docs/_message_props_swift.md +12 -0
  26. data/app/pb_kits/playbook/pb_message/docs/example.yml +4 -0
  27. data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children_swift.md +14 -0
  28. data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_dashed_swift.md +7 -0
  29. data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_line_swift.md +8 -0
  30. data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_props_swift.md +8 -0
  31. data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_text_swift.md +7 -0
  32. data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_vertical_swift.md +18 -0
  33. data/app/pb_kits/playbook/pb_section_separator/docs/example.yml +8 -0
  34. data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_color_options.html.erb +7 -0
  35. data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_color_options.jsx +40 -0
  36. data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_default.html.erb +11 -1
  37. data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_default.jsx +17 -2
  38. data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_hide.html.erb +6 -1
  39. data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_hide.jsx +22 -5
  40. data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_number_config.html.erb +12 -0
  41. data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_number_config.jsx +57 -0
  42. data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_size_options.html.erb +23 -0
  43. data/app/pb_kits/playbook/pb_star_rating/docs/_star_rating_size_options.jsx +59 -0
  44. data/app/pb_kits/playbook/pb_star_rating/docs/example.yml +10 -5
  45. data/app/pb_kits/playbook/pb_star_rating/docs/index.js +6 -0
  46. data/app/pb_kits/playbook/pb_table/docs/_table_header.html.erb +4 -4
  47. data/app/pb_kits/playbook/pb_textarea/docs/_textarea_default_swift.md +27 -0
  48. data/app/pb_kits/playbook/pb_textarea/docs/_textarea_error_swift.md +11 -0
  49. data/app/pb_kits/playbook/pb_textarea/docs/_textarea_props_swift.md +9 -0
  50. data/app/pb_kits/playbook/pb_textarea/docs/example.yml +5 -0
  51. data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_default.html.erb +1 -1
  52. data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_default_react.jsx +0 -2
  53. data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_delay.jsx +0 -1
  54. data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_interaction.jsx +0 -1
  55. data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_margin.jsx +0 -1
  56. data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_selectors.html.erb +1 -1
  57. data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_show_tooltip.html.erb +39 -0
  58. data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_show_tooltip.md +5 -0
  59. data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_show_tooltip_react.jsx +45 -0
  60. data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_show_tooltip_react.md +3 -0
  61. data/app/pb_kits/playbook/pb_tooltip/docs/example.yml +3 -0
  62. data/app/pb_kits/playbook/pb_tooltip/docs/index.js +1 -0
  63. data/dist/playbook-doc.js +8 -8
  64. metadata +46 -7
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui_docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.11.1
4
+ version: 13.12.0.pre.alpha.play900startratingasinput1550
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-11-13 00:00:00.000000000 Z
12
+ date: 2023-11-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -307,6 +307,10 @@ files:
307
307
  - app/pb_kits/playbook/pb_collapsible/docs/_collapsible_color.md
308
308
  - app/pb_kits/playbook/pb_collapsible/docs/_collapsible_default.html.erb
309
309
  - app/pb_kits/playbook/pb_collapsible/docs/_collapsible_default.jsx
310
+ - app/pb_kits/playbook/pb_collapsible/docs/_collapsible_external_controls.html.erb
311
+ - app/pb_kits/playbook/pb_collapsible/docs/_collapsible_external_controls.md
312
+ - app/pb_kits/playbook/pb_collapsible/docs/_collapsible_external_controls_multiple.html.erb
313
+ - app/pb_kits/playbook/pb_collapsible/docs/_collapsible_external_controls_multiple.md
310
314
  - app/pb_kits/playbook/pb_collapsible/docs/_collapsible_icons.html.erb
311
315
  - app/pb_kits/playbook/pb_collapsible/docs/_collapsible_icons.jsx
312
316
  - app/pb_kits/playbook/pb_collapsible/docs/_collapsible_icons.md
@@ -712,23 +716,29 @@ files:
712
716
  - app/pb_kits/playbook/pb_icon/docs/_icon_animate.md
713
717
  - app/pb_kits/playbook/pb_icon/docs/_icon_border.html.erb
714
718
  - app/pb_kits/playbook/pb_icon/docs/_icon_border.jsx
719
+ - app/pb_kits/playbook/pb_icon/docs/_icon_border_swift.md
715
720
  - app/pb_kits/playbook/pb_icon/docs/_icon_custom.html.erb
716
721
  - app/pb_kits/playbook/pb_icon/docs/_icon_custom.jsx
717
722
  - app/pb_kits/playbook/pb_icon/docs/_icon_custom.md
718
723
  - app/pb_kits/playbook/pb_icon/docs/_icon_default.html.erb
719
724
  - app/pb_kits/playbook/pb_icon/docs/_icon_default.jsx
725
+ - app/pb_kits/playbook/pb_icon/docs/_icon_default_swift.md
720
726
  - app/pb_kits/playbook/pb_icon/docs/_icon_fa_kit.html.erb
721
727
  - app/pb_kits/playbook/pb_icon/docs/_icon_fa_kit.jsx
722
728
  - app/pb_kits/playbook/pb_icon/docs/_icon_fa_kit.md
723
729
  - app/pb_kits/playbook/pb_icon/docs/_icon_flip.html.erb
724
730
  - app/pb_kits/playbook/pb_icon/docs/_icon_flip.jsx
731
+ - app/pb_kits/playbook/pb_icon/docs/_icon_flip_swift.md
732
+ - app/pb_kits/playbook/pb_icon/docs/_icon_props_swift.md
725
733
  - app/pb_kits/playbook/pb_icon/docs/_icon_pull.html.erb
726
734
  - app/pb_kits/playbook/pb_icon/docs/_icon_pull.jsx
727
735
  - app/pb_kits/playbook/pb_icon/docs/_icon_pull.md
728
736
  - app/pb_kits/playbook/pb_icon/docs/_icon_rotate.html.erb
729
737
  - app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
738
+ - app/pb_kits/playbook/pb_icon/docs/_icon_rotate_swift.md
730
739
  - app/pb_kits/playbook/pb_icon/docs/_icon_sizes.html.erb
731
740
  - app/pb_kits/playbook/pb_icon/docs/_icon_sizes.jsx
741
+ - app/pb_kits/playbook/pb_icon/docs/_icon_sizes_swift.md
732
742
  - app/pb_kits/playbook/pb_icon/docs/example.yml
733
743
  - app/pb_kits/playbook/pb_icon/docs/index.js
734
744
  - app/pb_kits/playbook/pb_icon_circle/docs/_description.md
@@ -771,8 +781,12 @@ files:
771
781
  - app/pb_kits/playbook/pb_image/docs/_default_image.html.erb
772
782
  - app/pb_kits/playbook/pb_image/docs/_default_image.jsx
773
783
  - app/pb_kits/playbook/pb_image/docs/_description.md
784
+ - app/pb_kits/playbook/pb_image/docs/_image_props_swift.md
774
785
  - app/pb_kits/playbook/pb_image/docs/_rounded_image.html.erb
775
786
  - app/pb_kits/playbook/pb_image/docs/_rounded_image.jsx
787
+ - app/pb_kits/playbook/pb_image/docs/_rounded_image_swift.md
788
+ - app/pb_kits/playbook/pb_image/docs/_size_image_swift.md
789
+ - app/pb_kits/playbook/pb_image/docs/_size_none_image_swift.md
776
790
  - app/pb_kits/playbook/pb_image/docs/_transition_image.html.erb
777
791
  - app/pb_kits/playbook/pb_image/docs/_transition_image.jsx
778
792
  - app/pb_kits/playbook/pb_image/docs/_transition_image.md
@@ -790,11 +804,15 @@ files:
790
804
  - app/pb_kits/playbook/pb_label_value/docs/_label_value_default.html.erb
791
805
  - app/pb_kits/playbook/pb_label_value/docs/_label_value_default.jsx
792
806
  - app/pb_kits/playbook/pb_label_value/docs/_label_value_default.md
807
+ - app/pb_kits/playbook/pb_label_value/docs/_label_value_default_swift.md
793
808
  - app/pb_kits/playbook/pb_label_value/docs/_label_value_details.html.erb
794
809
  - app/pb_kits/playbook/pb_label_value/docs/_label_value_details.jsx
795
810
  - app/pb_kits/playbook/pb_label_value/docs/_label_value_details.md
796
811
  - app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples.html.erb
797
812
  - app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples.jsx
813
+ - app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_swift.md
814
+ - app/pb_kits/playbook/pb_label_value/docs/_label_value_details_swift.md
815
+ - app/pb_kits/playbook/pb_label_value/docs/_label_value_props_swift.md
798
816
  - app/pb_kits/playbook/pb_label_value/docs/example.yml
799
817
  - app/pb_kits/playbook/pb_label_value/docs/index.js
800
818
  - app/pb_kits/playbook/pb_layout/docs/_description.md
@@ -899,11 +917,13 @@ files:
899
917
  - app/pb_kits/playbook/pb_message/docs/_message_default.html.erb
900
918
  - app/pb_kits/playbook/pb_message/docs/_message_default.jsx
901
919
  - app/pb_kits/playbook/pb_message/docs/_message_default.md
920
+ - app/pb_kits/playbook/pb_message/docs/_message_default_swift.md
902
921
  - app/pb_kits/playbook/pb_message/docs/_message_hover.html.erb
903
922
  - app/pb_kits/playbook/pb_message/docs/_message_hover.jsx
904
923
  - app/pb_kits/playbook/pb_message/docs/_message_mentions.html.erb
905
924
  - app/pb_kits/playbook/pb_message/docs/_message_mentions.jsx
906
925
  - app/pb_kits/playbook/pb_message/docs/_message_mentions.md
926
+ - app/pb_kits/playbook/pb_message/docs/_message_props_swift.md
907
927
  - app/pb_kits/playbook/pb_message/docs/_message_timestamp.html.erb
908
928
  - app/pb_kits/playbook/pb_message/docs/_message_timestamp.jsx
909
929
  - app/pb_kits/playbook/pb_message/docs/example.yml
@@ -1181,14 +1201,20 @@ files:
1181
1201
  - app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.html.erb
1182
1202
  - app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx
1183
1203
  - app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.md
1204
+ - app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children_swift.md
1184
1205
  - app/pb_kits/playbook/pb_section_separator/docs/_section_separator_dashed.html.erb
1185
1206
  - app/pb_kits/playbook/pb_section_separator/docs/_section_separator_dashed.jsx
1207
+ - app/pb_kits/playbook/pb_section_separator/docs/_section_separator_dashed_swift.md
1186
1208
  - app/pb_kits/playbook/pb_section_separator/docs/_section_separator_line.html.erb
1187
1209
  - app/pb_kits/playbook/pb_section_separator/docs/_section_separator_line.jsx
1210
+ - app/pb_kits/playbook/pb_section_separator/docs/_section_separator_line_swift.md
1211
+ - app/pb_kits/playbook/pb_section_separator/docs/_section_separator_props_swift.md
1188
1212
  - app/pb_kits/playbook/pb_section_separator/docs/_section_separator_text.html.erb
1189
1213
  - app/pb_kits/playbook/pb_section_separator/docs/_section_separator_text.jsx
1214
+ - app/pb_kits/playbook/pb_section_separator/docs/_section_separator_text_swift.md
1190
1215
  - app/pb_kits/playbook/pb_section_separator/docs/_section_separator_vertical.html.erb
1191
1216
  - app/pb_kits/playbook/pb_section_separator/docs/_section_separator_vertical.jsx
1217
+ - app/pb_kits/playbook/pb_section_separator/docs/_section_separator_vertical_swift.md
1192
1218
  - app/pb_kits/playbook/pb_section_separator/docs/example.yml
1193
1219
  - app/pb_kits/playbook/pb_section_separator/docs/index.js
1194
1220
  - app/pb_kits/playbook/pb_select/docs/_description.md
@@ -1278,10 +1304,16 @@ files:
1278
1304
  - app/pb_kits/playbook/pb_source/docs/example.yml
1279
1305
  - app/pb_kits/playbook/pb_source/docs/index.js
1280
1306
  - app/pb_kits/playbook/pb_star_rating/docs/_description.md
1307
+ - app/pb_kits/playbook/pb_star_rating/docs/_star_rating_color_options.html.erb
1308
+ - app/pb_kits/playbook/pb_star_rating/docs/_star_rating_color_options.jsx
1281
1309
  - app/pb_kits/playbook/pb_star_rating/docs/_star_rating_default.html.erb
1282
1310
  - app/pb_kits/playbook/pb_star_rating/docs/_star_rating_default.jsx
1283
1311
  - app/pb_kits/playbook/pb_star_rating/docs/_star_rating_hide.html.erb
1284
1312
  - app/pb_kits/playbook/pb_star_rating/docs/_star_rating_hide.jsx
1313
+ - app/pb_kits/playbook/pb_star_rating/docs/_star_rating_number_config.html.erb
1314
+ - app/pb_kits/playbook/pb_star_rating/docs/_star_rating_number_config.jsx
1315
+ - app/pb_kits/playbook/pb_star_rating/docs/_star_rating_size_options.html.erb
1316
+ - app/pb_kits/playbook/pb_star_rating/docs/_star_rating_size_options.jsx
1285
1317
  - app/pb_kits/playbook/pb_star_rating/docs/example.yml
1286
1318
  - app/pb_kits/playbook/pb_star_rating/docs/index.js
1287
1319
  - app/pb_kits/playbook/pb_stat_change/docs/_description.md
@@ -1396,11 +1428,14 @@ files:
1396
1428
  - app/pb_kits/playbook/pb_textarea/docs/_textarea_custom.jsx
1397
1429
  - app/pb_kits/playbook/pb_textarea/docs/_textarea_default.html.erb
1398
1430
  - app/pb_kits/playbook/pb_textarea/docs/_textarea_default.jsx
1431
+ - app/pb_kits/playbook/pb_textarea/docs/_textarea_default_swift.md
1399
1432
  - app/pb_kits/playbook/pb_textarea/docs/_textarea_error.html.erb
1400
1433
  - app/pb_kits/playbook/pb_textarea/docs/_textarea_error.jsx
1401
1434
  - app/pb_kits/playbook/pb_textarea/docs/_textarea_error.md
1435
+ - app/pb_kits/playbook/pb_textarea/docs/_textarea_error_swift.md
1402
1436
  - app/pb_kits/playbook/pb_textarea/docs/_textarea_inline.html.erb
1403
1437
  - app/pb_kits/playbook/pb_textarea/docs/_textarea_inline.jsx
1438
+ - app/pb_kits/playbook/pb_textarea/docs/_textarea_props_swift.md
1404
1439
  - app/pb_kits/playbook/pb_textarea/docs/_textarea_resize.html.erb
1405
1440
  - app/pb_kits/playbook/pb_textarea/docs/_textarea_resize.jsx
1406
1441
  - app/pb_kits/playbook/pb_textarea/docs/example.yml
@@ -1527,6 +1562,10 @@ files:
1527
1562
  - app/pb_kits/playbook/pb_tooltip/docs/_tooltip_margin.md
1528
1563
  - app/pb_kits/playbook/pb_tooltip/docs/_tooltip_selectors.html.erb
1529
1564
  - app/pb_kits/playbook/pb_tooltip/docs/_tooltip_selectors.md
1565
+ - app/pb_kits/playbook/pb_tooltip/docs/_tooltip_show_tooltip.html.erb
1566
+ - app/pb_kits/playbook/pb_tooltip/docs/_tooltip_show_tooltip.md
1567
+ - app/pb_kits/playbook/pb_tooltip/docs/_tooltip_show_tooltip_react.jsx
1568
+ - app/pb_kits/playbook/pb_tooltip/docs/_tooltip_show_tooltip_react.md
1530
1569
  - app/pb_kits/playbook/pb_tooltip/docs/_tooltip_with_icon_circle.html.erb
1531
1570
  - app/pb_kits/playbook/pb_tooltip/docs/example.yml
1532
1571
  - app/pb_kits/playbook/pb_tooltip/docs/index.js
@@ -1634,7 +1673,7 @@ homepage: https://playbook.powerapp.cloud/
1634
1673
  licenses:
1635
1674
  - ISC
1636
1675
  metadata: {}
1637
- post_install_message:
1676
+ post_install_message:
1638
1677
  rdoc_options: []
1639
1678
  require_paths:
1640
1679
  - lib
@@ -1645,12 +1684,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
1645
1684
  version: '0'
1646
1685
  required_rubygems_version: !ruby/object:Gem::Requirement
1647
1686
  requirements:
1648
- - - ">="
1687
+ - - ">"
1649
1688
  - !ruby/object:Gem::Version
1650
- version: '0'
1689
+ version: 1.3.1
1651
1690
  requirements: []
1652
1691
  rubygems_version: 3.3.7
1653
- signing_key:
1692
+ signing_key:
1654
1693
  specification_version: 4
1655
1694
  summary: Playbook Design System Docs
1656
1695
  test_files: []