@justeattakeaway/pie-spinner
Advanced tools
Comparing version 0.7.1 to 0.7.2
{ | ||
"name": "@justeattakeaway/pie-spinner", | ||
"description": "PIE Design System Spinner built using Web Components", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"type": "module", | ||
@@ -40,8 +40,8 @@ "main": "dist/index.js", | ||
"@justeattakeaway/pie-components-config": "0.18.0", | ||
"@justeattakeaway/pie-css": "0.13.0", | ||
"@justeattakeaway/pie-wrapper-react": "0.14.1", | ||
"@justeattakeaway/pie-css": "0.13.1", | ||
"@justeattakeaway/pie-wrapper-react": "0.14.2", | ||
"cem-plugin-module-file-extensions": "0.0.5" | ||
}, | ||
"dependencies": { | ||
"@justeattakeaway/pie-webc-core": "0.24.1" | ||
"@justeattakeaway/pie-webc-core": "0.24.2" | ||
}, | ||
@@ -48,0 +48,0 @@ "volta": { |
import * as React from 'react'; | ||
import { createComponent } from '@lit/react'; | ||
import { PieSpinner as PieSpinnerLit } from './index'; | ||
import { SpinnerProps } from './defs'; | ||
import { type SpinnerProps } from './defs'; | ||
@@ -6,0 +6,0 @@ export * from './defs'; |
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
20759
+ Added@justeattakeaway/pie-webc-core@0.24.2(transitive)
- Removed@justeattakeaway/pie-webc-core@0.24.1(transitive)