@tamagui/button 1.39.2 → 1.39.4

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/button",
3
- "version": "1.39.2",
3
+ "version": "1.39.4",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -29,17 +29,17 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@tamagui/font-size": "1.39.2",
33
- "@tamagui/get-button-sized": "1.39.2",
34
- "@tamagui/helpers-tamagui": "1.39.2",
35
- "@tamagui/text": "1.39.2",
36
- "@tamagui/web": "1.39.2"
32
+ "@tamagui/font-size": "1.39.4",
33
+ "@tamagui/get-button-sized": "1.39.4",
34
+ "@tamagui/helpers-tamagui": "1.39.4",
35
+ "@tamagui/text": "1.39.4",
36
+ "@tamagui/web": "1.39.4"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": "*"
40
40
  },
41
41
  "devDependencies": {
42
- "@tamagui/build": "1.39.2",
42
+ "@tamagui/build": "1.39.4",
43
43
  "react": "^18.2.0",
44
44
  "vitest": "^0.26.3"
45
45
  },
package/types/Button.d.ts CHANGED
@@ -173,7 +173,7 @@ declare const ButtonText: import("@tamagui/web").TamaguiComponent<Omit<import("r
173
173
  readonly size?: FontSizeTokens | undefined;
174
174
  }, "unstyled"> & {
175
175
  readonly unstyled?: boolean | undefined;
176
- }>>, import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, {
176
+ }>>, import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, {
177
177
  readonly unstyled?: boolean | undefined;
178
178
  readonly size?: FontSizeTokens | undefined;
179
179
  } & {
@@ -448,7 +448,7 @@ declare const Button: import("@tamagui/web").ReactComponentWithRef<Omit<TextPare
448
448
  readonly size?: FontSizeTokens | undefined;
449
449
  }, "unstyled"> & {
450
450
  readonly unstyled?: boolean | undefined;
451
- }>>, import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, {
451
+ }>>, import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, {
452
452
  readonly unstyled?: boolean | undefined;
453
453
  readonly size?: FontSizeTokens | undefined;
454
454
  } & {