@tamagui/types 2.0.0-1768869088163 → 2.0.0-1768883422398

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 +2 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/types",
3
- "version": "2.0.0-1768869088163",
3
+ "version": "2.0.0-1768883422398",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "types": "./types.ts",
package/types.ts CHANGED
@@ -127,15 +127,10 @@ export interface TamaguiBuildOptions {
127
127
  deoptProps?: Set<string>
128
128
  excludeProps?: Set<string>
129
129
  inlineProps?: Set<string>
130
- forceExtractStyleDefinitions?: boolean
131
130
 
132
131
  /**
133
- * combine all css files into one file
134
- */
135
- emitSingleCSSFile?: boolean
136
-
137
- /**
138
- * @deprecated Deprecated, just leave it off
132
+ * Use react-native-web-lite for better tree shaking on web.
133
+ * Set to 'without-animated' to exclude animated components.
139
134
  */
140
135
  useReactNativeWebLite?: boolean | 'without-animated'
141
136
  disableWatchTamaguiConfig?: boolean