From 16e8db8abf7aa6f8f26956291d0446f242b7f0ff Mon Sep 17 00:00:00 2001 From: Matt Claypotch Date: Fri, 14 Feb 2014 13:42:14 -0800 Subject: [PATCH] 0.11.0 --- VERSION | 2 +- bower.json | 2 +- build/demos.js | 2 +- demos/x-tag-appbar/index.html | 2 +- demos/x-tag-calendar/index.html | 2 +- demos/x-tag-deck/demo.js | 40 +- demos/x-tag-deck/index.html | 121 +-- demos/x-tag-flipbox/index.html | 2 +- demos/x-tag-layout/index.html | 2 +- demos/x-tag-slidebox/demo.css | 26 - demos/x-tag-slidebox/demo.js | 37 - demos/x-tag-slidebox/index.html | 140 --- demos/x-tag-slider/index.html | 2 +- demos/x-tag-tabbar/index.html | 4 +- demos/x-tag-toggle/index.html | 9 +- demos/x-tag-tooltip/demo.css | 47 - demos/x-tag-tooltip/demo.js | 109 -- demos/x-tag-tooltip/index.html | 195 ---- dist/brick.css | 758 +++++-------- dist/brick.js | 1801 +++++-------------------------- dist/brick.min.css | 121 +-- dist/brick.min.js | 4 +- dist/x-tag-appbar.css | 2 +- dist/x-tag-appbar.min.css | 2 +- dist/x-tag-deck.css | 358 +++--- dist/x-tag-deck.js | 666 +++--------- dist/x-tag-deck.min.css | 41 +- dist/x-tag-deck.min.js | 2 +- dist/x-tag-slider.css | 55 +- dist/x-tag-slider.js | 62 +- dist/x-tag-slider.min.css | 16 +- dist/x-tag-slider.min.js | 2 +- dist/x-tag-tabbar.js | 2 +- dist/x-tag-tabbar.min.js | 2 +- dist/x-tag-toggle.css | 137 ++- dist/x-tag-toggle.js | 147 ++- dist/x-tag-toggle.min.css | 34 +- dist/x-tag-toggle.min.js | 2 +- docs.html | 438 ++------ download.html | 28 +- index.html | 4 +- package.json | 2 +- sink.html | 14 +- site/css/main.css | 11 +- skins/default/x-tag-appbar.styl | 2 +- skins/default/x-tag-slider.styl | 61 +- skins/default/x-tag-toggle.styl | 13 +- 47 files changed, 1474 insertions(+), 4057 deletions(-) delete mode 100644 demos/x-tag-slidebox/demo.css delete mode 100644 demos/x-tag-slidebox/demo.js delete mode 100644 demos/x-tag-slidebox/index.html delete mode 100644 demos/x-tag-tooltip/demo.css delete mode 100644 demos/x-tag-tooltip/demo.js delete mode 100644 demos/x-tag-tooltip/index.html diff --git a/VERSION b/VERSION index 2774f858..142464bf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.0 \ No newline at end of file +0.11.0 \ No newline at end of file diff --git a/bower.json b/bower.json index b3cd28fd..75fd1dac 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "brick", "description": "UI Web Components for Mobile Web Apps", - "version": "0.10.0", + "version": "0.11.0", "keywords": [ "brick", "custom", diff --git a/build/demos.js b/build/demos.js index 44ecdfd7..449e2222 100644 --- a/build/demos.js +++ b/build/demos.js @@ -22,7 +22,7 @@ var generateDemoPages = avow(function(fulfill, reject, components){ } else{ // TODO: this should use bower list --json - var componentDemoPath = path.join("bower_components", componentName, + var componentDemoPath = path.join("dev-repos", componentName, "demo"); processComponentTemplate(componentDemoPath, componentName).then(function(){ processComponent(n+1); diff --git a/demos/x-tag-appbar/index.html b/demos/x-tag-appbar/index.html index 8499850f..1f71b3b8 100644 --- a/demos/x-tag-appbar/index.html +++ b/demos/x-tag-appbar/index.html @@ -25,7 +25,7 @@