@tamagui/font 1.121.10 → 1.121.12-1737177163952

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.
@@ -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 src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  addFont: () => addFont
24
24
  });
25
- module.exports = __toCommonJS(src_exports);
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 src_exports = {};
16
- __export(src_exports, {
15
+ var index_exports = {};
16
+ __export(index_exports, {
17
17
  addFont: () => addFont
18
18
  });
19
- module.exports = __toCommonJS(src_exports);
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;
@@ -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 src_exports = {};
17
- __export(src_exports, {
16
+ var index_exports = {};
17
+ __export(index_exports, {
18
18
  addFont: () => addFont
19
19
  });
20
- module.exports = __toCommonJS(src_exports);
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.10",
3
+ "version": "1.121.12-1737177163952",
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.10",
25
- "@tamagui/web": "1.121.10"
24
+ "@tamagui/constants": "1.121.12-1737177163952",
25
+ "@tamagui/web": "1.121.12-1737177163952"
26
26
  },
27
27
  "devDependencies": {
28
- "@tamagui/build": "1.121.10",
28
+ "@tamagui/build": "1.121.12-1737177163952",
29
29
  "react": "*"
30
30
  },
31
31
  "publishConfig": {