@loadsmart/miranda-wc
Advanced tools
Comparing version 1.33.1 to 1.34.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
595255
317
4429