🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

styled-native-kit

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

styled-native-kit - npm Package Compare versions

Comparing version
1.0.17
to
1.0.18
+1
-3
dist/index.d.ts

@@ -1,4 +0,2 @@

import * as cssKit from './mixins';
export { cssKit };
import * as TEST from './styled';
import TEST from './styled';
export default TEST;
"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;

@@ -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;

@@ -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;
{
"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"