@texturehq/edges 2.5.2 → 2.6.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/index.cjs +12 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +62 -4
- package/dist/index.d.ts +62 -4
- package/dist/index.js +12 -12
- package/dist/index.js.map +1 -1
- package/dist/styles.css +7 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -5160,6 +5160,10 @@
|
|
|
5160
5160
|
--tw-font-weight: var(--font-weight-semibold);
|
|
5161
5161
|
font-weight: var(--font-weight-semibold);
|
|
5162
5162
|
}
|
|
5163
|
+
.tracking-\[0\.05em\] {
|
|
5164
|
+
--tw-tracking: 0.05em;
|
|
5165
|
+
letter-spacing: 0.05em;
|
|
5166
|
+
}
|
|
5163
5167
|
.tracking-\[0\.08em\] {
|
|
5164
5168
|
--tw-tracking: 0.08em;
|
|
5165
5169
|
letter-spacing: 0.08em;
|
|
@@ -5903,6 +5907,9 @@
|
|
|
5903
5907
|
.opacity-40 {
|
|
5904
5908
|
opacity: 40%;
|
|
5905
5909
|
}
|
|
5910
|
+
.opacity-45 {
|
|
5911
|
+
opacity: 45%;
|
|
5912
|
+
}
|
|
5906
5913
|
.opacity-50 {
|
|
5907
5914
|
opacity: 50%;
|
|
5908
5915
|
}
|