@lightningjs/solid-ui
Advanced tools
Comparing version 0.18.6 to 0.18.7
@@ -18,2 +18,8 @@ /* | ||
export { default as default, type MetadataProps } from './Metadata.jsx'; | ||
export { default as metadataStyles } from './Metadata.styles.js'; | ||
export { default as metadataStyles, type MetadataStyles } from './Metadata.styles.js'; | ||
export { default as Details, type DetailsProps } from './Details.jsx'; | ||
export { default as detailsStyles, type DetailsStyles } from './Details.styles.js'; | ||
export { default as Rating, type RatingProps } from './Rating.jsx'; | ||
export { default as ratingStyles, type RatingStyles } from './Rating.styles.js'; |
15
index.ts
@@ -71,4 +71,17 @@ /* | ||
} from './components/ListItem/index.js'; | ||
export { default as Metadata, metadataStyles, type MetadataProps } from './components/Metadata/index.js'; | ||
export { | ||
default as Metadata, | ||
metadataStyles, | ||
type MetadataProps, | ||
type MetadataStyles, | ||
Details, | ||
detailsStyles, | ||
type DetailsProps, | ||
type DetailsStyles, | ||
Rating, | ||
ratingStyles, | ||
type RatingProps, | ||
type RatingStyles | ||
} from './components/Metadata/index.js'; | ||
export { | ||
default as ProgressBar, | ||
@@ -75,0 +88,0 @@ progressBarStyles, |
{ | ||
"name": "@lightningjs/solid-ui", | ||
"version": "0.18.6", | ||
"version": "0.18.7", | ||
"description": "A shared library of components for the LightningJS Solid Framework.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
2295846
27887