playbook_ui_docs 12.30.0.pre.alpha.PLAY906multilevelselectedidsprop902 → 12.30.1.pre.alpha.PLAY802responsivetitlekit909
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_title/docs/_title_responsive.html.erb +1 -0
- data/app/pb_kits/playbook/pb_title/docs/_title_responsive.jsx +16 -0
- data/app/pb_kits/playbook/pb_title/docs/_title_responsive.md +1 -0
- data/app/pb_kits/playbook/pb_title/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_title/docs/index.js +1 -0
- data/dist/playbook-doc.js +3 -3
- metadata +4 -1
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: 12.30.
|
4
|
+
version: 12.30.1.pre.alpha.PLAY802responsivetitlekit909
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -1348,6 +1348,9 @@ files:
|
|
1348
1348
|
- app/pb_kits/playbook/pb_title/docs/_title_light_weight.html.erb
|
1349
1349
|
- app/pb_kits/playbook/pb_title/docs/_title_light_weight.jsx
|
1350
1350
|
- app/pb_kits/playbook/pb_title/docs/_title_light_weight.md
|
1351
|
+
- app/pb_kits/playbook/pb_title/docs/_title_responsive.html.erb
|
1352
|
+
- app/pb_kits/playbook/pb_title/docs/_title_responsive.jsx
|
1353
|
+
- app/pb_kits/playbook/pb_title/docs/_title_responsive.md
|
1351
1354
|
- app/pb_kits/playbook/pb_title/docs/example.yml
|
1352
1355
|
- app/pb_kits/playbook/pb_title/docs/index.js
|
1353
1356
|
- app/pb_kits/playbook/pb_title_count/docs/_description.md
|