@tamagui/create-menu 2.7.6 → 2.7.7-1788328229285

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/create-menu",
3
- "version": "2.7.6",
3
+ "version": "2.7.7-1788328229285",
4
4
  "gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
5
5
  "source": "src/index.tsx",
6
6
  "files": [
@@ -34,30 +34,30 @@
34
34
  "clean:build": "tamagui-build clean:build"
35
35
  },
36
36
  "dependencies": {
37
- "@tamagui/animate": "2.7.6",
38
- "@tamagui/animate-presence": "2.7.6",
39
- "@tamagui/collection": "2.7.6",
40
- "@tamagui/core": "2.7.6",
41
- "@tamagui/dismissable": "2.7.6",
42
- "@tamagui/focus-guard": "2.7.6",
43
- "@tamagui/focus-scope": "2.7.6",
44
- "@tamagui/get-token": "2.7.6",
45
- "@tamagui/image": "2.7.6",
46
- "@tamagui/native": "2.7.6",
47
- "@tamagui/popover": "2.7.6",
48
- "@tamagui/popper": "2.7.6",
49
- "@tamagui/portal": "2.7.6",
50
- "@tamagui/remove-scroll": "2.7.6",
51
- "@tamagui/roving-focus": "2.7.6",
52
- "@tamagui/text": "2.7.6",
53
- "@tamagui/use-callback-ref": "2.7.6",
54
- "@tamagui/use-direction": "2.7.6",
55
- "@tamagui/web": "2.7.6"
37
+ "@tamagui/animate": "2.7.7-1788328229285",
38
+ "@tamagui/animate-presence": "2.7.7-1788328229285",
39
+ "@tamagui/collection": "2.7.7-1788328229285",
40
+ "@tamagui/core": "2.7.7-1788328229285",
41
+ "@tamagui/dismissable": "2.7.7-1788328229285",
42
+ "@tamagui/focus-guard": "2.7.7-1788328229285",
43
+ "@tamagui/focus-scope": "2.7.7-1788328229285",
44
+ "@tamagui/get-token": "2.7.7-1788328229285",
45
+ "@tamagui/image": "2.7.7-1788328229285",
46
+ "@tamagui/native": "2.7.7-1788328229285",
47
+ "@tamagui/popover": "2.7.7-1788328229285",
48
+ "@tamagui/popper": "2.7.7-1788328229285",
49
+ "@tamagui/portal": "2.7.7-1788328229285",
50
+ "@tamagui/remove-scroll": "2.7.7-1788328229285",
51
+ "@tamagui/roving-focus": "2.7.7-1788328229285",
52
+ "@tamagui/text": "2.7.7-1788328229285",
53
+ "@tamagui/use-callback-ref": "2.7.7-1788328229285",
54
+ "@tamagui/use-direction": "2.7.7-1788328229285",
55
+ "@tamagui/web": "2.7.7-1788328229285"
56
56
  },
57
57
  "devDependencies": {
58
- "@tamagui/build": "2.7.6",
59
- "react": ">=19",
60
- "react-native": "0.83.2"
58
+ "@tamagui/build": "2.7.7-1788328229285",
59
+ "react": "19.2.3",
60
+ "react-native": "0.86.2"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "react": ">=19"
@@ -164,15 +164,15 @@ export type CreateBaseMenuProps = {
164
164
  };
165
165
  export declare function createBaseMenu({ Item: _Item, Title: _Title, SubTitle: _SubTitle, Image: _Image, Icon: _Icon, Indicator: _Indicator, Separator: _Separator, MenuGroup: _MenuGroup, Label: _Label, }: CreateBaseMenuProps): {
166
166
  Menu: {
167
- (props: ScopedProps<MenuBaseProps>): import("react/jsx-runtime").JSX.Element;
167
+ (props: ScopedProps<MenuBaseProps>): React.JSX.Element;
168
168
  displayName: string;
169
169
  } & {
170
170
  Anchor: {
171
- (props: MenuAnchorProps): import("react/jsx-runtime").JSX.Element;
171
+ (props: MenuAnchorProps): React.JSX.Element;
172
172
  displayName: string;
173
173
  };
174
174
  Portal: {
175
- (props: ScopedProps<MenuPortalProps>): import("react/jsx-runtime").JSX.Element;
175
+ (props: ScopedProps<MenuPortalProps>): React.JSX.Element;
176
176
  displayName: string;
177
177
  };
178
178
  Content: import("@tamagui/web").TamaguiComponent<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {