playbook_ui_docs 14.11.1.pre.alpha.PLAY1751pbcontenttagpt25529 → 14.11.1.pre.alpha.pbntr703collapsiblerowsrails5536
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_with_collapsible.html.erb +47 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_rails.md +2 -0
- data/app/pb_kits/playbook/pb_table/docs/example.yml +1 -0
- data/dist/playbook-doc.js +1 -1
- metadata +4 -2
- /data/app/pb_kits/playbook/pb_table/docs/{_table_with_collapsible.md → _table_with_collapsible_react.md} +0 -0
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.pbntr703collapsiblerowsrails5536
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -1802,8 +1802,10 @@ files:
|
|
1802
1802
|
- app/pb_kits/playbook/pb_table/docs/_table_vertical_border.jsx
|
1803
1803
|
- app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.html.erb
|
1804
1804
|
- app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.jsx
|
1805
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.html.erb
|
1805
1806
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx
|
1806
|
-
- app/pb_kits/playbook/pb_table/docs/
|
1807
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_rails.md
|
1808
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_react.md
|
1807
1809
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx
|
1808
1810
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md
|
1809
1811
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx
|
File without changes
|