@tamagui/select 1.0.1-beta.135 → 1.0.1-beta.136

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 (92) hide show
  1. package/dist/cjs/BubbleSelect.js +0 -0
  2. package/dist/cjs/BubbleSelect.js.map +0 -0
  3. package/dist/cjs/Select.js +0 -0
  4. package/dist/cjs/Select.js.map +0 -0
  5. package/dist/cjs/SelectContent.js +0 -0
  6. package/dist/cjs/SelectContent.js.map +0 -0
  7. package/dist/cjs/SelectContent.native.js +0 -0
  8. package/dist/cjs/SelectContent.native.js.map +0 -0
  9. package/dist/cjs/SelectImpl.js +0 -0
  10. package/dist/cjs/SelectImpl.js.map +0 -0
  11. package/dist/cjs/SelectScrollButton.js +0 -0
  12. package/dist/cjs/SelectScrollButton.js.map +0 -0
  13. package/dist/cjs/SelectScrollButton.native.js +0 -0
  14. package/dist/cjs/SelectScrollButton.native.js.map +0 -0
  15. package/dist/cjs/SelectViewport.js +0 -0
  16. package/dist/cjs/SelectViewport.js.map +0 -0
  17. package/dist/cjs/SelectViewport.native.js +0 -0
  18. package/dist/cjs/SelectViewport.native.js.map +0 -0
  19. package/dist/cjs/constants.js +0 -0
  20. package/dist/cjs/constants.js.map +0 -0
  21. package/dist/cjs/context.js +0 -0
  22. package/dist/cjs/context.js.map +0 -0
  23. package/dist/cjs/index.js +0 -0
  24. package/dist/cjs/index.js.map +0 -0
  25. package/dist/cjs/types.js +0 -0
  26. package/dist/cjs/types.js.map +0 -0
  27. package/dist/esm/BubbleSelect.js +0 -0
  28. package/dist/esm/BubbleSelect.js.map +0 -0
  29. package/dist/esm/Select.js +0 -0
  30. package/dist/esm/Select.js.map +0 -0
  31. package/dist/esm/SelectContent.js +0 -0
  32. package/dist/esm/SelectContent.js.map +0 -0
  33. package/dist/esm/SelectContent.native.js +0 -0
  34. package/dist/esm/SelectContent.native.js.map +0 -0
  35. package/dist/esm/SelectImpl.js +0 -0
  36. package/dist/esm/SelectImpl.js.map +0 -0
  37. package/dist/esm/SelectScrollButton.js +0 -0
  38. package/dist/esm/SelectScrollButton.js.map +0 -0
  39. package/dist/esm/SelectScrollButton.native.js +0 -0
  40. package/dist/esm/SelectScrollButton.native.js.map +0 -0
  41. package/dist/esm/SelectViewport.js +0 -0
  42. package/dist/esm/SelectViewport.js.map +0 -0
  43. package/dist/esm/SelectViewport.native.js +0 -0
  44. package/dist/esm/SelectViewport.native.js.map +0 -0
  45. package/dist/esm/constants.js +0 -0
  46. package/dist/esm/constants.js.map +0 -0
  47. package/dist/esm/context.js +0 -0
  48. package/dist/esm/context.js.map +0 -0
  49. package/dist/esm/index.js +0 -0
  50. package/dist/esm/index.js.map +0 -0
  51. package/dist/esm/types.js +0 -0
  52. package/dist/esm/types.js.map +0 -0
  53. package/dist/jsx/BubbleSelect.js +0 -0
  54. package/dist/jsx/BubbleSelect.js.map +0 -0
  55. package/dist/jsx/Select.js +0 -0
  56. package/dist/jsx/Select.js.map +0 -0
  57. package/dist/jsx/SelectContent.js +0 -0
  58. package/dist/jsx/SelectContent.js.map +0 -0
  59. package/dist/jsx/SelectContent.native.js +0 -0
  60. package/dist/jsx/SelectContent.native.js.map +0 -0
  61. package/dist/jsx/SelectImpl.js +0 -0
  62. package/dist/jsx/SelectImpl.js.map +0 -0
  63. package/dist/jsx/SelectScrollButton.js +0 -0
  64. package/dist/jsx/SelectScrollButton.js.map +0 -0
  65. package/dist/jsx/SelectScrollButton.native.js +0 -0
  66. package/dist/jsx/SelectScrollButton.native.js.map +0 -0
  67. package/dist/jsx/SelectViewport.js +0 -0
  68. package/dist/jsx/SelectViewport.js.map +0 -0
  69. package/dist/jsx/SelectViewport.native.js +0 -0
  70. package/dist/jsx/SelectViewport.native.js.map +0 -0
  71. package/dist/jsx/constants.js +0 -0
  72. package/dist/jsx/constants.js.map +0 -0
  73. package/dist/jsx/context.js +0 -0
  74. package/dist/jsx/context.js.map +0 -0
  75. package/dist/jsx/index.js +0 -0
  76. package/dist/jsx/index.js.map +0 -0
  77. package/dist/jsx/types.js +0 -0
  78. package/dist/jsx/types.js.map +0 -0
  79. package/package.json +12 -12
  80. package/types/BubbleSelect.d.ts +0 -0
  81. package/types/Select.d.ts +3 -3
  82. package/types/SelectContent.d.ts +1 -0
  83. package/types/SelectContent.native.d.ts +1 -0
  84. package/types/SelectImpl.d.ts +1 -0
  85. package/types/SelectScrollButton.d.ts +0 -0
  86. package/types/SelectScrollButton.native.d.ts +0 -0
  87. package/types/SelectViewport.d.ts +3 -3
  88. package/types/SelectViewport.native.d.ts +1 -0
  89. package/types/constants.d.ts +0 -0
  90. package/types/context.d.ts +1 -0
  91. package/types/index.d.ts +0 -0
  92. package/types/types.d.ts +0 -0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/cjs/index.js CHANGED
File without changes
File without changes
package/dist/cjs/types.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/esm/index.js CHANGED
File without changes
File without changes
package/dist/esm/types.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/jsx/index.js CHANGED
File without changes
File without changes
package/dist/jsx/types.js CHANGED
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/select",
3
- "version": "1.0.1-beta.135",
3
+ "version": "1.0.1-beta.136",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -25,16 +25,16 @@
25
25
  "@floating-ui/react-dom-interactions": "^0.8.1",
26
26
  "@floating-ui/react-native": "^0.8.0",
27
27
  "@radix-ui/react-use-previous": "^0.1.1",
28
- "@tamagui/compose-refs": "^1.0.1-beta.135",
29
- "@tamagui/core": "^1.0.1-beta.135",
30
- "@tamagui/create-context": "^1.0.1-beta.135",
31
- "@tamagui/list-item": "^1.0.1-beta.135",
32
- "@tamagui/portal": "^1.0.1-beta.135",
33
- "@tamagui/separator": "^1.0.1-beta.135",
34
- "@tamagui/stacks": "^1.0.1-beta.135",
35
- "@tamagui/text": "^1.0.1-beta.135",
36
- "@tamagui/use-controllable-state": "^1.0.1-beta.135",
37
- "@tamagui/use-event": "^1.0.1-beta.135"
28
+ "@tamagui/compose-refs": "^1.0.1-beta.136",
29
+ "@tamagui/core": "^1.0.1-beta.136",
30
+ "@tamagui/create-context": "^1.0.1-beta.136",
31
+ "@tamagui/list-item": "^1.0.1-beta.136",
32
+ "@tamagui/portal": "^1.0.1-beta.136",
33
+ "@tamagui/separator": "^1.0.1-beta.136",
34
+ "@tamagui/stacks": "^1.0.1-beta.136",
35
+ "@tamagui/text": "^1.0.1-beta.136",
36
+ "@tamagui/use-controllable-state": "^1.0.1-beta.136",
37
+ "@tamagui/use-event": "^1.0.1-beta.136"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "react": "*",
@@ -42,7 +42,7 @@
42
42
  "react-native": "*"
43
43
  },
44
44
  "devDependencies": {
45
- "@tamagui/build": "^1.0.1-beta.135",
45
+ "@tamagui/build": "^1.0.1-beta.136",
46
46
  "@types/react-native": "^0.69.2",
47
47
  "react": "*",
48
48
  "react-dom": "*",
File without changes
package/types/Select.d.ts CHANGED
@@ -644,7 +644,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
644
644
  Viewport: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
645
645
  readonly fullscreen?: boolean | undefined;
646
646
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
647
- }, "fontFamily" | "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
647
+ }, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
648
648
  fontFamily?: unknown;
649
649
  backgrounded?: boolean | undefined;
650
650
  radiused?: boolean | undefined;
@@ -660,7 +660,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
660
660
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
661
661
  readonly fullscreen?: boolean | undefined;
662
662
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
663
- }, "fontFamily" | "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
663
+ }, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
664
664
  fontFamily?: unknown;
665
665
  backgrounded?: boolean | undefined;
666
666
  radiused?: boolean | undefined;
@@ -676,7 +676,7 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
676
676
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
677
677
  readonly fullscreen?: boolean | undefined;
678
678
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
679
- }, "fontFamily" | "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
679
+ }, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
680
680
  fontFamily?: unknown;
681
681
  backgrounded?: boolean | undefined;
682
682
  radiused?: boolean | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SelectContentProps } from './types';
2
3
  export declare const SelectContent: ({ children, __scopeSelect }: SelectContentProps) => JSX.Element;
3
4
  //# sourceMappingURL=SelectContent.d.ts.map
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SelectContentProps } from './types';
2
3
  export declare const SelectContent: ({ children }: SelectContentProps) => import("react").ReactNode;
3
4
  //# sourceMappingURL=SelectContent.native.d.ts.map
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ScopedProps, SelectProps } from './types';
2
3
  export declare type SelectImplProps = ScopedProps<SelectProps> & {
3
4
  activeIndexRef: any;
File without changes
File without changes
@@ -76,7 +76,7 @@ export declare const SelectViewportFrame: import("@tamagui/core").TamaguiCompone
76
76
  export declare const SelectViewport: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
77
77
  readonly fullscreen?: boolean | undefined;
78
78
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
79
- }, "fontFamily" | "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
79
+ }, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
80
80
  fontFamily?: unknown;
81
81
  backgrounded?: boolean | undefined;
82
82
  radiused?: boolean | undefined;
@@ -92,7 +92,7 @@ export declare const SelectViewport: React.ForwardRefExoticComponent<Omit<import
92
92
  } & import("@tamagui/core").MediaProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
93
93
  readonly fullscreen?: boolean | undefined;
94
94
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
95
- }, "fontFamily" | "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
95
+ }, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
96
96
  fontFamily?: unknown;
97
97
  backgrounded?: boolean | undefined;
98
98
  radiused?: boolean | undefined;
@@ -108,7 +108,7 @@ export declare const SelectViewport: React.ForwardRefExoticComponent<Omit<import
108
108
  }>> & import("@tamagui/core").PseudoProps<Partial<Omit<import("react-native").ViewProps, "children" | "display"> & import("@tamagui/core").RNWViewProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & Omit<{
109
109
  readonly fullscreen?: boolean | undefined;
110
110
  readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
111
- }, "fontFamily" | "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
111
+ }, "fontFamily" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "elevate" | "bordered" | "transparent" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
112
112
  fontFamily?: unknown;
113
113
  backgrounded?: boolean | undefined;
114
114
  radiused?: boolean | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ScopedProps, SelectViewportProps } from './types';
2
3
  export declare const SelectViewport: {
3
4
  (props: ScopedProps<SelectViewportProps>): JSX.Element;
File without changes
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SelectContextValue } from './types';
2
3
  export declare const createSelectContext: <ContextValueType extends object | null>(rootComponentName: string, defaultContext?: ContextValueType | undefined) => readonly [{
3
4
  (props: ContextValueType & {
package/types/index.d.ts CHANGED
File without changes
package/types/types.d.ts CHANGED
File without changes