@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/index.cjs +1303 -695
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1293 -685
- package/dist/index.js.map +1 -1
- package/dist/styles.css +5 -0
- package/package.json +1 -1
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;
|