@mezzanine-ui/core
Advanced tools
Comparing version 0.0.6 to 0.0.7
export declare const overlayPrefix = "mzn-overlay"; | ||
export declare const overlayClasses: { | ||
readonly host: "mzn-overlay"; | ||
readonly hostFixed: "mzn-overlay--fixed"; | ||
readonly backdrop: "mzn-overlay__backdrop"; | ||
readonly backdropFixed: "mzn-overlay__backdrop--fixed"; | ||
readonly invisible: "mzn-overlay__backdrop--invisible"; | ||
}; |
const overlayPrefix = 'mzn-overlay'; | ||
const overlayClasses = { | ||
host: overlayPrefix, | ||
hostFixed: `${overlayPrefix}--fixed`, | ||
backdrop: `${overlayPrefix}__backdrop`, | ||
backdropFixed: `${overlayPrefix}__backdrop--fixed`, | ||
invisible: `${overlayPrefix}__backdrop--invisible`, | ||
}; | ||
export { overlayClasses, overlayPrefix }; |
{ | ||
"name": "@mezzanine-ui/core", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Core for mezzanine-ui", | ||
@@ -5,0 +5,0 @@ "author": "Mezzanine", |
@@ -18,2 +18,3 @@ import { Size } from '@mezzanine-ui/system/size'; | ||
readonly clearIcon: "mzn-text-field__clear-icon"; | ||
readonly actionIcon: "mzn-text-field__action-icon"; | ||
}; |
@@ -16,4 +16,5 @@ const textFieldPrefix = 'mzn-text-field'; | ||
clearIcon: `${textFieldPrefix}__clear-icon`, | ||
actionIcon: `${textFieldPrefix}__action-icon`, | ||
}; | ||
export { textFieldClasses, textFieldPrefix }; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
84245
190
802
1