@digigov/cli-lab 1.3.1 → 2.0.0-rc
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.
|
@@ -271,7 +271,7 @@ const components = {
|
|
|
271
271
|
},
|
|
272
272
|
"ButtonGroup": {
|
|
273
273
|
element: 'div',
|
|
274
|
-
classes: ['govgr-
|
|
274
|
+
classes: ['govgr-btn-group'],
|
|
275
275
|
props: {
|
|
276
276
|
}
|
|
277
277
|
},
|
|
@@ -551,39 +551,18 @@ const components = {
|
|
|
551
551
|
|
|
552
552
|
}
|
|
553
553
|
},
|
|
554
|
-
"Nav": {
|
|
555
|
-
element: 'nav',
|
|
556
|
-
classes: ['govgr-horizontal-nav'],
|
|
557
|
-
props: {
|
|
558
|
-
active: {
|
|
559
|
-
type: 'boolean',
|
|
560
|
-
values: {
|
|
561
|
-
true: 'govgr-horizontal-nav--active'
|
|
562
|
-
}
|
|
563
|
-
}
|
|
564
|
-
}
|
|
565
|
-
},
|
|
566
554
|
"NavList": {
|
|
567
555
|
element: 'div',
|
|
568
|
-
classes: ['govgr-
|
|
556
|
+
classes: ['govgr-nav__list'],
|
|
569
557
|
props: {
|
|
570
558
|
|
|
571
559
|
}
|
|
572
560
|
},
|
|
573
561
|
"NavListItem": {
|
|
574
562
|
element: 'a',
|
|
575
|
-
classes: ['govgr-
|
|
563
|
+
classes: ['govgr-nav__list-item-link'],
|
|
576
564
|
props: {
|
|
577
|
-
|
|
578
|
-
type: 'boolean',
|
|
579
|
-
values: {
|
|
580
|
-
true: 'govgr-horizontal-nav__item-active',
|
|
581
|
-
}
|
|
582
|
-
},
|
|
583
|
-
href: {
|
|
584
|
-
default: '/',
|
|
585
|
-
pass:true
|
|
586
|
-
}
|
|
565
|
+
|
|
587
566
|
}
|
|
588
567
|
},
|
|
589
568
|
"BurgerIcon": {
|