From 09beec44466e10d149366afc622e9b753b54957d Mon Sep 17 00:00:00 2001 From: Matt Claypotch Date: Fri, 21 Mar 2014 11:32:55 -0700 Subject: [PATCH] Release 1.0.1 --- bower.json | 4 +- demos/x-tag-appbar/index.html | 2 +- demos/x-tag-calendar/index.html | 2 +- demos/x-tag-deck/index.html | 16 +- demos/x-tag-flipbox/index.html | 2 +- demos/x-tag-layout/index.html | 2 +- demos/x-tag-slider/index.html | 2 +- demos/x-tag-tabbar/index.html | 2 +- demos/x-tag-toggle/index.html | 2 +- dist/brick-common.css | 1 + dist/brick-common.min.css | 0 dist/brick.css | 17 +- dist/brick.js | 94 +- dist/brick.min.css | 3 +- dist/brick.min.js | 6 +- dist/x-tag-appbar.css | 8 + dist/x-tag-appbar.min.css | 1 + dist/x-tag-calendar.min.js | 2 +- dist/x-tag-core.js | 4296 +++++++++++++------------------ dist/x-tag-core.min.js | 2 +- dist/x-tag-deck.css | 7 - dist/x-tag-deck.js | 102 +- dist/x-tag-deck.min.css | 2 +- dist/x-tag-deck.min.js | 2 +- dist/x-tag-layout.js | 2 +- dist/x-tag-layout.min.js | 2 +- dist/x-tag-slider.min.js | 2 +- dist/x-tag-toggle.js | 2 +- dist/x-tag-toggle.min.js | 2 +- dist/x-tag-transitions.js | 65 + dist/x-tag-transitions.min.js | 1 + docs.html | 12 +- download.html | 83 +- index.html | 11 +- package.json | 2 +- 35 files changed, 1947 insertions(+), 2814 deletions(-) create mode 100644 dist/brick-common.css create mode 100644 dist/brick-common.min.css create mode 100644 dist/x-tag-transitions.js create mode 100644 dist/x-tag-transitions.min.js diff --git a/bower.json b/bower.json index 7ddfb6d7..e1f01968 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "brick", "description": "UI Web Components for Mobile Web Apps", - "version": "1.0.0", + "version": "1.0.1", "keywords": [ "brick", "custom", @@ -32,4 +32,4 @@ "x-tag-tabbar": "*", "brick-common": "*" } -} +} \ No newline at end of file diff --git a/demos/x-tag-appbar/index.html b/demos/x-tag-appbar/index.html index 21b67207..d7fbad99 100644 --- a/demos/x-tag-appbar/index.html +++ b/demos/x-tag-appbar/index.html @@ -25,7 +25,7 @@