@symbo.ls/atoms
Advanced tools
Comparing version 1.2.13 to 1.2.14
@@ -18,3 +18,3 @@ 'use strict' | ||
export * from './Pseudo' | ||
export * from './SVG' | ||
export * from './Svg' | ||
export * from './Shape' | ||
@@ -21,0 +21,0 @@ export * from './Theme' |
@@ -123,4 +123,4 @@ 'use strict' | ||
export const initUpdate = element => { | ||
const { props, class: className } = element | ||
const globalTheme = getSystemTheme(element) | ||
const { props, context, class: className } = element | ||
const globalTheme = context.system.globalTheme | ||
@@ -127,0 +127,0 @@ const parentProps = element.parent.props |
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "1.2.13", | ||
"version": "1.2.14", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "8fda2aa90bb6eba3f1de567260a01cebf4082ea2", | ||
"gitHead": "9103c4984ee5a28b521c35f5b4a9dff58acab495", | ||
"dependencies": { | ||
"@domql/utils": "latest", | ||
"@symbo.ls/create-emotion": "latest", | ||
"@symbo.ls/create-init": "latest", | ||
"@symbo.ls/scratch": "latest" | ||
@@ -11,0 +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
39977
1091
4
+ Added@symbo.ls/create-init@latest