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.31 to 1.0.0-alpha.32

12

package.json
{
"name": "@tamagui/core",
"version": "1.0.0-alpha.31",
"version": "1.0.0-alpha.32",
"source": "src/index.ts",

@@ -17,6 +17,6 @@ "main": "dist/cjs",

"dependencies": {
"@tamagui/helpers": "^1.0.0-alpha.31",
"@tamagui/helpers": "^1.0.0-alpha.32",
"@tamagui/ow": "^0.28.1",
"@tamagui/use-debounce": "^1.0.0-alpha.31",
"@tamagui/use-force-update": "^1.0.0-alpha.31",
"@tamagui/use-debounce": "^1.0.0-alpha.32",
"@tamagui/use-force-update": "^1.0.0-alpha.32",
"react": "*",

@@ -29,3 +29,3 @@ "react-dom": "*"

"devDependencies": {
"@tamagui/build": "^1.0.0-alpha.31",
"@tamagui/build": "^1.0.0-alpha.32",
"@types/react": "^17.0.35",

@@ -42,3 +42,3 @@ "esbuild": "^0.13.12",

},
"gitHead": "3593d13742ae284776db7fbe0486d622312c7c15"
"gitHead": "08084d0e70828a4d5fd18267d85db282a3a189d9"
}

@@ -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) => { [K in keyof Theme]: string | Variable | Theme[K]; };
export {};
//# sourceMappingURL=createTheme.d.ts.map

@@ -5,3 +5,3 @@ import React from 'react';

variants?: Variants;
}, staticExtractionOptions?: StaticConfig): StaticComponent<Omit<GetProps<ParentComponent>, keyof GetVariantProps<Variants>> & GetVariantProps<Variants> & MediaProps<GetVariantProps<Variants>>, any, import("./types").StaticConfigParsed, any>;
}, staticExtractionOptions?: StaticConfig): StaticComponent<keyof GetVariantProps<Variants> extends never ? GetProps<ParentComponent> : Omit<GetProps<ParentComponent>, keyof GetVariantProps<Variants>> & GetVariantProps<Variants> & MediaProps<GetVariantProps<Variants>>, void, import("./types").StaticConfigParsed, any>;
export declare type GetProps<A> = A extends StaticComponent<infer Props> ? Props : A extends React.Component<infer Props> ? Props : {};

@@ -8,0 +8,0 @@ export declare type GetVariants<ParentComponent extends StaticComponent | React.Component<any>> = void | {

@@ -174,3 +174,3 @@ import React, { RefObject } from 'react';

export declare type StackStyleProps = WithThemeShorthandsPseudosAndMedia<StackStylePropsBase>;
export declare type StackProps = Omit<RNWInternalProps, 'children'> & Omit<ViewProps, 'display' | 'children'> & StackStyleProps & ComponentPropsBase & {
export declare type StackProps = Omit<RNWInternalProps, 'children'> & StackStyleProps & ComponentPropsBase & {
ref?: RefObject<View | HTMLElement> | ((node: View | HTMLElement) => any);

@@ -177,0 +177,0 @@ children?: any | any[];

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

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