Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@highlight-ui/panel

Package Overview
Dependencies
Maintainers
4
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highlight-ui/panel - npm Package Compare versions

Comparing version 1.2.7 to 2.0.0

2

dist/cjs/index.d.ts

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

export { default } from './src/Panel';
export { default as Panel } from './src/Panel';
export type { PanelProps } from './src/Panel';
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var React = require('react');

@@ -50,3 +52,3 @@ var classnames = require('classnames');

var styles = {"panel":"Panel-module__3Y0g5MEa__v1-2-7","absolute":"Panel-module__1ekS6P1z__v1-2-7","open-animation":"Panel-module__19JCCHdV__v1-2-7","rightPosition":"Panel-module__r8BEBaJL__v1-2-7"};
var styles = {"panel":"Panel-module__3Y0g5MEa__v2-0-0","absolute":"Panel-module__1ekS6P1z__v2-0-0","open-animation":"Panel-module__19JCCHdV__v2-0-0","rightPosition":"Panel-module__r8BEBaJL__v2-0-0"};

@@ -60,3 +62,3 @@ function PanelWithRef(_a, ref) {

module.exports = Panel;
exports.Panel = Panel;
//# sourceMappingURL=index.js.map

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

export { default } from './src/Panel';
export { default as Panel } from './src/Panel';
export type { PanelProps } from './src/Panel';

@@ -43,3 +43,3 @@ import React from 'react';

var styles = {"panel":"Panel-module__3Y0g5MEa__v1-2-7","absolute":"Panel-module__1ekS6P1z__v1-2-7","open-animation":"Panel-module__19JCCHdV__v1-2-7","rightPosition":"Panel-module__r8BEBaJL__v1-2-7"};
var styles = {"panel":"Panel-module__3Y0g5MEa__v2-0-0","absolute":"Panel-module__1ekS6P1z__v2-0-0","open-animation":"Panel-module__19JCCHdV__v2-0-0","rightPosition":"Panel-module__r8BEBaJL__v2-0-0"};

@@ -53,3 +53,3 @@ function PanelWithRef(_a, ref) {

export default Panel;
export { Panel };
//# sourceMappingURL=index.js.map
{
"name": "@highlight-ui/panel",
"version": "1.2.7",
"version": "2.0.0",
"author": "PPU",

@@ -53,3 +53,3 @@ "main": "dist/cjs/index.js",

},
"gitHead": "b23625e1ee38082febededafbfdadea9ff4ebb6d"
"gitHead": "5fceeca8c701b19aacbed68f0b22f63738bd3113"
}

@@ -14,3 +14,3 @@ # `@highlight-ui/panel`

```ts
import Panel from '@highlight-ui/panel';
import { Panel, PanelProps } from '@highlight-ui/panel';
```

@@ -17,0 +17,0 @@

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