playbook_ui_docs 14.11.1.pre.alpha.PBNTR718simiplifieddraggablereact5415 → 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.
- 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_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 +6 -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.11.1.pre.alpha.
|
4
|
+
version: 14.11.1.pre.alpha.PBNTR768stickyrightcolumn5431
|
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-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -1773,13 +1773,17 @@ files:
|
|
1773
1773
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.html.erb
|
1774
1774
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.jsx
|
1775
1775
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.md
|
1776
|
+
- app/pb_kits/playbook/pb_table/docs/_table_sticky_columns.html.erb
|
1776
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
|
1777
1779
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_columns_react.md
|
1778
1780
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.html.erb
|
1779
1781
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.jsx
|
1780
1782
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_rails.md
|
1781
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
|
1782
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
|
1783
1787
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns_react.md
|
1784
1788
|
- app/pb_kits/playbook/pb_table/docs/_table_striped.html.erb
|
1785
1789
|
- app/pb_kits/playbook/pb_table/docs/_table_striped.jsx
|