Skip to content

Commit

Permalink
Added new demo pages
Browse files Browse the repository at this point in the history
  • Loading branch information
randyaskin committed Aug 18, 2016
1 parent 76ff328 commit a02a30b
Show file tree
Hide file tree
Showing 16 changed files with 3,306 additions and 2,464 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.12.4
================
* Added new demo pages

v1.12.3
================
* added image to readme
Expand Down
13 changes: 7 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "px-data-table",
"version": "1.12.3",
"version": "1.12.4",
"main": [
"px-data-table.html"
],
Expand All @@ -12,7 +12,10 @@
"bower_components",
"node_modules",
"test",
"OSS_Notice.pdf"
"OSS_Notice.pdf",
"scripts",
".github",
"px-data-table.png"
],
"dependencies": {
"polymer": "^v1.5.0",
Expand All @@ -25,7 +28,6 @@
},
"devDependencies": {
"px-tables-design": "~0.3.9",
"iron-component-page": "PolymerElements/iron-component-page#~v1.1.0",
"px-starter-kit-design": "~0.4.6",
"iron-ajax": "PolymerElements/iron-ajax#~1.1.1",
"px-layout-design": "~0.3.8",
Expand All @@ -37,9 +39,8 @@
"px-forms-design": "#~0.3.15",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#~1.2.3",
"px-tabs": "~0.4.0",
"ace-widget": "LostInBrittany/ace-widget#~1.0.13",
"px-api-viewer": "https://github.com/PredixDev/px-api-viewer.git",
"px-demo-snippet": "https://github.com/predixdev/px-demo-snippet.git",
"px-api-viewer": "^0.0.4",
"px-demo-snippet": "^0.2.0",
"px-toggle-design": "^0.2.12",
"px-headings-design": "^0.2.13",
"px-actionable-text-icons-design": "^0.0.3",
Expand Down
85 changes: 0 additions & 85 deletions contacts-mini.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,91 +50,6 @@
"phone": "(814) 488-2063",
"color": "<button class='btn' style='color:rgb(133,126,66);'>bespoke gastropub</button>"
},
{
"first": "Harriet",
"last": "Sherman",
"image": "https://s3.amazonaws.com/uifaces/faces/twitter/ismailmayat/73.jpg",
"boolean": true,
"guid": "46a4a1bc-97af-46e0-aedd-c3cc42e6b8f5",
"integer": 27,
"date": "Wed Jul 07 2010 05:48:57 GMT-0700 (PDT)",
"address": "3 Stratford Road",
"city": "Makena",
"state": "Kansas",
"zip": 21389,
"country": "Chad",
"email": "[email protected]",
"phone": "(887) 497-3612",
"color": "<button class='btn' style='color:rgb(195,89,110);'>dreamcatcher fingerstache</button>"
},
{
"first": "Stacie",
"last": "Bartlett",
"image": "https://s3.amazonaws.com/uifaces/faces/twitter/carlyson/73.jpg",
"boolean": false,
"guid": "17aac57d-4644-44d8-8a6b-b2eedd3d42dc",
"integer": 49,
"date": "Sun Mar 14 1999 23:13:33 GMT-0800 (PST)",
"address": "4 Luquer Street",
"city": "Newcastle",
"state": "Iowa",
"zip": 72190,
"country": "Uruguay",
"email": "[email protected]",
"phone": "(957) 412-3261",
"color": "<button class='btn' style='color:rgb(164,84,221);'>Etsy beard</button>"
},
{
"first": "Lindsay",
"last": "Meyer",
"image": "https://s3.amazonaws.com/uifaces/faces/twitter/iboldurev/73.jpg",
"boolean": true,
"guid": "8c3bd9ad-e8d6-4ea4-85e6-d145295f3f91",
"integer": 99,
"date": "Sat Feb 17 1973 03:45:57 GMT-0800 (PST)",
"address": "4 Whitty Lane",
"city": "Nicholson",
"state": "South Carolina",
"zip": 41343,
"country": "Germany",
"email": "[email protected]",
"phone": "(956) 428-2996",
"color": "<button class='btn' style='color:rgb(201,142,97);'>Austin meggings</button>"
},
{
"first": "Shelley",
"last": "Alexander",
"image": "https://s3.amazonaws.com/uifaces/faces/twitter/smalonso/73.jpg",
"boolean": true,
"guid": "37224065-ac71-4716-be9a-108ecddfee47",
"integer": 16,
"date": "Wed Aug 02 1995 07:03:12 GMT-0700 (PDT)",
"address": "2 Berkeley Place",
"city": "Manila",
"state": "Michigan",
"zip": 22009,
"country": "Thailand",
"email": "[email protected]",
"phone": "(823) 415-2224",
"color": "<button class='btn' style='color:rgb(113,105,251);'>Kitsch banjo</button>"
},
{
"first": "Rita",
"last": "Wong",
"image": "https://s3.amazonaws.com/uifaces/faces/twitter/taherrapee/73.jpg",
"boolean": false,
"guid": "1ea0922e-179d-4057-abeb-d8fe63e55da8",
"integer": 94,
"date": "Wed Sep 21 2011 04:03:55 GMT-0700 (PDT)",
"address": "4 Tompkins Avenue",
"city": "Movico",
"state": "Maine",
"zip": 89440,
"country": "Seychelles",
"email": "[email protected]",
"phone": "(814) 488-2063",
"color": "<button class='btn' style='color:rgb(133,126,66);'>Brooklyn authentic</button>"
},
{
"first": "Joe",
"last": "Sherman",
Expand Down
Loading

0 comments on commit a02a30b

Please sign in to comment.