@tamagui/theme 1.122.7 → 1.123.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/theme",
3
- "version": "1.122.7",
3
+ "version": "1.123.0",
4
4
  "sideEffects": false,
5
5
  "source": "src/index.ts",
6
6
  "types": "./types/index.d.ts",
@@ -34,11 +34,11 @@
34
34
  }
35
35
  },
36
36
  "dependencies": {
37
- "@tamagui/constants": "1.122.7",
38
- "@tamagui/web": "1.122.7"
37
+ "@tamagui/constants": "1.123.0",
38
+ "@tamagui/web": "1.123.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@tamagui/build": "1.122.7",
41
+ "@tamagui/build": "1.123.0",
42
42
  "react": "*"
43
43
  },
44
44
  "publishConfig": {
@@ -20,7 +20,7 @@ export declare function mutateThemes({ themes, batch, insertCSS, ...props }: Omi
20
20
  };
21
21
  export declare function _mutateTheme(props: MutateThemeOptions & MutateOneThemeProps): {
22
22
  themeRaw: ThemeParsed;
23
- theme: ThemeParsed;
23
+ theme: {};
24
24
  cssRules: string[];
25
25
  } | undefined;
26
26
  export {};
@@ -5,7 +5,7 @@ export declare function addTheme(props: {
5
5
  insertCSS?: boolean;
6
6
  }): {
7
7
  themeRaw: ThemeParsed;
8
- theme: ThemeParsed;
8
+ theme: {};
9
9
  cssRules: string[];
10
10
  } | undefined;
11
11
  //# sourceMappingURL=addTheme.d.ts.map
@@ -4,7 +4,7 @@ export declare function replaceTheme({ name, theme, }: {
4
4
  theme: Partial<Record<keyof ThemeDefinition, any>>;
5
5
  }): {
6
6
  themeRaw: import("@tamagui/web").ThemeParsed;
7
- theme: import("@tamagui/web").ThemeParsed;
7
+ theme: {};
8
8
  cssRules: string[];
9
9
  } | undefined;
10
10
  //# sourceMappingURL=replaceTheme.d.ts.map
@@ -4,7 +4,7 @@ export declare function updateTheme({ name, theme, }: {
4
4
  theme: Partial<Record<keyof ThemeDefinition, any>>;
5
5
  }): {
6
6
  themeRaw: import("@tamagui/web").ThemeParsed;
7
- theme: import("@tamagui/web").ThemeParsed;
7
+ theme: {};
8
8
  cssRules: string[];
9
9
  } | undefined;
10
10
  //# sourceMappingURL=updateTheme.d.ts.map