@tamagui/text 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/text",
3
- "version": "1.39.2",
3
+ "version": "1.39.4",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -31,15 +31,15 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@tamagui/get-font-sized": "1.39.2",
35
- "@tamagui/helpers-tamagui": "1.39.2",
36
- "@tamagui/web": "1.39.2"
34
+ "@tamagui/get-font-sized": "1.39.4",
35
+ "@tamagui/helpers-tamagui": "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
  },
45
45
  "publishConfig": {
@@ -108,7 +108,7 @@ export declare const Heading: import("@tamagui/web").TamaguiComponent<(Omit<impo
108
108
  [x: string]: undefined;
109
109
  }), string | number> & {
110
110
  [x: string]: undefined;
111
- }>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, ({
111
+ }>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, ({
112
112
  readonly unstyled?: boolean | undefined;
113
113
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
114
114
  } | ({
@@ -436,7 +436,7 @@ export declare const H1: import("@tamagui/web").TamaguiComponent<(Omit<import("r
436
436
  [x: string]: undefined;
437
437
  }), string | number> & {
438
438
  [x: string]: undefined;
439
- }>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, (({
439
+ }>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, (({
440
440
  readonly unstyled?: boolean | undefined;
441
441
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
442
442
  } | ({
@@ -783,7 +783,7 @@ export declare const H2: import("@tamagui/web").TamaguiComponent<(Omit<import("r
783
783
  [x: string]: undefined;
784
784
  }), string | number> & {
785
785
  [x: string]: undefined;
786
- }>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, (({
786
+ }>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, (({
787
787
  readonly unstyled?: boolean | undefined;
788
788
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
789
789
  } | ({
@@ -1130,7 +1130,7 @@ export declare const H3: import("@tamagui/web").TamaguiComponent<(Omit<import("r
1130
1130
  [x: string]: undefined;
1131
1131
  }), string | number> & {
1132
1132
  [x: string]: undefined;
1133
- }>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, (({
1133
+ }>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, (({
1134
1134
  readonly unstyled?: boolean | undefined;
1135
1135
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
1136
1136
  } | ({
@@ -1477,7 +1477,7 @@ export declare const H4: import("@tamagui/web").TamaguiComponent<(Omit<import("r
1477
1477
  [x: string]: undefined;
1478
1478
  }), string | number> & {
1479
1479
  [x: string]: undefined;
1480
- }>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, (({
1480
+ }>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, (({
1481
1481
  readonly unstyled?: boolean | undefined;
1482
1482
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
1483
1483
  } | ({
@@ -1824,7 +1824,7 @@ export declare const H5: import("@tamagui/web").TamaguiComponent<(Omit<import("r
1824
1824
  [x: string]: undefined;
1825
1825
  }), string | number> & {
1826
1826
  [x: string]: undefined;
1827
- }>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, (({
1827
+ }>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, (({
1828
1828
  readonly unstyled?: boolean | undefined;
1829
1829
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
1830
1830
  } | ({
@@ -2171,7 +2171,7 @@ export declare const H6: import("@tamagui/web").TamaguiComponent<(Omit<import("r
2171
2171
  [x: string]: undefined;
2172
2172
  }), string | number> & {
2173
2173
  [x: string]: undefined;
2174
- }>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, (({
2174
+ }>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, (({
2175
2175
  readonly unstyled?: boolean | undefined;
2176
2176
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
2177
2177
  } | ({
@@ -36,7 +36,7 @@ export declare const Paragraph: import("@tamagui/web").TamaguiComponent<(Omit<im
36
36
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
37
37
  }, string | number> & {
38
38
  [x: string]: undefined;
39
- }>>), import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, {
39
+ }>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, {
40
40
  readonly unstyled?: boolean | undefined;
41
41
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
42
42
  } | ({
@@ -15,7 +15,7 @@ export declare const SizableText: import("@tamagui/web").TamaguiComponent<Omit<i
15
15
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
16
16
  readonly unstyled?: boolean | undefined;
17
17
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
18
- }>>, import("@tamagui/web").TamaguiElement, import("@tamagui/web").TextPropsBase, {
18
+ }>>, import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, {
19
19
  readonly unstyled?: boolean | undefined;
20
20
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
21
21
  }, {