@tamagui/types 1.143.0 → 2.0.0-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.ts +0 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/types",
3
- "version": "1.143.0",
3
+ "version": "2.0.0-001",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "types": "./types.ts",
package/types.ts CHANGED
@@ -129,11 +129,6 @@ export interface TamaguiBuildOptions {
129
129
  inlineProps?: Set<string>
130
130
  forceExtractStyleDefinitions?: boolean
131
131
 
132
- /**
133
- * (Experimental) Will flatten theme and other dynamic values on native
134
- */
135
- experimentalFlattenThemesOnNative?: boolean
136
-
137
132
  /**
138
133
  * combine all css files into one file
139
134
  */