@tamagui/tabs 1.88.7 → 1.88.8

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 +13 -13
  2. package/types/Tabs.d.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/tabs",
3
- "version": "1.88.7",
3
+ "version": "1.88.8",
4
4
  "sideEffects": false,
5
5
  "source": "src/index.ts",
6
6
  "types": "./types/index.d.ts",
@@ -30,24 +30,24 @@
30
30
  }
31
31
  },
32
32
  "dependencies": {
33
- "@tamagui/compose-refs": "1.88.7",
34
- "@tamagui/constants": "1.88.7",
35
- "@tamagui/create-context": "1.88.7",
36
- "@tamagui/get-button-sized": "1.88.7",
37
- "@tamagui/group": "1.88.7",
38
- "@tamagui/helpers": "1.88.7",
39
- "@tamagui/roving-focus": "1.88.7",
40
- "@tamagui/stacks": "1.88.7",
41
- "@tamagui/use-controllable-state": "1.88.7",
42
- "@tamagui/use-direction": "1.88.7",
43
- "@tamagui/web": "1.88.7"
33
+ "@tamagui/compose-refs": "1.88.8",
34
+ "@tamagui/constants": "1.88.8",
35
+ "@tamagui/create-context": "1.88.8",
36
+ "@tamagui/get-button-sized": "1.88.8",
37
+ "@tamagui/group": "1.88.8",
38
+ "@tamagui/helpers": "1.88.8",
39
+ "@tamagui/roving-focus": "1.88.8",
40
+ "@tamagui/stacks": "1.88.8",
41
+ "@tamagui/use-controllable-state": "1.88.8",
42
+ "@tamagui/use-direction": "1.88.8",
43
+ "@tamagui/web": "1.88.8"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": "*",
47
47
  "react-dom": "*"
48
48
  },
49
49
  "devDependencies": {
50
- "@tamagui/build": "1.88.7",
50
+ "@tamagui/build": "1.88.8",
51
51
  "react": "^18.2.0",
52
52
  "react-dom": "^18.2.0"
53
53
  },
package/types/Tabs.d.ts CHANGED
@@ -275,8 +275,8 @@ export declare const Tabs: React.ForwardRefExoticComponent<Omit<import("@tamagui
275
275
  padded?: boolean | undefined;
276
276
  chromeless?: boolean | "all" | undefined;
277
277
  }>> & {
278
- axis?: "horizontal" | "vertical" | undefined;
279
- orientation?: "horizontal" | "vertical" | undefined;
278
+ axis?: "vertical" | "horizontal" | undefined;
279
+ orientation?: "vertical" | "horizontal" | undefined;
280
280
  scrollable?: boolean | undefined;
281
281
  showScrollIndicator?: boolean | undefined;
282
282
  disabled?: boolean | undefined;