polythene-css-classes
Advanced tools
Comparing version 1.4.2 to 1.5.0
@@ -6,24 +6,27 @@ | ||
// elements | ||
content: "pe-list-tile__content", | ||
highSubtitle: "pe-list-tile__high-subtitle", | ||
primary: "pe-list-tile__primary", | ||
secondary: "pe-list-tile__secondary", | ||
subtitle: "pe-list-tile__subtitle", | ||
title: "pe-list-tile__title", | ||
contentFront: "pe-list-tile__content-front", | ||
// states | ||
compact: "pe-list-tile--compact", | ||
compactFront: "pe-list-tile--compact-front", | ||
disabled: "pe-list-tile--disabled", | ||
hasFront: "pe-list-tile--front", | ||
hasHighSubtitle: "pe-list-tile--high-subtitle", | ||
hasSubtitle: "pe-list-tile--subtitle", | ||
header: "pe-list-tile--header", | ||
hoverable: "pe-list-tile--hoverable", | ||
selectable: "pe-list-tile--selectable", | ||
selected: "pe-list-tile--selected", | ||
highlight: "pe-list-tile--highlight", | ||
sticky: "pe-list-tile--sticky", | ||
navigation: "pe-list-tile--navigation", | ||
content: "pe-list-tile__content", | ||
highSubtitle: "pe-list-tile__high-subtitle", | ||
primary: "pe-list-tile__primary", | ||
secondary: "pe-list-tile__secondary", | ||
subtitle: "pe-list-tile__subtitle", | ||
title: "pe-list-tile__title", | ||
contentFront: "pe-list-tile__content-front", | ||
// states | ||
compact: "pe-list-tile--compact", | ||
compactFront: "pe-list-tile--compact-front", | ||
disabled: "pe-list-tile--disabled", | ||
hasFront: "pe-list-tile--front", | ||
hasHighSubtitle: "pe-list-tile--high-subtitle", | ||
hasSubtitle: "pe-list-tile--subtitle", | ||
header: "pe-list-tile--header", | ||
hoverable: "pe-list-tile--hoverable", | ||
insetH: "pe-list-tile--inset-h", | ||
insetV: "pe-list-tile--inset-v", | ||
selectable: "pe-list-tile--selectable", | ||
selected: "pe-list-tile--selected", | ||
rounded: "pe-list-tile--rounded", | ||
highlight: "pe-list-tile--highlight", | ||
sticky: "pe-list-tile--sticky", | ||
navigation: "pe-list-tile--navigation", | ||
}; |
{ | ||
"name": "polythene-css-classes", | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Arthur Clemens <arthurclemens@gmail.com> (http://arthurclemens.com)", |
import notificationClasses from "./notification"; | ||
export default Object.assign( | ||
{}, | ||
notificationClasses, | ||
{ | ||
component: "pe-notification pe-snackbar", | ||
export default { | ||
...notificationClasses, | ||
// elements | ||
holder: "pe-snackbar__holder", | ||
placeholder: "pe-snackbar__placeholder", | ||
component: "pe-notification pe-snackbar", | ||
// states | ||
open: "pe-snackbar--open", | ||
} | ||
); | ||
// elements | ||
holder: "pe-snackbar__holder", | ||
placeholder: "pe-snackbar__placeholder", | ||
// states | ||
open: "pe-snackbar--open", | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15362