@tamagui/types 1.126.18 → 1.127.0

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.126.18",
3
+ "version": "1.127.0",
4
4
  "types": "./types.ts",
5
5
  "files": [
6
6
  "types.ts"
package/types.ts CHANGED
@@ -105,11 +105,6 @@ export interface TamaguiBuildOptions {
105
105
  */
106
106
  disableExtractVariables?: boolean | 'theme'
107
107
 
108
- /**
109
- * Disable optimizing media/theme hooks
110
- */
111
- disableOptimizeHooks?: boolean
112
-
113
108
  /**
114
109
  * (Advanced) Disables the initial build and attempts to load from the .tamagui directory
115
110
  */