@tamagui/animations-css 1.20.3 → 1.20.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/animations-css",
3
- "version": "1.20.3",
3
+ "version": "1.20.5",
4
4
  "source": "src/index.ts",
5
5
  "sideEffects": false,
6
6
  "license": "MIT",
@@ -13,11 +13,11 @@
13
13
  "dist"
14
14
  ],
15
15
  "dependencies": {
16
- "@tamagui/use-presence": "1.20.3",
17
- "@tamagui/web": "1.20.3"
16
+ "@tamagui/use-presence": "1.20.5",
17
+ "@tamagui/web": "1.20.5"
18
18
  },
19
19
  "devDependencies": {
20
- "@tamagui/build": "1.20.3"
20
+ "@tamagui/build": "1.20.5"
21
21
  },
22
22
  "scripts": {
23
23
  "build": "tamagui-build",
@@ -88,7 +88,7 @@ export function createAnimations<A extends Object>(animations: A): AnimationDriv
88
88
  style.transition = `${keys} ${animation}`
89
89
 
90
90
  if (process.env.NODE_ENV === 'development' && props['debug']) {
91
- // eslint-disable-next-line no-console
91
+ // rome-ignore lint/nursery/noConsoleLog: ok
92
92
  console.log('CSS animation', style, { isEntering, isExiting })
93
93
  }
94
94