prettydiff
Advanced tools
Comparing version 1.16.34 to 1.16.35
{ | ||
"name" : "prettydiff", | ||
"version" : "1.16.34", | ||
"version" : "1.16.35", | ||
"description" : "Pretty Diff can minify, beautify (pretty print), or diff code to normalize white space and comments so that only code is being compared.", | ||
@@ -5,0 +5,0 @@ "keywords" : [ |
@@ -40,3 +40,3 @@ { | ||
"name": "prettydiff", | ||
"version": "1.16.34" | ||
"version": "1.16.35" | ||
} |
# Pretty Diff change log | ||
## v1.16.35 | ||
* Stronger CSS edge case parsing support | ||
* Including NPM package 5028 as a devDependency | ||
## v1.16.30 | ||
@@ -4,0 +9,0 @@ |
@@ -62,3 +62,3 @@ { | ||
}, | ||
"version" : "1.16.34" | ||
"version" : "1.16.35" | ||
} |
@@ -13,6 +13,6 @@ /*prettydiff.com compressedcss:true, objsort:false*/ | ||
when (iscolor(@c)){-webkit-box-shadow:@style @c;box-shadow:@style @c} | ||
.box-shadow(@style, @alpha: 50%) | ||
when (isnumber(@alpha)){.box-shadow(@style, rgba(0, 0, 0, @alpha))} | ||
.box{color:saturate(@base, 5%);border-color:lighten(@base, 30%); | ||
div{.box-shadow(0 0 5px, 30%)} | ||
.box-shadow(@style, @alpha:50%) | ||
when (isnumber(@alpha)){.box-shadow(@style,rgba(0,0,0,@alpha))} | ||
.box{color:saturate(@base,5%);border-color:lighten(@base,30%); | ||
div{.box-shadow(0 0 5px,30%)} | ||
} | ||
@@ -19,0 +19,0 @@ $blue:#3bbfce;$margin:16px; |
@@ -16,2 +16,23 @@ @carrier-logo-height: 33px; | ||
} | ||
.firstLeg .timeline-group:first-child .timeline-marker:before, | ||
.soloLeg .timeline-group:first-child .timeline-marker:before { | ||
border-top: 5px solid @color-white-space; | ||
content : ""; | ||
height : 0; | ||
left : 0; | ||
position : absolute; | ||
top : -7px; | ||
width : 100%; | ||
} | ||
.firstLeg .timeline-group:first-child, | ||
.lastLeg .timeline-group.last-child, | ||
.soloLeg .timeline-group.last-child, | ||
.soloLeg .timeline-group:first-child { | ||
.timeline-label { | ||
color: @color-black; | ||
} | ||
.timeline-marker { | ||
background: @color-brand-2; | ||
} | ||
} | ||
@@ -22,2 +43,8 @@ .itemResultsCard { | ||
.clearfix(); | ||
// Card Utility Classes | ||
.alert span, | ||
.itemportCodeDiffer { | ||
background-color: lighten(@color-error, 20%); | ||
color : @color-black; | ||
} | ||
.buyFromitemline { | ||
@@ -83,12 +110,3 @@ font-size: @font-size-xs; | ||
.itemCard-button .button-primary { | ||
@button-line-height : (@font-size-xl + 3); // make everything work like firefox | ||
@ie-height : @input-height - (2 * @vertical-padding) - (2 * @button-border-width); | ||
@ie7-height : @input-height - @ie7-offset-horizontal-top - @ie7-offset-horizontal-bottom - @button-border-width; | ||
@ie7-offset-horizontal-bottom: 2px; | ||
// Copied from buttons.less to inline here | ||
// Workaround for GOF-704 IE9/IE10 mixed inline/external media query bug | ||
@ie7-offset-horizontal-top : 5px; | ||
@vertical-padding : (@input-height - (2 * @button-border-width) - @button-line-height) / 2; | ||
background-color : @color-button; | ||
@@ -112,2 +130,11 @@ border : @button-border-width solid @color-button; | ||
.display-inline-block(bottom); | ||
@button-line-height : (@font-size-xl + 3); // make everything work like firefox | ||
@ie-height : @input-height - (2 * @vertical-padding) - (2 * @button-border-width); | ||
@ie7-height : @input-height - @ie7-offset-horizontal-top - @ie7-offset-horizontal-bottom - @button-border-width; | ||
@ie7-offset-horizontal-bottom: 2px; | ||
// Copied from buttons.less to inline here | ||
// Workaround for GOF-704 IE9/IE10 mixed inline/external media query bug | ||
@ie7-offset-horizontal-top : 5px; | ||
@vertical-padding : (@input-height - (2 * @button-border-width) - @button-line-height) / 2; | ||
&:active { | ||
@@ -130,2 +157,7 @@ background-color: lighten(@color-button, 10%); | ||
.lt-ie8 & { | ||
height : @ie7-height; | ||
line-height: @ie7-height; | ||
} | ||
.lt-ie8 & { | ||
outline : 0; | ||
@@ -137,7 +169,2 @@ /* adjust padding to account for difference in presentation in IE7 */ | ||
.lt-ie8 & { | ||
height : @ie7-height; | ||
line-height: @ie7-height; | ||
} | ||
.lt-ie9 & { | ||
@@ -171,8 +198,2 @@ line-height: @ie-height; | ||
} | ||
// Card Utility Classes | ||
.itemportCodeDiffer, | ||
.alert span { | ||
background-color: lighten(@color-error, 20%); | ||
color : @color-black; | ||
} | ||
.itemResultDetailsToggle { | ||
@@ -186,2 +207,9 @@ font-size: @font-size-xs; | ||
} | ||
.itemResultDetailsToggle, | ||
.sliceSummaryMessages, | ||
.sliceSummaryOperatedBy { | ||
clear : both; | ||
padding-left: @carrier-logo-width + @offset-horizontal-md; // match width of logo column to align with thing times | ||
padding-top : @offset-vertical-xs; | ||
} | ||
@@ -222,4 +250,4 @@ // Card Layout Sections | ||
text-indent: 0; | ||
span, | ||
em { | ||
em, | ||
span { | ||
display : inline-block; | ||
@@ -301,13 +329,4 @@ text-indent: -2000em; | ||
} | ||
.sliceSummaryOperatedBy { | ||
font-size : @font-size-xxs; | ||
line-height: @line-height-xxs; | ||
} | ||
.sliceSummaryMessages, | ||
.sliceSummaryOperatedBy, | ||
.sliceSummaryMessages, | ||
.itemResultDetailsToggle { | ||
clear : both; | ||
padding-left: @carrier-logo-width + @offset-horizontal-md; // match width of logo column to align with thing times | ||
padding-top : @offset-vertical-xs; | ||
} | ||
.thingCarrier, | ||
@@ -317,5 +336,3 @@ .thingLabelMultiCity, | ||
.thingStopsDuration, | ||
.thingTier, | ||
.sliceSummaryOperatedBy, | ||
.sliceSummaryMessages { | ||
.thingTier { | ||
color : @color-neutral-md; | ||
@@ -325,2 +342,6 @@ font-size : @font-size-xs; | ||
} | ||
.sliceSummaryOperatedBy { | ||
font-size : @font-size-xxs; | ||
line-height: @line-height-xxs; | ||
} | ||
.thingTimes { | ||
@@ -422,5 +443,19 @@ background : url("/image/global/icon-thing-legs.png") repeat-x 0 -14px; | ||
} | ||
.lastLeg .timeline-group.last-child .timeline-marker:before, | ||
.soloLeg .timeline-group.last-child .timeline-marker:before { | ||
background: url("/image/global/vertical-dash.png") repeat-y 50% 0; | ||
content : ""; | ||
height : 5px; | ||
left : 0; | ||
position : absolute; | ||
top : -7px; | ||
width : 100%; | ||
} | ||
.lastLeg .timeline-group.last-child .timeline-time, | ||
.soloLeg .timeline-group.last-child .timeline-time { | ||
background: none; | ||
} | ||
.lt-ie8 & { | ||
.soloLeg .timeline-group.last-child .timeline-item, | ||
.lastLeg .timeline-group.last-child .timeline-item { | ||
.lastLeg .timeline-group.last-child .timeline-item, | ||
.soloLeg .timeline-group.last-child .timeline-item { | ||
background: none; | ||
@@ -466,37 +501,2 @@ } | ||
} | ||
.soloLeg .timeline-group.last-child .timeline-marker:before, | ||
.lastLeg .timeline-group.last-child .timeline-marker:before { | ||
background: url("/image/global/vertical-dash.png") repeat-y 50% 0; | ||
content : ""; | ||
height : 5px; | ||
left : 0; | ||
position : absolute; | ||
top : -7px; | ||
width : 100%; | ||
} | ||
.soloLeg .timeline-group.last-child .timeline-time, | ||
.lastLeg .timeline-group.last-child .timeline-time { | ||
background: none; | ||
} | ||
.soloLeg .timeline-group:first-child .timeline-marker:before, | ||
.firstLeg .timeline-group:first-child .timeline-marker:before { | ||
border-top: 5px solid @color-white-space; | ||
content : ""; | ||
height : 0; | ||
left : 0; | ||
position : absolute; | ||
top : -7px; | ||
width : 100%; | ||
} | ||
.soloLeg .timeline-group:first-child, | ||
.firstLeg .timeline-group:first-child, | ||
.soloLeg .timeline-group.last-child, | ||
.lastLeg .timeline-group.last-child { | ||
.timeline-label { | ||
color: @color-black; | ||
} | ||
.timeline-marker { | ||
background: @color-brand-2; | ||
} | ||
} | ||
.timeline-container { | ||
@@ -560,2 +560,3 @@ display : table; | ||
.item-responsify(@targetClass) { | ||
.responsify(@lg, @md, @sm, {}, @xxs); | ||
@lg : { | ||
@@ -574,3 +575,2 @@ .@{targetClass} { | ||
}; | ||
@md : { | ||
@@ -611,3 +611,2 @@ .@{targetClass} { | ||
}; | ||
@sm : { | ||
@@ -630,6 +629,6 @@ .@{targetClass} { | ||
&, | ||
&:visited, | ||
&:active, | ||
&:focus, | ||
&:hover, | ||
&:active { | ||
&:visited { | ||
// convert to an invisible button that covers the entire card at smallest breakpoints | ||
@@ -701,4 +700,4 @@ background-color: transparent; | ||
} | ||
.sliceSummaryOperatedBy, | ||
.sliceSummaryMessages { | ||
.sliceSummaryMessages, | ||
.sliceSummaryOperatedBy { | ||
padding-left: 0; | ||
@@ -710,4 +709,4 @@ } | ||
} | ||
[data-tooltip]:hover:before, | ||
[data-tooltip]:hover:after { | ||
[data-tooltip]:hover:after, | ||
[data-tooltip]:hover:before { | ||
content: " "; | ||
@@ -756,4 +755,4 @@ display: none; | ||
} | ||
.soloLeg .timeline-group.last-child .timeline-item, | ||
.lastLeg .timeline-group.last-child .timeline-item { | ||
.lastLeg .timeline-group.last-child .timeline-item, | ||
.soloLeg .timeline-group.last-child .timeline-item { | ||
background: none; | ||
@@ -769,3 +768,2 @@ } | ||
}; | ||
@xxs: { | ||
@@ -817,2 +815,6 @@ .@{targetClass} { | ||
} | ||
.lastLeg .timeline-group.last-child .timeline-item, | ||
.soloLeg .timeline-group.last-child .timeline-item { | ||
background: none; | ||
} | ||
@@ -828,6 +830,2 @@ .sliceGroup { | ||
} | ||
.soloLeg .timeline-group.last-child .timeline-item, | ||
.lastLeg .timeline-group.last-child .timeline-item { | ||
background: none; | ||
} | ||
.thingTimes { | ||
@@ -845,3 +843,2 @@ .arrivalTime { | ||
}; | ||
.responsify(@lg, @md, @sm, {}, @xxs); | ||
} |
@@ -20,3 +20,3 @@ /*Each line is one test unit, but multiple units (or all) can run at once*/ | ||
ul.category-list { | ||
&>li { | ||
& > li { | ||
list-style-type: disc; | ||
@@ -43,4 +43,4 @@ } | ||
#data { | ||
@include left(10px); | ||
@include table-scaffolding; | ||
@include left(10px); | ||
} | ||
@@ -73,5 +73,5 @@ a { | ||
#header h2, | ||
p, | ||
.favorite li, | ||
li, | ||
.favorite li { | ||
p { | ||
color : $primaryColor; | ||
@@ -78,0 +78,0 @@ font-family: $defaultFont; |
@@ -27,2 +27,4 @@ /* top | ||
opacity : 4em; | ||
/*qwer*/ | ||
//asdfasdf asdfa asdf | ||
} | ||
@@ -29,0 +31,0 @@ } |
@@ -6,3 +6,3 @@ /*Each line is one test unit, but multiple units (or all) can run at once*/ | ||
ul.category-list{&>li{list-style-type:disc}a{color:#f00}} | ||
@mixin table-scaffolding{th{font-weight:bold;text-align:center}td,th{padding:2px}}@mixin left($dist) {float:left;margin-left:$dist}#data{@include table-scaffolding;@include left(10px)} | ||
@mixin table-scaffolding{th{font-weight:bold;text-align:center}th,td{padding:2px}}@mixin left($dist) {float:left;margin-left:$dist}#data{@include table-scaffolding;@include left(10px)} | ||
a{-moz-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;color:#80c040;transition:all .25s ease-in-out}a:hover{color:#000}.button{-moz-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;background:#80c040;color:#fff;transition:all .25s ease-in-out}.button:hover{background:#000} | ||
@@ -9,0 +9,0 @@ $defaultFont:Helvetica,Arial,sans-serif,"Courier New";$primaryColor:#80c040;#header h2,p,li,.favorite li{color:$primaryColor;font-family:$defaultFont;font-size:24px} |
@@ -1,1 +0,1 @@ | ||
var today=20160310;exports.date=today; | ||
var today=20160317;exports.date=today; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
137
20
11805654
29181