New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mezzanine-ui/core

Package Overview
Dependencies
Maintainers
3
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mezzanine-ui/core - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

select/_index.scss

3

overlay/overlay.d.ts
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 };

2

package.json
{
"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

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