@symbo.ls/box
Advanced tools
Comparing version 2.11.101 to 2.11.111
@@ -18,2 +18,4 @@ 'use strict' | ||
import { isString } from '@domql/utils' | ||
const PropsCSS = { | ||
@@ -42,3 +44,4 @@ class: { | ||
attr: { | ||
id: ({ props }) => props.id, | ||
id: ({ props }) => isString(props.id) && props.id, | ||
title: ({ props }) => isString(props.title) && props.title, | ||
contenteditable: ({ props }) => props.contenteditable, | ||
@@ -51,3 +54,2 @@ dir: ({ props }) => props.dir, | ||
tabindex: ({ props }) => props.tabindex, | ||
title: ({ props }) => props.title, | ||
translate: ({ props }) => props.translate | ||
@@ -54,0 +56,0 @@ } |
{ | ||
"name": "@symbo.ls/box", | ||
"version": "2.11.101", | ||
"version": "2.11.111", | ||
"main": "index.js", | ||
@@ -10,3 +10,6 @@ "license": "MIT", | ||
"source": "src/index.js", | ||
"gitHead": "e6e99cfe2412652932a3c0eb2f580b427e6b8096" | ||
"gitHead": "aa3de4cf73a9919ac866233c63cc5879c8e1fac8", | ||
"devDependencies": { | ||
"@babel/core": "^7.12.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
2415
55
1