@symbo.ls/atoms
Advanced tools
Comparing version 2.11.284 to 2.11.286
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "2.11.284", | ||
"version": "2.11.286", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "ce9854b8d9a5c8782740df60f3c961838e373c85", | ||
"gitHead": "d7062ed1b23fce24bb40c770d8a5e69fe8c36551", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "@domql/state": "latest", |
@@ -33,2 +33,4 @@ 'use strict' | ||
textAlign: ({ props }) => !isUndefined(props.textAlign) && ({ textAlign: props.textAlign }), | ||
writingMode: ({ props }) => !isUndefined(props.writingMode) && ({ writingMode: props.writingMode }), | ||
textOrientation: ({ props }) => !isUndefined(props.textOrientation) && ({ textOrientation: props.textOrientation }), | ||
fontWeight: ({ props }) => !isUndefined(props.fontWeight) && ({ | ||
@@ -35,0 +37,0 @@ fontWeight: props.fontWeight, |
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
48672
1361