electrum-arc
Advanced tools
Comparing version 2.5.7 to 2.5.8
{ | ||
"name": "electrum-arc", | ||
"version": "2.5.7", | ||
"version": "2.5.8", | ||
"description": "Agnostic Reactive Components for Electrum", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"electrum": "^3.6.0", | ||
"electrum": "^3.6.1", | ||
"electrum-style-reload": "^1.2.0", | ||
@@ -30,0 +30,0 @@ "electrum-utils": "^1.6.0", |
@@ -42,2 +42,3 @@ 'use strict'; | ||
}); | ||
describe ('<Foo kind="nice">', () => { | ||
@@ -49,4 +50,11 @@ it ('applies base style and nice style to <div> element', () => { | ||
}); | ||
describe ('<Foo style={ {color: \'pink\'} }">', () => { | ||
it ('applies local style on top of computed styles on <div> element', () => { | ||
const html = ReactDOMServer.renderToStaticMarkup (<Foo state={state} theme={theme} kind='nice' style={{color: 'pink'}}/>); | ||
expect (html).to.equal ('<div style="font-family:Verdana;color:pink;"></div>'); | ||
}); | ||
}); | ||
}); | ||
/******************************************************************************/ |
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
244159
4612
Updatedelectrum@^3.6.1