@tamagui/shapes 1.14.3 → 1.14.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 +4 -4
- package/types/Circle.d.ts +3 -1
- package/types/Circle.d.ts.map +1 -1
- package/types/Square.d.ts +2 -0
- package/types/Square.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/shapes",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.5",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@tamagui/stacks": "1.14.
|
|
35
|
-
"@tamagui/web": "1.14.
|
|
34
|
+
"@tamagui/stacks": "1.14.5",
|
|
35
|
+
"@tamagui/web": "1.14.5"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"react": "*"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@tamagui/build": "1.14.
|
|
41
|
+
"@tamagui/build": "1.14.5",
|
|
42
42
|
"react": "^18.2.0"
|
|
43
43
|
},
|
|
44
44
|
"publishConfig": {
|
package/types/Circle.d.ts
CHANGED
|
@@ -133,6 +133,8 @@ export declare const Circle: import("@tamagui/web").TamaguiComponent<(Omit<impor
|
|
|
133
133
|
readonly size?: import("@tamagui/web").SizeTokens | undefined;
|
|
134
134
|
} & ({} | {
|
|
135
135
|
[x: string]: undefined;
|
|
136
|
-
})
|
|
136
|
+
}), {
|
|
137
|
+
displayName: string | undefined;
|
|
138
|
+
}>;
|
|
137
139
|
export type CircleProps = GetProps<typeof Circle>;
|
|
138
140
|
//# sourceMappingURL=Circle.d.ts.map
|
package/types/Circle.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Circle.d.ts","sourceRoot":"","sources":["../src/Circle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,cAAc,CAAA;AAI/C,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"Circle.d.ts","sourceRoot":"","sources":["../src/Circle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,cAAc,CAAA;AAI/C,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGjB,CAAA;AAEF,MAAM,MAAM,WAAW,GAAG,QAAQ,CAAC,OAAO,MAAM,CAAC,CAAA"}
|
package/types/Square.d.ts
CHANGED
|
@@ -71,6 +71,8 @@ export declare const Square: import("@tamagui/web").TamaguiComponent<Omit<import
|
|
|
71
71
|
} & {
|
|
72
72
|
readonly circular?: boolean | undefined;
|
|
73
73
|
readonly size?: import("@tamagui/web").SizeTokens | undefined;
|
|
74
|
+
}, {
|
|
75
|
+
displayName: string | undefined;
|
|
74
76
|
}>;
|
|
75
77
|
export type SquareProps = GetProps<typeof Square>;
|
|
76
78
|
//# sourceMappingURL=Square.d.ts.map
|
package/types/Square.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Square.d.ts","sourceRoot":"","sources":["../src/Square.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAU,MAAM,cAAc,CAAA;AAI/C,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"Square.d.ts","sourceRoot":"","sources":["../src/Square.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAU,MAAM,cAAc,CAAA;AAI/C,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBjB,CAAA;AAEF,MAAM,MAAM,WAAW,GAAG,QAAQ,CAAC,OAAO,MAAM,CAAC,CAAA"}
|