@tamagui/list-item 1.76.0 → 1.77.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.
Files changed (2) hide show
  1. package/package.json +8 -8
  2. package/src/ListItem.tsx +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/list-item",
3
- "version": "1.76.0",
3
+ "version": "1.77.0",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -23,18 +23,18 @@
23
23
  "clean:build": "tamagui-build clean:build"
24
24
  },
25
25
  "dependencies": {
26
- "@tamagui/font-size": "1.76.0",
27
- "@tamagui/get-font-sized": "1.76.0",
28
- "@tamagui/get-token": "1.76.0",
29
- "@tamagui/helpers-tamagui": "1.76.0",
30
- "@tamagui/text": "1.76.0",
31
- "@tamagui/web": "1.76.0"
26
+ "@tamagui/font-size": "1.77.0",
27
+ "@tamagui/get-font-sized": "1.77.0",
28
+ "@tamagui/get-token": "1.77.0",
29
+ "@tamagui/helpers-tamagui": "1.77.0",
30
+ "@tamagui/text": "1.77.0",
31
+ "@tamagui/web": "1.77.0"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": "*"
35
35
  },
36
36
  "devDependencies": {
37
- "@tamagui/build": "1.76.0",
37
+ "@tamagui/build": "1.77.0",
38
38
  "react": "^18.2.0"
39
39
  },
40
40
  "publishConfig": {
package/src/ListItem.tsx CHANGED
@@ -183,7 +183,7 @@ export const useListItem = (
183
183
  Text?: any
184
184
  } = { Text: ListItemText, Subtitle: ListItemSubtitle, Title: ListItemTitle }
185
185
  ) => {
186
- // careful not to desctructure and re-order props, order is important
186
+ // careful not to destructure and re-order props, order is important
187
187
  const props = useProps(propsIn)
188
188
 
189
189
  const {