@highlight-ui/panel
Advanced tools
Comparing version 1.2.7 to 2.0.0
@@ -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
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
42868
192