@lightningjs/ui-components
Advanced tools
Comparing version 2.9.1 to 2.9.2
{ | ||
"name": "@lightningjs/ui-components", | ||
"version": "2.9.1", | ||
"version": "2.9.2", | ||
"description": "A shared library of helpful LightningJS components utilizing theme files to easily customize for any LightningJS application.", | ||
@@ -12,2 +12,12 @@ "repository": { | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./dist/lightning-ui-components.min.mjs", | ||
"require": "./dist/lightning-ui-components.min.cjs", | ||
"types": "./dist/lightning-ui-components.d.ts" | ||
}, | ||
"./src": "./index.js" | ||
}, | ||
"main": "./dist/lightning-ui-components.min.mjs", | ||
"types": "./dist/lightning-ui-components.d.ts", | ||
"scripts": { | ||
@@ -25,3 +35,3 @@ "start": "yarn run generateStorybookData && yarn start-storybook --no-manager-cache -p 8000", | ||
"@babel/core": "^7.19.3", | ||
"@lightningjs/ui-components-test-utils": "^1.4.2", | ||
"@lightningjs/ui-components-test-utils": "^1.4.3", | ||
"@mdx-js/react": "^1.6.22", | ||
@@ -28,0 +38,0 @@ "babel-jest": "^29.0.3", |
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
12016979