playbook_ui_docs 14.12.0.pre.rc.6 → 14.12.0.pre.rc.8
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.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_default_date.md +1 -1
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list_rails.html.erb +3 -9
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list_rails.md +5 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_sticky_columns.html.erb +74 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_sticky_columns_rails.md +3 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_rails.md +2 -2
- data/app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns.html.erb +74 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns_rails.md +3 -0
- data/app/pb_kits/playbook/pb_table/docs/example.yml +2 -0
- data/dist/playbook-doc.js +1 -1
- metadata +7 -2
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.12.0.pre.rc.
|
4
|
+
version: 14.12.0.pre.rc.8
|
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-01-
|
12
|
+
date: 2025-01-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -682,6 +682,7 @@ 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
|
685
686
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list.jsx
|
686
687
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list.md
|
687
688
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list_rails.html.erb
|
@@ -1773,13 +1774,17 @@ files:
|
|
1773
1774
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.html.erb
|
1774
1775
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.jsx
|
1775
1776
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.md
|
1777
|
+
- app/pb_kits/playbook/pb_table/docs/_table_sticky_columns.html.erb
|
1776
1778
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_columns.jsx
|
1779
|
+
- app/pb_kits/playbook/pb_table/docs/_table_sticky_columns_rails.md
|
1777
1780
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_columns_react.md
|
1778
1781
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.html.erb
|
1779
1782
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.jsx
|
1780
1783
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_rails.md
|
1781
1784
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_react.md
|
1785
|
+
- app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns.html.erb
|
1782
1786
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns.jsx
|
1787
|
+
- app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns_rails.md
|
1783
1788
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns_react.md
|
1784
1789
|
- app/pb_kits/playbook/pb_table/docs/_table_striped.html.erb
|
1785
1790
|
- app/pb_kits/playbook/pb_table/docs/_table_striped.jsx
|