Socket
Socket
Sign inDemoInstall

@tamagui/core

Package Overview
Dependencies
Maintainers
1
Versions
1111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/core - npm Package Compare versions

Comparing version 1.0.0-alpha.29 to 1.0.0-alpha.30

8

package.json
{
"name": "@tamagui/core",
"version": "1.0.0-alpha.29",
"version": "1.0.0-alpha.30",
"source": "src/index.ts",
"main": "dist/cjs",
"module": "dist",
"module": "dist/esm",
"typings": "types",

@@ -17,3 +17,3 @@ "scripts": {

"dependencies": {
"@tamagui/helpers": "^1.0.0-alpha.29",
"@tamagui/helpers": "^1.0.0-alpha.30",
"@tamagui/ow": "^0.28.1",

@@ -41,3 +41,3 @@ "@tamagui/use-debounce": "^1.0.0-alpha.26",

},
"gitHead": "ef2e601f5d8524d1f8722208341cb16d866285f9"
"gitHead": "c5cd7540e0b07e0f4b61cd3e28f08462aec49428"
}

@@ -5,4 +5,4 @@ import { Variable } from './createVariable';

};
export declare const createTheme: <Theme extends GenericTheme>(theme: Theme) => Theme;
export declare const createTheme: <Theme extends GenericTheme>(theme: Theme) => { [key in keyof Theme]?: string | Variable | undefined; };
export {};
//# sourceMappingURL=createTheme.d.ts.map

@@ -19,4 +19,4 @@ import React from 'react';

export declare type GetVariantProps<Variants> = Variants extends void ? {} : {
[Key in keyof Variants]?: keyof Variants[Key] extends `...${infer VariantSpread}` ? VariantSpread extends keyof Tokens ? keyof Tokens[VariantSpread] extends string | number ? `$${keyof Tokens[VariantSpread]}` : unknown : unknown : keyof Variants[Key] extends 'true' ? boolean : keyof Exclude<Variants[Key], undefined>;
[Key in keyof Variants]?: keyof Variants[Key] extends `...${infer VariantSpread}` ? VariantSpread extends keyof Tokens ? keyof Tokens[VariantSpread] extends string | number ? `$${keyof Tokens[VariantSpread]}` | null : unknown : unknown : keyof Variants[Key] extends 'true' ? boolean | null : keyof Exclude<Variants[Key], undefined>;
};
//# sourceMappingURL=styled.d.ts.map

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc