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

@justeattakeaway/pie-button

Package Overview
Dependencies
Maintainers
0
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@justeattakeaway/pie-button - npm Package Compare versions

Comparing version 0.47.7 to 0.47.8

4

dist/index.d.ts

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

import { ComponentDefaultPropsGeneric } from '@justeattakeaway/pie-webc-core';
import { ComponentDefaultProps } from '@justeattakeaway/pie-webc-core';
import type { CSSResult } from 'lit';

@@ -86,3 +86,3 @@ import type { FormControlInterface } from '@justeattakeaway/pie-webc-core';

export declare type DefaultProps = ComponentDefaultPropsGeneric<ButtonProps, 'size' | 'type' | 'variant' | 'iconPlacement' | 'disabled' | 'isLoading' | 'isFullWidth' | 'isResponsive'>;
export declare type DefaultProps = ComponentDefaultProps<ButtonProps, 'size' | 'type' | 'variant' | 'iconPlacement' | 'disabled' | 'isFullWidth' | 'isLoading' | 'isResponsive'>;

@@ -89,0 +89,0 @@ export declare const defaultProps: DefaultProps;

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

import { ComponentDefaultPropsGeneric } from '@justeattakeaway/pie-webc-core';
import { ComponentDefaultProps } from '@justeattakeaway/pie-webc-core';
import type { CSSResult } from 'lit';

@@ -87,3 +87,3 @@ import type { FormControlInterface } from '@justeattakeaway/pie-webc-core';

export declare type DefaultProps = ComponentDefaultPropsGeneric<ButtonProps, 'size' | 'type' | 'variant' | 'iconPlacement' | 'disabled' | 'isLoading' | 'isFullWidth' | 'isResponsive'>;
export declare type DefaultProps = ComponentDefaultProps<ButtonProps, 'size' | 'type' | 'variant' | 'iconPlacement' | 'disabled' | 'isFullWidth' | 'isLoading' | 'isResponsive'>;

@@ -90,0 +90,0 @@ export declare const defaultProps: DefaultProps;

{
"name": "@justeattakeaway/pie-button",
"version": "0.47.7",
"version": "0.47.8",
"description": "PIE design system button built using web components",

@@ -51,6 +51,6 @@ "type": "module",

"dependencies": {
"@justeattakeaway/pie-spinner": "0.6.5",
"@justeattakeaway/pie-webc-core": "0.23.0",
"@justeattakeaway/pie-spinner": "0.6.6",
"@justeattakeaway/pie-webc-core": "0.24.0",
"element-internals-polyfill": "1.3.11"
}
}

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

import { type ComponentDefaultPropsGeneric } from '@justeattakeaway/pie-webc-core';
import { type ComponentDefaultProps } from '@justeattakeaway/pie-webc-core';

@@ -104,3 +104,3 @@ export const sizes = ['xsmall', 'small-productive', 'small-expressive', 'medium', 'large'] as const;

export type DefaultProps = ComponentDefaultPropsGeneric<ButtonProps, 'size' | 'type' | 'variant' | 'iconPlacement' | 'disabled' | 'isLoading' | 'isFullWidth' | 'isResponsive'>;
export type DefaultProps = ComponentDefaultProps<ButtonProps, 'size' | 'type' | 'variant' | 'iconPlacement' | 'disabled' | 'isFullWidth' | 'isLoading' | 'isResponsive'>;

@@ -107,0 +107,0 @@ export const defaultProps: DefaultProps = {

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