Skip to content

Commit

Permalink
Merge pull request #1525 from gluestack/release/@gluestack-ui/actions…
Browse files Browse the repository at this point in the history
…heet@0.2.35

release: @gluestack-ui/actionsheet version 0.2.35
  • Loading branch information
Viraj-10 authored Dec 15, 2023
2 parents 3800e1b + b80eef1 commit 0ee6ec5
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
4 changes: 3 additions & 1 deletion packages/config/src/theme/SelectActionsheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ export const SelectActionsheet = createStyle({
height: '$full',
justifyContent: 'flex-end',
alignItems: 'center',
pointerEvents: 'none',
_web: {
pointerEvents: 'none',
},
});
7 changes: 7 additions & 0 deletions packages/themed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gluestack-ui/themed

## 1.0.30

### Patch Changes

- Updated dependencies
- @gluestack-ui/actionsheet@0.2.35

## 1.0.29

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/themed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/themed",
"version": "1.0.29",
"version": "1.0.30",
"main": "build/index.js",
"types": "build/index.d.ts",
"module": "build/index",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@gluestack-style/animation-resolver": "1.0.3",
"@gluestack-style/legend-motion-animation-driver": "1.0.3",
"@gluestack-ui/accordion": "^0.0.2",
"@gluestack-ui/actionsheet": "0.2.34",
"@gluestack-ui/actionsheet": "0.2.35",
"@gluestack-ui/alert": "^0.1.12",
"@gluestack-ui/alert-dialog": "^0.1.23",
"@gluestack-ui/avatar": "^0.1.15",
Expand Down
6 changes: 6 additions & 0 deletions packages/unstyled/actionsheet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/actionsheet

## 0.2.35

### Patch Changes

- actionsheet pointer events

## 0.2.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/unstyled/actionsheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ios",
"nextjs"
],
"version": "0.2.34",
"version": "0.2.35",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/unstyled/actionsheet/src/ActionsheetContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function ActionsheetContent<T>(
const { height } = event.nativeEvent.layout;
setAnimatedViewSheetHeight(height);
}}
pointerEvents="none"
pointerEvents="box-none"
>
<OverlayAnimatePresence
visible={visible}
Expand Down

0 comments on commit 0ee6ec5

Please sign in to comment.