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

@spectrum-web-components/base

Package Overview
Dependencies
Maintainers
7
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/base - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2-express.41

4

package.json
{
"name": "@spectrum-web-components/base",
"version": "0.5.1",
"version": "0.5.2-express.41+5d9e2a2ca",
"publishConfig": {

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

"sideEffects": false,
"gitHead": "df3f333ee26a45f9fc247716b6e8ef051dca630b"
"gitHead": "5d9e2a2ca93deff51e4b2c7b8354f1127009a4e3"
}

@@ -7,2 +7,3 @@ import { ReactiveElement } from 'lit';

export declare type ElementSize = 'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl';
export declare const ElementSizes: Record<string, ElementSize>;
export declare type DefaultElementSize = Exclude<ElementSize, 'xxs' | 'xs' | 'xxl'>;

@@ -9,0 +10,0 @@ export interface SizedElementInterface {

import { __decorate } from "tslib";
import { property } from 'lit/decorators.js';
export const ElementSizes = {
xxs: 'xxs',
xs: 'xs',
s: 's',
m: 'm',
l: 'l',
xl: 'xl',
xxl: 'xxl',
};
export function SizedMixin(constructor, { validSizes = ['s', 'm', 'l', 'xl'], noDefaultSize, defaultSize = 'm', } = {}) {

@@ -4,0 +13,0 @@ class SizedElement extends constructor {

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