From 6d25d9b08b1763dc98e64a15926864c5aa97c3f6 Mon Sep 17 00:00:00 2001 From: Chris Joel Date: Tue, 9 Feb 2016 16:44:11 -0800 Subject: [PATCH] Implement `` - `` has been re-imagined as the more obscure, more unwieldy `` aka "do not use unless you know what you are doing." - `` is a macro element that composes ``, `` and `` --- bower.json | 3 +- carbon-location.html | 59 +++++++++++++++ carbon-route-converter.html | 76 +++++++++++++++++++ carbon-router.html | 53 ------------- test/app-example-1.html | 8 +- test/carbon-location.html | 124 +++++++++++++++++++++++++++++++ test/carbon-route-converter.html | 57 ++++++++++++++ test/carbon-router.html | 57 -------------- test/index.html | 3 +- 9 files changed, 324 insertions(+), 116 deletions(-) create mode 100644 carbon-location.html create mode 100644 carbon-route-converter.html delete mode 100644 carbon-router.html create mode 100644 test/carbon-location.html create mode 100644 test/carbon-route-converter.html delete mode 100644 test/carbon-router.html diff --git a/bower.json b/bower.json index 09c5b33..4d96e76 100644 --- a/bower.json +++ b/bower.json @@ -19,7 +19,8 @@ "paper-tabs": "polymerelements/paper-tabs#~1.2.3", "paper-input": "polymerelements/paper-input#~1.1.2", "paper-slider": "polymerelements/paper-slider#~1.0.8", - "neon-animation": "polymerelements/neon-animation#~1.0.8" + "neon-animation": "polymerelements/neon-animation#~1.0.8", + "web-component-tester": "polymer/web-component-tester#^4.0.0" }, "dependencies": { "polymer": "polymer/polymer#~1.2.3" diff --git a/carbon-location.html b/carbon-location.html new file mode 100644 index 0000000..e5be983 --- /dev/null +++ b/carbon-location.html @@ -0,0 +1,59 @@ +link rel="import" href="../polymer/polymer.html"> + + + + + + + + diff --git a/carbon-route-converter.html b/carbon-route-converter.html new file mode 100644 index 0000000..0bc1179 --- /dev/null +++ b/carbon-route-converter.html @@ -0,0 +1,76 @@ + + + diff --git a/carbon-router.html b/carbon-router.html deleted file mode 100644 index dd7fda4..0000000 --- a/carbon-router.html +++ /dev/null @@ -1,53 +0,0 @@ - - - diff --git a/test/app-example-1.html b/test/app-example-1.html index d664469..7cb38a3 100644 --- a/test/app-example-1.html +++ b/test/app-example-1.html @@ -1,10 +1,10 @@ - +