Skip to content

Commit 027d531

Browse files
update for Material Icons
1 parent d46dbe6 commit 027d531

File tree

3 files changed

+253
-249
lines changed

3 files changed

+253
-249
lines changed

src/classnames.scss

100644100755
Lines changed: 94 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -5,173 +5,173 @@ $classnames: (
55
/////////////////////////////////////////////////////////
66
/// Components
77
'alert': (
8-
'name': 'alert',
8+
'name' : 'alert',
99
'active': 'active'
1010
),
1111
'badge': (
1212
'name': 'badge'
1313
),
1414
'billboard': (
15-
'name': 'billboard',
15+
'name' : 'billboard',
1616
'media': 'media',
17-
'body': 'body',
17+
'body' : 'body',
1818
'cover': 'cover',
1919
),
2020
'breadcrumb': (
21-
'name': 'breadcrumb',
22-
'item': 'item',
21+
'name' : 'breadcrumb',
22+
'item' : 'item',
2323
'active': 'active'
2424
),
2525
'card': (
26-
'name': 'card',
27-
'cards': 'cards',
28-
'body': 'body',
29-
'title': 'title',
30-
'subtitle': 'subtitle',
26+
'name' : 'card',
27+
'cards' : 'cards',
28+
'body' : 'body',
29+
'title' : 'title',
30+
'subtitle' : 'subtitle',
3131
'description': 'description',
32-
'media': 'media',
33-
'horizontal': 'horizontal',
34-
'actions': 'actions',
32+
'media' : 'media',
33+
'horizontal' : 'horizontal',
34+
'actions' : 'actions',
3535
),
3636
'list': (
37-
'name': 'list',
38-
'item': 'item',
39-
'body': 'body',
40-
'title': 'title',
41-
'active': 'active',
37+
'name' : 'list',
38+
'item' : 'item',
39+
'body' : 'body',
40+
'title' : 'title',
41+
'active' : 'active',
4242
'subtitle': 'subtitle',
43-
'divided': 'divided',
44-
'actions': 'actions',
45-
'hovered': 'hovered',
46-
'striped': 'striped'
43+
'divided' : 'divided',
44+
'actions' : 'actions',
45+
'hovered' : 'hovered',
46+
'striped' : 'striped'
4747
),
4848
'menu': (
49-
'name': 'menu',
50-
'small': 'small',
51-
'title': 'title',
52-
'item': 'item',
53-
'active': 'active',
54-
'badge': 'badge',
49+
'name' : 'menu',
50+
'small' : 'small',
51+
'title' : 'title',
52+
'item' : 'item',
53+
'active' : 'active',
54+
'badge' : 'badge',
5555
'divided': 'divided'
5656
),
5757
'navbar': (
58-
'name': 'navbar',
58+
'name' : 'navbar',
5959
'section': 'section',
60-
'fixed': 'fixed',
61-
'brand': 'brand',
62-
'links': 'links',
63-
'burger': 'burger',
60+
'fixed' : 'fixed',
61+
'brand' : 'brand',
62+
'links' : 'links',
63+
'burger' : 'burger',
6464
'divided': 'divided',
65-
'spacer': 'navbar-spacer',
65+
'spacer' : 'navbar-spacer',
6666
),
6767
'panel': (
68-
'name': 'panel',
69-
'header': 'header',
70-
'title': 'title',
68+
'name' : 'panel',
69+
'header' : 'header',
70+
'title' : 'title',
7171
'headline': 'headline',
72-
'bottom': 'bottom',
73-
'content': 'content',
74-
'media': 'media',
75-
'actions': 'actions',
72+
'bottom' : 'bottom',
73+
'content' : 'content',
74+
'media' : 'media',
75+
'actions' : 'actions',
7676
),
7777
'process': (
78-
'name': 'process',
79-
'item': 'item',
80-
'active': 'active',
78+
'name' : 'process',
79+
'item' : 'item',
80+
'active' : 'active',
8181
'vertical': 'vertical',
8282
'reversed': 'reversed',
8383
),
8484
'progress': (
8585
'name': 'progress'
8686
),
8787
'stats': (
88-
'name': 'stats',
89-
'title': 'title',
88+
'name' : 'stats',
89+
'title' : 'title',
9090
'subtitle': 'subtitle',
91-
'value': 'value'
91+
'value' : 'value'
9292
),
9393
'tabnav': (
94-
'name': 'tab',
95-
'active': 'active',
94+
'name' : 'tab',
95+
'active' : 'active',
9696
'centered': 'centered',
97-
'bottom': 'bottom'
97+
'bottom' : 'bottom'
9898
),
9999
'timeline': (
100-
'name': 'timeline',
101-
'item': 'activity',
102-
'author': 'author',
103-
'body': 'body',
104-
'type': 'type',
105-
'date': 'date',
106-
'media': 'media',
100+
'name' : 'timeline',
101+
'item' : 'activity',
102+
'author' : 'author',
103+
'body' : 'body',
104+
'type' : 'type',
105+
'date' : 'date',
106+
'media' : 'media',
107107
'actions': 'actions',
108108
),
109109
'tooltip': (
110-
'name': 'tooltip',
111-
'text': 'text',
110+
'name' : 'tooltip',
111+
'text' : 'text',
112112
'right': 'right',
113-
'left': 'left',
114-
'top': 'top',
113+
'left' : 'left',
114+
'top' : 'top',
115115
),
116116
/////////////////////////////////////////////////////////
117117
/// Elements
118118
'button': (
119-
'name': 'button',
120-
'group': 'buttons',
121-
'link': 'link',
122-
'outlined': 'outlined',
123-
'secondary': 'secondary',
124-
'active': 'active',
125-
'inactive': 'inactive',
126-
'block': 'block',
127-
'vertical': 'vertical',
119+
'name' : 'button',
120+
'group' : 'buttons',
121+
'link' : 'link',
122+
'outlined' : 'outlined',
123+
'secondary' : 'secondary',
124+
'active' : 'active',
125+
'inactive' : 'inactive',
126+
'block' : 'block',
127+
'vertical' : 'vertical',
128128
// dropdown
129-
'dropdown': 'dropdown',
130-
'dropdown-right': 'right',
131-
'dropdown-left': 'left',
132-
'dropdown-top': 'top',
133-
'dropdown-bottom': 'bottom',
134-
'dropdown-toggle': 'toggle',
129+
'dropdown' : 'dropdown',
130+
'dropdown-right' : 'right',
131+
'dropdown-left' : 'left',
132+
'dropdown-top' : 'top',
133+
'dropdown-bottom' : 'bottom',
134+
'dropdown-toggle' : 'toggle',
135135
'dropdown-clickable': 'clickable'
136136
),
137137
'caption': (
138-
'name': 'caption',
138+
'name' : 'caption',
139139
'centered': 'centered',
140-
'divided': 'divided'
140+
'divided' : 'divided'
141141
),
142142
'form': (
143-
'name': 'form',
144-
'items': 'items',
145-
'item': 'item',
143+
'name' : 'form',
144+
'items' : 'items',
145+
'item' : 'item',
146146
'checkbox': 'checkbox',
147-
'radio': 'radio',
148-
'group': 'group',
147+
'radio' : 'radio',
148+
'group' : 'group',
149149
),
150150
'icon': (
151-
'class-name': 'material-icons'
151+
'class-name': 'material-symbols-outlined'
152152
),
153153
'label': (
154154
'name': 'label'
155155
),
156156
'table': (
157-
'name': 'table',
157+
'name' : 'table',
158158
'striped': 'striped',
159159
'hovered': 'hovered',
160-
'active': 'active'
160+
'active' : 'active'
161161
),
162162
'typography': (),
163163
/////////////////////////////////////////////////////////
164164
/// Layout
165165
'grid': (
166-
'row': 'row',
167-
'container': 'container',
168-
'column': 'col',
169-
'offset': 'offset',
170-
'equal': 'equal',
166+
'row' : 'row',
167+
'container' : 'container',
168+
'column' : 'col',
169+
'offset' : 'offset',
170+
'equal' : 'equal',
171171
'extra-small': 'xs',
172-
'small': 'sm',
173-
'medium': 'md',
174-
'large': 'lg',
172+
'small' : 'sm',
173+
'medium' : 'md',
174+
'large' : 'lg',
175175
'extra-large': 'xl',
176176
),
177177
)

0 commit comments

Comments
 (0)