@texturehq/edges 2.1.2 → 2.2.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
@@ -4019,6 +4019,9 @@
4019
4019
  .bg-\[var\(--color-skeleton-base\)\] {
4020
4020
  background-color: var(--color-skeleton-base);
4021
4021
  }
4022
+ .bg-\[var\(--color-viz-categorical-1\)\] {
4023
+ background-color: var(--color-viz-categorical-1);
4024
+ }
4022
4025
  .bg-action-brand {
4023
4026
  background-color: var(--color-action-brand);
4024
4027
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "2.1.2",
3
+ "version": "2.2.0",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",