tamagui 1.74.17 → 1.74.19
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/setup.js +1 -44
- package/dist/cjs/setup.js.map +1 -1
- package/dist/cjs/setup.native.js +1 -44
- package/dist/cjs/setup.native.js.map +1 -1
- package/dist/esm/setup.js +0 -16
- package/dist/esm/setup.js.map +1 -1
- package/dist/esm/setup.native.js +0 -16
- package/dist/esm/setup.native.js.map +1 -1
- package/dist/jsx/setup.js +0 -16
- package/dist/jsx/setup.js.map +1 -1
- package/dist/jsx/setup.native.js +0 -16
- package/dist/jsx/setup.native.js.map +1 -1
- package/dist/native.js +19 -1
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +19 -1
- package/dist/test.native.js.map +1 -1
- package/package.json +52 -52
- package/src/setup.ts +0 -24
- package/types/setup.d.ts +0 -1
- package/types/setup.d.ts.map +1 -1
package/dist/cjs/setup.js
CHANGED
|
@@ -1,46 +1,3 @@
|
|
|
1
|
-
var
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
9
|
-
}, __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
13
|
-
return to;
|
|
14
|
-
};
|
|
15
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
16
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
17
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
18
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
19
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
20
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
|
|
21
|
-
mod
|
|
22
|
-
)), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
23
|
-
var setup_exports = {};
|
|
24
|
-
__export(setup_exports, {
|
|
25
|
-
idFn: () => idFn
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(setup_exports);
|
|
28
|
-
var import_polyfill_dev = require("@tamagui/polyfill-dev"), React = __toESM(require("react"));
|
|
29
|
-
globalThis.React = React;
|
|
1
|
+
var import_polyfill_dev = require("@tamagui/polyfill-dev");
|
|
30
2
|
typeof requestAnimationFrame > "u" && (globalThis.requestAnimationFrame = setImmediate);
|
|
31
|
-
const cancelAnimationFrame = globalThis.cancelAnimationFrame;
|
|
32
|
-
typeof globalThis > "u" ? console.warn(
|
|
33
|
-
"Warning: globalThis is undefined, are you overwriting it in your bundler?"
|
|
34
|
-
) : globalThis.cancelAnimationFrame = (x) => {
|
|
35
|
-
try {
|
|
36
|
-
cancelAnimationFrame(x);
|
|
37
|
-
} catch {
|
|
38
|
-
}
|
|
39
|
-
};
|
|
40
|
-
const idFn = () => {
|
|
41
|
-
};
|
|
42
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
-
0 && (module.exports = {
|
|
44
|
-
idFn
|
|
45
|
-
});
|
|
46
3
|
//# sourceMappingURL=setup.js.map
|
package/dist/cjs/setup.js.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/setup.ts"],
|
|
4
|
-
"mappings": "
|
|
4
|
+
"mappings": "AAAA,0BAAO;AAGH,OAAO,wBAA0B,QACnC,WAAW,wBAA2B;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/cjs/setup.native.js
CHANGED
|
@@ -1,47 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
-
var __export = (target, all) => {
|
|
8
|
-
for (var name in all)
|
|
9
|
-
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
10
|
-
}, __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
return to;
|
|
15
|
-
};
|
|
16
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
17
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
18
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
19
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
20
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
21
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
|
|
22
|
-
mod
|
|
23
|
-
)), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
24
|
-
var setup_exports = {};
|
|
25
|
-
__export(setup_exports, {
|
|
26
|
-
idFn: () => idFn
|
|
27
|
-
});
|
|
28
|
-
module.exports = __toCommonJS(setup_exports);
|
|
29
|
-
var import_polyfill_dev = require("@tamagui/polyfill-dev"), React = __toESM(require("react"));
|
|
30
|
-
globalThis.React = React;
|
|
2
|
+
var import_polyfill_dev = require("@tamagui/polyfill-dev");
|
|
31
3
|
typeof requestAnimationFrame > "u" && (globalThis.requestAnimationFrame = setImmediate);
|
|
32
|
-
const cancelAnimationFrame = globalThis.cancelAnimationFrame;
|
|
33
|
-
typeof globalThis > "u" ? console.warn(
|
|
34
|
-
"Warning: globalThis is undefined, are you overwriting it in your bundler?"
|
|
35
|
-
) : globalThis.cancelAnimationFrame = (x) => {
|
|
36
|
-
try {
|
|
37
|
-
cancelAnimationFrame(x);
|
|
38
|
-
} catch {
|
|
39
|
-
}
|
|
40
|
-
};
|
|
41
|
-
const idFn = () => {
|
|
42
|
-
};
|
|
43
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
44
|
-
0 && (module.exports = {
|
|
45
|
-
idFn
|
|
46
|
-
});
|
|
47
4
|
//# sourceMappingURL=setup.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/setup.ts"],
|
|
4
|
-
"mappings": "
|
|
4
|
+
"mappings": ";AAAA,0BAAO;AAGH,OAAO,wBAA0B,QACnC,WAAW,wBAA2B;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/esm/setup.js
CHANGED
|
@@ -1,19 +1,3 @@
|
|
|
1
1
|
import "@tamagui/polyfill-dev";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
globalThis.React = React;
|
|
4
2
|
typeof requestAnimationFrame > "u" && (globalThis.requestAnimationFrame = setImmediate);
|
|
5
|
-
const cancelAnimationFrame = globalThis.cancelAnimationFrame;
|
|
6
|
-
typeof globalThis > "u" ? console.warn(
|
|
7
|
-
"Warning: globalThis is undefined, are you overwriting it in your bundler?"
|
|
8
|
-
) : globalThis.cancelAnimationFrame = (x) => {
|
|
9
|
-
try {
|
|
10
|
-
cancelAnimationFrame(x);
|
|
11
|
-
} catch {
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
const idFn = () => {
|
|
15
|
-
};
|
|
16
|
-
export {
|
|
17
|
-
idFn
|
|
18
|
-
};
|
|
19
3
|
//# sourceMappingURL=setup.js.map
|
package/dist/esm/setup.js.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/setup.ts"],
|
|
4
|
-
"mappings": "AAAA,OAAO;
|
|
4
|
+
"mappings": "AAAA,OAAO;AAGH,OAAO,wBAA0B,QACnC,WAAW,wBAA2B;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/esm/setup.native.js
CHANGED
|
@@ -1,19 +1,3 @@
|
|
|
1
1
|
import "@tamagui/polyfill-dev";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
globalThis.React = React;
|
|
4
2
|
typeof requestAnimationFrame > "u" && (globalThis.requestAnimationFrame = setImmediate);
|
|
5
|
-
const cancelAnimationFrame = globalThis.cancelAnimationFrame;
|
|
6
|
-
typeof globalThis > "u" ? console.warn(
|
|
7
|
-
"Warning: globalThis is undefined, are you overwriting it in your bundler?"
|
|
8
|
-
) : globalThis.cancelAnimationFrame = (x) => {
|
|
9
|
-
try {
|
|
10
|
-
cancelAnimationFrame(x);
|
|
11
|
-
} catch {
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
const idFn = () => {
|
|
15
|
-
};
|
|
16
|
-
export {
|
|
17
|
-
idFn
|
|
18
|
-
};
|
|
19
3
|
//# sourceMappingURL=setup.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/setup.ts"],
|
|
4
|
-
"mappings": "AAAA,OAAO;
|
|
4
|
+
"mappings": "AAAA,OAAO;AAGH,OAAO,wBAA0B,QACnC,WAAW,wBAA2B;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/jsx/setup.js
CHANGED
|
@@ -1,19 +1,3 @@
|
|
|
1
1
|
import "@tamagui/polyfill-dev";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
globalThis.React = React;
|
|
4
2
|
typeof requestAnimationFrame > "u" && (globalThis.requestAnimationFrame = setImmediate);
|
|
5
|
-
const cancelAnimationFrame = globalThis.cancelAnimationFrame;
|
|
6
|
-
typeof globalThis > "u" ? console.warn(
|
|
7
|
-
"Warning: globalThis is undefined, are you overwriting it in your bundler?"
|
|
8
|
-
) : globalThis.cancelAnimationFrame = (x) => {
|
|
9
|
-
try {
|
|
10
|
-
cancelAnimationFrame(x);
|
|
11
|
-
} catch {
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
const idFn = () => {
|
|
15
|
-
};
|
|
16
|
-
export {
|
|
17
|
-
idFn
|
|
18
|
-
};
|
|
19
3
|
//# sourceMappingURL=setup.js.map
|
package/dist/jsx/setup.js.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/setup.ts"],
|
|
4
|
-
"mappings": "AAAA,OAAO;
|
|
4
|
+
"mappings": "AAAA,OAAO;AAGH,OAAO,wBAA0B,QACnC,WAAW,wBAA2B;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/jsx/setup.native.js
CHANGED
|
@@ -1,19 +1,3 @@
|
|
|
1
1
|
import "@tamagui/polyfill-dev";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
globalThis.React = React;
|
|
4
2
|
typeof requestAnimationFrame > "u" && (globalThis.requestAnimationFrame = setImmediate);
|
|
5
|
-
const cancelAnimationFrame = globalThis.cancelAnimationFrame;
|
|
6
|
-
typeof globalThis > "u" ? console.warn(
|
|
7
|
-
"Warning: globalThis is undefined, are you overwriting it in your bundler?"
|
|
8
|
-
) : globalThis.cancelAnimationFrame = (x) => {
|
|
9
|
-
try {
|
|
10
|
-
cancelAnimationFrame(x);
|
|
11
|
-
} catch {
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
const idFn = () => {
|
|
15
|
-
};
|
|
16
|
-
export {
|
|
17
|
-
idFn
|
|
18
|
-
};
|
|
19
3
|
//# sourceMappingURL=setup.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/setup.ts"],
|
|
4
|
-
"mappings": "AAAA,OAAO;
|
|
4
|
+
"mappings": "AAAA,OAAO;AAGH,OAAO,wBAA0B,QACnC,WAAW,wBAA2B;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/native.js
CHANGED
|
@@ -264,7 +264,12 @@ var require_validStyleProps_native = __commonJS({
|
|
|
264
264
|
borderTopLeftRadius: !0,
|
|
265
265
|
borderTopRightRadius: !0,
|
|
266
266
|
borderBottomLeftRadius: !0,
|
|
267
|
-
borderBottomRightRadius: !0
|
|
267
|
+
borderBottomRightRadius: !0,
|
|
268
|
+
// logical
|
|
269
|
+
borderStartStartRadius: !0,
|
|
270
|
+
borderStartEndRadius: !0,
|
|
271
|
+
borderEndStartRadius: !0,
|
|
272
|
+
borderEndEndRadius: !0
|
|
268
273
|
},
|
|
269
274
|
size: {
|
|
270
275
|
width: !0,
|
|
@@ -280,6 +285,9 @@ var require_validStyleProps_native = __commonJS({
|
|
|
280
285
|
color: {
|
|
281
286
|
backgroundColor: !0,
|
|
282
287
|
borderColor: !0,
|
|
288
|
+
borderBlockStartColor: !0,
|
|
289
|
+
borderBlockEndColor: !0,
|
|
290
|
+
borderBlockColor: !0,
|
|
283
291
|
borderBottomColor: !0,
|
|
284
292
|
borderTopColor: !0,
|
|
285
293
|
borderLeftColor: !0,
|
|
@@ -369,6 +377,11 @@ var require_validStyleProps_native = __commonJS({
|
|
|
369
377
|
justifyContent: !0,
|
|
370
378
|
left: !0,
|
|
371
379
|
margin: !0,
|
|
380
|
+
marginBlockEnd: !0,
|
|
381
|
+
marginBlockStart: !0,
|
|
382
|
+
marginInlineEnd: !0,
|
|
383
|
+
marginInline: !0,
|
|
384
|
+
marginInlineStart: !0,
|
|
372
385
|
marginBottom: !0,
|
|
373
386
|
marginEnd: !0,
|
|
374
387
|
marginHorizontal: !0,
|
|
@@ -380,6 +393,11 @@ var require_validStyleProps_native = __commonJS({
|
|
|
380
393
|
overflow: !0,
|
|
381
394
|
padding: !0,
|
|
382
395
|
paddingBottom: !0,
|
|
396
|
+
paddingInline: !0,
|
|
397
|
+
paddingBlock: !0,
|
|
398
|
+
paddingBlockStart: !0,
|
|
399
|
+
paddingInlineEnd: !0,
|
|
400
|
+
paddingInlineStart: !0,
|
|
383
401
|
paddingEnd: !0,
|
|
384
402
|
paddingHorizontal: !0,
|
|
385
403
|
paddingLeft: !0,
|