@figspec/components
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -63,3 +63,3 @@ "use strict"; | ||
--bg: var(--figspec-viewer-bg, #E5E5E5); | ||
--bg: var(--figspec-viewer-bg, #e5e5e5); | ||
--z-index: var(--figspec-viewer-z-index, 0); | ||
@@ -66,0 +66,0 @@ --error-bg: var(--figspec-viewer-error-bg, var(--default-error-bg)); |
@@ -60,3 +60,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
--bg: var(--figspec-viewer-bg, #E5E5E5); | ||
--bg: var(--figspec-viewer-bg, #e5e5e5); | ||
--z-index: var(--figspec-viewer-z-index, 0); | ||
@@ -63,0 +63,0 @@ --error-bg: var(--figspec-viewer-error-bg, var(--default-error-bg)); |
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"contributors": [ | ||
@@ -31,3 +31,4 @@ { | ||
"copy-to-clipboard": "^3.0.0", | ||
"lit-element": "^2.4.0" | ||
"lit-element": "^2.4.0", | ||
"lit-html": "^1.1.1" | ||
}, | ||
@@ -44,3 +45,3 @@ "devDependencies": { | ||
"figma-js": "^1.13.0", | ||
"lit-html": "^1.3.0", | ||
"lit-html": "^1.1.1", | ||
"react-is": "^16.13.1", | ||
@@ -47,0 +48,0 @@ "ts-loader": "^8.0.5", |
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
283723
3
+ Addedlit-html@^1.1.1