Skip to content

Commit 0f18677

Browse files
committed
release: v1.3.1 "el salvador"
1 parent f597257 commit 0f18677

13 files changed

+747
-452
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ionic",
3-
"version": "1.3.0",
4-
"codename": "delhi",
3+
"version": "1.3.1",
4+
"codename": "el salvador",
55
"homepage": "https://github.com/driftyco/ionic",
66
"authors": [
77
"Max Lynch <[email protected]>",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repo": "driftyco/ionic",
33
"development": {},
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"styles": [
66
"dist/css/ionic.css"
77
],

config/CODENAMES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
el salvador
21
france
32
germany
43
hong kong

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ionic-sdk",
33
"private": false,
44
"version": "1.3.1",
5-
"codename": "delhi",
5+
"codename": "el salvador",
66
"repository": {
77
"url": "git://github.com/driftyco/ionic.git"
88
},

release/css/ionic.css

Lines changed: 43 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright 2015 Drifty Co.
44
* http://drifty.com/
55
*
6-
* Ionic, v1.3.0
6+
* Ionic, v1.3.1
77
* A powerful HTML5 mobile app framework.
88
* http://ionicframework.com/
99
*
@@ -3966,7 +3966,7 @@ a.subdued {
39663966
.bar.bar-balanced .title {
39673967
color: #fff; }
39683968
.bar.bar-balanced.bar-footer {
3969-
background-image: linear-gradient(180deg, #28a54c, #0c60ee 50%, transparent 50%); }
3969+
background-image: linear-gradient(180deg, #28a54c, #28a54c 50%, transparent 50%); }
39703970
.bar.bar-energized {
39713971
border-color: #e6b500;
39723972
background-color: #ffc900;
@@ -4094,13 +4094,14 @@ a.subdued {
40944094
line-height: 44px; }
40954095

40964096
.bar-light .button {
4097-
border-color: transparent;
4097+
border-color: #ddd;
40984098
background-color: white;
40994099
color: #444; }
41004100
.bar-light .button:hover {
41014101
color: #444;
41024102
text-decoration: none; }
41034103
.bar-light .button.active, .bar-light .button.activated {
4104+
border-color: #ccc;
41044105
background-color: #fafafa; }
41054106
.bar-light .button.button-clear {
41064107
border-color: transparent;
@@ -4113,13 +4114,14 @@ a.subdued {
41134114
background: none; }
41144115

41154116
.bar-stable .button {
4116-
border-color: transparent;
4117+
border-color: #b2b2b2;
41174118
background-color: #f8f8f8;
41184119
color: #444; }
41194120
.bar-stable .button:hover {
41204121
color: #444;
41214122
text-decoration: none; }
41224123
.bar-stable .button.active, .bar-stable .button.activated {
4124+
border-color: #a2a2a2;
41234125
background-color: #e5e5e5; }
41244126
.bar-stable .button.button-clear {
41254127
border-color: transparent;
@@ -4132,13 +4134,14 @@ a.subdued {
41324134
background: none; }
41334135

41344136
.bar-positive .button {
4135-
border-color: transparent;
4137+
border-color: #0c60ee;
41364138
background-color: #387ef5;
41374139
color: #fff; }
41384140
.bar-positive .button:hover {
41394141
color: #fff;
41404142
text-decoration: none; }
41414143
.bar-positive .button.active, .bar-positive .button.activated {
4144+
border-color: #0c60ee;
41424145
background-color: #0c60ee; }
41434146
.bar-positive .button.button-clear {
41444147
border-color: transparent;
@@ -4151,13 +4154,14 @@ a.subdued {
41514154
background: none; }
41524155

41534156
.bar-calm .button {
4154-
border-color: transparent;
4157+
border-color: #0a9dc7;
41554158
background-color: #11c1f3;
41564159
color: #fff; }
41574160
.bar-calm .button:hover {
41584161
color: #fff;
41594162
text-decoration: none; }
41604163
.bar-calm .button.active, .bar-calm .button.activated {
4164+
border-color: #0a9dc7;
41614165
background-color: #0a9dc7; }
41624166
.bar-calm .button.button-clear {
41634167
border-color: transparent;
@@ -4170,13 +4174,14 @@ a.subdued {
41704174
background: none; }
41714175

41724176
.bar-assertive .button {
4173-
border-color: transparent;
4177+
border-color: #e42112;
41744178
background-color: #ef473a;
41754179
color: #fff; }
41764180
.bar-assertive .button:hover {
41774181
color: #fff;
41784182
text-decoration: none; }
41794183
.bar-assertive .button.active, .bar-assertive .button.activated {
4184+
border-color: #e42112;
41804185
background-color: #e42112; }
41814186
.bar-assertive .button.button-clear {
41824187
border-color: transparent;
@@ -4189,13 +4194,14 @@ a.subdued {
41894194
background: none; }
41904195

41914196
.bar-balanced .button {
4192-
border-color: transparent;
4197+
border-color: #28a54c;
41934198
background-color: #33cd5f;
41944199
color: #fff; }
41954200
.bar-balanced .button:hover {
41964201
color: #fff;
41974202
text-decoration: none; }
41984203
.bar-balanced .button.active, .bar-balanced .button.activated {
4204+
border-color: #28a54c;
41994205
background-color: #28a54c; }
42004206
.bar-balanced .button.button-clear {
42014207
border-color: transparent;
@@ -4208,13 +4214,14 @@ a.subdued {
42084214
background: none; }
42094215

42104216
.bar-energized .button {
4211-
border-color: transparent;
4217+
border-color: #e6b500;
42124218
background-color: #ffc900;
42134219
color: #fff; }
42144220
.bar-energized .button:hover {
42154221
color: #fff;
42164222
text-decoration: none; }
42174223
.bar-energized .button.active, .bar-energized .button.activated {
4224+
border-color: #e6b500;
42184225
background-color: #e6b500; }
42194226
.bar-energized .button.button-clear {
42204227
border-color: transparent;
@@ -4227,13 +4234,14 @@ a.subdued {
42274234
background: none; }
42284235

42294236
.bar-royal .button {
4230-
border-color: transparent;
4237+
border-color: #6b46e5;
42314238
background-color: #886aea;
42324239
color: #fff; }
42334240
.bar-royal .button:hover {
42344241
color: #fff;
42354242
text-decoration: none; }
42364243
.bar-royal .button.active, .bar-royal .button.activated {
4244+
border-color: #6b46e5;
42374245
background-color: #6b46e5; }
42384246
.bar-royal .button.button-clear {
42394247
border-color: transparent;
@@ -4246,13 +4254,14 @@ a.subdued {
42464254
background: none; }
42474255

42484256
.bar-dark .button {
4249-
border-color: transparent;
4257+
border-color: #111;
42504258
background-color: #444444;
42514259
color: #fff; }
42524260
.bar-dark .button:hover {
42534261
color: #fff;
42544262
text-decoration: none; }
42554263
.bar-dark .button.active, .bar-dark .button.activated {
4264+
border-color: #000;
42564265
background-color: #262626; }
42574266
.bar-dark .button.button-clear {
42584267
border-color: transparent;
@@ -4284,19 +4293,26 @@ a.subdued {
42844293
height: 44px; }
42854294
.bar-footer.item-input-inset {
42864295
position: absolute; }
4296+
.bar-footer .title {
4297+
height: 43px;
4298+
line-height: 44px; }
42874299

42884300
.bar-tabs {
42894301
padding: 0; }
42904302

42914303
.bar-subheader {
42924304
top: 44px;
4293-
display: block;
42944305
height: 44px; }
4306+
.bar-subheader .title {
4307+
height: 43px;
4308+
line-height: 44px; }
42954309

42964310
.bar-subfooter {
42974311
bottom: 44px;
4298-
display: block;
42994312
height: 44px; }
4313+
.bar-subfooter .title {
4314+
height: 43px;
4315+
line-height: 44px; }
43004316

43014317
.nav-bar-block {
43024318
position: absolute;
@@ -8577,6 +8593,7 @@ progress {
85778593
color: #444;
85788594
text-decoration: none; }
85798595
.button.active, .button.activated {
8596+
border-color: #a2a2a2;
85808597
background-color: #e5e5e5; }
85818598
.button:after {
85828599
position: absolute;
@@ -8614,6 +8631,7 @@ progress {
86148631
color: #444;
86158632
text-decoration: none; }
86168633
.button.button-light.active, .button.button-light.activated {
8634+
border-color: #a2a2a2;
86178635
background-color: #fafafa; }
86188636
.button.button-light.button-clear {
86198637
border-color: transparent;
@@ -8639,6 +8657,7 @@ progress {
86398657
color: #444;
86408658
text-decoration: none; }
86418659
.button.button-stable.active, .button.button-stable.activated {
8660+
border-color: #a2a2a2;
86428661
background-color: #e5e5e5; }
86438662
.button.button-stable.button-clear {
86448663
border-color: transparent;
@@ -8664,6 +8683,7 @@ progress {
86648683
color: #fff;
86658684
text-decoration: none; }
86668685
.button.button-positive.active, .button.button-positive.activated {
8686+
border-color: #a2a2a2;
86678687
background-color: #0c60ee; }
86688688
.button.button-positive.button-clear {
86698689
border-color: transparent;
@@ -8689,6 +8709,7 @@ progress {
86898709
color: #fff;
86908710
text-decoration: none; }
86918711
.button.button-calm.active, .button.button-calm.activated {
8712+
border-color: #a2a2a2;
86928713
background-color: #0a9dc7; }
86938714
.button.button-calm.button-clear {
86948715
border-color: transparent;
@@ -8714,6 +8735,7 @@ progress {
87148735
color: #fff;
87158736
text-decoration: none; }
87168737
.button.button-assertive.active, .button.button-assertive.activated {
8738+
border-color: #a2a2a2;
87178739
background-color: #e42112; }
87188740
.button.button-assertive.button-clear {
87198741
border-color: transparent;
@@ -8739,6 +8761,7 @@ progress {
87398761
color: #fff;
87408762
text-decoration: none; }
87418763
.button.button-balanced.active, .button.button-balanced.activated {
8764+
border-color: #a2a2a2;
87428765
background-color: #28a54c; }
87438766
.button.button-balanced.button-clear {
87448767
border-color: transparent;
@@ -8764,6 +8787,7 @@ progress {
87648787
color: #fff;
87658788
text-decoration: none; }
87668789
.button.button-energized.active, .button.button-energized.activated {
8790+
border-color: #a2a2a2;
87678791
background-color: #e6b500; }
87688792
.button.button-energized.button-clear {
87698793
border-color: transparent;
@@ -8789,6 +8813,7 @@ progress {
87898813
color: #fff;
87908814
text-decoration: none; }
87918815
.button.button-royal.active, .button.button-royal.activated {
8816+
border-color: #a2a2a2;
87928817
background-color: #6b46e5; }
87938818
.button.button-royal.button-clear {
87948819
border-color: transparent;
@@ -8814,6 +8839,7 @@ progress {
88148839
color: #fff;
88158840
text-decoration: none; }
88168841
.button.button-dark.active, .button.button-dark.activated {
8842+
border-color: #a2a2a2;
88178843
background-color: #262626; }
88188844
.button.button-dark.button-clear {
88198845
border-color: transparent;
@@ -8881,7 +8907,7 @@ progress {
88818907
border-color: transparent;
88828908
background: none;
88838909
box-shadow: none;
8884-
color: #b2b2b2; }
8910+
color: transparent; }
88858911
.button-clear.button-icon {
88868912
border-color: transparent;
88878913
background: none; }
@@ -8894,11 +8920,11 @@ progress {
88948920
background: none;
88958921
box-shadow: none; }
88968922
.button-outline.button-outline {
8897-
border-color: #b2b2b2;
8923+
border-color: transparent;
88988924
background: transparent;
8899-
color: #b2b2b2; }
8925+
color: transparent; }
89008926
.button-outline.button-outline.active, .button-outline.button-outline.activated {
8901-
background-color: #b2b2b2;
8927+
background-color: transparent;
89028928
box-shadow: none;
89038929
color: #fff; }
89048930

release/css/ionic.min.css

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

0 commit comments

Comments
 (0)