@texturehq/edges 1.35.2 → 1.35.3

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
@@ -2552,6 +2552,9 @@
2552
2552
  .mt-6 {
2553
2553
  margin-top: var(--spacing-6);
2554
2554
  }
2555
+ .mt-auto {
2556
+ margin-top: auto;
2557
+ }
2555
2558
  .mr-1 {
2556
2559
  margin-right: var(--spacing-1);
2557
2560
  }
@@ -9316,6 +9319,9 @@
9316
9319
  .edges-stack-nav__divider {
9317
9320
  border-top: 1px solid var(--edges-stack-nav-border-color, var(--color-border-default));
9318
9321
  }
9322
+ .edges-stack-nav__bottom-items {
9323
+ border-top: 1px solid var(--edges-stack-nav-border-color, var(--color-border-default));
9324
+ }
9319
9325
  .edges-stack-nav__back {
9320
9326
  border-bottom: 1px solid var(--edges-stack-nav-border-color, var(--color-border-default));
9321
9327
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "1.35.2",
3
+ "version": "1.35.3",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",