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

@justeattakeaway/pie-card

Package Overview
Dependencies
Maintainers
12
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@justeattakeaway/pie-card - npm Package Compare versions

Comparing version 0.0.0-snapshot-release-20240102161022 to 0.0.0-snapshot-release-20240104130154

custom-elements.json

6

dist/react.d.ts
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"

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