@tamagui/types 3.0.0-beta.669.1 → 3.0.0-beta.719.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 (3) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +0 -12
  3. package/types.ts +0 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/types",
3
- "version": "3.0.0-beta.669.1",
3
+ "version": "3.0.0-beta.719.1",
4
4
  "files": [
5
5
  "types.ts",
6
6
  "types.d.ts"
package/types.d.ts CHANGED
@@ -125,18 +125,6 @@ export interface TamaguiBuildOptions {
125
125
  useReactNativeWebLite?: boolean | 'without-animated'
126
126
  disableWatchTamaguiConfig?: boolean
127
127
  experimental?: {
128
- /**
129
- * Web runtime capabilities that can be removed from the bundle when the
130
- * application does not use them. Omitted fields stay enabled.
131
- */
132
- webRuntimeFeatures?: {
133
- /** Inline theme-key props and createTamagui({ variables }). */
134
- inlineThemeValues?: boolean
135
- /** Runtime parsing of flat style and variant modifier strings. */
136
- styleValueGrammar?: boolean
137
- /** Safe-area style values and subscriptions. */
138
- safeArea?: boolean
139
- }
140
128
  /**
141
129
  * Emit native flattened views with theme-token mappings for the experimental
142
130
  * native style engine. Web output is unaffected.
package/types.ts CHANGED
@@ -150,19 +150,6 @@ export interface TamaguiBuildOptions {
150
150
  disableWatchTamaguiConfig?: boolean
151
151
 
152
152
  experimental?: {
153
- /**
154
- * Web runtime capabilities that can be removed from the bundle when the
155
- * application does not use them. Omitted fields stay enabled.
156
- */
157
- webRuntimeFeatures?: {
158
- /** Inline theme-key props and createTamagui({ variables }). */
159
- inlineThemeValues?: boolean
160
- /** Runtime parsing of flat style and variant modifier strings. */
161
- styleValueGrammar?: boolean
162
- /** Safe-area style values and subscriptions. */
163
- safeArea?: boolean
164
- }
165
-
166
153
  /**
167
154
  * Emit native flattened views with theme-token mappings for the experimental
168
155
  * native style engine. Web output is unaffected.