@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/index.cjs +11 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +173 -133
- package/dist/index.d.ts +173 -133
- package/dist/index.js +11 -11
- package/dist/index.js.map +1 -1
- package/dist/styles.css +3 -0
- package/package.json +1 -1
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
|
}
|