Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/vaadin-material-styles

Package Overview
Dependencies
Maintainers
9
Versions
451
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-material-styles - npm Package Compare versions

Comparing version 1.0.0-pre.1 to 1.1.0-alpha1

yarn-error.log

4

color.js
import './version.js';
import '@polymer/polymer/lib/elements/custom-style.js';
const $_documentContainer = document.createElement('template');
const $_documentContainer = document.createElement('div');
$_documentContainer.setAttribute('style', 'display: none;');

@@ -181,2 +181,2 @@

document.head.appendChild($_documentContainer.content);
document.head.appendChild($_documentContainer);
import '@polymer/polymer/lib/elements/custom-style.js';
import './version.js';
const $_documentContainer = document.createElement('template');
const $_documentContainer = document.createElement('div');
$_documentContainer.setAttribute('style', 'display: none;');

@@ -34,10 +34,5 @@

document.head.appendChild($_documentContainer.content);
document.head.appendChild($_documentContainer);
/* NOTICE: Generated with 'gulp icons' */
/*
FIXME(polymer-modulizer): the above comments were extracted
from HTML and may be out of place here. Review them and
then delete this comment!
*/
;
import '../font-icons.js';
const $_documentContainer = document.createElement('template');
const $_documentContainer = document.createElement('div');
$_documentContainer.setAttribute('style', 'display: none;');

@@ -44,2 +44,2 @@

document.head.appendChild($_documentContainer.content);
document.head.appendChild($_documentContainer);
import '../color.js';
import './overlay.js';
const $_documentContainer = document.createElement('template');
const $_documentContainer = document.createElement('div');
$_documentContainer.setAttribute('style', 'display: none;');

@@ -13,2 +13,2 @@

document.head.appendChild($_documentContainer.content);
document.head.appendChild($_documentContainer);
import '../color.js';
import '../typography.js';
import '../shadow.js';
const $_documentContainer = document.createElement('template');
const $_documentContainer = document.createElement('div');
$_documentContainer.setAttribute('style', 'display: none;');

@@ -47,2 +47,2 @@

document.head.appendChild($_documentContainer.content);
document.head.appendChild($_documentContainer);

@@ -15,3 +15,3 @@ {

"name": "@vaadin/vaadin-material-styles",
"version": "1.0.0-pre.1",
"version": "1.1.0-alpha1",
"main": "",

@@ -27,10 +27,9 @@ "author": "Vaadin Ltd",

"supports-color": "3.1.2",
"type-detect": "1.0.0",
"@webcomponents/webcomponentsjs": "2.0.0-beta.2"
"type-detect": "1.0.0"
},
"dependencies": {
"@polymer/polymer": "^3.0.0-pre.13"
"@polymer/polymer": "^3.0.0-pre.12"
},
"devDependencies": {
"wct-browser-legacy": "^0.0.1-pre.11",
"wct-browser-legacy": "0.0.1-pre.11",
"@vaadin/vaadin-button": "^2.0.0-pre.3",

@@ -56,7 +55,7 @@ "@vaadin/vaadin-checkbox": "^2.0.0-pre.3",

"@vaadin/vaadin-overlay": "^3.0.2-pre.2",
"@polymer/iron-ajax": "^3.0.0-pre.15",
"@polymer/iron-ajax": "^3.0.0-pre.12",
"@vaadin/elements-demo-resources": "^2.1.0-pre.1",
"@polymer/iron-icons": "^3.0.0-pre.15",
"@polymer/iron-icons": "^3.0.0-pre.12",
"mock-http-request": "git://github.com/abuinitski/MockHttpRequest#npm_fix"
}
}
import './version.js';
import '@polymer/polymer/lib/elements/custom-style.js';
const $_documentContainer = document.createElement('template');
const $_documentContainer = document.createElement('div');
$_documentContainer.setAttribute('style', 'display: none;');

@@ -22,2 +22,2 @@

document.head.appendChild($_documentContainer.content);
document.head.appendChild($_documentContainer);
import './version.js';
import '@polymer/polymer/lib/elements/custom-style.js';
const $_documentContainer = document.createElement('template');
const $_documentContainer = document.createElement('div');
$_documentContainer.setAttribute('style', 'display: none;');

@@ -106,10 +106,5 @@

document.head.appendChild($_documentContainer.content);
document.head.appendChild($_documentContainer);
/* Import Roboto from Google Fonts */
/*
FIXME(polymer-modulizer): the above comments were extracted
from HTML and may be out of place here. Review them and
then delete this comment!
*/
;

@@ -1,1 +0,9 @@

export const Material = {version: '1.0.0-pre.1'};
class Material extends HTMLElement {
static get version() {
return '1.1.0-alpha1';
}
}
customElements.define('vaadin-material-styles', Material);
export { Material };

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc