playbook_ui_docs 14.13.0.pre.alpha.PBNTR5596029 → 14.13.0.pre.alpha.PBNTR5596084
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_draggable/docs/_draggable_with_table.html.erb +2 -2
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table.md +4 -1
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table_react.jsx +1 -0
- data/app/pb_kits/playbook/pb_draggable/docs/example.yml +1 -1
- data/app/pb_kits/playbook/pb_icon_button/docs/_icon_button_default.html.erb +1 -2
- data/app/pb_kits/playbook/pb_icon_button/docs/_icon_button_sizes.html.erb +27 -0
- data/app/pb_kits/playbook/pb_icon_button/docs/example.yml +1 -3
- data/app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.html.erb +47 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.jsx +88 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.md +1 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.html.erb +96 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.jsx +101 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.md +1 -0
- data/app/pb_kits/playbook/pb_table/docs/example.yml +4 -0
- data/app/pb_kits/playbook/pb_table/docs/index.js +3 -1
- data/dist/playbook-doc.js +1 -1
- metadata +9 -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.13.0.pre.alpha.
|
4
|
+
version: 14.13.0.pre.alpha.PBNTR5596084
|
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-
|
12
|
+
date: 2025-02-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -1034,6 +1034,7 @@ files:
|
|
1034
1034
|
- app/pb_kits/playbook/pb_icon/docs/example.yml
|
1035
1035
|
- app/pb_kits/playbook/pb_icon/docs/index.js
|
1036
1036
|
- app/pb_kits/playbook/pb_icon_button/docs/_icon_button_default.html.erb
|
1037
|
+
- app/pb_kits/playbook/pb_icon_button/docs/_icon_button_sizes.html.erb
|
1037
1038
|
- app/pb_kits/playbook/pb_icon_button/docs/example.yml
|
1038
1039
|
- app/pb_kits/playbook/pb_icon_circle/docs/_description.md
|
1039
1040
|
- app/pb_kits/playbook/pb_icon_circle/docs/_footer.md
|
@@ -1844,6 +1845,9 @@ files:
|
|
1844
1845
|
- app/pb_kits/playbook/pb_table/docs/_table_vertical_border.jsx
|
1845
1846
|
- app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.html.erb
|
1846
1847
|
- app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.jsx
|
1848
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.html.erb
|
1849
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.jsx
|
1850
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.md
|
1847
1851
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.html.erb
|
1848
1852
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx
|
1849
1853
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_rails.md
|
@@ -1862,6 +1866,9 @@ files:
|
|
1862
1866
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md
|
1863
1867
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.html.erb
|
1864
1868
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md
|
1869
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.html.erb
|
1870
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.jsx
|
1871
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.md
|
1865
1872
|
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
|
1866
1873
|
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md
|
1867
1874
|
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb
|