@mezzanine-ui/core
Advanced tools
Comparing version 0.7.3 to 0.8.1
@@ -6,2 +6,4 @@ import { Size } from '@mezzanine-ui/system/size'; | ||
readonly host: "mzn-input"; | ||
readonly tagsMode: "mzn-input__tags-mode"; | ||
readonly tagsModeInputOnTop: "mzn-input__tags-mode__input-on-top"; | ||
}; |
const inputPrefix = 'mzn-input'; | ||
const inputClasses = { | ||
host: inputPrefix, | ||
tagsMode: `${inputPrefix}__tags-mode`, | ||
tagsModeInputOnTop: `${inputPrefix}__tags-mode__input-on-top`, | ||
}; | ||
export { inputClasses, inputPrefix }; |
@@ -1,2 +0,2 @@ | ||
import { CheckCircleFilledIcon, ExclamationCircleFilledIcon, MinusCircleFilledIcon, InfoCircleFilledIcon } from '@mezzanine-ui/icons'; | ||
import { CheckCircleFilledIcon, ExclamationCircleFilledIcon, TimesCircleFilledIcon, InfoCircleFilledIcon } from '@mezzanine-ui/icons'; | ||
@@ -7,3 +7,3 @@ const messagePrefix = 'mzn-message'; | ||
warning: ExclamationCircleFilledIcon, | ||
error: MinusCircleFilledIcon, | ||
error: TimesCircleFilledIcon, | ||
info: InfoCircleFilledIcon, | ||
@@ -10,0 +10,0 @@ }; |
{ | ||
"name": "@mezzanine-ui/core", | ||
"version": "0.7.3", | ||
"version": "0.8.1", | ||
"description": "Core for mezzanine-ui", | ||
@@ -5,0 +5,0 @@ "author": "Mezzanine", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
192507
2324