Skip to content

Commit

Permalink
Release 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cousin committed Jan 19, 2016
1 parent 10761ce commit 1497a82
Show file tree
Hide file tree
Showing 7 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.32.1",
"version": "0.33.0",
"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.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.33.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
{
"published": "2016-01-19T10:24:50.227Z",
"paths": [
"/Users/gabrielcousin/Sites/tapestry/dist/css/tapestry.css"
],
"stylesheets": 1,
"styleElements": 0,
"size": 54257,
"dataUriSize": 0,
"ratioOfDataUriSize": 0,
"gzippedSize": 8686,
"rules": 653,
"selectors": 745,
"declarations": 1422,
"simplicity": 0.876510067114094,
"averageOfIdentifier": 1.640268456375839,
"mostIdentifier": 5,
"mostIdentifierSelector": ".Box > .List:first-child .List-item:first-child",
"averageOfCohesion": 2.1776416539050536,
"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": 121
},
{
"property": "color",
"count": 95
},
{
"property": "width",
"count": 86
},
{
"property": "display",
"count": 69
},
{
"property": "background-color",
"count": 53
},
{
"property": "padding",
"count": 51
},
{
"property": "font-size",
"count": 46
},
{
"property": "background",
"count": 45
},
{
"property": "position",
"count": 36
},
{
"property": "line-height",
"count": 34
}
],
"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.32.1",
"version": "0.33.0",
"description": "Wisembly UI elements",
"main": "dist/js/tapestry.js",
"devDependencies": {
Expand Down

0 comments on commit 1497a82

Please sign in to comment.