@symbo.ls/atoms
Advanced tools
Comparing version 2.10.233 to 2.10.245
@@ -6,3 +6,3 @@ 'use strict' | ||
export const keySetters = { | ||
const keySetters = { | ||
'@': (key, props, result, element, isSubtree) => applyMediaProps(key, props, isSubtree ? result : result.media, element), | ||
@@ -123,3 +123,3 @@ ':': (key, props, result, element, isSubtree) => applySelectorProps(key, props, isSubtree ? result : result.selector, element), | ||
export const initUpdate = element => { | ||
const initUpdate = element => { | ||
const { props, context, class: className } = element | ||
@@ -126,0 +126,0 @@ const globalTheme = context.designSystem.globalTheme |
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "2.10.233", | ||
"version": "2.10.245", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "0404ac8cac5db7830eb97b0c777ffdf80910f85e", | ||
"gitHead": "bb2eb71eb02516b41b04e6f30c68254617135ebe", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "@domql/utils": "latest", |
@@ -16,3 +16,6 @@ 'use strict' | ||
const getComputedBackgroundColor = ({ props }) => { | ||
return getColor(props.borderColor) || getColor(props.backgroundColor) || getColor(props.background) | ||
return getColor(props.shapeDirectionColor) || | ||
getColor(props.borderColor) || | ||
getColor(props.backgroundColor) || | ||
getColor(props.background) | ||
} | ||
@@ -19,0 +22,0 @@ |
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
41337
1097