@tamagui/web 1.139.3 → 1.139.4
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/package.json +12 -12
- package/dist/cjs/helpers/nativeOnlyProps.cjs +0 -55
- package/dist/cjs/helpers/nativeOnlyProps.js +0 -50
- package/dist/cjs/helpers/nativeOnlyProps.js.map +0 -6
- package/dist/cjs/helpers/nativeOnlyProps.native.js +0 -58
- package/dist/cjs/helpers/nativeOnlyProps.native.js.map +0 -1
- package/dist/cjs/interfaces/TamaguiComponentPropsBaseBase.cjs +0 -16
- package/dist/cjs/interfaces/TamaguiComponentPropsBaseBase.js +0 -14
- package/dist/cjs/interfaces/TamaguiComponentPropsBaseBase.js.map +0 -6
- package/dist/cjs/interfaces/TamaguiComponentPropsBaseBase.native.js +0 -19
- package/dist/cjs/interfaces/TamaguiComponentPropsBaseBase.native.js.map +0 -1
- package/dist/cjs/loadDuplicatedConfig.cjs +0 -29
- package/dist/cjs/loadDuplicatedConfig.js +0 -26
- package/dist/cjs/loadDuplicatedConfig.js.map +0 -6
- package/dist/cjs/loadDuplicatedConfig.native.js +0 -32
- package/dist/cjs/loadDuplicatedConfig.native.js.map +0 -1
- package/dist/esm/helpers/nativeOnlyProps.js +0 -34
- package/dist/esm/helpers/nativeOnlyProps.js.map +0 -6
- package/dist/esm/helpers/nativeOnlyProps.mjs +0 -32
- package/dist/esm/helpers/nativeOnlyProps.mjs.map +0 -1
- package/dist/esm/helpers/nativeOnlyProps.native.js +0 -32
- package/dist/esm/helpers/nativeOnlyProps.native.js.map +0 -1
- package/dist/esm/interfaces/TamaguiComponentPropsBaseBase.js +0 -1
- package/dist/esm/interfaces/TamaguiComponentPropsBaseBase.js.map +0 -6
- package/dist/esm/interfaces/TamaguiComponentPropsBaseBase.mjs +0 -2
- package/dist/esm/interfaces/TamaguiComponentPropsBaseBase.mjs.map +0 -1
- package/dist/esm/interfaces/TamaguiComponentPropsBaseBase.native.js +0 -2
- package/dist/esm/interfaces/TamaguiComponentPropsBaseBase.native.js.map +0 -1
- package/dist/esm/loadDuplicatedConfig.js +0 -10
- package/dist/esm/loadDuplicatedConfig.js.map +0 -6
- package/dist/esm/loadDuplicatedConfig.mjs +0 -6
- package/dist/esm/loadDuplicatedConfig.mjs.map +0 -1
- package/dist/esm/loadDuplicatedConfig.native.js +0 -6
- package/dist/esm/loadDuplicatedConfig.native.js.map +0 -1
- package/types/helpers/nativeOnlyProps.d.ts.map +0 -1
- package/types/interfaces/TamaguiComponentPropsBaseBase.d.ts.map +0 -1
- package/types/loadDuplicatedConfig.d.ts +0 -7
- package/types/loadDuplicatedConfig.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/web",
|
|
3
|
-
"version": "1.139.
|
|
3
|
+
"version": "1.139.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"main": "dist/cjs",
|
|
@@ -28,16 +28,16 @@
|
|
|
28
28
|
"reset.css"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@tamagui/compose-refs": "1.139.
|
|
32
|
-
"@tamagui/constants": "1.139.
|
|
33
|
-
"@tamagui/helpers": "1.139.
|
|
34
|
-
"@tamagui/is-equal-shallow": "1.139.
|
|
35
|
-
"@tamagui/normalize-css-color": "1.139.
|
|
36
|
-
"@tamagui/timer": "1.139.
|
|
37
|
-
"@tamagui/types": "1.139.
|
|
38
|
-
"@tamagui/use-did-finish-ssr": "1.139.
|
|
39
|
-
"@tamagui/use-event": "1.139.
|
|
40
|
-
"@tamagui/use-force-update": "1.139.
|
|
31
|
+
"@tamagui/compose-refs": "1.139.4",
|
|
32
|
+
"@tamagui/constants": "1.139.4",
|
|
33
|
+
"@tamagui/helpers": "1.139.4",
|
|
34
|
+
"@tamagui/is-equal-shallow": "1.139.4",
|
|
35
|
+
"@tamagui/normalize-css-color": "1.139.4",
|
|
36
|
+
"@tamagui/timer": "1.139.4",
|
|
37
|
+
"@tamagui/types": "1.139.4",
|
|
38
|
+
"@tamagui/use-did-finish-ssr": "1.139.4",
|
|
39
|
+
"@tamagui/use-event": "1.139.4",
|
|
40
|
+
"@tamagui/use-force-update": "1.139.4"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": "*",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"react-native": "*"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@tamagui/build": "1.139.
|
|
48
|
+
"@tamagui/build": "1.139.4",
|
|
49
49
|
"@testing-library/react": "^16.1.0",
|
|
50
50
|
"csstype": "^3.0.10",
|
|
51
51
|
"react": "*",
|
|
@@ -1,55 +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) __defProp(target, name, {
|
|
7
|
-
get: all[name],
|
|
8
|
-
enumerable: !0
|
|
9
|
-
});
|
|
10
|
-
},
|
|
11
|
-
__copyProps = (to, from, except, desc) => {
|
|
12
|
-
if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
|
|
13
|
-
get: () => from[key],
|
|
14
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
15
|
-
});
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
19
|
-
value: !0
|
|
20
|
-
}), mod);
|
|
21
|
-
var nativeOnlyProps_exports = {};
|
|
22
|
-
__export(nativeOnlyProps_exports, {
|
|
23
|
-
nativeOnlyProps: () => nativeOnlyProps
|
|
24
|
-
});
|
|
25
|
-
module.exports = __toCommonJS(nativeOnlyProps_exports);
|
|
26
|
-
const nativeOnlyProps = {
|
|
27
|
-
ellipsizeMode: 1,
|
|
28
|
-
accessibilityElementsHidden: 1,
|
|
29
|
-
accessibilityIgnoresInvertColors: 1,
|
|
30
|
-
accessibilityLanguage: 1,
|
|
31
|
-
adjustsFontSizeToFit: 1,
|
|
32
|
-
allowFontScaling: 1,
|
|
33
|
-
dataDetectorType: 1,
|
|
34
|
-
dynamicTypeRamp: 1,
|
|
35
|
-
elevationAndroid: 1,
|
|
36
|
-
hapticFeedback: 1,
|
|
37
|
-
hapticStyle: 1,
|
|
38
|
-
hitSlop: 1,
|
|
39
|
-
onAccessibilityAction: 1,
|
|
40
|
-
importantForAccessibility: 1,
|
|
41
|
-
lineBreakStrategyIOS: 1,
|
|
42
|
-
maxFontSizeMultiplier: 1,
|
|
43
|
-
minimumFontScale: 1,
|
|
44
|
-
needsOffscreenAlphaCompositing: 1,
|
|
45
|
-
nextFocusDown: 1,
|
|
46
|
-
nextFocusForward: 1,
|
|
47
|
-
nextFocusLeft: 1,
|
|
48
|
-
nextFocusRight: 1,
|
|
49
|
-
nextFocusUp: 1,
|
|
50
|
-
onMagicTap: 1,
|
|
51
|
-
selectionColor: 1,
|
|
52
|
-
shouldRasterizeIOS: 1,
|
|
53
|
-
suppressHighlighting: 1,
|
|
54
|
-
textBreakStrategy: 1
|
|
55
|
-
};
|
|
@@ -1,50 +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 nativeOnlyProps_exports = {};
|
|
16
|
-
__export(nativeOnlyProps_exports, {
|
|
17
|
-
nativeOnlyProps: () => nativeOnlyProps
|
|
18
|
-
});
|
|
19
|
-
module.exports = __toCommonJS(nativeOnlyProps_exports);
|
|
20
|
-
const nativeOnlyProps = {
|
|
21
|
-
ellipsizeMode: 1,
|
|
22
|
-
accessibilityElementsHidden: 1,
|
|
23
|
-
accessibilityIgnoresInvertColors: 1,
|
|
24
|
-
accessibilityLanguage: 1,
|
|
25
|
-
adjustsFontSizeToFit: 1,
|
|
26
|
-
allowFontScaling: 1,
|
|
27
|
-
dataDetectorType: 1,
|
|
28
|
-
dynamicTypeRamp: 1,
|
|
29
|
-
elevationAndroid: 1,
|
|
30
|
-
hapticFeedback: 1,
|
|
31
|
-
hapticStyle: 1,
|
|
32
|
-
hitSlop: 1,
|
|
33
|
-
onAccessibilityAction: 1,
|
|
34
|
-
importantForAccessibility: 1,
|
|
35
|
-
lineBreakStrategyIOS: 1,
|
|
36
|
-
maxFontSizeMultiplier: 1,
|
|
37
|
-
minimumFontScale: 1,
|
|
38
|
-
needsOffscreenAlphaCompositing: 1,
|
|
39
|
-
nextFocusDown: 1,
|
|
40
|
-
nextFocusForward: 1,
|
|
41
|
-
nextFocusLeft: 1,
|
|
42
|
-
nextFocusRight: 1,
|
|
43
|
-
nextFocusUp: 1,
|
|
44
|
-
onMagicTap: 1,
|
|
45
|
-
selectionColor: 1,
|
|
46
|
-
shouldRasterizeIOS: 1,
|
|
47
|
-
suppressHighlighting: 1,
|
|
48
|
-
textBreakStrategy: 1
|
|
49
|
-
};
|
|
50
|
-
//# sourceMappingURL=nativeOnlyProps.js.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/helpers/nativeOnlyProps.ts"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGO,MAAM,kBAAkB;AAAA,EAC7B,eAAe;AAAA,EACf,6BAA6B;AAAA,EAC7B,kCAAkC;AAAA,EAClC,uBAAuB;AAAA,EACvB,sBAAsB;AAAA,EACtB,kBAAkB;AAAA,EAClB,kBAAkB;AAAA,EAClB,iBAAiB;AAAA,EACjB,kBAAkB;AAAA,EAClB,gBAAgB;AAAA,EAChB,aAAa;AAAA,EACb,SAAS;AAAA,EACT,uBAAuB;AAAA,EACvB,2BAA2B;AAAA,EAC3B,sBAAsB;AAAA,EACtB,uBAAuB;AAAA,EACvB,kBAAkB;AAAA,EAClB,gCAAgC;AAAA,EAChC,eAAe;AAAA,EACf,kBAAkB;AAAA,EAClB,eAAe;AAAA,EACf,gBAAgB;AAAA,EAChB,aAAa;AAAA,EACb,YAAY;AAAA,EACZ,gBAAgB;AAAA,EAChB,oBAAoB;AAAA,EACpB,sBAAsB;AAAA,EACtB,mBAAmB;AACrB;",
|
|
5
|
-
"names": []
|
|
6
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
-
var __export = (target, all) => {
|
|
8
|
-
for (var name in all) __defProp(target, name, {
|
|
9
|
-
get: all[name],
|
|
10
|
-
enumerable: !0
|
|
11
|
-
});
|
|
12
|
-
},
|
|
13
|
-
__copyProps = (to, from, except, desc) => {
|
|
14
|
-
if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
|
|
15
|
-
get: () => from[key],
|
|
16
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
17
|
-
});
|
|
18
|
-
return to;
|
|
19
|
-
};
|
|
20
|
-
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
21
|
-
value: !0
|
|
22
|
-
}), mod);
|
|
23
|
-
var nativeOnlyProps_exports = {};
|
|
24
|
-
__export(nativeOnlyProps_exports, {
|
|
25
|
-
nativeOnlyProps: () => nativeOnlyProps
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(nativeOnlyProps_exports);
|
|
28
|
-
var nativeOnlyProps = {
|
|
29
|
-
ellipsizeMode: 1,
|
|
30
|
-
accessibilityElementsHidden: 1,
|
|
31
|
-
accessibilityIgnoresInvertColors: 1,
|
|
32
|
-
accessibilityLanguage: 1,
|
|
33
|
-
adjustsFontSizeToFit: 1,
|
|
34
|
-
allowFontScaling: 1,
|
|
35
|
-
dataDetectorType: 1,
|
|
36
|
-
dynamicTypeRamp: 1,
|
|
37
|
-
elevationAndroid: 1,
|
|
38
|
-
hapticFeedback: 1,
|
|
39
|
-
hapticStyle: 1,
|
|
40
|
-
hitSlop: 1,
|
|
41
|
-
onAccessibilityAction: 1,
|
|
42
|
-
importantForAccessibility: 1,
|
|
43
|
-
lineBreakStrategyIOS: 1,
|
|
44
|
-
maxFontSizeMultiplier: 1,
|
|
45
|
-
minimumFontScale: 1,
|
|
46
|
-
needsOffscreenAlphaCompositing: 1,
|
|
47
|
-
nextFocusDown: 1,
|
|
48
|
-
nextFocusForward: 1,
|
|
49
|
-
nextFocusLeft: 1,
|
|
50
|
-
nextFocusRight: 1,
|
|
51
|
-
nextFocusUp: 1,
|
|
52
|
-
onMagicTap: 1,
|
|
53
|
-
selectionColor: 1,
|
|
54
|
-
shouldRasterizeIOS: 1,
|
|
55
|
-
suppressHighlighting: 1,
|
|
56
|
-
textBreakStrategy: 1
|
|
57
|
-
};
|
|
58
|
-
//# sourceMappingURL=nativeOnlyProps.native.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","nativeOnlyProps_exports","__export","nativeOnlyProps","module","exports","ellipsizeMode","accessibilityElementsHidden","accessibilityIgnoresInvertColors","accessibilityLanguage","adjustsFontSizeToFit","allowFontScaling","dataDetectorType","dynamicTypeRamp","elevationAndroid","hapticFeedback","hapticStyle","hitSlop","onAccessibilityAction","importantForAccessibility","lineBreakStrategyIOS","maxFontSizeMultiplier","minimumFontScale","needsOffscreenAlphaCompositing","nextFocusDown","nextFocusForward","nextFocusLeft","nextFocusRight","nextFocusUp","onMagicTap","selectionColor","shouldRasterizeIOS","suppressHighlighting","textBreakStrategy"],"sources":["../../../src/helpers/nativeOnlyProps.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,uBAAA;AAAAC,QAAA,CAAAD,uBAAA;EAAAE,eAAA,EAAAA,CAAA,KAAAA;AAAA;AAGOC,MAAM,CAAAC,OAAA,GAAAT,YAAkB,CAAAK,uBAAA;AAAA,IAC7BE,eAAe;EACfG,aAAA;EACAC,2BAAA;EACAC,gCAAuB;EACvBC,qBAAA,EAAsB;EACtBC,oBAAkB;EAClBC,gBAAA,EAAkB;EAClBC,gBAAA,EAAiB;EACjBC,eAAA,GAAkB;EAClBC,gBAAgB;EAChBC,cAAa;EACbC,WAAS;EACTC,OAAA;EACAC,qBAAA;EACAC,yBAAsB;EACtBC,oBAAA,GAAuB;EACvBC,qBAAkB;EAClBC,gBAAA;EACAC,8BAAe;EACfC,aAAA;EACAC,gBAAe;EACfC,aAAA,GAAgB;EAChBC,cAAa;EACbC,WAAA,EAAY;EACZC,UAAA;EACAC,cAAA;EACAC,kBAAA;EACAC,oBAAmB;EACrBC,iBAAA","ignoreList":[]}
|
|
@@ -1,16 +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 __copyProps = (to, from, except, desc) => {
|
|
6
|
-
if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
|
|
7
|
-
get: () => from[key],
|
|
8
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
9
|
-
});
|
|
10
|
-
return to;
|
|
11
|
-
};
|
|
12
|
-
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
13
|
-
value: !0
|
|
14
|
-
}), mod);
|
|
15
|
-
var TamaguiComponentPropsBaseBase_exports = {};
|
|
16
|
-
module.exports = __toCommonJS(TamaguiComponentPropsBaseBase_exports);
|
|
@@ -1,14 +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 __copyProps = (to, from, except, desc) => {
|
|
6
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
7
|
-
for (let key of __getOwnPropNames(from))
|
|
8
|
-
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
9
|
-
return to;
|
|
10
|
-
};
|
|
11
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
12
|
-
var TamaguiComponentPropsBaseBase_exports = {};
|
|
13
|
-
module.exports = __toCommonJS(TamaguiComponentPropsBaseBase_exports);
|
|
14
|
-
//# sourceMappingURL=TamaguiComponentPropsBaseBase.js.map
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
-
var __copyProps = (to, from, except, desc) => {
|
|
8
|
-
if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
|
|
9
|
-
get: () => from[key],
|
|
10
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
11
|
-
});
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
15
|
-
value: !0
|
|
16
|
-
}), mod);
|
|
17
|
-
var TamaguiComponentPropsBaseBase_exports = {};
|
|
18
|
-
module.exports = __toCommonJS(TamaguiComponentPropsBaseBase_exports);
|
|
19
|
-
//# sourceMappingURL=TamaguiComponentPropsBaseBase.native.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","TamaguiComponentPropsBaseBase_exports"],"sources":["../../../src/interfaces/TamaguiComponentPropsBaseBase.tsx"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,qCAAA","ignoreList":[]}
|
|
@@ -1,29 +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) __defProp(target, name, {
|
|
7
|
-
get: all[name],
|
|
8
|
-
enumerable: !0
|
|
9
|
-
});
|
|
10
|
-
},
|
|
11
|
-
__copyProps = (to, from, except, desc) => {
|
|
12
|
-
if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
|
|
13
|
-
get: () => from[key],
|
|
14
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
15
|
-
});
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
19
|
-
value: !0
|
|
20
|
-
}), mod);
|
|
21
|
-
var loadDuplicatedConfig_exports = {};
|
|
22
|
-
__export(loadDuplicatedConfig_exports, {
|
|
23
|
-
loadDuplicatedConfig: () => loadDuplicatedConfig
|
|
24
|
-
});
|
|
25
|
-
module.exports = __toCommonJS(loadDuplicatedConfig_exports);
|
|
26
|
-
let hasLogged = !1;
|
|
27
|
-
function loadDuplicatedConfig() {
|
|
28
|
-
return globalThis.__tamaguiConfig ? (process.env.NODE_ENV === "development" && !hasLogged && (hasLogged = !0, console.warn("Tamagui: Reusing existing config from globalThis. This may indicate duplicate tamagui instances (e.g., from Vite SSR bundling). This is handled automatically but may cause issues if versions differ.")), globalThis.__tamaguiConfig) : null;
|
|
29
|
-
}
|
|
@@ -1,26 +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 loadDuplicatedConfig_exports = {};
|
|
16
|
-
__export(loadDuplicatedConfig_exports, {
|
|
17
|
-
loadDuplicatedConfig: () => loadDuplicatedConfig
|
|
18
|
-
});
|
|
19
|
-
module.exports = __toCommonJS(loadDuplicatedConfig_exports);
|
|
20
|
-
let hasLogged = !1;
|
|
21
|
-
function loadDuplicatedConfig() {
|
|
22
|
-
return globalThis.__tamaguiConfig ? (process.env.NODE_ENV === "development" && !hasLogged && (hasLogged = !0, console.warn(
|
|
23
|
-
"Tamagui: Reusing existing config from globalThis. This may indicate duplicate tamagui instances (e.g., from Vite SSR bundling). This is handled automatically but may cause issues if versions differ."
|
|
24
|
-
)), globalThis.__tamaguiConfig) : null;
|
|
25
|
-
}
|
|
26
|
-
//# sourceMappingURL=loadDuplicatedConfig.js.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/loadDuplicatedConfig.ts"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,IAAI,YAAY;AAMT,SAAS,uBAAqD;AACnE,SAAI,WAAW,mBACT,QAAQ,IAAI,aAAa,iBAAiB,CAAC,cAC7C,YAAY,IACZ,QAAQ;AAAA,IACN;AAAA,EACF,IAEK,WAAW,mBAEb;AACT;",
|
|
5
|
-
"names": []
|
|
6
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
-
var __export = (target, all) => {
|
|
8
|
-
for (var name in all) __defProp(target, name, {
|
|
9
|
-
get: all[name],
|
|
10
|
-
enumerable: !0
|
|
11
|
-
});
|
|
12
|
-
},
|
|
13
|
-
__copyProps = (to, from, except, desc) => {
|
|
14
|
-
if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
|
|
15
|
-
get: () => from[key],
|
|
16
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
17
|
-
});
|
|
18
|
-
return to;
|
|
19
|
-
};
|
|
20
|
-
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
21
|
-
value: !0
|
|
22
|
-
}), mod);
|
|
23
|
-
var loadDuplicatedConfig_exports = {};
|
|
24
|
-
__export(loadDuplicatedConfig_exports, {
|
|
25
|
-
loadDuplicatedConfig: () => loadDuplicatedConfig
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(loadDuplicatedConfig_exports);
|
|
28
|
-
var hasLogged = !1;
|
|
29
|
-
function loadDuplicatedConfig() {
|
|
30
|
-
return globalThis.__tamaguiConfig ? (process.env.NODE_ENV === "development" && !hasLogged && (hasLogged = !0, console.warn("Tamagui: Reusing existing config from globalThis. This may indicate duplicate tamagui instances (e.g., from Vite SSR bundling). This is handled automatically but may cause issues if versions differ.")), globalThis.__tamaguiConfig) : null;
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=loadDuplicatedConfig.native.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","loadDuplicatedConfig_exports","__export","loadDuplicatedConfig","module","exports","hasLogged","globalThis","__tamaguiConfig","process","env","NODE_ENV","console","warn"],"sources":["../../src/loadDuplicatedConfig.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,4BAAA;AAAAC,QAAA,CAAAD,4BAAA;EAAAE,oBAAA,EAAAA,CAAA,KAAAA;AAAA;AAEAC,MAAI,CAAAC,OAAA,GAAYT,YAAA,CAAAK,4BAAA;AAMT,IAAAK,SAAS;AACd,SAAIH,oBAAWA,CAAA;EAGH,OACNI,UAAA,CAAAC,eAAA,IAAAC,OAAA,CAAAC,GAAA,CAAAC,QAAA,uBAAAL,SAAA,KAAAA,SAAA,OAAAM,OAAA,CAAAC,IAAA,6MAAAN,UAAA,CAAAC,eAAA;AAAA","ignoreList":[]}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
const nativeOnlyProps = {
|
|
2
|
-
ellipsizeMode: 1,
|
|
3
|
-
accessibilityElementsHidden: 1,
|
|
4
|
-
accessibilityIgnoresInvertColors: 1,
|
|
5
|
-
accessibilityLanguage: 1,
|
|
6
|
-
adjustsFontSizeToFit: 1,
|
|
7
|
-
allowFontScaling: 1,
|
|
8
|
-
dataDetectorType: 1,
|
|
9
|
-
dynamicTypeRamp: 1,
|
|
10
|
-
elevationAndroid: 1,
|
|
11
|
-
hapticFeedback: 1,
|
|
12
|
-
hapticStyle: 1,
|
|
13
|
-
hitSlop: 1,
|
|
14
|
-
onAccessibilityAction: 1,
|
|
15
|
-
importantForAccessibility: 1,
|
|
16
|
-
lineBreakStrategyIOS: 1,
|
|
17
|
-
maxFontSizeMultiplier: 1,
|
|
18
|
-
minimumFontScale: 1,
|
|
19
|
-
needsOffscreenAlphaCompositing: 1,
|
|
20
|
-
nextFocusDown: 1,
|
|
21
|
-
nextFocusForward: 1,
|
|
22
|
-
nextFocusLeft: 1,
|
|
23
|
-
nextFocusRight: 1,
|
|
24
|
-
nextFocusUp: 1,
|
|
25
|
-
onMagicTap: 1,
|
|
26
|
-
selectionColor: 1,
|
|
27
|
-
shouldRasterizeIOS: 1,
|
|
28
|
-
suppressHighlighting: 1,
|
|
29
|
-
textBreakStrategy: 1
|
|
30
|
-
};
|
|
31
|
-
export {
|
|
32
|
-
nativeOnlyProps
|
|
33
|
-
};
|
|
34
|
-
//# sourceMappingURL=nativeOnlyProps.js.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/helpers/nativeOnlyProps.ts"],
|
|
4
|
-
"mappings": "AAGO,MAAM,kBAAkB;AAAA,EAC7B,eAAe;AAAA,EACf,6BAA6B;AAAA,EAC7B,kCAAkC;AAAA,EAClC,uBAAuB;AAAA,EACvB,sBAAsB;AAAA,EACtB,kBAAkB;AAAA,EAClB,kBAAkB;AAAA,EAClB,iBAAiB;AAAA,EACjB,kBAAkB;AAAA,EAClB,gBAAgB;AAAA,EAChB,aAAa;AAAA,EACb,SAAS;AAAA,EACT,uBAAuB;AAAA,EACvB,2BAA2B;AAAA,EAC3B,sBAAsB;AAAA,EACtB,uBAAuB;AAAA,EACvB,kBAAkB;AAAA,EAClB,gCAAgC;AAAA,EAChC,eAAe;AAAA,EACf,kBAAkB;AAAA,EAClB,eAAe;AAAA,EACf,gBAAgB;AAAA,EAChB,aAAa;AAAA,EACb,YAAY;AAAA,EACZ,gBAAgB;AAAA,EAChB,oBAAoB;AAAA,EACpB,sBAAsB;AAAA,EACtB,mBAAmB;AACrB;",
|
|
5
|
-
"names": []
|
|
6
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
const nativeOnlyProps = {
|
|
2
|
-
ellipsizeMode: 1,
|
|
3
|
-
accessibilityElementsHidden: 1,
|
|
4
|
-
accessibilityIgnoresInvertColors: 1,
|
|
5
|
-
accessibilityLanguage: 1,
|
|
6
|
-
adjustsFontSizeToFit: 1,
|
|
7
|
-
allowFontScaling: 1,
|
|
8
|
-
dataDetectorType: 1,
|
|
9
|
-
dynamicTypeRamp: 1,
|
|
10
|
-
elevationAndroid: 1,
|
|
11
|
-
hapticFeedback: 1,
|
|
12
|
-
hapticStyle: 1,
|
|
13
|
-
hitSlop: 1,
|
|
14
|
-
onAccessibilityAction: 1,
|
|
15
|
-
importantForAccessibility: 1,
|
|
16
|
-
lineBreakStrategyIOS: 1,
|
|
17
|
-
maxFontSizeMultiplier: 1,
|
|
18
|
-
minimumFontScale: 1,
|
|
19
|
-
needsOffscreenAlphaCompositing: 1,
|
|
20
|
-
nextFocusDown: 1,
|
|
21
|
-
nextFocusForward: 1,
|
|
22
|
-
nextFocusLeft: 1,
|
|
23
|
-
nextFocusRight: 1,
|
|
24
|
-
nextFocusUp: 1,
|
|
25
|
-
onMagicTap: 1,
|
|
26
|
-
selectionColor: 1,
|
|
27
|
-
shouldRasterizeIOS: 1,
|
|
28
|
-
suppressHighlighting: 1,
|
|
29
|
-
textBreakStrategy: 1
|
|
30
|
-
};
|
|
31
|
-
export { nativeOnlyProps };
|
|
32
|
-
//# sourceMappingURL=nativeOnlyProps.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["nativeOnlyProps","ellipsizeMode","accessibilityElementsHidden","accessibilityIgnoresInvertColors","accessibilityLanguage","adjustsFontSizeToFit","allowFontScaling","dataDetectorType","dynamicTypeRamp","elevationAndroid","hapticFeedback","hapticStyle","hitSlop","onAccessibilityAction","importantForAccessibility","lineBreakStrategyIOS","maxFontSizeMultiplier","minimumFontScale","needsOffscreenAlphaCompositing","nextFocusDown","nextFocusForward","nextFocusLeft","nextFocusRight","nextFocusUp","onMagicTap","selectionColor","shouldRasterizeIOS","suppressHighlighting","textBreakStrategy"],"sources":["../../../src/helpers/nativeOnlyProps.ts"],"sourcesContent":[null],"mappings":"AAGO,MAAMA,eAAA,GAAkB;EAC7BC,aAAA,EAAe;EACfC,2BAAA,EAA6B;EAC7BC,gCAAA,EAAkC;EAClCC,qBAAA,EAAuB;EACvBC,oBAAA,EAAsB;EACtBC,gBAAA,EAAkB;EAClBC,gBAAA,EAAkB;EAClBC,eAAA,EAAiB;EACjBC,gBAAA,EAAkB;EAClBC,cAAA,EAAgB;EAChBC,WAAA,EAAa;EACbC,OAAA,EAAS;EACTC,qBAAA,EAAuB;EACvBC,yBAAA,EAA2B;EAC3BC,oBAAA,EAAsB;EACtBC,qBAAA,EAAuB;EACvBC,gBAAA,EAAkB;EAClBC,8BAAA,EAAgC;EAChCC,aAAA,EAAe;EACfC,gBAAA,EAAkB;EAClBC,aAAA,EAAe;EACfC,cAAA,EAAgB;EAChBC,WAAA,EAAa;EACbC,UAAA,EAAY;EACZC,cAAA,EAAgB;EAChBC,kBAAA,EAAoB;EACpBC,oBAAA,EAAsB;EACtBC,iBAAA,EAAmB;AACrB","ignoreList":[]}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
var nativeOnlyProps = {
|
|
2
|
-
ellipsizeMode: 1,
|
|
3
|
-
accessibilityElementsHidden: 1,
|
|
4
|
-
accessibilityIgnoresInvertColors: 1,
|
|
5
|
-
accessibilityLanguage: 1,
|
|
6
|
-
adjustsFontSizeToFit: 1,
|
|
7
|
-
allowFontScaling: 1,
|
|
8
|
-
dataDetectorType: 1,
|
|
9
|
-
dynamicTypeRamp: 1,
|
|
10
|
-
elevationAndroid: 1,
|
|
11
|
-
hapticFeedback: 1,
|
|
12
|
-
hapticStyle: 1,
|
|
13
|
-
hitSlop: 1,
|
|
14
|
-
onAccessibilityAction: 1,
|
|
15
|
-
importantForAccessibility: 1,
|
|
16
|
-
lineBreakStrategyIOS: 1,
|
|
17
|
-
maxFontSizeMultiplier: 1,
|
|
18
|
-
minimumFontScale: 1,
|
|
19
|
-
needsOffscreenAlphaCompositing: 1,
|
|
20
|
-
nextFocusDown: 1,
|
|
21
|
-
nextFocusForward: 1,
|
|
22
|
-
nextFocusLeft: 1,
|
|
23
|
-
nextFocusRight: 1,
|
|
24
|
-
nextFocusUp: 1,
|
|
25
|
-
onMagicTap: 1,
|
|
26
|
-
selectionColor: 1,
|
|
27
|
-
shouldRasterizeIOS: 1,
|
|
28
|
-
suppressHighlighting: 1,
|
|
29
|
-
textBreakStrategy: 1
|
|
30
|
-
};
|
|
31
|
-
export { nativeOnlyProps };
|
|
32
|
-
//# sourceMappingURL=nativeOnlyProps.native.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["nativeOnlyProps","ellipsizeMode","accessibilityElementsHidden","accessibilityIgnoresInvertColors","accessibilityLanguage","adjustsFontSizeToFit","allowFontScaling","dataDetectorType","dynamicTypeRamp","elevationAndroid","hapticFeedback","hapticStyle","hitSlop","onAccessibilityAction","importantForAccessibility","lineBreakStrategyIOS","maxFontSizeMultiplier","minimumFontScale","needsOffscreenAlphaCompositing","nextFocusDown","nextFocusForward","nextFocusLeft","nextFocusRight","nextFocusUp","onMagicTap","selectionColor","shouldRasterizeIOS","suppressHighlighting","textBreakStrategy"],"sources":["../../../src/helpers/nativeOnlyProps.ts"],"sourcesContent":[null],"mappings":"AAGO,IAAAA,eAAM;EACXC,aAAA,EAAe;EACfC,2BAAA,EAA6B;EAC7BC,gCAAA,EAAkC;EAClCC,qBAAA,EAAuB;EACvBC,oBAAA,EAAsB;EACtBC,gBAAA,EAAkB;EAClBC,gBAAA,EAAkB;EAClBC,eAAA,EAAiB;EACjBC,gBAAA,EAAkB;EAClBC,cAAA,EAAgB;EAChBC,WAAA,EAAa;EACbC,OAAA,EAAS;EACTC,qBAAA,EAAuB;EACvBC,yBAAA,EAA2B;EAC3BC,oBAAA,EAAsB;EACtBC,qBAAA,EAAuB;EACvBC,gBAAA,EAAkB;EAClBC,8BAAA,EAAgC;EAChCC,aAAA,EAAe;EACfC,gBAAA,EAAkB;EAClBC,aAAA,EAAe;EACfC,cAAA,EAAgB;EAChBC,WAAA,EAAa;EACbC,UAAA,EAAY;EACZC,cAAA,EAAgB;EAChBC,kBAAA,EAAoB;EACpBC,oBAAA,EAAsB;EACtBC,iBAAA,EAAmB;AACrB","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=TamaguiComponentPropsBaseBase.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sources":[],"sourcesContent":[],"mappings":"","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sources":[],"sourcesContent":[],"mappings":"","ignoreList":[]}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
let hasLogged = !1;
|
|
2
|
-
function loadDuplicatedConfig() {
|
|
3
|
-
return globalThis.__tamaguiConfig ? (process.env.NODE_ENV === "development" && !hasLogged && (hasLogged = !0, console.warn(
|
|
4
|
-
"Tamagui: Reusing existing config from globalThis. This may indicate duplicate tamagui instances (e.g., from Vite SSR bundling). This is handled automatically but may cause issues if versions differ."
|
|
5
|
-
)), globalThis.__tamaguiConfig) : null;
|
|
6
|
-
}
|
|
7
|
-
export {
|
|
8
|
-
loadDuplicatedConfig
|
|
9
|
-
};
|
|
10
|
-
//# sourceMappingURL=loadDuplicatedConfig.js.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
let hasLogged = !1;
|
|
2
|
-
function loadDuplicatedConfig() {
|
|
3
|
-
return globalThis.__tamaguiConfig ? (process.env.NODE_ENV === "development" && !hasLogged && (hasLogged = !0, console.warn("Tamagui: Reusing existing config from globalThis. This may indicate duplicate tamagui instances (e.g., from Vite SSR bundling). This is handled automatically but may cause issues if versions differ.")), globalThis.__tamaguiConfig) : null;
|
|
4
|
-
}
|
|
5
|
-
export { loadDuplicatedConfig };
|
|
6
|
-
//# sourceMappingURL=loadDuplicatedConfig.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["hasLogged","loadDuplicatedConfig","globalThis","__tamaguiConfig","process","env","NODE_ENV","console","warn"],"sources":["../../src/loadDuplicatedConfig.ts"],"sourcesContent":[null],"mappings":"AAEA,IAAIA,SAAA,GAAY;AAMT,SAASC,qBAAA,EAAqD;EACnE,OAAIC,UAAA,CAAWC,eAAA,IACTC,OAAA,CAAQC,GAAA,CAAIC,QAAA,KAAa,iBAAiB,CAACN,SAAA,KAC7CA,SAAA,GAAY,IACZO,OAAA,CAAQC,IAAA,CACN,wMACF,IAEKN,UAAA,CAAWC,eAAA,IAEb;AACT","ignoreList":[]}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
var hasLogged = !1;
|
|
2
|
-
function loadDuplicatedConfig() {
|
|
3
|
-
return globalThis.__tamaguiConfig ? (process.env.NODE_ENV === "development" && !hasLogged && (hasLogged = !0, console.warn("Tamagui: Reusing existing config from globalThis. This may indicate duplicate tamagui instances (e.g., from Vite SSR bundling). This is handled automatically but may cause issues if versions differ.")), globalThis.__tamaguiConfig) : null;
|
|
4
|
-
}
|
|
5
|
-
export { loadDuplicatedConfig };
|
|
6
|
-
//# sourceMappingURL=loadDuplicatedConfig.native.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["hasLogged","loadDuplicatedConfig","globalThis","__tamaguiConfig","process","env","NODE_ENV","console","warn"],"sources":["../../src/loadDuplicatedConfig.ts"],"sourcesContent":[null],"mappings":"AAEA,IAAIA,SAAA,GAAY;AAMT,SAASC,qBAAA,EAAqD;EACnE,OAAIC,UAAA,CAAWC,eAAA,IACTC,OAAA,CAAQC,GAAA,CAAIC,QAAA,KAAa,iBAAiB,CAACN,SAAA,KAC7CA,SAAA,GAAY,IACZO,OAAA,CAAQC,IAAA,6MAAAN,UAAA,CAAAC,eAAA;AAAA;AACN,SAMRF,oBAAA","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nativeOnlyProps.d.ts","sourceRoot":"","sources":["../../src/helpers/nativeOnlyProps.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6B3B,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TamaguiComponentPropsBaseBase.d.ts","sourceRoot":"","sources":["../../src/interfaces/TamaguiComponentPropsBaseBase.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,UAAU,CAAA;AAEtE,MAAM,MAAM,6BAA6B,GAAG;IAC1C,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf,OAAO,CAAC,EAAE,MAAM,CAAA;IAEhB;;;;;;;;;;OAUG;IACH,OAAO,CAAC,EAAE,OAAO,GAAG,cAAc,GAAG,kBAAkB,GAAG,KAAK,CAAA;IAE/D,uBAAuB,CAAC,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,CAAA;IAC5C,QAAQ,CAAC,EAAE,GAAG,GAAG,GAAG,EAAE,CAAA;IAEtB,KAAK,CAAC,EAAE,SAAS,CAAA;IAEjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IAEtB;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,qBAAqB,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAA;IAEjD;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,IAAI,CAAA;IAExB;;;OAGG;IACH,KAAK,CAAC,EAAE,UAAU,GAAG,OAAO,CAAA;IAE5B;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAE/B;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAA;IAEtB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAE1B;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAE7B;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,cAAc,GAAG,aAAa,CAAA;IAEzE;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAE1B;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAA;CACjC,CAAA;AAED,MAAM,WAAW,MAAM;IACrB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;CACf"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { TamaguiInternalConfig } from './types';
|
|
2
|
-
/**
|
|
3
|
-
* Check if a config already exists on globalThis (from a different copy of tamagui).
|
|
4
|
-
* This handles Vite SSR bundling and other scenarios where multiple copies exist.
|
|
5
|
-
*/
|
|
6
|
-
export declare function loadDuplicatedConfig(): TamaguiInternalConfig | null;
|
|
7
|
-
//# sourceMappingURL=loadDuplicatedConfig.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"loadDuplicatedConfig.d.ts","sourceRoot":"","sources":["../src/loadDuplicatedConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;AAIpD;;;GAGG;AACH,wBAAgB,oBAAoB,IAAI,qBAAqB,GAAG,IAAI,CAWnE"}
|