diff --git a/.gitignore b/.gitignore
index 268eba2..c342af4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/docs
/node_modules
+build.bat
diff --git a/gruntfile.js b/gruntfile.js
index 16c32c2..75570eb 100644
--- a/gruntfile.js
+++ b/gruntfile.js
@@ -5,6 +5,7 @@
*/
module.exports = function(grunt) {
grunt.initConfig({
+ pkg: grunt.file.readJSON('package.json'),
yuidoc: {
compile: {
name: '<%= pkg.name %>',
@@ -12,13 +13,13 @@ module.exports = function(grunt) {
version: '<%= pkg.version %>',
url: '<%= pkg.homepage %>',
options: {
- exclude: 'third_party',
+ exclude: 'docs',
extension: '.js,.html',
paths: '.',
outdir: 'docs',
linkNatives: 'true',
tabtospace: 2,
- themedir: 'tools/doc/themes/footstrap'
+ themedir: 'tools/doc/themes/polymerase'
}
}
},
diff --git a/polymer-ui-arrow/index.html b/polymer-ui-arrow/index.html
new file mode 100644
index 0000000..a667a3b
--- /dev/null
+++ b/polymer-ui-arrow/index.html
@@ -0,0 +1,23 @@
+
+
+
+
+
+ Arrows
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/polymer-ui-arrow/polymer-ui-arrow.css b/polymer-ui-arrow/polymer-ui-arrow.css
new file mode 100644
index 0000000..048d936
--- /dev/null
+++ b/polymer-ui-arrow/polymer-ui-arrow.css
@@ -0,0 +1,20 @@
+@host {
+ * {
+ display: inline-block;
+ position: relative;
+ overflow: hidden;
+ }
+
+ [hidden], .hidden {
+ display: none;
+ }
+}
+
+.arrow {
+ border-color: transparent;
+ border-style: solid;
+}
+
+.arrow-inner {
+ position: absolute;
+}
diff --git a/polymer-ui-arrow/polymer-ui-arrow.html b/polymer-ui-arrow/polymer-ui-arrow.html
new file mode 100644
index 0000000..aa7e8bb
--- /dev/null
+++ b/polymer-ui-arrow/polymer-ui-arrow.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/polymer-ui-field/index.html b/polymer-ui-field/index.html
index 4e9ff2a..1247bd6 100644
--- a/polymer-ui-field/index.html
+++ b/polymer-ui-field/index.html
@@ -5,7 +5,9 @@
Polymer UI Field
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+