@texturehq/edges 1.26.4 → 1.26.5
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/{colors-CHRmTEal.d.ts → colors-CmCDc1y7.d.ts} +3 -2
- package/dist/{colors-Ddk1k14x.d.cts → colors-DtS0t3eo.d.cts} +3 -2
- package/dist/components.manifest.json +5 -1
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -4
- package/dist/index.d.ts +8 -4
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/server.cjs +2 -2
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js +2 -2
- package/dist/server.js.map +1 -1
- package/dist/styles.css +9 -3
- package/dist/utilities.manifest.json +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1577,9 +1577,6 @@
|
|
|
1577
1577
|
.isolate {
|
|
1578
1578
|
isolation: isolate;
|
|
1579
1579
|
}
|
|
1580
|
-
.-z-10 {
|
|
1581
|
-
z-index: calc(10 * -1);
|
|
1582
|
-
}
|
|
1583
1580
|
.z-0 {
|
|
1584
1581
|
z-index: 0;
|
|
1585
1582
|
}
|
|
@@ -1598,6 +1595,12 @@
|
|
|
1598
1595
|
.z-50 {
|
|
1599
1596
|
z-index: 50;
|
|
1600
1597
|
}
|
|
1598
|
+
.z-\[55\] {
|
|
1599
|
+
z-index: 55;
|
|
1600
|
+
}
|
|
1601
|
+
.z-\[60\] {
|
|
1602
|
+
z-index: 60;
|
|
1603
|
+
}
|
|
1601
1604
|
.col-auto {
|
|
1602
1605
|
grid-column: auto;
|
|
1603
1606
|
}
|
|
@@ -4405,6 +4408,9 @@
|
|
|
4405
4408
|
.underline {
|
|
4406
4409
|
text-decoration-line: underline;
|
|
4407
4410
|
}
|
|
4411
|
+
.decoration-current {
|
|
4412
|
+
text-decoration-color: currentcolor;
|
|
4413
|
+
}
|
|
4408
4414
|
.decoration-text-link-default\/30 {
|
|
4409
4415
|
text-decoration-color: color-mix(in srgb, #444ae1 30%, transparent);
|
|
4410
4416
|
@supports (color: color-mix(in lab, red, red)) {
|