@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/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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "2.5.2",
3
+ "version": "2.6.0",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",