@tamagui/core
Advanced tools
Comparing version 1.0.0-alpha.18 to 1.0.0-alpha.19
@@ -100,3 +100,4 @@ var __create = Object.create; | ||
if (typeof val === "undefined") { | ||
throw new Error(`No theme value "${String(key)}" in: ${Object.keys(activeTheme)}`); | ||
console.warn(`No theme value "${String(key)}" in: ${Object.keys(activeTheme)}`); | ||
return null; | ||
} | ||
@@ -103,0 +104,0 @@ } |
@@ -73,3 +73,4 @@ var __defProp = Object.defineProperty; | ||
if (typeof val === "undefined") { | ||
throw new Error(`No theme value "${String(key)}" in: ${Object.keys(activeTheme)}`); | ||
console.warn(`No theme value "${String(key)}" in: ${Object.keys(activeTheme)}`); | ||
return null; | ||
} | ||
@@ -76,0 +77,0 @@ } |
@@ -73,3 +73,4 @@ var __defProp = Object.defineProperty; | ||
if (typeof val === "undefined") { | ||
throw new Error(`No theme value "${String(key)}" in: ${Object.keys(activeTheme)}`); | ||
console.warn(`No theme value "${String(key)}" in: ${Object.keys(activeTheme)}`); | ||
return null; | ||
} | ||
@@ -76,0 +77,0 @@ } |
{ | ||
"name": "@tamagui/core", | ||
"version": "1.0.0-alpha.18", | ||
"version": "1.0.0-alpha.19", | ||
"source": "src/index.ts", | ||
@@ -41,3 +41,3 @@ "main": "dist/cjs", | ||
}, | ||
"gitHead": "36053f642d796d1299503cc76f8a965e30d0d92a" | ||
"gitHead": "910f178aa602c51a137bdac0ed93adb2fd9d1719" | ||
} |
@@ -0,1 +1,2 @@ | ||
import { StyleObject } from '@tamagui/helpers'; | ||
import { MediaQueries } from '../types'; | ||
@@ -2,0 +3,0 @@ export declare const MEDIA_SEP = "_"; |
@@ -0,2 +1,3 @@ | ||
import { StyleObject } from '@tamagui/helpers'; | ||
export declare function getStylesAtomic(style: any, avoidCollection?: boolean): StyleObject[]; | ||
//# sourceMappingURL=getStylesAtomic.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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
733893
12215