@tamagui/select 1.144.1 → 1.144.2

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/select",
3
- "version": "1.144.1",
3
+ "version": "1.144.2",
4
4
  "type": "module",
5
5
  "removeSideEffects": "true",
6
6
  "sideEffects": [
@@ -43,28 +43,28 @@
43
43
  "@floating-ui/react": "^0.27.16",
44
44
  "@floating-ui/react-dom": "^2.1.6",
45
45
  "@floating-ui/react-native": "^0.10.7",
46
- "@tamagui/adapt": "1.144.1",
47
- "@tamagui/animate-presence": "1.144.1",
48
- "@tamagui/compose-refs": "1.144.1",
49
- "@tamagui/constants": "1.144.1",
50
- "@tamagui/core": "1.144.1",
51
- "@tamagui/create-context": "1.144.1",
52
- "@tamagui/dismissable": "1.144.1",
53
- "@tamagui/focus-scope": "1.144.1",
54
- "@tamagui/focusable": "1.144.1",
55
- "@tamagui/get-token": "1.144.1",
56
- "@tamagui/helpers": "1.144.1",
57
- "@tamagui/list-item": "1.144.1",
58
- "@tamagui/portal": "1.144.1",
59
- "@tamagui/remove-scroll": "1.144.1",
60
- "@tamagui/separator": "1.144.1",
61
- "@tamagui/sheet": "1.144.1",
62
- "@tamagui/stacks": "1.144.1",
63
- "@tamagui/text": "1.144.1",
64
- "@tamagui/use-controllable-state": "1.144.1",
65
- "@tamagui/use-debounce": "1.144.1",
66
- "@tamagui/use-event": "1.144.1",
67
- "@tamagui/use-previous": "1.144.1"
46
+ "@tamagui/adapt": "1.144.2",
47
+ "@tamagui/animate-presence": "1.144.2",
48
+ "@tamagui/compose-refs": "1.144.2",
49
+ "@tamagui/constants": "1.144.2",
50
+ "@tamagui/core": "1.144.2",
51
+ "@tamagui/create-context": "1.144.2",
52
+ "@tamagui/dismissable": "1.144.2",
53
+ "@tamagui/focus-scope": "1.144.2",
54
+ "@tamagui/focusable": "1.144.2",
55
+ "@tamagui/get-token": "1.144.2",
56
+ "@tamagui/helpers": "1.144.2",
57
+ "@tamagui/list-item": "1.144.2",
58
+ "@tamagui/portal": "1.144.2",
59
+ "@tamagui/remove-scroll": "1.144.2",
60
+ "@tamagui/separator": "1.144.2",
61
+ "@tamagui/sheet": "1.144.2",
62
+ "@tamagui/stacks": "1.144.2",
63
+ "@tamagui/text": "1.144.2",
64
+ "@tamagui/use-controllable-state": "1.144.2",
65
+ "@tamagui/use-debounce": "1.144.2",
66
+ "@tamagui/use-event": "1.144.2",
67
+ "@tamagui/use-previous": "1.144.2"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "react": "*",
@@ -72,7 +72,7 @@
72
72
  "react-native": "*"
73
73
  },
74
74
  "devDependencies": {
75
- "@tamagui/build": "1.144.1",
75
+ "@tamagui/build": "1.144.2",
76
76
  "react": "*",
77
77
  "react-dom": "*",
78
78
  "react-native": "0.81.5"
package/types/Select.d.ts CHANGED
@@ -473,19 +473,39 @@ export declare const Select: (<Value extends string = string>(props: SelectScope
473
473
  open?: boolean;
474
474
  }, {}> | import("@tamagui/core").TamaguiComponent<any, any, any, {}, {}, {}>;
475
475
  ScrollView: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").TamaguiComponentPropsBaseBase & import("react-native").ScrollViewProps, keyof import("@tamagui/core").StackStyleBase | "fullscreen" | "contentContainerStyle"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
476
- readonly contentContainerStyle?: Partial<import("@tamagui/core").GetFinalProps<import("react-native").ScrollViewProps, import("@tamagui/core").StackStyleBase, {}>> | undefined;
476
+ readonly contentContainerStyle?: Partial<import("@tamagui/core").InferStyleProps<typeof import("react-native").ScrollView, {
477
+ accept: {
478
+ readonly contentContainerStyle: "style";
479
+ };
480
+ }>> | undefined;
477
481
  }> & {
478
482
  fullscreen?: boolean | undefined;
479
483
  } & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
480
- readonly contentContainerStyle?: Partial<import("@tamagui/core").GetFinalProps<import("react-native").ScrollViewProps, import("@tamagui/core").StackStyleBase, {}>> | undefined;
484
+ readonly contentContainerStyle?: Partial<import("@tamagui/core").InferStyleProps<typeof import("react-native").ScrollView, {
485
+ accept: {
486
+ readonly contentContainerStyle: "style";
487
+ };
488
+ }>> | undefined;
481
489
  }>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
482
- readonly contentContainerStyle?: Partial<import("@tamagui/core").GetFinalProps<import("react-native").ScrollViewProps, import("@tamagui/core").StackStyleBase, {}>> | undefined;
490
+ readonly contentContainerStyle?: Partial<import("@tamagui/core").InferStyleProps<typeof import("react-native").ScrollView, {
491
+ accept: {
492
+ readonly contentContainerStyle: "style";
493
+ };
494
+ }>> | undefined;
483
495
  }> & {
484
496
  fullscreen?: boolean | undefined;
485
497
  } & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase & {
486
- readonly contentContainerStyle?: Partial<import("@tamagui/core").GetFinalProps<import("react-native").ScrollViewProps, import("@tamagui/core").StackStyleBase, {}>> | undefined;
498
+ readonly contentContainerStyle?: Partial<import("@tamagui/core").InferStyleProps<typeof import("react-native").ScrollView, {
499
+ accept: {
500
+ readonly contentContainerStyle: "style";
501
+ };
502
+ }>> | undefined;
487
503
  }>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase & {
488
- readonly contentContainerStyle?: Partial<import("@tamagui/core").GetFinalProps<import("react-native").ScrollViewProps, import("@tamagui/core").StackStyleBase, {}>> | undefined;
504
+ readonly contentContainerStyle?: Partial<import("@tamagui/core").InferStyleProps<typeof import("react-native").ScrollView, {
505
+ accept: {
506
+ readonly contentContainerStyle: "style";
507
+ };
508
+ }>> | undefined;
489
509
  }, {
490
510
  fullscreen?: boolean | undefined;
491
511
  }>> & import("react").RefAttributes<import("react-native").ScrollView>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../src/Select.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAY7E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAQvD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAc9B,OAAO,KAAK,EAAmB,WAAW,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAS9E,QAAA,MAAM,gBAAgB;;;8CAGpB,CAAA;AAEF,MAAM,MAAM,qBAAqB,GAAG,iBAAiB,CAAC;IACpD,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAC9B,CAAC,CAAA;AAEF,MAAM,MAAM,gBAAgB,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,GAAG,qBAAqB,CAAA;AAyDxF,eAAO,MAAM,UAAU;;;;;;;;;8CAKrB,CAAA;AAyCF,eAAO,MAAM,gBAAgB;;;;;;;;;8CAG3B,CAAA;AA8GF,MAAM,MAAM,gBAAgB,GAAG,iBAAiB,CAAC,aAAa,CAAC,CAAA;AAgC/D,eAAO,MAAM,eAAe;;8CAE1B,CAAA;AAoCF,eAAO,MAAM,MAAM,IACD,KAAK,SAAS,MAAM,kBAC3B,iBAAiB,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;;;sBA/SgD,GAAI;qBAEzF,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAJE,CAAC;kBAAwB,CAAC;gBAAsB,CAAC;iBAE3C,CAAC;;;;;;;;;;;;;;;;;;;;;eAFP,CAAC;kBAAwB,CAAC;gBAAsB,CAAC;iBAE3C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAFP,CAAC;kBAAwB,CAAC;gBAAsB,CAAC;iBAE3C,CAAC;;;;;;;;;;;;;;;;;;;;;eAFP,CAAC;kBAAwB,CAAC;gBAAsB,CAAC;iBAE3C,CAAC;;;;;;;;;;;;;;;;;;;;;eAFP,CAAC;kBAAwB,CAAC;gBAAsB,CAAC;iBAE3C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAFP,CAAC;kBAAwB,CAAC;gBAAsB,CAAC;iBAE3C,CAAC;;;;;;;;;;;;;;;;;;;;;eAFP,CAAC;kBAAwB,CAAC;gBAAsB,CAAC;iBAE3C,CAAC;;;;;;;;;;;;;;;;;;;;;eAFP,CAAC;kBAAwB,CAAC;gBAAsB,CAAC;iBAE3C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAYL,KAAK,CAAC,SAAS;;;;sBAAf,KAAK,CAAC,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA4D/B,CAJA;iBAA4E,CAAC;mBAE9C,CAAC;sBAAgC,CAAC;oBAA8B,CAAC;qBAEtE,CAAA;;sBAGf,CAAC;oBACoB,CAAC;;qCAGsC,CAAC;4CAErE,CAAC;;qCAA+D,CAAC;4CAE/C,CAAC;;;gBASD,CAAC;qBACV,CAAC;iBACyB,CAAC;mBAGnC,CAAF;sBAAgC,CAAC;oBAI/B,CAAJ;qBAA+B,CAAC;;sBAC4B,CAAC;oBAE3D,CAAA;uBAGuC,CAAC;oBAA2C,CAAC;sBAEvE,CAAC;sBAA6C,CAAC;sBAExD,CAAA;mBAEQ,CAAC;oBAEJ,CAAC;wBAAwD,CAAC;oBAC/C,CAAC;kBAAyC,CAAC;sBAE9B,CAAC;;;gBAOV,CAAC;;;0CAsBG,CAAC;;sBAIG,CAAC;;0CAagC,CAAC;;0CASxC,CAAC;;sBAKjB,CAAC;;0CAMM,CAAC;;0CAQN,CAAA;;sBAOA,CAAb;;;;CAmIA,CAAA"}
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../src/Select.tsx"],"names":[],"mappings":"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"}