Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-material-styles

Package Overview
Dependencies
Maintainers
14
Versions
415
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

all-imports.js

8

mixins/required-field.js

@@ -36,5 +36,11 @@ import '../color.js';

color: var(--material-error-text-color);
margin-top: 6px;
}
/* Margin that doesn’t reserve space when there’s no error message */
[part="error-message"]:not(:empty)::before {
content: "";
display: block;
height: 6px;
}
:host(:not([invalid])) [part="error-message"] {

@@ -41,0 +47,0 @@ margin-top: 0;

11

package.json

@@ -15,4 +15,4 @@ {

"name": "@vaadin/vaadin-material-styles",
"version": "1.2.0",
"main": "",
"version": "1.2.1",
"main": "all-imports.js",
"author": "Vaadin Ltd",

@@ -45,3 +45,2 @@ "license": "Apache-2.0",

"@vaadin/vaadin-dialog": "^2.1.0",
"@vaadin/vaadin-dropdown-menu": "^1.1.0",
"@vaadin/vaadin-form-layout": "^2.1.0",

@@ -55,2 +54,3 @@ "@vaadin/vaadin-grid": "^5.1.0",

"@vaadin/vaadin-radio-button": "^1.1.0",
"@vaadin/vaadin-select": "^2.0.0",
"@vaadin/vaadin-split-layout": "^4.1.0",

@@ -60,8 +60,7 @@ "@vaadin/vaadin-tabs": "^2.1.0",

"@vaadin/vaadin-upload": "^4.2.0",
"@vaadin/vaadin-overlay": "^3.1.1",
"@polymer/iron-ajax": "^3.0.0-pre.18",
"@polymer/iron-ajax": "^3.0.0",
"@vaadin/elements-demo-resources": "^2.1.0",
"@polymer/iron-icons": "^3.0.0-pre.18",
"@polymer/iron-icons": "^3.0.0",
"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');
import { html } from '@polymer/polymer/lib/utils/html-tag.js';
$_documentContainer.innerHTML = `<custom-style>
const $_documentContainer = html`<custom-style>
<style>

@@ -108,7 +108,1 @@ html {

import './font-roboto.js';
/*
FIXME(polymer-modulizer): the above comments were extracted
from HTML and may be out of place here. Review them and
then delete this comment!
*/
;
class Material extends HTMLElement {
static get version() {
return '1.2.0';
return '1.2.1';
}

@@ -5,0 +5,0 @@ }

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc