@texturehq/edges 1.26.2 → 1.26.4
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/{RichTextEditor-BhX77nTp.d.cts → RichTextEditor-CZCqHSPF.d.cts} +2 -2
- package/dist/{RichTextEditor-BhX77nTp.d.ts → RichTextEditor-CZCqHSPF.d.ts} +2 -2
- package/dist/{TimeField-BXmGlwVW.d.cts → TimeField-CDgde0qa.d.ts} +11 -2
- package/dist/{TimeField-DuBmntG7.d.ts → TimeField-DjLAyJkm.d.cts} +11 -2
- package/dist/{colors-B9nHitHg.d.ts → colors-CHRmTEal.d.ts} +6 -2
- package/dist/{colors-Cv1f3FIO.d.cts → colors-Ddk1k14x.d.cts} +6 -2
- package/dist/components.manifest.json +29 -14
- package/dist/form/index.cjs +1 -1
- package/dist/form/index.cjs.map +1 -1
- package/dist/form/index.js +1 -1
- package/dist/form/index.js.map +1 -1
- package/dist/index.cjs +9 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +70 -11
- package/dist/index.d.ts +70 -11
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/dist/rhf/index.cjs +1 -1
- package/dist/rhf/index.cjs.map +1 -1
- package/dist/rhf/index.d.cts +2 -2
- package/dist/rhf/index.d.ts +2 -2
- package/dist/rhf/index.js +1 -1
- package/dist/rhf/index.js.map +1 -1
- package/dist/server.cjs +2 -2
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +2 -2
- package/dist/server.d.ts +2 -2
- package/dist/server.js +2 -2
- package/dist/server.js.map +1 -1
- package/dist/styles.css +159 -35
- package/dist/utilities.manifest.json +8 -1
- package/package.json +1 -1
- package/scripts/setup-cursor-rules.js +1 -1
package/dist/styles.css
CHANGED
|
@@ -1490,12 +1490,21 @@
|
|
|
1490
1490
|
.top-20 {
|
|
1491
1491
|
top: var(--spacing-20);
|
|
1492
1492
|
}
|
|
1493
|
-
.top-\[-
|
|
1494
|
-
top: -
|
|
1493
|
+
.top-\[-1px\] {
|
|
1494
|
+
top: -1px;
|
|
1495
1495
|
}
|
|
1496
1496
|
.top-\[2rem\] {
|
|
1497
1497
|
top: 2rem;
|
|
1498
1498
|
}
|
|
1499
|
+
.top-\[45\%\] {
|
|
1500
|
+
top: 45%;
|
|
1501
|
+
}
|
|
1502
|
+
.top-\[46\%\] {
|
|
1503
|
+
top: 46%;
|
|
1504
|
+
}
|
|
1505
|
+
.top-\[48\%\] {
|
|
1506
|
+
top: 48%;
|
|
1507
|
+
}
|
|
1499
1508
|
.-right-2 {
|
|
1500
1509
|
right: calc(var(--spacing-2) * -1);
|
|
1501
1510
|
}
|
|
@@ -1766,8 +1775,8 @@
|
|
|
1766
1775
|
.mb-8 {
|
|
1767
1776
|
margin-bottom: var(--spacing-8);
|
|
1768
1777
|
}
|
|
1769
|
-
.mb-
|
|
1770
|
-
margin-bottom: var(--spacing-
|
|
1778
|
+
.mb-12 {
|
|
1779
|
+
margin-bottom: var(--spacing-12);
|
|
1771
1780
|
}
|
|
1772
1781
|
.-ml-px {
|
|
1773
1782
|
margin-left: -1px;
|
|
@@ -1916,6 +1925,18 @@
|
|
|
1916
1925
|
.h-96 {
|
|
1917
1926
|
height: var(--spacing-96);
|
|
1918
1927
|
}
|
|
1928
|
+
.h-\[32px\] {
|
|
1929
|
+
height: 32px;
|
|
1930
|
+
}
|
|
1931
|
+
.h-\[40px\] {
|
|
1932
|
+
height: 40px;
|
|
1933
|
+
}
|
|
1934
|
+
.h-\[44px\] {
|
|
1935
|
+
height: 44px;
|
|
1936
|
+
}
|
|
1937
|
+
.h-\[48px\] {
|
|
1938
|
+
height: 48px;
|
|
1939
|
+
}
|
|
1919
1940
|
.h-\[60px\] {
|
|
1920
1941
|
height: 60px;
|
|
1921
1942
|
}
|
|
@@ -1988,12 +2009,12 @@
|
|
|
1988
2009
|
.max-h-\[300px\] {
|
|
1989
2010
|
max-height: 300px;
|
|
1990
2011
|
}
|
|
1991
|
-
.max-h-\[400px\] {
|
|
1992
|
-
max-height: 400px;
|
|
1993
|
-
}
|
|
1994
2012
|
.max-h-\[500px\] {
|
|
1995
2013
|
max-height: 500px;
|
|
1996
2014
|
}
|
|
2015
|
+
.max-h-full {
|
|
2016
|
+
max-height: 100%;
|
|
2017
|
+
}
|
|
1997
2018
|
.min-h-0 {
|
|
1998
2019
|
min-height: var(--spacing-0);
|
|
1999
2020
|
}
|
|
@@ -2178,6 +2199,9 @@
|
|
|
2178
2199
|
.w-px {
|
|
2179
2200
|
width: 1px;
|
|
2180
2201
|
}
|
|
2202
|
+
.\!max-w-none {
|
|
2203
|
+
max-width: none !important;
|
|
2204
|
+
}
|
|
2181
2205
|
.max-w-2xl {
|
|
2182
2206
|
max-width: var(--container-2xl);
|
|
2183
2207
|
}
|
|
@@ -2371,10 +2395,6 @@
|
|
|
2371
2395
|
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
2372
2396
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2373
2397
|
}
|
|
2374
|
-
.translate-y-\[0\.5px\] {
|
|
2375
|
-
--tw-translate-y: 0.5px;
|
|
2376
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2377
|
-
}
|
|
2378
2398
|
.rotate-0 {
|
|
2379
2399
|
rotate: 0deg;
|
|
2380
2400
|
}
|
|
@@ -2541,12 +2561,15 @@
|
|
|
2541
2561
|
.grid-cols-\[1fr_auto\] {
|
|
2542
2562
|
grid-template-columns: 1fr auto;
|
|
2543
2563
|
}
|
|
2544
|
-
.grid-cols-\[1fr_auto_auto\] {
|
|
2545
|
-
grid-template-columns: 1fr auto auto;
|
|
2546
|
-
}
|
|
2547
2564
|
.grid-cols-\[3rem_1fr\] {
|
|
2548
2565
|
grid-template-columns: 3rem 1fr;
|
|
2549
2566
|
}
|
|
2567
|
+
.grid-cols-\[minmax\(120px\,1fr\)_1fr\] {
|
|
2568
|
+
grid-template-columns: minmax(120px,1fr) 1fr;
|
|
2569
|
+
}
|
|
2570
|
+
.grid-cols-\[minmax\(120px\,1fr\)_auto_auto\] {
|
|
2571
|
+
grid-template-columns: minmax(120px,1fr) auto auto;
|
|
2572
|
+
}
|
|
2550
2573
|
.grid-cols-none {
|
|
2551
2574
|
grid-template-columns: none;
|
|
2552
2575
|
}
|
|
@@ -2929,6 +2952,10 @@
|
|
|
2929
2952
|
.rounded-bl-none {
|
|
2930
2953
|
border-bottom-left-radius: var(--radius-none);
|
|
2931
2954
|
}
|
|
2955
|
+
.\!border-0 {
|
|
2956
|
+
border-style: var(--tw-border-style) !important;
|
|
2957
|
+
border-width: 0px !important;
|
|
2958
|
+
}
|
|
2932
2959
|
.border {
|
|
2933
2960
|
border-style: var(--tw-border-style);
|
|
2934
2961
|
border-width: 1px;
|
|
@@ -2997,6 +3024,10 @@
|
|
|
2997
3024
|
border-left-style: var(--tw-border-style);
|
|
2998
3025
|
border-left-width: 4px;
|
|
2999
3026
|
}
|
|
3027
|
+
.border-l-\[3px\] {
|
|
3028
|
+
border-left-style: var(--tw-border-style);
|
|
3029
|
+
border-left-width: 3px;
|
|
3030
|
+
}
|
|
3000
3031
|
.border-dashed {
|
|
3001
3032
|
--tw-border-style: dashed;
|
|
3002
3033
|
border-style: dashed;
|
|
@@ -3819,6 +3850,9 @@
|
|
|
3819
3850
|
.py-16 {
|
|
3820
3851
|
padding-block: var(--spacing-16);
|
|
3821
3852
|
}
|
|
3853
|
+
.py-\[2px\] {
|
|
3854
|
+
padding-block: 2px;
|
|
3855
|
+
}
|
|
3822
3856
|
.py-\[var\(--control-gap-lg\)\] {
|
|
3823
3857
|
padding-block: var(--control-gap-lg);
|
|
3824
3858
|
}
|
|
@@ -3846,12 +3880,12 @@
|
|
|
3846
3880
|
.pt-4 {
|
|
3847
3881
|
padding-top: var(--spacing-4);
|
|
3848
3882
|
}
|
|
3849
|
-
.pt-6 {
|
|
3850
|
-
padding-top: var(--spacing-6);
|
|
3851
|
-
}
|
|
3852
3883
|
.pt-8 {
|
|
3853
3884
|
padding-top: var(--spacing-8);
|
|
3854
3885
|
}
|
|
3886
|
+
.pt-\[15vh\] {
|
|
3887
|
+
padding-top: 15vh;
|
|
3888
|
+
}
|
|
3855
3889
|
.pr-0 {
|
|
3856
3890
|
padding-right: var(--spacing-0);
|
|
3857
3891
|
}
|
|
@@ -3882,9 +3916,6 @@
|
|
|
3882
3916
|
.pr-12 {
|
|
3883
3917
|
padding-right: var(--spacing-12);
|
|
3884
3918
|
}
|
|
3885
|
-
.pb-1 {
|
|
3886
|
-
padding-bottom: var(--spacing-1);
|
|
3887
|
-
}
|
|
3888
3919
|
.pb-1\.5 {
|
|
3889
3920
|
padding-bottom: calc(var(--spacing) * 1.5);
|
|
3890
3921
|
}
|
|
@@ -3918,20 +3949,17 @@
|
|
|
3918
3949
|
.pl-5 {
|
|
3919
3950
|
padding-left: var(--spacing-5);
|
|
3920
3951
|
}
|
|
3921
|
-
.pl-7 {
|
|
3922
|
-
padding-left: var(--spacing-7);
|
|
3923
|
-
}
|
|
3924
3952
|
.pl-8 {
|
|
3925
3953
|
padding-left: var(--spacing-8);
|
|
3926
3954
|
}
|
|
3927
|
-
.pl-9 {
|
|
3928
|
-
padding-left: var(--spacing-9);
|
|
3929
|
-
}
|
|
3930
3955
|
.pl-10 {
|
|
3931
3956
|
padding-left: var(--spacing-10);
|
|
3932
3957
|
}
|
|
3933
|
-
.pl-
|
|
3934
|
-
padding-left: var(--spacing-
|
|
3958
|
+
.pl-11 {
|
|
3959
|
+
padding-left: var(--spacing-11);
|
|
3960
|
+
}
|
|
3961
|
+
.pl-13 {
|
|
3962
|
+
padding-left: calc(var(--spacing) * 13);
|
|
3935
3963
|
}
|
|
3936
3964
|
.pl-\[3rem\] {
|
|
3937
3965
|
padding-left: 3rem;
|
|
@@ -4228,9 +4256,6 @@
|
|
|
4228
4256
|
.text-green-900 {
|
|
4229
4257
|
color: var(--color-green-900);
|
|
4230
4258
|
}
|
|
4231
|
-
.text-inherit {
|
|
4232
|
-
color: inherit;
|
|
4233
|
-
}
|
|
4234
4259
|
.text-map-marker-default {
|
|
4235
4260
|
color: var(--color-map-marker-default);
|
|
4236
4261
|
}
|
|
@@ -4491,6 +4516,10 @@
|
|
|
4491
4516
|
--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
4492
4517
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4493
4518
|
}
|
|
4519
|
+
.\!ring-0 {
|
|
4520
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor) !important;
|
|
4521
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
4522
|
+
}
|
|
4494
4523
|
.ring {
|
|
4495
4524
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
4496
4525
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -4691,12 +4720,18 @@
|
|
|
4691
4720
|
.\[--tw-enter-translate-x\:calc\(-16rem-100\%\)\] {
|
|
4692
4721
|
--tw-enter-translate-x: calc(-16rem - 100%);
|
|
4693
4722
|
}
|
|
4723
|
+
.\[-ms-overflow-style\:none\] {
|
|
4724
|
+
-ms-overflow-style: none;
|
|
4725
|
+
}
|
|
4694
4726
|
.\[animation-delay\:0\.1s\] {
|
|
4695
4727
|
animation-delay: 0.1s;
|
|
4696
4728
|
}
|
|
4697
4729
|
.\[animation-delay\:0\.2s\] {
|
|
4698
4730
|
animation-delay: 0.2s;
|
|
4699
4731
|
}
|
|
4732
|
+
.\[scrollbar-width\:none\] {
|
|
4733
|
+
scrollbar-width: none;
|
|
4734
|
+
}
|
|
4700
4735
|
.ring-inset {
|
|
4701
4736
|
--tw-ring-inset: inset;
|
|
4702
4737
|
}
|
|
@@ -5278,6 +5313,16 @@
|
|
|
5278
5313
|
}
|
|
5279
5314
|
}
|
|
5280
5315
|
}
|
|
5316
|
+
.hover\:bg-feedback-info-background\/80 {
|
|
5317
|
+
&:hover {
|
|
5318
|
+
@media (hover: hover) {
|
|
5319
|
+
background-color: color-mix(in srgb, #dbeafe 80%, transparent);
|
|
5320
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
5321
|
+
background-color: color-mix(in oklab, var(--color-feedback-info-background) 80%, transparent);
|
|
5322
|
+
}
|
|
5323
|
+
}
|
|
5324
|
+
}
|
|
5325
|
+
}
|
|
5281
5326
|
.hover\:bg-gray-50 {
|
|
5282
5327
|
&:hover {
|
|
5283
5328
|
@media (hover: hover) {
|
|
@@ -5506,12 +5551,24 @@
|
|
|
5506
5551
|
left: var(--spacing-4);
|
|
5507
5552
|
}
|
|
5508
5553
|
}
|
|
5554
|
+
.focus\:\!border-0 {
|
|
5555
|
+
&:focus {
|
|
5556
|
+
border-style: var(--tw-border-style) !important;
|
|
5557
|
+
border-width: 0px !important;
|
|
5558
|
+
}
|
|
5559
|
+
}
|
|
5509
5560
|
.focus\:shadow-none {
|
|
5510
5561
|
&:focus {
|
|
5511
5562
|
--tw-shadow: 0 0 #0000;
|
|
5512
5563
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
5513
5564
|
}
|
|
5514
5565
|
}
|
|
5566
|
+
.focus\:\!ring-0 {
|
|
5567
|
+
&:focus {
|
|
5568
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor) !important;
|
|
5569
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
5570
|
+
}
|
|
5571
|
+
}
|
|
5515
5572
|
.focus\:ring-0 {
|
|
5516
5573
|
&:focus {
|
|
5517
5574
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
@@ -5545,17 +5602,35 @@
|
|
|
5545
5602
|
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
5546
5603
|
}
|
|
5547
5604
|
}
|
|
5605
|
+
.focus\:\!outline-none {
|
|
5606
|
+
&:focus {
|
|
5607
|
+
--tw-outline-style: none !important;
|
|
5608
|
+
outline-style: none !important;
|
|
5609
|
+
}
|
|
5610
|
+
}
|
|
5548
5611
|
.focus\:outline-none {
|
|
5549
5612
|
&:focus {
|
|
5550
5613
|
--tw-outline-style: none;
|
|
5551
5614
|
outline-style: none;
|
|
5552
5615
|
}
|
|
5553
5616
|
}
|
|
5617
|
+
.focus-visible\:\!border-0 {
|
|
5618
|
+
&:focus-visible {
|
|
5619
|
+
border-style: var(--tw-border-style) !important;
|
|
5620
|
+
border-width: 0px !important;
|
|
5621
|
+
}
|
|
5622
|
+
}
|
|
5554
5623
|
.focus-visible\:bg-brand-light {
|
|
5555
5624
|
&:focus-visible {
|
|
5556
5625
|
background-color: var(--color-brand-light);
|
|
5557
5626
|
}
|
|
5558
5627
|
}
|
|
5628
|
+
.focus-visible\:\!ring-0 {
|
|
5629
|
+
&:focus-visible {
|
|
5630
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor) !important;
|
|
5631
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
5632
|
+
}
|
|
5633
|
+
}
|
|
5559
5634
|
.focus-visible\:ring-0 {
|
|
5560
5635
|
&:focus-visible {
|
|
5561
5636
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
@@ -5589,6 +5664,12 @@
|
|
|
5589
5664
|
outline-color: var(--color-action-default);
|
|
5590
5665
|
}
|
|
5591
5666
|
}
|
|
5667
|
+
.focus-visible\:\!outline-none {
|
|
5668
|
+
&:focus-visible {
|
|
5669
|
+
--tw-outline-style: none !important;
|
|
5670
|
+
outline-style: none !important;
|
|
5671
|
+
}
|
|
5672
|
+
}
|
|
5592
5673
|
.focus-visible\:outline-none {
|
|
5593
5674
|
&:focus-visible {
|
|
5594
5675
|
--tw-outline-style: none;
|
|
@@ -5674,6 +5755,12 @@
|
|
|
5674
5755
|
transition-timing-function: var(--ease-in);
|
|
5675
5756
|
}
|
|
5676
5757
|
}
|
|
5758
|
+
.data-\[focus-visible\]\:ring-0 {
|
|
5759
|
+
&[data-focus-visible] {
|
|
5760
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
5761
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
5762
|
+
}
|
|
5763
|
+
}
|
|
5677
5764
|
.data-\[focus-visible\]\:ring-2 {
|
|
5678
5765
|
&[data-focus-visible] {
|
|
5679
5766
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
@@ -5974,14 +6061,14 @@
|
|
|
5974
6061
|
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
5975
6062
|
}
|
|
5976
6063
|
}
|
|
5977
|
-
.sm\:grid-cols-\[
|
|
6064
|
+
.sm\:grid-cols-\[minmax\(120px\,1fr\)_1fr\] {
|
|
5978
6065
|
@media (width >= 40rem) {
|
|
5979
|
-
grid-template-columns: 1fr
|
|
6066
|
+
grid-template-columns: minmax(120px,1fr) 1fr;
|
|
5980
6067
|
}
|
|
5981
6068
|
}
|
|
5982
|
-
.sm\:grid-cols-\[
|
|
6069
|
+
.sm\:grid-cols-\[minmax\(120px\,1fr\)_auto_auto\] {
|
|
5983
6070
|
@media (width >= 40rem) {
|
|
5984
|
-
grid-template-columns: 1fr auto auto;
|
|
6071
|
+
grid-template-columns: minmax(120px,1fr) auto auto;
|
|
5985
6072
|
}
|
|
5986
6073
|
}
|
|
5987
6074
|
.sm\:grid-cols-none {
|
|
@@ -7630,6 +7717,38 @@
|
|
|
7630
7717
|
}
|
|
7631
7718
|
}
|
|
7632
7719
|
}
|
|
7720
|
+
.\[\&_\[role\=option\]\]\:rounded-none {
|
|
7721
|
+
& [role=option] {
|
|
7722
|
+
border-radius: var(--radius-none);
|
|
7723
|
+
}
|
|
7724
|
+
}
|
|
7725
|
+
.\[\&_\[role\=option\]\]\:border-b {
|
|
7726
|
+
& [role=option] {
|
|
7727
|
+
border-bottom-style: var(--tw-border-style);
|
|
7728
|
+
border-bottom-width: 1px;
|
|
7729
|
+
}
|
|
7730
|
+
}
|
|
7731
|
+
.\[\&_\[role\=option\]\]\:border-border-default {
|
|
7732
|
+
& [role=option] {
|
|
7733
|
+
border-color: var(--color-border-default);
|
|
7734
|
+
}
|
|
7735
|
+
}
|
|
7736
|
+
.\[\&_\[role\=option\]\]\:\!px-6 {
|
|
7737
|
+
& [role=option] {
|
|
7738
|
+
padding-inline: var(--spacing-6) !important;
|
|
7739
|
+
}
|
|
7740
|
+
}
|
|
7741
|
+
.\[\&_\[role\=option\]\]\:\!py-4 {
|
|
7742
|
+
& [role=option] {
|
|
7743
|
+
padding-block: var(--spacing-4) !important;
|
|
7744
|
+
}
|
|
7745
|
+
}
|
|
7746
|
+
.\[\&_\[role\=option\]\:last-child\]\:border-0 {
|
|
7747
|
+
& [role=option]:last-child {
|
|
7748
|
+
border-style: var(--tw-border-style);
|
|
7749
|
+
border-width: 0px;
|
|
7750
|
+
}
|
|
7751
|
+
}
|
|
7633
7752
|
.\[\&_a\]\:text-right {
|
|
7634
7753
|
& a {
|
|
7635
7754
|
text-align: right;
|
|
@@ -7719,6 +7838,11 @@
|
|
|
7719
7838
|
appearance: none;
|
|
7720
7839
|
}
|
|
7721
7840
|
}
|
|
7841
|
+
.\[\&\:\:-webkit-scrollbar\]\:hidden {
|
|
7842
|
+
&::-webkit-scrollbar {
|
|
7843
|
+
display: none;
|
|
7844
|
+
}
|
|
7845
|
+
}
|
|
7722
7846
|
.\[\&\:\:-webkit-slider-thumb\]\:h-4 {
|
|
7723
7847
|
&::-webkit-slider-thumb {
|
|
7724
7848
|
height: var(--spacing-4);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.26.
|
|
2
|
+
"version": "1.26.4",
|
|
3
3
|
"categories": {
|
|
4
4
|
"hooks": {
|
|
5
5
|
"description": "React hooks for common functionality like breakpoints, debouncing, local storage, and media queries",
|
|
@@ -46,6 +46,13 @@
|
|
|
46
46
|
"category": "hooks",
|
|
47
47
|
"file": "hooks/useDebounce.ts"
|
|
48
48
|
},
|
|
49
|
+
{
|
|
50
|
+
"name": "useDelayedLoading",
|
|
51
|
+
"type": "function",
|
|
52
|
+
"description": "useDelayedLoading Returns a delayed version of the loading state to prevent flashing loaders for fast operations. The loader will only show if loading takes longer than the specified delay.",
|
|
53
|
+
"category": "hooks",
|
|
54
|
+
"file": "hooks/useDelayedLoading.ts"
|
|
55
|
+
},
|
|
49
56
|
{
|
|
50
57
|
"name": "useElementSize",
|
|
51
58
|
"type": "function",
|
package/package.json
CHANGED