@uxland-admin/ip-context-info
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -67,2 +67,14 @@ declare module '@uxland-admin/ip-context-info/constants' { | ||
} | ||
declare module '@uxland-admin/ip-context-info/components/ip-ci-toolbar/styles.scss' { | ||
export interface IStylesScss { | ||
'app-container': string; | ||
'context-info-toolbar': string; | ||
'diagnostic': string; | ||
'context-info': string; | ||
'separator': string; | ||
} | ||
export const locals: IStylesScss; | ||
} | ||
declare module '@uxland-admin/ip-context-info/components/ip-cs-icons' { | ||
@@ -109,2 +121,24 @@ import '@polymer/iron-icons/iron-icons'; | ||
} | ||
declare module '@uxland-admin/ip-context-info/components/ip-ci-dialog-item/styles.scss' { | ||
export interface IStylesScss { | ||
'app-container': string; | ||
'content': string; | ||
'episode-container': string; | ||
'episode-title': string; | ||
'days': string; | ||
'days-value': string; | ||
'days-label': string; | ||
'metadata': string; | ||
'summary': string; | ||
'summary-text': string; | ||
'text-item': string; | ||
'label': string; | ||
'value': string; | ||
'summary-data': string; | ||
'data-item': string; | ||
} | ||
export const locals: IStylesScss; | ||
} | ||
declare module '@uxland-admin/ip-context-info/components/ip-ci-dialog-item/template' { | ||
@@ -129,2 +163,11 @@ import { TemplateResult } from 'lit-element'; | ||
} | ||
declare module '@uxland-admin/ip-context-info/components/ip-context/styles.scss' { | ||
export interface IStylesScss { | ||
'app-container': string; | ||
'context-info-region-container': string; | ||
} | ||
export const locals: IStylesScss; | ||
} | ||
declare module '@uxland-admin/ip-context-info/components/ip-context/template' { | ||
@@ -131,0 +174,0 @@ import { TemplateResult } from 'lit-html'; |
{ | ||
"name": "@uxland-admin/ip-context-info", | ||
"description": "ICS Process - Context info", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"main": "index.js", | ||
@@ -27,2 +27,3 @@ "repository": { | ||
"@webcomponents/webcomponentsjs": "^2.0.0", | ||
"circular-dependency-plugin": "^5.0.2", | ||
"chai": "^4.2.0", | ||
@@ -29,0 +30,0 @@ "clean-webpack-plugin": "^1.0.0", |
@@ -9,2 +9,3 @@ 'use strict'; | ||
const ScriptExtHtmlWebpackPlugin = require('script-ext-html-webpack-plugin'); | ||
const CircularDependencyPlugin = require("circular-dependency-plugin"); | ||
@@ -98,3 +99,14 @@ const pkg = require('./package.json'); | ||
]; | ||
const devPlugins = [new CopyWebpackPlugin(copyStatics.copyWebcomponents), new webpack.HotModuleReplacementPlugin() | ||
const devPlugins = [ | ||
new CopyWebpackPlugin(copyStatics.copyWebcomponents), | ||
new webpack.HotModuleReplacementPlugin(), | ||
new CircularDependencyPlugin({ | ||
//avoid circular dependencys | ||
// exclude detection of files based on a RegExp | ||
exclude: /a\.js|node_modules/, | ||
// add errors to webpack instead of warnings | ||
failOnError: true, | ||
// set the current working directory for displaying module paths | ||
cwd: process.cwd() | ||
}) | ||
]; | ||
@@ -101,0 +113,0 @@ const buildPlugins = [ |
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
35893
27
709
41