@tamagui/web 1.139.2 → 1.139.3

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/web",
3
- "version": "1.139.2",
3
+ "version": "1.139.3",
4
4
  "type": "module",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/cjs",
@@ -28,16 +28,16 @@
28
28
  "reset.css"
29
29
  ],
30
30
  "dependencies": {
31
- "@tamagui/compose-refs": "1.139.2",
32
- "@tamagui/constants": "1.139.2",
33
- "@tamagui/helpers": "1.139.2",
34
- "@tamagui/is-equal-shallow": "1.139.2",
35
- "@tamagui/normalize-css-color": "1.139.2",
36
- "@tamagui/timer": "1.139.2",
37
- "@tamagui/types": "1.139.2",
38
- "@tamagui/use-did-finish-ssr": "1.139.2",
39
- "@tamagui/use-event": "1.139.2",
40
- "@tamagui/use-force-update": "1.139.2"
31
+ "@tamagui/compose-refs": "1.139.3",
32
+ "@tamagui/constants": "1.139.3",
33
+ "@tamagui/helpers": "1.139.3",
34
+ "@tamagui/is-equal-shallow": "1.139.3",
35
+ "@tamagui/normalize-css-color": "1.139.3",
36
+ "@tamagui/timer": "1.139.3",
37
+ "@tamagui/types": "1.139.3",
38
+ "@tamagui/use-did-finish-ssr": "1.139.3",
39
+ "@tamagui/use-event": "1.139.3",
40
+ "@tamagui/use-force-update": "1.139.3"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": "*",
@@ -45,7 +45,7 @@
45
45
  "react-native": "*"
46
46
  },
47
47
  "devDependencies": {
48
- "@tamagui/build": "1.139.2",
48
+ "@tamagui/build": "1.139.3",
49
49
  "@testing-library/react": "^16.1.0",
50
50
  "csstype": "^3.0.10",
51
51
  "react": "*",
package/src/types.tsx CHANGED
@@ -1820,7 +1820,7 @@ interface ExtraStyleProps {
1820
1820
  outlineWidth?: SpaceValue
1821
1821
 
1822
1822
  /**
1823
- * Web-only style property. Will be omitted on native.
1823
+ * On native, maps to the `selectable` prop on Text (userSelect !== 'none')
1824
1824
  */
1825
1825
  userSelect?: Properties['userSelect']
1826
1826
  /**
package/types/types.d.ts CHANGED
@@ -1014,7 +1014,7 @@ interface ExtraStyleProps {
1014
1014
  */
1015
1015
  outlineWidth?: SpaceValue;
1016
1016
  /**
1017
- * Web-only style property. Will be omitted on native.
1017
+ * On native, maps to the `selectable` prop on Text (userSelect !== 'none')
1018
1018
  */
1019
1019
  userSelect?: Properties['userSelect'];
1020
1020
  /**