sk-sketch-webview
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -75,3 +75,3 @@ /* globals NSUUID NSThread NSPanel NSMakeRect NSTexturedBackgroundWindowMask NSTitledWindowMask NSWindowTitleHidden NSClosableWindowMask NSColor NSWindowMiniaturizeButton NSWindowZoomButton NSFloatingWindowLevel WebView COScript NSWindowCloseButton NSFullSizeContentViewWindowMask NSVisualEffectView NSAppearance NSAppearanceNameVibrantLight NSVisualEffectBlendingModeBehindWindow NSLayoutConstraint NSLayoutRelationEqual NSLayoutAttributeLeft NSLayoutAttributeTop NSLayoutAttributeRight NSLayoutAttributeBottom NSResizableWindowMask */ | ||
var titleBgColor = NSColor.colorWithRed_green_blue_alpha(0.99, 0.99, 0.99, 1) | ||
if (panel.title) { | ||
if (options.title) { | ||
panel.setTitle(options.title || context.plugin.name()) | ||
@@ -78,0 +78,0 @@ } |
{ | ||
"name": "sk-sketch-webview", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A sketch module for creating an complex UI with a webview(configurable titlebar)", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
42919