Skip to content

Commit 4b0dc4f

Browse files
Upgrade to ionic 2.3.0
1 parent 24f0a92 commit 4b0dc4f

File tree

4 files changed

+24361
-5042
lines changed

4 files changed

+24361
-5042
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"@angular/platform-browser": "2.4.8",
2323
"@angular/platform-browser-dynamic": "2.4.8",
2424
"@angular/platform-server": "2.4.8",
25-
"@ionic/storage": "2.0.0",
26-
"ionic-angular": "2.2.0",
27-
"ionic-native": "2.4.1",
25+
"@ionic/storage": "2.0.1",
26+
"ionic-angular": "2.3.0",
27+
"ionic-native": "2.9.0",
2828
"ionicons": "3.0.0",
2929
"rxjs": "5.0.1",
3030
"sw-toolbox": "3.4.0",
3131
"zone.js": "0.7.2"
3232
},
3333
"devDependencies": {
34-
"@ionic/app-scripts": "1.1.4",
34+
"@ionic/app-scripts": "1.2.0",
3535
"typescript": "2.0.9"
3636
},
3737
"cordovaPlugins": [

www/build/main.css

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14365,11 +14365,6 @@ ion-label[floating] {
1436514365
max-width: 100%;
1436614366
}
1436714367

14368-
.item-select ion-label[floating] {
14369-
-webkit-transform: translate3d(0, 0, 0) scale(0.8);
14370-
transform: translate3d(0, 0, 0) scale(0.8);
14371-
}
14372-
1437314368
.label-ios {
1437414369
margin: 11px 8px 11px 0;
1437514370
}
@@ -19477,22 +19472,46 @@ ion-split-pane {
1947719472
display: hidden !important;
1947819473
}
1947919474

19475+
.split-pane-visible > .split-pane-side[side=right] {
19476+
-webkit-order: 1;
19477+
-ms-flex-order: 1;
19478+
order: 1;
19479+
}
19480+
1948019481
.split-pane-ios.split-pane-visible > .split-pane-side {
1948119482
min-width: 270px;
1948219483
max-width: 28%;
1948319484
border-right: 0.55px solid #c8c7cc;
19485+
border-left: 0;
19486+
}
19487+
19488+
.split-pane-ios.split-pane-visible > .split-pane-side[side=right] {
19489+
border-right: 0;
19490+
border-left: 0.55px solid #c8c7cc;
1948419491
}
1948519492

1948619493
.split-pane-md.split-pane-visible > .split-pane-side {
1948719494
min-width: 270px;
1948819495
max-width: 28%;
1948919496
border-right: 1px solid #dedede;
19497+
border-left: 0;
19498+
}
19499+
19500+
.split-pane-md.split-pane-visible > .split-pane-side[side=right] {
19501+
border-right: 0;
19502+
border-left: 1px solid #dedede;
1949019503
}
1949119504

1949219505
.split-pane-wp.split-pane-visible > .split-pane-side {
1949319506
min-width: 270px;
1949419507
max-width: 28%;
1949519508
border-right: 1px solid transparent;
19509+
border-left: 0;
19510+
}
19511+
19512+
.split-pane-wp.split-pane-visible > .split-pane-side[side=right] {
19513+
border-right: 0;
19514+
border-left: 1px solid transparent;
1949619515
}
1949719516

1949819517
.tabbar {

0 commit comments

Comments
 (0)