Commit Graph

76 Commits

Author SHA1 Message Date
Manu Mtz.-Almeida
8956708f06 perf(css): css containment 2018-02-17 16:09:51 +01:00
Ross Gerbasi
ca2ef5eac0 fix(components): update translucent border alpha 2018-02-16 12:34:00 -06:00
Ross Gerbasi
fc5a50f1b7 fix(components): update translucent styles 2018-02-16 12:13:44 -06:00
Brandy Carney
4305a5e346 fix(alert): remove the color from the checkbox label 2018-02-13 18:45:14 -05:00
Ross Gerbasi
23dd255a8d fix(themes): added overlay-background-color 2018-02-13 16:38:50 -06:00
Ross Gerbasi
7e50219d24 fix(theme-builder): update theme builder and core styles (#13997)
* theme-builder wip

* Theme Builder updates
- new CSS variable support
- realtime color updating with alpha support (rgb generation)
- auto tint/shade/contrast generation
- auto step generation
- CSS variable highlighting (forward and backwards)
- Colourlovers Palette search (via local proxy)

* Theme Builder Updates
- Settings for auto generation
- updated to 10 steps per background/ext
- general cleanup
- added instructions
- re-worked shade/tint to mix black and white instead of lighten/darken
- scoped cssText into component
- apply theme to theme builder also to style internal buttons

SCSS Updates
- added 10 steps to reach platform
- updated SCSS to use same mix and color methods as theme builder

* material design color step fix

* readme files

fixes #13985 fixes #13986
2018-02-09 16:13:08 -05:00
Ross Gerbasi
cdba38d004 feat(themes): theme builder app updates
* theme-builder wip

* Theme Builder updates
- new CSS variable support
- realtime color updating with alpha support (rgb generation)
- auto tint/shade/contrast generation
- auto step generation
- CSS variable highlighting (forward and backwards)
- Colourlovers Palette search (via local proxy)
2018-02-08 08:17:23 -06:00
Brandy Carney
2a98e3aa09 style(sass): fix lint errors and update slides file to ignore 2018-02-07 18:48:32 -05:00
Brandy Carney
0f616338d7 tests(standalone): update standalone overlay tests to remove buttons
having the ion-buttons in the standalone tests was providing button
styles that some of the components needed, we need to make sure they
look good without those styles
2018-02-07 13:03:34 -05:00
Brandy Carney
1495046d4a fix(alert): remove dependency on button and fix standalone styles
Alert was previously dependent on button being used with it - this
renames the .button-inner class to .alert-button-inner and fixes the
styling of the standalone alert component
2018-02-07 12:39:40 -05:00
Manu Mtz.-Almeida
61231ecd75 chore(): update to latest stencil 2018-02-06 20:04:28 +01:00
Manu Mtz.-Almeida
2f8a027e2f refactor(all): use ts strict mode 2018-02-05 23:16:10 +01:00
Ross Gerbasi
f41bb39ce3 feat(components): add support for css variables (#13895)
* wip

* wip

* wip

* wip

* CSS variable cleanup
added css variable example

* reverted example

* wip

* name fixes for tabbar and item

* wip - alpha support

* wip - all the things

* wip

* wip

* PR cleanup

* cleanup to ion-color

* switched to double quotes

* PR cleanup
Added TODO for color-mod comments

* reverted ios variable for transition.

* style cleanup
added -ion prefix to all css variables
updated default.css to mirror SASS values
cleanup/update to oceanic css

* removed 'dark' theme files
cleanup from scss-lint report
2018-02-05 11:55:50 -05:00
Manu Mtz.-Almeida
6d52b722e4 fix(buttons): custom cssClass 2018-02-03 19:16:37 +01:00
Ken Sodemann
6639f99556 fix(e2e): run each test in its own driver and await more 2018-02-01 17:51:23 -06:00
Brandy Carney
1dd2650393 chore(stencil): update to latest stencil and update docs 2018-02-01 14:58:13 -05:00
Dan Bucholtz
ab2176b6ce refactor(nav): add initial support for url in general, add integration w/ ng-router 2018-01-31 10:52:50 -06:00
Manu Mtz.-Almeida
619f929f97 chore(stencil): update stencil 2018-01-29 18:53:03 +01:00
Adam Bradley
8f6b4b90ce test(e2e): fix alert/action-sheet e2e test 2018-01-23 18:33:54 -06:00
Cam Wiegert
ac9668ade1 fix() remove default focus styles (#13856) 2018-01-23 14:21:32 -06:00
Brandy Carney
342a81e64d style(core): fix lint errors and update el to consistent names 2018-01-11 13:19:18 -05:00
Brandy Carney
eb8a8d3fc4 style(components): fix build lint errors 2018-01-10 15:21:31 -05:00
Brandy Carney
835175c43c chore(tslint): update tslint rules and autofix lint errors 2018-01-10 14:48:01 -05:00
mhartington
bf8469bdde docs(): add some docs 2018-01-09 11:51:56 -05:00
mhartington
b31591b371 fix(animation): change animate to willAnimate
Closes #13565
2018-01-08 14:27:30 -05:00
Brandy Carney
06c9377192 fix(standalone): fixes standalone component styling (#13769)
* test(e2e): update standalone tests for snapshot

* fix(standalone): improve component fonts, box-sizing, etc

* refactor(input): separate textarea styles from input and rename classes

* fix(datetime): change position in an item so cover is over item
2018-01-08 10:32:09 -05:00
Brandy Carney
544cca099d test(e2e): update standalone tests for snapshot 2018-01-03 13:29:47 -05:00
mhartington
cca878cb3c chore(): overlay refactors 2017-12-21 13:10:16 -05:00
Dan Bucholtz
a881eb1b82 refactor(animations): make animation builder async to allow to ensure stuff is hydrated when animating 2017-12-18 16:59:11 -06:00
Adam Bradley
c415bbe1d7 refactor(Context): remove global Context 2017-12-18 13:21:17 -06:00
Adam Bradley
c55670d9c1 docs(): upgrade stencil to improve docs 2017-12-15 14:09:25 -06:00
Dan Bucholtz
ec33d4e725 refactor(modal): use framework delegate for mounting the user's component 2017-12-14 15:13:47 -06:00
Brandy Carney
4838d5ebfe chore(snapshot): add support for ios platform and passing a folder (#13635)
* chore(snapshot): adds support for multiple platforms and passing folder

* test(e2e): update e2e tests for multiple platforms

* test(e2e): fix failing backdrop tests

* chore(snapshot): remove console logs
2017-12-12 17:46:11 -05:00
Brandy Carney
4d36369a74 test(e2e): get e2e tests matching with v3 2017-12-11 13:53:49 -05:00
Mike Hartington
ecd0ee33ff chore(): update e2e tests
* chore(): update e2e tests

* chore(): back to ion-page

* fix(): generate component def

* chore(): fix missed tests

* fix(): indent

* fix(): indent

* fix(): indent

* fix(): indent

* fix(): add closing icon tag
2017-12-11 09:29:53 -08:00
Brandy Carney
6c302a05c5 test(standalone): add e2e files for init on the standalone tests 2017-12-08 14:08:33 -05:00
Brandy Carney
2ebdb366b9 test(core): add a standalone test for every component with a test 2017-12-08 13:09:37 -05:00
mhartington
d23fd68143 chore(): update stencil version 2017-12-07 12:01:56 -05:00
Brandy Carney
2388fe4dc6 style(sass): fix linter errors 2017-12-06 14:29:49 -05:00
mhartington
c6df225014 docs(actionSheet,alert,loading): add docs for props 2017-12-01 15:39:22 -05:00
Adam Bradley
e35ad0eaef docs(): update overlay docs 2017-12-01 12:03:42 -06:00
Brandy Carney
f3e7021ba1 fix(overlays): check if button cssClass exists before splitting 2017-11-30 18:21:43 -05:00
Brandy Carney
4dfe6195fb refactor(sass): remove and fix todos 2017-11-30 18:21:42 -05:00
mhartington
55839e27d5 feat(alert): cssClass for buttons and component 2017-11-30 12:34:20 -05:00
Brandy Carney
11c954b283 refactor(sass): separate sass variables from styles (#13547)
* refactor(sass): separate sass variables from styles

also adds styles for stand alone avatar

closes #9192 closes #12880

* style(range): remove deprecated variable

* refactor(sass): move variables for chip and fix file naming
2017-11-30 10:30:40 -05:00
Mike Hartington
3a62bf5921 refactor(animations): normalize naming (#13543)
* chore(): normalize animations

* chore(): normalize export as
2017-11-29 16:36:35 -05:00
Mike Hartington
c56e80d5d2 feat(): diffenernt animations for different modes 2017-11-29 08:58:21 -08:00
Dan Bucholtz
9a88f1f6ae refactor(action-sheet): update action-sheet api to use element instead of instance
* refactor(action-sheet): update action-sheet api to use element instead of instance

* chore(dependencies): update angular to next
2017-11-29 10:19:01 -06:00
Adam Bradley
3f689e423f docs(): update component readme 2017-11-28 13:38:19 -06:00
Brandy Carney
84abe7300f test(button): update tests for button block to use expand 2017-11-28 14:13:42 -05:00