@exmg/exm-form-drawer
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@exmg/exm-form-drawer", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"type": "module", | ||
@@ -34,3 +34,3 @@ "main": "index.js", | ||
"@exmg/exm-button": "^1.0.1", | ||
"@exmg/exm-form": "^1.0.1", | ||
"@exmg/exm-form": "^1.0.2", | ||
"@material/typography": "^14.0.0", | ||
@@ -51,3 +51,3 @@ "@polymer/neon-animation": "^3.0.1", | ||
}, | ||
"gitHead": "8e971cbad07fa6fab5a95aefd915937b752d2204" | ||
"gitHead": "72cea6089d6ed7f8ffe190fffeab57f2c36dbc02" | ||
} |
@@ -5,3 +5,3 @@ import { __decorate } from "tslib"; | ||
import { ExmFormDrawerBase } from './exm-form-drawer-base.js'; | ||
import { exmgFormStyles } from '@exmg/exm-form'; | ||
import { formStyles } from '@exmg/exm-form'; | ||
let ExmFormDrawer = class ExmFormDrawer extends ExmFormDrawerBase { | ||
@@ -12,3 +12,3 @@ getForm() { | ||
}; | ||
ExmFormDrawer.styles = [style, exmgFormStyles]; | ||
ExmFormDrawer.styles = [style, formStyles]; | ||
ExmFormDrawer = __decorate([ | ||
@@ -15,0 +15,0 @@ customElement('exm-form-drawer') |
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
23851
Updated@exmg/exm-form@^1.0.2