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

@loadsmart/miranda-wc

Package Overview
Dependencies
Maintainers
19
Versions
334
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loadsmart/miranda-wc - npm Package Compare versions

Comparing version 1.33.1 to 1.34.0

dist/components/layout/base-layout/index.d.ts

2

dist/components/layout/base-layout/base-layout.d.ts

@@ -5,3 +5,2 @@ import { LitElement, type PropertyValues } from 'lit';

#private;
static styles: import("lit").CSSResult[];
static get properties(): {

@@ -43,2 +42,3 @@ padding: {

paddingR: BaseLayoutProps['paddingR'];
getCSSPropertiesPrefix(): string;
protected update(changedProperties: PropertyValues<BaseLayoutProps>): void;

@@ -45,0 +45,0 @@ render(): import("lit-html").TemplateResult<1>;

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

export declare function baseLayoutStyles(): import("lit").CSSResult;
export declare function getBaseLayoutStyles(cssPropertiesPrefix: string): import("lit").CSSResult;
//# sourceMappingURL=base-layout.styles.d.ts.map
import { type PropertyValues } from 'lit';
import { BaseLayout } from '../base-layout';
import type { BoxProps } from './box.types';
import { BaseLayout } from '../base-layout/base-layout';
export declare class Box extends BaseLayout {
protected static CSSPropertiesPrefix: string;
static styles: import("lit").CSSResult[];

@@ -61,2 +62,3 @@ static get properties(): {

constructor();
getCSSPropertiesPrefix(): string;
protected update(changedProperties: PropertyValues<BoxProps>): void;

@@ -63,0 +65,0 @@ render(): import("lit-html").TemplateResult<1>;

import { type PropertyValues } from 'lit';
import { BaseLayout } from '../base-layout';
import type { GridProps } from './grid.types';
import { BaseLayout } from '../base-layout/base-layout';
export declare class Grid extends BaseLayout {
protected static CSSPropertiesPrefix: string;
static styles: import("lit").CSSResult[];

@@ -55,2 +56,3 @@ static get properties(): {

constructor();
getCSSPropertiesPrefix(): string;
protected update(changedProperties: PropertyValues<GridProps>): void;

@@ -57,0 +59,0 @@ render(): import("lit-html").TemplateResult<1>;

import { type PropertyValues } from 'lit';
import { BaseLayout } from '../base-layout';
import type { GroupProps } from './group.types';
import { BaseLayout } from '../base-layout/base-layout';
export declare class Group extends BaseLayout {
protected static CSSPropertiesPrefix: string;
static styles: import("lit").CSSResult[];

@@ -48,2 +49,3 @@ static get properties(): {

constructor();
getCSSPropertiesPrefix(): string;
protected update(changedProperties: PropertyValues<GroupProps>): void;

@@ -50,0 +52,0 @@ render(): import("lit-html").TemplateResult<1>;

import { type PropertyValues } from 'lit';
import { BaseLayout } from '../base-layout';
import type { SidebarProps } from './sidebar.types';
import { BaseLayout } from '../base-layout/base-layout';
export declare class Sidebar extends BaseLayout {
protected static CSSPropertiesPrefix: string;
static styles: import("lit").CSSResult[];

@@ -54,2 +55,3 @@ static get properties(): {

constructor();
getCSSPropertiesPrefix(): string;
protected update(changedProperties: PropertyValues<SidebarProps>): void;

@@ -56,0 +58,0 @@ render(): import("lit-html").TemplateResult<1>;

import { type PropertyValues } from 'lit';
import { BaseLayout } from '../base-layout';
import type { StackProps } from './stack.types';
import { BaseLayout } from '../base-layout/base-layout';
export declare class Stack extends BaseLayout {
protected static CSSPropertiesPrefix: string;
static styles: import("lit").CSSResult[];

@@ -48,2 +49,3 @@ static get properties(): {

constructor();
getCSSPropertiesPrefix(): string;
protected update(changedProperties: PropertyValues<StackProps>): void;

@@ -50,0 +52,0 @@ render(): import("lit-html").TemplateResult<1>;

import { type PropertyValues } from 'lit';
import { BaseLayout } from '../base-layout';
import type { SwitcherProps } from './switcher.types';
import { BaseLayout } from '../base-layout/base-layout';
export declare class Switcher extends BaseLayout {
protected static CSSPropertiesPrefix: string;
static styles: import("lit").CSSResult[];

@@ -58,2 +59,3 @@ static get properties(): {

constructor();
getCSSPropertiesPrefix(): string;
protected update(changedProperties: PropertyValues<SwitcherProps>): void;

@@ -60,0 +62,0 @@ render(): import("lit-html").TemplateResult<1>;

{
"name": "@loadsmart/miranda-wc",
"version": "1.33.1",
"version": "1.34.0",
"description": "Miranda Web Components component library",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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