@texturehq/edges 1.8.2 → 1.9.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
@@ -1656,6 +1656,9 @@
1656
1656
  .h-\[400px\] {
1657
1657
  height: 400px;
1658
1658
  }
1659
+ .h-\[420px\] {
1660
+ height: 420px;
1661
+ }
1659
1662
  .h-\[500px\] {
1660
1663
  height: 500px;
1661
1664
  }
@@ -1713,6 +1716,9 @@
1713
1716
  .min-h-\[200px\] {
1714
1717
  min-height: 200px;
1715
1718
  }
1719
+ .min-h-\[320px\] {
1720
+ min-height: 320px;
1721
+ }
1716
1722
  .min-h-screen {
1717
1723
  min-height: 100vh;
1718
1724
  }
@@ -3148,6 +3154,9 @@
3148
3154
  .px-8 {
3149
3155
  padding-inline: var(--spacing-8);
3150
3156
  }
3157
+ .px-10 {
3158
+ padding-inline: var(--spacing-10);
3159
+ }
3151
3160
  .px-\[var\(--control-padding-lg\)\] {
3152
3161
  padding-inline: var(--control-padding-lg);
3153
3162
  }
@@ -3202,6 +3211,9 @@
3202
3211
  .py-12 {
3203
3212
  padding-block: var(--spacing-12);
3204
3213
  }
3214
+ .py-16 {
3215
+ padding-block: var(--spacing-16);
3216
+ }
3205
3217
  .pt-0 {
3206
3218
  padding-top: var(--spacing-0);
3207
3219
  }
@@ -3384,6 +3396,18 @@
3384
3396
  .text-\[length\:var\(--control-text-xl\)\] {
3385
3397
  font-size: var(--control-text-xl);
3386
3398
  }
3399
+ .leading-6 {
3400
+ --tw-leading: var(--spacing-6);
3401
+ line-height: var(--spacing-6);
3402
+ }
3403
+ .leading-7 {
3404
+ --tw-leading: var(--spacing-7);
3405
+ line-height: var(--spacing-7);
3406
+ }
3407
+ .leading-8 {
3408
+ --tw-leading: var(--spacing-8);
3409
+ line-height: var(--spacing-8);
3410
+ }
3387
3411
  .leading-\[2\.25\] {
3388
3412
  --tw-leading: 2.25;
3389
3413
  line-height: 2.25;
@@ -6242,6 +6266,26 @@
6242
6266
  list-style-type: disc;
6243
6267
  }
6244
6268
  }
6269
+ .\[\&_\.empty-state-actions\]\:justify-center {
6270
+ & .empty-state-actions {
6271
+ justify-content: center;
6272
+ }
6273
+ }
6274
+ .\[\&_\.empty-state-actions\]\:justify-start {
6275
+ & .empty-state-actions {
6276
+ justify-content: flex-start;
6277
+ }
6278
+ }
6279
+ .\[\&_\.empty-state-actions\]\:text-center {
6280
+ & .empty-state-actions {
6281
+ text-align: center;
6282
+ }
6283
+ }
6284
+ .\[\&_\.empty-state-actions\]\:text-left {
6285
+ & .empty-state-actions {
6286
+ text-align: left;
6287
+ }
6288
+ }
6245
6289
  .\[\&_\[data-chip-id\]\:\:selection\]\:bg-action-primary\/20 {
6246
6290
  & [data-chip-id]::-moz-selection {
6247
6291
  background-color: color-mix(in srgb, #444ae1 20%, transparent);
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.8.2",
3
- "generatedAt": "2025-10-21T16:01:17.559Z",
2
+ "version": "1.9.0",
3
+ "generatedAt": "2025-10-21T19:04:50.171Z",
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.8.2",
3
+ "version": "1.9.0",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",