@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/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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohhwells/bridge",
3
- "version": "0.1.38-next.63",
3
+ "version": "0.1.38-next.64",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",