@material/mwc-base
Advanced tools
Comparing version 0.26.0 to 0.26.1
@@ -6,7 +6,7 @@ /** | ||
*/ | ||
import { MDCFoundation } from '@material/base'; | ||
import { MDCFoundation } from '@material/base/foundation.js'; | ||
import { LitElement } from 'lit'; | ||
import { Constructor } from './utils'; | ||
export { CustomEventListener, EventType, SpecificEventListener } from '@material/base/types'; | ||
export { addHasRemoveClass } from './utils'; | ||
import { Constructor } from './utils.js'; | ||
export { CustomEventListener, EventType, SpecificEventListener } from '@material/base/types.js'; | ||
export { addHasRemoveClass } from './utils.js'; | ||
/** @soyCompatible */ | ||
@@ -13,0 +13,0 @@ export declare abstract class BaseElement extends LitElement { |
@@ -7,3 +7,3 @@ /** | ||
import { LitElement } from 'lit'; | ||
export { addHasRemoveClass } from './utils'; | ||
export { addHasRemoveClass } from './utils.js'; | ||
/** @soyCompatible */ | ||
@@ -10,0 +10,0 @@ export class BaseElement extends LitElement { |
@@ -6,4 +6,4 @@ /** | ||
*/ | ||
import { addHasRemoveClass, BaseElement, CustomEventListener, EventType, SpecificEventListener } from './base-element'; | ||
import { RippleInterface } from './utils'; | ||
import { addHasRemoveClass, BaseElement, CustomEventListener, EventType, SpecificEventListener } from './base-element.js'; | ||
import { RippleInterface } from './utils.js'; | ||
export { addHasRemoveClass, BaseElement, CustomEventListener, EventType, RippleInterface, SpecificEventListener }; | ||
@@ -10,0 +10,0 @@ declare global { |
@@ -10,4 +10,4 @@ /** | ||
// tslint:disable:strip-private-property-underscore | ||
import { property } from 'lit/decorators'; | ||
import { addHasRemoveClass, BaseElement } from './base-element'; | ||
import { property } from 'lit/decorators.js'; | ||
import { addHasRemoveClass, BaseElement } from './base-element.js'; | ||
export { addHasRemoveClass, BaseElement }; | ||
@@ -14,0 +14,0 @@ // ShadyDOM should submit <input> elements in component internals |
{ | ||
"name": "@material/mwc-base", | ||
"version": "0.26.0", | ||
"version": "0.26.1", | ||
"description": "", | ||
@@ -14,4 +14,4 @@ "main": "base-element.js", | ||
"dependencies": { | ||
"@material/base": "=14.0.0", | ||
"@material/dom": "=14.0.0", | ||
"@material/base": "=14.0.0-canary.53b3cad2f.0", | ||
"@material/dom": "=14.0.0-canary.53b3cad2f.0", | ||
"lit": "^2.0.0", | ||
@@ -21,6 +21,6 @@ "tslib": "^2.0.1" | ||
"devDependencies": { | ||
"@material/elevation": "=14.0.0", | ||
"@material/feature-targeting": "=14.0.0", | ||
"@material/ripple": "=14.0.0", | ||
"@material/theme": "=14.0.0" | ||
"@material/elevation": "=14.0.0-canary.53b3cad2f.0", | ||
"@material/feature-targeting": "=14.0.0-canary.53b3cad2f.0", | ||
"@material/ripple": "=14.0.0-canary.53b3cad2f.0", | ||
"@material/theme": "=14.0.0-canary.53b3cad2f.0" | ||
}, | ||
@@ -30,3 +30,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "056b3ceffbe2fe3408dbdbb319932da85637e779" | ||
"gitHead": "06b516b7f91867acd0cbe5676767aea8f490cbee" | ||
} |
Sorry, the diff of this file is not supported yet
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
51051