@tamagui/core 1.111.11 → 1.111.13

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/core",
3
- "version": "1.111.11",
3
+ "version": "1.111.13",
4
4
  "source": "src/index.tsx",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -35,13 +35,13 @@
35
35
  "native-test.d.ts"
36
36
  ],
37
37
  "dependencies": {
38
- "@tamagui/react-native-use-pressable": "1.111.11",
39
- "@tamagui/react-native-use-responder-events": "1.111.11",
40
- "@tamagui/use-event": "1.111.11",
41
- "@tamagui/web": "1.111.11"
38
+ "@tamagui/react-native-use-pressable": "1.111.13",
39
+ "@tamagui/react-native-use-responder-events": "1.111.13",
40
+ "@tamagui/use-event": "1.111.13",
41
+ "@tamagui/web": "1.111.13"
42
42
  },
43
43
  "devDependencies": {
44
- "@tamagui/build": "1.111.11",
44
+ "@tamagui/build": "1.111.13",
45
45
  "@testing-library/react": "^16.0.0",
46
46
  "csstype": "^3.0.10",
47
47
  "typescript": "^5.5.2",
@@ -0,0 +1,23 @@
1
+ // TODO
2
+
3
+ export * from '@tamagui/react-native-use-responder-events'
4
+ export * from '@tamagui/react-native-use-pressable'
5
+ export * from './index'
6
+
7
+ export const Platform = {
8
+ OS: 'web',
9
+
10
+ select(obj) {
11
+ return obj.web
12
+ },
13
+ }
14
+
15
+ export const StyleSheet = {
16
+ create(obj) {
17
+ return obj
18
+ },
19
+ }
20
+
21
+ export const Pressable = () => {
22
+ return null
23
+ }
@@ -0,0 +1,12 @@
1
+ export * from '@tamagui/react-native-use-responder-events';
2
+ export * from '@tamagui/react-native-use-pressable';
3
+ export * from './index';
4
+ export declare const Platform: {
5
+ OS: string;
6
+ select(obj: any): any;
7
+ };
8
+ export declare const StyleSheet: {
9
+ create(obj: any): any;
10
+ };
11
+ export declare const Pressable: () => null;
12
+ //# sourceMappingURL=react-native-web.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"react-native-web.d.ts","sourceRoot":"","sources":["../src/react-native-web.ts"],"names":[],"mappings":"AAEA,cAAc,4CAA4C,CAAA;AAC1D,cAAc,qCAAqC,CAAA;AACnD,cAAc,SAAS,CAAA;AAEvB,eAAO,MAAM,QAAQ;;;CAMpB,CAAA;AAED,eAAO,MAAM,UAAU;;CAItB,CAAA;AAED,eAAO,MAAM,SAAS,YAErB,CAAA"}