playbook_ui_docs 12.37.0.pre.alpha.PLAY951collapsiblenav31073 → 12.37.0.pre.alpha.PLAY951collapsiblenav31074

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b824331ed5a370e96bb561a06cc20c36f2004c420fdeca6ede89d6ee4dda65e
4
- data.tar.gz: 722ced6545e16a2b487aa0fc033e6ac3208cef3227dcc6a64457f18427e3f30e
3
+ metadata.gz: 287f00fca3d533e3ace90c7ec7dc7c1ed089f751142036578447c113107c9ded
4
+ data.tar.gz: f658c64c443b329fbded017b4b09b671c97f871ff8665f3f1d170c45df7b213d
5
5
  SHA512:
6
- metadata.gz: 54eeb7ed889f36d359c095005222c2bc2e3e02cff923fe7abf6cdb9959004b3a90d58dcb414dc68d1b730149e1449b155c1545f815b17c0701f89ed34ab9f18e
7
- data.tar.gz: f55084413df2c32b511ca7ae4a56c7513e8b951bb4077efc297cba34b256f7f270e774176bc70c822b7002b933a7fe827b58062b03f6d60131b416507e121bbb
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="bold"
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
- // fontWeight="bold"
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
- // fontWeight="bold"
63
+ fontWeight="bolder"
64
64
  iconLeft="city"
65
65
  iconRight={["plus", "minus"]}
66
66
  link="#"
@@ -26,7 +26,7 @@ const CollapsibleNavCustom = (props) => {
26
26
  collapsed={collapsed}
27
27
  collapsible
28
28
  collapsibleTrail
29
- fontWeight="bold"
29
+ fontWeight="bolder"
30
30
  iconLeft="chevron-down"
31
31
  id={`collapsible-nav-item-${index + 1}`}
32
32
  key={index}
@@ -1,19 +1,19 @@
1
1
  <%= pb_rails("nav", props: { variant: "subtle" }) do %>
2
- <%= pb_rails("nav/item", props: { text: "Overview", link: "#", font_weight:"bold", font_size:"small", collapsible: true, icon_left:"city" }) do %>
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:"bold", font_size:"small", collapsible: true, icon_left: "theater-masks" }) do %>
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:"bold", font_size:"small", collapsible: true, icon_left: "city" }) do %>
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="bold"
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="bold"
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="bold"
66
+ fontWeight="bolder"
67
67
  iconLeft="city"
68
68
  iconRight={["plus", "minus"]}
69
69
  link="#"