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

@justeattakeaway/pie-spinner

Package Overview
Dependencies
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@justeattakeaway/pie-spinner - npm Package Compare versions

Comparing version 0.6.5 to 0.6.6

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';

@@ -10,3 +10,3 @@ import type { LitElement } from 'lit';

export declare type DefaultProps = ComponentDefaultPropsGeneric<SpinnerProps, 'size' | 'variant'>;
export declare type DefaultProps = ComponentDefaultProps<SpinnerProps, keyof Omit<SpinnerProps, 'aria'>>;

@@ -13,0 +13,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';

@@ -11,3 +11,3 @@ import type { LitElement } from 'lit';

export declare type DefaultProps = ComponentDefaultPropsGeneric<SpinnerProps, 'size' | 'variant'>;
export declare type DefaultProps = ComponentDefaultProps<SpinnerProps, keyof Omit<SpinnerProps, 'aria'>>;

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

{
"name": "@justeattakeaway/pie-spinner",
"description": "PIE Design System Spinner built using Web Components",
"version": "0.6.5",
"version": "0.6.6",
"type": "module",

@@ -40,7 +40,7 @@ "main": "dist/index.js",

"@justeattakeaway/pie-components-config": "0.16.0",
"@justeattakeaway/pie-wrapper-react": "0.14.0",
"@justeattakeaway/pie-wrapper-react": "0.14.1",
"cem-plugin-module-file-extensions": "0.0.5"
},
"dependencies": {
"@justeattakeaway/pie-webc-core": "0.23.0"
"@justeattakeaway/pie-webc-core": "0.24.0"
},

@@ -47,0 +47,0 @@ "volta": {

@@ -32,7 +32,5 @@ <p align="center">

```bash
# npm
$ npm i @justeattakeaway/pie-spinner
npm i @justeattakeaway/pie-spinner
# yarn
$ yarn add @justeattakeaway/pie-spinner
yarn add @justeattakeaway/pie-spinner
```

@@ -94,2 +92,2 @@

Check out our [contributing guide](https://github.com/justeattakeaway/pie/wiki/Contributing-Guide) for more information on [local development](https://github.com/justeattakeaway/pie/wiki/Contributing-Guide#local-development) and how to run specific [component tests](https://github.com/justeattakeaway/pie/wiki/Contributing-Guide#testing).
Check out our [contributing guide](https://github.com/justeattakeaway/pie/wiki/Contributing-Guide) for more information on [local development](https://github.com/justeattakeaway/pie/wiki/Contributing-Guide#local-development) and how to run specific [component tests](https://github.com/justeattakeaway/pie/wiki/Contributing-Guide#testing).

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

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

@@ -25,3 +25,4 @@ export const sizes = ['xsmall', 'small', 'medium', 'large', 'xlarge'] as const;

export type DefaultProps = ComponentDefaultPropsGeneric<SpinnerProps, 'size' | 'variant'>;
export type DefaultProps = ComponentDefaultProps<SpinnerProps, keyof Omit<SpinnerProps, 'aria'>>;
export const defaultProps: DefaultProps = {

@@ -28,0 +29,0 @@ size: 'medium',

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