Commit Graph

897 Commits (79f5d75d0c48af16cc5666d9d9987a6002c7815e)

Author SHA1 Message Date
Addy Osmani fe01b29bb1 Centralized color configuration for all components 2015-01-07 13:59:53 +00:00
Addy Osmani e2890148f2 Move color configuration from component files 2015-01-07 13:54:14 +00:00
Addy Osmani e38dc8b024 Styleguide: add styleguide-specific WSK identifier 2015-01-07 13:51:13 +00:00
Addy Osmani 5f9d5ef69c Add support for onError in gulp-sass setup 2015-01-07 13:50:02 +00:00
Addy Osmani 26abb6753c Condense padding for Styleguide nav. Fix transition. 2015-01-07 13:47:37 +00:00
Addy Osmani 2565cbc04e Add support for a _colors.scss file 2015-01-06 16:20:27 +00:00
Addy Osmani 7019888b19 Gulpfile: Drop old UnCSS ignore rules 2015-01-06 13:54:34 +00:00
Addy Osmani cfe3cbba79 Rename material-styleguide -> styleguide 2015-01-06 13:50:41 +00:00
Addy Osmani a395041cc8 Gulpfile: Drop unneeded line 2015-01-06 13:42:25 +00:00
Addy Osmani 6465ca2e15 Update copyright year 2015-01-06 13:36:47 +00:00
Addy Osmani dce121b6d1 Gulpfile: Concat/minify user scripts 2015-01-06 12:50:48 +00:00
Addy Osmani 13458ed6e1 Gulpfile: Move autoprefix block to styles 2015-01-06 11:59:59 +00:00
Addy Osmani f4d2575817 Update project dependencies 2015-01-06 11:57:55 +00:00
Matt Gaunt eecd62ba96 Let's fix up that wskComponentHandler for demos in production and let's make the card background not whine 2014-12-24 11:51:14 +00:00
Matt Gaunt 3f05b3cb50 So weird 2014-12-23 12:31:19 +00:00
Matt Gaunt 48c2615d7d Reverting my previous change - we are doing weird things with JS :( 2014-12-23 12:30:03 +00:00
Matt Gaunt cb74e5229c Fixing up the component handler to be compiled into the relevant scripts 2014-12-23 12:02:41 +00:00
Matthew Gaunt 870f036ffe Merge pull request #581 from jasonmayes/material-sprint
Upgraded all components to use new JS Design Pattern
2014-12-23 11:03:04 +00:00
Jason Mayes ae4e1c39f7 Updates to fix jshint warnings
Made a few minor changes to fix jshint warnings.
2014-12-23 01:02:30 +00:00
Jason Mayes 353f2eff77 Updated Ripple to new JS Design pattern
Updated Ripple component to use the new proposed JS design pattern
detailed at https://github.com/jasonmayes/wsk-component-design-pattern
2014-12-22 18:26:51 +00:00
Jason Mayes bc84957683 Updated ComponentHandler for many class registrations
Updated ComponentHandler to handle multiple class registrations for the
same element. Now, instead of just having data-upgraded attribute set,
it adds the classname you are upgrading to, to this attribute. Thus for
things like the button demo which is an instance of both button AND
ripple - it can be upgraded twice with 2 different classes handling the
same element. Woohoo!
2014-12-22 18:16:14 +00:00
Jason Mayes ea0156e3d2 Updating HTML demo template to use new JS pattern
Adding dependency to component handler
2014-12-22 13:51:31 +00:00
Jason Mayes dc7e407ad1 Updating Dropdown to work with new JS Design pattern
Adding dependency to component handler in HTML
2014-12-22 13:48:38 +00:00
Jason Mayes 5a84e7eba8 Updated Layout to new JS Design pattern
Updated Layout component to use new JS design pattern as defined at:
https://github.com/jasonmayes/wsk-component-design-pattern
2014-12-22 13:39:03 +00:00
Jason Mayes 3d6939769f Updated Slider to new JS Design Pattern
Updated Slider component to use new JS design pattern as detailed here:
https://github.com/jasonmayes/wsk-component-design-pattern
2014-12-22 12:54:47 +00:00
Jason Mayes 154b3ed825 Updated Checkbox to new JS Design Pattern
Updated the checkbox component to use the latest JS Design pattern as
described here:
https://github.com/jasonmayes/wsk-component-design-pattern
2014-12-22 12:28:06 +00:00
Jason Mayes eaefe985b9 Trimmed trailing whitespace for Radio in new JS pattern
Trimmed trailing whitespace for Radio in new JS pattern
2014-12-22 11:35:51 +00:00
Jason Mayes 68ed271c30 Updated Radio Constants + Classes to new Design Pattern
Updated Radio Constants + Classes to new Design Pattern
2014-12-22 11:35:16 +00:00
Jason Mayes 2dc721570e Converted Radio to new JS Design Pattern
Converted the radio component to use the new JS design pattern as shown
here:  https://github.com/jasonmayes/wsk-component-design-pattern
2014-12-22 11:04:46 +00:00
Jason Mayes 8a83de10af Updated documentation
Added update to path referencing original design pattern on GitHub
instead of Codepen.
2014-12-21 17:17:21 +00:00
Jason Mayes 7416c0fddb Converted Textfield to use new JS Design pattern
Converted Textfield component to use the new proposed design pattern as
defined here:
http://codepen.io/jasonmayes/pen/146b4483d870f79f4d33254311703ac2
2014-12-21 16:41:38 +00:00
Jason Mayes 8cbbcbcd8b Converted Column Layout to new JS design pattern
Converted Column Layout component to use the new JS design pattern
defined at
http://codepen.io/jasonmayes/pen/146b4483d870f79f4d33254311703ac2 Have
verified it still works as before using gulp serve.
2014-12-21 14:49:26 +00:00
Jason Mayes 428701e1ef Converted Tooltip to new JS design pattern
Converted Tooltip component to use the new JS Design pattern as defined
at http://codepen.io/jasonmayes/pen/146b4483d870f79f4d33254311703ac2
2014-12-21 14:41:04 +00:00
Jason Mayes 96efb5c83b Cleaned up some whitespace 2014-12-21 14:38:44 +00:00
Jason Mayes 8fa4c74b46 Converted Item to new JS design pattern
Converted Item component to new JS design pattern as agreed and defined
at: http://codepen.io/jasonmayes/pen/146b4483d870f79f4d33254311703ac2
Have verified it still works as before using gulp serve.
2014-12-21 14:14:15 +00:00
Jason Mayes 8b23422597 Upgraded Button to new design pattern
Also tidied up line lengths to be < 80 chars.
2014-12-21 14:12:15 +00:00
Jason Mayes c6df7565a2 Spelling mistake in comment
Corrected spelling mistake.
2014-12-21 14:05:42 +00:00
Jason Mayes d103fd6130 New JS Pattern - forgot to add function param comment.
Added function parameter comment.
2014-12-21 14:00:48 +00:00
Jason Mayes 05adb4995e Converted Button to new JS Design pattern
Converted Button to new JS Design pattern as defined at
http://codepen.io/jasonmayes/pen/146b4483d870f79f4d33254311703ac2 Have
verified still works after performing a gulp serve.
2014-12-21 13:55:16 +00:00
Jason Mayes 48e03f4b57 Adding WSK Component Handler to Third_Party
Adding new component handler module which all WSK components will
register with when using the new JS Design pattern as shown here:
http://codepen.io/jasonmayes/pen/146b4483d870f79f4d33254311703ac2
2014-12-19 17:18:56 +00:00
Jason Mayes df06fcfd62 Converted Animation to new JS Design pattern
Re-wrote animation component to conform to the new JS Design pattern we
are implementing across all components as detailed at
http://codepen.io/jasonmayes/pen/146b4483d870f79f4d33254311703ac2
2014-12-19 17:18:01 +00:00
Jason Mayes a0d920cbf4 Lowercase object in return comment.
Lowercase object in return comment.
2014-12-19 12:05:28 +00:00
Jason Mayes 30abb77537 Adding Component Handler for WSK
A component handler that allows easy registration and maintenance of WSK
components written in the newly proposed JS design pattern as
illustrated here:
http://codepen.io/jasonmayes/pen/146b4483d870f79f4d33254311703ac2
2014-12-19 11:52:25 +00:00
Sérgio Gomes 590d0b8c16 Rethinking the CSS for column layout some more 2014-12-17 16:55:02 +00:00
Sérgio Gomes 4c85e9e760 Fixing up CSS class names for column layout. 2014-12-17 16:35:00 +00:00
Sérgio Gomes 8420eab629 Some tooltip cleanups:
- Applying new CSS naming convention
- Cleaning up the JS somewhat
2014-12-17 16:11:41 +00:00
Sérgio Gomes ea68d463d7 Fixing up radio buttons in Firefox 2014-12-17 15:52:40 +00:00
Sérgio Gomes f2dbc24531 Revamping checkboxes:
- Applying new naming conventions
- Reimplementing checkbox, using the radio buttons as a basis
- Revamping checkbox visual style to match Material Design spec
- Adding focus states
2014-12-17 15:46:10 +00:00
Matt Gaunt 60aa61db77 Tidying up the colors and dimens for elements 2014-12-16 16:43:10 +00:00
Matt Gaunt 07715fd2db Tiyding up the typography style names 2014-12-16 15:33:41 +00:00