@ohhwells/bridge 0.1.74 → 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.
package/dist/styles.css CHANGED
@@ -1845,6 +1845,11 @@
1845
1845
  border-color: var(--ohw-border) !important;
1846
1846
  color: var(--ohw-foreground) !important;
1847
1847
  }
1848
+ [data-ohw-section-dragging] {
1849
+ opacity: 0.4;
1850
+ outline: 2px dashed var(--color-primary, #0885fe);
1851
+ outline-offset: -2px;
1852
+ }
1848
1853
  [data-ohw-section-picker] {
1849
1854
  --ohw-background: #ffffff;
1850
1855
  --ohw-foreground: #0c0a09;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohhwells/bridge",
3
- "version": "0.1.74",
3
+ "version": "0.1.76",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",