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
333
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.25.1 to 1.25.2

1

dist/components/button/button.d.ts

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

render(): import("lit-html").TemplateResult<1>;
private handleClick;
}

@@ -66,0 +65,0 @@ declare global {

4

dist/components/card/card.d.ts

@@ -20,3 +20,2 @@ import { LitElement } from 'lit';

* Should the card be flagged.
* @type {Boolean}
*/

@@ -26,5 +25,4 @@ flagged: CardProps['flagged'];

* Card flag color.
* @type {ColorToken}
*/
flagColor: CardProps['flag-color'];
flagColor: NonNullable<CardProps['flag-color']>;
constructor();

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

import { LitElement } from 'lit';
export declare class Component extends LitElement {
protected emit<T>(eventName: string, options?: CustomEventInit<T>): void;
protected emit: <T>(eventName: string, options?: CustomEventInit<T> | undefined) => void;
/**

@@ -19,4 +19,4 @@ * Re-dispatches an event.

*/
protected reemit(event: Event): void;
protected reemit: (event: Event) => void;
}
//# sourceMappingURL=component.d.ts.map

@@ -16,5 +16,4 @@ import { LitElement, type PropertyValues } from 'lit';

protected updated(changedProperties: PropertyValues<this>): void;
private getAssignedForm;
}
export default FormControl;
//# sourceMappingURL=form-control.d.ts.map

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

render(): import("lit-html").TemplateResult<1>;
handleClick(event: MouseEvent): void;
}

@@ -42,0 +41,0 @@ declare global {

{
"name": "@loadsmart/miranda-wc",
"version": "1.25.1",
"version": "1.25.2",
"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 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