@tamagui/themes 1.34.4 → 1.35.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.
@@ -166,9 +166,9 @@ const tokens = (0, import_web.createTokens)({
166
166
  size,
167
167
  // testing
168
168
  icon: {
169
- sm: 10,
170
- md: 10,
171
- lg: 10
169
+ sm: 16,
170
+ md: 24,
171
+ lg: 32
172
172
  }
173
173
  });
174
174
  // Annotate the CommonJS export names for ESM import in node:
@@ -152,9 +152,9 @@ const tokens = createTokens({
152
152
  size,
153
153
  // testing
154
154
  icon: {
155
- sm: 10,
156
- md: 10,
157
- lg: 10
155
+ sm: 16,
156
+ md: 24,
157
+ lg: 32
158
158
  }
159
159
  });
160
160
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/themes",
3
- "version": "1.34.4",
3
+ "version": "1.35.0",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -34,13 +34,13 @@
34
34
  }
35
35
  },
36
36
  "dependencies": {
37
- "@tamagui/colors": "1.34.4",
38
- "@tamagui/create-theme": "1.34.4",
39
- "@tamagui/web": "1.34.4"
37
+ "@tamagui/colors": "1.35.0",
38
+ "@tamagui/create-theme": "1.35.0",
39
+ "@tamagui/web": "1.35.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@tamagui/build": "1.34.4",
43
- "@tamagui/cli": "1.34.4",
42
+ "@tamagui/build": "1.35.0",
43
+ "@tamagui/cli": "1.35.0",
44
44
  "vitest": "^0.26.3"
45
45
  },
46
46
  "publishConfig": {
package/src/tokens.tsx CHANGED
@@ -194,8 +194,8 @@ export const tokens = createTokens({
194
194
 
195
195
  // testing
196
196
  icon: {
197
- sm: 10,
198
- md: 10,
199
- lg: 10,
197
+ sm: 16,
198
+ md: 24,
199
+ lg: 32,
200
200
  },
201
201
  })