Socket
Socket
Sign inDemoInstall

polythene-css-classes

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polythene-css-classes - npm Package Compare versions

Comparing version 1.5.4 to 1.6.0

.DS_Store

2

button.js

@@ -12,2 +12,3 @@

wash: "pe-button__wash",
washColor: "pe-button__wash-color",
dropdown: "pe-button__dropdown",

@@ -28,2 +29,3 @@

separatorAtStart: "pe-button--separator-start",
hasHover: "pe-button--has-hover",
};

@@ -0,1 +1,2 @@

import dialogClasses from "./dialog";

@@ -14,2 +15,4 @@ export default {

anchorEnd: "pe-drawer--anchor-end",
visible: dialogClasses.visible,
};

2

package.json
{
"name": "polythene-css-classes",
"version": "1.5.4",
"version": "1.6.0",
"description": "",

@@ -5,0 +5,0 @@ "author": "Arthur Clemens <arthurclemens@gmail.com> (http://arthurclemens.com)",

export default {
component: "pe-shadow",
component: "pe-shadow",
// elements
bottomShadow: "pe-shadow__bottom",
topShadow: "pe-shadow__top",
// elements
bottomShadow: "pe-shadow__bottom",
topShadow: "pe-shadow__top",
// states
animated: "pe-shadow--animated",
depth_n: "pe-shadow--depth-",
};
animated: "pe-shadow--animated",
depth_n: "pe-shadow--depth-",
with_active_shadow: "pe-with-active-shadow",
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc