@granite-elements/granite-bootstrap
Advanced tools
Comparing version 4.3.1-1 to 4.3.1-2
@@ -16,3 +16,3 @@ /** | ||
import {html} from '@polymer/polymer/polymer-element.js'; | ||
import {html, render} from 'lit-html'; | ||
const GraniteBootstrapGridMin = html` | ||
@@ -28,3 +28,3 @@ <dom-module id='granite-bootstrap-grid-min'><template><style> | ||
</style></template></dom-module>`; | ||
document.head.appendChild(GraniteBootstrapGridMin.content); | ||
render(GraniteBootstrapGridMin, document.head); | ||
@@ -16,3 +16,3 @@ /** | ||
import {html} from '@polymer/polymer/polymer-element.js'; | ||
import {html, render} from 'lit-html'; | ||
const GraniteBootstrapRebootMin = html` | ||
@@ -29,3 +29,3 @@ <dom-module id='granite-bootstrap-reboot-min'><template><style> | ||
</style></template></dom-module>`; | ||
document.head.appendChild(GraniteBootstrapRebootMin.content); | ||
render(GraniteBootstrapRebootMin, document.head); | ||
@@ -16,3 +16,3 @@ /** | ||
import {html} from '@polymer/polymer/polymer-element.js'; | ||
import {html, render} from 'lit-html'; | ||
const GraniteBootstrapReboot = html` | ||
@@ -352,3 +352,3 @@ <dom-module id='granite-bootstrap-reboot'><template><style> | ||
</style></template></dom-module>`; | ||
document.head.appendChild(GraniteBootstrapReboot.content); | ||
render(GraniteBootstrapReboot, document.head); | ||
@@ -55,3 +55,3 @@ /* | ||
import {html} from '@polymer/polymer/polymer-element.js'; | ||
import {html, render} from 'lit-html'; | ||
const ${className(filename)} = html\` | ||
@@ -64,3 +64,3 @@ <dom-module id='${moduleName(filename)}'><template><style> | ||
</style></template></dom-module>\`; | ||
document.head.appendChild(${className(filename)}.content); | ||
render(${className(filename)}, document.head); | ||
`; | ||
@@ -67,0 +67,0 @@ } |
@@ -11,3 +11,3 @@ { | ||
"name": "@granite-elements/granite-bootstrap", | ||
"version": "4.3.1-1", | ||
"version": "4.3.1-2", | ||
"resolutions": {}, | ||
@@ -18,6 +18,7 @@ "main": "granite-bootstrap-min.js", | ||
"dependencies": { | ||
"@polymer/polymer": "3.3.0" | ||
"lit-html": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
"bootstrap": "4.3.1", | ||
"@polymer/polymer": "3.3.0", | ||
"@polymer/iron-component-page": "^4.0.0", | ||
@@ -24,0 +25,0 @@ "@polymer/iron-demo-helpers": "^3.0.0", |
@@ -12,8 +12,2 @@ [![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/LostInBrittanygranite-bootstrap) | ||
## Doc & demo | ||
[https://lostinbrittany.github.io/granite-bootstrap](https://lostinbrittany.github.io/granite-bootstrap) | ||
### Using *granite-bootstrap* modules | ||
@@ -159,5 +153,2 @@ | ||
I'm aligning the versions of this element with Bootstrap version, in order to make easier to choose the right version | ||
## License | ||
[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0) | ||
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
497230
17
13
152
+ Addedlit-html@^1.1.2
+ Addedlit-html@1.4.1(transitive)
- Removed@polymer/polymer@3.3.0
- Removed@polymer/polymer@3.3.0(transitive)
- Removed@webcomponents/shadycss@1.11.2(transitive)