@tamagui/types 1.37.3 → 1.38.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.d.ts +6 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/types",
3
- "version": "1.37.3",
3
+ "version": "1.38.1",
4
4
  "types": "./types.d.ts",
5
5
  "files": [
6
6
  "types.d.ts"
package/types.d.ts CHANGED
@@ -10,9 +10,13 @@ export interface TamaguiOptions {
10
10
  config?: string
11
11
 
12
12
  /**
13
- * your themes generation file
13
+ * Use the new ThemeBuilder in `@tamagui/create-theme` to create beautiful theme sets,
14
+ * see docs at https://tamagui.dev/docs/guides/theme-builder
14
15
  */
15
- themes?: string
16
+ themeBuilder?: {
17
+ input: string
18
+ output: string
19
+ }
16
20
 
17
21
  /**
18
22
  * Emit design system related CSS during build step for usage with frameworks