@hi-ui/badge
Advanced tools
Comparing version 4.0.0-beta.10 to 4.0.0-beta.11
@@ -20,3 +20,6 @@ /** @LICENSE | ||
var types = require('./types.js'); | ||
exports.Badge = Badge.Badge; | ||
exports["default"] = Badge.Badge; | ||
exports.BadgeTypeEnum = types.BadgeTypeEnum; |
@@ -12,1 +12,2 @@ /** @LICENSE | ||
export { Badge, Badge as default } from './Badge.js'; | ||
export { BadgeTypeEnum } from './types.js'; |
import './styles/index.scss'; | ||
export * from './Badge'; | ||
export { Badge as default } from './Badge'; | ||
export * from './types'; |
{ | ||
"name": "@hi-ui/badge", | ||
"version": "4.0.0-beta.10", | ||
"version": "4.0.0-beta.11", | ||
"description": "A sub-package for @hi-ui/hiui.", | ||
@@ -61,3 +61,3 @@ "keywords": [], | ||
}, | ||
"gitHead": "ef96654e009a72c3445d8df4a4182973631d00e9" | ||
"gitHead": "a2d7267f383300bb5b96f8c156f54da4924b79dc" | ||
} |
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
16994
351