playbook_ui_docs 12.39.0.pre.alpha.PLAY966collapsiblenav41115 → 12.39.0.pre.alpha.salesbookmismatchingdate1117

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e7ffba77eefbd74f12d5c7d51764bc19b58a02397569ebdb08fca68d28e03bf1
4
- data.tar.gz: d85d18236c0f75fa69c16a1d1c64b122cd1750d489337cdd67f1999c00e96ddc
3
+ metadata.gz: c47368e461f9d4a1e0f3ee542a94f7188326906d7d21d8346043581cce557c73
4
+ data.tar.gz: 2e002978b9e4e051ab19f7154d22160080f109b4f656ff01905aef5432773e12
5
5
  SHA512:
6
- metadata.gz: 4ecbc5042b55acf8ab4b98e84ce5473f3f969803e0dd0f69e53291099187b3cda3cdefc45984fb8bb46c97de35e37c59e8790c712dde5ded2a2b43cb8bd59180
7
- data.tar.gz: b1ffb406c5986a737fce2db8b3de7a84b163417372f4208a6fb416450aeb438fe8e1bd58c6b0a55a8f4241276e0228b3467124b532a8081005b6d4c9dc0fcfad
6
+ metadata.gz: 0bf58e14966ea87d49b001fa557dbcd5a7d5a4ae38e1da4ddcb49a39772b0eacc46cee492547f3a0d26e90eb68174b151dd3c3dd2cd1f8a0fce2906cabbe9725
7
+ data.tar.gz: 869fc6cba2f61521205fa2a65a6af4979edda705029bccd94ca420ef7444cdab9b1dd5a325a60611e1bde47793cd583ddc95784ce15285e6cdff724b2a4d9792
@@ -3,7 +3,7 @@ import { Nav, NavItem } from '../..'
3
3
 
4
4
  const CollapsibleNav = (props) => {
5
5
  return (
6
- <Nav variant="bold">
6
+ <Nav>
7
7
  <NavItem
8
8
  active
9
9
  collapsible
@@ -18,7 +18,7 @@ const CollapsibleNavCustom = (props) => {
18
18
 
19
19
  return (
20
20
  <>
21
- <Nav variant='subtle'>
21
+ <Nav variant='bold'>
22
22
  {navItems.map((text, index) => {
23
23
  const [collapsed] = collapsibles[index]
24
24
  return (
@@ -7,8 +7,8 @@ examples:
7
7
  - borderless_nav: No Borders
8
8
  - subtle_nav: Subtle Variant
9
9
  - subtle_with_icons_nav: Subtle With Icons
10
- - collapsible_nav: Collapsible Nav
11
- - collapsible_nav_emphasize: Collapsible Nav with Emphasize Styling
10
+ # - collapsible_nav: Collapsible Nav
11
+ # - collapsible_nav_emphasize: Collapsible Nav with Emphasize Styling
12
12
  - subtle_no_highlight_nav: Subtle No Highlight
13
13
  - bold_vertical_nav: Bold Variant
14
14
  - horizontal_nav: Horizontal Nav
@@ -26,9 +26,9 @@ examples:
26
26
  - borderless_nav: No Borders
27
27
  - subtle_nav: Subtle Variant
28
28
  - subtle_with_icons_nav: Subtle With Icons
29
- - collapsible_nav: Collapsible Nav
30
- - collapsible_nav_emphasize: Collapsible Nav with Emphasize Styling
31
- - collapsible_nav_custom: Collapsible Nav With Custom Toggling
29
+ # - collapsible_nav: Collapsible Nav
30
+ # - collapsible_nav_emphasize: Collapsible Nav with Emphasize Styling
31
+ # - collapsible_nav_custom: Collapsible Nav With Custom Toggling
32
32
  - subtle_no_highlight_nav: Subtle No Highlight
33
33
  - bold_vertical_nav: Bold Variant
34
34
  - horizontal_nav: Horizontal Nav