@floegence/floe-webapp-core 0.51.0 → 0.52.1

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/surface.css CHANGED
@@ -148,12 +148,12 @@
148
148
  [data-floe-surface-style='soft-neumorphic'] [data-floe-floating-window-surface='true'] {
149
149
  contain: paint;
150
150
  }
151
- [data-floe-surface-style='soft-neumorphic'] [data-floe-dialog-backdrop] {
151
+ [data-floe-surface-style='soft-neumorphic'] [data-floe-dialog-backdrop]:not(.floe-bottom-drawer-backdrop) {
152
152
  background-color: rgb(0 0 0 / 16%);
153
153
  -webkit-backdrop-filter: none;
154
154
  backdrop-filter: none;
155
155
  }
156
- :root.dark[data-floe-surface-style='soft-neumorphic'] [data-floe-dialog-backdrop] {
156
+ :root.dark[data-floe-surface-style='soft-neumorphic'] [data-floe-dialog-backdrop]:not(.floe-bottom-drawer-backdrop) {
157
157
  background-color: rgb(0 0 0 / 36%);
158
158
  }
159
159
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/floe-webapp-core",
3
- "version": "0.51.0",
3
+ "version": "0.52.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",