@tamagui/config-default 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.
package/dist/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 src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  getDefaultTamaguiConfig: () => getDefaultTamaguiConfig
24
24
  });
25
- module.exports = __toCommonJS(src_exports);
25
+ module.exports = __toCommonJS(index_exports);
26
26
  var import_core = require("@tamagui/core"),
27
27
  import_shorthands = require("@tamagui/shorthands");
28
28
  function getDefaultTamaguiConfig(platform = "web") {
package/dist/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
  getDefaultTamaguiConfig: () => getDefaultTamaguiConfig
18
18
  });
19
- module.exports = __toCommonJS(src_exports);
19
+ module.exports = __toCommonJS(index_exports);
20
20
  var import_core = require("@tamagui/core"), import_shorthands = require("@tamagui/shorthands");
21
21
  function getDefaultTamaguiConfig(platform = "web") {
22
22
  const headingFont = (0, import_core.createFont)({
@@ -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
  getDefaultTamaguiConfig: () => getDefaultTamaguiConfig
19
19
  });
20
- module.exports = __toCommonJS(src_exports);
20
+ module.exports = __toCommonJS(index_exports);
21
21
  var import_core = require("@tamagui/core"), import_shorthands = require("@tamagui/shorthands");
22
22
  function getDefaultTamaguiConfig() {
23
23
  var platform = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "web", headingFont = (0, import_core.createFont)({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/config-default",
3
- "version": "1.121.10",
3
+ "version": "1.121.12-1737177163952",
4
4
  "source": "src/index.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "types": "./types/index.d.ts",
@@ -15,12 +15,12 @@
15
15
  "dist"
16
16
  ],
17
17
  "dependencies": {
18
- "@tamagui/animations-css": "1.121.10",
19
- "@tamagui/core": "1.121.10",
20
- "@tamagui/shorthands": "1.121.10"
18
+ "@tamagui/animations-css": "1.121.12-1737177163952",
19
+ "@tamagui/core": "1.121.12-1737177163952",
20
+ "@tamagui/shorthands": "1.121.12-1737177163952"
21
21
  },
22
22
  "devDependencies": {
23
- "@tamagui/build": "1.121.10"
23
+ "@tamagui/build": "1.121.12-1737177163952"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"