6f3b9bef82
style(tslint): tslint updates
2016-04-06 21:28:52 -05:00
5f2e737904
feat(sass): add support for contrast in color map for wp mode
...
BREAKING CHANGE:
Can now pass contrast to the colors map:
```
$colors-wp: (
primary: (
base: #327eff,
contrast: yellow
),
secondary: (
base: #32db64,
contrast: hotpink
),
danger: #d91e18,
light: #f4f4f4,
dark: #222
) !default;
```
references #5445
2016-03-22 18:07:59 -04:00
9efa3ea3e6
feat(sass): add support for contrast color in MD mode colors map
...
BREAKING CHANGE:
Can now pass contrast to the colors map:
```
$colors-md: (
primary: (
base: #327eff,
contrast: yellow
),
secondary: (
base: #32db64,
contrast: hotpink
),
danger: #d91e18,
light: #f4f4f4,
dark: #222
) !default;
```
references #5445
2016-03-22 17:53:08 -04:00
ff1a8ac6c7
feat(sass): add the ability to pass a contrast color in the colors map to iOS
...
this adds the functions necessary for the other modes as well
BREAKING CHANGE:
Can now pass contrast to the colors map:
```
$colors-ios: (
primary: (
base: #327eff,
contrast: yellow
),
secondary: (
base: #32db64,
contrast: hotpink
),
danger: #d91e18,
light: #f4f4f4,
dark: #222
) !default;
```
references #5445
2016-03-22 17:14:39 -04:00
d3d689ae11
style(sass): remove all PropertySortOrder errors from linter
...
references #5797
2016-03-14 15:56:19 -04:00
f7b52eeee1
chore(sass): update sass to match linter config
...
references #5797
2016-03-10 22:42:38 -05:00
1fc0a23c11
feat(windows): initial add for windows badges
...
also hide ion-button-effect and change alert buttons to full width
references #5565
2016-02-23 13:53:11 -05:00
c883a2ae91
chore(): update Ionic imports in tests
2016-02-22 17:45:17 -06:00
892b0071cb
fix(sass): rename brightness/inverse sass functions
...
Prefix custom sass color functions with color-
Closes #5542
2016-02-20 20:34:59 -06:00
5f254f285f
chore(e2e): make typescript and e2e friends
2016-02-12 11:37:39 -06:00
b472c6cd43
fix(badge): split badge color into separate modes
...
make it so they can use a different badge by default per mode
references #5222
2016-01-29 14:46:07 -05:00
93b9891481
fix(badge): change default badge color to primary
...
per Ben
closes #5222
2016-01-29 14:41:48 -05:00
16f9931957
refactor(badge): add a directive for badges which adds the colors as a class
...
This makes it so we can add a class to the badge on a tab which will
show the right color.
References #5007
2016-01-23 12:41:56 -05:00
5e4220ae1e
fix(badge): badge colors by mode
2016-01-06 22:08:42 -06:00
854d90f4c1
refactor(sass): moved all mode files to the top level component directory and renamed to include the directory name
...
references #689
2015-12-09 17:20:11 -05:00
12f61c2fba
fix(badge): fixed badge styles and added modes to differentiate border radius
...
references #689
2015-12-08 17:49:28 -05:00
0fdbe7b89b
fix(badge): changed back to ion-badge with a color attribute
...
also changed segment test to reflect actual color references #289
2015-12-08 13:10:53 -05:00
831ec87308
import mode globals in all mode components
2015-12-04 21:34:27 -06:00
c5af9a608e
derp: ion-header doesn't exist
2015-12-04 13:40:28 -05:00
03f9b723b7
test(badge): added badge tests and updated item test to reflect new css names
...
references #689
2015-12-04 13:36:33 -05:00
bc317f0123
refactor(badge): changed the element name for badges and added colors
...
references #689
2015-12-04 13:36:17 -05:00
bc8ff4070f
refactor(sass): individual sass files import globals
2015-11-23 14:51:41 -06:00
069ac65e24
list/item/button/card css overhaul
2015-08-25 13:17:29 -05:00
9039297110
rename src to ionic
2015-04-25 10:59:09 -05:00