@useblu/ocean-core 1.139.3 → 1.139.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/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.139.4](https://github.com/ocean-ds/ocean-web/compare/v1.139.3...v1.139.4) (2026-09-18)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **drawer:** overlay transparente não intercepta o ponteiro (MR-795) ([#1261](https://github.com/ocean-ds/ocean-web/issues/1261)) ([a8fe950](https://github.com/ocean-ds/ocean-web/commit/a8fe950ae37848acf5d1897c5b412e024c8db97d))
11
+
6
12
  ## [1.139.3](https://github.com/ocean-ds/ocean-web/compare/v1.139.2...v1.139.3) (2026-09-18)
7
13
 
8
14
  ### Bug Fixes
package/ocean.css CHANGED
@@ -4966,8 +4966,12 @@
4966
4966
  .ods-overlay--transparent {
4967
4967
  background-color: transparent;
4968
4968
  opacity: 1;
4969
+ pointer-events: none;
4969
4970
  transition: none;
4970
4971
  }
4972
+ .ods-overlay--transparent > .ods-drawer {
4973
+ pointer-events: auto;
4974
+ }
4971
4975
 
4972
4976
  .ods-drawer {
4973
4977
  background-color: white;