@texturehq/edges 2.4.9 → 2.5.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
@@ -2708,9 +2708,15 @@
2708
2708
  .h-16 {
2709
2709
  height: var(--spacing-16);
2710
2710
  }
2711
+ .h-24 {
2712
+ height: var(--spacing-24);
2713
+ }
2711
2714
  .h-28 {
2712
2715
  height: var(--spacing-28);
2713
2716
  }
2717
+ .h-40 {
2718
+ height: var(--spacing-40);
2719
+ }
2714
2720
  .h-64 {
2715
2721
  height: var(--spacing-64);
2716
2722
  }
@@ -4362,6 +4368,9 @@
4362
4368
  .bg-text-secondary {
4363
4369
  background-color: var(--color-text-secondary);
4364
4370
  }
4371
+ .bg-text-subtle {
4372
+ background-color: var(--color-text-subtle);
4373
+ }
4365
4374
  .bg-transparent {
4366
4375
  background-color: transparent;
4367
4376
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "2.4.9",
3
+ "version": "2.5.0",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",