@justeattakeaway/pie-spinner
Advanced tools
Comparing version 0.6.5 to 0.6.6
@@ -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', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20574
92
+ Added@justeattakeaway/pie-webc-core@0.24.0(transitive)
- Removed@justeattakeaway/pie-webc-core@0.23.0(transitive)