@owlui/button
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -86,9 +86,9 @@ import "./owl.button.css"; | ||
const $46e14aa2f55ca2d2$export$353f5b6fc5456de1 = $723177bb774bf6eb$exports; | ||
const $46e14aa2f55ca2d2$export$39bcc3f08a9b5fa4 = $723177bb774bf6eb$exports; | ||
var $46e14aa2f55ca2d2$export$2e2bcd8739ae039 = { | ||
Button: $46e14aa2f55ca2d2$export$353f5b6fc5456de1 | ||
Default: $46e14aa2f55ca2d2$export$39bcc3f08a9b5fa4 | ||
}; | ||
export {$46e14aa2f55ca2d2$export$353f5b6fc5456de1 as Button, $46e14aa2f55ca2d2$export$2e2bcd8739ae039 as default}; | ||
export {$46e14aa2f55ca2d2$export$39bcc3f08a9b5fa4 as Default, $46e14aa2f55ca2d2$export$2e2bcd8739ae039 as default}; | ||
//# sourceMappingURL=index.js.map |
@@ -33,3 +33,3 @@ require("./owl.button.css"); | ||
$parcel$export(module.exports, "Button", () => $c94455407b54178b$export$353f5b6fc5456de1); | ||
$parcel$export(module.exports, "Default", () => $c94455407b54178b$export$39bcc3f08a9b5fa4); | ||
$parcel$export(module.exports, "default", () => $c94455407b54178b$export$2e2bcd8739ae039); | ||
@@ -92,5 +92,5 @@ var $9a7c5a5ee37f6c7b$exports = {}; | ||
const $c94455407b54178b$export$353f5b6fc5456de1 = $9a7c5a5ee37f6c7b$exports; | ||
const $c94455407b54178b$export$39bcc3f08a9b5fa4 = $9a7c5a5ee37f6c7b$exports; | ||
var $c94455407b54178b$export$2e2bcd8739ae039 = { | ||
Button: $c94455407b54178b$export$353f5b6fc5456de1 | ||
Default: $c94455407b54178b$export$39bcc3f08a9b5fa4 | ||
}; | ||
@@ -97,0 +97,0 @@ |
@@ -1,4 +0,4 @@ | ||
export const Button: typeof defaultBtn; | ||
export const Default: typeof button; | ||
declare const _default: { | ||
Button: typeof defaultBtn; | ||
Default: typeof button; | ||
}; | ||
@@ -5,0 +5,0 @@ export default _default; |
{ | ||
"name": "@owlui/button", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -34,6 +34,6 @@ "homepage": "https://github.com/EEBOS/owl-ui/tree/main/packages/button#readme", | ||
"dependencies": { | ||
"@owlui/theme": "^0.0.4", | ||
"@owlui/typings": "^0.0.4" | ||
"@owlui/theme": "^0.0.5", | ||
"@owlui/typings": "^0.0.5" | ||
}, | ||
"gitHead": "5665c4972732beaadef779cceca3daa084583b5c" | ||
"gitHead": "fc083668b8ae8da7f50becbd9c576cd3c0b9392e" | ||
} |
@@ -1,7 +0,7 @@ | ||
import * as defaultBtn from './Button/index' | ||
import * as button from './Button/index' | ||
export const Button = defaultBtn | ||
export const Default = button | ||
export default { | ||
Button | ||
} | ||
Default | ||
} |
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
22395
310
+ Added@owlui/theme@0.0.5(transitive)
+ Added@owlui/typings@0.0.5(transitive)
- Removed@owlui/theme@0.0.4(transitive)
- Removed@owlui/typings@0.0.4(transitive)
Updated@owlui/theme@^0.0.5
Updated@owlui/typings@^0.0.5