Socket
Socket
Sign inDemoInstall

@juspay/svelte-ui-components

Package Overview
Dependencies
Maintainers
6
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@juspay/svelte-ui-components - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

dist/Stepper/properties.d.ts

4

dist/CheckListItem/CheckListItem.svelte.d.ts

@@ -12,3 +12,5 @@ import { SvelteComponent } from "svelte";

};
slots: {};
slots: {
checkboxLabel: {};
};
};

@@ -15,0 +17,0 @@ export type CheckListItemProps = typeof __propDef.props;

@@ -21,2 +21,4 @@ export { default as Modal } from './Modal/Modal.svelte';

export { default as Table } from './Table/Table.svelte';
export { default as Stepper } from './Stepper/Stepper.svelte';
export { default as Step } from './Stepper/Step.svelte';
export type { ButtonProperties } from './Button/properties';

@@ -40,2 +42,3 @@ export type { ModalProperties, ModalAlign, ModalSize } from './Modal/properties';

export type { TableProperties } from './Table/properties';
export type { StepperProperties } from './Stepper/properties';
export { defaultIconProperties } from './Icon/properties';

@@ -42,0 +45,0 @@ export { defaultButtonProperties } from './Button/properties';

@@ -21,2 +21,4 @@ export { default as Modal } from './Modal/Modal.svelte';

export { default as Table } from './Table/Table.svelte';
export { default as Stepper } from './Stepper/Stepper.svelte';
export { default as Step } from './Stepper/Step.svelte';
export { defaultIconProperties } from './Icon/properties';

@@ -23,0 +25,0 @@ export { defaultButtonProperties } from './Button/properties';

{
"name": "@juspay/svelte-ui-components",
"version": "1.4.0",
"version": "1.5.0",
"scripts": {

@@ -5,0 +5,0 @@ "dev": "vite dev",

Sorry, the diff of this file is not supported yet

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