@texturehq/edges 2.4.10 → 2.5.1

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
@@ -4368,6 +4368,9 @@
4368
4368
  .bg-text-secondary {
4369
4369
  background-color: var(--color-text-secondary);
4370
4370
  }
4371
+ .bg-text-subtle {
4372
+ background-color: var(--color-text-subtle);
4373
+ }
4371
4374
  .bg-transparent {
4372
4375
  background-color: transparent;
4373
4376
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "2.4.10",
3
+ "version": "2.5.1",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",