@texturehq/edges 1.23.0 → 1.23.2

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
@@ -571,6 +571,10 @@
571
571
  --color-state-auto-data: #bb5f27;
572
572
  --color-state-auto-border: #fb923c;
573
573
  --color-state-auto-text: #ffedd5;
574
+ --color-state-circulate: #312e81;
575
+ --color-state-circulate-data: #4f46e5;
576
+ --color-state-circulate-border: #818cf8;
577
+ --color-state-circulate-text: #e0e7ff;
574
578
  --color-state-on: #134e4a;
575
579
  --color-state-on-data: #138378;
576
580
  --color-state-on-border: #14b8a6;
@@ -803,6 +807,7 @@
803
807
  --color-state-cool-data: #9dc7fc;
804
808
  --color-state-eco-data: #88e9c5;
805
809
  --color-state-auto-data: #fed3a4;
810
+ --color-state-circulate-data: #c4b5fd;
806
811
  --color-state-on-data: #7ce7d8;
807
812
  --color-state-idle-data: #c0c5cd;
808
813
  --color-state-off-data: #c0c5cd;
@@ -914,6 +919,7 @@
914
919
  --color-state-cool-data: #2c5ec0;
915
920
  --color-state-eco-data: #0b835e;
916
921
  --color-state-auto-data: #bb5f27;
922
+ --color-state-circulate-data: #4f46e5;
917
923
  --color-state-on-data: #138378;
918
924
  --color-state-idle-data: #515968;
919
925
  --color-state-off-data: #515968;
@@ -1829,6 +1835,9 @@
1829
1835
  .h-\[60px\] {
1830
1836
  height: 60px;
1831
1837
  }
1838
+ .h-\[70vh\] {
1839
+ height: 70vh;
1840
+ }
1832
1841
  .h-\[100dvh\] {
1833
1842
  height: 100dvh;
1834
1843
  }
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.23.0",
3
- "generatedAt": "2025-11-24T01:13:46.627Z",
2
+ "version": "1.23.2",
3
+ "generatedAt": "2025-11-25T23:02:10.040Z",
4
4
  "categories": {
5
5
  "hooks": {
6
6
  "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.23.0",
3
+ "version": "1.23.2",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",