@plastic-js/tsumiki 0.1.75 → 0.1.76

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.
@@ -279,7 +279,8 @@ var Dialog$1 = (props) => {
279
279
  get closeOnInteractOutside() {
280
280
  return local.closeOnInteractOutside;
281
281
  },
282
- modal: true
282
+ modal: true,
283
+ preventScroll: isSheet ? false : void 0
283
284
  }, rest, { children: jsx(DialogPortal, mergeProps({ children: [jsx(Dialog.Backdrop, mergeProps({ className: isSheet ? backdropSheetClass : backdropModalClass })), jsx(Dialog.Positioner, mergeProps({
284
285
  className: isSheet ? positionerSheetClass : positionerModalClass,
285
286
  children: jsx(Dialog.Content, mergeProps({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plastic-js/tsumiki",
3
- "version": "0.1.75",
3
+ "version": "0.1.76",
4
4
  "description": "A UI component library for Plastic JS.",
5
5
  "license": "MIT",
6
6
  "author": "tigre",