home-assistant-styles-manager
Advanced tools
Comparing version 1.0.0 to 1.0.1
type RootElement = Element | ShadowRoot; | ||
type DeclarationTree = Record<string, string>; | ||
type CSSInJs = Record<string, DeclarationTree | false>; | ||
type DeclarationTree = Record<string, string | number>; | ||
type CSSInJs = Record<string, DeclarationTree | boolean>; | ||
interface Options { | ||
@@ -5,0 +5,0 @@ prefix?: string; |
type RootElement = Element | ShadowRoot; | ||
type DeclarationTree = Record<string, string>; | ||
type CSSInJs = Record<string, DeclarationTree | false>; | ||
type DeclarationTree = Record<string, string | number>; | ||
type CSSInJs = Record<string, DeclarationTree | boolean>; | ||
interface Options { | ||
@@ -5,0 +5,0 @@ prefix?: string; |
{ | ||
"name": "home-assistant-styles-manager", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Manage Home Assistant styles per DOM elements", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -46,3 +46,3 @@ # home-assistant-styles-manager | ||
| prefix | yes | prefix that will be used for the styles ids | | ||
| delay | yes | namespace that will be used for the warnings | | ||
| namespace | yes | namespace that will be used for the warnings | | ||
@@ -49,0 +49,0 @@ ### Public methods |
8652