@texturehq/edges 1.35.3 → 1.36.1

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
@@ -5229,9 +5229,6 @@
5229
5229
  .text-\[color\:var\(--color-action-default-text\)\] {
5230
5230
  color: var(--color-action-default-text);
5231
5231
  }
5232
- .text-\[color\:var\(--color-action-destructive-text\)\] {
5233
- color: var(--color-action-destructive-text);
5234
- }
5235
5232
  .text-\[color\:var\(--color-action-primary-text\)\] {
5236
5233
  color: var(--color-action-primary-text);
5237
5234
  }
@@ -5891,6 +5888,9 @@
5891
5888
  --tw-numeric-spacing: tabular-nums;
5892
5889
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
5893
5890
  }
5891
+ .line-through {
5892
+ text-decoration-line: line-through;
5893
+ }
5894
5894
  .no-underline {
5895
5895
  text-decoration-line: none;
5896
5896
  }
@@ -6656,13 +6656,6 @@
6656
6656
  }
6657
6657
  }
6658
6658
  }
6659
- .hover\:bg-action-destructive-hover {
6660
- &:hover {
6661
- @media (hover: hover) {
6662
- background-color: var(--color-action-destructive-hover);
6663
- }
6664
- }
6665
- }
6666
6659
  .hover\:bg-action-primary-hover {
6667
6660
  &:hover {
6668
6661
  @media (hover: hover) {
@@ -6759,6 +6752,16 @@
6759
6752
  }
6760
6753
  }
6761
6754
  }
6755
+ .hover\:bg-feedback-error-background\/50 {
6756
+ &:hover {
6757
+ @media (hover: hover) {
6758
+ background-color: color-mix(in srgb, #fdecec 50%, transparent);
6759
+ @supports (color: color-mix(in lab, red, red)) {
6760
+ background-color: color-mix(in oklab, var(--color-feedback-error-background) 50%, transparent);
6761
+ }
6762
+ }
6763
+ }
6764
+ }
6762
6765
  .hover\:bg-feedback-info-background\/80 {
6763
6766
  &:hover {
6764
6767
  @media (hover: hover) {
@@ -7165,6 +7168,11 @@
7165
7168
  opacity: 50%;
7166
7169
  }
7167
7170
  }
7171
+ .disabled\:opacity-60 {
7172
+ &:disabled {
7173
+ opacity: 60%;
7174
+ }
7175
+ }
7168
7176
  .data-\[exiting\]\:animate-\[tray-exit-scale_250ms_cubic-bezier\(0\.32\,0\,0\.67\,0\)\] {
7169
7177
  &[data-exiting] {
7170
7178
  animation: tray-exit-scale 250ms cubic-bezier(0.32,0,0.67,0);
@@ -8569,11 +8577,6 @@
8569
8577
  background-color: Highlight;
8570
8578
  }
8571
8579
  }
8572
- .forced-colors\:bg-\[Mark\] {
8573
- @media (forced-colors: active) {
8574
- background-color: Mark;
8575
- }
8576
- }
8577
8580
  .forced-colors\:fill-\[Canvas\] {
8578
8581
  @media (forced-colors: active) {
8579
8582
  fill: Canvas;
@@ -8619,9 +8622,9 @@
8619
8622
  color: HighlightText;
8620
8623
  }
8621
8624
  }
8622
- .forced-colors\:text-\[MarkText\] {
8625
+ .forced-colors\:text-\[Mark\] {
8623
8626
  @media (forced-colors: active) {
8624
- color: MarkText;
8627
+ color: Mark;
8625
8628
  }
8626
8629
  }
8627
8630
  .forced-colors\:text-text-disabled {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "1.35.3",
3
+ "version": "1.36.1",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",