Skip to content

Commit

Permalink
Merge pull request #1443 from gluestack/release/@gluestack-ui/config@…
Browse files Browse the repository at this point in the history
…1.0.6

Release/@gluestack UI/[email protected]
  • Loading branch information
Viraj-10 authored Dec 5, 2023
2 parents 04dd6ad + 939ae88 commit afa00f5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/config",
"version": "1.0.6",
"version": "1.0.7",
"main": "build/gluestack-ui.config.js",
"types": "build/gluestack-ui.config.d.ts",
"module": "build/gluestack-ui.config",
Expand Down
3 changes: 3 additions & 0 deletions packages/config/src/theme/Actionsheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ import { createStyle } from '@gluestack-style/react';
export const Actionsheet = createStyle({
width: '$full',
height: '$full',
_web: {
pointerEvents: 'none',
},
});
1 change: 1 addition & 0 deletions packages/config/src/theme/ActionsheetBackdrop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ export const ActionsheetBackdrop = createStyle({
// @ts-ignore
'_web': {
cursor: 'default',
pointerEvents: 'auto',
},
});
3 changes: 3 additions & 0 deletions packages/config/src/theme/ActionsheetContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ export const ActionsheetContent = createStyle({
defaultProps: {
hardShadow: '5',
},
_web: {
pointerEvents: 'auto',
},
});

0 comments on commit afa00f5

Please sign in to comment.