update components
This commit is contained in:
parent
697257670c
commit
02ae9ec81e
123 changed files with 13600 additions and 531 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "paper-material",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "A material design container that looks like a lifted sheet of paper",
|
||||
"private": true,
|
||||
"authors": [
|
||||
|
@ -33,11 +33,11 @@
|
|||
"web-component-tester": "*",
|
||||
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
||||
},
|
||||
"_release": "1.0.0",
|
||||
"_release": "1.0.1",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v1.0.0",
|
||||
"commit": "bd769d2b8c4f9ab000aee22582d76b5935793dc1"
|
||||
"tag": "v1.0.1",
|
||||
"commit": "1663016f2b9f1deb197cfa93ef16d45d3de815c8"
|
||||
},
|
||||
"_source": "git://github.com/polymerelements/paper-material.git",
|
||||
"_target": "^1.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "paper-material",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "A material design container that looks like a lifted sheet of paper",
|
||||
"private": true,
|
||||
"authors": [
|
||||
|
|
|
@ -24,7 +24,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
<link rel="stylesheet" href="../../paper-styles/demo.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body unresolved>
|
||||
<template is="dom-bind" id="demo">
|
||||
<style>
|
||||
paper-material {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue