@tamagui/text 1.121.10 → 1.121.12
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/dist/cjs/index.cjs
CHANGED
|
@@ -13,10 +13,10 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
13
13
|
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
14
14
|
value: !0
|
|
15
15
|
}), mod);
|
|
16
|
-
var
|
|
17
|
-
module.exports = __toCommonJS(
|
|
18
|
-
__reExport(
|
|
19
|
-
__reExport(
|
|
20
|
-
__reExport(
|
|
21
|
-
__reExport(
|
|
22
|
-
__reExport(
|
|
16
|
+
var index_exports = {};
|
|
17
|
+
module.exports = __toCommonJS(index_exports);
|
|
18
|
+
__reExport(index_exports, require("./SizableText.cjs"), module.exports);
|
|
19
|
+
__reExport(index_exports, require("./Paragraph.cjs"), module.exports);
|
|
20
|
+
__reExport(index_exports, require("./Headings.cjs"), module.exports);
|
|
21
|
+
__reExport(index_exports, require("./wrapChildrenInText.cjs"), module.exports);
|
|
22
|
+
__reExport(index_exports, require("./types.cjs"), module.exports);
|
package/dist/cjs/index.js
CHANGED
|
@@ -9,11 +9,11 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
9
9
|
return to;
|
|
10
10
|
}, __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
11
11
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
12
|
-
var
|
|
13
|
-
module.exports = __toCommonJS(
|
|
14
|
-
__reExport(
|
|
15
|
-
__reExport(
|
|
16
|
-
__reExport(
|
|
17
|
-
__reExport(
|
|
18
|
-
__reExport(
|
|
12
|
+
var index_exports = {};
|
|
13
|
+
module.exports = __toCommonJS(index_exports);
|
|
14
|
+
__reExport(index_exports, require("./SizableText"), module.exports);
|
|
15
|
+
__reExport(index_exports, require("./Paragraph"), module.exports);
|
|
16
|
+
__reExport(index_exports, require("./Headings"), module.exports);
|
|
17
|
+
__reExport(index_exports, require("./wrapChildrenInText"), module.exports);
|
|
18
|
+
__reExport(index_exports, require("./types"), module.exports);
|
|
19
19
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;AAAA;AAAA;AAAA,
|
|
4
|
+
"mappings": ";;;;;;;;;;;AAAA;AAAA;AAAA,0BAAc,0BAAd;AACA,0BAAc,wBADd;AAEA,0BAAc,uBAFd;AAGA,0BAAc,iCAHd;AAIA,0BAAc,oBAJd;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/cjs/index.native.js
CHANGED
|
@@ -10,13 +10,13 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
10
10
|
return to;
|
|
11
11
|
}, __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
12
12
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
13
|
-
var
|
|
14
|
-
module.exports = __toCommonJS(
|
|
15
|
-
__reExport(
|
|
16
|
-
__reExport(
|
|
17
|
-
__reExport(
|
|
18
|
-
__reExport(
|
|
19
|
-
__reExport(
|
|
13
|
+
var index_exports = {};
|
|
14
|
+
module.exports = __toCommonJS(index_exports);
|
|
15
|
+
__reExport(index_exports, require("./SizableText"), module.exports);
|
|
16
|
+
__reExport(index_exports, require("./Paragraph"), module.exports);
|
|
17
|
+
__reExport(index_exports, require("./Headings"), module.exports);
|
|
18
|
+
__reExport(index_exports, require("./wrapChildrenInText"), module.exports);
|
|
19
|
+
__reExport(index_exports, require("./types"), module.exports);
|
|
20
20
|
// Annotate the CommonJS export names for ESM import in node:
|
|
21
21
|
0 && (module.exports = {
|
|
22
22
|
...require("./SizableText"),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/Users/n8/tamagui/code/ui/text/src/index.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;AAAA;;
|
|
4
|
+
"mappings": ";;;;;;;;;;;;AAAA;;0BAAc,0BAAd;AACA,0BAAc,wBADd;AAEA,0BAAc,uBAFd;AAGA,0BAAc,iCAHd;AAIA,0BAAc,oBAJd;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/text",
|
|
3
|
-
"version": "1.121.
|
|
3
|
+
"version": "1.121.12",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@tamagui/get-font-sized": "1.121.
|
|
40
|
-
"@tamagui/helpers-tamagui": "1.121.
|
|
41
|
-
"@tamagui/web": "1.121.
|
|
39
|
+
"@tamagui/get-font-sized": "1.121.12",
|
|
40
|
+
"@tamagui/helpers-tamagui": "1.121.12",
|
|
41
|
+
"@tamagui/web": "1.121.12"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@tamagui/build": "1.121.
|
|
44
|
+
"@tamagui/build": "1.121.12",
|
|
45
45
|
"react": "*"
|
|
46
46
|
},
|
|
47
47
|
"publishConfig": {
|
package/types/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AAErD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,CAAC,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAA;IACjC,UAAU,CAAC,EAAE,gBAAgB,CAAC,YAAY,CAAC,CAAA;IAC3C,QAAQ,CAAC,EAAE,gBAAgB,CAAC,UAAU,CAAC,CAAA;IACvC,UAAU,CAAC,EAAE,gBAAgB,CAAC,YAAY,CAAC,CAAA;IAC3C,SAAS,CAAC,EAAE,gBAAgB,CAAC,WAAW,CAAC,CAAA;IACzC,aAAa,CAAC,EAAE,gBAAgB,CAAC,eAAe,CAAC,CAAA;IACjD,SAAS,CAAC,EAAE,gBAAgB,CAAC,WAAW,CAAC,CAAA;IACzC,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AAErD,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,CAAC,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAA;IACjC,UAAU,CAAC,EAAE,gBAAgB,CAAC,YAAY,CAAC,CAAA;IAC3C,QAAQ,CAAC,EAAE,gBAAgB,CAAC,UAAU,CAAC,CAAA;IACvC,UAAU,CAAC,EAAE,gBAAgB,CAAC,YAAY,CAAC,CAAA;IAC3C,SAAS,CAAC,EAAE,gBAAgB,CAAC,WAAW,CAAC,CAAA;IACzC,aAAa,CAAC,EAAE,gBAAgB,CAAC,eAAe,CAAC,CAAA;IACjD,SAAS,CAAC,EAAE,gBAAgB,CAAC,WAAW,CAAC,CAAA;IACzC,QAAQ,CAAC,EAAE,gBAAgB,CAAC,UAAU,CAAC,CAAA;IACvC,qBAAqB,CAAC,EAAE,MAAM,CAAA;CAC/B,CAAA;AAED,MAAM,MAAM,gBAAgB,GAAG,iBAAiB,GAAG;IAEjD,SAAS,CAAC,EAAE,OAAO,CAAC,gBAAgB,CAAC,CAAA;IACrC,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAA"}
|