@justeattakeaway/pie-button
Advanced tools
Comparing version 0.0.0-snapshot-release-20240111085712 to 0.0.0-snapshot-release-20240111110632
{ | ||
"name": "@justeattakeaway/pie-button", | ||
"version": "0.0.0-snapshot-release-20240111085712", | ||
"version": "0.0.0-snapshot-release-20240111110632", | ||
"description": "PIE design system button built using web components", | ||
@@ -36,3 +36,3 @@ "type": "module", | ||
"@justeattakeaway/pie-components-config": "0.9.0", | ||
"@justeattakeaway/pie-wrapper-react": "0.0.0-snapshot-release-20240111085712", | ||
"@justeattakeaway/pie-wrapper-react": "0.0.0-snapshot-release-20240111110632", | ||
"cem-plugin-module-file-extensions": "0.0.5" | ||
@@ -48,3 +48,3 @@ }, | ||
"dependencies": { | ||
"@justeattakeaway/pie-spinner": "0.0.0-snapshot-release-20240111085712", | ||
"@justeattakeaway/pie-spinner": "0.0.0-snapshot-release-20240111110632", | ||
"@justeattakeaway/pie-webc-core": "0.16.0", | ||
@@ -51,0 +51,0 @@ "element-internals-polyfill": "1.3.9" |
@@ -18,2 +18,4 @@ import * as React from 'react'; | ||
export const PieButton = PieButtonReact as React.ForwardRefExoticComponent<React.PropsWithoutRef<ButtonProps> & React.RefAttributes<PieButtonLit> & ReactBaseType>; |
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
92839