playbook_ui_docs 14.13.0.pre.alpha.play1834depupdatesass6024 → 14.13.0.pre.alpha.play1851checkboxreacthook6083
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_checkbox/docs/_checkbox_react_hook.jsx +69 -0
- data/app/pb_kits/playbook/pb_checkbox/docs/_checkbox_react_hook.md +1 -0
- data/app/pb_kits/playbook/pb_checkbox/docs/example.yml +2 -1
- data/app/pb_kits/playbook/pb_checkbox/docs/index.js +1 -0
- 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 +11 -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.play1851checkboxreacthook6083
|
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
|
@@ -354,6 +354,8 @@ files:
|
|
354
354
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate_swift.md
|
355
355
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_options.html.erb
|
356
356
|
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_props_swift.md
|
357
|
+
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_react_hook.jsx
|
358
|
+
- app/pb_kits/playbook/pb_checkbox/docs/_checkbox_react_hook.md
|
357
359
|
- app/pb_kits/playbook/pb_checkbox/docs/_description.md
|
358
360
|
- app/pb_kits/playbook/pb_checkbox/docs/example.yml
|
359
361
|
- app/pb_kits/playbook/pb_checkbox/docs/index.js
|
@@ -1032,6 +1034,7 @@ files:
|
|
1032
1034
|
- app/pb_kits/playbook/pb_icon/docs/example.yml
|
1033
1035
|
- app/pb_kits/playbook/pb_icon/docs/index.js
|
1034
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
|
1035
1038
|
- app/pb_kits/playbook/pb_icon_button/docs/example.yml
|
1036
1039
|
- app/pb_kits/playbook/pb_icon_circle/docs/_description.md
|
1037
1040
|
- app/pb_kits/playbook/pb_icon_circle/docs/_footer.md
|
@@ -1842,6 +1845,9 @@ files:
|
|
1842
1845
|
- app/pb_kits/playbook/pb_table/docs/_table_vertical_border.jsx
|
1843
1846
|
- app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.html.erb
|
1844
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
|
1845
1851
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.html.erb
|
1846
1852
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx
|
1847
1853
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_rails.md
|
@@ -1860,6 +1866,9 @@ files:
|
|
1860
1866
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md
|
1861
1867
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.html.erb
|
1862
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
|
1863
1872
|
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
|
1864
1873
|
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md
|
1865
1874
|
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb
|