@texturehq/edges 1.26.7 → 1.26.8

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.26.7",
2
+ "version": "1.26.8",
3
3
  "components": [
4
4
  {
5
5
  "name": "ActionCell",
package/dist/styles.css CHANGED
@@ -2491,6 +2491,9 @@
2491
2491
  .list-inside {
2492
2492
  list-style-position: inside;
2493
2493
  }
2494
+ .list-decimal {
2495
+ list-style-type: decimal;
2496
+ }
2494
2497
  .list-disc {
2495
2498
  list-style-type: disc;
2496
2499
  }
@@ -3143,6 +3146,9 @@
3143
3146
  border-color: color-mix(in oklab, var(--color-feedback-error-border) 40%, transparent);
3144
3147
  }
3145
3148
  }
3149
+ .border-feedback-info-background {
3150
+ border-color: var(--color-feedback-info-background);
3151
+ }
3146
3152
  .border-feedback-info-border {
3147
3153
  border-color: var(--color-feedback-info-border);
3148
3154
  }
@@ -3389,6 +3395,12 @@
3389
3395
  .bg-feedback-info-background {
3390
3396
  background-color: var(--color-feedback-info-background);
3391
3397
  }
3398
+ .bg-feedback-info-background\/20 {
3399
+ background-color: color-mix(in srgb, #dbeafe 20%, transparent);
3400
+ @supports (color: color-mix(in lab, red, red)) {
3401
+ background-color: color-mix(in oklab, var(--color-feedback-info-background) 20%, transparent);
3402
+ }
3403
+ }
3392
3404
  .bg-feedback-info-border {
3393
3405
  background-color: var(--color-feedback-info-border);
3394
3406
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.26.7",
2
+ "version": "1.26.8",
3
3
  "categories": {
4
4
  "hooks": {
5
5
  "description": "React hooks for common functionality like breakpoints, debouncing, local storage, and media queries",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "1.26.7",
3
+ "version": "1.26.8",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",