Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-lumo-styles

Package Overview
Dependencies
Maintainers
19
Versions
445
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 20.0.0-beta1 to 21.0.0-alpha0.29f1db3de

gulpfile.js

2

badge.d.ts

@@ -1,3 +0,3 @@

import { CSSResult } from 'lit-element';
import { CSSResult } from 'lit';
export const badge: CSSResult;

@@ -1,2 +0,2 @@

import { CSSResult } from 'lit-element';
import { CSSResult } from 'lit';

@@ -3,0 +3,0 @@ export const colorBase: CSSResult;

@@ -7,2 +7,3 @@ /**

import './version.js';
const $_documentContainer = document.createElement('template');

@@ -9,0 +10,0 @@

@@ -1,3 +0,3 @@

import { CSSResult } from 'lit-element';
import { CSSResult } from 'lit';
export const fieldButton: CSSResult;

@@ -1,3 +0,3 @@

import { CSSResult } from 'lit-element';
import { CSSResult } from 'lit';
export const menuOverlay: CSSResult;

@@ -1,3 +0,3 @@

import { CSSResult } from 'lit-element';
import { CSSResult } from 'lit';
export const overlay: CSSResult;

@@ -1,3 +0,3 @@

import { CSSResult } from 'lit-element';
import { CSSResult } from 'lit';
export const requiredField: CSSResult;
{
"name": "@vaadin/vaadin-lumo-styles",
"version": "20.0.0-beta1",
"version": "21.0.0-alpha0.29f1db3de",
"description": "Lumo is a design system foundation for modern web applications, used by Vaadin components",

@@ -29,2 +29,5 @@ "main": "all-imports.js",

],
"scripts": {
"icons": "gulp icons"
},
"dependencies": {

@@ -34,8 +37,15 @@ "@polymer/iron-icon": "^3.0.0",

"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-themable-mixin": "^20.0.0-beta1"
"@vaadin/vaadin-themable-mixin": "^21.0.0-alpha0.29f1db3de"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-cli": "^2.0.1",
"gulp-iconfont": "^11.0.0",
"gulp-sort": "^2.0.0",
"gulp-svgmin": "^3.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a8bc4c410600c8039e8e3f5fa4c763fdb328e10d"
"gitHead": "70e741f8e450dbea6f50de314514f4a15b2072b9"
}

@@ -1,3 +0,3 @@

import { CSSResult } from 'lit-element';
import { CSSResult } from 'lit';
export const sizing: CSSResult;

@@ -1,3 +0,3 @@

import { CSSResult } from 'lit-element';
import { CSSResult } from 'lit';
export const spacing: CSSResult;

@@ -1,3 +0,3 @@

import { CSSResult } from 'lit-element';
import { CSSResult } from 'lit';
export const style: CSSResult;

@@ -1,2 +0,2 @@

import { CSSResult } from 'lit-element';
import { CSSResult } from 'lit';

@@ -3,0 +3,0 @@ export const font: CSSResult;

@@ -8,3 +8,3 @@ /**

static get version() {
return '20.0.0-beta1';
return '21.0.0-alpha0';
}

@@ -11,0 +11,0 @@ }

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