@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/{colors-HFXagXDT.d.cts → colors-DlH6URGg.d.cts} +44 -0
- package/dist/{colors-_FKNnBIn.d.ts → colors-Dq4EZi3c.d.ts} +44 -0
- package/dist/index.cjs +12 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +97 -4
- package/dist/index.d.ts +97 -4
- package/dist/index.js +12 -12
- package/dist/index.js.map +1 -1
- package/dist/server.cjs +4 -4
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js +4 -4
- package/dist/server.js.map +1 -1
- package/dist/styles.css +8 -0
- package/package.json +1 -1
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);
|