@tamagui/config-base 1.5.21 → 1.7.0
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 +5 -0
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/index.js +5 -0
- package/dist/esm/index.js.map +2 -2
- package/dist/esm/index.mjs +5 -0
- package/dist/esm/index.mjs.map +2 -2
- package/package.json +11 -11
- package/src/index.tsx +6 -0
- package/types/tamagui.config.d.ts +5 -5
- package/types/animations-css.d.ts.map +0 -1
- package/types/animations.d.ts.map +0 -1
- package/types/animations.reanimated.d.ts.map +0 -1
- package/types/createGenericFont.d.ts.map +0 -1
- package/types/index.d.ts.map +0 -1
- package/types/media.d.ts.map +0 -1
- package/types/tamagui.config.d.ts.map +0 -1
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
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -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
|
package/dist/esm/index.js.map
CHANGED
|
@@ -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/dist/esm/index.mjs
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.mjs.map
|
package/dist/esm/index.mjs.map
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "1.7.0",
|
|
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": "
|
|
31
|
-
"@tamagui/animations-react-native": "
|
|
32
|
-
"@tamagui/colors": "
|
|
33
|
-
"@tamagui/core": "
|
|
34
|
-
"@tamagui/font-inter": "
|
|
35
|
-
"@tamagui/font-silkscreen": "
|
|
36
|
-
"@tamagui/react-native-media-driver": "
|
|
37
|
-
"@tamagui/shorthands": "
|
|
38
|
-
"@tamagui/
|
|
30
|
+
"@tamagui/animations-css": "1.7.0",
|
|
31
|
+
"@tamagui/animations-react-native": "1.7.0",
|
|
32
|
+
"@tamagui/colors": "1.7.0",
|
|
33
|
+
"@tamagui/core": "1.7.0",
|
|
34
|
+
"@tamagui/font-inter": "1.7.0",
|
|
35
|
+
"@tamagui/font-silkscreen": "1.7.0",
|
|
36
|
+
"@tamagui/react-native-media-driver": "1.7.0",
|
|
37
|
+
"@tamagui/shorthands": "1.7.0",
|
|
38
|
+
"@tamagui/theme-base": "1.7.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@tamagui/build": "
|
|
41
|
+
"@tamagui/build": "1.7.0"
|
|
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
|
-
|
|
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
|
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"animations-css.d.ts","sourceRoot":"","sources":["../src/animations-css.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;EAMrB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../src/animations.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BrB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"animations.reanimated.d.ts","sourceRoot":"","sources":["../src/animations.reanimated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BrB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createGenericFont.d.ts","sourceRoot":"","sources":["../src/createGenericFont.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAc,MAAM,eAAe,CAAA;AAEvD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;CAiBZ,CAAA;AAEV,wBAAgB,iBAAiB,CAC/B,CAAC,SAAS,WAAW,CAAC,MAAM,OAAO,gBAAgB,CAAC,EAEpD,MAAM,EAAE,MAAM,EACd,IAAI,GAAE,OAAO,CAAC,CAAC,CAAM,EACrB,EACE,cAAoC,GACrC,GAAE;IACD,cAAc,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAA;CACpC,GACL,CAAC,CAYH"}
|
package/types/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,SAAS,CAAA;AACvB,cAAc,qBAAqB,CAAA"}
|
package/types/media.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"media.d.ts","sourceRoot":"","sources":["../src/media.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,UAAuB,CAAA;AAC7C,eAAO,MAAM,MAAM,UAAyB,CAAA;AAK5C,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAahB,CAAA;AAIF,eAAO,MAAM,uBAAuB;;;;;;;CAQnC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tamagui.config.d.ts","sourceRoot":"","sources":["../src/tamagui.config.ts"],"names":[],"mappings":"AASA,cAAc,cAAc,CAAA;AA6F5B,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAelB,CAAA"}
|