@tamagui/tamagui-dev-config 1.138.5 → 1.138.6
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.
|
@@ -61,7 +61,7 @@ const fonts = {
|
|
|
61
61
|
allowedStyleValues: "somewhat-strict-web",
|
|
62
62
|
autocompleteSpecificTokens: "except-special",
|
|
63
63
|
// Allow full style props (not just shorthands) for demos
|
|
64
|
-
onlyAllowShorthands: !
|
|
64
|
+
onlyAllowShorthands: !0
|
|
65
65
|
}
|
|
66
66
|
};
|
|
67
67
|
Object.assign(config.media, {
|
|
@@ -49,7 +49,7 @@ const fonts = {
|
|
|
49
49
|
allowedStyleValues: "somewhat-strict-web",
|
|
50
50
|
autocompleteSpecificTokens: "except-special",
|
|
51
51
|
// Allow full style props (not just shorthands) for demos
|
|
52
|
-
onlyAllowShorthands: !
|
|
52
|
+
onlyAllowShorthands: !0
|
|
53
53
|
}
|
|
54
54
|
};
|
|
55
55
|
Object.assign(config.media, {
|
|
@@ -35,7 +35,7 @@ const fonts = {
|
|
|
35
35
|
allowedStyleValues: "somewhat-strict-web",
|
|
36
36
|
autocompleteSpecificTokens: "except-special",
|
|
37
37
|
// Allow full style props (not just shorthands) for demos
|
|
38
|
-
onlyAllowShorthands: !
|
|
38
|
+
onlyAllowShorthands: !0
|
|
39
39
|
}
|
|
40
40
|
};
|
|
41
41
|
Object.assign(config.media, {
|
|
@@ -36,7 +36,7 @@ const fonts = {
|
|
|
36
36
|
allowedStyleValues: "somewhat-strict-web",
|
|
37
37
|
autocompleteSpecificTokens: "except-special",
|
|
38
38
|
// Allow full style props (not just shorthands) for demos
|
|
39
|
-
onlyAllowShorthands: !
|
|
39
|
+
onlyAllowShorthands: !0
|
|
40
40
|
}
|
|
41
41
|
};
|
|
42
42
|
Object.assign(config.media, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/tamagui-dev-config",
|
|
3
|
-
"version": "1.138.
|
|
3
|
+
"version": "1.138.6",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"types": "./src/index.ts",
|
|
@@ -30,22 +30,22 @@
|
|
|
30
30
|
"clean:build": "tamagui-build clean:build"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@tamagui/animations-css": "1.138.
|
|
34
|
-
"@tamagui/animations-moti": "1.138.
|
|
35
|
-
"@tamagui/animations-motion": "1.138.
|
|
36
|
-
"@tamagui/colors": "1.138.
|
|
37
|
-
"@tamagui/config": "1.138.
|
|
38
|
-
"@tamagui/core": "1.138.
|
|
39
|
-
"@tamagui/font-cherry-bomb": "1.138.
|
|
40
|
-
"@tamagui/font-inter": "1.138.
|
|
41
|
-
"@tamagui/font-silkscreen": "1.138.
|
|
42
|
-
"@tamagui/shorthands": "1.138.
|
|
43
|
-
"@tamagui/theme-builder": "1.138.
|
|
44
|
-
"@tamagui/themes": "1.138.
|
|
33
|
+
"@tamagui/animations-css": "1.138.6",
|
|
34
|
+
"@tamagui/animations-moti": "1.138.6",
|
|
35
|
+
"@tamagui/animations-motion": "1.138.6",
|
|
36
|
+
"@tamagui/colors": "1.138.6",
|
|
37
|
+
"@tamagui/config": "1.138.6",
|
|
38
|
+
"@tamagui/core": "1.138.6",
|
|
39
|
+
"@tamagui/font-cherry-bomb": "1.138.6",
|
|
40
|
+
"@tamagui/font-inter": "1.138.6",
|
|
41
|
+
"@tamagui/font-silkscreen": "1.138.6",
|
|
42
|
+
"@tamagui/shorthands": "1.138.6",
|
|
43
|
+
"@tamagui/theme-builder": "1.138.6",
|
|
44
|
+
"@tamagui/themes": "1.138.6",
|
|
45
45
|
"color2k": "^2.0.2"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@tamagui/build": "1.138.
|
|
48
|
+
"@tamagui/build": "1.138.6",
|
|
49
49
|
"react": "*"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
@@ -41,7 +41,7 @@ export const config = {
|
|
|
41
41
|
allowedStyleValues: 'somewhat-strict-web',
|
|
42
42
|
autocompleteSpecificTokens: 'except-special',
|
|
43
43
|
// Allow full style props (not just shorthands) for demos
|
|
44
|
-
onlyAllowShorthands:
|
|
44
|
+
onlyAllowShorthands: true,
|
|
45
45
|
},
|
|
46
46
|
} satisfies CreateTamaguiProps
|
|
47
47
|
|