@mezzanine-ui/core
Advanced tools
Comparing version 0.5.2 to 0.5.3
{ | ||
"name": "@mezzanine-ui/core", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Core for mezzanine-ui", | ||
@@ -5,0 +5,0 @@ "author": "Mezzanine", |
@@ -12,2 +12,3 @@ import { Size } from '@mezzanine-ui/system/size'; | ||
readonly host: "mzn-select"; | ||
readonly hostFullWidth: "mzn-select--full-width"; | ||
/** Trigger classes */ | ||
@@ -14,0 +15,0 @@ readonly trigger: string; |
@@ -9,2 +9,3 @@ const selectPrefix = 'mzn-select'; | ||
host: selectPrefix, | ||
hostFullWidth: `${selectPrefix}--full-width`, | ||
/** Trigger classes */ | ||
@@ -11,0 +12,0 @@ trigger: selectTriggerPrefix, |
Sorry, the diff of this file is not supported yet
178633
2068