polythene-css-classes
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -14,3 +14,3 @@ | ||
// states | ||
borders: "pe-button--borders", | ||
border: "pe-button--border", | ||
disabled: "pe-button--disabled", | ||
@@ -17,0 +17,0 @@ focused: "pe-button--focus", |
@@ -22,3 +22,3 @@ | ||
// states | ||
actionsBordered: "pe-card__actions--borders", | ||
actionsBorder: "pe-card__actions--border", | ||
actionsHorizontal: "pe-card__actions--horizontal", | ||
@@ -25,0 +25,0 @@ actionsJustified: "pe-card__actions--justified", |
@@ -10,7 +10,9 @@ import menuClasses from "./menu"; | ||
content: "pe-dialog__content", | ||
backdrop: "pe-dialog__backdrop", | ||
touch: "pe-dialog__touch", | ||
// states | ||
fullScreen: "pe-dialog--full-screen", | ||
backdrop: "pe-dialog--backdrop", | ||
open: "pe-dialog--open", | ||
open: "pe-dialog--open", // class set to html element | ||
visible: "pe-dialog--visible", // class set to dialog element | ||
@@ -17,0 +19,0 @@ // lookup |
@@ -27,2 +27,3 @@ | ||
sticky: "pe-list-tile--sticky", | ||
navigation: "pe-list-tile--navigation", | ||
}; |
@@ -7,6 +7,6 @@ import listTileClasses from "./list-tile"; | ||
// states | ||
borders: "pe-list--borders", | ||
border: "pe-list--border", | ||
compact: "pe-list--compact", | ||
hasHeader: "pe-list--header", | ||
indentedBorders: "pe-list--indented-borders", | ||
indentedBorder: "pe-list--indented-border", | ||
padding: "pe-list--padding", | ||
@@ -13,0 +13,0 @@ paddingTop: "pe-list--padding-top", |
@@ -13,2 +13,4 @@ import listTileClasses from "./list-tile"; | ||
permanent: "pe-menu--permanent", | ||
fullHeight: "pe-menu--full-height", | ||
floating: "pe-menu--floating", | ||
visible: "pe-menu--visible", | ||
@@ -21,2 +23,2 @@ width_auto: "pe-menu--width-auto", | ||
selectedListTile: listTileClasses.selected, | ||
}; | ||
}; |
@@ -17,2 +17,3 @@ | ||
vertical: "pe-notification--vertical", | ||
visible: "pe-notification--visible", | ||
}; |
{ | ||
"name": "polythene-css-classes", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Arthur Clemens <arthurclemens@gmail.com> (http://arthurclemens.com)", |
@@ -11,3 +11,2 @@ import buttonClasses from "./button"; | ||
scrollButtonAtStart: "pe-tabs__scroll-button-start", | ||
scrollButtonOffset: "pe-tabs__scroll-button-offset", | ||
tab: "pe-tabs__tab", | ||
@@ -25,3 +24,3 @@ tabContent: "pe-tabs__tab-content", | ||
compactTabs: "pe-tabs--compact", | ||
tabHasIcon: "pe-tabs__tab---icon", | ||
tabHasIcon: "pe-tabs__tab--icon", | ||
tabRowCentered: "pe-tabs__row--centered", | ||
@@ -28,0 +27,0 @@ tabRowIndent: "pe-tabs__row--indent", |
@@ -10,2 +10,3 @@ | ||
compact: "pe-toolbar--compact", | ||
appBar: "pe-toolbar--app-bar", | ||
@@ -20,2 +21,4 @@ // Toolbar title | ||
indentedTitle: "pe-toolbar__title--indent", | ||
fullbleed: "pe-toolbar--fullbleed", | ||
border: "pe-toolbar--border", | ||
}; |
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
14241
33
407