@symbo.ls/atoms
Advanced tools
Comparing version 2.11.31 to 2.11.36
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "2.11.31", | ||
"version": "2.11.36", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "d16936000a46a27c7ff20863f6dd41663b4dccf6", | ||
"gitHead": "dcbcb0c3da036cfdb2fa14632c7dd32f8041af2a", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "@domql/state": "latest", |
15
Text.js
@@ -41,1 +41,16 @@ 'use strict' | ||
export const Italic = { tag: 'i' } | ||
export const Headline = { | ||
tag: 'h6', | ||
props: { fontSize: 'B', fontWeight: 500 } | ||
} | ||
export const Subhead = { | ||
tag: 'span', | ||
props: { fontSize: 'Z1' } | ||
} | ||
export const Footnote = { | ||
tag: 'span', | ||
props: { fontSize: 'Z' } | ||
} |
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
40336
1131