@texturehq/edges 1.5.0 → 1.5.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
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  :root, :host {
4
4
  --color-white: #ffffff;
@@ -93,6 +93,7 @@
93
93
  --radius-md: 0.375rem;
94
94
  --radius-lg: 0.5rem;
95
95
  --radius-xl: 0.75rem;
96
+ --radius-2xl: 1rem;
96
97
  --radius-full: 9999px;
97
98
  --font-weight-light: 300;
98
99
  --font-weight-normal: 400;
@@ -179,6 +180,7 @@
179
180
  --color-purple-100: oklch(94.6% 0.033 307.174);
180
181
  --color-purple-500: oklch(62.7% 0.265 303.9);
181
182
  --color-purple-600: oklch(55.8% 0.288 302.321);
183
+ --color-purple-800: oklch(43.8% 0.218 303.724);
182
184
  --color-pink-500: oklch(65.6% 0.241 354.308);
183
185
  --color-slate-300: oklch(86.9% 0.022 252.894);
184
186
  --color-slate-600: oklch(44.6% 0.043 257.281);
@@ -218,7 +220,6 @@
218
220
  --text-4xl: 2.25rem;
219
221
  --text-4xl--line-height: calc(2.5 / 2.25);
220
222
  --tracking-tight: -0.025em;
221
- --tracking-wide: 0.025em;
222
223
  --tracking-wider: 0.05em;
223
224
  --leading-relaxed: 1.625;
224
225
  --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
@@ -1233,6 +1234,12 @@
1233
1234
  .-my-2 {
1234
1235
  margin-block: calc(var(--spacing-2) * -1);
1235
1236
  }
1237
+ .my-1 {
1238
+ margin-block: var(--spacing-1);
1239
+ }
1240
+ .my-2 {
1241
+ margin-block: var(--spacing-2);
1242
+ }
1236
1243
  .my-4 {
1237
1244
  margin-block: var(--spacing-4);
1238
1245
  }
@@ -1254,6 +1261,9 @@
1254
1261
  .mt-1 {
1255
1262
  margin-top: var(--spacing-1);
1256
1263
  }
1264
+ .mt-1\.5 {
1265
+ margin-top: calc(var(--spacing) * 1.5);
1266
+ }
1257
1267
  .mt-2 {
1258
1268
  margin-top: var(--spacing-2);
1259
1269
  }
@@ -1425,6 +1435,9 @@
1425
1435
  .h-\[60px\] {
1426
1436
  height: 60px;
1427
1437
  }
1438
+ .h-\[100dvh\] {
1439
+ height: 100dvh;
1440
+ }
1428
1441
  .h-\[120px\] {
1429
1442
  height: 120px;
1430
1443
  }
@@ -1437,11 +1450,8 @@
1437
1450
  .h-\[600px\] {
1438
1451
  height: 600px;
1439
1452
  }
1440
- .h-\[calc\(100vh-60px\)\] {
1441
- height: calc(100vh - 60px);
1442
- }
1443
- .h-\[calc\(100vh-73px\)\] {
1444
- height: calc(100vh - 73px);
1453
+ .h-\[calc\(100dvh-60px\)\] {
1454
+ height: calc(100dvh - 60px);
1445
1455
  }
1446
1456
  .h-\[var\(--control-lg-height\)\] {
1447
1457
  height: var(--control-lg-height);
@@ -1455,9 +1465,6 @@
1455
1465
  .h-\[var\(--control-xl-height\)\] {
1456
1466
  height: var(--control-xl-height);
1457
1467
  }
1458
- .h-auto {
1459
- height: auto;
1460
- }
1461
1468
  .h-full {
1462
1469
  height: 100%;
1463
1470
  }
@@ -1470,18 +1477,21 @@
1470
1477
  .max-h-48 {
1471
1478
  max-height: var(--spacing-48);
1472
1479
  }
1480
+ .max-h-\[90vh\] {
1481
+ max-height: 90vh;
1482
+ }
1473
1483
  .max-h-\[300px\] {
1474
1484
  max-height: 300px;
1475
1485
  }
1476
- .max-h-\[inherit\] {
1477
- max-height: inherit;
1478
- }
1479
1486
  .min-h-0 {
1480
1487
  min-height: var(--spacing-0);
1481
1488
  }
1482
1489
  .min-h-\[44px\] {
1483
1490
  min-height: 44px;
1484
1491
  }
1492
+ .min-h-\[100dvh\] {
1493
+ min-height: 100dvh;
1494
+ }
1485
1495
  .min-h-\[100px\] {
1486
1496
  min-height: 100px;
1487
1497
  }
@@ -1575,6 +1585,15 @@
1575
1585
  .w-\[32rem\] {
1576
1586
  width: 32rem;
1577
1587
  }
1588
+ .w-\[40rem\] {
1589
+ width: 40rem;
1590
+ }
1591
+ .w-\[48rem\] {
1592
+ width: 48rem;
1593
+ }
1594
+ .w-\[56rem\] {
1595
+ width: 56rem;
1596
+ }
1578
1597
  .w-\[200px\] {
1579
1598
  width: 200px;
1580
1599
  }
@@ -1615,6 +1634,19 @@
1615
1634
  .max-w-\[250px\] {
1616
1635
  max-width: 250px;
1617
1636
  }
1637
+ .max-w-\[300px\] {
1638
+ max-width: 300px;
1639
+ }
1640
+ .max-w-\[350px\] {
1641
+ max-width: 350px;
1642
+ }
1643
+ .max-w-\[400px\] {
1644
+ max-width: 400px;
1645
+ }
1646
+ .max-w-fit {
1647
+ max-width: -moz-fit-content;
1648
+ max-width: fit-content;
1649
+ }
1618
1650
  .max-w-full {
1619
1651
  max-width: 100%;
1620
1652
  }
@@ -1657,6 +1689,9 @@
1657
1689
  .min-w-\[100px\] {
1658
1690
  min-width: 100px;
1659
1691
  }
1692
+ .min-w-\[120px\] {
1693
+ min-width: 120px;
1694
+ }
1660
1695
  .min-w-\[150px\] {
1661
1696
  min-width: 150px;
1662
1697
  }
@@ -1675,6 +1710,9 @@
1675
1710
  .shrink-0 {
1676
1711
  flex-shrink: 0;
1677
1712
  }
1713
+ .grow {
1714
+ flex-grow: 1;
1715
+ }
1678
1716
  .table-auto {
1679
1717
  table-layout: auto;
1680
1718
  }
@@ -1945,6 +1983,13 @@
1945
1983
  margin-block-end: calc(var(--spacing-0) * calc(1 - var(--tw-space-y-reverse)));
1946
1984
  }
1947
1985
  }
1986
+ .space-y-0\.5 {
1987
+ :where(& > :not(:last-child)) {
1988
+ --tw-space-y-reverse: 0;
1989
+ margin-block-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse));
1990
+ margin-block-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));
1991
+ }
1992
+ }
1948
1993
  .space-y-1 {
1949
1994
  :where(& > :not(:last-child)) {
1950
1995
  --tw-space-y-reverse: 0;
@@ -2091,9 +2136,6 @@
2091
2136
  border-color: var(--color-border-muted);
2092
2137
  }
2093
2138
  }
2094
- .self-center {
2095
- align-self: center;
2096
- }
2097
2139
  .truncate {
2098
2140
  overflow: hidden;
2099
2141
  text-overflow: ellipsis;
@@ -2135,9 +2177,6 @@
2135
2177
  .rounded-\[var\(--control-border-radius\)\] {
2136
2178
  border-radius: var(--control-border-radius);
2137
2179
  }
2138
- .rounded-full {
2139
- border-radius: calc(infinity * 1px);
2140
- }
2141
2180
  .rounded-full {
2142
2181
  border-radius: var(--radius-full);
2143
2182
  }
@@ -2147,9 +2186,6 @@
2147
2186
  .rounded-md {
2148
2187
  border-radius: var(--radius-md);
2149
2188
  }
2150
- .rounded-none {
2151
- border-radius: 0;
2152
- }
2153
2189
  .rounded-none {
2154
2190
  border-radius: var(--radius-none);
2155
2191
  }
@@ -2159,9 +2195,9 @@
2159
2195
  .rounded-xl {
2160
2196
  border-radius: var(--radius-xl);
2161
2197
  }
2162
- .rounded-t-none {
2163
- border-top-left-radius: 0;
2164
- border-top-right-radius: 0;
2198
+ .rounded-t-2xl {
2199
+ border-top-left-radius: var(--radius-2xl);
2200
+ border-top-right-radius: var(--radius-2xl);
2165
2201
  }
2166
2202
  .rounded-t-none {
2167
2203
  border-top-left-radius: var(--radius-none);
@@ -2179,17 +2215,10 @@
2179
2215
  border-top-right-radius: var(--radius-sm);
2180
2216
  border-bottom-right-radius: var(--radius-sm);
2181
2217
  }
2182
- .rounded-b-none {
2183
- border-bottom-right-radius: 0;
2184
- border-bottom-left-radius: 0;
2185
- }
2186
2218
  .rounded-b-none {
2187
2219
  border-bottom-right-radius: var(--radius-none);
2188
2220
  border-bottom-left-radius: var(--radius-none);
2189
2221
  }
2190
- .rounded-bl-none {
2191
- border-bottom-left-radius: 0;
2192
- }
2193
2222
  .rounded-bl-none {
2194
2223
  border-bottom-left-radius: var(--radius-none);
2195
2224
  }
@@ -2290,6 +2319,12 @@
2290
2319
  .border-border-default {
2291
2320
  border-color: var(--color-border-default);
2292
2321
  }
2322
+ .border-border-default\/50 {
2323
+ border-color: color-mix(in srgb, #e5e7eb 50%, transparent);
2324
+ @supports (color: color-mix(in lab, red, red)) {
2325
+ border-color: color-mix(in oklab, var(--color-border-default) 50%, transparent);
2326
+ }
2327
+ }
2293
2328
  .border-border-input {
2294
2329
  border-color: var(--color-border-input);
2295
2330
  }
@@ -2621,6 +2656,17 @@
2621
2656
  --tw-gradient-from: var(--color-action-primary);
2622
2657
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
2623
2658
  }
2659
+ .from-black\/60 {
2660
+ --tw-gradient-from: color-mix(in srgb, #000000 60%, transparent);
2661
+ @supports (color: color-mix(in lab, red, red)) {
2662
+ --tw-gradient-from: color-mix(in oklab, var(--color-black) 60%, transparent);
2663
+ }
2664
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
2665
+ }
2666
+ .from-blue-100 {
2667
+ --tw-gradient-from: var(--color-blue-100);
2668
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
2669
+ }
2624
2670
  .from-green-500 {
2625
2671
  --tw-gradient-from: var(--color-green-500);
2626
2672
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
@@ -2634,10 +2680,29 @@
2634
2680
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
2635
2681
  --tw-gradient-stops: var(--tw-gradient-via-stops);
2636
2682
  }
2683
+ .via-black\/50 {
2684
+ --tw-gradient-via: color-mix(in srgb, #000000 50%, transparent);
2685
+ @supports (color: color-mix(in lab, red, red)) {
2686
+ --tw-gradient-via: color-mix(in oklab, var(--color-black) 50%, transparent);
2687
+ }
2688
+ --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
2689
+ --tw-gradient-stops: var(--tw-gradient-via-stops);
2690
+ }
2637
2691
  .to-\[var\(--skeleton-base\)\] {
2638
2692
  --tw-gradient-to: var(--skeleton-base);
2639
2693
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
2640
2694
  }
2695
+ .to-black\/60 {
2696
+ --tw-gradient-to: color-mix(in srgb, #000000 60%, transparent);
2697
+ @supports (color: color-mix(in lab, red, red)) {
2698
+ --tw-gradient-to: color-mix(in oklab, var(--color-black) 60%, transparent);
2699
+ }
2700
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
2701
+ }
2702
+ .to-blue-200 {
2703
+ --tw-gradient-to: var(--color-blue-200);
2704
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
2705
+ }
2641
2706
  .to-blue-500 {
2642
2707
  --tw-gradient-to: var(--color-blue-500);
2643
2708
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
@@ -2793,6 +2858,9 @@
2793
2858
  .py-4 {
2794
2859
  padding-block: var(--spacing-4);
2795
2860
  }
2861
+ .py-5 {
2862
+ padding-block: var(--spacing-5);
2863
+ }
2796
2864
  .py-6 {
2797
2865
  padding-block: var(--spacing-6);
2798
2866
  }
@@ -2802,9 +2870,6 @@
2802
2870
  .pt-1 {
2803
2871
  padding-top: var(--spacing-1);
2804
2872
  }
2805
- .pt-3 {
2806
- padding-top: var(--spacing-3);
2807
- }
2808
2873
  .pt-4 {
2809
2874
  padding-top: var(--spacing-4);
2810
2875
  }
@@ -2829,6 +2894,9 @@
2829
2894
  .pr-9 {
2830
2895
  padding-right: var(--spacing-9);
2831
2896
  }
2897
+ .pb-0 {
2898
+ padding-bottom: var(--spacing-0);
2899
+ }
2832
2900
  .pb-1\.5 {
2833
2901
  padding-bottom: calc(var(--spacing) * 1.5);
2834
2902
  }
@@ -2989,10 +3057,6 @@
2989
3057
  --tw-tracking: var(--tracking-tight);
2990
3058
  letter-spacing: var(--tracking-tight);
2991
3059
  }
2992
- .tracking-wide {
2993
- --tw-tracking: var(--tracking-wide);
2994
- letter-spacing: var(--tracking-wide);
2995
- }
2996
3060
  .tracking-wider {
2997
3061
  --tw-tracking: var(--tracking-wider);
2998
3062
  letter-spacing: var(--tracking-wider);
@@ -3105,6 +3169,9 @@
3105
3169
  .text-purple-600 {
3106
3170
  color: var(--color-purple-600);
3107
3171
  }
3172
+ .text-purple-800 {
3173
+ color: var(--color-purple-800);
3174
+ }
3108
3175
  .text-red-500 {
3109
3176
  color: var(--color-red-500);
3110
3177
  }
@@ -3227,6 +3294,10 @@
3227
3294
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
3228
3295
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3229
3296
  }
3297
+ .shadow-2xl {
3298
+ --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
3299
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3300
+ }
3230
3301
  .shadow-\[inset_0_1px_0_0_theme\(colors\.gray\.600\)\] {
3231
3302
  --tw-shadow: inset 0 1px 0 0 var(--tw-shadow-color, #4b5563);
3232
3303
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -3267,6 +3338,12 @@
3267
3338
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3268
3339
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3269
3340
  }
3341
+ .shadow-black\/20 {
3342
+ --tw-shadow-color: color-mix(in srgb, #000000 20%, transparent);
3343
+ @supports (color: color-mix(in lab, red, red)) {
3344
+ --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 20%, transparent) var(--tw-shadow-alpha), transparent);
3345
+ }
3346
+ }
3270
3347
  .ring-background-surface {
3271
3348
  --tw-ring-color: var(--color-background-surface);
3272
3349
  }
@@ -3674,6 +3751,12 @@
3674
3751
  border-width: 0px;
3675
3752
  }
3676
3753
  }
3754
+ .last\:border-b-0 {
3755
+ &:last-child {
3756
+ border-bottom-style: var(--tw-border-style);
3757
+ border-bottom-width: 0px;
3758
+ }
3759
+ }
3677
3760
  .visited\:text-action-primary {
3678
3761
  &:visited {
3679
3762
  color: var(--color-action-primary);
@@ -3743,13 +3826,6 @@
3743
3826
  }
3744
3827
  }
3745
3828
  }
3746
- .hover\:border-border-muted {
3747
- &:hover {
3748
- @media (hover: hover) {
3749
- border-color: var(--color-border-muted);
3750
- }
3751
- }
3752
- }
3753
3829
  .hover\:bg-action-primary-hover {
3754
3830
  &:hover {
3755
3831
  @media (hover: hover) {
@@ -3826,6 +3902,13 @@
3826
3902
  }
3827
3903
  }
3828
3904
  }
3905
+ .hover\:bg-red-50 {
3906
+ &:hover {
3907
+ @media (hover: hover) {
3908
+ background-color: var(--color-red-50);
3909
+ }
3910
+ }
3911
+ }
3829
3912
  .hover\:bg-red-700 {
3830
3913
  &:hover {
3831
3914
  @media (hover: hover) {
@@ -4119,6 +4202,18 @@
4119
4202
  opacity: 50%;
4120
4203
  }
4121
4204
  }
4205
+ .data-\[exiting\]\:duration-200 {
4206
+ &[data-exiting] {
4207
+ --tw-duration: 200ms;
4208
+ transition-duration: 200ms;
4209
+ }
4210
+ }
4211
+ .data-\[exiting\]\:ease-in {
4212
+ &[data-exiting] {
4213
+ --tw-ease: var(--ease-in);
4214
+ transition-timing-function: var(--ease-in);
4215
+ }
4216
+ }
4122
4217
  .data-\[focused\]\:bg-background-hover {
4123
4218
  &[data-focused] {
4124
4219
  background-color: var(--color-background-hover);
@@ -4171,6 +4266,14 @@
4171
4266
  background-color: var(--color-gray-100);
4172
4267
  }
4173
4268
  }
4269
+ .supports-\[backdrop-filter\]\:bg-black\/40 {
4270
+ @supports (backdrop-filter: var(--tw)) {
4271
+ background-color: color-mix(in srgb, #000000 40%, transparent);
4272
+ @supports (color: color-mix(in lab, red, red)) {
4273
+ background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
4274
+ }
4275
+ }
4276
+ }
4174
4277
  .sm\:col-auto {
4175
4278
  @media (width >= 40rem) {
4176
4279
  grid-column: auto;
@@ -4466,14 +4569,19 @@
4466
4569
  height: var(--spacing-96);
4467
4570
  }
4468
4571
  }
4572
+ .md\:h-\[100dvh\] {
4573
+ @media (width >= 48rem) {
4574
+ height: 100dvh;
4575
+ }
4576
+ }
4469
4577
  .md\:h-full {
4470
4578
  @media (width >= 48rem) {
4471
4579
  height: 100%;
4472
4580
  }
4473
4581
  }
4474
- .md\:h-screen {
4582
+ .md\:max-h-\[85vh\] {
4475
4583
  @media (width >= 48rem) {
4476
- height: 100vh;
4584
+ max-height: 85vh;
4477
4585
  }
4478
4586
  }
4479
4587
  .md\:w-64 {
@@ -4562,11 +4670,26 @@
4562
4670
  grid-template-columns: none;
4563
4671
  }
4564
4672
  }
4673
+ .md\:items-center {
4674
+ @media (width >= 48rem) {
4675
+ align-items: center;
4676
+ }
4677
+ }
4565
4678
  .md\:gap-6 {
4566
4679
  @media (width >= 48rem) {
4567
4680
  gap: var(--spacing-6);
4568
4681
  }
4569
4682
  }
4683
+ .md\:rounded-xl {
4684
+ @media (width >= 48rem) {
4685
+ border-radius: var(--radius-xl);
4686
+ }
4687
+ }
4688
+ .md\:p-4 {
4689
+ @media (width >= 48rem) {
4690
+ padding: var(--spacing-4);
4691
+ }
4692
+ }
4570
4693
  .md\:px-6 {
4571
4694
  @media (width >= 48rem) {
4572
4695
  padding-inline: var(--spacing-6);
@@ -4755,16 +4878,6 @@
4755
4878
  border-bottom-width: 1px;
4756
4879
  }
4757
4880
  }
4758
- .lg\:px-10 {
4759
- @media (width >= 64rem) {
4760
- padding-inline: var(--spacing-10);
4761
- }
4762
- }
4763
- .lg\:py-10 {
4764
- @media (width >= 64rem) {
4765
- padding-block: var(--spacing-10);
4766
- }
4767
- }
4768
4881
  .xl\:col-auto {
4769
4882
  @media (width >= 80rem) {
4770
4883
  grid-column: auto;
@@ -5712,11 +5825,6 @@
5712
5825
  width: var(--spacing-4);
5713
5826
  }
5714
5827
  }
5715
- .\[\&\:\:-moz-range-thumb\]\:rounded-full {
5716
- &::-moz-range-thumb {
5717
- border-radius: calc(infinity * 1px);
5718
- }
5719
- }
5720
5828
  .\[\&\:\:-moz-range-thumb\]\:rounded-full {
5721
5829
  &::-moz-range-thumb {
5722
5830
  border-radius: var(--radius-full);
@@ -5791,11 +5899,6 @@
5791
5899
  appearance: none;
5792
5900
  }
5793
5901
  }
5794
- .\[\&\:\:-webkit-slider-thumb\]\:rounded-full {
5795
- &::-webkit-slider-thumb {
5796
- border-radius: calc(infinity * 1px);
5797
- }
5798
- }
5799
5902
  .\[\&\:\:-webkit-slider-thumb\]\:rounded-full {
5800
5903
  &::-webkit-slider-thumb {
5801
5904
  border-radius: var(--radius-full);
@@ -5871,11 +5974,6 @@
5871
5974
  justify-content: flex-start !important;
5872
5975
  }
5873
5976
  }
5874
- .\[\&\>\*\]\:rounded-none {
5875
- &>* {
5876
- border-radius: 0;
5877
- }
5878
- }
5879
5977
  .\[\&\>\*\]\:rounded-none {
5880
5978
  &>* {
5881
5979
  border-radius: var(--radius-none);
@@ -5907,17 +6005,6 @@
5907
6005
  display: block;
5908
6006
  }
5909
6007
  }
5910
- .\[\[data-placement\]\>\&\]\:p-4 {
5911
- [data-placement]>& {
5912
- padding: var(--spacing-4);
5913
- }
5914
- }
5915
- .\[td\:first-child_\&\]\:rounded-s-full {
5916
- td:first-child & {
5917
- border-start-start-radius: calc(infinity * 1px);
5918
- border-end-start-radius: calc(infinity * 1px);
5919
- }
5920
- }
5921
6008
  .\[td\:first-child_\&\]\:rounded-s-full {
5922
6009
  td:first-child & {
5923
6010
  border-start-start-radius: var(--radius-full);
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.5.0",
3
- "generatedAt": "2025-10-09T19:04:07.680Z",
2
+ "version": "1.5.2",
3
+ "generatedAt": "2025-10-11T01:32:19.296Z",
4
4
  "categories": {
5
5
  "hooks": {
6
6
  "description": "React hooks for common functionality like debouncing, local storage, and time controls",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",
@@ -35,7 +35,7 @@
35
35
  "watch": "tsup --watch",
36
36
  "build": "yarn tokens:build && tsup && yarn build:post",
37
37
  "build:post": "postcss src/styles.css -o dist/styles.css && node scripts/copy-assets.js && node scripts/generate-components-manifest.js && node scripts/generate-utilities-manifest.js",
38
- "tokens:build": "node style-dictionary.config.mjs",
38
+ "tokens:build": "node style-dictionary.config.mjs && node scripts/generate-viz-runtime.js",
39
39
  "tokens:build:tailwind": "node style-dictionary.config.mjs",
40
40
  "tokens:watch": "nodemon --watch tokens --ext json --exec 'yarn tokens:build'",
41
41
  "tokens:watch:tailwind": "nodemon --watch tokens --ext json --exec 'yarn tokens:build:tailwind'",
@@ -53,14 +53,14 @@
53
53
  "test:watch": "vitest",
54
54
  "test:coverage": "vitest run --coverage",
55
55
  "test:ui": "vitest --ui",
56
- "storybook": "storybook dev -p 6010 --no-open",
56
+ "storybook": "VITE_MAPBOX_ACCESS_TOKEN=pk.eyJ1IjoidmljdG9yLXRleHR1cmUiLCJhIjoiY2x1cXM5dnVqMDFvYTJrcWszbnZmdGo4cCJ9.uEu0gqmITLtBMKEVW0aFtA storybook dev -p 6010 --no-open",
57
57
  "build-storybook": "storybook build",
58
58
  "postinstall": "node scripts/setup-cursor-rules.js || echo \"! setup-cursor-rules: non-fatal error\""
59
59
  },
60
60
  "peerDependencies": {
61
61
  "next": "*",
62
- "react": "^18.2.0",
63
- "react-dom": "^18.2.0"
62
+ "react": "^19.0.0",
63
+ "react-dom": "^19.0.0"
64
64
  },
65
65
  "dependencies": {
66
66
  "@phosphor-icons/react": "^2.1.7",
@@ -106,14 +106,14 @@
106
106
  "@tailwindcss/postcss": "^4.1.4",
107
107
  "@testing-library/dom": "^10.4.0",
108
108
  "@testing-library/jest-dom": "^6.4.2",
109
- "@testing-library/react": "^14.2.1",
109
+ "@testing-library/react": "^16.3.0",
110
110
  "@testing-library/user-event": "^14.5.2",
111
111
  "@types/file-saver": "^2.0.7",
112
112
  "@types/luxon": "^3.7.1",
113
113
  "@types/node": "^20.11.30",
114
114
  "@types/papaparse": "^5.3.16",
115
- "@types/react": "^18.2.67",
116
- "@types/react-dom": "^18.2.22",
115
+ "@types/react": "^19.2.2",
116
+ "@types/react-dom": "^19.2.1",
117
117
  "@vitejs/plugin-react": "^4.2.1",
118
118
  "@vitest/coverage-v8": "^3.1.1",
119
119
  "@vitest/ui": "^3.1.1",
@@ -123,8 +123,8 @@
123
123
  "jsdom": "^24.0.0",
124
124
  "postcss": "^8.4.35",
125
125
  "postcss-cli": "^11.0.0",
126
- "react": "^18.2.0",
127
- "react-dom": "^18.2.0",
126
+ "react": "19.2.0",
127
+ "react-dom": "19.2.0",
128
128
  "storybook": "^8.6.14",
129
129
  "style-dictionary": "^5.0.4",
130
130
  "tailwindcss": "^4.1.3",