playbook_ui_docs 12.36.0.pre.alpha.PLAY942collapsiblenav21035 → 12.36.0.pre.alpha.svgiconmethods1043
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_collapsible/docs/_collapsible_icons.jsx +4 -15
- data/app/pb_kits/playbook/pb_collapsible/docs/example.yml +2 -2
- data/app/pb_kits/playbook/pb_icon/docs/_icon_animate.html.erb +1 -0
- data/app/pb_kits/playbook/pb_icon/docs/_icon_custom.html.erb +2 -0
- data/app/pb_kits/playbook/pb_icon/docs/_icon_svg.html.erb +4 -0
- data/app/pb_kits/playbook/pb_icon/docs/example.yml +10 -9
- data/app/pb_kits/playbook/pb_nav/docs/_collapsible_nav.jsx +79 -59
- data/app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_custom_icons.jsx +6 -4
- data/app/pb_kits/playbook/pb_nav/docs/example.yml +2 -2
- data/dist/playbook-doc.js +9 -9
- metadata +3 -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: 12.36.0.pre.alpha.
|
4
|
+
version: 12.36.0.pre.alpha.svgiconmethods1043
|
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: 2023-08-
|
12
|
+
date: 2023-08-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -687,6 +687,7 @@ files:
|
|
687
687
|
- app/pb_kits/playbook/pb_icon/docs/_icon_rotate.jsx
|
688
688
|
- app/pb_kits/playbook/pb_icon/docs/_icon_sizes.html.erb
|
689
689
|
- app/pb_kits/playbook/pb_icon/docs/_icon_sizes.jsx
|
690
|
+
- app/pb_kits/playbook/pb_icon/docs/_icon_svg.html.erb
|
690
691
|
- app/pb_kits/playbook/pb_icon/docs/example.yml
|
691
692
|
- app/pb_kits/playbook/pb_icon/docs/index.js
|
692
693
|
- app/pb_kits/playbook/pb_icon_circle/docs/_description.md
|