@tamagui/types 1.89.20 → 1.89.22

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.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/types",
3
- "version": "1.89.20",
3
+ "version": "1.89.22",
4
4
  "types": "./types.d.ts",
5
5
  "files": [
6
6
  "types.d.ts"
package/types.d.ts CHANGED
@@ -129,7 +129,7 @@ export interface TamaguiBuildOptions {
129
129
  forceExtractStyleDefinitions?: boolean
130
130
 
131
131
  /**
132
- * (Experimental) Will flatten theme value usages on native as well
132
+ * (Experimental) Will flatten theme and other dynamic values on native
133
133
  */
134
134
  experimentalFlattenThemesOnNative?: boolean
135
135
  /**