@ohhwells/bridge 0.1.38-next.63 → 0.1.38-next.64
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 +1122 -289
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +1118 -285
- package/dist/index.js.map +1 -1
- package/dist/styles.css +11 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -248,6 +248,9 @@
|
|
|
248
248
|
width: calc(var(--spacing) * 8);
|
|
249
249
|
height: calc(var(--spacing) * 8);
|
|
250
250
|
}
|
|
251
|
+
.\!h-full {
|
|
252
|
+
height: 100% !important;
|
|
253
|
+
}
|
|
251
254
|
.h-6 {
|
|
252
255
|
height: calc(var(--spacing) * 6);
|
|
253
256
|
}
|
|
@@ -305,6 +308,9 @@
|
|
|
305
308
|
.min-h-screen {
|
|
306
309
|
min-height: 100vh;
|
|
307
310
|
}
|
|
311
|
+
.\!w-full {
|
|
312
|
+
width: 100% !important;
|
|
313
|
+
}
|
|
308
314
|
.w-2 {
|
|
309
315
|
width: calc(var(--spacing) * 2);
|
|
310
316
|
}
|
|
@@ -1273,6 +1279,11 @@
|
|
|
1273
1279
|
}
|
|
1274
1280
|
}
|
|
1275
1281
|
}
|
|
1282
|
+
.active\:cursor-grabbing {
|
|
1283
|
+
&:active {
|
|
1284
|
+
cursor: grabbing;
|
|
1285
|
+
}
|
|
1286
|
+
}
|
|
1276
1287
|
.enabled\:hover\:border {
|
|
1277
1288
|
&:enabled {
|
|
1278
1289
|
&:hover {
|