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.0.0 to 1.1.0

2

dist/Animations/ModalAnimation.svelte.d.ts
import { SvelteComponent } from "svelte";
import type { ModalAlign } from '../Modal/properties';
import type { ModalTransition } from '../types';
declare const __propDef: {

@@ -7,2 +8,3 @@ props: {

align?: ModalAlign | undefined;
transitionType?: ModalTransition | undefined;
};

@@ -9,0 +11,0 @@ events: {

@@ -9,2 +9,3 @@ import { SvelteComponent } from "svelte";

expand?: boolean | undefined;
preventFocus?: boolean | undefined;
};

@@ -11,0 +12,0 @@ events: {

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

import type { ModalTransition } from '../types';
export type ModalSize = 'large' | 'medium' | 'small' | 'fit-content';

@@ -9,2 +10,3 @@ export type ModalAlign = 'top' | 'center' | 'bottom';

enableTransition: boolean;
transitionType: ModalTransition;
header: {

@@ -11,0 +13,0 @@ leftImage: string | null;

3

dist/Modal/properties.js

@@ -11,3 +11,4 @@ export const defaultModalProperties = {

},
enableTransition: true
enableTransition: true,
transitionType: 'ALL'
};

@@ -6,2 +6,3 @@ /**

export type InputDataType = 'text' | 'tel' | 'password' | 'email';
export type ModalTransition = 'IN' | 'ALL';
export type AutoCompleteType = 'tel' | 'name' | 'email' | 'one-time-code' | 'postal-code' | 'street-address' | 'on' | 'address-level1';

@@ -8,0 +9,0 @@ /**

{
"name": "@juspay/svelte-ui-components",
"version": "1.0.0",
"version": "1.1.0",
"scripts": {

@@ -9,3 +9,2 @@ "dev": "vite dev",

"package": "svelte-kit sync && svelte-package && publint",
"publish": "node --experimental-json-modules scripts/publish.js",
"prepublishOnly": "npm run package",

@@ -20,5 +19,2 @@ "test": "npm run test:integration && npm run test:unit",

},
"author": {
"name": "Juspay Technologies Pvt Ltd"
},
"exports": {

@@ -25,0 +21,0 @@ ".": {

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

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