@tamagui/config-base 1.5.21 → 1.6.3

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.js CHANGED
@@ -18,4 +18,9 @@ module.exports = __toCommonJS(src_exports);
18
18
  __reExport(src_exports, require("./tamagui.config"), module.exports);
19
19
  __reExport(src_exports, require("./media"), module.exports);
20
20
  __reExport(src_exports, require("./createGenericFont"), module.exports);
21
+ if (process.env.NODE_ENV === "development") {
22
+ console.log(
23
+ `Note: We've moved @tamagui/config-base over to @tamagui/config. If you really want to keep this file, just copy and paste the contents into your app as it will be removed eventually.`
24
+ );
25
+ }
21
26
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx"],
4
- "sourcesContent": ["export * from './tamagui.config'\nexport * from './media'\nexport * from './createGenericFont'\n"],
5
- "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,6BAAd;AACA,wBAAc,oBADd;AAEA,wBAAc,gCAFd;",
4
+ "sourcesContent": ["export * from './tamagui.config'\nexport * from './media'\nexport * from './createGenericFont'\n\nif (process.env.NODE_ENV === 'development') {\n console.log(\n `Note: We've moved @tamagui/config-base over to @tamagui/config. If you really want to keep this file, just copy and paste the contents into your app as it will be removed eventually.`\n )\n}\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,6BAAd;AACA,wBAAc,oBADd;AAEA,wBAAc,gCAFd;AAIA,IAAI,QAAQ,IAAI,aAAa,eAAe;AAC1C,UAAQ;AAAA,IACN;AAAA,EACF;AACF;",
6
6
  "names": []
7
7
  }
package/dist/esm/index.js CHANGED
@@ -1,4 +1,9 @@
1
1
  export * from "./tamagui.config";
2
2
  export * from "./media";
3
3
  export * from "./createGenericFont";
4
+ if (process.env.NODE_ENV === "development") {
5
+ console.log(
6
+ `Note: We've moved @tamagui/config-base over to @tamagui/config. If you really want to keep this file, just copy and paste the contents into your app as it will be removed eventually.`
7
+ );
8
+ }
4
9
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx"],
4
- "sourcesContent": ["export * from './tamagui.config'\nexport * from './media'\nexport * from './createGenericFont'\n"],
5
- "mappings": "AAAA,cAAc;AACd,cAAc;AACd,cAAc;",
4
+ "sourcesContent": ["export * from './tamagui.config'\nexport * from './media'\nexport * from './createGenericFont'\n\nif (process.env.NODE_ENV === 'development') {\n console.log(\n `Note: We've moved @tamagui/config-base over to @tamagui/config. If you really want to keep this file, just copy and paste the contents into your app as it will be removed eventually.`\n )\n}\n"],
5
+ "mappings": "AAAA,cAAc;AACd,cAAc;AACd,cAAc;AAEd,IAAI,QAAQ,IAAI,aAAa,eAAe;AAC1C,UAAQ;AAAA,IACN;AAAA,EACF;AACF;",
6
6
  "names": []
7
7
  }
@@ -1,4 +1,9 @@
1
1
  export * from "./tamagui.config";
2
2
  export * from "./media";
3
3
  export * from "./createGenericFont";
4
+ if (process.env.NODE_ENV === "development") {
5
+ console.log(
6
+ `Note: We've moved @tamagui/config-base over to @tamagui/config. If you really want to keep this file, just copy and paste the contents into your app as it will be removed eventually.`
7
+ );
8
+ }
4
9
  //# sourceMappingURL=index.mjs.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx"],
4
- "sourcesContent": ["export * from './tamagui.config'\nexport * from './media'\nexport * from './createGenericFont'\n"],
5
- "mappings": "AAAA,cAAc;AACd,cAAc;AACd,cAAc;",
4
+ "sourcesContent": ["export * from './tamagui.config'\nexport * from './media'\nexport * from './createGenericFont'\n\nif (process.env.NODE_ENV === 'development') {\n console.log(\n `Note: We've moved @tamagui/config-base over to @tamagui/config. If you really want to keep this file, just copy and paste the contents into your app as it will be removed eventually.`\n )\n}\n"],
5
+ "mappings": "AAAA,cAAc;AACd,cAAc;AACd,cAAc;AAEd,IAAI,QAAQ,IAAI,aAAa,eAAe;AAC1C,UAAQ;AAAA,IACN;AAAA,EACF;AACF;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/config-base",
3
- "version": "1.5.21",
3
+ "version": "1.6.3",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -27,18 +27,18 @@
27
27
  }
28
28
  },
29
29
  "dependencies": {
30
- "@tamagui/animations-css": "^1.5.21",
31
- "@tamagui/animations-react-native": "^1.5.21",
32
- "@tamagui/colors": "^1.5.21",
33
- "@tamagui/core": "^1.5.21",
34
- "@tamagui/font-inter": "^1.5.21",
35
- "@tamagui/font-silkscreen": "^1.5.21",
36
- "@tamagui/react-native-media-driver": "^1.5.21",
37
- "@tamagui/shorthands": "^1.5.21",
38
- "@tamagui/themes": "^1.5.21"
30
+ "@tamagui/animations-css": "1.6.3",
31
+ "@tamagui/animations-react-native": "1.6.3",
32
+ "@tamagui/colors": "1.6.3",
33
+ "@tamagui/core": "1.6.3",
34
+ "@tamagui/font-inter": "1.6.3",
35
+ "@tamagui/font-silkscreen": "1.6.3",
36
+ "@tamagui/react-native-media-driver": "1.6.3",
37
+ "@tamagui/shorthands": "1.6.3",
38
+ "@tamagui/theme-base": "1.6.3"
39
39
  },
40
40
  "devDependencies": {
41
- "@tamagui/build": "^1.5.21"
41
+ "@tamagui/build": "1.6.3"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public"
package/src/index.tsx CHANGED
@@ -1,3 +1,9 @@
1
1
  export * from './tamagui.config'
2
2
  export * from './media'
3
3
  export * from './createGenericFont'
4
+
5
+ if (process.env.NODE_ENV === 'development') {
6
+ console.log(
7
+ `Note: We've moved @tamagui/config-base over to @tamagui/config. If you really want to keep this file, just copy and paste the contents into your app as it will be removed eventually.`
8
+ )
9
+ }
@@ -431,13 +431,13 @@ export declare const config: {
431
431
  };
432
432
  radius: {
433
433
  0: import("@tamagui/web").Variable<number>;
434
- 2: import("@tamagui/web").Variable<number>;
434
+ 1: import("@tamagui/web").Variable<number>;
435
435
  4: import("@tamagui/web").Variable<number>;
436
+ 2: import("@tamagui/web").Variable<number>;
437
+ 3: import("@tamagui/web").Variable<number>;
436
438
  8: import("@tamagui/web").Variable<number>;
437
439
  true: import("@tamagui/web").Variable<number>;
438
- 1: import("@tamagui/web").Variable<number>;
439
440
  12: import("@tamagui/web").Variable<number>;
440
- 3: import("@tamagui/web").Variable<number>;
441
441
  5: import("@tamagui/web").Variable<number>;
442
442
  7: import("@tamagui/web").Variable<number>;
443
443
  9: import("@tamagui/web").Variable<number>;
@@ -447,9 +447,9 @@ export declare const config: {
447
447
  };
448
448
  zIndex: {
449
449
  0: import("@tamagui/web").Variable<number>;
450
- 2: import("@tamagui/web").Variable<number>;
451
- 4: import("@tamagui/web").Variable<number>;
452
450
  1: import("@tamagui/web").Variable<number>;
451
+ 4: import("@tamagui/web").Variable<number>;
452
+ 2: import("@tamagui/web").Variable<number>;
453
453
  3: import("@tamagui/web").Variable<number>;
454
454
  5: import("@tamagui/web").Variable<number>;
455
455
  };