@moldable-ai/ui 0.2.33 → 0.2.36

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moldable-ai/ui",
3
- "version": "0.2.33",
3
+ "version": "0.2.36",
4
4
  "description": "Shared UI components for Moldable applications",
5
5
  "author": "Desiderata LLC",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -1395,7 +1395,13 @@
1395
1395
  }
1396
1396
 
1397
1397
  .moldable-material[data-material-elevation='control'] {
1398
- --material-active-shadow: inset 0 0 0 1px rgb(255 255 255 / 15%);
1398
+ --material-active-shadow: inset 0 0 0 1px rgb(255 255 255 / 5%);
1399
+ }
1400
+
1401
+ :root.dark .moldable-material[data-material-elevation='control'],
1402
+ :root[data-ui-appearance='dark']
1403
+ .moldable-material[data-material-elevation='control'] {
1404
+ --material-active-shadow: inset 0 0 0 1px rgb(255 255 255 / 2%);
1399
1405
  }
1400
1406
 
1401
1407
  .moldable-material[data-material-elevation='panel'] {