playbook_ui_docs 14.14.0.pre.rc.0 → 14.14.0.pre.rc.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- 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/example.yml +2 -0
- data/app/pb_kits/playbook/pb_table/docs/index.js +2 -1
- 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.14.0.pre.rc.
|
4
|
+
version: 14.14.0.pre.rc.1
|
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-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -1032,6 +1032,7 @@ files:
|
|
1032
1032
|
- app/pb_kits/playbook/pb_icon/docs/example.yml
|
1033
1033
|
- app/pb_kits/playbook/pb_icon/docs/index.js
|
1034
1034
|
- app/pb_kits/playbook/pb_icon_button/docs/_icon_button_default.html.erb
|
1035
|
+
- app/pb_kits/playbook/pb_icon_button/docs/_icon_button_sizes.html.erb
|
1035
1036
|
- app/pb_kits/playbook/pb_icon_button/docs/example.yml
|
1036
1037
|
- app/pb_kits/playbook/pb_icon_circle/docs/_description.md
|
1037
1038
|
- app/pb_kits/playbook/pb_icon_circle/docs/_footer.md
|
@@ -1842,6 +1843,9 @@ files:
|
|
1842
1843
|
- app/pb_kits/playbook/pb_table/docs/_table_vertical_border.jsx
|
1843
1844
|
- app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.html.erb
|
1844
1845
|
- app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.jsx
|
1846
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.html.erb
|
1847
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.jsx
|
1848
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_clickable_rows.md
|
1845
1849
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.html.erb
|
1846
1850
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx
|
1847
1851
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_rails.md
|