@symbo.ls/preview 0.0.14 → 0.0.15
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.
package/package.json
CHANGED
|
@@ -13,19 +13,20 @@ import { PageExtend,
|
|
|
13
13
|
|
|
14
14
|
const NAV = [{
|
|
15
15
|
props: {
|
|
16
|
-
icon: '
|
|
17
|
-
href: '/
|
|
16
|
+
icon: 'color outline colored',
|
|
17
|
+
href: '/colors'
|
|
18
18
|
}
|
|
19
19
|
}, {
|
|
20
20
|
props: {
|
|
21
|
-
icon: '
|
|
22
|
-
href: '/
|
|
21
|
+
icon: 'typography outline',
|
|
22
|
+
href: '/typography',
|
|
23
|
+
opacity: '.7'
|
|
23
24
|
}
|
|
24
25
|
}, {
|
|
25
26
|
props: {
|
|
26
27
|
icon: 'space outline',
|
|
27
28
|
href: '/space',
|
|
28
|
-
opacity: '.
|
|
29
|
+
opacity: '.7'
|
|
29
30
|
}
|
|
30
31
|
}, {
|
|
31
32
|
props: {
|
|
@@ -49,7 +50,7 @@ const NAV = [{
|
|
|
49
50
|
props: {
|
|
50
51
|
icon: 'device mobile half fill',
|
|
51
52
|
href: '/responsive',
|
|
52
|
-
opacity: '.
|
|
53
|
+
opacity: '.7'
|
|
53
54
|
}
|
|
54
55
|
}, {
|
|
55
56
|
props: {
|