@tamagui/web 1.113.1 → 1.113.2
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/esm/Tamagui.native.js +50 -41
- package/dist/esm/Tamagui.native.js.map +6 -1
- package/dist/esm/_withStableStyle.native.js +9 -11
- package/dist/esm/_withStableStyle.native.js.map +6 -1
- package/dist/esm/config.native.js +74 -75
- package/dist/esm/config.native.js.map +6 -1
- package/dist/esm/constants/accessibilityDirectMap.native.js +8 -6
- package/dist/esm/constants/accessibilityDirectMap.native.js.map +6 -1
- package/dist/esm/constants/constants.native.js +19 -17
- package/dist/esm/constants/constants.native.js.map +6 -1
- package/dist/esm/constants/isDevTools.native.js +10 -6
- package/dist/esm/constants/isDevTools.native.js.map +6 -1
- package/dist/esm/constants/webToNativeProps.native.js +162 -84
- package/dist/esm/constants/webToNativeProps.native.js.map +6 -1
- package/dist/esm/contexts/ComponentContext.native.js +5 -3
- package/dist/esm/contexts/ComponentContext.native.js.map +6 -1
- package/dist/esm/createComponent.native.js +300 -405
- package/dist/esm/createComponent.native.js.map +6 -1
- package/dist/esm/createFont.native.js +41 -24
- package/dist/esm/createFont.native.js.map +6 -1
- package/dist/esm/createShorthands.native.js +4 -2
- package/dist/esm/createShorthands.native.js.map +6 -1
- package/dist/esm/createTamagui.native.js +158 -177
- package/dist/esm/createTamagui.native.js.map +6 -1
- package/dist/esm/createTheme.native.js +5 -3
- package/dist/esm/createTheme.native.js.map +6 -1
- package/dist/esm/createTokens.native.js +5 -3
- package/dist/esm/createTokens.native.js.map +6 -1
- package/dist/esm/createVariable.native.js +35 -29
- package/dist/esm/createVariable.native.js.map +6 -1
- package/dist/esm/createVariables.native.js +29 -34
- package/dist/esm/createVariables.native.js.map +6 -1
- package/dist/esm/defaultComponentState.native.js +20 -18
- package/dist/esm/defaultComponentState.native.js.map +6 -1
- package/dist/esm/helpers/ThemeManager.native.js +101 -95
- package/dist/esm/helpers/ThemeManager.native.js.map +6 -1
- package/dist/esm/helpers/ThemeManagerContext.native.js +5 -3
- package/dist/esm/helpers/ThemeManagerContext.native.js.map +6 -1
- package/dist/esm/helpers/createMediaStyle.native.js +49 -64
- package/dist/esm/helpers/createMediaStyle.native.js.map +6 -1
- package/dist/esm/helpers/createShallowSetState.native.js +17 -9
- package/dist/esm/helpers/createShallowSetState.native.js.map +6 -1
- package/dist/esm/helpers/createStyledContext.native.js +25 -31
- package/dist/esm/helpers/createStyledContext.native.js.map +6 -1
- package/dist/esm/helpers/defaultOffset.native.js +4 -2
- package/dist/esm/helpers/defaultOffset.native.js.map +6 -1
- package/dist/esm/helpers/expandStyle.native.js +84 -39
- package/dist/esm/helpers/expandStyle.native.js.map +6 -1
- package/dist/esm/helpers/expandStyles.native.js +17 -15
- package/dist/esm/helpers/expandStyles.native.js.map +6 -1
- package/dist/esm/helpers/getExpandedShorthands.native.js +7 -4
- package/dist/esm/helpers/getExpandedShorthands.native.js.map +6 -1
- package/dist/esm/helpers/getFontLanguage.native.js +5 -3
- package/dist/esm/helpers/getFontLanguage.native.js.map +6 -1
- package/dist/esm/helpers/getGroupPropParts.native.js +6 -7
- package/dist/esm/helpers/getGroupPropParts.native.js.map +6 -1
- package/dist/esm/helpers/getSplitStyles.native.js +398 -436
- package/dist/esm/helpers/getSplitStyles.native.js.map +6 -1
- package/dist/esm/helpers/getStylesAtomic.native.js +8 -7
- package/dist/esm/helpers/getStylesAtomic.native.js.map +6 -1
- package/dist/esm/helpers/getThemeCSSRules.native.js +3 -1
- package/dist/esm/helpers/getThemeCSSRules.native.js.map +6 -1
- package/dist/esm/helpers/getVariantExtras.native.js +34 -33
- package/dist/esm/helpers/getVariantExtras.native.js.map +6 -1
- package/dist/esm/helpers/insertStyleRule.native.js +111 -123
- package/dist/esm/helpers/insertStyleRule.native.js.map +6 -1
- package/dist/esm/helpers/isActivePlatform.native.js +5 -4
- package/dist/esm/helpers/isActivePlatform.native.js.map +6 -1
- package/dist/esm/helpers/isObj.native.js +5 -3
- package/dist/esm/helpers/isObj.native.js.map +6 -1
- package/dist/esm/helpers/isTamaguiComponent.native.js +4 -2
- package/dist/esm/helpers/isTamaguiComponent.native.js.map +6 -1
- package/dist/esm/helpers/isTamaguiElement.native.js +7 -5
- package/dist/esm/helpers/isTamaguiElement.native.js.map +6 -1
- package/dist/esm/helpers/log.native.js +7 -4
- package/dist/esm/helpers/log.native.js.map +6 -1
- package/dist/esm/helpers/matchMedia.native.js +14 -9
- package/dist/esm/helpers/matchMedia.native.js.map +6 -1
- package/dist/esm/helpers/mergeProps.native.js +13 -9
- package/dist/esm/helpers/mergeProps.native.js.map +6 -1
- package/dist/esm/helpers/mergeVariants.native.js +7 -7
- package/dist/esm/helpers/mergeVariants.native.js.map +6 -1
- package/dist/esm/helpers/normalizeColor.native.js +24 -20
- package/dist/esm/helpers/normalizeColor.native.js.map +6 -1
- package/dist/esm/helpers/normalizeShadow.native.js +7 -15
- package/dist/esm/helpers/normalizeShadow.native.js.map +6 -1
- package/dist/esm/helpers/normalizeStyle.native.js +12 -13
- package/dist/esm/helpers/normalizeStyle.native.js.map +6 -1
- package/dist/esm/helpers/normalizeStylePropKeys.native.js +3 -1
- package/dist/esm/helpers/normalizeStylePropKeys.native.js.map +6 -1
- package/dist/esm/helpers/normalizeValueWithProperty.native.js +12 -9
- package/dist/esm/helpers/normalizeValueWithProperty.native.js.map +6 -1
- package/dist/esm/helpers/objectIdentityKey.native.js +11 -6
- package/dist/esm/helpers/objectIdentityKey.native.js.map +6 -1
- package/dist/esm/helpers/propMapper.native.js +206 -227
- package/dist/esm/helpers/propMapper.native.js.map +6 -1
- package/dist/esm/helpers/proxyThemeToParents.native.js +27 -39
- package/dist/esm/helpers/proxyThemeToParents.native.js.map +6 -1
- package/dist/esm/helpers/proxyThemeVariables.native.js +5 -3
- package/dist/esm/helpers/proxyThemeVariables.native.js.map +6 -1
- package/dist/esm/helpers/pseudoDescriptors.native.js +46 -44
- package/dist/esm/helpers/pseudoDescriptors.native.js.map +6 -1
- package/dist/esm/helpers/registerCSSVariable.native.js +13 -11
- package/dist/esm/helpers/registerCSSVariable.native.js.map +6 -1
- package/dist/esm/helpers/setElementProps.native.js +6 -3
- package/dist/esm/helpers/setElementProps.native.js.map +6 -1
- package/dist/esm/helpers/skipProps.native.js +5 -3
- package/dist/esm/helpers/skipProps.native.js.map +6 -1
- package/dist/esm/helpers/sortString.native.js +5 -3
- package/dist/esm/helpers/sortString.native.js.map +6 -1
- package/dist/esm/helpers/subscribeToContextGroup.native.js +18 -27
- package/dist/esm/helpers/subscribeToContextGroup.native.js.map +6 -1
- package/dist/esm/helpers/themeable.native.js +24 -31
- package/dist/esm/helpers/themeable.native.js.map +6 -1
- package/dist/esm/helpers/themes.native.js +5 -3
- package/dist/esm/helpers/themes.native.js.map +6 -1
- package/dist/esm/helpers/timer.native.js +5 -3
- package/dist/esm/helpers/timer.native.js.map +6 -1
- package/dist/esm/helpers/transformsToString.native.js +13 -11
- package/dist/esm/helpers/transformsToString.native.js.map +6 -1
- package/dist/esm/helpers/webPropsToSkip.native.js +3 -1
- package/dist/esm/helpers/webPropsToSkip.native.js.map +6 -1
- package/dist/esm/hooks/useComponentState.native.js +32 -66
- package/dist/esm/hooks/useComponentState.native.js.map +6 -1
- package/dist/esm/hooks/useConfiguration.native.js +8 -14
- package/dist/esm/hooks/useConfiguration.native.js.map +6 -1
- package/dist/esm/hooks/useDidHydrateOnce.native.js +15 -14
- package/dist/esm/hooks/useDidHydrateOnce.native.js.map +6 -1
- package/dist/esm/hooks/useDisableSSR.native.js +5 -3
- package/dist/esm/hooks/useDisableSSR.native.js.map +6 -1
- package/dist/esm/hooks/useIsTouchDevice.native.js +5 -3
- package/dist/esm/hooks/useIsTouchDevice.native.js.map +6 -1
- package/dist/esm/hooks/useMedia.native.js +104 -106
- package/dist/esm/hooks/useMedia.native.js.map +6 -1
- package/dist/esm/hooks/useProps.native.js +42 -41
- package/dist/esm/hooks/useProps.native.js.map +6 -1
- package/dist/esm/hooks/useTheme.native.js +231 -253
- package/dist/esm/hooks/useTheme.native.js.map +6 -1
- package/dist/esm/hooks/useThemeName.native.js +16 -12
- package/dist/esm/hooks/useThemeName.native.js.map +6 -1
- package/dist/esm/index.native.js +78 -61
- package/dist/esm/index.native.js.map +6 -1
- package/dist/esm/inject-styles.native.js +12 -15
- package/dist/esm/inject-styles.native.js.map +6 -1
- package/dist/esm/insertFont.native.js +32 -24
- package/dist/esm/insertFont.native.js.map +6 -1
- package/dist/esm/interfaces/CSSColorNames.native.js +1 -2
- package/dist/esm/interfaces/CSSColorNames.native.js.map +6 -1
- package/dist/esm/interfaces/GetRef.native.js +1 -2
- package/dist/esm/interfaces/GetRef.native.js.map +6 -1
- package/dist/esm/interfaces/KeyTypes.native.js +1 -2
- package/dist/esm/interfaces/KeyTypes.native.js.map +6 -1
- package/dist/esm/interfaces/RNExclusiveTypes.native.js +1 -2
- package/dist/esm/interfaces/RNExclusiveTypes.native.js.map +6 -1
- package/dist/esm/interfaces/Role.native.js +1 -2
- package/dist/esm/interfaces/Role.native.js.map +6 -1
- package/dist/esm/interfaces/TamaguiComponentEvents.native.js +1 -2
- package/dist/esm/interfaces/TamaguiComponentEvents.native.js.map +6 -1
- package/dist/esm/interfaces/TamaguiComponentPropsBaseBase.native.js +1 -2
- package/dist/esm/interfaces/TamaguiComponentPropsBaseBase.native.js.map +6 -1
- package/dist/esm/interfaces/TamaguiComponentState.native.js +1 -2
- package/dist/esm/interfaces/TamaguiComponentState.native.js.map +6 -1
- package/dist/esm/interfaces/WebOnlyPressEvents.native.js +1 -2
- package/dist/esm/interfaces/WebOnlyPressEvents.native.js.map +6 -1
- package/dist/esm/setupHooks.native.js +5 -2
- package/dist/esm/setupHooks.native.js.map +6 -1
- package/dist/esm/setupReactNative.native.js +13 -5
- package/dist/esm/setupReactNative.native.js.map +6 -1
- package/dist/esm/styled.native.js +50 -66
- package/dist/esm/styled.native.js.map +6 -1
- package/dist/esm/type-utils.native.js +1 -2
- package/dist/esm/type-utils.native.js.map +6 -1
- package/dist/esm/types.native.js +3 -3
- package/dist/esm/types.native.js.map +6 -1
- package/dist/esm/views/Configuration.native.js +7 -5
- package/dist/esm/views/Configuration.native.js.map +6 -1
- package/dist/esm/views/FontLanguage.native.js +11 -11
- package/dist/esm/views/FontLanguage.native.js.map +6 -1
- package/dist/esm/views/FontLanguage.types.native.js +1 -2
- package/dist/esm/views/FontLanguage.types.native.js.map +6 -1
- package/dist/esm/views/Slot.native.js +31 -33
- package/dist/esm/views/Slot.native.js.map +6 -1
- package/dist/esm/views/Stack.native.js +6 -4
- package/dist/esm/views/Stack.native.js.map +6 -1
- package/dist/esm/views/TamaguiProvider.native.js +39 -40
- package/dist/esm/views/TamaguiProvider.native.js.map +6 -1
- package/dist/esm/views/Text.native.js +30 -27
- package/dist/esm/views/Text.native.js.map +6 -1
- package/dist/esm/views/Theme.native.js +54 -76
- package/dist/esm/views/Theme.native.js.map +6 -1
- package/dist/esm/views/ThemeDebug.native.js +4 -6
- package/dist/esm/views/ThemeDebug.native.js.map +6 -1
- package/dist/esm/views/ThemeProvider.native.js +16 -12
- package/dist/esm/views/ThemeProvider.native.js.map +6 -1
- package/dist/esm/views/View.native.js +6 -4
- package/dist/esm/views/View.native.js.map +6 -1
- package/package.json +11 -11
|
@@ -1,88 +1,166 @@
|
|
|
1
|
-
var _loop = function
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
var _loop = function(parent) {
|
|
2
|
+
var _exec, _exec_index, prefix = parent.slice(0, (_exec_index = (_exec = /[A-Z]/.exec(parent)) === null || _exec === void 0 ? void 0 : _exec.index) !== null && _exec_index !== void 0 ? _exec_index : parent.length);
|
|
3
|
+
expansionsNoPrefix[parent] = expansionsNoPrefix[parent].map(function(k) {
|
|
4
|
+
return `${prefix}${k}`;
|
|
5
|
+
});
|
|
6
|
+
}, resizeModeMap = {
|
|
7
|
+
fill: "stretch",
|
|
8
|
+
none: "center",
|
|
9
|
+
"scale-down": "contain",
|
|
10
|
+
contain: "contain",
|
|
11
|
+
cover: "cover"
|
|
12
|
+
}, verticalAlignMap = {
|
|
13
|
+
top: "top",
|
|
14
|
+
middle: "center",
|
|
15
|
+
bottom: "bottom",
|
|
16
|
+
auto: "auto"
|
|
17
|
+
}, webToNativeDynamicExpansion = {
|
|
18
|
+
objectFit: function(val) {
|
|
19
|
+
var resizeMode = resizeModeMap[val] || "cover";
|
|
20
|
+
return [
|
|
21
|
+
[
|
|
22
|
+
"resizeMode",
|
|
23
|
+
resizeMode
|
|
24
|
+
]
|
|
25
|
+
];
|
|
8
26
|
},
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
27
|
+
verticalAlign: function(val) {
|
|
28
|
+
return [
|
|
29
|
+
[
|
|
30
|
+
"textAlignVertical",
|
|
31
|
+
verticalAlignMap[val] || "auto"
|
|
32
|
+
]
|
|
33
|
+
];
|
|
34
|
+
}
|
|
35
|
+
}, vert = [
|
|
36
|
+
"Top",
|
|
37
|
+
"Bottom"
|
|
38
|
+
], es = [
|
|
39
|
+
"End",
|
|
40
|
+
"Start"
|
|
41
|
+
], t = [
|
|
42
|
+
"Top"
|
|
43
|
+
], b = [
|
|
44
|
+
"Bottom"
|
|
45
|
+
], s = [
|
|
46
|
+
"Start"
|
|
47
|
+
], e = [
|
|
48
|
+
"End"
|
|
49
|
+
], h = [
|
|
50
|
+
"Height"
|
|
51
|
+
], w = [
|
|
52
|
+
"Width"
|
|
53
|
+
], expansionsNoPrefix = {
|
|
54
|
+
borderBlockColor: [
|
|
55
|
+
"TopColor",
|
|
56
|
+
"BottomColor"
|
|
57
|
+
],
|
|
58
|
+
borderInlineColor: [
|
|
59
|
+
"EndColor",
|
|
60
|
+
"StartColor"
|
|
61
|
+
],
|
|
62
|
+
borderBlockWidth: [
|
|
63
|
+
"TopWidth",
|
|
64
|
+
"BottomWidth"
|
|
65
|
+
],
|
|
66
|
+
borderInlineWidth: [
|
|
67
|
+
"EndWidth",
|
|
68
|
+
"StartWidth"
|
|
69
|
+
],
|
|
70
|
+
borderBlockStyle: [
|
|
71
|
+
"TopStyle",
|
|
72
|
+
"BottomStyle"
|
|
73
|
+
],
|
|
74
|
+
borderInlineStyle: [
|
|
75
|
+
"EndStyle",
|
|
76
|
+
"StartStyle"
|
|
77
|
+
],
|
|
78
|
+
marginBlock: vert,
|
|
79
|
+
marginInline: es,
|
|
80
|
+
paddingBlock: vert,
|
|
81
|
+
paddingInline: es,
|
|
82
|
+
borderBlockStartColor: [
|
|
83
|
+
"TopColor"
|
|
84
|
+
],
|
|
85
|
+
borderBlockEndColor: [
|
|
86
|
+
"BottomColor"
|
|
87
|
+
],
|
|
88
|
+
borderInlineStartColor: [
|
|
89
|
+
"StartColor"
|
|
90
|
+
],
|
|
91
|
+
borderInlineEndColor: [
|
|
92
|
+
"EndColor"
|
|
93
|
+
],
|
|
94
|
+
borderBlockStartWidth: [
|
|
95
|
+
"TopWidth"
|
|
96
|
+
],
|
|
97
|
+
borderBlockEndWidth: [
|
|
98
|
+
"BottomWidth"
|
|
99
|
+
],
|
|
100
|
+
borderInlineStartWidth: [
|
|
101
|
+
"StartWidth"
|
|
102
|
+
],
|
|
103
|
+
borderInlineEndWidth: [
|
|
104
|
+
"EndWidth"
|
|
105
|
+
],
|
|
106
|
+
borderBlockStartStyle: [
|
|
107
|
+
"TopStyle"
|
|
108
|
+
],
|
|
109
|
+
borderBlockEndStyle: [
|
|
110
|
+
"BottomStyle"
|
|
111
|
+
],
|
|
112
|
+
borderInlineStartStyle: [
|
|
113
|
+
"StartStyle"
|
|
114
|
+
],
|
|
115
|
+
borderInlineEndStyle: [
|
|
116
|
+
"EndStyle"
|
|
117
|
+
],
|
|
118
|
+
marginBlockStart: t,
|
|
119
|
+
marginBlockEnd: b,
|
|
120
|
+
marginInlineStart: s,
|
|
121
|
+
marginInlineEnd: e,
|
|
122
|
+
paddingBlockStart: t,
|
|
123
|
+
paddingBlockEnd: b,
|
|
124
|
+
paddingInlineStart: s,
|
|
125
|
+
paddingInlineEnd: e,
|
|
126
|
+
minBlockSize: h,
|
|
127
|
+
maxBlockSize: h,
|
|
128
|
+
minInlineSize: w,
|
|
129
|
+
maxInlineSize: w
|
|
130
|
+
};
|
|
75
131
|
for (var parent in expansionsNoPrefix) _loop(parent);
|
|
76
132
|
var expansions = {
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
133
|
+
inset: [
|
|
134
|
+
"top",
|
|
135
|
+
"right",
|
|
136
|
+
"bottom",
|
|
137
|
+
"left"
|
|
138
|
+
],
|
|
139
|
+
insetBlock: [
|
|
140
|
+
"top",
|
|
141
|
+
"bottom"
|
|
142
|
+
],
|
|
143
|
+
insetBlockStart: [
|
|
144
|
+
"top"
|
|
145
|
+
],
|
|
146
|
+
insetBlockEnd: [
|
|
147
|
+
"bottom"
|
|
148
|
+
],
|
|
149
|
+
insetInlineStart: [
|
|
150
|
+
"left"
|
|
151
|
+
],
|
|
152
|
+
insetInlineEnd: [
|
|
153
|
+
"right"
|
|
154
|
+
],
|
|
155
|
+
blockSize: [
|
|
156
|
+
"height"
|
|
157
|
+
],
|
|
158
|
+
inlineSize: [
|
|
159
|
+
"width"
|
|
160
|
+
]
|
|
161
|
+
}, webToNativeExpansion = Object.assign(expansionsNoPrefix, expansions);
|
|
162
|
+
export {
|
|
163
|
+
webToNativeDynamicExpansion,
|
|
164
|
+
webToNativeExpansion
|
|
165
|
+
};
|
|
88
166
|
//# sourceMappingURL=webToNativeProps.native.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/constants/Users/n8/tamagui/code/core/web/src/constants/webToNativeProps.native.tsx"],
|
|
4
|
+
"mappings": ";MAwEiC,OAAA,aAAzBA,SAASC,OAAOC,MAAM,IAAG,eAAA,QAAA,QAAQC,KAAKF,MAAAA,OAAAA,QAAb,UAAA,SAAA,SAAA,MAAsBG,WAAK,QAA3B,gBAAA,SAAA,cAA+BH,OAAOI,MAAM;AAC3EC,qBAAmBL,MAAAA,IAAUK,mBAAmBL,MAAAA,EAAQM,IAAI,SAACC,GAAAA;WAAM,GAAGR,MAAAA,GAASQ,CAAAA;;AACjF,GA1EMC,gBAAgB;EACpBC,MAAM;EACNC,MAAM;EACN,cAAc;EACdC,SAAS;EACTC,OAAO;AACT,GAEMC,mBAAmB;EACvBC,KAAK;EACLC,QAAQ;EACRC,QAAQ;EACRC,MAAM;AACR,GAEaC,8BAA8B;EACzCC,WAAW,SAACC,KAAAA;AACV,QAAIC,aAAab,cAAcY,GAAAA,KAAQ;AACvC,WAAO;MAAC;QAAC;QAAcC;;;EACzB;EACAC,eAAe,SAACF,KAAAA;AACd,WAAO;MAAC;QAAC;QAAqBP,iBAAiBO,GAAAA,KAAQ;;;EACzD;AACF,GAEMG,OAAO;EAAC;EAAO;GACfC,KAAK;EAAC;EAAO;GACbC,IAAI;EAAC;GACLC,IAAI;EAAC;GACLC,IAAI;EAAC;GACLC,IAAI;EAAC;GACLC,IAAI;EAAC;GACLC,IAAI;EAAC;GAELzB,qBAA+C;EACnD0B,kBAAkB;IAAC;IAAY;;EAC/BC,mBAAmB;IAAC;IAAY;;EAChCC,kBAAkB;IAAC;IAAY;;EAC/BC,mBAAmB;IAAC;IAAY;;EAChCC,kBAAkB;IAAC;IAAY;;EAC/BC,mBAAmB;IAAC;IAAY;;EAChCC,aAAad;EACbe,cAAcd;EACde,cAAchB;EACdiB,eAAehB;EACfiB,uBAAuB;IAAC;;EACxBC,qBAAqB;IAAC;;EACtBC,wBAAwB;IAAC;;EACzBC,sBAAsB;IAAC;;EACvBC,uBAAuB;IAAC;;EACxBC,qBAAqB;IAAC;;EACtBC,wBAAwB;IAAC;;EACzBC,sBAAsB;IAAC;;EACvBC,uBAAuB;IAAC;;EACxBC,qBAAqB;IAAC;;EACtBC,wBAAwB;IAAC;;EACzBC,sBAAsB;IAAC;;EACvBC,kBAAkB5B;EAClB6B,gBAAgB5B;EAChB6B,mBAAmB5B;EACnB6B,iBAAiB5B;EACjB6B,mBAAmBhC;EACnBiC,iBAAiBhC;EACjBiC,oBAAoBhC;EACpBiC,kBAAkBhC;EAClBiC,cAAchC;EACdiC,cAAcjC;EACdkC,eAAejC;EACfkC,eAAelC;AACjB;AAEA,SAAW9B,UAAUK,mBAAAA,OAAAA,MAAAA;AAKrB,IAAM4D,aAAuC;EAC3CC,OAAO;IAAC;IAAO;IAAS;IAAU;;EAClCC,YAAY;IAAC;IAAO;;EACpBC,iBAAiB;IAAC;;EAClBC,eAAe;IAAC;;EAChBC,kBAAkB;IAAC;;EACnBC,gBAAgB;IAAC;;EACjBC,WAAW;IAAC;;EACZC,YAAY;IAAC;;AACf,GAEaC,uBAAuBC,OAAOC,OAAOvE,oBAAoB4D,UAAAA;",
|
|
5
|
+
"names": ["prefix", "parent", "slice", "exec", "index", "length", "expansionsNoPrefix", "map", "k", "resizeModeMap", "fill", "none", "contain", "cover", "verticalAlignMap", "top", "middle", "bottom", "auto", "webToNativeDynamicExpansion", "objectFit", "val", "resizeMode", "verticalAlign", "vert", "es", "t", "b", "s", "e", "h", "w", "borderBlockColor", "borderInlineColor", "borderBlockWidth", "borderInlineWidth", "borderBlockStyle", "borderInlineStyle", "marginBlock", "marginInline", "paddingBlock", "paddingInline", "borderBlockStartColor", "borderBlockEndColor", "borderInlineStartColor", "borderInlineEndColor", "borderBlockStartWidth", "borderBlockEndWidth", "borderInlineStartWidth", "borderInlineEndWidth", "borderBlockStartStyle", "borderBlockEndStyle", "borderInlineStartStyle", "borderInlineEndStyle", "marginBlockStart", "marginBlockEnd", "marginInlineStart", "marginInlineEnd", "paddingBlockStart", "paddingBlockEnd", "paddingInlineStart", "paddingInlineEnd", "minBlockSize", "maxBlockSize", "minInlineSize", "maxInlineSize", "expansions", "inset", "insetBlock", "insetBlockStart", "insetBlockEnd", "insetInlineStart", "insetInlineEnd", "blockSize", "inlineSize", "webToNativeExpansion", "Object", "assign"]
|
|
6
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createStyledContext } from "../helpers/createStyledContext
|
|
1
|
+
import { createStyledContext } from "../helpers/createStyledContext";
|
|
2
2
|
var ComponentContext = createStyledContext({
|
|
3
3
|
disableSSR: void 0,
|
|
4
4
|
inText: !1,
|
|
@@ -10,5 +10,7 @@ var ComponentContext = createStyledContext({
|
|
|
10
10
|
state: {}
|
|
11
11
|
}
|
|
12
12
|
});
|
|
13
|
-
export {
|
|
14
|
-
|
|
13
|
+
export {
|
|
14
|
+
ComponentContext
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=ComponentContext.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/contexts/Users/n8/tamagui/code/core/web/src/contexts/ComponentContext.tsx"],
|
|
4
|
+
"mappings": "AAAA,SAASA,2BAA2B;AAG7B,IAAMC,mBAAmBD,oBAAuC;EACrEE,YAAYC;EACZC,QAAQ;EACRC,UAAU;EACVC,iBAAiB;EACjBC,QAAQ;IACNC,MAAM;IACNC,WAAW;IACXC,OAAO,CAAC;EACV;AACF,CAAA;",
|
|
5
|
+
"names": ["createStyledContext", "ComponentContext", "disableSSR", "undefined", "inText", "language", "animationDriver", "groups", "emit", "subscribe", "state"]
|
|
6
|
+
}
|