styled-native-kit
Advanced tools
+1
-3
@@ -1,4 +0,2 @@ | ||
| import * as cssKit from './mixins'; | ||
| export { cssKit }; | ||
| import * as TEST from './styled'; | ||
| import TEST from './styled'; | ||
| export default TEST; |
+2
-4
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| var cssKit = require("./mixins"); | ||
| exports.cssKit = cssKit; | ||
| var TEST = require("./styled"); | ||
| exports.default = TEST; | ||
| var styled_1 = require("./styled"); | ||
| exports.default = styled_1.default; |
+2
-1
@@ -44,2 +44,3 @@ export declare type TextKitProps = { | ||
| export declare const FillView: import("styled-components").StyledComponent<typeof import("react-native").View, any, ViewKitProps, never>; | ||
| export declare const FullScreenView: import("styled-components").StyledComponent<typeof import("react-native").View, any, ViewKitProps, never>; | ||
| declare const _default: import("styled-components").StyledComponent<typeof import("react-native").View, any, ViewKitProps, never>; | ||
| export default _default; |
+1
-1
@@ -64,3 +64,3 @@ "use strict"; | ||
| exports.FillView = native_1.default(exports.View)(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n flex: 1;\n"], ["\n flex: 1;\n"]))); | ||
| exports.FullScreenView = native_1.default(exports.View)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), mixins.screenSize); | ||
| exports.default = FullScreenView = native_1.default(exports.View)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), mixins.screenSize); | ||
| var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14; |
+2
-2
| { | ||
| "name": "styled-native-kit", | ||
| "version": "1.0.17", | ||
| "version": "1.0.18", | ||
| "description": "Add functionality to styled-components", | ||
@@ -27,3 +27,3 @@ "main": "dist/index.js", | ||
| ], | ||
| "license": "ISC", | ||
| "license": "MIT", | ||
| "dependencies": { | ||
@@ -30,0 +30,0 @@ "styled-components": "^4.3.2" |
11586
-0.69%138
-2.13%