@texturehq/edges 1.35.3 → 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
@@ -5891,6 +5891,9 @@
5891
5891
  --tw-numeric-spacing: tabular-nums;
5892
5892
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
5893
5893
  }
5894
+ .line-through {
5895
+ text-decoration-line: line-through;
5896
+ }
5894
5897
  .no-underline {
5895
5898
  text-decoration-line: none;
5896
5899
  }
@@ -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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "1.35.3",
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",