@texturehq/edges 1.35.2 → 1.36.0

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
  }
@@ -5888,6 +5891,9 @@
5888
5891
  --tw-numeric-spacing: tabular-nums;
5889
5892
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
5890
5893
  }
5894
+ .line-through {
5895
+ text-decoration-line: line-through;
5896
+ }
5891
5897
  .no-underline {
5892
5898
  text-decoration-line: none;
5893
5899
  }
@@ -7162,6 +7168,11 @@
7162
7168
  opacity: 50%;
7163
7169
  }
7164
7170
  }
7171
+ .disabled\:opacity-60 {
7172
+ &:disabled {
7173
+ opacity: 60%;
7174
+ }
7175
+ }
7165
7176
  .data-\[exiting\]\:animate-\[tray-exit-scale_250ms_cubic-bezier\(0\.32\,0\,0\.67\,0\)\] {
7166
7177
  &[data-exiting] {
7167
7178
  animation: tray-exit-scale 250ms cubic-bezier(0.32,0,0.67,0);
@@ -9316,6 +9327,9 @@
9316
9327
  .edges-stack-nav__divider {
9317
9328
  border-top: 1px solid var(--edges-stack-nav-border-color, var(--color-border-default));
9318
9329
  }
9330
+ .edges-stack-nav__bottom-items {
9331
+ border-top: 1px solid var(--edges-stack-nav-border-color, var(--color-border-default));
9332
+ }
9319
9333
  .edges-stack-nav__back {
9320
9334
  border-bottom: 1px solid var(--edges-stack-nav-border-color, var(--color-border-default));
9321
9335
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "1.35.2",
3
+ "version": "1.36.0",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",