Commit Graph

31 Commits

Author SHA1 Message Date
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
Brandy Carney
f6410bacbd fix(chip): remove button dependency and fix standalone styles 2018-02-07 17:05:50 -05:00
Manu Mtz.-Almeida
61231ecd75 chore(): update to latest stencil 2018-02-06 20:04:28 +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
Brandy Carney
284dc584bc docs(components): update the readme files from the build 2018-02-01 16:13:31 -05:00
Brandy Carney
c4cb9e92ac docs(components): remove jsdoc output docs 2018-02-01 16:00:14 -05:00
Brandy Carney
34f8ef2047 docs(components): remove jsdoc input docs 2018-02-01 15:54:12 -05:00
Manu Mtz.-Almeida
619f929f97 chore(stencil): update stencil 2018-01-29 18:53:03 +01:00
Brandy Carney
835175c43c chore(tslint): update tslint rules and autofix lint errors 2018-01-10 14:48:01 -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
c292517523 docs(components): remove hidden comments 2017-12-22 10:47:19 -05: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
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
Brandy Carney
f4db584f8a refactor(sass): remove rem units in favor of px 2017-12-07 18:11:51 -05:00
Brandy Carney
b6e09192c2 refactor(sass): move item variables to individual components 2017-12-04 18:09:53 -05:00
Brandy Carney
dfaa2eda1e test(label): add basic label test 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
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
Adam Bradley
f7c1d04d34 docs(readme): init component readme.md docs 2017-11-21 20:39:21 -06:00
Brandy Carney
3accafcc3c refactor(components): update components to match stencil style guide
https://github.com/ionic-team/stencil/blob/master/STYLE_GUIDE.md
2017-11-20 12:36:36 -05:00
Brandy Carney
f8ba900ebe refactor(mode): remove windows mode entirely 2017-11-15 13:53:54 -06:00
Brandy Carney
73137e002d docs(theming): make sure color and mode are documented properly 2017-11-03 12:20:43 -04:00
Brandy Carney
0e73723e57 style(components): rename variables and methods for consistency
- updates ele to el
- renames functions under prop did change
- documents events and some props
- adds private / protected
- removes underscores from range
2017-11-02 10:49:42 -04:00
Brandy Carney
0b40520371 style(components): add protected to the render function 2017-10-17 13:28:37 -04:00
Brandy Carney
a932e673ff refactor(core): use custom typing, remove interfaces
add protected, rename nav `remove` to `removeIndex`

resolves #12823
2017-10-17 13:17:54 -04:00
Brandy Carney
e0a29db3bb refactor(sass): remove deprecated variables and rules
references ionic-team/stencil#16
2017-08-28 12:28:24 -04:00
Brandy Carney
30708d1224 feat(select): get select component working with action sheet / popover
- adds markup for the select
- gets placeholder working properly
- adds select popover component
- renames option to select-option
- adds a function to get label text from item
2017-08-22 16:09:26 -04:00
Brandy Carney
7736045342 fix(label): emit proper styles for item classes 2017-07-28 18:30:27 -04:00
Adam Bradley
b8c0589513 refactor(components): update to latest stencil api 2017-07-25 10:03:07 -05:00
Josh Thomas
c7010e28b7 chore(): prep move from ionic to core for use of vanilla 2017-06-22 14:59:33 -05:00