@motify/components
Advanced tools
Comparing version 0.11.0 to 0.11.1-alpha.2
@@ -6,2 +6,14 @@ "use strict"; | ||
}); | ||
var _exportNames = { | ||
View: true, | ||
MotiView: true, | ||
Text: true, | ||
MotiText: true, | ||
Image: true, | ||
MotiImage: true, | ||
ScrollView: true, | ||
MotiScrollView: true, | ||
SafeAreaView: true, | ||
MotiSafeAreaView: true | ||
}; | ||
exports.MotiSafeAreaView = exports.SafeAreaView = exports.MotiScrollView = exports.ScrollView = exports.MotiImage = exports.Image = exports.MotiText = exports.Text = exports.MotiView = exports.View = void 0; | ||
@@ -13,2 +25,15 @@ | ||
var _progress = require("./progress"); | ||
Object.keys(_progress).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _progress[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _progress[key]; | ||
} | ||
}); | ||
}); | ||
const View = (0, _core.motify)(_reactNative.View)(); | ||
@@ -15,0 +40,0 @@ exports.MotiView = exports.View = View; |
@@ -8,3 +8,4 @@ import { motify } from '@motify/core'; | ||
export const SafeAreaView = motify(RSafeAreaView)(); | ||
export * from './progress'; | ||
export { View as MotiView, Text as MotiText, Image as MotiImage, ScrollView as MotiScrollView, SafeAreaView as MotiSafeAreaView }; | ||
//# sourceMappingURL=index.js.map |
@@ -17,2 +17,3 @@ /// <reference types="react" /> | ||
} & import("react").RefAttributes<unknown>>; | ||
export * from './progress'; | ||
export { View as MotiView, Text as MotiText, Image as MotiImage, ScrollView as MotiScrollView, SafeAreaView as MotiSafeAreaView, }; |
{ | ||
"name": "@motify/components", | ||
"private": false, | ||
"version": "0.11.0", | ||
"version": "0.11.1-alpha.2+7fafc30", | ||
"keywords": [ | ||
@@ -40,3 +40,3 @@ "react-native", | ||
"dependencies": { | ||
"@motify/core": "^0.11.0" | ||
"@motify/core": "^0.11.1-alpha.2+7fafc30" | ||
}, | ||
@@ -60,3 +60,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "3a5616d738147a847c878e0c782d40f83f2d10ca" | ||
"gitHead": "7fafc3065b51f210ffa934eb41dfd656e27c08bb" | ||
} |
@@ -16,2 +16,4 @@ import { motify } from '@motify/core' | ||
export * from './progress' | ||
export { | ||
@@ -18,0 +20,0 @@ View as MotiView, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
47233
14
528
2
+ Added@motify/core@0.11.1-alpha.3(transitive)
- Removed@motify/core@0.11.0(transitive)