playbook_ui_docs 14.11.1.pre.alpha.PBNTR719listdraggablesimple5432 → 14.11.1.pre.alpha.PBNTR768stickyrightcolumn5431

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.
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.11.1.pre.alpha.PBNTR719listdraggablesimple5432
4
+ version: 14.11.1.pre.alpha.PBNTR768stickyrightcolumn5431
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -682,7 +682,6 @@ files:
682
682
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list.jsx
683
683
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list.md
684
684
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list_rails.html.erb
685
- - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list_rails.md
686
685
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list.jsx
687
686
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list.md
688
687
  - app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list_rails.html.erb
@@ -1774,13 +1773,17 @@ files:
1774
1773
  - app/pb_kits/playbook/pb_table/docs/_table_sticky.html.erb
1775
1774
  - app/pb_kits/playbook/pb_table/docs/_table_sticky.jsx
1776
1775
  - app/pb_kits/playbook/pb_table/docs/_table_sticky.md
1776
+ - app/pb_kits/playbook/pb_table/docs/_table_sticky_columns.html.erb
1777
1777
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_columns.jsx
1778
+ - app/pb_kits/playbook/pb_table/docs/_table_sticky_columns_rails.md
1778
1779
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_columns_react.md
1779
1780
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.html.erb
1780
1781
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.jsx
1781
1782
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_rails.md
1782
1783
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_react.md
1784
+ - app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns.html.erb
1783
1785
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns.jsx
1786
+ - app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns_rails.md
1784
1787
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns_react.md
1785
1788
  - app/pb_kits/playbook/pb_table/docs/_table_striped.html.erb
1786
1789
  - app/pb_kits/playbook/pb_table/docs/_table_striped.jsx
@@ -1,5 +0,0 @@
1
- For a simplified version of the Draggable API for the List kit, you can do the following:
2
-
3
- The List kit is optimized to work with the draggable kit. To enable drag, use the `enable_drag` prop on List kit with an array of the included items AND `drag_id` prop on ListItems. You will also need to include the `items` prop containing your array of listed items for the Draggable API.
4
-
5
- An additional optional boolean prop (set to true by default) of `drag_handle` is also available on ListItem kit to show the drag handle icon.