playbook_ui_docs 12.37.0.pre.alpha.PLAY951collapsiblenav31073 → 12.37.0.pre.alpha.PLAY951collapsiblenav31074
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_nav/docs/_collapsible_nav.jsx +3 -3
- data/app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_custom.jsx +1 -1
- data/app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_emphasize.html.erb +3 -3
- data/app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_emphasize.jsx +3 -3
- data/dist/playbook-doc.js +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 287f00fca3d533e3ace90c7ec7dc7c1ed089f751142036578447c113107c9ded
|
4
|
+
data.tar.gz: f658c64c443b329fbded017b4b09b671c97f871ff8665f3f1d170c45df7b213d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e3209af4545b23bd8ae65ed35e4534fbc8fbf6f6524ca55a511fbf64288d831930f1b5508ef18a54e798cd2175911e16b8cd26ac19e48548837b8e0b351e52b
|
7
|
+
data.tar.gz: bcd398093141e35a16b0b0f37700a4b6e1ac620665af2dbe2dd5a16d9e77736c180ec71108238eb129e48c5ddb98782e364226da88ca6ff2a47fe39072749205
|
@@ -8,7 +8,7 @@ const CollapsibleNav = (props) => {
|
|
8
8
|
active
|
9
9
|
collapsible
|
10
10
|
collapsibleTrail
|
11
|
-
fontWeight="
|
11
|
+
fontWeight="bolder"
|
12
12
|
iconLeft="city"
|
13
13
|
iconRight={["plus", "minus"]}
|
14
14
|
link="#"
|
@@ -34,7 +34,7 @@ const CollapsibleNav = (props) => {
|
|
34
34
|
<NavItem
|
35
35
|
collapsible
|
36
36
|
collapsibleTrail
|
37
|
-
|
37
|
+
fontWeight="bolder"
|
38
38
|
iconLeft="theater-masks"
|
39
39
|
iconRight={["plus", "minus"]}
|
40
40
|
link="#"
|
@@ -60,7 +60,7 @@ const CollapsibleNav = (props) => {
|
|
60
60
|
<NavItem
|
61
61
|
collapsible
|
62
62
|
collapsibleTrail
|
63
|
-
|
63
|
+
fontWeight="bolder"
|
64
64
|
iconLeft="city"
|
65
65
|
iconRight={["plus", "minus"]}
|
66
66
|
link="#"
|
@@ -1,19 +1,19 @@
|
|
1
1
|
<%= pb_rails("nav", props: { variant: "subtle" }) do %>
|
2
|
-
<%= pb_rails("nav/item", props: { text: "Overview", link: "#", font_weight:"
|
2
|
+
<%= pb_rails("nav/item", props: { text: "Overview", link: "#", font_weight:"bolder", font_size:"small", collapsible: true, icon_left:"city", collapsible_trail: true }) do %>
|
3
3
|
<%= pb_rails("nav", props: { variant: "subtle" }) do %>
|
4
4
|
<%= pb_rails("nav/item", props: { text: "City", link: "#" }) %>
|
5
5
|
<%= pb_rails("nav/item", props: { text: "People", link: "#" }) %>
|
6
6
|
<%= pb_rails("nav/item", props: { text: "Business", link: "#" }) %>
|
7
7
|
<% end %>
|
8
8
|
<% end %>
|
9
|
-
<%= pb_rails("nav/item", props: { text: "Albums", link: "#", font_weight:"
|
9
|
+
<%= pb_rails("nav/item", props: { text: "Albums", link: "#", font_weight:"bolder", font_size:"small", collapsible: true, icon_left: "theater-masks", collapsible_trail:true }) do %>
|
10
10
|
<%= pb_rails("nav", props: { variant: "subtle" }) do %>
|
11
11
|
<%= pb_rails("nav/item", props: { text: "Entertainment", link: "#" }) %>
|
12
12
|
<%= pb_rails("nav/item", props: { text: "Food", link: "#" }) %>
|
13
13
|
<%= pb_rails("nav/item", props: { text: "Style", link: "#" }) %>
|
14
14
|
<% end %>
|
15
15
|
<% end %>
|
16
|
-
<%= pb_rails("nav/item", props: { text: "Similar Artists", link: "#", font_weight:"
|
16
|
+
<%= pb_rails("nav/item", props: { text: "Similar Artists", link: "#", font_weight:"bolder", font_size:"small", collapsible: true, icon_left: "city", collapsible_trail:true }) do %>
|
17
17
|
<%= pb_rails("nav", props: { variant: "subtle" }) do %>
|
18
18
|
<%= pb_rails("nav/item", props: { text: "City", link: "#" }) %>
|
19
19
|
<%= pb_rails("nav/item", props: { text: "People", link: "#" }) %>
|
@@ -9,7 +9,7 @@ const CollapsibleNavEmphasize = (props) => {
|
|
9
9
|
collapsible
|
10
10
|
collapsibleTrail
|
11
11
|
fontSize="small"
|
12
|
-
fontWeight="
|
12
|
+
fontWeight="bolder"
|
13
13
|
iconLeft="city"
|
14
14
|
iconRight={["plus", "minus"]}
|
15
15
|
link="#"
|
@@ -36,7 +36,7 @@ const CollapsibleNavEmphasize = (props) => {
|
|
36
36
|
collapsible
|
37
37
|
collapsibleTrail
|
38
38
|
fontSize="small"
|
39
|
-
fontWeight="
|
39
|
+
fontWeight="bolder"
|
40
40
|
iconLeft="theater-masks"
|
41
41
|
iconRight={["plus", "minus"]}
|
42
42
|
link="#"
|
@@ -63,7 +63,7 @@ const CollapsibleNavEmphasize = (props) => {
|
|
63
63
|
collapsible
|
64
64
|
collapsibleTrail
|
65
65
|
fontSize="small"
|
66
|
-
fontWeight="
|
66
|
+
fontWeight="bolder"
|
67
67
|
iconLeft="city"
|
68
68
|
iconRight={["plus", "minus"]}
|
69
69
|
link="#"
|