@symbo.ls/atoms
Advanced tools
Comparing version 2.11.101 to 2.11.110
@@ -135,9 +135,9 @@ 'use strict' | ||
gridColumn: ({ props }) => props.gridColumn && ({ gridColumn: props.gridColumn }), | ||
gridColumnStart: ({ props }) => props.columnStart | ||
gridColumnStart: ({ props }) => props.gridColumnStart | ||
? ({ | ||
gridColumnStart: props.columnStart | ||
gridColumnStart: props.gridColumnStart | ||
}) | ||
: null, | ||
gridRow: ({ props }) => props.gridRow && ({ gridRow: props.gridRow }), | ||
gridRowStart: ({ props }) => props.rowStart ? ({ gridRowStart: props.rowStart }) : null, | ||
gridRowStart: ({ props }) => props.gridRowStart ? ({ gridRowStart: props.gridRowStart }) : null, | ||
@@ -144,0 +144,0 @@ size: ({ props }) => { |
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "2.11.101", | ||
"version": "2.11.110", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "e6e99cfe2412652932a3c0eb2f580b427e6b8096", | ||
"gitHead": "a58c060fff6843a6f15b7856b90906162142ab6b", | ||
"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
40579