playbook_ui_docs 14.13.0.pre.alpha.rails8compatible6232 → 14.13.0.pre.rc.0

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 (104) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props.html.erb +1 -1
  3. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props.jsx +0 -1
  4. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_rails.md +1 -3
  5. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_react.md +1 -3
  6. data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +0 -3
  7. data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +1 -3
  8. data/app/pb_kits/playbook/pb_avatar/docs/_avatar_badge_component_overlay.jsx +3 -9
  9. data/app/pb_kits/playbook/pb_avatar/docs/_avatar_circle_icon_component_overlay.jsx +2 -6
  10. data/app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_actions.html.erb +19 -0
  11. data/app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_actions.jsx +26 -0
  12. data/app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_default.html.erb +10 -0
  13. data/app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_default.jsx +17 -0
  14. data/app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_on_click.jsx +19 -0
  15. data/app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_onclick.html.erb +16 -0
  16. data/app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_placement.html.erb +35 -0
  17. data/app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_placement.jsx +42 -0
  18. data/app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_tooltip.html.erb +13 -0
  19. data/app/pb_kits/playbook/pb_avatar_action_button/docs/example.yml +15 -0
  20. data/app/pb_kits/playbook/pb_avatar_action_button/docs/index.js +4 -0
  21. data/app/pb_kits/playbook/pb_bar_graph/docs/example.yml +0 -1
  22. data/app/pb_kits/playbook/pb_bar_graph/docs/index.js +0 -1
  23. data/app/pb_kits/playbook/pb_checkbox/docs/example.yml +1 -2
  24. data/app/pb_kits/playbook/pb_checkbox/docs/index.js +0 -1
  25. data/app/pb_kits/playbook/pb_date/docs/_date_default.jsx +1 -2
  26. data/app/pb_kits/playbook/pb_date/docs/_date_unstyled.jsx +5 -13
  27. data/app/pb_kits/playbook/pb_draggable/docs/example.yml +5 -4
  28. data/app/pb_kits/playbook/pb_draggable/docs/index.js +1 -2
  29. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/example.yml +0 -1
  30. data/app/pb_kits/playbook/pb_home_address_street/docs/example.yml +0 -2
  31. data/app/pb_kits/playbook/pb_home_address_street/docs/index.js +0 -1
  32. data/app/pb_kits/playbook/pb_icon_button/docs/_icon_button_default.html.erb +2 -1
  33. data/app/pb_kits/playbook/pb_icon_button/docs/example.yml +3 -1
  34. data/app/pb_kits/playbook/pb_link/docs/example.yml +3 -5
  35. data/app/pb_kits/playbook/pb_link/docs/index.js +1 -2
  36. data/app/pb_kits/playbook/pb_overlay/docs/example.yml +0 -1
  37. data/app/pb_kits/playbook/pb_overlay/docs/index.js +0 -1
  38. data/app/pb_kits/playbook/pb_progress_pills/docs/_progress_pills_default.html.erb +0 -1
  39. data/app/pb_kits/playbook/pb_progress_pills/docs/_progress_pills_default.jsx +0 -7
  40. data/app/pb_kits/playbook/pb_progress_pills/docs/example.yml +0 -2
  41. data/app/pb_kits/playbook/pb_progress_pills/docs/index.js +0 -1
  42. data/app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tooltip.html.erb +6 -6
  43. data/app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.html.erb +9 -6
  44. data/app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.jsx +9 -6
  45. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx +1 -1
  46. data/app/pb_kits/playbook/pb_table/docs/example.yml +0 -5
  47. data/app/pb_kits/playbook/pb_table/docs/index.js +1 -3
  48. data/app/pb_kits/playbook/pb_text_input/docs/_text_input_mask.html.erb +1 -15
  49. data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_default.html.erb +1 -1
  50. data/app/pb_kits/playbook/pb_user/docs/example.yml +0 -2
  51. data/app/pb_kits/playbook/pb_user/docs/index.js +0 -1
  52. data/dist/playbook-doc.js +1 -1
  53. metadata +15 -53
  54. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_custom_cell.jsx +0 -75
  55. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header.html.erb +0 -33
  56. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header.jsx +0 -55
  57. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_rails.md +0 -3
  58. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_react.md +0 -3
  59. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_pb_styles.jsx +0 -64
  60. data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_pb_styles.md +0 -1
  61. data/app/pb_kits/playbook/pb_checkbox/docs/_checkbox_react_hook.jsx +0 -69
  62. data/app/pb_kits/playbook/pb_checkbox/docs/_checkbox_react_hook.md +0 -1
  63. data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_default.html.erb +0 -2
  64. data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_default.jsx +0 -21
  65. data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_from.html.erb +0 -5
  66. data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_from.jsx +0 -45
  67. data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_from.md +0 -1
  68. data/app/pb_kits/playbook/pb_copy_button/docs/example.yml +0 -8
  69. data/app/pb_kits/playbook/pb_copy_button/docs/index.js +0 -2
  70. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_rails.html.erb +0 -99
  71. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_rails.md +0 -1
  72. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table.html.erb +0 -61
  73. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table.md +0 -4
  74. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table_react.jsx +0 -90
  75. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table_react.md +0 -5
  76. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_auto_close.html.erb +0 -58
  77. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_auto_close_rails.md +0 -3
  78. data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_formatting.html.erb +0 -11
  79. data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_formatting.jsx +0 -22
  80. data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_formatting_rails.md +0 -1
  81. data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_formatting_react.md +0 -1
  82. data/app/pb_kits/playbook/pb_icon_button/docs/_icon_button_sizes.html.erb +0 -27
  83. data/app/pb_kits/playbook/pb_link/docs/_link_target.html.erb +0 -15
  84. data/app/pb_kits/playbook/pb_link/docs/_link_target.jsx +0 -29
  85. data/app/pb_kits/playbook/pb_overlay/docs/_overlay_vertical_dynamic_multi_directional.jsx +0 -37
  86. data/app/pb_kits/playbook/pb_overlay/docs/_overlay_vertical_dynamic_multi_directional_react.md +0 -1
  87. data/app/pb_kits/playbook/pb_progress_pills/docs/_progress_pills_default.md +0 -1
  88. data/app/pb_kits/playbook/pb_progress_pills/docs/_progress_pills_full_width.html.erb +0 -1
  89. data/app/pb_kits/playbook/pb_progress_pills/docs/_progress_pills_full_width.jsx +0 -18
  90. data/app/pb_kits/playbook/pb_progress_pills/docs/_progress_pills_full_width_rails.md +0 -1
  91. data/app/pb_kits/playbook/pb_progress_pills/docs/_progress_pills_full_width_react.md +0 -1
  92. data/app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.html.erb +0 -47
  93. data/app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.jsx +0 -88
  94. data/app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.md +0 -1
  95. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.html.erb +0 -51
  96. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click_rails.md +0 -2
  97. data/app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.html.erb +0 -96
  98. data/app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.jsx +0 -101
  99. data/app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.md +0 -1
  100. data/app/pb_kits/playbook/pb_user/docs/_user_light_weight.html.erb +0 -42
  101. data/app/pb_kits/playbook/pb_user/docs/_user_light_weight.jsx +0 -59
  102. data/app/pb_kits/playbook/pb_user/docs/_user_light_weight.md +0 -2
  103. /data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/{_fixed_confirmation_toast_auto_close_react.md → _fixed_confirmation_toast_auto_close.md} +0 -0
  104. /data/app/pb_kits/playbook/pb_table/docs/{_table_with_collapsible_with_custom_click_react.md → _table_with_collapsible_with_custom_click.md} +0 -0
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.13.0.pre.alpha.rails8compatible6232
4
+ version: 14.13.0.pre.rc.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-02-21 00:00:00.000000000 Z
12
+ date: 2025-01-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -46,7 +46,6 @@ files:
46
46
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers.html.erb
47
47
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers.jsx
48
48
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers.md
49
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_custom_cell.jsx
50
49
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_multiple.html.erb
51
50
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_multiple.jsx
52
51
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_multiple.md
@@ -92,10 +91,6 @@ files:
92
91
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props.jsx
93
92
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_rails.md
94
93
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_react.md
95
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header.html.erb
96
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header.jsx
97
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_rails.md
98
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_react.md
99
94
  - app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading.js
100
95
  - app/pb_kits/playbook/pb_advanced_table/docs/advanced_table_mock_data.json
101
96
  - app/pb_kits/playbook/pb_advanced_table/docs/advanced_table_mock_data_no_subrows.json
@@ -127,6 +122,17 @@ files:
127
122
  - app/pb_kits/playbook/pb_avatar/docs/_footer.md
128
123
  - app/pb_kits/playbook/pb_avatar/docs/example.yml
129
124
  - app/pb_kits/playbook/pb_avatar/docs/index.js
125
+ - app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_actions.html.erb
126
+ - app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_actions.jsx
127
+ - app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_default.html.erb
128
+ - app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_default.jsx
129
+ - app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_on_click.jsx
130
+ - app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_onclick.html.erb
131
+ - app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_placement.html.erb
132
+ - app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_placement.jsx
133
+ - app/pb_kits/playbook/pb_avatar_action_button/docs/_avatar_action_button_tooltip.html.erb
134
+ - app/pb_kits/playbook/pb_avatar_action_button/docs/example.yml
135
+ - app/pb_kits/playbook/pb_avatar_action_button/docs/index.js
130
136
  - app/pb_kits/playbook/pb_background/docs/_background_category.html.erb
131
137
  - app/pb_kits/playbook/pb_background/docs/_background_category.jsx
132
138
  - app/pb_kits/playbook/pb_background/docs/_background_category.md
@@ -189,8 +195,6 @@ files:
189
195
  - app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend_position.md
190
196
  - app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_negative_numbers.html.erb
191
197
  - app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_negative_numbers.jsx
192
- - app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_pb_styles.jsx
193
- - app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_pb_styles.md
194
198
  - app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.html.erb
195
199
  - app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.jsx
196
200
  - app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.md
@@ -348,8 +352,6 @@ files:
348
352
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate_swift.md
349
353
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_options.html.erb
350
354
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_props_swift.md
351
- - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_react_hook.jsx
352
- - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_react_hook.md
353
355
  - app/pb_kits/playbook/pb_checkbox/docs/_description.md
354
356
  - app/pb_kits/playbook/pb_checkbox/docs/example.yml
355
357
  - app/pb_kits/playbook/pb_checkbox/docs/index.js
@@ -434,13 +436,6 @@ files:
434
436
  - app/pb_kits/playbook/pb_contact/docs/_description.md
435
437
  - app/pb_kits/playbook/pb_contact/docs/example.yml
436
438
  - app/pb_kits/playbook/pb_contact/docs/index.js
437
- - app/pb_kits/playbook/pb_copy_button/docs/_copy_button_default.html.erb
438
- - app/pb_kits/playbook/pb_copy_button/docs/_copy_button_default.jsx
439
- - app/pb_kits/playbook/pb_copy_button/docs/_copy_button_from.html.erb
440
- - app/pb_kits/playbook/pb_copy_button/docs/_copy_button_from.jsx
441
- - app/pb_kits/playbook/pb_copy_button/docs/_copy_button_from.md
442
- - app/pb_kits/playbook/pb_copy_button/docs/example.yml
443
- - app/pb_kits/playbook/pb_copy_button/docs/index.js
444
439
  - app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.html.erb
445
440
  - app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.jsx
446
441
  - app/pb_kits/playbook/pb_currency/docs/_currency_alignment.html.erb
@@ -696,8 +691,6 @@ files:
696
691
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_default_rails.md
697
692
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers.jsx
698
693
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers.md
699
- - app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_rails.html.erb
700
- - app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers_rails.md
701
694
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_cards.jsx
702
695
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_cards.md
703
696
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_cards_rails.html.erb
@@ -710,10 +703,6 @@ files:
710
703
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list.md
711
704
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list_rails.html.erb
712
705
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list_rails.md
713
- - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table.html.erb
714
- - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table.md
715
- - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table_react.jsx
716
- - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table_react.md
717
706
  - app/pb_kits/playbook/pb_draggable/docs/example.yml
718
707
  - app/pb_kits/playbook/pb_draggable/docs/index.js
719
708
  - app/pb_kits/playbook/pb_drawer/docs/_drawer_behavior.jsx
@@ -817,10 +806,8 @@ files:
817
806
  - app/pb_kits/playbook/pb_filter/docs/example.yml
818
807
  - app/pb_kits/playbook/pb_filter/docs/index.js
819
808
  - app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_description.md
820
- - app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_auto_close.html.erb
821
809
  - app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_auto_close.jsx
822
- - app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_auto_close_rails.md
823
- - app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_auto_close_react.md
810
+ - app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_auto_close.md
824
811
  - app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_children.html.erb
825
812
  - app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_children.jsx
826
813
  - app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_children.md
@@ -980,10 +967,6 @@ files:
980
967
  - app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_emphasis.jsx
981
968
  - app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_emphasis.md
982
969
  - app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_emphasis_swift.md
983
- - app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_formatting.html.erb
984
- - app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_formatting.jsx
985
- - app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_formatting_rails.md
986
- - app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_formatting_react.md
987
970
  - app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_link.html.erb
988
971
  - app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_link.jsx
989
972
  - app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_link.md
@@ -1030,7 +1013,6 @@ files:
1030
1013
  - app/pb_kits/playbook/pb_icon/docs/example.yml
1031
1014
  - app/pb_kits/playbook/pb_icon/docs/index.js
1032
1015
  - app/pb_kits/playbook/pb_icon_button/docs/_icon_button_default.html.erb
1033
- - app/pb_kits/playbook/pb_icon_button/docs/_icon_button_sizes.html.erb
1034
1016
  - app/pb_kits/playbook/pb_icon_button/docs/example.yml
1035
1017
  - app/pb_kits/playbook/pb_icon_circle/docs/_description.md
1036
1018
  - app/pb_kits/playbook/pb_icon_circle/docs/_footer.md
@@ -1181,8 +1163,6 @@ files:
1181
1163
  - app/pb_kits/playbook/pb_link/docs/_link_icon.jsx
1182
1164
  - app/pb_kits/playbook/pb_link/docs/_link_tag.html.erb
1183
1165
  - app/pb_kits/playbook/pb_link/docs/_link_tag.jsx
1184
- - app/pb_kits/playbook/pb_link/docs/_link_target.html.erb
1185
- - app/pb_kits/playbook/pb_link/docs/_link_target.jsx
1186
1166
  - app/pb_kits/playbook/pb_link/docs/_link_underline.html.erb
1187
1167
  - app/pb_kits/playbook/pb_link/docs/_link_underline.jsx
1188
1168
  - app/pb_kits/playbook/pb_link/docs/example.yml
@@ -1374,8 +1354,6 @@ files:
1374
1354
  - app/pb_kits/playbook/pb_overlay/docs/_overlay_toggle.html.erb
1375
1355
  - app/pb_kits/playbook/pb_overlay/docs/_overlay_toggle.jsx
1376
1356
  - app/pb_kits/playbook/pb_overlay/docs/_overlay_toggle.md
1377
- - app/pb_kits/playbook/pb_overlay/docs/_overlay_vertical_dynamic_multi_directional.jsx
1378
- - app/pb_kits/playbook/pb_overlay/docs/_overlay_vertical_dynamic_multi_directional_react.md
1379
1357
  - app/pb_kits/playbook/pb_overlay/docs/example.yml
1380
1358
  - app/pb_kits/playbook/pb_overlay/docs/index.js
1381
1359
  - app/pb_kits/playbook/pb_pagination/docs/_pagination_default.html.erb
@@ -1487,11 +1465,6 @@ files:
1487
1465
  - app/pb_kits/playbook/pb_progress_pills/docs/_description.md
1488
1466
  - app/pb_kits/playbook/pb_progress_pills/docs/_progress_pills_default.html.erb
1489
1467
  - app/pb_kits/playbook/pb_progress_pills/docs/_progress_pills_default.jsx
1490
- - app/pb_kits/playbook/pb_progress_pills/docs/_progress_pills_default.md
1491
- - app/pb_kits/playbook/pb_progress_pills/docs/_progress_pills_full_width.html.erb
1492
- - app/pb_kits/playbook/pb_progress_pills/docs/_progress_pills_full_width.jsx
1493
- - app/pb_kits/playbook/pb_progress_pills/docs/_progress_pills_full_width_rails.md
1494
- - app/pb_kits/playbook/pb_progress_pills/docs/_progress_pills_full_width_react.md
1495
1468
  - app/pb_kits/playbook/pb_progress_pills/docs/_progress_pills_status.html.erb
1496
1469
  - app/pb_kits/playbook/pb_progress_pills/docs/_progress_pills_status.jsx
1497
1470
  - app/pb_kits/playbook/pb_progress_pills/docs/example.yml
@@ -1848,17 +1821,12 @@ files:
1848
1821
  - app/pb_kits/playbook/pb_table/docs/_table_vertical_border.jsx
1849
1822
  - app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.html.erb
1850
1823
  - app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.jsx
1851
- - app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.html.erb
1852
- - app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.jsx
1853
- - app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.md
1854
1824
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.html.erb
1855
1825
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx
1856
1826
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_rails.md
1857
1827
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_react.md
1858
- - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.html.erb
1859
1828
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx
1860
- - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click_rails.md
1861
- - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click_react.md
1829
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md
1862
1830
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx
1863
1831
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md
1864
1832
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content_rails.html.erb
@@ -1871,9 +1839,6 @@ files:
1871
1839
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md
1872
1840
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.html.erb
1873
1841
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md
1874
- - app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.html.erb
1875
- - app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.jsx
1876
- - app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.md
1877
1842
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
1878
1843
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md
1879
1844
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb
@@ -2138,9 +2103,6 @@ files:
2138
2103
  - app/pb_kits/playbook/pb_user/docs/_user_default.html.erb
2139
2104
  - app/pb_kits/playbook/pb_user/docs/_user_default.jsx
2140
2105
  - app/pb_kits/playbook/pb_user/docs/_user_horizontal_swift.md
2141
- - app/pb_kits/playbook/pb_user/docs/_user_light_weight.html.erb
2142
- - app/pb_kits/playbook/pb_user/docs/_user_light_weight.jsx
2143
- - app/pb_kits/playbook/pb_user/docs/_user_light_weight.md
2144
2106
  - app/pb_kits/playbook/pb_user/docs/_user_presence_indicator_swift.md
2145
2107
  - app/pb_kits/playbook/pb_user/docs/_user_props_table.md
2146
2108
  - app/pb_kits/playbook/pb_user/docs/_user_size.html.erb
@@ -1,75 +0,0 @@
1
- import React from "react"
2
- import { AdvancedTable, Pill } from "playbook-ui"
3
- import MOCK_DATA from "./advanced_table_mock_data.json"
4
-
5
- const AdvancedTableColumnHeadersCustomCell = (props) => {
6
- const columnDefinitions = [
7
- {
8
- accessor: "year",
9
- label: "Year",
10
- cellAccessors: ["quarter", "month", "day"],
11
- },
12
- {
13
- label: "Enrollment Data",
14
- columns: [
15
- {
16
- accessor: "newEnrollments",
17
- label: "New Enrollments",
18
- customRenderer: (row, value) => (
19
- <Pill text={value}
20
- variant="success"
21
- />
22
- ),
23
- },
24
- {
25
- accessor: "scheduledMeetings",
26
- label: "Scheduled Meetings",
27
- customRenderer: (row, value) => (
28
- <Pill text={value}
29
- variant="info"
30
- />
31
- ),
32
- },
33
- ],
34
- },
35
- {
36
- label: "Performance Data",
37
- columns: [
38
- {
39
- accessor: "attendanceRate",
40
- label: "Attendance Rate",
41
- },
42
- {
43
- accessor: "completedClasses",
44
- label: "Completed Classes",
45
- customRenderer: (row, value) => (
46
- <Pill text={value}
47
- variant="error"
48
- />
49
- ),
50
- },
51
- {
52
- accessor: "classCompletionRate",
53
- label: "Class Completion Rate",
54
- },
55
- {
56
- accessor: "graduatedStudents",
57
- label: "Graduated Students",
58
- },
59
- ],
60
- },
61
- ];
62
-
63
-
64
- return (
65
- <>
66
- <AdvancedTable
67
- columnDefinitions={columnDefinitions}
68
- tableData={MOCK_DATA}
69
- {...props}
70
- />
71
- </>
72
- )
73
- }
74
-
75
- export default AdvancedTableColumnHeadersCustomCell
@@ -1,33 +0,0 @@
1
- <% column_definitions = [
2
- {
3
- accessor: "year",
4
- label: "Year",
5
- cellAccessors: ["quarter", "month", "day"],
6
- },
7
- {
8
- accessor: "newEnrollments",
9
- label: "New Enrollments",
10
- },
11
- {
12
- accessor: "scheduledMeetings",
13
- label: "Scheduled Meetings",
14
- },
15
- {
16
- accessor: "attendanceRate",
17
- label: "Attendance Rate",
18
- },
19
- {
20
- accessor: "completedClasses",
21
- label: "Completed Classes",
22
- },
23
- {
24
- accessor: "classCompletionRate",
25
- label: "Class Completion Rate",
26
- },
27
- {
28
- accessor: "graduatedStudents",
29
- label: "Graduated Students",
30
- }
31
- ] %>
32
-
33
- <%= pb_rails("advanced_table", props: { id: "table_props_table", table_data: @table_data, column_definitions: column_definitions, max_height: "xs", table_props: { sticky: true }}) %>
@@ -1,55 +0,0 @@
1
- import React from "react"
2
- import { AdvancedTable } from "playbook-ui"
3
- import MOCK_DATA from "./advanced_table_mock_data.json"
4
-
5
- const AdvancedTableTablePropsStickyHeader = (props) => {
6
- const columnDefinitions = [
7
- {
8
- accessor: "year",
9
- label: "Year",
10
- cellAccessors: ["quarter", "month", "day"],
11
- },
12
- {
13
- accessor: "newEnrollments",
14
- label: "New Enrollments",
15
- },
16
- {
17
- accessor: "scheduledMeetings",
18
- label: "Scheduled Meetings",
19
- },
20
- {
21
- accessor: "attendanceRate",
22
- label: "Attendance Rate",
23
- },
24
- {
25
- accessor: "completedClasses",
26
- label: "Completed Classes",
27
- },
28
- {
29
- accessor: "classCompletionRate",
30
- label: "Class Completion Rate",
31
- },
32
- {
33
- accessor: "graduatedStudents",
34
- label: "Graduated Students",
35
- },
36
- ]
37
-
38
- const tableProps = {
39
- sticky: true
40
- }
41
-
42
- return (
43
- <div>
44
- <AdvancedTable
45
- columnDefinitions={columnDefinitions}
46
- maxHeight="xs"
47
- tableData={MOCK_DATA}
48
- tableProps={tableProps}
49
- {...props}
50
- />
51
- </div>
52
- )
53
- }
54
-
55
- export default AdvancedTableTablePropsStickyHeader
@@ -1,3 +0,0 @@
1
- Create a sticky header that works for responsive Advanced Tables by setting `sticky: true` via `table_props` and giving the AdvancedTable a `max_height` using our [Max Height](https://playbook.powerapp.cloud/visual_guidelines/max_height) global prop. This behavior requires a `max_height` to work. The header is sticky within the table container, allowing for it to work along with the first column stickiness of a responsive table on smaller screen sizes.
2
-
3
- A sticky header on a nonresponsive table is demonstrated in the ["Table Props"](https://playbook.powerapp.cloud/kits/advanced_table#table-props) doc example above.
@@ -1,3 +0,0 @@
1
- Create a sticky header that works for responsive Advanced Tables by setting `sticky: true` via `tableProps` and giving the AdvancedTable a `maxHeight` using our [Max Height](https://playbook.powerapp.cloud/visual_guidelines/max_height) global prop. This behavior requires a `maxHeight` to work. The header is sticky within the table container, allowing for it to work along with the first column stickiness of a responsive table on smaller screen sizes.
2
-
3
- A sticky header on a nonresponsive table is demonstrated in the ["Table Props"](https://playbook.powerapp.cloud/kits/advanced_table/react#table-props) doc example above.
@@ -1,64 +0,0 @@
1
- import React from 'react'
2
- import Highcharts from "highcharts";
3
- import HighchartsReact from "highcharts-react-official";
4
-
5
- import "../BarGraphStyles.scss";
6
- // Your path might look more like this
7
- //import "playbook-ui/dist/pb_bar_graph/BarGraphStyles.scss";
8
-
9
- const columnChartData = [
10
- {
11
- name: "Installation",
12
- data: [1475, 200, 3000, 654, 656],
13
- },
14
- {
15
- name: "Manufacturing",
16
- data: [4434, 524, 2320, 440, 500],
17
- },
18
- {
19
- name: "Sales & Distribution",
20
- data: [3387, 743, 1344, 434, 440],
21
- },
22
- {
23
- name: "Project Development",
24
- data: [3227, 878, 999, 780, 1000],
25
- },
26
- {
27
- name: "Other",
28
- data: [1111, 677, 3245, 500, 200],
29
- },
30
- ];
31
-
32
- const columnOptions = {
33
- chart: {
34
- type: "column",
35
- },
36
- series: columnChartData,
37
- title: {
38
- text: "Solar Employment Growth by Sector, 2010-2016",
39
- },
40
- subtitle: {
41
- text: "Source: thesolarfoundation.com",
42
- },
43
- xAxis: {
44
- categories: ["Jan", "Feb", "Mar", "Apr", "May"],
45
- },
46
- yAxis: {
47
- min: 0,
48
- title: {
49
- text: "Number of Employees",
50
- },
51
- },
52
- legend: { enabled: false },
53
- credits: { enabled: false },
54
- };
55
-
56
- const BarGraphPbStyles = () => (
57
- <div>
58
- <HighchartsReact highcharts={Highcharts}
59
- options={columnOptions}
60
- />
61
- </div>
62
- )
63
-
64
- export default BarGraphPbStyles
@@ -1 +0,0 @@
1
- You don't need to use the bar graph kit to apply the styles to your Highcharts bar graph. Just import the BarGraphStyles.scss to your component and the styles will apply automatically.
@@ -1,69 +0,0 @@
1
- import React, { useState } from "react"
2
- import { useForm } from "react-hook-form"
3
- import { Button, Checkbox, Flex, Body } from "playbook-ui"
4
-
5
- const CheckboxReactHook = () => {
6
- const { register, handleSubmit } = useForm({
7
- defaultValues: {
8
- Small: false,
9
- Medium: false,
10
- Large: false,
11
- },
12
- })
13
-
14
- const [submittedData, setSubmittedData] = useState({
15
- Small: false,
16
- Medium: false,
17
- Large: false,
18
- })
19
-
20
- const onSubmit = (data) => {
21
- setSubmittedData(data)
22
- }
23
-
24
- return (
25
- <Flex orientation="row">
26
- <Flex align="start"
27
- orientation="column"
28
- paddingRight="lg"
29
- >
30
- <form onSubmit={handleSubmit(onSubmit)}>
31
- <Checkbox padding="xs"
32
- text="Small"
33
- {...register("Small")}
34
- />
35
- <br />
36
- <Checkbox padding="xs"
37
- text="Medium"
38
- {...register("Medium")}
39
- />
40
- <br />
41
- <Checkbox padding="xs"
42
- text="Large"
43
- {...register("Large")}
44
- />
45
- <br />
46
- <Button htmlType="submit"
47
- marginTop="sm"
48
- text="submit"
49
- />
50
- </form>
51
- </Flex>
52
- <Flex align="start"
53
- orientation="column"
54
- >
55
- <Body padding="xs"
56
- text={`Small: ${submittedData.Small ? "true" : "false"}`}
57
- />
58
- <Body padding="xs"
59
- text={`Medium: ${submittedData.Medium ? "true" : "false"}`}
60
- />
61
- <Body padding="xs"
62
- text={`Large: ${submittedData.Large ? "true" : "false"}`}
63
- />
64
- </Flex>
65
- </Flex>
66
- )
67
- }
68
-
69
- export default CheckboxReactHook
@@ -1 +0,0 @@
1
- You can pass react hook props to the checkbox kit.
@@ -1,2 +0,0 @@
1
- <%= pb_rails("copy_button", props: { id: "default-copy-button", text: "Copy Text", value: "Playbook makes it easy to support bleeding edge, or legacy systems. Use Playbook’s 200+ components and end-to-end design language to create simple, intuitive and beautiful experiences with ease." } ) %>
2
- <%= pb_rails("textarea", props: { margin_top: "xs", placeholder: "Copy and paste here" }) %>
@@ -1,21 +0,0 @@
1
- import React from 'react'
2
- import { CopyButton, Textarea } from 'playbook-ui'
3
-
4
- const CopyButtonDefault = (props) => (
5
- <div>
6
- <CopyButton
7
- {...props}
8
- text="Copy Text"
9
- tooltipPlacement="right"
10
- tooltipText="Text copied!"
11
- value="Playbook makes it easy to support bleeding edge, or legacy systems. Use Playbook’s 200+ components and end-to-end design language to create simple, intuitive and beautiful experiences with ease."
12
- />
13
-
14
- <Textarea
15
- {...props}
16
- placeholder="Copy and paste here"
17
- />
18
- </div>
19
- )
20
-
21
- export default CopyButtonDefault
@@ -1,5 +0,0 @@
1
- <%= pb_rails("body", props: { id: "body", text: "Copy this body text!"}) %>
2
- <%= pb_rails("copy_button", props: { text: "Copy Body text", from: "body", id: "copy-body-button" }) %>
3
- <%= pb_rails("text_input", props: { margin_top: "xs", placeholder: "Copy and paste here" }) %>
4
- <%= pb_rails("copy_button", props: { text: "Copy Text Input", from: "copy-input", id: "copy-input-button" }) %>
5
- <%= pb_rails("text_input", props: { margin_top: "xs", id: "copy-input" , value: "Copy and paste here" }) %>
@@ -1,45 +0,0 @@
1
- import React, { useState } from 'react'
2
- import { CopyButton, Body, TextInput, Textarea } from 'playbook-ui'
3
-
4
- const CopyButtonFrom = (props) => {
5
- const [text, setText] = useState("Copy this text input text")
6
-
7
- const handleChange = (event) => {
8
- setText(event.target.value);
9
- }
10
-
11
- return (<div>
12
- <Body id="body">Copy this body text!</Body>
13
- <CopyButton
14
- {...props}
15
- from="body"
16
- marginBottom="sm"
17
- text="Copy Body text"
18
- tooltipPlacement="right"
19
- tooltipText="Body text copied!"
20
- />
21
-
22
- <TextInput
23
- {...props}
24
- id="textinput"
25
- onChange={handleChange}
26
- value={text}
27
- />
28
- <CopyButton
29
- {...props}
30
- from="textinput"
31
- marginBottom="sm"
32
- text="Copy Text Input"
33
- tooltipPlacement="right"
34
- tooltipText="Text input copied!"
35
- />
36
-
37
- <Textarea
38
- {...props}
39
- placeholder="Copy and paste here"
40
- />
41
- </div>
42
- )
43
- }
44
-
45
- export default CopyButtonFrom
@@ -1 +0,0 @@
1
- Provide an element's ID as the `from` parameter, and its text will be copied. If the element is an input, its `value` will be copied; otherwise, the `innerText` will be used. Additionally, if a `value` prop is provided, it will override the content from the `from` element and be copied instead.
@@ -1,8 +0,0 @@
1
- examples:
2
- rails:
3
- - copy_button_default: Default
4
- - copy_button_from: Copy From
5
-
6
- react:
7
- - copy_button_default: Default
8
- - copy_button_from: Copy From
@@ -1,2 +0,0 @@
1
- export { default as CopyButtonDefault } from './_copy_button_default.jsx'
2
- export { default as CopyButtonFrom } from './_copy_button_from.jsx'