minitel-standalone
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -10,3 +10,3 @@ "use strict"; | ||
function inheritedProps(props) { | ||
const inheritedProps = ['fillChar', 'fg', 'textAlign', 'bg', 'underline', 'noBlink', 'invert', 'doubleWidth', 'doubleHeight']; | ||
const inheritedProps = ['fillChar', 'fg', 'textAlign', 'bg', 'underline', 'noBlink', 'invert', 'doubleWidth', 'doubleHeight', 'wrap']; | ||
const result = {}; | ||
@@ -13,0 +13,0 @@ let inheritedProp; |
{ | ||
"name": "minitel-standalone", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "A standalone package for minitel components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -10,3 +10,3 @@ import { Align, FullPadding, MinitelObjectAttributes, Padding } from './types.js'; | ||
export function inheritedProps<T extends MinitelObjectAttributes> (props: Partial<T>): Partial<T> { | ||
const inheritedProps = ['fillChar', 'fg', 'textAlign', 'bg', 'underline', 'noBlink', 'invert', 'doubleWidth', 'doubleHeight'] as const; | ||
const inheritedProps = ['fillChar', 'fg', 'textAlign', 'bg', 'underline', 'noBlink', 'invert', 'doubleWidth', 'doubleHeight', 'wrap'] as const; | ||
const result: Partial<T> = {}; | ||
@@ -13,0 +13,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
179953