@tamagui/static 1.0.0-alpha.66 → 1.0.0-alpha.67
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/README.md +0 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
- onPress extraction
|
|
2
2
|
- bug with props after spread not applying, make them deopt:
|
|
3
3
|
- <YStack {...baseStyle} cursor="default" /> wont be right rn
|
|
4
|
-
- have seen bugs with <Spacer flex /> and <YStack fullscreen />
|
|
5
4
|
- make pressStyle override hoverStyle always
|
|
6
5
|
- activeStyle may be desirable...
|
|
7
|
-
- <Image /> // harder than seems RN does some werid stuff with cover/etc
|
|
8
6
|
- space
|
|
9
7
|
- SmallButton good example case of constant
|
|
10
8
|
- hoverStyle/pressStyle (spread + constant too - TagButton, DishView)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/static",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.67",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"typings": "types",
|
|
6
6
|
"main": "dist/cjs",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@dish/babel-preset": "^0.0.6",
|
|
61
61
|
"@expo/match-media": "^0.1.0",
|
|
62
62
|
"@tamagui/build": "^1.0.0-alpha.64",
|
|
63
|
-
"@tamagui/core": "^1.0.0-alpha.
|
|
63
|
+
"@tamagui/core": "^1.0.0-alpha.67",
|
|
64
64
|
"@tamagui/core-node": "^1.0.0-alpha.64",
|
|
65
65
|
"@tamagui/fake-react-native": "^1.0.0-alpha.17",
|
|
66
66
|
"@tamagui/helpers": "^1.0.0-alpha.64",
|
|
@@ -72,10 +72,10 @@
|
|
|
72
72
|
"invariant": "^2.2.4",
|
|
73
73
|
"loader-utils": "^2.0.0",
|
|
74
74
|
"lodash": "^4.17.21",
|
|
75
|
-
"tamagui": "^1.0.0-alpha.
|
|
75
|
+
"tamagui": "^1.0.0-alpha.67"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"react-native-web": "*"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "5ce5d4eaa54a429c1d5fa8c58aa6a32203adcf33"
|
|
81
81
|
}
|