@tamagui/config 1.114.4 → 1.115.1
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/{animations.js → animations.cjs} +16 -11
- package/dist/cjs/{animations.css.js → animations.css.cjs} +16 -11
- package/dist/cjs/{animations.reanimated.js → animations.reanimated.cjs} +16 -11
- package/dist/cjs/animationsCSS.cjs +41 -0
- package/dist/cjs/{animationsReactNative.js → animationsReactNative.cjs} +16 -11
- package/dist/cjs/{animationsReanimated.js → animationsReanimated.cjs} +16 -11
- package/dist/cjs/{config.js → config.cjs} +21 -13
- package/dist/cjs/{createGenericFont.js → createGenericFont.cjs} +24 -17
- package/dist/cjs/fonts.cjs +115 -0
- package/dist/cjs/index.cjs +40 -0
- package/dist/cjs/index.reanimated.cjs +35 -0
- package/dist/cjs/media.cjs +76 -0
- package/dist/cjs/v2-base.cjs +47 -0
- package/dist/cjs/v2-native.cjs +31 -0
- package/dist/cjs/v2-native.cjs.map +6 -0
- package/dist/cjs/v2-reanimated.cjs +31 -0
- package/dist/cjs/v2.cjs +31 -0
- package/dist/cjs/v2.native.cjs +31 -0
- package/dist/cjs/v2.native.cjs.map +6 -0
- package/dist/cjs/v3-animations.cjs +26 -0
- package/dist/cjs/v3-animations.native.cjs +26 -0
- package/dist/cjs/v3-animations.native.cjs.map +6 -0
- package/dist/cjs/v3.cjs +65 -0
- package/package.json +19 -18
- package/dist/cjs/animationsCSS.js +0 -35
- package/dist/cjs/fonts.js +0 -106
- package/dist/cjs/index.js +0 -31
- package/dist/cjs/index.reanimated.js +0 -28
- package/dist/cjs/media.js +0 -46
- package/dist/cjs/v2-base.js +0 -38
- package/dist/cjs/v2-reanimated.js +0 -25
- package/dist/cjs/v2.js +0 -25
- package/dist/cjs/v3-animations.js +0 -21
- package/dist/cjs/v3.js +0 -49
- /package/dist/cjs/{animations.js.map → animations.cjs.map} +0 -0
- /package/dist/cjs/{animations.css.js.map → animations.css.cjs.map} +0 -0
- /package/dist/cjs/{animations.reanimated.js.map → animations.reanimated.cjs.map} +0 -0
- /package/dist/cjs/{animationsCSS.js.map → animationsCSS.cjs.map} +0 -0
- /package/dist/cjs/{animationsReactNative.js.map → animationsReactNative.cjs.map} +0 -0
- /package/dist/cjs/{animationsReanimated.js.map → animationsReanimated.cjs.map} +0 -0
- /package/dist/cjs/{config.js.map → config.cjs.map} +0 -0
- /package/dist/cjs/{createGenericFont.js.map → createGenericFont.cjs.map} +0 -0
- /package/dist/cjs/{fonts.js.map → fonts.cjs.map} +0 -0
- /package/dist/cjs/{index.js.map → index.cjs.map} +0 -0
- /package/dist/cjs/{index.reanimated.js.map → index.reanimated.cjs.map} +0 -0
- /package/dist/cjs/{media.js.map → media.cjs.map} +0 -0
- /package/dist/cjs/{v2-base.js.map → v2-base.cjs.map} +0 -0
- /package/dist/cjs/{v2-reanimated.js.map → v2-reanimated.cjs.map} +0 -0
- /package/dist/cjs/{v2.js.map → v2.cjs.map} +0 -0
- /package/dist/cjs/{v3-animations.js.map → v3-animations.cjs.map} +0 -0
- /package/dist/cjs/{v3.js.map → v3.cjs.map} +0 -0
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
8
|
-
}, __copyProps = (to, from, except, desc) => {
|
|
9
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
10
|
-
for (let key of __getOwnPropNames(from))
|
|
11
|
-
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
15
|
-
var v2_reanimated_exports = {};
|
|
16
|
-
__export(v2_reanimated_exports, {
|
|
17
|
-
config: () => config
|
|
18
|
-
});
|
|
19
|
-
module.exports = __toCommonJS(v2_reanimated_exports);
|
|
20
|
-
var import_animations = require("./animations.reanimated"), import_v2_base = require("./v2-base");
|
|
21
|
-
const config = {
|
|
22
|
-
...import_v2_base.config,
|
|
23
|
-
animations: import_animations.animations
|
|
24
|
-
};
|
|
25
|
-
//# sourceMappingURL=v2-reanimated.js.map
|
package/dist/cjs/v2.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
8
|
-
}, __copyProps = (to, from, except, desc) => {
|
|
9
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
10
|
-
for (let key of __getOwnPropNames(from))
|
|
11
|
-
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
15
|
-
var v2_exports = {};
|
|
16
|
-
__export(v2_exports, {
|
|
17
|
-
config: () => config
|
|
18
|
-
});
|
|
19
|
-
module.exports = __toCommonJS(v2_exports);
|
|
20
|
-
var import_animations = require("./animations.css"), import_v2_base = require("./v2-base");
|
|
21
|
-
const config = {
|
|
22
|
-
...import_v2_base.config,
|
|
23
|
-
animations: import_animations.animations
|
|
24
|
-
};
|
|
25
|
-
//# sourceMappingURL=v2.js.map
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
8
|
-
}, __copyProps = (to, from, except, desc) => {
|
|
9
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
10
|
-
for (let key of __getOwnPropNames(from))
|
|
11
|
-
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
15
|
-
var v3_animations_exports = {};
|
|
16
|
-
__export(v3_animations_exports, {
|
|
17
|
-
animations: () => import_animationsCSS.animationsCSS
|
|
18
|
-
});
|
|
19
|
-
module.exports = __toCommonJS(v3_animations_exports);
|
|
20
|
-
var import_animationsCSS = require("./animationsCSS");
|
|
21
|
-
//# sourceMappingURL=v3-animations.js.map
|
package/dist/cjs/v3.js
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
8
|
-
}, __copyProps = (to, from, except, desc) => {
|
|
9
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
10
|
-
for (let key of __getOwnPropNames(from))
|
|
11
|
-
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
15
|
-
var v3_exports = {};
|
|
16
|
-
__export(v3_exports, {
|
|
17
|
-
animations: () => import_v3_animations2.animations,
|
|
18
|
-
config: () => config,
|
|
19
|
-
fonts: () => import_fonts2.fonts,
|
|
20
|
-
media: () => import_media2.media,
|
|
21
|
-
mediaQueryDefaultActive: () => import_media2.mediaQueryDefaultActive,
|
|
22
|
-
selectionStyles: () => selectionStyles,
|
|
23
|
-
shorthands: () => import_v22.shorthands,
|
|
24
|
-
themes: () => import_v3_themes2.themes,
|
|
25
|
-
tokens: () => import_v3_themes2.tokens
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(v3_exports);
|
|
28
|
-
var import_v2 = require("@tamagui/shorthands/v2"), import_v3_themes = require("@tamagui/themes/v3-themes"), import_v3_animations = require("./v3-animations"), import_fonts = require("./fonts"), import_media = require("./media"), import_v3_animations2 = require("./v3-animations"), import_v3_themes2 = require("@tamagui/themes/v3-themes"), import_v22 = require("@tamagui/shorthands/v2"), import_fonts2 = require("./fonts"), import_media2 = require("./media");
|
|
29
|
-
globalThis.global ||= globalThis;
|
|
30
|
-
const selectionStyles = (theme) => theme.color5 ? {
|
|
31
|
-
backgroundColor: theme.color5,
|
|
32
|
-
color: theme.color11
|
|
33
|
-
} : null, themes2 = process.env.TAMAGUI_OPTIMIZE_THEMES === "true" ? {} : import_v3_themes.themes, config = {
|
|
34
|
-
animations: import_v3_animations.animations,
|
|
35
|
-
themes: themes2,
|
|
36
|
-
media: import_media.media,
|
|
37
|
-
shorthands: import_v2.shorthands,
|
|
38
|
-
tokens: import_v3_themes.tokens,
|
|
39
|
-
fonts: import_fonts.fonts,
|
|
40
|
-
selectionStyles,
|
|
41
|
-
settings: {
|
|
42
|
-
mediaQueryDefaultActive: import_media.mediaQueryDefaultActive,
|
|
43
|
-
defaultFont: "body",
|
|
44
|
-
fastSchemeChange: !0,
|
|
45
|
-
shouldAddPrefersColorThemes: !0,
|
|
46
|
-
themeClassNameOnRoot: !0
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
//# sourceMappingURL=v3.js.map
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|