@ohhwells/bridge 0.1.41 → 0.1.42-next.82

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
@@ -22,10 +22,6 @@
22
22
  --text-lg--line-height: 28px;
23
23
  --text-xl: 20px;
24
24
  --text-xl--line-height: 28px;
25
- --text-4xl: 36px;
26
- --text-4xl--line-height: 40px;
27
- --text-5xl: 48px;
28
- --text-5xl--line-height: 1;
29
25
  --font-weight-normal: 400;
30
26
  --font-weight-medium: 500;
31
27
  --font-weight-semibold: 600;
@@ -60,8 +56,6 @@
60
56
  --color-border: var(--ohw-border, #e2e8f0);
61
57
  --color-input: var(--ohw-input, #e2e8f0);
62
58
  --color-ring: var(--ohw-ring, #64748b);
63
- --text-5xl--letter-spacing: -0.025em;
64
- --text-4xl--letter-spacing: -0.025em;
65
59
  --text-xl--letter-spacing: -0.025em;
66
60
  --text-lg--letter-spacing: 0em;
67
61
  --text-base--letter-spacing: 0em;
@@ -254,6 +248,9 @@
254
248
  width: calc(var(--spacing) * 8);
255
249
  height: calc(var(--spacing) * 8);
256
250
  }
251
+ .\!h-full {
252
+ height: 100% !important;
253
+ }
257
254
  .h-6 {
258
255
  height: calc(var(--spacing) * 6);
259
256
  }
@@ -269,6 +266,9 @@
269
266
  .h-10 {
270
267
  height: calc(var(--spacing) * 10);
271
268
  }
269
+ .h-\[3px\] {
270
+ height: 3px;
271
+ }
272
272
  .h-\[36px\] {
273
273
  height: 36px;
274
274
  }
@@ -308,6 +308,9 @@
308
308
  .min-h-screen {
309
309
  min-height: 100vh;
310
310
  }
311
+ .\!w-full {
312
+ width: 100% !important;
313
+ }
311
314
  .w-2 {
312
315
  width: calc(var(--spacing) * 2);
313
316
  }
@@ -326,6 +329,12 @@
326
329
  .w-14 {
327
330
  width: calc(var(--spacing) * 14);
328
331
  }
332
+ .w-\[3px\] {
333
+ width: 3px;
334
+ }
335
+ .w-\[200px\] {
336
+ width: 200px;
337
+ }
329
338
  .w-\[var\(--radix-popover-trigger-width\)\] {
330
339
  width: var(--radix-popover-trigger-width);
331
340
  }
@@ -619,6 +628,10 @@
619
628
  .bg-white {
620
629
  background-color: var(--color-white);
621
630
  }
631
+ .object-cover {
632
+ -o-object-fit: cover;
633
+ object-fit: cover;
634
+ }
622
635
  .p-0 {
623
636
  padding: calc(var(--spacing) * 0);
624
637
  }
@@ -742,11 +755,6 @@
742
755
  .font-sans {
743
756
  font-family: var(--font-sans);
744
757
  }
745
- .text-4xl {
746
- font-size: var(--text-4xl);
747
- line-height: var(--tw-leading, var(--text-4xl--line-height));
748
- letter-spacing: var(--tw-tracking, var(--text-4xl--letter-spacing));
749
- }
750
758
  .text-base {
751
759
  font-size: var(--text-base);
752
760
  line-height: var(--tw-leading, var(--text-base--line-height));
@@ -888,9 +896,18 @@
888
896
  .caret-foreground {
889
897
  caret-color: var(--color-foreground);
890
898
  }
899
+ .opacity-0 {
900
+ opacity: 0%;
901
+ }
902
+ .opacity-40 {
903
+ opacity: 40%;
904
+ }
891
905
  .opacity-50 {
892
906
  opacity: 50%;
893
907
  }
908
+ .opacity-70 {
909
+ opacity: 70%;
910
+ }
894
911
  .opacity-80 {
895
912
  opacity: 80%;
896
913
  }
@@ -937,6 +954,10 @@
937
954
  --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
938
955
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
939
956
  }
957
+ .ring {
958
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
959
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
960
+ }
940
961
  .ring-0 {
941
962
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
942
963
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -1258,6 +1279,11 @@
1258
1279
  }
1259
1280
  }
1260
1281
  }
1282
+ .active\:cursor-grabbing {
1283
+ &:active {
1284
+ cursor: grabbing;
1285
+ }
1286
+ }
1261
1287
  .enabled\:hover\:border {
1262
1288
  &:enabled {
1263
1289
  &:hover {
@@ -1468,13 +1494,6 @@
1468
1494
  padding-block: calc(var(--spacing) * 20);
1469
1495
  }
1470
1496
  }
1471
- .sm\:text-5xl {
1472
- @media (width >= 40rem) {
1473
- font-size: var(--text-5xl);
1474
- line-height: var(--tw-leading, var(--text-5xl--line-height));
1475
- letter-spacing: var(--tw-tracking, var(--text-5xl--letter-spacing));
1476
- }
1477
- }
1478
1497
  .\[\&_svg\]\:pointer-events-none {
1479
1498
  & svg {
1480
1499
  pointer-events: none;
@@ -1675,6 +1694,11 @@ html[data-ohw-section-picking] [data-ohw-state-toggle] {
1675
1694
  display: none !important;
1676
1695
  pointer-events: none !important;
1677
1696
  }
1697
+ .ov-gap-line {
1698
+ background-color: var(--ohw-primary, #0885fe);
1699
+ border-radius: 2px;
1700
+ box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
1701
+ }
1678
1702
  [data-ohw-navbar-container-chrome] {
1679
1703
  --ohw-primary: #0885fe;
1680
1704
  --ohw-background: #ffffff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohhwells/bridge",
3
- "version": "0.1.41",
3
+ "version": "0.1.42-next.82",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",