@ohhwells/bridge 0.1.33-next.37 → 0.1.33-next.39
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/README.md +12 -0
- package/dist/index.cjs +28 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +28 -13
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -18
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -21,10 +21,6 @@
|
|
|
21
21
|
--text-lg--line-height: 28px;
|
|
22
22
|
--text-xl: 20px;
|
|
23
23
|
--text-xl--line-height: 28px;
|
|
24
|
-
--text-4xl: 36px;
|
|
25
|
-
--text-4xl--line-height: 40px;
|
|
26
|
-
--text-5xl: 48px;
|
|
27
|
-
--text-5xl--line-height: 1;
|
|
28
24
|
--font-weight-normal: 400;
|
|
29
25
|
--font-weight-medium: 500;
|
|
30
26
|
--font-weight-semibold: 600;
|
|
@@ -57,8 +53,6 @@
|
|
|
57
53
|
--color-border: var(--ohw-border, #e2e8f0);
|
|
58
54
|
--color-input: var(--ohw-input, #e2e8f0);
|
|
59
55
|
--color-ring: var(--ohw-ring, #64748b);
|
|
60
|
-
--text-5xl--letter-spacing: -0.025em;
|
|
61
|
-
--text-4xl--letter-spacing: -0.025em;
|
|
62
56
|
--text-xl--letter-spacing: -0.025em;
|
|
63
57
|
--text-lg--letter-spacing: 0em;
|
|
64
58
|
--text-base--letter-spacing: 0em;
|
|
@@ -646,11 +640,6 @@
|
|
|
646
640
|
.font-sans {
|
|
647
641
|
font-family: var(--font-sans);
|
|
648
642
|
}
|
|
649
|
-
.text-4xl {
|
|
650
|
-
font-size: var(--text-4xl);
|
|
651
|
-
line-height: var(--tw-leading, var(--text-4xl--line-height));
|
|
652
|
-
letter-spacing: var(--tw-tracking, var(--text-4xl--letter-spacing));
|
|
653
|
-
}
|
|
654
643
|
.text-base {
|
|
655
644
|
font-size: var(--text-base);
|
|
656
645
|
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
@@ -1211,13 +1200,6 @@
|
|
|
1211
1200
|
padding-block: calc(var(--spacing) * 20);
|
|
1212
1201
|
}
|
|
1213
1202
|
}
|
|
1214
|
-
.sm\:text-5xl {
|
|
1215
|
-
@media (width >= 40rem) {
|
|
1216
|
-
font-size: var(--text-5xl);
|
|
1217
|
-
line-height: var(--tw-leading, var(--text-5xl--line-height));
|
|
1218
|
-
letter-spacing: var(--tw-tracking, var(--text-5xl--letter-spacing));
|
|
1219
|
-
}
|
|
1220
|
-
}
|
|
1221
1203
|
.md\:w-md {
|
|
1222
1204
|
@media (width >= 48rem) {
|
|
1223
1205
|
width: var(--container-md);
|