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
Brandy Carney
4299a50461
test(components): fix titles and add more chip examples
2018-02-07 15:56:09 -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
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
aefb058d43
style(chip): remove unused var
2018-01-31 11:37:11 -05:00
Brandy Carney
3d5038ce5c
style(sass): fix sass lint errors
2018-01-30 12:22:24 -05:00
Manu Mtz.-Almeida
619f929f97
chore(stencil): update stencil
2018-01-29 18:53:03 +01:00
Cam Wiegert
a658f08b88
fix(icon) remove extra icon styles ( #13793 )
...
* fix(action-sheet) remove extra icon styles
* fix(button) remove extra icon styles
* fix(fab-button) remove extra icon styles
* fix(range) remove extra icon styles
* fix(item) increase item icon size
* fix(chip) adjust icon styles
* fix(item) apply icon styles to item-inner
2018-01-12 15:22:50 -06:00
mhartington
512a08f396
chore(): add demos and docs
2018-01-11 17:01:31 -05:00
Cam Wiegert
c248db2d5f
feat(chip-button) change clear attr to fill
2018-01-08 14:37:51 -06:00
Brandy Carney
8d1197f0c1
docs(chip): upadte chip documentation
2018-01-08 11:58:53 -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
Adam Bradley
616fa6989c
style(sass): fix sass lint warnings
2017-12-31 18:38:32 -06:00
Brandy Carney
6d32c361c7
feat(colors): adds warning color
2017-12-14 13:03:26 -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
Cam Wiegert
a067d167d3
chore(e2e) rename tests to match v3 master ( #13609 )
2017-12-07 15:49:15 -06:00
Brandy Carney
2388fe4dc6
style(sass): fix linter errors
2017-12-06 14:29:49 -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
2e83084867
docs(readme): move jsdoc descriptions to readme.md
2017-11-21 21:16:49 -06: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
Cam Wiegert
db475cd153
test(e2e): port e2e tests to @ionic/core ( #13438 )
...
* feat(e2e-tests) simplify e2e test structure
* test(badge) add basic e2e test
* test(button) update e2e test to new structure
* test(card) add basic e2e test
* test(checkbox) add basic e2e test
* chore(e2e-test) update path to e2e module in run-e2e
* fix(button) update toolbar e2e deps
* fix(e2e-test) update path in snapshot script
* feat(e2e-test) move e2e scripts into scripts/e2e
* test(chip) add basic e2e test
* test(content) add basic e2e test
* test(datetime) add basic e2e test
* style(e2e-test) use consistent title/header in e2e test pages
* test(fab) add basic e2e test
* fix(e2e-test) don't run e2e script when required
* test(grid) add basic e2e test
* test(icon) add basic e2e test
* test(input) add basic e2e test
* style(e2e-test) use consistent e2e test header titles
* test(list) add basic e2e test
* test(menu) add basic e2e test
* test(modal) add basic e2e test
* feat(e2e-test) add navigate export to e2e module
* feat(e2e-test) add present method to Page class
* test(popover) add basic e2e test
* test(menu) add present left menu e2e test
* test(radio) add basic e2e test
* test(range) add basic e2e test
* test(searchbar) add basic e2e test
* test(segment) add basic e2e test
* test(select) add basic e2e test
* test(modal) add shows modal e2e test
* test(slides) add basic e2e test
* test(spinner) add basic/color e2e tests
* test(tabs) add basic e2e test
* test(toast) add basic e2e test
* test(toggle) add basic e2e test
* test(toolbar) add basic e2e test
* docs(e2e-test) update e2e readme to reflect simplest test
* test(card) update basic e2e test
* chore(e2e-test) remove run-e2e script
* test(components): move remaining component tests to index files
* chore(package): add mocha to devDependencies
* test(infinite-scroll) add basic e2e test
* test(item-sliding) add basic e2e test
* test(item) add basic/buttons e2e tests
* test(nav) add basic e2e test
* test(reorder) add basic e2e test
* test(split-pane) add basic e2e test
* chore() update declarations file
* refactor(toast): reduce border-radius
* chore(components): update components.d.ts
2017-11-16 12:19:23 -06: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
Manu Mtz.-Almeida
10c77e7513
fix(all): use ion-page
2017-10-30 15:58:35 +01:00
Brandy Carney
0b40520371
style(components): add protected to the render function
2017-10-17 13:28:37 -04:00
Brandy Carney
66ae3a4601
style(scss): fix lint errors
2017-09-21 14:16:24 -04:00
Adam Bradley
93f8dd9433
feat(distribution): updates to generate distribution
2017-09-14 13:28:59 -05:00
Adam Bradley
1f2651664a
chore(update): update stencil and build directories
2017-08-31 20:59:27 -05:00
Brandy Carney
4dcb174245
refactor(components): move function to get classes from host to utils
...
Moved getElementClassObject function to utils/theme and updated the
components with child buttons to use this function to get the host
classes.
Adds the ability to pass classes down from host to child for content
and segment button
closes ionic-team/stencil#84
2017-08-11 13:27:18 -04:00
Adam Bradley
b8c0589513
refactor(components): update to latest stencil api
2017-07-25 10:03:07 -05:00
Brandy Carney
69dfaad7b0
refactor(chip): separate chip button styles from chip
2017-07-24 18:19:09 -04:00
Brandy Carney
76651edebc
feat(chip): add chip and chip button component
2017-07-24 16:12:49 -04:00