- fix demo for new site build process
- Added click to copy color in demo
- Upgrade docs to use Polymer 2.x, bump px-demo and px-sass-doc dependencies
- fixed typo
- https
- dynamic theme switching
- fixing up the demo and docs
- remove numbers from color swatches and remove color title swatches for accessibility
- update colors
- update primary-default color
- add numbers to data vis color swatches and update colors of all numbers for accessibility
- update class names and remove dark theme colors
- removed $d- colors per design request
- update dark theme demo
- release the redesigned Predix UI color palette
- Removed colors.html
- Added event to fire at the end of syncCSSTheme
- ensure dev set orders can override also when not using a style
- fix reference issue causing the dataviscolors object to be shared across instances
- added 'Dark' to the end of the property names in color-dark.html
- updated to new demo using px-demo classes
- added colors-dark.html
- updated to cool grays
- changing ghp.sh to account for Alpha releases
- added _settings.colors-dark.scss
- Removed color converter py script; need to manually update color behavior now.
- Modified behavior to allow dev set color props to override defaults.
- Add
dataVisColorTheming
shared behavior to unify theming methods across px-vis-* and px-simple-* charts
- fixed demo page
- Updated dependencies
- Fix behaviors order
- Split commonColors into 2 behaviors that can be used independently: baseColors and dataVisColors. Keep commonColors as the sum of the two
- Move to style modules to demos
- Revert CSS variable change for now.
- Add css variables to all colour definitions.
- bumping sassdoc to propogate clipboard changes
- bumping all version of px-sass-doc to get px-clipboard update
- patch test
- updated to px-sass-doc#0.2.8
- fix ghp script to use git add with -A option
- merge PR #3 which adds a Polymer style module for colors
- updated 'use it in your project' section in demo
- Install new version of
px-sass-doc
component - Fix import comment in code
- Remove
--strip-comments
flag from vulcanize
- updated demo
- fixed demo for Travis
- added new demo and auto-ghp
- added missing dark-grey to behavior
- updated README
- added @polymerBehavior to the behavior for proper polymer docs behavior
- Created variable set "grey" which is equal to "gray" to avoid developer typos.
- Fixed a variable type in the py file which lead to an incorrect var name in the html
- Created a python converter to consume the SCSS and generate a HTML with the colors as Polymer Properties.
- HTML file can be used as a Polymer behavior for our components.
- Added OSS notice and changed the repo to be public in bower.
- Updated License