@texturehq/edges 0.1.7 → 0.1.8
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/components.manifest.json +10 -2
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -4
- package/dist/index.d.ts +6 -4
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/styles.css +10 -20
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -667,6 +667,9 @@
|
|
|
667
667
|
.resize {
|
|
668
668
|
resize: both;
|
|
669
669
|
}
|
|
670
|
+
.resize-none {
|
|
671
|
+
resize: none;
|
|
672
|
+
}
|
|
670
673
|
.resize-x {
|
|
671
674
|
resize: horizontal;
|
|
672
675
|
}
|
|
@@ -728,9 +731,6 @@
|
|
|
728
731
|
.justify-start {
|
|
729
732
|
justify-content: flex-start;
|
|
730
733
|
}
|
|
731
|
-
.\!gap-1 {
|
|
732
|
-
gap: calc(0.25rem * 1) !important;
|
|
733
|
-
}
|
|
734
734
|
.gap-0 {
|
|
735
735
|
gap: calc(0.25rem * 0);
|
|
736
736
|
}
|
|
@@ -879,9 +879,6 @@
|
|
|
879
879
|
.overscroll-contain {
|
|
880
880
|
overscroll-behavior: contain;
|
|
881
881
|
}
|
|
882
|
-
.\!rounded-md {
|
|
883
|
-
border-radius: 0.375rem !important;
|
|
884
|
-
}
|
|
885
882
|
.rounded {
|
|
886
883
|
border-radius: 0.25rem;
|
|
887
884
|
}
|
|
@@ -1264,9 +1261,6 @@
|
|
|
1264
1261
|
.p-\[1rem\] {
|
|
1265
1262
|
padding: 1rem;
|
|
1266
1263
|
}
|
|
1267
|
-
.\!px-1\.5 {
|
|
1268
|
-
padding-inline: calc(0.25rem * 1.5) !important;
|
|
1269
|
-
}
|
|
1270
1264
|
.\!px-2 {
|
|
1271
1265
|
padding-inline: calc(0.25rem * 2) !important;
|
|
1272
1266
|
}
|
|
@@ -1306,9 +1300,6 @@
|
|
|
1306
1300
|
.px-px {
|
|
1307
1301
|
padding-inline: 1px;
|
|
1308
1302
|
}
|
|
1309
|
-
.\!py-0\.5 {
|
|
1310
|
-
padding-block: calc(0.25rem * 0.5) !important;
|
|
1311
|
-
}
|
|
1312
1303
|
.py-0\.5 {
|
|
1313
1304
|
padding-block: calc(0.25rem * 0.5);
|
|
1314
1305
|
}
|
|
@@ -1405,10 +1396,6 @@
|
|
|
1405
1396
|
.font-mono {
|
|
1406
1397
|
font-family: "Fira Code", monospace;
|
|
1407
1398
|
}
|
|
1408
|
-
.\!text-xs {
|
|
1409
|
-
font-size: 0.75rem !important;
|
|
1410
|
-
line-height: var(--tw-leading, calc(1 / 0.75)) !important;
|
|
1411
|
-
}
|
|
1412
1399
|
.text-2xl {
|
|
1413
1400
|
font-size: 1.5rem;
|
|
1414
1401
|
line-height: var(--tw-leading, calc(2 / 1.5));
|
|
@@ -1459,10 +1446,6 @@
|
|
|
1459
1446
|
.text-\[length\:var\(--control-text-xl\)\] {
|
|
1460
1447
|
font-size: var(--control-text-xl);
|
|
1461
1448
|
}
|
|
1462
|
-
.\!leading-none {
|
|
1463
|
-
--tw-leading: 1 !important;
|
|
1464
|
-
line-height: 1 !important;
|
|
1465
|
-
}
|
|
1466
1449
|
.leading-\[2\.25\] {
|
|
1467
1450
|
--tw-leading: 2.25;
|
|
1468
1451
|
line-height: 2.25;
|
|
@@ -1471,6 +1454,10 @@
|
|
|
1471
1454
|
--tw-leading: 62px;
|
|
1472
1455
|
line-height: 62px;
|
|
1473
1456
|
}
|
|
1457
|
+
.leading-none {
|
|
1458
|
+
--tw-leading: 1;
|
|
1459
|
+
line-height: 1;
|
|
1460
|
+
}
|
|
1474
1461
|
.leading-relaxed {
|
|
1475
1462
|
--tw-leading: 1.625;
|
|
1476
1463
|
line-height: 1.625;
|
|
@@ -1665,6 +1652,9 @@
|
|
|
1665
1652
|
.opacity-70 {
|
|
1666
1653
|
opacity: 70%;
|
|
1667
1654
|
}
|
|
1655
|
+
.opacity-75 {
|
|
1656
|
+
opacity: 75%;
|
|
1657
|
+
}
|
|
1668
1658
|
.opacity-100 {
|
|
1669
1659
|
opacity: 100%;
|
|
1670
1660
|
}
|