@tamagui/select 1.5.2 → 1.5.5

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.5.2",
3
+ "version": "1.5.5",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -27,20 +27,20 @@
27
27
  "@floating-ui/react-dom": "^1.2.2",
28
28
  "@floating-ui/react-native": "^0.9.0",
29
29
  "@radix-ui/react-use-previous": "^0.1.1",
30
- "@tamagui/adapt": "^1.5.2",
31
- "@tamagui/compose-refs": "^1.5.2",
32
- "@tamagui/core": "^1.5.2",
33
- "@tamagui/create-context": "^1.5.2",
34
- "@tamagui/dismissable": "^1.5.2",
35
- "@tamagui/focus-scope": "^1.5.2",
36
- "@tamagui/list-item": "^1.5.2",
37
- "@tamagui/portal": "^1.5.2",
38
- "@tamagui/separator": "^1.5.2",
39
- "@tamagui/sheet": "^1.5.2",
40
- "@tamagui/stacks": "^1.5.2",
41
- "@tamagui/text": "^1.5.2",
42
- "@tamagui/use-controllable-state": "^1.5.2",
43
- "@tamagui/use-event": "^1.5.2"
30
+ "@tamagui/adapt": "^1.5.5",
31
+ "@tamagui/compose-refs": "^1.5.5",
32
+ "@tamagui/core": "^1.5.5",
33
+ "@tamagui/create-context": "^1.5.5",
34
+ "@tamagui/dismissable": "^1.5.5",
35
+ "@tamagui/focus-scope": "^1.5.5",
36
+ "@tamagui/list-item": "^1.5.5",
37
+ "@tamagui/portal": "^1.5.5",
38
+ "@tamagui/separator": "^1.5.5",
39
+ "@tamagui/sheet": "^1.5.5",
40
+ "@tamagui/stacks": "^1.5.5",
41
+ "@tamagui/text": "^1.5.5",
42
+ "@tamagui/use-controllable-state": "^1.5.5",
43
+ "@tamagui/use-event": "^1.5.5"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": "*",
@@ -48,7 +48,7 @@
48
48
  "react-native": "*"
49
49
  },
50
50
  "devDependencies": {
51
- "@tamagui/build": "^1.5.2",
51
+ "@tamagui/build": "^1.5.5",
52
52
  "react": "^18.2.0",
53
53
  "react-dom": "^18.2.0",
54
54
  "react-native": "*"
package/types/Select.d.ts CHANGED
@@ -18,7 +18,8 @@ export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import(
18
18
  readonly bordered?: number | boolean | undefined;
19
19
  readonly transparent?: boolean | undefined;
20
20
  readonly chromeless?: boolean | "all" | undefined;
21
- }, "disabled" | "size" | "active"> & {
21
+ }, "disabled" | "size" | "active" | "unstyled"> & {
22
+ readonly unstyled?: boolean | undefined;
22
23
  readonly size?: import("@tamagui/core").SizeTokens | undefined;
23
24
  readonly active?: boolean | undefined;
24
25
  readonly disabled?: boolean | undefined;
@@ -37,7 +38,8 @@ export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import(
37
38
  readonly bordered?: number | boolean | undefined;
38
39
  readonly transparent?: boolean | undefined;
39
40
  readonly chromeless?: boolean | "all" | undefined;
40
- }, "disabled" | "size" | "active"> & {
41
+ }, "disabled" | "size" | "active" | "unstyled"> & {
42
+ readonly unstyled?: boolean | undefined;
41
43
  readonly size?: import("@tamagui/core").SizeTokens | undefined;
42
44
  readonly active?: boolean | undefined;
43
45
  readonly disabled?: boolean | undefined;
@@ -56,7 +58,8 @@ export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<import(
56
58
  readonly bordered?: number | boolean | undefined;
57
59
  readonly transparent?: boolean | undefined;
58
60
  readonly chromeless?: boolean | "all" | undefined;
59
- }, "disabled" | "size" | "active"> & {
61
+ }, "disabled" | "size" | "active" | "unstyled"> & {
62
+ readonly unstyled?: boolean | undefined;
60
63
  readonly size?: import("@tamagui/core").SizeTokens | undefined;
61
64
  readonly active?: boolean | undefined;
62
65
  readonly disabled?: boolean | undefined;
@@ -331,7 +334,8 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
331
334
  readonly bordered?: number | boolean | undefined;
332
335
  readonly transparent?: boolean | undefined;
333
336
  readonly chromeless?: boolean | "all" | undefined;
334
- }, "disabled" | "size" | "active"> & {
337
+ }, "disabled" | "size" | "active" | "unstyled"> & {
338
+ readonly unstyled?: boolean | undefined;
335
339
  readonly size?: import("@tamagui/core").SizeTokens | undefined;
336
340
  readonly active?: boolean | undefined;
337
341
  readonly disabled?: boolean | undefined;
@@ -350,7 +354,8 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
350
354
  readonly bordered?: number | boolean | undefined;
351
355
  readonly transparent?: boolean | undefined;
352
356
  readonly chromeless?: boolean | "all" | undefined;
353
- }, "disabled" | "size" | "active"> & {
357
+ }, "disabled" | "size" | "active" | "unstyled"> & {
358
+ readonly unstyled?: boolean | undefined;
354
359
  readonly size?: import("@tamagui/core").SizeTokens | undefined;
355
360
  readonly active?: boolean | undefined;
356
361
  readonly disabled?: boolean | undefined;
@@ -369,7 +374,8 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
369
374
  readonly bordered?: number | boolean | undefined;
370
375
  readonly transparent?: boolean | undefined;
371
376
  readonly chromeless?: boolean | "all" | undefined;
372
- }, "disabled" | "size" | "active"> & {
377
+ }, "disabled" | "size" | "active" | "unstyled"> & {
378
+ readonly unstyled?: boolean | undefined;
373
379
  readonly size?: import("@tamagui/core").SizeTokens | undefined;
374
380
  readonly active?: boolean | undefined;
375
381
  readonly disabled?: boolean | undefined;
@@ -406,7 +412,8 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
406
412
  readonly bordered?: number | boolean | undefined;
407
413
  readonly transparent?: boolean | undefined;
408
414
  readonly chromeless?: boolean | "all" | undefined;
409
- }, "disabled" | "size" | "active"> & {
415
+ }, "disabled" | "size" | "active" | "unstyled"> & {
416
+ readonly unstyled?: boolean | undefined;
410
417
  readonly size?: import("@tamagui/core").SizeTokens | undefined;
411
418
  readonly active?: boolean | undefined;
412
419
  readonly disabled?: boolean | undefined;
@@ -425,7 +432,8 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
425
432
  readonly bordered?: number | boolean | undefined;
426
433
  readonly transparent?: boolean | undefined;
427
434
  readonly chromeless?: boolean | "all" | undefined;
428
- }, "disabled" | "size" | "active"> & {
435
+ }, "disabled" | "size" | "active" | "unstyled"> & {
436
+ readonly unstyled?: boolean | undefined;
429
437
  readonly size?: import("@tamagui/core").SizeTokens | undefined;
430
438
  readonly active?: boolean | undefined;
431
439
  readonly disabled?: boolean | undefined;
@@ -444,7 +452,8 @@ export declare const Select: ((props: ScopedProps<SelectProps>) => JSX.Element)
444
452
  readonly bordered?: number | boolean | undefined;
445
453
  readonly transparent?: boolean | undefined;
446
454
  readonly chromeless?: boolean | "all" | undefined;
447
- }, "disabled" | "size" | "active"> & {
455
+ }, "disabled" | "size" | "active" | "unstyled"> & {
456
+ readonly unstyled?: boolean | undefined;
448
457
  readonly size?: import("@tamagui/core").SizeTokens | undefined;
449
458
  readonly active?: boolean | undefined;
450
459
  readonly disabled?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../src/Select.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAY,cAAc,EAAmB,MAAM,eAAe,CAAA;AAQzE,OAAO,EAAY,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAO5D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAQ9B,OAAO,EAAE,WAAW,EAAmB,WAAW,EAAE,MAAM,SAAS,CAAA;AAYnE,MAAM,MAAM,kBAAkB,GAAG,aAAa,CAAA;AAE9C,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA6CzB,CAAA;AAgED,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKrB,CAAA;AAiBF,MAAM,WAAW,eAAgB,SAAQ,aAAa;IACpD,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,UAAU,wFA4HtB,CAAA;AAUD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;GAG9B,CAAA;AA+FF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAG3B,CAAA;AA8BF,MAAM,MAAM,gBAAgB,GAAG,aAAa,CAAA;AA2B5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;GAE1B,CAAA;AAoCF,eAAO,MAAM,MAAM,WACT,YAAY,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAxZlB,MAAM,SAAS;;;;;;;;;;;;;;sBAAf,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;sBAAf,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;sBAAf,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8gB9B,CAAA"}
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../src/Select.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAY,cAAc,EAAmB,MAAM,eAAe,CAAA;AAQzE,OAAO,EAAY,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAO5D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAQ9B,OAAO,EAAE,WAAW,EAAmB,WAAW,EAAE,MAAM,SAAS,CAAA;AAYnE,MAAM,MAAM,kBAAkB,GAAG,aAAa,CAAA;AAE9C,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA6CzB,CAAA;AAgED,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKrB,CAAA;AAiBF,MAAM,WAAW,eAAgB,SAAQ,aAAa;IACpD,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,UAAU,wFA4HtB,CAAA;AAUD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;GAG9B,CAAA;AA+FF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAG3B,CAAA;AA8BF,MAAM,MAAM,gBAAgB,GAAG,aAAa,CAAA;AA2B5C,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;GAE1B,CAAA;AAoCF,eAAO,MAAM,MAAM,WACT,YAAY,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAxZlB,MAAM,SAAS;;;;;;;;;;;;;;sBAAf,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;sBAAf,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;sBAAf,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8gB9B,CAAA"}