@forter/helpers
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0
/** | ||
* Will force creation of element with light dom | ||
* Overrides the `createRenderRoot` method on UpdatingElement to prevent creating a shadow root. | ||
* Useful when you want your element to render to it's light DOM, without using shadow DOM. | ||
* | ||
@@ -4,0 +5,0 @@ * @mixinFunction |
{ | ||
"name": "@forter/helpers", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0", | ||
"description": "Helpers for Forter Components", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"build": "npx rollup -c", | ||
"clean": "sh ../../scripts/clean.sh", | ||
@@ -46,12 +46,6 @@ "link": "npm link", | ||
"dependencies": { | ||
"lit-element": "^2.1.0", | ||
"lit-html": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"rollup": "^1.4.1", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-commonjs": "^9.2.1", | ||
"rollup-plugin-lit-css": "^2.0.0", | ||
"rollup-plugin-node-resolve": "^4.0.1" | ||
}, | ||
"gitHead": "f437218a1c8b8a6666ce17cf8e690e9b081bd0c8" | ||
"gitHead": "e1ce672b1ba3e7716d9918c70c6035d5198a1020" | ||
} |
/** | ||
* Will force creation of element with light dom | ||
* Overrides the `createRenderRoot` method on UpdatingElement to prevent creating a shadow root. | ||
* Useful when you want your element to render to it's light DOM, without using shadow DOM. | ||
* | ||
@@ -4,0 +5,0 @@ * @mixinFunction |
@@ -1,3 +0,3 @@ | ||
import { LitElement } from 'lit-element'; | ||
import { expect, defineCE, fixture, html } from '@open-wc/testing'; | ||
import { LitElement, html } from 'lit-element'; | ||
import { expect, defineCE, fixture } from '@open-wc/testing'; | ||
@@ -4,0 +4,0 @@ import { LightDomMixin } from './light-dom-mixin'; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
24886
0
405
1
2
+ Addedlit-element@^2.1.0
+ Addedlit-element@2.5.1(transitive)