@justeattakeaway/pie-card
Advanced tools
Comparing version 0.0.0-snapshot-release-20240102161022 to 0.0.0-snapshot-release-20240104130154
import type { CSSResult } from 'lit'; | ||
import type { LitElement } from 'lit'; | ||
import * as React_2 from 'react'; | ||
import type { ReactWebComponent } from '@lit/react'; | ||
import type { TemplateResult } from 'lit'; | ||
@@ -55,3 +55,3 @@ | ||
export declare const PieCard: React_2.ForwardRefExoticComponent<CardProps & React_2.RefAttributes<PieCard_2> & ReactBaseType>; | ||
export declare const PieCard: ReactWebComponent<PieCard_2, {}>; | ||
@@ -92,4 +92,2 @@ /** | ||
declare type ReactBaseType = Pick<React_2.AllHTMLAttributes<HTMLElement>, 'children' | 'onClick'>; | ||
declare const spacingTokens: readonly ["a", "b", "c", "d", "e", "f", "g"]; | ||
@@ -96,0 +94,0 @@ |
import * as a from "react"; | ||
import { createComponent as e } from "@lit/react"; | ||
import { PieCard as r } from "./index.js"; | ||
import { paddingValues as C, tags as P, variants as f } from "./index.js"; | ||
import { paddingValues as C, tags as c, variants as f } from "./index.js"; | ||
import "lit"; | ||
import "lit/decorators.js"; | ||
import "@justeattakeaway/pie-webc-core"; | ||
const t = e({ | ||
const s = e({ | ||
displayName: "PieCard", | ||
@@ -14,8 +14,8 @@ elementClass: r, | ||
events: {} | ||
}), d = t; | ||
}); | ||
export { | ||
d as PieCard, | ||
s as PieCard, | ||
C as paddingValues, | ||
P as tags, | ||
c as tags, | ||
f as variants | ||
}; |
{ | ||
"name": "@justeattakeaway/pie-card", | ||
"version": "0.0.0-snapshot-release-20240102161022", | ||
"version": "0.0.0-snapshot-release-20240104130154", | ||
"description": "PIE Design System Card built using Web Components", | ||
@@ -10,2 +10,3 @@ "type": "module", | ||
"files": [ | ||
"custom-elements.json", | ||
"src", | ||
@@ -16,3 +17,4 @@ "dist", | ||
"scripts": { | ||
"build": "yarn build:wrapper pie-card && run -T vite build", | ||
"build": "npx build-react-wrapper pie-card && run -T vite build", | ||
"create:manifest": "yarn cem analyze --litelement", | ||
"lint:scripts": "run -T eslint .", | ||
@@ -33,3 +35,5 @@ "lint:scripts:fix": "yarn lint:scripts --fix", | ||
"devDependencies": { | ||
"@justeattakeaway/pie-components-config": "0.7.0" | ||
"@custom-elements-manifest/analyzer": "0.9.0", | ||
"@justeattakeaway/pie-components-config": "0.7.0", | ||
"cem-plugin-module-file-extensions": "0.0.5" | ||
}, | ||
@@ -42,2 +46,3 @@ "dependencies": { | ||
}, | ||
"customElements": "custom-elements.json", | ||
"sideEffects": [ | ||
@@ -44,0 +49,0 @@ "dist/*.js" |
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
32867
793
3