@stenajs-webui/core
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -24,3 +24,3 @@ import { FontWeightProperty, TextDecorationProperty, UserSelectProperty, WhiteSpaceProperty } from "csstype"; | ||
/** Adds underline to text. */ | ||
textDecoration?: TextDecorationProperty; | ||
textDecoration?: TextDecorationProperty<string | 0>; | ||
/** Adds underline when mouse hovers over text. */ | ||
@@ -27,0 +27,0 @@ hoverUnderline?: boolean; |
{ | ||
"name": "@stenajs-webui/core", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "", | ||
@@ -63,3 +63,3 @@ "author": "mattias800", | ||
], | ||
"gitHead": "16bc8f3d12fdcd59fac546654e52513865f35a10", | ||
"gitHead": "de0195d2ef6f1a10ff9c6595403a4905375cedb9", | ||
"dependencies": { | ||
@@ -66,0 +66,0 @@ "@emotion/is-prop-valid": "^0.8.2" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
267660