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.44 to 1.0.0-alpha.45

1

dist/cjs/index.js

@@ -25,3 +25,2 @@ var __defProp = Object.defineProperty;

__export(src_exports, {
ConfigListener: () => import_conf.ConfigListener,
createTokens: () => import_createTokens.createTokens,

@@ -28,0 +27,0 @@ getHasConfigured: () => import_conf.getHasConfigured,

@@ -10,10 +10,3 @@ export * from "./createComponent";

export * from "./types";
import {
getHasConfigured,
getTamagui,
getThemes,
getTokens,
onConfiguredOnce,
ConfigListener
} from "./conf";
import { getHasConfigured, getTamagui, getThemes, getTokens, onConfiguredOnce } from "./conf";
export * from "./constants/pseudos";

@@ -40,3 +33,2 @@ export * from "./constants/constants";

export {
ConfigListener,
createTokens,

@@ -43,0 +35,0 @@ getHasConfigured,

@@ -10,10 +10,3 @@ export * from "./createComponent";

export * from "./types";
import {
getHasConfigured,
getTamagui,
getThemes,
getTokens,
onConfiguredOnce,
ConfigListener
} from "./conf";
import { getHasConfigured, getTamagui, getThemes, getTokens, onConfiguredOnce } from "./conf";
export * from "./constants/pseudos";

@@ -40,3 +33,2 @@ export * from "./constants/constants";

export {
ConfigListener,
createTokens,

@@ -43,0 +35,0 @@ getHasConfigured,

4

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

@@ -37,3 +37,3 @@ "main": "dist/cjs",

},
"gitHead": "f3c5beec81b8282476fe66259a646b799b484a16"
"gitHead": "b04707063cb83e42e438c0a528b830fac5292f3b"
}

@@ -1,3 +0,2 @@

import { TamaguiInternalConfig } from './types';
export declare type ConfigListener = (conf: TamaguiInternalConfig) => void;
import { ConfigListener, TamaguiInternalConfig } from './types';
export declare let conf: TamaguiInternalConfig | null;

@@ -4,0 +3,0 @@ export declare const setConfig: (next: TamaguiInternalConfig) => void;

@@ -10,3 +10,3 @@ export * from './createComponent';

export * from './types';
export { getHasConfigured, getTamagui, getThemes, getTokens, onConfiguredOnce, ConfigListener, } from './conf';
export { getHasConfigured, getTamagui, getThemes, getTokens, onConfiguredOnce } from './conf';
export * from './constants/pseudos';

@@ -13,0 +13,0 @@ export * from './constants/constants';

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

import { ThemeProviderProps } from './views/ThemeProvider';
export declare type ConfigListener = (conf: TamaguiInternalConfig) => void;
export interface CreateTokens<Val extends number | string | Variable = number | string | Variable> {

@@ -8,0 +9,0 @@ font: {

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