@tamagui/popper 1.88.7 → 1.88.9

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/popper",
3
- "version": "1.88.7",
3
+ "version": "1.88.9",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -32,20 +32,20 @@
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
- "@tamagui/compose-refs": "1.88.7",
36
- "@tamagui/constants": "1.88.7",
37
- "@tamagui/core": "1.88.7",
38
- "@tamagui/floating": "1.88.7",
39
- "@tamagui/get-token": "1.88.7",
40
- "@tamagui/stacks": "1.88.7",
41
- "@tamagui/use-controllable-state": "1.88.7"
35
+ "@tamagui/compose-refs": "1.88.9",
36
+ "@tamagui/constants": "1.88.9",
37
+ "@tamagui/core": "1.88.9",
38
+ "@tamagui/floating": "1.88.9",
39
+ "@tamagui/get-token": "1.88.9",
40
+ "@tamagui/stacks": "1.88.9",
41
+ "@tamagui/use-controllable-state": "1.88.9"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": "*",
45
45
  "react-native": "*"
46
46
  },
47
47
  "devDependencies": {
48
- "@tamagui/build": "1.88.7",
48
+ "@tamagui/build": "1.88.9",
49
49
  "react": "^18.2.0",
50
50
  "react-native": "^0.72.6"
51
51
  },
package/types/Popper.d.ts CHANGED
@@ -37,19 +37,19 @@ type PopperAnchorRef = HTMLElement | View;
37
37
  export type PopperAnchorProps = YStackProps & {
38
38
  virtualRef?: React.RefObject<any>;
39
39
  };
40
- export declare const PopperAnchor: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
40
+ export declare const PopperAnchor: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
41
41
  elevation?: number | SizeTokens | undefined;
42
42
  fullscreen?: boolean | undefined;
43
- }> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
43
+ }> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
44
44
  elevation?: number | SizeTokens | undefined;
45
45
  fullscreen?: boolean | undefined;
46
- }>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
46
+ }>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
47
47
  elevation?: number | SizeTokens | undefined;
48
48
  fullscreen?: boolean | undefined;
49
- }> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
49
+ }> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
50
50
  elevation?: number | SizeTokens | undefined;
51
51
  fullscreen?: boolean | undefined;
52
- }>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
52
+ }>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
53
53
  elevation?: number | SizeTokens | undefined;
54
54
  fullscreen?: boolean | undefined;
55
55
  }>> & {
@@ -78,9 +78,9 @@ export declare const PopperContentFrame: import("@tamagui/core").TamaguiComponen
78
78
  padded?: boolean | undefined;
79
79
  chromeless?: boolean | "all" | undefined;
80
80
  }, {}>;
81
- export declare const PopperContent: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, keyof import("@tamagui/core").StackStyleBase> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
82
- elevation?: number | SizeTokens | undefined;
81
+ export declare const PopperContent: React.ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "size" | "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "unstyled"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
83
82
  size?: SizeTokens | undefined;
83
+ elevation?: number | SizeTokens | undefined;
84
84
  fullscreen?: boolean | undefined;
85
85
  circular?: boolean | undefined;
86
86
  hoverTheme?: boolean | undefined;
@@ -89,9 +89,9 @@ export declare const PopperContent: React.ForwardRefExoticComponent<Omit<import(
89
89
  elevate?: boolean | undefined;
90
90
  bordered?: number | boolean | undefined;
91
91
  unstyled?: boolean | undefined;
92
- }> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
93
- elevation?: number | SizeTokens | undefined;
92
+ }> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
94
93
  size?: SizeTokens | undefined;
94
+ elevation?: number | SizeTokens | undefined;
95
95
  fullscreen?: boolean | undefined;
96
96
  circular?: boolean | undefined;
97
97
  hoverTheme?: boolean | undefined;
@@ -100,9 +100,9 @@ export declare const PopperContent: React.ForwardRefExoticComponent<Omit<import(
100
100
  elevate?: boolean | undefined;
101
101
  bordered?: number | boolean | undefined;
102
102
  unstyled?: boolean | undefined;
103
- }>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
104
- elevation?: number | SizeTokens | undefined;
103
+ }>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
105
104
  size?: SizeTokens | undefined;
105
+ elevation?: number | SizeTokens | undefined;
106
106
  fullscreen?: boolean | undefined;
107
107
  circular?: boolean | undefined;
108
108
  hoverTheme?: boolean | undefined;
@@ -111,9 +111,9 @@ export declare const PopperContent: React.ForwardRefExoticComponent<Omit<import(
111
111
  elevate?: boolean | undefined;
112
112
  bordered?: number | boolean | undefined;
113
113
  unstyled?: boolean | undefined;
114
- }> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase, {
115
- elevation?: number | SizeTokens | undefined;
114
+ }> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
116
115
  size?: SizeTokens | undefined;
116
+ elevation?: number | SizeTokens | undefined;
117
117
  fullscreen?: boolean | undefined;
118
118
  circular?: boolean | undefined;
119
119
  hoverTheme?: boolean | undefined;
@@ -122,9 +122,9 @@ export declare const PopperContent: React.ForwardRefExoticComponent<Omit<import(
122
122
  elevate?: boolean | undefined;
123
123
  bordered?: number | boolean | undefined;
124
124
  unstyled?: boolean | undefined;
125
- }>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
126
- elevation?: number | SizeTokens | undefined;
125
+ }>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
127
126
  size?: SizeTokens | undefined;
127
+ elevation?: number | SizeTokens | undefined;
128
128
  fullscreen?: boolean | undefined;
129
129
  circular?: boolean | undefined;
130
130
  hoverTheme?: boolean | undefined;
@@ -144,7 +144,11 @@ export type PopperArrowExtraProps = {
144
144
  __scopePopper?: string;
145
145
  };
146
146
  export type PopperArrowProps = YStackProps & PopperArrowExtraProps;
147
- export declare const PopperArrow: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & PopperArrowExtraProps, Omit<import("@tamagui/core").StackStyleBase, keyof PopperArrowExtraProps>, {
147
+ export declare const PopperArrow: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase & {
148
+ elevation?: number | SizeTokens | undefined;
149
+ fullscreen?: boolean | undefined;
150
+ unstyled?: boolean | undefined;
151
+ }>, keyof PopperArrowExtraProps> & PopperArrowExtraProps, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & PopperArrowExtraProps, import("@tamagui/core").StackStyleBase, {
148
152
  elevation?: number | SizeTokens | undefined;
149
153
  fullscreen?: boolean | undefined;
150
154
  unstyled?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Popper.d.ts","sourceRoot":"","sources":["../src/Popper.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Popper.d.ts","sourceRoot":"","sources":["../src/Popper.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAChD,OAAO,EACL,UAAU,EAQX,MAAM,eAAe,CAAA;AACtB,OAAO,EACL,MAAM,EACN,aAAa,EACb,SAAS,EACT,QAAQ,EACR,iBAAiB,EAGjB,IAAI,EAEJ,KAAK,EAEN,MAAM,mBAAmB,CAAA;AAE1B,OAAO,EAAE,iBAAiB,EAA0B,WAAW,EAAE,MAAM,iBAAiB,CAAA;AACxF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAY,IAAI,EAAuB,MAAM,cAAc,CAAA;AAElE,KAAK,UAAU,GAAG,OAAO,KAAK,SAAS,CAAC,OAAO,EAAE,MAAM,IAAI,KAAK,IAAI,GAAG,IAAI,GAAG,KAAK,CAAA;AACnF,KAAK,SAAS,GAAG,OAAO,IAAI,SAAS,CAAC,OAAO,EAAE,MAAM,IAAI,KAAK,IAAI,GAAG,IAAI,GAAG,KAAK,CAAA;AAMjF,MAAM,MAAM,kBAAkB,GAAG,iBAAiB,GAAG;IACnD,SAAS,EAAE,OAAO,CAAA;IAClB,SAAS,EAAE,GAAG,CAAA;IACd,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,QAAQ,EAAE,GAAG,CAAA;IACb,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAA;IACnC,UAAU,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,GAAG;QAC7B,YAAY,EAAE,MAAM,CAAA;KACrB,CAAA;CACF,CAAA;AAED,eAAO,MAAM,aAAa,2DAAqD,CAAA;AAE/E,eAAO,MAA0B,gBAAgB,sDAAY,cAAc;;;EAC5D,CAAA;AAEf,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,WAAW,CAAC,EAAE,UAAU,GAAG,OAAO,CAAA;IAClC,SAAS,CAAC,EAAE,SAAS,GAAG,OAAO,CAAA;IAC/B,QAAQ,CAAC,EAAE,QAAQ,CAAA;IACnB,MAAM,CAAC,EAAE,aAAa,CAAA;CACvB,CAAA;AAED,KAAK,iBAAiB,CAAC,CAAC,IAAI,WAAW,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAA;AAEpD,wBAAgB,MAAM,CAAC,KAAK,EAAE,iBAAiB,CAAC,WAAW,CAAC,eA+F3D;AAMD,KAAK,eAAe,GAAG,WAAW,GAAG,IAAI,CAAA;AAEzC,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG;IAC5C,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,CAAA;CAClC,CAAA;AAED,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;yCA4BxB,CAAA;AAMD,KAAK,oBAAoB,GAAG,WAAW,GAAG,IAAI,CAAA;AAE9C,MAAM,MAAM,kBAAkB,GAAG,iBAAiB,GAAG;IACnD,gCAAgC,CAAC,EAAE,OAAO,CAAA;CAC3C,CAAA;AAED,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;MA0B7B,CAAA;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8CAkExB,CAAA;AAMF,MAAM,MAAM,qBAAqB,GAAG;IAClC,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAED,MAAM,MAAM,gBAAgB,GAAG,WAAW,GAAG,qBAAqB,CAAA;AAkDlE,eAAO,MAAM,WAAW;;;;;;;;MAsFvB,CAAA"}