@ohhwells/bridge 0.1.39-next.77 → 0.1.40

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