@symbo.ls/atoms
Advanced tools
Comparing version 2.11.400 to 2.11.404
@@ -93,2 +93,6 @@ 'use strict' | ||
objectFit: ({ props, deps }) => !deps.isUndefined(props.objectFit) && ({ | ||
objectFit: props.objectFit | ||
}), | ||
aspectRatio: ({ props, deps }) => !deps.isUndefined(props.aspectRatio) && ({ | ||
@@ -95,0 +99,0 @@ aspectRatio: props.aspectRatio |
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "2.11.400", | ||
"version": "2.11.404", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "f0a7389cc53026cd75e650046af6a1f329a18cc8", | ||
"gitHead": "fc685747dfdd22b14196ffaf9c8fa06d515ef06b", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "@domql/state": "latest", |
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
53413
1465