@uxland-admin/ip-context-info
Advanced tools
Comparing version 2.0.6 to 2.0.7
{ | ||
"name": "@uxland-admin/ip-context-info", | ||
"description": "ICS Process - Context info", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -6,4 +6,6 @@ import {html} from '@polymer/lit-element/lit-element'; | ||
const innerTemplate = (props) => html` | ||
<div> | ||
<ip-ci-dialog-item></ip-ci-dialog-item> | ||
<div id="context-info-region-container"></div>`; | ||
<div id="context-info-region-container"></div> | ||
</div>`; | ||
export const template: (props: any) => TemplateResult = innerTemplate; |
Sorry, the diff of this file is not supported yet
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
33582
629