@tamagui/font 1.121.11 → 1.121.12-1737184001189
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 +3 -3
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.native.js +3 -3
- package/package.json +4 -4
package/dist/cjs/index.cjs
CHANGED
|
@@ -18,11 +18,11 @@ var __export = (target, all) => {
|
|
|
18
18
|
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
19
19
|
value: !0
|
|
20
20
|
}), mod);
|
|
21
|
-
var
|
|
22
|
-
__export(
|
|
21
|
+
var index_exports = {};
|
|
22
|
+
__export(index_exports, {
|
|
23
23
|
addFont: () => addFont
|
|
24
24
|
});
|
|
25
|
-
module.exports = __toCommonJS(
|
|
25
|
+
module.exports = __toCommonJS(index_exports);
|
|
26
26
|
var import_constants = require("@tamagui/constants"),
|
|
27
27
|
import_web = require("@tamagui/web");
|
|
28
28
|
function addFont(props) {
|
package/dist/cjs/index.js
CHANGED
|
@@ -12,11 +12,11 @@ var __export = (target, all) => {
|
|
|
12
12
|
return to;
|
|
13
13
|
};
|
|
14
14
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
15
|
-
var
|
|
16
|
-
__export(
|
|
15
|
+
var index_exports = {};
|
|
16
|
+
__export(index_exports, {
|
|
17
17
|
addFont: () => addFont
|
|
18
18
|
});
|
|
19
|
-
module.exports = __toCommonJS(
|
|
19
|
+
module.exports = __toCommonJS(index_exports);
|
|
20
20
|
var import_constants = require("@tamagui/constants"), import_web = require("@tamagui/web");
|
|
21
21
|
function addFont(props) {
|
|
22
22
|
const config = (0, import_web.getConfig)(), { fontFamilyName: fontFamilyNameIn, fontFamily: fontFamilyIn } = props;
|
package/dist/cjs/index.native.js
CHANGED
|
@@ -13,11 +13,11 @@ var __export = (target, all) => {
|
|
|
13
13
|
return to;
|
|
14
14
|
};
|
|
15
15
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
16
|
-
var
|
|
17
|
-
__export(
|
|
16
|
+
var index_exports = {};
|
|
17
|
+
__export(index_exports, {
|
|
18
18
|
addFont: () => addFont
|
|
19
19
|
});
|
|
20
|
-
module.exports = __toCommonJS(
|
|
20
|
+
module.exports = __toCommonJS(index_exports);
|
|
21
21
|
var import_constants = require("@tamagui/constants"), import_web = require("@tamagui/web");
|
|
22
22
|
function addFont(props) {
|
|
23
23
|
var config = (0, import_web.getConfig)(), { fontFamilyName: fontFamilyNameIn, fontFamily: fontFamilyIn } = props;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/font",
|
|
3
|
-
"version": "1.121.
|
|
3
|
+
"version": "1.121.12-1737184001189",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"clean:build": "tamagui-build clean:build"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@tamagui/constants": "1.121.
|
|
25
|
-
"@tamagui/web": "1.121.
|
|
24
|
+
"@tamagui/constants": "1.121.12-1737184001189",
|
|
25
|
+
"@tamagui/web": "1.121.12-1737184001189"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@tamagui/build": "1.121.
|
|
28
|
+
"@tamagui/build": "1.121.12-1737184001189",
|
|
29
29
|
"react": "*"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|