Skip to content

Commit

Permalink
Release 0.34.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cousin committed Feb 9, 2016
1 parent be75ce6 commit 0945ca8
Show file tree
Hide file tree
Showing 8 changed files with 121 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tapestry",
"version": "0.34.3",
"version": "0.34.4",
"homepage": "https://github.com/Wisembly/tapestry",
"description": "Wisembly - UI Elements",
"keywords": [
Expand Down
Binary file modified dist/fonts/tapestry-icons.eot
Binary file not shown.
Binary file modified dist/fonts/tapestry-icons.ttf
Binary file not shown.
Binary file modified dist/fonts/tapestry-icons.woff
Binary file not shown.
Binary file modified dist/fonts/tapestry-icons.woff2
Binary file not shown.
119 changes: 119 additions & 0 deletions dist/stats/0.34.4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
{
"published": "2016-02-09T16:24:36.764Z",
"paths": [
"/Users/gabrielcousin/Sites/tapestry/dist/css/tapestry.css"
],
"stylesheets": 1,
"styleElements": 0,
"size": 57874,
"dataUriSize": 1708,
"ratioOfDataUriSize": 0.02951238898296299,
"gzippedSize": 9836,
"rules": 664,
"selectors": 757,
"declarations": 1483,
"simplicity": 0.8771466314398944,
"averageOfIdentifier": 1.64332892998679,
"mostIdentifier": 5,
"mostIdentifierSelector": ".Box > .List:first-child .List-item:first-child",
"averageOfCohesion": 2.233433734939759,
"lowestCohesion": 21,
"lowestCohesionSelector": [
".Modal"
],
"totalUniqueFontSizes": 14,
"uniqueFontSizes": [
"0",
"0.69444rem",
"0.78571rem",
"0.83333rem",
"1em",
"1rem",
"1.2rem",
"1.44rem",
"1.728rem",
"2.0736rem",
"2.48832rem",
"14px",
"75%",
"87.5%"
],
"totalUniqueFontFamilies": 5,
"uniqueFontFamilies": [
"\"Helvetica Neue\", Helvetica, Roboto, Arial, sans-serif",
"\"tapestry-icons\"",
"monospace, monospace",
"sans-serif",
"tapestry-icons"
],
"totalUniqueColors": 18,
"uniqueColors": [
"#000000",
"#07698D",
"#0D5C7C",
"#258AAE",
"#289BC4",
"#3A434C",
"#41A07A",
"#46B489",
"#708189",
"#A1A9AE",
"#AED7E8",
"#C85450",
"#D5A82D",
"#D5D9DA",
"#E25C5B",
"#F1BC33",
"#FFFFFF",
"RGBA(255, 255, 255, 0.8)"
],
"idSelectors": 0,
"universalSelectors": 3,
"unqualifiedAttributeSelectors": 26,
"javascriptSpecificSelectors": 0,
"importantKeywords": 145,
"floatProperties": 2,
"propertiesCount": [
{
"property": "content",
"count": 127
},
{
"property": "color",
"count": 98
},
{
"property": "width",
"count": 86
},
{
"property": "display",
"count": 69
},
{
"property": "background-color",
"count": 54
},
{
"property": "padding",
"count": 52
},
{
"property": "font-size",
"count": 47
},
{
"property": "background",
"count": 45
},
{
"property": "position",
"count": 38
},
{
"property": "line-height",
"count": 35
}
],
"mediaQueries": 4
}
Binary file modified dist/tapestry-latest.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tapestry",
"version": "0.34.3",
"version": "0.34.4",
"description": "Wisembly UI elements",
"main": "dist/js/tapestry.js",
"devDependencies": {
Expand Down

0 comments on commit 0945ca8

Please sign in to comment.