lynote-ui 0.0.10 → 0.0.12
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/attachment/index.d.ts +24 -0
- package/dist/attachment/index.js +118 -0
- package/dist/attachment/index.js.map +1 -0
- package/dist/attachment/index.mjs +107 -0
- package/dist/attachment/index.mjs.map +1 -0
- package/dist/bubble/index.d.ts +17 -0
- package/dist/bubble/index.js +81 -0
- package/dist/bubble/index.js.map +1 -0
- package/dist/bubble/index.mjs +75 -0
- package/dist/bubble/index.mjs.map +1 -0
- package/dist/button/index.d.ts +4 -2
- package/dist/button/index.js +32 -7
- package/dist/button/index.js.map +1 -1
- package/dist/button/index.mjs +32 -7
- package/dist/button/index.mjs.map +1 -1
- package/dist/calendar/index.js +1 -1
- package/dist/calendar/index.js.map +1 -1
- package/dist/calendar/index.mjs +1 -1
- package/dist/calendar/index.mjs.map +1 -1
- package/dist/carousel/index.d.ts +2 -2
- package/dist/carousel/index.js +4 -2
- package/dist/carousel/index.js.map +1 -1
- package/dist/carousel/index.mjs +4 -2
- package/dist/carousel/index.mjs.map +1 -1
- package/dist/combobox/index.js +6 -3
- package/dist/combobox/index.js.map +1 -1
- package/dist/combobox/index.mjs +6 -3
- package/dist/combobox/index.mjs.map +1 -1
- package/dist/dialog/index.js +2 -1
- package/dist/dialog/index.js.map +1 -1
- package/dist/dialog/index.mjs +2 -1
- package/dist/dialog/index.mjs.map +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.js +40 -2
- package/dist/index.mjs +8 -3
- package/dist/input-group/index.d.ts +3 -2
- package/dist/input-group/index.js +22 -8
- package/dist/input-group/index.js.map +1 -1
- package/dist/input-group/index.mjs +22 -8
- package/dist/input-group/index.mjs.map +1 -1
- package/dist/marker/index.d.ts +11 -0
- package/dist/marker/index.js +51 -0
- package/dist/marker/index.js.map +1 -0
- package/dist/marker/index.mjs +45 -0
- package/dist/marker/index.mjs.map +1 -0
- package/dist/message/index.d.ts +10 -0
- package/dist/message/index.js +59 -0
- package/dist/message/index.js.map +1 -0
- package/dist/message/index.mjs +51 -0
- package/dist/message/index.mjs.map +1 -0
- package/dist/message-scroller/index.d.ts +10 -0
- package/dist/message-scroller/index.js +74 -0
- package/dist/message-scroller/index.js.map +1 -0
- package/dist/message-scroller/index.mjs +63 -0
- package/dist/message-scroller/index.mjs.map +1 -0
- package/dist/pagination/index.d.ts +2 -2
- package/dist/pagination/index.js +4 -1
- package/dist/pagination/index.js.map +1 -1
- package/dist/pagination/index.mjs +4 -1
- package/dist/pagination/index.mjs.map +1 -1
- package/dist/sheet/index.js +2 -1
- package/dist/sheet/index.js.map +1 -1
- package/dist/sheet/index.mjs +2 -1
- package/dist/sheet/index.mjs.map +1 -1
- package/dist/sidebar/index.js +1 -1
- package/dist/sidebar/index.mjs +1 -1
- package/dist/{sidebar-BO_ns2qp.mjs → sidebar-CA70yQe2.mjs} +3 -2
- package/dist/sidebar-CA70yQe2.mjs.map +1 -0
- package/dist/{sidebar-KSjzFqo5.js → sidebar-CU5Hn9h7.js} +3 -2
- package/dist/sidebar-CU5Hn9h7.js.map +1 -0
- package/dist/style.css +697 -5
- package/dist/table/index.js +1 -1
- package/dist/table/index.mjs +1 -1
- package/dist/{table-BA2BijtZ.mjs → table-D3oTrmZn.mjs} +11 -6
- package/dist/table-D3oTrmZn.mjs.map +1 -0
- package/dist/{table-FocfdaF7.js → table-qqE4Wtic.js} +11 -6
- package/dist/table-qqE4Wtic.js.map +1 -0
- package/package.json +27 -1
- package/dist/sidebar-BO_ns2qp.mjs.map +0 -1
- package/dist/sidebar-KSjzFqo5.js.map +0 -1
- package/dist/table-BA2BijtZ.mjs.map +0 -1
- package/dist/table-FocfdaF7.js.map +0 -1
package/dist/style.css
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
--tw-rotate-z: initial;
|
|
11
11
|
--tw-skew-x: initial;
|
|
12
12
|
--tw-skew-y: initial;
|
|
13
|
+
--tw-scroll-snap-strictness: proximity;
|
|
13
14
|
--tw-space-y-reverse: 0;
|
|
14
15
|
--tw-space-x-reverse: 0;
|
|
15
16
|
--tw-border-style: solid;
|
|
@@ -131,6 +132,7 @@
|
|
|
131
132
|
--font-weight-extrabold: 800;
|
|
132
133
|
--tracking-tight: -.025em;
|
|
133
134
|
--tracking-widest: .1em;
|
|
135
|
+
--leading-tight: 1.25;
|
|
134
136
|
--leading-snug: 1.375;
|
|
135
137
|
--leading-normal: 1.5;
|
|
136
138
|
--leading-relaxed: 1.625;
|
|
@@ -470,6 +472,10 @@
|
|
|
470
472
|
inset-block: calc(var(--spacing) * 0);
|
|
471
473
|
}
|
|
472
474
|
|
|
475
|
+
.inset-s-1\/2 {
|
|
476
|
+
inset-inline-start: 50%;
|
|
477
|
+
}
|
|
478
|
+
|
|
473
479
|
.start {
|
|
474
480
|
inset-inline-start: var(--spacing);
|
|
475
481
|
}
|
|
@@ -578,6 +584,10 @@
|
|
|
578
584
|
left: calc(var(--spacing) * 2.5);
|
|
579
585
|
}
|
|
580
586
|
|
|
587
|
+
.left-3 {
|
|
588
|
+
left: calc(var(--spacing) * 3);
|
|
589
|
+
}
|
|
590
|
+
|
|
581
591
|
.isolate {
|
|
582
592
|
isolation: isolate;
|
|
583
593
|
}
|
|
@@ -1081,6 +1091,10 @@
|
|
|
1081
1091
|
height: 300px;
|
|
1082
1092
|
}
|
|
1083
1093
|
|
|
1094
|
+
.h-\[420px\] {
|
|
1095
|
+
height: 420px;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1084
1098
|
.h-\[calc\(--spacing\(5\.25\)\)\] {
|
|
1085
1099
|
height: calc(calc(var(--spacing) * 5.25));
|
|
1086
1100
|
}
|
|
@@ -1103,6 +1117,10 @@
|
|
|
1103
1117
|
height: 100%;
|
|
1104
1118
|
}
|
|
1105
1119
|
|
|
1120
|
+
.h-max {
|
|
1121
|
+
height: max-content;
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1106
1124
|
.h-px {
|
|
1107
1125
|
height: 1px;
|
|
1108
1126
|
}
|
|
@@ -1143,6 +1161,10 @@
|
|
|
1143
1161
|
min-height: calc(var(--spacing) * 0);
|
|
1144
1162
|
}
|
|
1145
1163
|
|
|
1164
|
+
.min-h-4 {
|
|
1165
|
+
min-height: calc(var(--spacing) * 4);
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1146
1168
|
.min-h-8 {
|
|
1147
1169
|
min-height: calc(var(--spacing) * 8);
|
|
1148
1170
|
}
|
|
@@ -1159,6 +1181,10 @@
|
|
|
1159
1181
|
min-height: 200px;
|
|
1160
1182
|
}
|
|
1161
1183
|
|
|
1184
|
+
.min-h-full {
|
|
1185
|
+
min-height: 100%;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1162
1188
|
.min-h-svh {
|
|
1163
1189
|
min-height: 100svh;
|
|
1164
1190
|
}
|
|
@@ -1227,6 +1253,10 @@
|
|
|
1227
1253
|
width: calc(var(--spacing) * 9);
|
|
1228
1254
|
}
|
|
1229
1255
|
|
|
1256
|
+
.w-10 {
|
|
1257
|
+
width: calc(var(--spacing) * 10);
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1230
1260
|
.w-12 {
|
|
1231
1261
|
width: calc(var(--spacing) * 12);
|
|
1232
1262
|
}
|
|
@@ -1383,6 +1413,10 @@
|
|
|
1383
1413
|
max-width: var(--container-3xl);
|
|
1384
1414
|
}
|
|
1385
1415
|
|
|
1416
|
+
.max-w-\[80\%\] {
|
|
1417
|
+
max-width: 80%;
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1386
1420
|
.max-w-\[300px\] {
|
|
1387
1421
|
max-width: 300px;
|
|
1388
1422
|
}
|
|
@@ -1395,6 +1429,10 @@
|
|
|
1395
1429
|
max-width: 100%;
|
|
1396
1430
|
}
|
|
1397
1431
|
|
|
1432
|
+
.max-w-lg {
|
|
1433
|
+
max-width: var(--container-lg);
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1398
1436
|
.max-w-max {
|
|
1399
1437
|
max-width: max-content;
|
|
1400
1438
|
}
|
|
@@ -1459,6 +1497,10 @@
|
|
|
1459
1497
|
min-width: calc(var(--spacing) * 36);
|
|
1460
1498
|
}
|
|
1461
1499
|
|
|
1500
|
+
.min-w-40 {
|
|
1501
|
+
min-width: calc(var(--spacing) * 40);
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1462
1504
|
.min-w-56 {
|
|
1463
1505
|
min-width: calc(var(--spacing) * 56);
|
|
1464
1506
|
}
|
|
@@ -1539,11 +1581,21 @@
|
|
|
1539
1581
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1540
1582
|
}
|
|
1541
1583
|
|
|
1584
|
+
.-translate-y-3\/4 {
|
|
1585
|
+
--tw-translate-y: calc(calc(3 / 4 * 100%) * -1);
|
|
1586
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1587
|
+
}
|
|
1588
|
+
|
|
1542
1589
|
.translate-y-0 {
|
|
1543
1590
|
--tw-translate-y: calc(var(--spacing) * 0);
|
|
1544
1591
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1545
1592
|
}
|
|
1546
1593
|
|
|
1594
|
+
.translate-y-3\/4 {
|
|
1595
|
+
--tw-translate-y: calc(3 / 4 * 100%);
|
|
1596
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1547
1599
|
.translate-y-\[calc\(-50\%-2px\)\] {
|
|
1548
1600
|
--tw-translate-y: calc(-50% - 2px);
|
|
1549
1601
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -1621,6 +1673,14 @@
|
|
|
1621
1673
|
resize: none;
|
|
1622
1674
|
}
|
|
1623
1675
|
|
|
1676
|
+
.snap-x {
|
|
1677
|
+
scroll-snap-type: x var(--tw-scroll-snap-strictness);
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
.snap-mandatory {
|
|
1681
|
+
--tw-scroll-snap-strictness: mandatory;
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1624
1684
|
.scroll-m-20 {
|
|
1625
1685
|
scroll-margin: calc(var(--spacing) * 20);
|
|
1626
1686
|
}
|
|
@@ -1629,6 +1689,10 @@
|
|
|
1629
1689
|
scroll-margin-block: calc(var(--spacing) * 1);
|
|
1630
1690
|
}
|
|
1631
1691
|
|
|
1692
|
+
.scroll-px-1 {
|
|
1693
|
+
scroll-padding-inline: calc(var(--spacing) * 1);
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1632
1696
|
.scroll-py-1 {
|
|
1633
1697
|
scroll-padding-block: calc(var(--spacing) * 1);
|
|
1634
1698
|
}
|
|
@@ -1863,6 +1927,18 @@
|
|
|
1863
1927
|
overscroll-behavior: contain;
|
|
1864
1928
|
}
|
|
1865
1929
|
|
|
1930
|
+
.overscroll-x-contain {
|
|
1931
|
+
overscroll-behavior-x: contain;
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
.\!rounded-full {
|
|
1935
|
+
border-radius: 3.40282e38px !important;
|
|
1936
|
+
}
|
|
1937
|
+
|
|
1938
|
+
.\!rounded-none {
|
|
1939
|
+
border-radius: 0 !important;
|
|
1940
|
+
}
|
|
1941
|
+
|
|
1866
1942
|
.rounded {
|
|
1867
1943
|
border-radius: .25rem;
|
|
1868
1944
|
}
|
|
@@ -1871,6 +1947,14 @@
|
|
|
1871
1947
|
border-radius: var(--cell-radius);
|
|
1872
1948
|
}
|
|
1873
1949
|
|
|
1950
|
+
.rounded-2xl {
|
|
1951
|
+
border-radius: calc(var(--radius) * 1.8);
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1954
|
+
.rounded-3xl {
|
|
1955
|
+
border-radius: calc(var(--radius) * 2.2);
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1874
1958
|
.rounded-4xl {
|
|
1875
1959
|
border-radius: calc(var(--radius) * 2.6);
|
|
1876
1960
|
}
|
|
@@ -2005,6 +2089,11 @@
|
|
|
2005
2089
|
border-style: dashed;
|
|
2006
2090
|
}
|
|
2007
2091
|
|
|
2092
|
+
.border-none {
|
|
2093
|
+
--tw-border-style: none;
|
|
2094
|
+
border-style: none;
|
|
2095
|
+
}
|
|
2096
|
+
|
|
2008
2097
|
.border-\(--color-border\) {
|
|
2009
2098
|
border-color: var(--color-border);
|
|
2010
2099
|
}
|
|
@@ -2500,11 +2589,21 @@
|
|
|
2500
2589
|
line-height: var(--leading-normal);
|
|
2501
2590
|
}
|
|
2502
2591
|
|
|
2592
|
+
.leading-relaxed {
|
|
2593
|
+
--tw-leading: var(--leading-relaxed);
|
|
2594
|
+
line-height: var(--leading-relaxed);
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2503
2597
|
.leading-snug {
|
|
2504
2598
|
--tw-leading: var(--leading-snug);
|
|
2505
2599
|
line-height: var(--leading-snug);
|
|
2506
2600
|
}
|
|
2507
2601
|
|
|
2602
|
+
.leading-tight {
|
|
2603
|
+
--tw-leading: var(--leading-tight);
|
|
2604
|
+
line-height: var(--leading-tight);
|
|
2605
|
+
}
|
|
2606
|
+
|
|
2508
2607
|
.font-bold {
|
|
2509
2608
|
--tw-font-weight: var(--font-weight-bold);
|
|
2510
2609
|
font-weight: var(--font-weight-bold);
|
|
@@ -2666,6 +2765,10 @@
|
|
|
2666
2765
|
opacity: .5;
|
|
2667
2766
|
}
|
|
2668
2767
|
|
|
2768
|
+
.opacity-60 {
|
|
2769
|
+
opacity: .6;
|
|
2770
|
+
}
|
|
2771
|
+
|
|
2669
2772
|
.opacity-80 {
|
|
2670
2773
|
opacity: .8;
|
|
2671
2774
|
}
|
|
@@ -2743,10 +2846,19 @@
|
|
|
2743
2846
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2744
2847
|
}
|
|
2745
2848
|
|
|
2849
|
+
.ring-3 {
|
|
2850
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2851
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2852
|
+
}
|
|
2853
|
+
|
|
2746
2854
|
.ring-background {
|
|
2747
2855
|
--tw-ring-color: var(--background);
|
|
2748
2856
|
}
|
|
2749
2857
|
|
|
2858
|
+
.ring-card {
|
|
2859
|
+
--tw-ring-color: var(--card);
|
|
2860
|
+
}
|
|
2861
|
+
|
|
2750
2862
|
.ring-foreground\/10 {
|
|
2751
2863
|
--tw-ring-color: var(--foreground);
|
|
2752
2864
|
}
|
|
@@ -2848,6 +2960,12 @@
|
|
|
2848
2960
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
2849
2961
|
}
|
|
2850
2962
|
|
|
2963
|
+
.transition-\[translate\,scale\,opacity\] {
|
|
2964
|
+
transition-property: translate, scale, opacity;
|
|
2965
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
2966
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
2967
|
+
}
|
|
2968
|
+
|
|
2851
2969
|
.transition-\[width\,height\,padding\] {
|
|
2852
2970
|
transition-property: width, height, padding;
|
|
2853
2971
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
@@ -2933,6 +3051,10 @@
|
|
|
2933
3051
|
transition-timing-function: linear;
|
|
2934
3052
|
}
|
|
2935
3053
|
|
|
3054
|
+
.contain-content {
|
|
3055
|
+
contain: content;
|
|
3056
|
+
}
|
|
3057
|
+
|
|
2936
3058
|
.outline-none {
|
|
2937
3059
|
--tw-outline-style: none;
|
|
2938
3060
|
outline-style: none;
|
|
@@ -2963,6 +3085,14 @@
|
|
|
2963
3085
|
--radius: 9999px;
|
|
2964
3086
|
}
|
|
2965
3087
|
|
|
3088
|
+
.\[contain-intrinsic-size\:auto_10rem\] {
|
|
3089
|
+
contain-intrinsic-size: auto 10rem;
|
|
3090
|
+
}
|
|
3091
|
+
|
|
3092
|
+
.\[content-visibility\:auto\] {
|
|
3093
|
+
content-visibility: auto;
|
|
3094
|
+
}
|
|
3095
|
+
|
|
2966
3096
|
:is(.\*\:w-full > *) {
|
|
2967
3097
|
width: 100%;
|
|
2968
3098
|
}
|
|
@@ -3021,6 +3151,15 @@
|
|
|
3021
3151
|
align-self: flex-start;
|
|
3022
3152
|
}
|
|
3023
3153
|
|
|
3154
|
+
.group-has-data-\[slot\=message-footer\]\/message\:-translate-y-8:is(:where(.group\/message):has([data-slot="message-footer"]) *) {
|
|
3155
|
+
--tw-translate-y: calc(var(--spacing) * -8);
|
|
3156
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
3157
|
+
}
|
|
3158
|
+
|
|
3159
|
+
.group-has-data-\[variant\=ghost\]\/message\:px-0:is(:where(.group\/message):has([data-variant="ghost"]) *) {
|
|
3160
|
+
padding-inline: calc(var(--spacing) * 0);
|
|
3161
|
+
}
|
|
3162
|
+
|
|
3024
3163
|
.group-has-data-horizontal\/field\:text-balance:is(:where(.group\/field):has(:where([data-orientation="horizontal"])) *) {
|
|
3025
3164
|
text-wrap: balance;
|
|
3026
3165
|
}
|
|
@@ -3053,6 +3192,18 @@
|
|
|
3053
3192
|
rotate: 180deg;
|
|
3054
3193
|
}
|
|
3055
3194
|
|
|
3195
|
+
.group-data-\[align\=end\]\/bubble\:self-end:is(:where(.group\/bubble)[data-align="end"] *) {
|
|
3196
|
+
align-self: flex-end;
|
|
3197
|
+
}
|
|
3198
|
+
|
|
3199
|
+
.group-data-\[align\=end\]\/message\:justify-end:is(:where(.group\/message)[data-align="end"] *) {
|
|
3200
|
+
justify-content: flex-end;
|
|
3201
|
+
}
|
|
3202
|
+
|
|
3203
|
+
.group-data-\[align\=end\]\/message\:self-end:is(:where(.group\/message)[data-align="end"] *) {
|
|
3204
|
+
align-self: flex-end;
|
|
3205
|
+
}
|
|
3206
|
+
|
|
3056
3207
|
.group-data-\[checked\=true\]\/command-item\:opacity-100:is(:where(.group\/command-item)[data-checked="true"] *) {
|
|
3057
3208
|
opacity: 1;
|
|
3058
3209
|
}
|
|
@@ -3142,6 +3293,30 @@
|
|
|
3142
3293
|
}
|
|
3143
3294
|
}
|
|
3144
3295
|
|
|
3296
|
+
.group-data-\[orientation\=vertical\]\/attachment\:absolute:is(:where(.group\/attachment)[data-orientation="vertical"] *) {
|
|
3297
|
+
position: absolute;
|
|
3298
|
+
}
|
|
3299
|
+
|
|
3300
|
+
.group-data-\[orientation\=vertical\]\/attachment\:top-3:is(:where(.group\/attachment)[data-orientation="vertical"] *) {
|
|
3301
|
+
top: calc(var(--spacing) * 3);
|
|
3302
|
+
}
|
|
3303
|
+
|
|
3304
|
+
.group-data-\[orientation\=vertical\]\/attachment\:right-3:is(:where(.group\/attachment)[data-orientation="vertical"] *) {
|
|
3305
|
+
right: calc(var(--spacing) * 3);
|
|
3306
|
+
}
|
|
3307
|
+
|
|
3308
|
+
.group-data-\[orientation\=vertical\]\/attachment\:w-full:is(:where(.group\/attachment)[data-orientation="vertical"] *) {
|
|
3309
|
+
width: 100%;
|
|
3310
|
+
}
|
|
3311
|
+
|
|
3312
|
+
.group-data-\[orientation\=vertical\]\/attachment\:gap-1:is(:where(.group\/attachment)[data-orientation="vertical"] *) {
|
|
3313
|
+
gap: calc(var(--spacing) * 1);
|
|
3314
|
+
}
|
|
3315
|
+
|
|
3316
|
+
.group-data-\[orientation\=vertical\]\/attachment\:px-1:is(:where(.group\/attachment)[data-orientation="vertical"] *) {
|
|
3317
|
+
padding-inline: calc(var(--spacing) * 1);
|
|
3318
|
+
}
|
|
3319
|
+
|
|
3145
3320
|
.group-data-\[side\=left\]\:-right-4:is(:where(.group)[data-side="left"] *) {
|
|
3146
3321
|
right: calc(var(--spacing) * -4);
|
|
3147
3322
|
}
|
|
@@ -3187,6 +3362,10 @@
|
|
|
3187
3362
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
3188
3363
|
}
|
|
3189
3364
|
|
|
3365
|
+
.group-data-\[size\=sm\]\/attachment\:w-8:is(:where(.group\/attachment)[data-size="sm"] *) {
|
|
3366
|
+
width: calc(var(--spacing) * 8);
|
|
3367
|
+
}
|
|
3368
|
+
|
|
3190
3369
|
.group-data-\[size\=sm\]\/avatar\:size-2:is(:where(.group\/avatar)[data-size="sm"] *) {
|
|
3191
3370
|
width: calc(var(--spacing) * 2);
|
|
3192
3371
|
height: calc(var(--spacing) * 2);
|
|
@@ -3220,6 +3399,14 @@
|
|
|
3220
3399
|
height: calc(var(--spacing) * 3);
|
|
3221
3400
|
}
|
|
3222
3401
|
|
|
3402
|
+
.group-data-\[size\=xs\]\/attachment\:w-7:is(:where(.group\/attachment)[data-size="xs"] *) {
|
|
3403
|
+
width: calc(var(--spacing) * 7);
|
|
3404
|
+
}
|
|
3405
|
+
|
|
3406
|
+
.group-data-\[size\=xs\]\/attachment\:rounded-md:is(:where(.group\/attachment)[data-size="xs"] *) {
|
|
3407
|
+
border-radius: calc(var(--radius) * .8);
|
|
3408
|
+
}
|
|
3409
|
+
|
|
3223
3410
|
.group-data-\[size\=xs\]\/item\:size-6:is(:where(.group\/item)[data-size="xs"] *) {
|
|
3224
3411
|
width: calc(var(--spacing) * 6);
|
|
3225
3412
|
height: calc(var(--spacing) * 6);
|
|
@@ -3242,6 +3429,34 @@
|
|
|
3242
3429
|
padding-inline: calc(var(--spacing) * 2);
|
|
3243
3430
|
}
|
|
3244
3431
|
|
|
3432
|
+
.group-data-\[state\=done\]\/attachment\:opacity-100:is(:where(.group\/attachment)[data-state="done"] *) {
|
|
3433
|
+
opacity: 1;
|
|
3434
|
+
}
|
|
3435
|
+
|
|
3436
|
+
.group-data-\[state\=error\]\/attachment\:bg-destructive\/10:is(:where(.group\/attachment)[data-state="error"] *) {
|
|
3437
|
+
background-color: var(--destructive);
|
|
3438
|
+
}
|
|
3439
|
+
|
|
3440
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3441
|
+
.group-data-\[state\=error\]\/attachment\:bg-destructive\/10:is(:where(.group\/attachment)[data-state="error"] *) {
|
|
3442
|
+
background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
|
|
3443
|
+
}
|
|
3444
|
+
}
|
|
3445
|
+
|
|
3446
|
+
.group-data-\[state\=error\]\/attachment\:text-destructive:is(:where(.group\/attachment)[data-state="error"] *), .group-data-\[state\=error\]\/attachment\:text-destructive\/80:is(:where(.group\/attachment)[data-state="error"] *) {
|
|
3447
|
+
color: var(--destructive);
|
|
3448
|
+
}
|
|
3449
|
+
|
|
3450
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3451
|
+
.group-data-\[state\=error\]\/attachment\:text-destructive\/80:is(:where(.group\/attachment)[data-state="error"] *) {
|
|
3452
|
+
color: color-mix(in oklab, var(--destructive) 80%, transparent);
|
|
3453
|
+
}
|
|
3454
|
+
}
|
|
3455
|
+
|
|
3456
|
+
.group-data-\[state\=idle\]\/attachment\:opacity-100:is(:where(.group\/attachment)[data-state="idle"] *) {
|
|
3457
|
+
opacity: 1;
|
|
3458
|
+
}
|
|
3459
|
+
|
|
3245
3460
|
.group-data-\[variant\=floating\]\:rounded-lg:is(:where(.group)[data-variant="floating"] *) {
|
|
3246
3461
|
border-radius: var(--radius);
|
|
3247
3462
|
}
|
|
@@ -3268,6 +3483,14 @@
|
|
|
3268
3483
|
margin-bottom: calc(var(--spacing) * -2);
|
|
3269
3484
|
}
|
|
3270
3485
|
|
|
3486
|
+
.group-data-\[variant\=separator\]\/marker\:flex-none:is(:where(.group\/marker)[data-variant="separator"] *) {
|
|
3487
|
+
flex: none;
|
|
3488
|
+
}
|
|
3489
|
+
|
|
3490
|
+
.group-data-\[variant\=separator\]\/marker\:text-center:is(:where(.group\/marker)[data-variant="separator"] *) {
|
|
3491
|
+
text-align: center;
|
|
3492
|
+
}
|
|
3493
|
+
|
|
3271
3494
|
.group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:block:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="bottom"] *) {
|
|
3272
3495
|
display: block;
|
|
3273
3496
|
}
|
|
@@ -3422,6 +3645,31 @@
|
|
|
3422
3645
|
color: var(--muted-foreground);
|
|
3423
3646
|
}
|
|
3424
3647
|
|
|
3648
|
+
.before\:mr-1:before {
|
|
3649
|
+
content: var(--tw-content);
|
|
3650
|
+
margin-right: calc(var(--spacing) * 1);
|
|
3651
|
+
}
|
|
3652
|
+
|
|
3653
|
+
.before\:h-px:before {
|
|
3654
|
+
content: var(--tw-content);
|
|
3655
|
+
height: 1px;
|
|
3656
|
+
}
|
|
3657
|
+
|
|
3658
|
+
.before\:min-w-0:before {
|
|
3659
|
+
content: var(--tw-content);
|
|
3660
|
+
min-width: calc(var(--spacing) * 0);
|
|
3661
|
+
}
|
|
3662
|
+
|
|
3663
|
+
.before\:flex-1:before {
|
|
3664
|
+
content: var(--tw-content);
|
|
3665
|
+
flex: 1;
|
|
3666
|
+
}
|
|
3667
|
+
|
|
3668
|
+
.before\:bg-border:before {
|
|
3669
|
+
content: var(--tw-content);
|
|
3670
|
+
background-color: var(--border);
|
|
3671
|
+
}
|
|
3672
|
+
|
|
3425
3673
|
.after\:absolute:after {
|
|
3426
3674
|
content: var(--tw-content);
|
|
3427
3675
|
position: absolute;
|
|
@@ -3482,6 +3730,16 @@
|
|
|
3482
3730
|
left: 50%;
|
|
3483
3731
|
}
|
|
3484
3732
|
|
|
3733
|
+
.after\:ml-1:after {
|
|
3734
|
+
content: var(--tw-content);
|
|
3735
|
+
margin-left: calc(var(--spacing) * 1);
|
|
3736
|
+
}
|
|
3737
|
+
|
|
3738
|
+
.after\:h-px:after {
|
|
3739
|
+
content: var(--tw-content);
|
|
3740
|
+
height: 1px;
|
|
3741
|
+
}
|
|
3742
|
+
|
|
3485
3743
|
.after\:w-1:after {
|
|
3486
3744
|
content: var(--tw-content);
|
|
3487
3745
|
width: calc(var(--spacing) * 1);
|
|
@@ -3502,6 +3760,16 @@
|
|
|
3502
3760
|
width: 30px;
|
|
3503
3761
|
}
|
|
3504
3762
|
|
|
3763
|
+
.after\:min-w-0:after {
|
|
3764
|
+
content: var(--tw-content);
|
|
3765
|
+
min-width: calc(var(--spacing) * 0);
|
|
3766
|
+
}
|
|
3767
|
+
|
|
3768
|
+
.after\:flex-1:after {
|
|
3769
|
+
content: var(--tw-content);
|
|
3770
|
+
flex: 1;
|
|
3771
|
+
}
|
|
3772
|
+
|
|
3505
3773
|
.after\:-translate-x-1\/2:after {
|
|
3506
3774
|
content: var(--tw-content);
|
|
3507
3775
|
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
@@ -3536,6 +3804,11 @@
|
|
|
3536
3804
|
border-color: var(--border);
|
|
3537
3805
|
}
|
|
3538
3806
|
|
|
3807
|
+
.after\:bg-border:after {
|
|
3808
|
+
content: var(--tw-content);
|
|
3809
|
+
background-color: var(--border);
|
|
3810
|
+
}
|
|
3811
|
+
|
|
3539
3812
|
.after\:bg-foreground:after {
|
|
3540
3813
|
content: var(--tw-content);
|
|
3541
3814
|
background-color: var(--foreground);
|
|
@@ -3661,11 +3934,26 @@
|
|
|
3661
3934
|
border-color: var(--ring);
|
|
3662
3935
|
}
|
|
3663
3936
|
|
|
3937
|
+
.focus-within\:ring-1:focus-within {
|
|
3938
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3939
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3940
|
+
}
|
|
3941
|
+
|
|
3664
3942
|
.focus-within\:ring-3:focus-within {
|
|
3665
3943
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3666
3944
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3667
3945
|
}
|
|
3668
3946
|
|
|
3947
|
+
.focus-within\:ring-ring\/30:focus-within {
|
|
3948
|
+
--tw-ring-color: var(--ring);
|
|
3949
|
+
}
|
|
3950
|
+
|
|
3951
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3952
|
+
.focus-within\:ring-ring\/30:focus-within {
|
|
3953
|
+
--tw-ring-color: color-mix(in oklab, var(--ring) 30%, transparent);
|
|
3954
|
+
}
|
|
3955
|
+
}
|
|
3956
|
+
|
|
3669
3957
|
.focus-within\:ring-ring\/50:focus-within {
|
|
3670
3958
|
--tw-ring-color: var(--ring);
|
|
3671
3959
|
}
|
|
@@ -4107,6 +4395,46 @@
|
|
|
4107
4395
|
column-gap: calc(var(--spacing) * 4);
|
|
4108
4396
|
}
|
|
4109
4397
|
|
|
4398
|
+
.has-data-\[slot\=attachment-content\]\:w-30:has([data-slot="attachment-content"]) {
|
|
4399
|
+
width: calc(var(--spacing) * 30);
|
|
4400
|
+
}
|
|
4401
|
+
|
|
4402
|
+
.has-data-\[slot\=attachment-content\]\:px-1\.5:has([data-slot="attachment-content"]) {
|
|
4403
|
+
padding-inline: calc(var(--spacing) * 1.5);
|
|
4404
|
+
}
|
|
4405
|
+
|
|
4406
|
+
.has-data-\[slot\=attachment-content\]\:px-2:has([data-slot="attachment-content"]) {
|
|
4407
|
+
padding-inline: calc(var(--spacing) * 2);
|
|
4408
|
+
}
|
|
4409
|
+
|
|
4410
|
+
.has-data-\[slot\=attachment-content\]\:px-2\.5:has([data-slot="attachment-content"]) {
|
|
4411
|
+
padding-inline: calc(var(--spacing) * 2.5);
|
|
4412
|
+
}
|
|
4413
|
+
|
|
4414
|
+
.has-data-\[slot\=attachment-content\]\:py-1:has([data-slot="attachment-content"]) {
|
|
4415
|
+
padding-block: calc(var(--spacing) * 1);
|
|
4416
|
+
}
|
|
4417
|
+
|
|
4418
|
+
.has-data-\[slot\=attachment-content\]\:py-1\.5:has([data-slot="attachment-content"]) {
|
|
4419
|
+
padding-block: calc(var(--spacing) * 1.5);
|
|
4420
|
+
}
|
|
4421
|
+
|
|
4422
|
+
.has-data-\[slot\=attachment-content\]\:py-2:has([data-slot="attachment-content"]) {
|
|
4423
|
+
padding-block: calc(var(--spacing) * 2);
|
|
4424
|
+
}
|
|
4425
|
+
|
|
4426
|
+
.has-data-\[slot\=attachment-media\]\:p-1:has([data-slot="attachment-media"]) {
|
|
4427
|
+
padding: calc(var(--spacing) * 1);
|
|
4428
|
+
}
|
|
4429
|
+
|
|
4430
|
+
.has-data-\[slot\=attachment-media\]\:p-1\.5:has([data-slot="attachment-media"]) {
|
|
4431
|
+
padding: calc(var(--spacing) * 1.5);
|
|
4432
|
+
}
|
|
4433
|
+
|
|
4434
|
+
.has-data-\[slot\=attachment-media\]\:p-2:has([data-slot="attachment-media"]) {
|
|
4435
|
+
padding: calc(var(--spacing) * 2);
|
|
4436
|
+
}
|
|
4437
|
+
|
|
4110
4438
|
.has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot="card-action"]) {
|
|
4111
4439
|
grid-template-columns: 1fr auto;
|
|
4112
4440
|
}
|
|
@@ -4193,6 +4521,10 @@
|
|
|
4193
4521
|
}
|
|
4194
4522
|
}
|
|
4195
4523
|
|
|
4524
|
+
.has-\[button\]\:p-0:has(:is(button)) {
|
|
4525
|
+
padding: calc(var(--spacing) * 0);
|
|
4526
|
+
}
|
|
4527
|
+
|
|
4196
4528
|
.has-\[select\:disabled\]\:opacity-50:has(:is(select:disabled)) {
|
|
4197
4529
|
opacity: .5;
|
|
4198
4530
|
}
|
|
@@ -4246,6 +4578,18 @@
|
|
|
4246
4578
|
gap: calc(var(--spacing) * 3);
|
|
4247
4579
|
}
|
|
4248
4580
|
|
|
4581
|
+
@media (hover: hover) {
|
|
4582
|
+
.has-\[\>a\,\>button\]\:hover\:bg-muted\/50:has( > a, > button):hover {
|
|
4583
|
+
background-color: var(--muted);
|
|
4584
|
+
}
|
|
4585
|
+
|
|
4586
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4587
|
+
.has-\[\>a\,\>button\]\:hover\:bg-muted\/50:has( > a, > button):hover {
|
|
4588
|
+
background-color: color-mix(in oklab, var(--muted) 50%, transparent);
|
|
4589
|
+
}
|
|
4590
|
+
}
|
|
4591
|
+
}
|
|
4592
|
+
|
|
4249
4593
|
.has-\[\>button\]\:mr-\[-0\.3rem\]:has( > button) {
|
|
4250
4594
|
margin-right: -.3rem;
|
|
4251
4595
|
}
|
|
@@ -4467,6 +4811,10 @@
|
|
|
4467
4811
|
border-bottom-left-radius: 0;
|
|
4468
4812
|
}
|
|
4469
4813
|
|
|
4814
|
+
:is(.group-data-\[align\=end\]\/message\:\*\:data-slot\:self-end:is(:where(.group\/message)[data-align="end"] *) > *)[data-slot] {
|
|
4815
|
+
align-self: flex-end;
|
|
4816
|
+
}
|
|
4817
|
+
|
|
4470
4818
|
.data-starting-style\:h-0[data-starting-style] {
|
|
4471
4819
|
height: calc(var(--spacing) * 0);
|
|
4472
4820
|
}
|
|
@@ -4482,14 +4830,55 @@
|
|
|
4482
4830
|
opacity: 0;
|
|
4483
4831
|
}
|
|
4484
4832
|
|
|
4833
|
+
.data-\[active\=false\]\:pointer-events-none[data-active="false"] {
|
|
4834
|
+
pointer-events: none;
|
|
4835
|
+
}
|
|
4836
|
+
|
|
4837
|
+
.data-\[active\=false\]\:scale-95[data-active="false"] {
|
|
4838
|
+
--tw-scale-x: 95%;
|
|
4839
|
+
--tw-scale-y: 95%;
|
|
4840
|
+
--tw-scale-z: 95%;
|
|
4841
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
4842
|
+
}
|
|
4843
|
+
|
|
4844
|
+
.data-\[active\=false\]\:opacity-0[data-active="false"] {
|
|
4845
|
+
opacity: 0;
|
|
4846
|
+
}
|
|
4847
|
+
|
|
4848
|
+
.data-\[active\=false\]\:duration-400[data-active="false"] {
|
|
4849
|
+
--tw-duration: .4s;
|
|
4850
|
+
transition-duration: .4s;
|
|
4851
|
+
}
|
|
4852
|
+
|
|
4853
|
+
.data-\[active\=false\]\:ease-\[cubic-bezier\(0\.7\,0\,0\.84\,0\)\][data-active="false"] {
|
|
4854
|
+
--tw-ease: cubic-bezier(.7,0,.84,0);
|
|
4855
|
+
transition-timing-function: cubic-bezier(.7, 0, .84, 0);
|
|
4856
|
+
}
|
|
4857
|
+
|
|
4485
4858
|
.data-\[active\=true\]\:z-10[data-active="true"] {
|
|
4486
4859
|
z-index: 10;
|
|
4487
4860
|
}
|
|
4488
4861
|
|
|
4862
|
+
.data-\[active\=true\]\:translate-y-0[data-active="true"] {
|
|
4863
|
+
--tw-translate-y: calc(var(--spacing) * 0);
|
|
4864
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
4865
|
+
}
|
|
4866
|
+
|
|
4867
|
+
.data-\[active\=true\]\:scale-100[data-active="true"] {
|
|
4868
|
+
--tw-scale-x: 100%;
|
|
4869
|
+
--tw-scale-y: 100%;
|
|
4870
|
+
--tw-scale-z: 100%;
|
|
4871
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
4872
|
+
}
|
|
4873
|
+
|
|
4489
4874
|
.data-\[active\=true\]\:border-ring[data-active="true"] {
|
|
4490
4875
|
border-color: var(--ring);
|
|
4491
4876
|
}
|
|
4492
4877
|
|
|
4878
|
+
.data-\[active\=true\]\:opacity-100[data-active="true"] {
|
|
4879
|
+
opacity: 1;
|
|
4880
|
+
}
|
|
4881
|
+
|
|
4493
4882
|
.data-\[active\=true\]\:ring-\[3px\][data-active="true"] {
|
|
4494
4883
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
4495
4884
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -4505,6 +4894,11 @@
|
|
|
4505
4894
|
}
|
|
4506
4895
|
}
|
|
4507
4896
|
|
|
4897
|
+
.data-\[active\=true\]\:ease-\[cubic-bezier\(0\.23\,1\,0\.32\,1\)\][data-active="true"] {
|
|
4898
|
+
--tw-ease: cubic-bezier(.23,1,.32,1);
|
|
4899
|
+
transition-timing-function: cubic-bezier(.23, 1, .32, 1);
|
|
4900
|
+
}
|
|
4901
|
+
|
|
4508
4902
|
.data-\[active\=true\]\:aria-invalid\:border-destructive[data-active="true"][aria-invalid="true"] {
|
|
4509
4903
|
border-color: var(--destructive);
|
|
4510
4904
|
}
|
|
@@ -4523,10 +4917,36 @@
|
|
|
4523
4917
|
animation: none;
|
|
4524
4918
|
}
|
|
4525
4919
|
|
|
4920
|
+
.data-\[align\=end\]\:flex-row-reverse[data-align="end"] {
|
|
4921
|
+
flex-direction: row-reverse;
|
|
4922
|
+
}
|
|
4923
|
+
|
|
4924
|
+
.data-\[align\=end\]\:self-end[data-align="end"] {
|
|
4925
|
+
align-self: flex-end;
|
|
4926
|
+
}
|
|
4927
|
+
|
|
4526
4928
|
.data-\[chips\=true\]\:min-w-\(--anchor-width\)[data-chips="true"] {
|
|
4527
4929
|
min-width: var(--anchor-width);
|
|
4528
4930
|
}
|
|
4529
4931
|
|
|
4932
|
+
.data-\[direction\=end\]\:bottom-4[data-direction="end"] {
|
|
4933
|
+
bottom: calc(var(--spacing) * 4);
|
|
4934
|
+
}
|
|
4935
|
+
|
|
4936
|
+
.data-\[direction\=end\]\:data-\[active\=false\]\:translate-y-full[data-direction="end"][data-active="false"] {
|
|
4937
|
+
--tw-translate-y: 100%;
|
|
4938
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
4939
|
+
}
|
|
4940
|
+
|
|
4941
|
+
.data-\[direction\=start\]\:top-4[data-direction="start"] {
|
|
4942
|
+
top: calc(var(--spacing) * 4);
|
|
4943
|
+
}
|
|
4944
|
+
|
|
4945
|
+
.data-\[direction\=start\]\:data-\[active\=false\]\:-translate-y-full[data-direction="start"][data-active="false"] {
|
|
4946
|
+
--tw-translate-y: -100%;
|
|
4947
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
4948
|
+
}
|
|
4949
|
+
|
|
4530
4950
|
.data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"] {
|
|
4531
4951
|
pointer-events: none;
|
|
4532
4952
|
}
|
|
@@ -4947,6 +5367,14 @@
|
|
|
4947
5367
|
}
|
|
4948
5368
|
}
|
|
4949
5369
|
|
|
5370
|
+
:is(.\*\:data-\[slot\=attachment\]\:flex-none > *)[data-slot="attachment"] {
|
|
5371
|
+
flex: none;
|
|
5372
|
+
}
|
|
5373
|
+
|
|
5374
|
+
:is(.\*\:data-\[slot\=attachment\]\:snap-start > *)[data-slot="attachment"] {
|
|
5375
|
+
scroll-snap-align: start;
|
|
5376
|
+
}
|
|
5377
|
+
|
|
4950
5378
|
:is(.\*\:data-\[slot\=avatar\]\:ring-2 > *)[data-slot="avatar"] {
|
|
4951
5379
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
4952
5380
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -4956,6 +5384,68 @@
|
|
|
4956
5384
|
--tw-ring-color: var(--background);
|
|
4957
5385
|
}
|
|
4958
5386
|
|
|
5387
|
+
:is(.\*\:data-\[slot\=bubble-content\]\:rounded-none > *)[data-slot="bubble-content"] {
|
|
5388
|
+
border-radius: 0;
|
|
5389
|
+
}
|
|
5390
|
+
|
|
5391
|
+
:is(.\*\:data-\[slot\=bubble-content\]\:border-border > *)[data-slot="bubble-content"] {
|
|
5392
|
+
border-color: var(--border);
|
|
5393
|
+
}
|
|
5394
|
+
|
|
5395
|
+
:is(.\*\:data-\[slot\=bubble-content\]\:bg-\[oklch\(from_var\(--primary\)_0\.93_calc\(c\*0\.4\)_h\)\] > *)[data-slot="bubble-content"] {
|
|
5396
|
+
background-color: oklch(from var(--primary) .93 calc(c * .4) h);
|
|
5397
|
+
}
|
|
5398
|
+
|
|
5399
|
+
:is(.\*\:data-\[slot\=bubble-content\]\:bg-background > *)[data-slot="bubble-content"] {
|
|
5400
|
+
background-color: var(--background);
|
|
5401
|
+
}
|
|
5402
|
+
|
|
5403
|
+
:is(.\*\:data-\[slot\=bubble-content\]\:bg-destructive\/10 > *)[data-slot="bubble-content"] {
|
|
5404
|
+
background-color: var(--destructive);
|
|
5405
|
+
}
|
|
5406
|
+
|
|
5407
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
5408
|
+
:is(.\*\:data-\[slot\=bubble-content\]\:bg-destructive\/10 > *)[data-slot="bubble-content"] {
|
|
5409
|
+
background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
|
|
5410
|
+
}
|
|
5411
|
+
}
|
|
5412
|
+
|
|
5413
|
+
:is(.\*\:data-\[slot\=bubble-content\]\:bg-muted > *)[data-slot="bubble-content"] {
|
|
5414
|
+
background-color: var(--muted);
|
|
5415
|
+
}
|
|
5416
|
+
|
|
5417
|
+
:is(.\*\:data-\[slot\=bubble-content\]\:bg-primary > *)[data-slot="bubble-content"] {
|
|
5418
|
+
background-color: var(--primary);
|
|
5419
|
+
}
|
|
5420
|
+
|
|
5421
|
+
:is(.\*\:data-\[slot\=bubble-content\]\:bg-secondary > *)[data-slot="bubble-content"] {
|
|
5422
|
+
background-color: var(--secondary);
|
|
5423
|
+
}
|
|
5424
|
+
|
|
5425
|
+
:is(.\*\:data-\[slot\=bubble-content\]\:bg-transparent > *)[data-slot="bubble-content"] {
|
|
5426
|
+
background-color: #0000;
|
|
5427
|
+
}
|
|
5428
|
+
|
|
5429
|
+
:is(.\*\:data-\[slot\=bubble-content\]\:p-0 > *)[data-slot="bubble-content"] {
|
|
5430
|
+
padding: calc(var(--spacing) * 0);
|
|
5431
|
+
}
|
|
5432
|
+
|
|
5433
|
+
:is(.\*\:data-\[slot\=bubble-content\]\:text-destructive > *)[data-slot="bubble-content"] {
|
|
5434
|
+
color: var(--destructive);
|
|
5435
|
+
}
|
|
5436
|
+
|
|
5437
|
+
:is(.\*\:data-\[slot\=bubble-content\]\:text-foreground > *)[data-slot="bubble-content"] {
|
|
5438
|
+
color: var(--foreground);
|
|
5439
|
+
}
|
|
5440
|
+
|
|
5441
|
+
:is(.\*\:data-\[slot\=bubble-content\]\:text-primary-foreground > *)[data-slot="bubble-content"] {
|
|
5442
|
+
color: var(--primary-foreground);
|
|
5443
|
+
}
|
|
5444
|
+
|
|
5445
|
+
:is(.\*\:data-\[slot\=bubble-content\]\:text-secondary-foreground > *)[data-slot="bubble-content"] {
|
|
5446
|
+
color: var(--secondary-foreground);
|
|
5447
|
+
}
|
|
5448
|
+
|
|
4959
5449
|
.data-\[slot\=checkbox-group\]\:gap-3[data-slot="checkbox-group"] {
|
|
4960
5450
|
gap: calc(var(--spacing) * 3);
|
|
4961
5451
|
}
|
|
@@ -5065,6 +5555,11 @@
|
|
|
5065
5555
|
gap: calc(var(--spacing) * 1.5);
|
|
5066
5556
|
}
|
|
5067
5557
|
|
|
5558
|
+
:is(.group-data-\[orientation\=vertical\]\/attachment\:\*\:data-\[slot\=spinner\]\:size-6\!:is(:where(.group\/attachment)[data-orientation="vertical"] *) > *)[data-slot="spinner"] {
|
|
5559
|
+
width: calc(var(--spacing) * 6) !important;
|
|
5560
|
+
height: calc(var(--spacing) * 6) !important;
|
|
5561
|
+
}
|
|
5562
|
+
|
|
5068
5563
|
.group-data-horizontal\/toggle-group\:data-\[spacing\=0\]\:first\:rounded-l-lg:is(:where(.group\/toggle-group):where([data-orientation="horizontal"]) *)[data-spacing="0"]:first-child {
|
|
5069
5564
|
border-top-left-radius: var(--radius);
|
|
5070
5565
|
border-bottom-left-radius: var(--radius);
|
|
@@ -5097,6 +5592,16 @@
|
|
|
5097
5592
|
--tw-enter-scale: .95;
|
|
5098
5593
|
}
|
|
5099
5594
|
|
|
5595
|
+
.data-\[state\=error\]\:border-destructive\/30[data-state="error"] {
|
|
5596
|
+
border-color: var(--destructive);
|
|
5597
|
+
}
|
|
5598
|
+
|
|
5599
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
5600
|
+
.data-\[state\=error\]\:border-destructive\/30[data-state="error"] {
|
|
5601
|
+
border-color: color-mix(in oklab, var(--destructive) 30%, transparent);
|
|
5602
|
+
}
|
|
5603
|
+
}
|
|
5604
|
+
|
|
5100
5605
|
.data-\[state\=hidden\]\:animate-out[data-state="hidden"] {
|
|
5101
5606
|
animation: exit var(--tw-animation-duration, var(--tw-duration, .15s))var(--tw-ease, ease)var(--tw-animation-delay, 0s)var(--tw-animation-iteration-count, 1)var(--tw-animation-direction, normal)var(--tw-animation-fill-mode, none);
|
|
5102
5607
|
}
|
|
@@ -5105,6 +5610,11 @@
|
|
|
5105
5610
|
--tw-exit-opacity: 0;
|
|
5106
5611
|
}
|
|
5107
5612
|
|
|
5613
|
+
.data-\[state\=idle\]\:border-dashed[data-state="idle"] {
|
|
5614
|
+
--tw-border-style: dashed;
|
|
5615
|
+
border-style: dashed;
|
|
5616
|
+
}
|
|
5617
|
+
|
|
5108
5618
|
.data-\[state\=on\]\:bg-muted[data-state="on"], .data-\[state\=selected\]\:bg-muted[data-state="selected"] {
|
|
5109
5619
|
background-color: var(--muted);
|
|
5110
5620
|
}
|
|
@@ -5135,6 +5645,10 @@
|
|
|
5135
5645
|
color: var(--destructive);
|
|
5136
5646
|
}
|
|
5137
5647
|
|
|
5648
|
+
.data-\[variant\=ghost\]\:max-w-full[data-variant="ghost"] {
|
|
5649
|
+
max-width: 100%;
|
|
5650
|
+
}
|
|
5651
|
+
|
|
5138
5652
|
.data-\[variant\=label\]\:text-sm[data-variant="label"] {
|
|
5139
5653
|
font-size: var(--text-sm);
|
|
5140
5654
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
@@ -5447,6 +5961,11 @@
|
|
|
5447
5961
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
5448
5962
|
}
|
|
5449
5963
|
|
|
5964
|
+
.rtl\:translate-x-1\/2:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
|
|
5965
|
+
--tw-translate-x: calc(1 / 2 * 100%);
|
|
5966
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
5967
|
+
}
|
|
5968
|
+
|
|
5450
5969
|
.dark\:border-input:is(.dark *) {
|
|
5451
5970
|
border-color: var(--input);
|
|
5452
5971
|
}
|
|
@@ -5664,6 +6183,20 @@
|
|
|
5664
6183
|
}
|
|
5665
6184
|
}
|
|
5666
6185
|
|
|
6186
|
+
:is(.dark\:\*\:data-\[slot\=bubble-content\]\:bg-\[oklch\(from_var\(--primary\)_0\.3_calc\(c\*0\.4\)_h\)\]:is(.dark *) > *)[data-slot="bubble-content"] {
|
|
6187
|
+
background-color: oklch(from var(--primary) .3 calc(c * .4) h);
|
|
6188
|
+
}
|
|
6189
|
+
|
|
6190
|
+
:is(.dark\:\*\:data-\[slot\=bubble-content\]\:bg-destructive\/20:is(.dark *) > *)[data-slot="bubble-content"] {
|
|
6191
|
+
background-color: var(--destructive);
|
|
6192
|
+
}
|
|
6193
|
+
|
|
6194
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
6195
|
+
:is(.dark\:\*\:data-\[slot\=bubble-content\]\:bg-destructive\/20:is(.dark *) > *)[data-slot="bubble-content"] {
|
|
6196
|
+
background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
6197
|
+
}
|
|
6198
|
+
}
|
|
6199
|
+
|
|
5667
6200
|
.dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant="destructive"]:focus {
|
|
5668
6201
|
background-color: var(--destructive);
|
|
5669
6202
|
}
|
|
@@ -6148,21 +6681,30 @@
|
|
|
6148
6681
|
flex-shrink: 0;
|
|
6149
6682
|
}
|
|
6150
6683
|
|
|
6684
|
+
.data-\[direction\=start\]\:\[\&_svg\]\:rotate-180[data-direction="start"] svg {
|
|
6685
|
+
rotate: 180deg;
|
|
6686
|
+
}
|
|
6687
|
+
|
|
6151
6688
|
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 svg:not([class*="size-"]) {
|
|
6152
6689
|
width: calc(var(--spacing) * 3);
|
|
6153
6690
|
height: calc(var(--spacing) * 3);
|
|
6154
6691
|
}
|
|
6155
6692
|
|
|
6156
|
-
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3\.5 svg:not([class*="size-"]) {
|
|
6157
|
-
width: calc(var(--spacing) * 3.5);
|
|
6158
|
-
height: calc(var(--spacing) * 3.5);
|
|
6159
|
-
}
|
|
6160
|
-
|
|
6161
6693
|
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
|
|
6162
6694
|
width: calc(var(--spacing) * 4);
|
|
6163
6695
|
height: calc(var(--spacing) * 4);
|
|
6164
6696
|
}
|
|
6165
6697
|
|
|
6698
|
+
.group-data-\[orientation\=vertical\]\/attachment\:\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-6:is(:where(.group\/attachment)[data-orientation="vertical"] *) svg:not([class*="size-"]) {
|
|
6699
|
+
width: calc(var(--spacing) * 6);
|
|
6700
|
+
height: calc(var(--spacing) * 6);
|
|
6701
|
+
}
|
|
6702
|
+
|
|
6703
|
+
.group-data-\[size\=xs\]\/attachment\:\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3\.5:is(:where(.group\/attachment)[data-size="xs"] *) svg:not([class*="size-"]) {
|
|
6704
|
+
width: calc(var(--spacing) * 3.5);
|
|
6705
|
+
height: calc(var(--spacing) * 3.5);
|
|
6706
|
+
}
|
|
6707
|
+
|
|
6166
6708
|
.\[\&_td\]\:border-r td, .\[\&_th\]\:border-r th {
|
|
6167
6709
|
border-right-style: var(--tw-border-style);
|
|
6168
6710
|
border-right-width: 1px;
|
|
@@ -6246,6 +6788,14 @@
|
|
|
6246
6788
|
color: var(--muted-foreground);
|
|
6247
6789
|
}
|
|
6248
6790
|
|
|
6791
|
+
.\[a\]\:underline:is(a) {
|
|
6792
|
+
text-decoration-line: underline;
|
|
6793
|
+
}
|
|
6794
|
+
|
|
6795
|
+
.\[a\]\:underline-offset-3:is(a) {
|
|
6796
|
+
text-underline-offset: 3px;
|
|
6797
|
+
}
|
|
6798
|
+
|
|
6249
6799
|
.\[a\]\:transition-colors:is(a) {
|
|
6250
6800
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
6251
6801
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
@@ -6295,6 +6845,10 @@
|
|
|
6295
6845
|
}
|
|
6296
6846
|
}
|
|
6297
6847
|
|
|
6848
|
+
.\[a\]\:hover\:text-foreground:is(a):hover {
|
|
6849
|
+
color: var(--foreground);
|
|
6850
|
+
}
|
|
6851
|
+
|
|
6298
6852
|
.\[a\]\:hover\:text-muted-foreground:is(a):hover {
|
|
6299
6853
|
color: var(--muted-foreground);
|
|
6300
6854
|
}
|
|
@@ -6304,6 +6858,52 @@
|
|
|
6304
6858
|
}
|
|
6305
6859
|
}
|
|
6306
6860
|
|
|
6861
|
+
.\[button\]\:text-left:is(button) {
|
|
6862
|
+
text-align: left;
|
|
6863
|
+
}
|
|
6864
|
+
|
|
6865
|
+
.\[button\,a\]\:transition-colors:is(button, a) {
|
|
6866
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
6867
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
6868
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
6869
|
+
}
|
|
6870
|
+
|
|
6871
|
+
.\[button\,a\]\:outline-none:is(button, a) {
|
|
6872
|
+
--tw-outline-style: none;
|
|
6873
|
+
outline-style: none;
|
|
6874
|
+
}
|
|
6875
|
+
|
|
6876
|
+
.\[button\,a\]\:focus-visible\:border-ring:is(button, a):focus-visible {
|
|
6877
|
+
border-color: var(--ring);
|
|
6878
|
+
}
|
|
6879
|
+
|
|
6880
|
+
.\[button\,a\]\:focus-visible\:ring-3:is(button, a):focus-visible {
|
|
6881
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
6882
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
6883
|
+
}
|
|
6884
|
+
|
|
6885
|
+
.\[button\,a\]\:focus-visible\:ring-ring\/30:is(button, a):focus-visible {
|
|
6886
|
+
--tw-ring-color: var(--ring);
|
|
6887
|
+
}
|
|
6888
|
+
|
|
6889
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
6890
|
+
.\[button\,a\]\:focus-visible\:ring-ring\/30:is(button, a):focus-visible {
|
|
6891
|
+
--tw-ring-color: color-mix(in oklab, var(--ring) 30%, transparent);
|
|
6892
|
+
}
|
|
6893
|
+
}
|
|
6894
|
+
|
|
6895
|
+
:is(.\*\:\[img\]\:aspect-square > *):is(img) {
|
|
6896
|
+
aspect-ratio: 1;
|
|
6897
|
+
}
|
|
6898
|
+
|
|
6899
|
+
:is(.\*\:\[img\]\:w-full > *):is(img) {
|
|
6900
|
+
width: 100%;
|
|
6901
|
+
}
|
|
6902
|
+
|
|
6903
|
+
:is(.\*\:\[img\]\:object-cover > *):is(img) {
|
|
6904
|
+
object-fit: cover;
|
|
6905
|
+
}
|
|
6906
|
+
|
|
6307
6907
|
:is(.\*\:\[img\:first-child\]\:rounded-t-xl > *):is(img:first-child) {
|
|
6308
6908
|
border-top-left-radius: calc(var(--radius) * 1.4);
|
|
6309
6909
|
border-top-right-radius: calc(var(--radius) * 1.4);
|
|
@@ -6379,6 +6979,92 @@
|
|
|
6379
6979
|
width: auto;
|
|
6380
6980
|
}
|
|
6381
6981
|
|
|
6982
|
+
.\[\&\>\[data-slot\=bubble-content\]\:is\(button\,a\)\:hover\]\:bg-\[color-mix\(in_oklch\,var\(--muted\)\,var\(--foreground\)_5\%\)\] > [data-slot="bubble-content"]:is(button, a):hover {
|
|
6983
|
+
background-color: var(--muted);
|
|
6984
|
+
}
|
|
6985
|
+
|
|
6986
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
6987
|
+
.\[\&\>\[data-slot\=bubble-content\]\:is\(button\,a\)\:hover\]\:bg-\[color-mix\(in_oklch\,var\(--muted\)\,var\(--foreground\)_5\%\)\] > [data-slot="bubble-content"]:is(button, a):hover {
|
|
6988
|
+
background-color: color-mix(in oklch,var(--muted),var(--foreground) 5%);
|
|
6989
|
+
}
|
|
6990
|
+
}
|
|
6991
|
+
|
|
6992
|
+
.\[\&\>\[data-slot\=bubble-content\]\:is\(button\,a\)\:hover\]\:bg-\[color-mix\(in_oklch\,var\(--secondary\)\,var\(--foreground\)_5\%\)\] > [data-slot="bubble-content"]:is(button, a):hover {
|
|
6993
|
+
background-color: var(--secondary);
|
|
6994
|
+
}
|
|
6995
|
+
|
|
6996
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
6997
|
+
.\[\&\>\[data-slot\=bubble-content\]\:is\(button\,a\)\:hover\]\:bg-\[color-mix\(in_oklch\,var\(--secondary\)\,var\(--foreground\)_5\%\)\] > [data-slot="bubble-content"]:is(button, a):hover {
|
|
6998
|
+
background-color: color-mix(in oklch,var(--secondary),var(--foreground) 5%);
|
|
6999
|
+
}
|
|
7000
|
+
}
|
|
7001
|
+
|
|
7002
|
+
.\[\&\>\[data-slot\=bubble-content\]\:is\(button\,a\)\:hover\]\:bg-\[oklch\(from_var\(--primary\)_0\.88_calc\(c\*0\.5\)_h\)\] > [data-slot="bubble-content"]:is(button, a):hover {
|
|
7003
|
+
background-color: oklch(from var(--primary) .88 calc(c * .5) h);
|
|
7004
|
+
}
|
|
7005
|
+
|
|
7006
|
+
.\[\&\>\[data-slot\=bubble-content\]\:is\(button\,a\)\:hover\]\:bg-destructive\/20 > [data-slot="bubble-content"]:is(button, a):hover {
|
|
7007
|
+
background-color: var(--destructive);
|
|
7008
|
+
}
|
|
7009
|
+
|
|
7010
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
7011
|
+
.\[\&\>\[data-slot\=bubble-content\]\:is\(button\,a\)\:hover\]\:bg-destructive\/20 > [data-slot="bubble-content"]:is(button, a):hover {
|
|
7012
|
+
background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
7013
|
+
}
|
|
7014
|
+
}
|
|
7015
|
+
|
|
7016
|
+
.\[\&\>\[data-slot\=bubble-content\]\:is\(button\,a\)\:hover\]\:bg-muted > [data-slot="bubble-content"]:is(button, a):hover {
|
|
7017
|
+
background-color: var(--muted);
|
|
7018
|
+
}
|
|
7019
|
+
|
|
7020
|
+
.\[\&\>\[data-slot\=bubble-content\]\:is\(button\,a\)\:hover\]\:bg-primary\/80 > [data-slot="bubble-content"]:is(button, a):hover {
|
|
7021
|
+
background-color: var(--primary);
|
|
7022
|
+
}
|
|
7023
|
+
|
|
7024
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
7025
|
+
.\[\&\>\[data-slot\=bubble-content\]\:is\(button\,a\)\:hover\]\:bg-primary\/80 > [data-slot="bubble-content"]:is(button, a):hover {
|
|
7026
|
+
background-color: color-mix(in oklab, var(--primary) 80%, transparent);
|
|
7027
|
+
}
|
|
7028
|
+
}
|
|
7029
|
+
|
|
7030
|
+
.\[\&\>\[data-slot\=bubble-content\]\:is\(button\,a\)\:hover\]\:text-foreground > [data-slot="bubble-content"]:is(button, a):hover {
|
|
7031
|
+
color: var(--foreground);
|
|
7032
|
+
}
|
|
7033
|
+
|
|
7034
|
+
.dark\:\[\&\>\[data-slot\=bubble-content\]\:is\(button\,a\)\:hover\]\:bg-\[oklch\(from_var\(--primary\)_0\.35_calc\(c\*0\.5\)_h\)\]:is(.dark *) > [data-slot="bubble-content"]:is(button, a):hover {
|
|
7035
|
+
background-color: oklch(from var(--primary) .35 calc(c * .5) h);
|
|
7036
|
+
}
|
|
7037
|
+
|
|
7038
|
+
.dark\:\[\&\>\[data-slot\=bubble-content\]\:is\(button\,a\)\:hover\]\:bg-destructive\/30:is(.dark *) > [data-slot="bubble-content"]:is(button, a):hover {
|
|
7039
|
+
background-color: var(--destructive);
|
|
7040
|
+
}
|
|
7041
|
+
|
|
7042
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
7043
|
+
.dark\:\[\&\>\[data-slot\=bubble-content\]\:is\(button\,a\)\:hover\]\:bg-destructive\/30:is(.dark *) > [data-slot="bubble-content"]:is(button, a):hover {
|
|
7044
|
+
background-color: color-mix(in oklab, var(--destructive) 30%, transparent);
|
|
7045
|
+
}
|
|
7046
|
+
}
|
|
7047
|
+
|
|
7048
|
+
.dark\:\[\&\>\[data-slot\=bubble-content\]\:is\(button\,a\)\:hover\]\:bg-input\/30:is(.dark *) > [data-slot="bubble-content"]:is(button, a):hover {
|
|
7049
|
+
background-color: var(--input);
|
|
7050
|
+
}
|
|
7051
|
+
|
|
7052
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
7053
|
+
.dark\:\[\&\>\[data-slot\=bubble-content\]\:is\(button\,a\)\:hover\]\:bg-input\/30:is(.dark *) > [data-slot="bubble-content"]:is(button, a):hover {
|
|
7054
|
+
background-color: color-mix(in oklab, var(--input) 30%, transparent);
|
|
7055
|
+
}
|
|
7056
|
+
}
|
|
7057
|
+
|
|
7058
|
+
.dark\:\[\&\>\[data-slot\=bubble-content\]\:is\(button\,a\)\:hover\]\:bg-muted\/50:is(.dark *) > [data-slot="bubble-content"]:is(button, a):hover {
|
|
7059
|
+
background-color: var(--muted);
|
|
7060
|
+
}
|
|
7061
|
+
|
|
7062
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
7063
|
+
.dark\:\[\&\>\[data-slot\=bubble-content\]\:is\(button\,a\)\:hover\]\:bg-muted\/50:is(.dark *) > [data-slot="bubble-content"]:is(button, a):hover {
|
|
7064
|
+
background-color: color-mix(in oklab, var(--muted) 50%, transparent);
|
|
7065
|
+
}
|
|
7066
|
+
}
|
|
7067
|
+
|
|
6382
7068
|
.has-\[select\[aria-hidden\=true\]\:last-child\]\:\[\&\>\[data-slot\=select-trigger\]\:last-of-type\]\:rounded-r-lg:has(:is(select[aria-hidden="true"]:last-child)) > [data-slot="select-trigger"]:last-of-type {
|
|
6383
7069
|
border-top-right-radius: var(--radius);
|
|
6384
7070
|
border-bottom-right-radius: var(--radius);
|
|
@@ -6810,6 +7496,12 @@
|
|
|
6810
7496
|
inherits: false
|
|
6811
7497
|
}
|
|
6812
7498
|
|
|
7499
|
+
@property --tw-scroll-snap-strictness {
|
|
7500
|
+
syntax: "*";
|
|
7501
|
+
inherits: false;
|
|
7502
|
+
initial-value: proximity;
|
|
7503
|
+
}
|
|
7504
|
+
|
|
6813
7505
|
@property --tw-space-y-reverse {
|
|
6814
7506
|
syntax: "*";
|
|
6815
7507
|
inherits: false;
|