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

@vaadin/vaadin-lumo-styles

Package Overview
Dependencies
Maintainers
12
Versions
486
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 23.2.0-dev.8a7678b70 to 23.2.0-rc1

mixins/loader.d.ts

2

badge.d.ts

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

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

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

import { CSSResult } from 'lit';
import type { CSSResult } from 'lit';

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

@@ -8,5 +8,5 @@ /**

const $_documentContainer = document.createElement('template');
const template = document.createElement('template');
$_documentContainer.innerHTML = `
template.innerHTML = `
<style>

@@ -67,2 +67,2 @@ @font-face {

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

@@ -13,5 +13,5 @@ /**

const $_documentContainer = document.createElement('template');
const template = document.createElement('template');
$_documentContainer.innerHTML = `<iron-iconset-svg size="1000" name="lumo">
template.innerHTML = `<iron-iconset-svg size="1000" name="lumo">
<svg xmlns="http://www.w3.org/2000/svg">

@@ -65,2 +65,2 @@ <defs>

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

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

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

@@ -6,4 +6,4 @@ /**

*/
import { CSSResult } from 'lit';
import type { CSSResult } from 'lit';
export const helper: CSSResult;

@@ -6,3 +6,3 @@ /**

*/
import { CSSResult } from 'lit';
import type { CSSResult } from 'lit';

@@ -9,0 +9,0 @@ export const inputField: CSSResult;

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

import { CSSResult } from 'lit';
import type { CSSResult } from 'lit';

@@ -3,0 +3,0 @@ export const menuOverlay: CSSResult[];

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

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

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

import { CSSResult } from 'lit';
import type { CSSResult } from 'lit';
export const requiredField: CSSResult;
{
"name": "@vaadin/vaadin-lumo-styles",
"version": "23.2.0-dev.8a7678b70",
"version": "23.2.0-rc1",
"publishConfig": {

@@ -17,3 +17,3 @@ "access": "public"

"bugs": {
"url": "https://github.com/vaadin/vaadin-lumo-styles/issues"
"url": "https://github.com/vaadin/web-components/issues"
},

@@ -24,3 +24,3 @@ "main": "all-imports.js",

"scripts": {
"icons": "gulp icons"
"icons": "gulp icons --gulpfile gulpfile.cjs"
},

@@ -47,4 +47,4 @@ "files": [

"@polymer/polymer": "^3.0.0",
"@vaadin/icon": "23.2.0-dev.8a7678b70",
"@vaadin/vaadin-themable-mixin": "23.2.0-dev.8a7678b70"
"@vaadin/icon": "23.2.0-rc1",
"@vaadin/vaadin-themable-mixin": "23.2.0-rc1"
},

@@ -58,3 +58,3 @@ "devDependencies": {

},
"gitHead": "85b403f96d8282f262322b56c0ff4289f843d02a"
"gitHead": "e78a1f2fe6f42d78cefa3f48085b09a3033c9588"
}

@@ -8,5 +8,5 @@ /**

import '../spacing.js';
const $_documentContainer = document.createElement('template');
const template = document.createElement('template');
$_documentContainer.innerHTML = `
template.innerHTML = `
<style>

@@ -41,2 +41,2 @@ /* Use a stronger selector so that imports added later do not override the property values */

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

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

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

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

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

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

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

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

import { CSSResult } from 'lit';
import type { CSSResult } from 'lit';

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

@@ -6,4 +6,4 @@ /**

*/
import { CSSResult } from 'lit';
import type { CSSResult } from 'lit';
export const userColors: CSSResult;

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

import { CSSResult } from 'lit';
import type { CSSResult } from 'lit';
export const utility: CSSResult;

@@ -9,5 +9,5 @@ /**

const $_documentContainer = document.createElement('template');
const template = document.createElement('template');
$_documentContainer.innerHTML = `<vaadin-iconset name="lumo" size="1000">
template.innerHTML = `<vaadin-iconset name="lumo" size="1000">
<svg xmlns="http://www.w3.org/2000/svg">

@@ -61,2 +61,2 @@ <defs>

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

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

static get version() {
return '23.2.0-alpha1';
return '23.2.0-rc1';
}

@@ -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