tamagui 1.140.3 → 1.140.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/dist/native.cjs +3 -2
- package/dist/test.cjs +3 -2
- package/package.json +55 -55
package/dist/native.cjs
CHANGED
|
@@ -9907,9 +9907,10 @@ var hiddenSize = 10000.1, relativeDimensionTo = "screen", SheetImplementationCus
|
|
|
9907
9907
|
} = useConfiguration();
|
|
9908
9908
|
if (!animationDriver) throw new Error("Sheet reqiures an animation driver to be set");
|
|
9909
9909
|
var animationConfig = (function() {
|
|
9910
|
-
|
|
9910
|
+
var _animationDriver_animations;
|
|
9911
|
+
if (animationConfigProp) return animationConfigProp;
|
|
9911
9912
|
var [animationProp, animationPropConfig] = animation ? Array.isArray(animation) ? animation : [animation] : [];
|
|
9912
|
-
return
|
|
9913
|
+
return animationProp && !((_animationDriver_animations = animationDriver.animations) === null || _animationDriver_animations === void 0) && _animationDriver_animations[animationProp] ? __spreadValues(__spreadValues({}, animationDriver.animations[animationProp]), animationPropConfig) : null;
|
|
9913
9914
|
})(), [isShowingInnerSheet, setIsShowingInnerSheet] = React.useState(false), shouldHideParentSheet = modal && isShowingInnerSheet && // if not using weird portal limitation we dont need to hide parent sheet
|
|
9914
9915
|
USE_NATIVE_PORTAL, sheetInsideSheet = React.useContext(SheetInsideSheetContext), onInnerSheet = React.useCallback(function(hasChild) {
|
|
9915
9916
|
setIsShowingInnerSheet(hasChild);
|
package/dist/test.cjs
CHANGED
|
@@ -10046,9 +10046,10 @@ var hiddenSize = 10000.1, relativeDimensionTo = "screen", SheetImplementationCus
|
|
|
10046
10046
|
} = useConfiguration();
|
|
10047
10047
|
if (!animationDriver) throw new Error("Sheet reqiures an animation driver to be set");
|
|
10048
10048
|
var animationConfig = (function() {
|
|
10049
|
-
|
|
10049
|
+
var _animationDriver_animations;
|
|
10050
|
+
if (animationConfigProp) return animationConfigProp;
|
|
10050
10051
|
var [animationProp, animationPropConfig] = animation ? Array.isArray(animation) ? animation : [animation] : [];
|
|
10051
|
-
return
|
|
10052
|
+
return animationProp && !((_animationDriver_animations = animationDriver.animations) === null || _animationDriver_animations === void 0) && _animationDriver_animations[animationProp] ? __spreadValues(__spreadValues({}, animationDriver.animations[animationProp]), animationPropConfig) : null;
|
|
10052
10053
|
})(), [isShowingInnerSheet, setIsShowingInnerSheet] = React.useState(false), shouldHideParentSheet = modal && isShowingInnerSheet && // if not using weird portal limitation we dont need to hide parent sheet
|
|
10053
10054
|
USE_NATIVE_PORTAL, sheetInsideSheet = React.useContext(SheetInsideSheetContext), onInnerSheet = React.useCallback(function(hasChild) {
|
|
10054
10055
|
setIsShowingInnerSheet(hasChild);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tamagui",
|
|
3
|
-
"version": "1.140.
|
|
3
|
+
"version": "1.140.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Style and UI for React (web and native) meet an optimizing compiler",
|
|
6
6
|
"removeSideEffects": true,
|
|
@@ -81,62 +81,62 @@
|
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@tamagui/accordion": "1.140.
|
|
85
|
-
"@tamagui/adapt": "1.140.
|
|
86
|
-
"@tamagui/alert-dialog": "1.140.
|
|
87
|
-
"@tamagui/animate-presence": "1.140.
|
|
88
|
-
"@tamagui/avatar": "1.140.
|
|
89
|
-
"@tamagui/button": "1.140.
|
|
90
|
-
"@tamagui/card": "1.140.
|
|
91
|
-
"@tamagui/checkbox": "1.140.
|
|
92
|
-
"@tamagui/compose-refs": "1.140.
|
|
93
|
-
"@tamagui/constants": "1.140.
|
|
94
|
-
"@tamagui/core": "1.140.
|
|
95
|
-
"@tamagui/create-context": "1.140.
|
|
96
|
-
"@tamagui/dialog": "1.140.
|
|
97
|
-
"@tamagui/elements": "1.140.
|
|
98
|
-
"@tamagui/fake-react-native": "1.140.
|
|
99
|
-
"@tamagui/focusable": "1.140.
|
|
100
|
-
"@tamagui/font-size": "1.140.
|
|
101
|
-
"@tamagui/form": "1.140.
|
|
102
|
-
"@tamagui/get-button-sized": "1.140.
|
|
103
|
-
"@tamagui/get-font-sized": "1.140.
|
|
104
|
-
"@tamagui/get-token": "1.140.
|
|
105
|
-
"@tamagui/group": "1.140.
|
|
106
|
-
"@tamagui/helpers-tamagui": "1.140.
|
|
107
|
-
"@tamagui/image": "1.140.
|
|
108
|
-
"@tamagui/label": "1.140.
|
|
109
|
-
"@tamagui/linear-gradient": "1.140.
|
|
110
|
-
"@tamagui/list-item": "1.140.
|
|
111
|
-
"@tamagui/polyfill-dev": "1.140.
|
|
112
|
-
"@tamagui/popover": "1.140.
|
|
113
|
-
"@tamagui/popper": "1.140.
|
|
114
|
-
"@tamagui/portal": "1.140.
|
|
115
|
-
"@tamagui/progress": "1.140.
|
|
116
|
-
"@tamagui/radio-group": "1.140.
|
|
117
|
-
"@tamagui/react-native-media-driver": "1.140.
|
|
118
|
-
"@tamagui/scroll-view": "1.140.
|
|
119
|
-
"@tamagui/select": "1.140.
|
|
120
|
-
"@tamagui/separator": "1.140.
|
|
121
|
-
"@tamagui/shapes": "1.140.
|
|
122
|
-
"@tamagui/sheet": "1.140.
|
|
123
|
-
"@tamagui/slider": "1.140.
|
|
124
|
-
"@tamagui/stacks": "1.140.
|
|
125
|
-
"@tamagui/switch": "1.140.
|
|
126
|
-
"@tamagui/tabs": "1.140.
|
|
127
|
-
"@tamagui/text": "1.140.
|
|
128
|
-
"@tamagui/theme": "1.140.
|
|
129
|
-
"@tamagui/toggle-group": "1.140.
|
|
130
|
-
"@tamagui/tooltip": "1.140.
|
|
131
|
-
"@tamagui/use-controllable-state": "1.140.
|
|
132
|
-
"@tamagui/use-debounce": "1.140.
|
|
133
|
-
"@tamagui/use-force-update": "1.140.
|
|
134
|
-
"@tamagui/use-window-dimensions": "1.140.
|
|
135
|
-
"@tamagui/visually-hidden": "1.140.
|
|
136
|
-
"@tamagui/z-index-stack": "1.140.
|
|
84
|
+
"@tamagui/accordion": "1.140.4",
|
|
85
|
+
"@tamagui/adapt": "1.140.4",
|
|
86
|
+
"@tamagui/alert-dialog": "1.140.4",
|
|
87
|
+
"@tamagui/animate-presence": "1.140.4",
|
|
88
|
+
"@tamagui/avatar": "1.140.4",
|
|
89
|
+
"@tamagui/button": "1.140.4",
|
|
90
|
+
"@tamagui/card": "1.140.4",
|
|
91
|
+
"@tamagui/checkbox": "1.140.4",
|
|
92
|
+
"@tamagui/compose-refs": "1.140.4",
|
|
93
|
+
"@tamagui/constants": "1.140.4",
|
|
94
|
+
"@tamagui/core": "1.140.4",
|
|
95
|
+
"@tamagui/create-context": "1.140.4",
|
|
96
|
+
"@tamagui/dialog": "1.140.4",
|
|
97
|
+
"@tamagui/elements": "1.140.4",
|
|
98
|
+
"@tamagui/fake-react-native": "1.140.4",
|
|
99
|
+
"@tamagui/focusable": "1.140.4",
|
|
100
|
+
"@tamagui/font-size": "1.140.4",
|
|
101
|
+
"@tamagui/form": "1.140.4",
|
|
102
|
+
"@tamagui/get-button-sized": "1.140.4",
|
|
103
|
+
"@tamagui/get-font-sized": "1.140.4",
|
|
104
|
+
"@tamagui/get-token": "1.140.4",
|
|
105
|
+
"@tamagui/group": "1.140.4",
|
|
106
|
+
"@tamagui/helpers-tamagui": "1.140.4",
|
|
107
|
+
"@tamagui/image": "1.140.4",
|
|
108
|
+
"@tamagui/label": "1.140.4",
|
|
109
|
+
"@tamagui/linear-gradient": "1.140.4",
|
|
110
|
+
"@tamagui/list-item": "1.140.4",
|
|
111
|
+
"@tamagui/polyfill-dev": "1.140.4",
|
|
112
|
+
"@tamagui/popover": "1.140.4",
|
|
113
|
+
"@tamagui/popper": "1.140.4",
|
|
114
|
+
"@tamagui/portal": "1.140.4",
|
|
115
|
+
"@tamagui/progress": "1.140.4",
|
|
116
|
+
"@tamagui/radio-group": "1.140.4",
|
|
117
|
+
"@tamagui/react-native-media-driver": "1.140.4",
|
|
118
|
+
"@tamagui/scroll-view": "1.140.4",
|
|
119
|
+
"@tamagui/select": "1.140.4",
|
|
120
|
+
"@tamagui/separator": "1.140.4",
|
|
121
|
+
"@tamagui/shapes": "1.140.4",
|
|
122
|
+
"@tamagui/sheet": "1.140.4",
|
|
123
|
+
"@tamagui/slider": "1.140.4",
|
|
124
|
+
"@tamagui/stacks": "1.140.4",
|
|
125
|
+
"@tamagui/switch": "1.140.4",
|
|
126
|
+
"@tamagui/tabs": "1.140.4",
|
|
127
|
+
"@tamagui/text": "1.140.4",
|
|
128
|
+
"@tamagui/theme": "1.140.4",
|
|
129
|
+
"@tamagui/toggle-group": "1.140.4",
|
|
130
|
+
"@tamagui/tooltip": "1.140.4",
|
|
131
|
+
"@tamagui/use-controllable-state": "1.140.4",
|
|
132
|
+
"@tamagui/use-debounce": "1.140.4",
|
|
133
|
+
"@tamagui/use-force-update": "1.140.4",
|
|
134
|
+
"@tamagui/use-window-dimensions": "1.140.4",
|
|
135
|
+
"@tamagui/visually-hidden": "1.140.4",
|
|
136
|
+
"@tamagui/z-index-stack": "1.140.4"
|
|
137
137
|
},
|
|
138
138
|
"devDependencies": {
|
|
139
|
-
"@tamagui/build": "1.140.
|
|
139
|
+
"@tamagui/build": "1.140.4",
|
|
140
140
|
"react": "*",
|
|
141
141
|
"react-native": "0.81.5",
|
|
142
142
|
"react-native-web": "^0.21.0"
|