Skip to content

Commit cc46d7b

Browse files
cmotelettkurki
authored andcommitted
chore(package): update to latest package version ([email protected], [email protected], and all sub modules) (#70)
* upgrade dependencies * removed unsused files * adjust webpack build options * generate source-map in the production build
1 parent 7b4e61a commit cc46d7b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+7858
-10977
lines changed

dist/css/bootstrap.min.css

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/font-awesome.css

Lines changed: 0 additions & 2026 deletions
This file was deleted.

dist/css/settingslist.css

Lines changed: 30 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,51 @@
11
div.widget svg {
2-
position: relative;
3-
width: 100%;
4-
height: 60px;
2+
position: relative;
3+
width: 100%;
4+
height: 60px;
55
}
6-
76
.items {
8-
display: flex;
9-
flex-wrap: wrap;
7+
display: flex;
8+
flex-wrap: wrap;
109
}
1110
.items .item {
12-
flex: 1 0 200px;
13-
box-sizing: border-box;
14-
background: #e0ddd5;
15-
color: #171e42;
16-
padding: 10px;
17-
margin-left: 10px;
18-
margin-top: 10px;
19-
}
20-
div.react-grid-item .clickIconWidget {
21-
left: 5px;
22-
top: 5px;
23-
position: absolute;
24-
}
25-
div.widget .clickIconWidget {
26-
left: 5px;
27-
top: -15px;
28-
position: relative;
11+
flex: 1 0 200px;
12+
box-sizing: border-box;
13+
background: #e0ddd5;
14+
color: #171e42;
15+
padding: 10px;
16+
margin-left: 10px;
17+
margin-top: 10px;
2918
}
3019
@media (min-width: 620px) {
31-
.items .item {
32-
max-width: calc(50% - 10px);
33-
}
20+
.items .item {
21+
max-width: calc(50% - 10px);
22+
}
3423
}
3524
@media (min-width: 830px) {
36-
.items .item {
37-
max-width: calc(33.33333% - 10px);
38-
}
25+
.items .item {
26+
max-width: calc(33.33333% - 10px);
27+
}
3928
}
4029
@media (min-width: 1040px) {
41-
.items .item {
42-
max-width: calc(25% - 10px);
43-
}
30+
.items .item {
31+
max-width: calc(25% - 10px);
32+
}
4433
}
4534
@media (min-width: 1250px) {
46-
.items .item {
47-
max-width: calc(20% - 10px);
48-
}
35+
.items .item {
36+
max-width: calc(20% - 10px);
37+
}
4938
}
5039
@media (min-width: 1460px) {
51-
.items .item {
52-
max-width: calc(16.66667% - 10px);
53-
}
40+
.items .item {
41+
max-width: calc(16.66667% - 10px);
42+
}
5443
}
5544
@media (min-width: 1670px) {
56-
.items .item {
57-
max-width: calc(14.28571% - 10px);
58-
}
45+
.items .item {
46+
max-width: calc(14.28571% - 10px);
47+
}
5948
}
60-
6149
.widget {
6250
max-width: 100%;
6351
max-height: 60;

dist/fonts/FontAwesome.otf

-104 KB
Binary file not shown.

dist/fonts/fontawesome-webfont.eot

-67.3 KB
Binary file not shown.

dist/fonts/fontawesome-webfont.svg

Lines changed: 0 additions & 640 deletions
This file was deleted.

dist/fonts/fontawesome-webfont.ttf

-135 KB
Binary file not shown.

dist/fonts/fontawesome-webfont.woff

-79.4 KB
Binary file not shown.

dist/fonts/fontawesome-webfont.woff2

-63 KB
Binary file not shown.

index.html

100644100755
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<meta name="viewport" content="initial-scale=1">
66
<title>SignalK Instrumentpanel</title>
77
<link href="./dist/css/bootstrap.min.css" rel="stylesheet">
8-
<link href="./dist/css/font-awesome.css" rel="stylesheet">
98
<link href="./dist/css/settingslist.css" rel="stylesheet">
109

1110
<style>
@@ -83,7 +82,7 @@
8382
<div id="content"></div>
8483
<footer style="text-align:center">
8584
<hr/>
86-
<p><a href="https://github.com/SignalK/instrumentpanel">Signal K Instrument Panel</a></p>
85+
<p><a href="https://github.com/SignalK/instrumentpanel">Signal K Instrument Panel</a> version <span id="version">?.?.?</span></p>
8786
</footer>
8887
</body>
8988

0 commit comments

Comments
 (0)