@tamagui/themes 1.87.0-1705782099858 → 1.87.0-1705790572215

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.
@@ -141,7 +141,7 @@ const colorTokens = {
141
141
  borderColorPress: 5,
142
142
  placeholderColor: -4,
143
143
  // in the future this should be partially transparent
144
- outlineColor: 7
144
+ outlineColor: 5
145
145
  };
146
146
  return {
147
147
  base: template,
@@ -142,7 +142,7 @@ const colorTokens = {
142
142
  borderColorPress: 5,
143
143
  placeholderColor: -4,
144
144
  // in the future this should be partially transparent
145
- outlineColor: 7
145
+ outlineColor: 5
146
146
  };
147
147
  return {
148
148
  base: template,
@@ -138,7 +138,7 @@ const colorTokens = {
138
138
  borderColorPress: 5,
139
139
  placeholderColor: -4,
140
140
  // in the future this should be partially transparent
141
- outlineColor: 7
141
+ outlineColor: 5
142
142
  };
143
143
  return {
144
144
  base: template,
@@ -138,7 +138,7 @@ const colorTokens = {
138
138
  borderColorPress: 5,
139
139
  placeholderColor: -4,
140
140
  // in the future this should be partially transparent
141
- outlineColor: 7
141
+ outlineColor: 5
142
142
  };
143
143
  return {
144
144
  base: template,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/themes",
3
- "version": "1.87.0-1705782099858",
3
+ "version": "1.87.0-1705790572215",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -48,14 +48,14 @@
48
48
  }
49
49
  },
50
50
  "dependencies": {
51
- "@tamagui/colors": "1.87.0-1705782099858",
52
- "@tamagui/create-theme": "1.87.0-1705782099858",
53
- "@tamagui/theme-builder": "1.87.0-1705782099858",
54
- "@tamagui/web": "1.87.0-1705782099858"
51
+ "@tamagui/colors": "1.87.0-1705790572215",
52
+ "@tamagui/create-theme": "1.87.0-1705790572215",
53
+ "@tamagui/theme-builder": "1.87.0-1705790572215",
54
+ "@tamagui/web": "1.87.0-1705790572215"
55
55
  },
56
56
  "devDependencies": {
57
- "@tamagui/build": "1.87.0-1705782099858",
58
- "@tamagui/cli": "1.87.0-1705782099858",
57
+ "@tamagui/build": "1.87.0-1705790572215",
58
+ "@tamagui/cli": "1.87.0-1705790572215",
59
59
  "vitest": "^0.34.3"
60
60
  },
61
61
  "publishConfig": {
package/src/v2-themes.ts CHANGED
@@ -176,7 +176,7 @@ export const templates = (() => {
176
176
  borderColorPress: 5,
177
177
  placeholderColor: -4,
178
178
  // in the future this should be partially transparent
179
- outlineColor: 7,
179
+ outlineColor: 5,
180
180
  }
181
181
 
182
182
  return {