@tamagui/web 2.7.5 → 2.7.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.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test$colon$web.log +25 -0
- package/package.json +13 -13
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
$ tamagui-build
|
|
2
|
-
built @tamagui/web in
|
|
2
|
+
built @tamagui/web in 1793 ms
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
$ vitest --typecheck --run
|
|
2
|
+
Testing types with tsc and vue-tsc is an experimental feature.
|
|
3
|
+
Breaking changes might not follow SemVer, please pin Vitest's version when using it.
|
|
4
|
+
|
|
5
|
+
RUN v4.1.0 /Users/n8/tamagui/code/core/web
|
|
6
|
+
|
|
7
|
+
✓ src/helpers/normalizeColor.test.ts (1 test) 5ms
|
|
8
|
+
✓ src/helpers/simpleHash.test.ts (1 test) 75ms
|
|
9
|
+
✓ src/helpers/insertStyleRule.test.ts (2 tests) 5ms
|
|
10
|
+
✓ TS src/styledV3.test-d.ts (10 tests)
|
|
11
|
+
✓ TS src/animationDriverTypes.test-d.ts (20 tests)
|
|
12
|
+
✓ TS src/variantResolvers.test-d.ts (11 tests)
|
|
13
|
+
✓ TS src/styledHtml.test-d.ts (29 tests)
|
|
14
|
+
✓ TS src/variables.test-d.ts (5 tests)
|
|
15
|
+
✓ TS src/stylePropParity.test-d.ts (3 tests)
|
|
16
|
+
✓ TS src/dom/standalone.test-d.ts (0 test)
|
|
17
|
+
✓ TS src/opacityModifier.test-d.ts (4 tests)
|
|
18
|
+
✓ TS src/createStyledHOC.test-d.ts (4 tests)
|
|
19
|
+
|
|
20
|
+
Test Files 12 passed (12)
|
|
21
|
+
Tests 90 passed (90)
|
|
22
|
+
Type Errors no errors
|
|
23
|
+
Start at 10:13:28
|
|
24
|
+
Duration 3.66s (transform 202ms, setup 0ms, import 209ms, tests 85ms, environment 0ms, typecheck 3.37s)
|
|
25
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/web",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Nate Wienert"
|
|
@@ -51,20 +51,20 @@
|
|
|
51
51
|
"test:web": "vitest --typecheck --run"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@tamagui/compose-refs": "2.7.
|
|
55
|
-
"@tamagui/constants": "2.7.
|
|
56
|
-
"@tamagui/helpers": "2.7.
|
|
57
|
-
"@tamagui/is-equal-shallow": "2.7.
|
|
58
|
-
"@tamagui/native": "2.7.
|
|
59
|
-
"@tamagui/normalize-css-color": "2.7.
|
|
60
|
-
"@tamagui/timer": "2.7.
|
|
61
|
-
"@tamagui/types": "2.7.
|
|
62
|
-
"@tamagui/use-did-finish-ssr": "2.7.
|
|
63
|
-
"@tamagui/use-event": "2.7.
|
|
64
|
-
"@tamagui/use-force-update": "2.7.
|
|
54
|
+
"@tamagui/compose-refs": "2.7.7",
|
|
55
|
+
"@tamagui/constants": "2.7.7",
|
|
56
|
+
"@tamagui/helpers": "2.7.7",
|
|
57
|
+
"@tamagui/is-equal-shallow": "2.7.7",
|
|
58
|
+
"@tamagui/native": "2.7.7",
|
|
59
|
+
"@tamagui/normalize-css-color": "2.7.7",
|
|
60
|
+
"@tamagui/timer": "2.7.7",
|
|
61
|
+
"@tamagui/types": "2.7.7",
|
|
62
|
+
"@tamagui/use-did-finish-ssr": "2.7.7",
|
|
63
|
+
"@tamagui/use-event": "2.7.7",
|
|
64
|
+
"@tamagui/use-force-update": "2.7.7"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@tamagui/build": "2.7.
|
|
67
|
+
"@tamagui/build": "2.7.7",
|
|
68
68
|
"@testing-library/react": "^16.1.0",
|
|
69
69
|
"csstype": "^3.0.10",
|
|
70
70
|
"react": ">=19",
|