@tamagui/themes 1.30.6 → 1.30.7

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.
@@ -103,7 +103,7 @@ const template = {
103
103
  background: 2,
104
104
  backgroundHover: 3,
105
105
  backgroundPress: 4,
106
- backgroundFocus: 2,
106
+ backgroundFocus: 5,
107
107
  backgroundStrong: 1,
108
108
  backgroundTransparent: 0,
109
109
  color: -1,
@@ -87,7 +87,7 @@ const template = {
87
87
  background: 2,
88
88
  backgroundHover: 3,
89
89
  backgroundPress: 4,
90
- backgroundFocus: 2,
90
+ backgroundFocus: 5,
91
91
  backgroundStrong: 1,
92
92
  backgroundTransparent: 0,
93
93
  color: -1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/themes",
3
- "version": "1.30.6",
3
+ "version": "1.30.7",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -33,12 +33,12 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@tamagui/colors": "1.30.6",
37
- "@tamagui/create-theme": "1.30.6",
38
- "@tamagui/web": "1.30.6"
36
+ "@tamagui/colors": "1.30.7",
37
+ "@tamagui/create-theme": "1.30.7",
38
+ "@tamagui/web": "1.30.7"
39
39
  },
40
40
  "devDependencies": {
41
- "@tamagui/build": "1.30.6"
41
+ "@tamagui/build": "1.30.7"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public"
package/src/themes.tsx CHANGED
@@ -103,7 +103,7 @@ const template = {
103
103
  background: 2,
104
104
  backgroundHover: 3,
105
105
  backgroundPress: 4,
106
- backgroundFocus: 2,
106
+ backgroundFocus: 5,
107
107
  backgroundStrong: 1,
108
108
  backgroundTransparent: 0,
109
109
  color: -1,