@tamagui/button 1.15.4 → 1.15.6

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 (2) hide show
  1. package/package.json +7 -7
  2. package/types/Button.d.ts +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/button",
3
- "version": "1.15.4",
3
+ "version": "1.15.6",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -29,17 +29,17 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@tamagui/font-size": "1.15.4",
33
- "@tamagui/get-button-sized": "1.15.4",
34
- "@tamagui/helpers-tamagui": "1.15.4",
35
- "@tamagui/text": "1.15.4",
36
- "@tamagui/web": "1.15.4"
32
+ "@tamagui/font-size": "1.15.6",
33
+ "@tamagui/get-button-sized": "1.15.6",
34
+ "@tamagui/helpers-tamagui": "1.15.6",
35
+ "@tamagui/text": "1.15.6",
36
+ "@tamagui/web": "1.15.6"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": "*"
40
40
  },
41
41
  "devDependencies": {
42
- "@tamagui/build": "1.15.4",
42
+ "@tamagui/build": "1.15.6",
43
43
  "react": "^18.2.0",
44
44
  "vitest": "^0.26.3"
45
45
  },
package/types/Button.d.ts CHANGED
@@ -49,7 +49,7 @@ export declare const ButtonFrame: import("@tamagui/web").TamaguiComponent<Omit<i
49
49
  readonly bordered?: number | boolean | undefined;
50
50
  readonly transparent?: boolean | undefined;
51
51
  readonly chromeless?: boolean | "all" | undefined;
52
- }, "disabled" | "size" | "defaultStyle" | "active"> & {
52
+ }, "disabled" | "defaultStyle" | "size" | "active"> & {
53
53
  readonly defaultStyle?: boolean | undefined;
54
54
  readonly size?: import("@tamagui/web").SizeTokens | undefined;
55
55
  readonly active?: boolean | undefined;
@@ -69,7 +69,7 @@ export declare const ButtonFrame: import("@tamagui/web").TamaguiComponent<Omit<i
69
69
  readonly bordered?: number | boolean | undefined;
70
70
  readonly transparent?: boolean | undefined;
71
71
  readonly chromeless?: boolean | "all" | undefined;
72
- }, "disabled" | "size" | "defaultStyle" | "active"> & {
72
+ }, "disabled" | "defaultStyle" | "size" | "active"> & {
73
73
  readonly defaultStyle?: boolean | undefined;
74
74
  readonly size?: import("@tamagui/web").SizeTokens | undefined;
75
75
  readonly active?: boolean | undefined;
@@ -89,7 +89,7 @@ export declare const ButtonFrame: import("@tamagui/web").TamaguiComponent<Omit<i
89
89
  readonly bordered?: number | boolean | undefined;
90
90
  readonly transparent?: boolean | undefined;
91
91
  readonly chromeless?: boolean | "all" | undefined;
92
- }, "disabled" | "size" | "defaultStyle" | "active"> & {
92
+ }, "disabled" | "defaultStyle" | "size" | "active"> & {
93
93
  readonly defaultStyle?: boolean | undefined;
94
94
  readonly size?: import("@tamagui/web").SizeTokens | undefined;
95
95
  readonly active?: boolean | undefined;
@@ -154,7 +154,7 @@ export declare const Button: (props: Omit<Omit<TextParentStyles, "TextComponent"
154
154
  readonly bordered?: number | boolean | undefined;
155
155
  readonly transparent?: boolean | undefined;
156
156
  readonly chromeless?: boolean | "all" | undefined;
157
- }, "disabled" | "size" | "defaultStyle" | "active"> & {
157
+ }, "disabled" | "defaultStyle" | "size" | "active"> & {
158
158
  readonly defaultStyle?: boolean | undefined;
159
159
  readonly size?: import("@tamagui/web").SizeTokens | undefined;
160
160
  readonly active?: boolean | undefined;
@@ -174,7 +174,7 @@ export declare const Button: (props: Omit<Omit<TextParentStyles, "TextComponent"
174
174
  readonly bordered?: number | boolean | undefined;
175
175
  readonly transparent?: boolean | undefined;
176
176
  readonly chromeless?: boolean | "all" | undefined;
177
- }, "disabled" | "size" | "defaultStyle" | "active"> & {
177
+ }, "disabled" | "defaultStyle" | "size" | "active"> & {
178
178
  readonly defaultStyle?: boolean | undefined;
179
179
  readonly size?: import("@tamagui/web").SizeTokens | undefined;
180
180
  readonly active?: boolean | undefined;
@@ -194,7 +194,7 @@ export declare const Button: (props: Omit<Omit<TextParentStyles, "TextComponent"
194
194
  readonly bordered?: number | boolean | undefined;
195
195
  readonly transparent?: boolean | undefined;
196
196
  readonly chromeless?: boolean | "all" | undefined;
197
- }, "disabled" | "size" | "defaultStyle" | "active"> & {
197
+ }, "disabled" | "defaultStyle" | "size" | "active"> & {
198
198
  readonly defaultStyle?: boolean | undefined;
199
199
  readonly size?: import("@tamagui/web").SizeTokens | undefined;
200
200
  readonly active?: boolean | undefined;
@@ -486,7 +486,7 @@ export declare function useButton(propsIn: ButtonProps, { Text }?: {
486
486
  readonly bordered?: number | boolean | undefined;
487
487
  readonly transparent?: boolean | undefined;
488
488
  readonly chromeless?: boolean | "all" | undefined;
489
- }, "disabled" | "size" | "defaultStyle" | "active"> & {
489
+ }, "disabled" | "defaultStyle" | "size" | "active"> & {
490
490
  readonly defaultStyle?: boolean | undefined;
491
491
  readonly size?: import("@tamagui/web").SizeTokens | undefined;
492
492
  readonly active?: boolean | undefined;
@@ -507,7 +507,7 @@ export declare function useButton(propsIn: ButtonProps, { Text }?: {
507
507
  readonly bordered?: number | boolean | undefined;
508
508
  readonly transparent?: boolean | undefined;
509
509
  readonly chromeless?: boolean | "all" | undefined;
510
- }, "disabled" | "size" | "defaultStyle" | "active"> & {
510
+ }, "disabled" | "defaultStyle" | "size" | "active"> & {
511
511
  readonly defaultStyle?: boolean | undefined;
512
512
  readonly size?: import("@tamagui/web").SizeTokens | undefined;
513
513
  readonly active?: boolean | undefined;
@@ -528,7 +528,7 @@ export declare function useButton(propsIn: ButtonProps, { Text }?: {
528
528
  readonly bordered?: number | boolean | undefined;
529
529
  readonly transparent?: boolean | undefined;
530
530
  readonly chromeless?: boolean | "all" | undefined;
531
- }, "disabled" | "size" | "defaultStyle" | "active"> & {
531
+ }, "disabled" | "defaultStyle" | "size" | "active"> & {
532
532
  readonly defaultStyle?: boolean | undefined;
533
533
  readonly size?: import("@tamagui/web").SizeTokens | undefined;
534
534
  readonly active?: boolean | undefined;
@@ -549,7 +549,7 @@ export declare function useButton(propsIn: ButtonProps, { Text }?: {
549
549
  readonly bordered?: number | boolean | undefined;
550
550
  readonly transparent?: boolean | undefined;
551
551
  readonly chromeless?: boolean | "all" | undefined;
552
- }, "disabled" | "size" | "defaultStyle" | "active"> & {
552
+ }, "disabled" | "defaultStyle" | "size" | "active"> & {
553
553
  readonly defaultStyle?: boolean | undefined;
554
554
  readonly size?: import("@tamagui/web").SizeTokens | undefined;
555
555
  readonly active?: boolean | undefined;
@@ -570,7 +570,7 @@ export declare function useButton(propsIn: ButtonProps, { Text }?: {
570
570
  readonly bordered?: number | boolean | undefined;
571
571
  readonly transparent?: boolean | undefined;
572
572
  readonly chromeless?: boolean | "all" | undefined;
573
- }, "disabled" | "size" | "defaultStyle" | "active"> & {
573
+ }, "disabled" | "defaultStyle" | "size" | "active"> & {
574
574
  readonly defaultStyle?: boolean | undefined;
575
575
  readonly size?: import("@tamagui/web").SizeTokens | undefined;
576
576
  readonly active?: boolean | undefined;