File tree Expand file tree Collapse file tree 5 files changed +9
-34
lines changed Expand file tree Collapse file tree 5 files changed +9
-34
lines changed Original file line number Diff line number Diff line change 77 ]
88 } ,
99
10- {
11- label : 'Styleguide' ,
12- path : 'styleguide' ,
13- children : [
14- //{ label: 'Colors', path: 'colors' },
15- { label : 'Iconography' , path : 'iconography' } ,
16- { label : 'Typography' , path : 'typography' } ,
17- ]
18- } ,
19-
2010 /*
2111 {
2212 label: 'Asset Stability',
3323 { label : 'Breadcrumbs' , path : 'breadcrumbs' } ,
3424 { label : 'Buttons' , path : 'buttons' } ,
3525 { label : 'Checkboxes' , path : 'checkboxes' } ,
26+ //{ label: 'Colors', path: 'colors' },
3627 { label : 'Grid' , path : 'grid' } ,
28+ { label : 'Icons' , path : 'icons' } ,
3729 {
3830 label : 'Layouts' ,
3931 path : 'layouts' ,
5446 { label : 'Tabs' , path : 'tabs' } ,
5547 { label : 'Text Inputs' , path : 'text-inputs' } ,
5648 { label : 'Tooltips' , path : 'tooltips' } ,
49+ { label : 'Typography' , path : 'typography' } ,
5750 ] ,
5851 } ,
5952
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11---
2- title: Iconography
2+ title: Icons
33also:
44 elements/hx-icon: < hx-icon >
55---
6- {% extends 'styleguide .njk' %}
6+ {% extends 'component .njk' %}
77{% block content %}
88 < section >
99 < h2 class ="hxSectionTitle " id ="demo "> Demo</ h2 >
Original file line number Diff line number Diff line change 11---
22title: Typography
33---
4- {% extends 'styleguide .njk' %}
4+ {% extends 'component .njk' %}
55{% block content %}
66 < section > <!-- Font -->
77 < h2 class ="hxSectionTitle " id ="font-weight "> Font Weight</ h2 >
Original file line number Diff line number Diff line change 11---
22title: < hx-icon >
33also:
4- styleguide/iconography: Iconography
4+ components/icons: Icons
55---
66{% extends 'element.njk' %}
77{% block content %}
2828 < dl >
2929 < dt > type</ dt >
3030 < dd >
31- Changes the displayed icon to one of the
32- < a href ="styleguide/iconography /#available-icons "> available icons</ a >
31+ Changes the displayed icon to one of the
32+ < a href ="components/icons /#available-icons "> available icons</ a >
3333 </ dd >
3434 </ dl >
3535{% endblock %}
You can’t perform that action at this time.
0 commit comments