playbook_ui_docs 14.12.0.pre.rc.7 → 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_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.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
|
@@ -1774,13 +1774,17 @@ files:
|
|
1774
1774
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.html.erb
|
1775
1775
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.jsx
|
1776
1776
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.md
|
1777
|
+
- app/pb_kits/playbook/pb_table/docs/_table_sticky_columns.html.erb
|
1777
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
|
1778
1780
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_columns_react.md
|
1779
1781
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.html.erb
|
1780
1782
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.jsx
|
1781
1783
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_rails.md
|
1782
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
|
1783
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
|
1784
1788
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns_react.md
|
1785
1789
|
- app/pb_kits/playbook/pb_table/docs/_table_striped.html.erb
|
1786
1790
|
- app/pb_kits/playbook/pb_table/docs/_table_striped.jsx
|