@justeattakeaway/pie-card
Advanced tools
Comparing version 0.0.0-snapshot-release-20240930150519 to 0.0.0-snapshot-release-20241016144556
{ | ||
"name": "@justeattakeaway/pie-card", | ||
"version": "0.0.0-snapshot-release-20240930150519", | ||
"version": "0.0.0-snapshot-release-20241016144556", | ||
"description": "PIE Design System Card built using Web Components", | ||
@@ -40,8 +40,8 @@ "type": "module", | ||
"@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.0" | ||
"@justeattakeaway/pie-webc-core": "0.0.0-snapshot-release-20241016144556" | ||
}, | ||
@@ -48,0 +48,0 @@ "volta": { |
@@ -1,3 +0,3 @@ | ||
import React from 'react'; | ||
import type React from 'react'; | ||
export type ReactBaseType = React.AnchorHTMLAttributes<HTMLAnchorElement> & React.ButtonHTMLAttributes<HTMLButtonElement> |
import { | ||
html, LitElement, unsafeCSS, nothing, TemplateResult, type PropertyValues, | ||
html, LitElement, unsafeCSS, nothing, type TemplateResult, type PropertyValues, | ||
} from 'lit'; | ||
@@ -12,3 +12,3 @@ import { classMap, type ClassInfo } from 'lit/directives/class-map.js'; | ||
tags, | ||
CardProps, | ||
type CardProps, | ||
defaultProps, | ||
@@ -15,0 +15,0 @@ paddingValues, |
import * as React from 'react'; | ||
import { createComponent } from '@lit/react'; | ||
import { PieCard as PieCardLit } from './index'; | ||
import { CardProps } from './defs'; | ||
import { type CardProps } from './defs'; | ||
@@ -6,0 +6,0 @@ export * from './defs'; |
42393
+ Added@justeattakeaway/pie-webc-core@0.0.0-snapshot-release-20241016144556(transitive)
+ Addedlit@3.2.1(transitive)
- Removed@justeattakeaway/pie-webc-core@0.24.0(transitive)
- Removedlit@3.1.3(transitive)
Updated@justeattakeaway/pie-webc-core@0.0.0-snapshot-release-20241016144556