@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/{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.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +111 -5
- package/dist/index.d.ts +111 -5
- 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 +14 -0
- package/package.json +1 -1
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
|
}
|