@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/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)) {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.26.4",
2
+ "version": "1.26.5",
3
3
  "categories": {
4
4
  "hooks": {
5
5
  "description": "React hooks for common functionality like breakpoints, debouncing, local storage, and media queries",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "1.26.4",
3
+ "version": "1.26.5",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",