karin-plugin-kkk 2.36.0 → 2.36.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/CHANGELOG.md +52 -24
- package/lib/build-metadata.json +5 -5
- package/lib/core_chunk/amagi.d.mts +6 -0
- package/lib/core_chunk/main.js +785 -290
- package/lib/core_chunk/rolldown-runtime.js +1 -1
- package/lib/core_chunk/vendor.js +8112 -7769
- package/lib/karin-plugin-kkk.css +617 -125
- package/lib/web/assets/CronEditor-BrSMQ7Wt.js +1 -0
- package/lib/web/assets/DesktopLayout-D42mvBB3.js +1 -0
- package/lib/web/assets/MobileLayout-CsGZCHOX.js +1 -0
- package/lib/web/assets/ThemeSwitch-CehenZXq.js +1 -0
- package/lib/web/assets/{index-3mh4kVq1.css → index-hQel6cUs.css} +2 -2
- package/lib/web/assets/index-xT9tCQxI.js +47 -0
- package/lib/web/assets/separator-0i510i92.js +1 -0
- package/lib/web/index.html +2 -2
- package/package.json +2 -2
- package/lib/web/assets/CronEditor-KiEwYMrF.js +0 -1
- package/lib/web/assets/DesktopLayout-Cdla4l6u.js +0 -1
- package/lib/web/assets/MobileLayout-DfXVuyA-.js +0 -1
- package/lib/web/assets/ThemeSwitch-DcAlzu8R.js +0 -1
- package/lib/web/assets/index-zS6iiHmV.js +0 -47
package/lib/karin-plugin-kkk.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.3.
|
|
1
|
+
/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties {
|
|
3
3
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
4
|
*, :before, :after, ::backdrop {
|
|
@@ -592,6 +592,8 @@
|
|
|
592
592
|
--field-shadow: 0 2px 4px 0 #0000000a, 0 1px 2px 0 #0000000f,
|
|
593
593
|
0 0 1px 0 #0000000f;
|
|
594
594
|
--skeleton-animation: shimmer;
|
|
595
|
+
--tooltip-delay: 1.5s;
|
|
596
|
+
--tooltip-close-delay: .5s;
|
|
595
597
|
}
|
|
596
598
|
|
|
597
599
|
.dark, [data-theme="dark"] {
|
|
@@ -1022,6 +1024,18 @@
|
|
|
1022
1024
|
}
|
|
1023
1025
|
|
|
1024
1026
|
@layer base {
|
|
1027
|
+
@supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
|
|
1028
|
+
::placeholder {
|
|
1029
|
+
color: currentColor;
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1033
|
+
::placeholder {
|
|
1034
|
+
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1025
1039
|
*, :after, :before, ::backdrop {
|
|
1026
1040
|
box-sizing: border-box;
|
|
1027
1041
|
border: 0 solid;
|
|
@@ -1435,7 +1449,7 @@
|
|
|
1435
1449
|
opacity: 0;
|
|
1436
1450
|
}
|
|
1437
1451
|
|
|
1438
|
-
.field-error[data-visible
|
|
1452
|
+
.field-error[data-visible] {
|
|
1439
1453
|
opacity: 1;
|
|
1440
1454
|
height: auto;
|
|
1441
1455
|
}
|
|
@@ -1454,6 +1468,16 @@
|
|
|
1454
1468
|
}
|
|
1455
1469
|
}
|
|
1456
1470
|
|
|
1471
|
+
.checkbox > .field-error, .checkbox > [data-slot="field-error"], .switch > .field-error, .switch > [data-slot="field-error"], .radio > .field-error, .radio > [data-slot="field-error"] {
|
|
1472
|
+
height: auto;
|
|
1473
|
+
min-height: 0;
|
|
1474
|
+
color: var(--muted);
|
|
1475
|
+
opacity: 1;
|
|
1476
|
+
margin: 0;
|
|
1477
|
+
padding: 0;
|
|
1478
|
+
transition: none;
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1457
1481
|
.label {
|
|
1458
1482
|
font-size: var(--text-sm);
|
|
1459
1483
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
@@ -1802,11 +1826,9 @@
|
|
|
1802
1826
|
|
|
1803
1827
|
.link {
|
|
1804
1828
|
border-radius: calc(var(--radius) * 1.5);
|
|
1829
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
1805
1830
|
width: fit-content;
|
|
1806
1831
|
height: fit-content;
|
|
1807
|
-
font-size: var(--text-sm);
|
|
1808
|
-
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
1809
|
-
--tw-font-weight: var(--font-weight-medium);
|
|
1810
1832
|
font-weight: var(--font-weight-medium);
|
|
1811
1833
|
color: var(--link);
|
|
1812
1834
|
text-decoration-line: none;
|
|
@@ -1891,10 +1913,10 @@
|
|
|
1891
1913
|
|
|
1892
1914
|
.link .link__icon {
|
|
1893
1915
|
pointer-events: none;
|
|
1894
|
-
width: calc(var(--spacing) * 2);
|
|
1895
|
-
height: calc(var(--spacing) * 2);
|
|
1896
1916
|
color: currentColor;
|
|
1897
1917
|
opacity: .6;
|
|
1918
|
+
width: .75em;
|
|
1919
|
+
height: .75em;
|
|
1898
1920
|
transition: opacity .15s var(--ease-out);
|
|
1899
1921
|
flex-shrink: 0;
|
|
1900
1922
|
justify-content: center;
|
|
@@ -3439,15 +3461,16 @@
|
|
|
3439
3461
|
}
|
|
3440
3462
|
|
|
3441
3463
|
.list-box {
|
|
3442
|
-
gap: var(--spacing);
|
|
3443
3464
|
width: 100%;
|
|
3444
3465
|
padding: var(--spacing);
|
|
3445
|
-
flex-direction: column;
|
|
3446
|
-
display: flex;
|
|
3447
3466
|
position: relative;
|
|
3448
3467
|
overflow: clip;
|
|
3449
3468
|
}
|
|
3450
3469
|
|
|
3470
|
+
.list-box > * + * {
|
|
3471
|
+
margin-top: var(--spacing);
|
|
3472
|
+
}
|
|
3473
|
+
|
|
3451
3474
|
.list-box [data-slot="separator"][data-orientation="horizontal"] {
|
|
3452
3475
|
width: 94%;
|
|
3453
3476
|
margin-left: 3%;
|
|
@@ -4920,13 +4943,14 @@
|
|
|
4920
4943
|
}
|
|
4921
4944
|
|
|
4922
4945
|
.switch {
|
|
4923
|
-
align-items:
|
|
4924
|
-
gap:
|
|
4946
|
+
align-items: flex-start;
|
|
4947
|
+
gap: var(--spacing);
|
|
4925
4948
|
-webkit-tap-highlight-color: transparent;
|
|
4926
4949
|
cursor: var(--cursor-interactive);
|
|
4927
4950
|
--switch-control-bg: var(--default);
|
|
4928
4951
|
--switch-control-bg-hover: var(--switch-control-bg);
|
|
4929
|
-
|
|
4952
|
+
flex-direction: column;
|
|
4953
|
+
display: flex;
|
|
4930
4954
|
}
|
|
4931
4955
|
|
|
4932
4956
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -4941,22 +4965,45 @@
|
|
|
4941
4965
|
--switch-control-bg-checked-hover: var(--accent-hover);
|
|
4942
4966
|
}
|
|
4943
4967
|
|
|
4944
|
-
.switch
|
|
4968
|
+
.switch[data-disabled="true"], .switch[data-disabled="true"] [data-slot="description"], .switch[data-disabled="true"] [data-slot="field-error"] {
|
|
4945
4969
|
opacity: var(--disabled-opacity);
|
|
4946
4970
|
cursor: var(--cursor-disabled);
|
|
4947
4971
|
pointer-events: none;
|
|
4948
4972
|
}
|
|
4949
4973
|
|
|
4950
|
-
|
|
4974
|
+
.switch[data-disabled="true"] .switch__thumb {
|
|
4951
4975
|
background-color: var(--default-foreground);
|
|
4952
4976
|
}
|
|
4953
4977
|
|
|
4954
4978
|
@supports (color: color-mix(in lab, red, red)) {
|
|
4955
|
-
|
|
4979
|
+
.switch[data-disabled="true"] .switch__thumb {
|
|
4956
4980
|
background-color: color-mix(in oklab, var(--default-foreground) 20%, transparent);
|
|
4957
4981
|
}
|
|
4958
4982
|
}
|
|
4959
4983
|
|
|
4984
|
+
.switch > [data-slot="description"] {
|
|
4985
|
+
width: 100%;
|
|
4986
|
+
min-width: 0;
|
|
4987
|
+
padding-inline-start: 3.25rem;
|
|
4988
|
+
}
|
|
4989
|
+
|
|
4990
|
+
.switch > [data-slot="field-error"] {
|
|
4991
|
+
width: 100%;
|
|
4992
|
+
min-width: 0;
|
|
4993
|
+
font-size: var(--text-xs);
|
|
4994
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
4995
|
+
color: var(--muted);
|
|
4996
|
+
padding-inline-start: 3.25rem;
|
|
4997
|
+
}
|
|
4998
|
+
|
|
4999
|
+
.switch.switch--sm > [data-slot="description"], .switch.switch--sm > [data-slot="field-error"] {
|
|
5000
|
+
padding-inline-start: 2.75rem;
|
|
5001
|
+
}
|
|
5002
|
+
|
|
5003
|
+
.switch.switch--lg > [data-slot="description"], .switch.switch--lg > [data-slot="field-error"] {
|
|
5004
|
+
padding-inline-start: 3.75rem;
|
|
5005
|
+
}
|
|
5006
|
+
|
|
4960
5007
|
:is(.switch:disabled[aria-checked="true"], .switch:disabled[data-selected="true"], .switch[data-disabled="true"][aria-checked="true"], .switch[data-disabled="true"][data-selected="true"], .switch[aria-disabled="true"][aria-checked="true"], .switch[aria-disabled="true"][data-selected="true"]) .switch__thumb {
|
|
4961
5008
|
opacity: .4;
|
|
4962
5009
|
}
|
|
@@ -4984,7 +5031,7 @@
|
|
|
4984
5031
|
}
|
|
4985
5032
|
}
|
|
4986
5033
|
|
|
4987
|
-
.switch:focus-visible .switch__control, .switch[data-focus-visible="true"] .switch__control {
|
|
5034
|
+
.switch:focus-visible .switch__control, .switch:has([data-slot="switch-content"][data-focus-visible="true"]) .switch__control, .switch [data-slot="switch-content"][data-focus-visible="true"] .switch__control {
|
|
4988
5035
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
4989
5036
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4990
5037
|
--tw-ring-color: var(--focus);
|
|
@@ -4995,20 +5042,20 @@
|
|
|
4995
5042
|
outline-style: none;
|
|
4996
5043
|
}
|
|
4997
5044
|
|
|
4998
|
-
.switch:hover .switch__control, .switch[data-hovered="true"] .switch__control {
|
|
5045
|
+
.switch:hover .switch__control, .switch:has([data-slot="switch-content"][data-hovered="true"]) .switch__control, .switch [data-slot="switch-content"][data-hovered="true"] .switch__control {
|
|
4999
5046
|
background-color: var(--switch-control-bg-hover);
|
|
5000
5047
|
}
|
|
5001
5048
|
|
|
5002
|
-
.switch:active .switch__control, .switch[data-pressed="true"] .switch__control {
|
|
5049
|
+
.switch:active .switch__control, .switch:has([data-slot="switch-content"][data-pressed="true"]) .switch__control, .switch [data-slot="switch-content"][data-pressed="true"] .switch__control {
|
|
5003
5050
|
background-color: var(--switch-control-bg-pressed);
|
|
5004
5051
|
}
|
|
5005
5052
|
|
|
5006
|
-
:is(.switch:active .switch__control, .switch[data-pressed="true"] .switch__control):is([data-reduce-motion="true"], [data-reduce-motion="true"] *), :is(.switch:active .switch__control, .switch[data-pressed="true"] .switch__control):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, :is(.switch:active .switch__control, .switch[data-pressed="true"] .switch__control):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
|
|
5053
|
+
:is(.switch:active .switch__control, .switch:has([data-slot="switch-content"][data-pressed="true"]) .switch__control, .switch [data-slot="switch-content"][data-pressed="true"] .switch__control):is([data-reduce-motion="true"], [data-reduce-motion="true"] *), :is(.switch:active .switch__control, .switch:has([data-slot="switch-content"][data-pressed="true"]) .switch__control, .switch [data-slot="switch-content"][data-pressed="true"] .switch__control):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, :is(.switch:active .switch__control, .switch:has([data-slot="switch-content"][data-pressed="true"]) .switch__control, .switch [data-slot="switch-content"][data-pressed="true"] .switch__control):is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
|
|
5007
5054
|
transform: none;
|
|
5008
5055
|
}
|
|
5009
5056
|
|
|
5010
5057
|
@media (prefers-reduced-motion: reduce) {
|
|
5011
|
-
:is(.switch:active .switch__control, .switch[data-pressed="true"] .switch__control):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), :is(.switch:active .switch__control, .switch[data-pressed="true"] .switch__control):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, :is(.switch:active .switch__control, .switch[data-pressed="true"] .switch__control):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
|
|
5058
|
+
:is(.switch:active .switch__control, .switch:has([data-slot="switch-content"][data-pressed="true"]) .switch__control, .switch [data-slot="switch-content"][data-pressed="true"] .switch__control):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), :is(.switch:active .switch__control, .switch:has([data-slot="switch-content"][data-pressed="true"]) .switch__control, .switch [data-slot="switch-content"][data-pressed="true"] .switch__control):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, :is(.switch:active .switch__control, .switch:has([data-slot="switch-content"][data-pressed="true"]) .switch__control, .switch [data-slot="switch-content"][data-pressed="true"] .switch__control):not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
|
|
5012
5059
|
transform: none;
|
|
5013
5060
|
}
|
|
5014
5061
|
}
|
|
@@ -5017,10 +5064,27 @@
|
|
|
5017
5064
|
background-color: var(--switch-control-bg-checked);
|
|
5018
5065
|
}
|
|
5019
5066
|
|
|
5020
|
-
.switch[aria-checked="true"]:hover .switch__control, .switch[data-selected="true"]:hover .switch__control, .switch[aria-checked="true"][data-hovered="true"] .switch__control, .switch[data-selected="true"][data-hovered="true"] .switch__control, .switch[aria-checked="true"]:active .switch__control, .switch[data-selected="true"]:active .switch__control, .switch[aria-checked="true"][data-pressed="true"] .switch__control, .switch[data-selected="true"][data-pressed="true"] .switch__control {
|
|
5067
|
+
.switch[aria-checked="true"]:hover .switch__control, .switch[data-selected="true"]:hover .switch__control, .switch[aria-checked="true"][data-hovered="true"] .switch__control, .switch[data-selected="true"][data-hovered="true"] .switch__control, .switch:has([data-slot="switch-content"][data-hovered="true"])[data-selected="true"] .switch__control, .switch[aria-checked="true"]:active .switch__control, .switch[data-selected="true"]:active .switch__control, .switch[aria-checked="true"][data-pressed="true"] .switch__control, .switch[data-selected="true"][data-pressed="true"] .switch__control, .switch:has([data-slot="switch-content"][data-pressed="true"])[data-selected="true"] .switch__control {
|
|
5021
5068
|
background-color: var(--switch-control-bg-checked-hover);
|
|
5022
5069
|
}
|
|
5023
5070
|
|
|
5071
|
+
.switch__content {
|
|
5072
|
+
cursor: inherit;
|
|
5073
|
+
align-items: center;
|
|
5074
|
+
gap: calc(var(--spacing) * 3);
|
|
5075
|
+
font-size: var(--text-sm);
|
|
5076
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
5077
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
5078
|
+
font-weight: var(--font-weight-medium);
|
|
5079
|
+
color: var(--foreground);
|
|
5080
|
+
--tw-outline-style: none;
|
|
5081
|
+
-webkit-user-select: none;
|
|
5082
|
+
user-select: none;
|
|
5083
|
+
-webkit-tap-highlight-color: transparent;
|
|
5084
|
+
outline-style: none;
|
|
5085
|
+
display: inline-flex;
|
|
5086
|
+
}
|
|
5087
|
+
|
|
5024
5088
|
.switch--sm .switch__control {
|
|
5025
5089
|
border-radius: calc(var(--radius) * 1);
|
|
5026
5090
|
width: 2rem;
|
|
@@ -5099,10 +5163,19 @@
|
|
|
5099
5163
|
color: var(--foreground);
|
|
5100
5164
|
}
|
|
5101
5165
|
|
|
5102
|
-
.
|
|
5103
|
-
|
|
5104
|
-
|
|
5105
|
-
|
|
5166
|
+
.switch [data-slot="label"] {
|
|
5167
|
+
-webkit-user-select: none;
|
|
5168
|
+
user-select: none;
|
|
5169
|
+
}
|
|
5170
|
+
|
|
5171
|
+
.switch__content [data-slot="label"] {
|
|
5172
|
+
cursor: var(--cursor-interactive);
|
|
5173
|
+
}
|
|
5174
|
+
|
|
5175
|
+
.switch [data-slot="description"] {
|
|
5176
|
+
cursor: default;
|
|
5177
|
+
-webkit-user-select: none;
|
|
5178
|
+
user-select: none;
|
|
5106
5179
|
}
|
|
5107
5180
|
|
|
5108
5181
|
.switch-group {
|
|
@@ -5421,12 +5494,12 @@
|
|
|
5421
5494
|
background-color: var(--surface-secondary);
|
|
5422
5495
|
}
|
|
5423
5496
|
|
|
5424
|
-
.table-root--secondary .table__column:first-child {
|
|
5497
|
+
.table-root--secondary :is(th.table__column:first-child, [role="row"] > [role="presentation"]:first-of-type > .table__column) {
|
|
5425
5498
|
border-start-start-radius: min(32px, var(--radius-2xl));
|
|
5426
5499
|
border-end-start-radius: min(32px, var(--radius-2xl));
|
|
5427
5500
|
}
|
|
5428
5501
|
|
|
5429
|
-
.table-root--secondary .table__column:last-child {
|
|
5502
|
+
.table-root--secondary :is(th.table__column:last-child, [role="row"] > [role="presentation"]:last-of-type > .table__column) {
|
|
5430
5503
|
border-start-end-radius: min(32px, var(--radius-2xl));
|
|
5431
5504
|
border-end-end-radius: min(32px, var(--radius-2xl));
|
|
5432
5505
|
}
|
|
@@ -5524,9 +5597,9 @@
|
|
|
5524
5597
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
5525
5598
|
border-radius: calc(var(--radius) * .5);
|
|
5526
5599
|
background-color: var(--separator);
|
|
5600
|
+
inset-inline-end: calc(var(--spacing) * 0);
|
|
5527
5601
|
position: absolute;
|
|
5528
5602
|
top: 50%;
|
|
5529
|
-
right: 0;
|
|
5530
5603
|
}
|
|
5531
5604
|
|
|
5532
5605
|
.table__column:last-child:not(:only-child):after {
|
|
@@ -5550,6 +5623,33 @@
|
|
|
5550
5623
|
outline-style: none;
|
|
5551
5624
|
}
|
|
5552
5625
|
|
|
5626
|
+
[role="row"] > [role="presentation"]:last-of-type:not(:only-of-type) > .table__column:after {
|
|
5627
|
+
content: none;
|
|
5628
|
+
}
|
|
5629
|
+
|
|
5630
|
+
.table__sortable-column-header {
|
|
5631
|
+
justify-content: space-between;
|
|
5632
|
+
align-items: center;
|
|
5633
|
+
display: flex;
|
|
5634
|
+
}
|
|
5635
|
+
|
|
5636
|
+
.table__sortable-column-indicator {
|
|
5637
|
+
width: calc(var(--spacing) * 3);
|
|
5638
|
+
height: calc(var(--spacing) * 3);
|
|
5639
|
+
transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
|
|
5640
|
+
transition-property: transform, translate, scale, rotate;
|
|
5641
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
5642
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
5643
|
+
--tw-duration: .1s;
|
|
5644
|
+
--tw-ease: var(--ease-out);
|
|
5645
|
+
transition-duration: .1s;
|
|
5646
|
+
transition-timing-function: var(--ease-out);
|
|
5647
|
+
}
|
|
5648
|
+
|
|
5649
|
+
.table__sortable-column-indicator[data-direction="descending"] {
|
|
5650
|
+
rotate: 180deg;
|
|
5651
|
+
}
|
|
5652
|
+
|
|
5553
5653
|
.table__body tr:first-child td:first-child {
|
|
5554
5654
|
border-start-start-radius: min(32px, var(--radius-2xl));
|
|
5555
5655
|
}
|
|
@@ -5732,12 +5832,12 @@
|
|
|
5732
5832
|
padding-inline: calc(var(--spacing) * 2);
|
|
5733
5833
|
--tw-border-style: none;
|
|
5734
5834
|
--tw-outline-style: none;
|
|
5835
|
+
inset-inline-end: calc(var(--spacing) * 0);
|
|
5735
5836
|
background-clip: content-box;
|
|
5736
5837
|
border-style: none;
|
|
5737
5838
|
outline-style: none;
|
|
5738
5839
|
position: absolute;
|
|
5739
5840
|
top: 50%;
|
|
5740
|
-
right: 0;
|
|
5741
5841
|
}
|
|
5742
5842
|
|
|
5743
5843
|
.table__column-resizer[data-hovered="true"], .table__column-resizer:hover, .table__column-resizer[data-resizing="true"] {
|
|
@@ -6252,9 +6352,19 @@
|
|
|
6252
6352
|
pointer-events: none;
|
|
6253
6353
|
width: calc(var(--spacing) * 6);
|
|
6254
6354
|
height: calc(var(--spacing) * 6);
|
|
6255
|
-
|
|
6355
|
+
flex-shrink: 0;
|
|
6256
6356
|
animation: .75s linear infinite spin;
|
|
6257
|
-
|
|
6357
|
+
display: inline-flex;
|
|
6358
|
+
}
|
|
6359
|
+
|
|
6360
|
+
.spinner:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .spinner:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .spinner:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
|
|
6361
|
+
animation: none;
|
|
6362
|
+
}
|
|
6363
|
+
|
|
6364
|
+
@media (prefers-reduced-motion: reduce) {
|
|
6365
|
+
.spinner:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)), .spinner:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):before, .spinner:not(:is([data-reduce-motion="true"], [data-reduce-motion="true"] *)):after {
|
|
6366
|
+
animation: none;
|
|
6367
|
+
}
|
|
6258
6368
|
}
|
|
6259
6369
|
|
|
6260
6370
|
.spinner--sm {
|
|
@@ -6460,24 +6570,21 @@
|
|
|
6460
6570
|
}
|
|
6461
6571
|
|
|
6462
6572
|
.toast__close-button {
|
|
6463
|
-
|
|
6464
|
-
|
|
6573
|
+
pointer-events: none;
|
|
6574
|
+
top: calc(var(--spacing) * -1);
|
|
6575
|
+
right: calc(var(--spacing) * -1);
|
|
6465
6576
|
width: calc(var(--spacing) * 5);
|
|
6466
6577
|
height: calc(var(--spacing) * 5);
|
|
6467
6578
|
border-color: var(--border);
|
|
6468
6579
|
background-color: var(--default);
|
|
6469
|
-
opacity:
|
|
6580
|
+
opacity: 0;
|
|
6470
6581
|
position: absolute;
|
|
6471
6582
|
}
|
|
6472
6583
|
|
|
6473
6584
|
@media (min-width: 40rem) {
|
|
6474
6585
|
.toast__close-button {
|
|
6475
|
-
pointer-events: none;
|
|
6476
|
-
top: calc(var(--spacing) * -1);
|
|
6477
|
-
right: calc(var(--spacing) * -1);
|
|
6478
6586
|
border-style: var(--tw-border-style);
|
|
6479
6587
|
background-color: var(--overlay);
|
|
6480
|
-
opacity: 0;
|
|
6481
6588
|
border-width: 1px;
|
|
6482
6589
|
}
|
|
6483
6590
|
}
|
|
@@ -6607,20 +6714,28 @@
|
|
|
6607
6714
|
}
|
|
6608
6715
|
|
|
6609
6716
|
.checkbox {
|
|
6610
|
-
|
|
6717
|
+
align-items: flex-start;
|
|
6718
|
+
gap: var(--spacing);
|
|
6611
6719
|
--tw-outline-style: none;
|
|
6612
6720
|
-webkit-tap-highlight-color: transparent;
|
|
6613
6721
|
cursor: var(--cursor-interactive);
|
|
6614
6722
|
outline-style: none;
|
|
6723
|
+
flex-direction: column;
|
|
6615
6724
|
display: flex;
|
|
6616
6725
|
}
|
|
6617
6726
|
|
|
6618
|
-
.checkbox
|
|
6619
|
-
|
|
6620
|
-
|
|
6621
|
-
|
|
6622
|
-
|
|
6623
|
-
|
|
6727
|
+
.checkbox > [data-slot="description"], .checkbox > [data-slot="field-error"] {
|
|
6728
|
+
cursor: default;
|
|
6729
|
+
width: 100%;
|
|
6730
|
+
min-width: 0;
|
|
6731
|
+
font-size: var(--text-xs);
|
|
6732
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
6733
|
+
text-wrap: wrap;
|
|
6734
|
+
overflow-wrap: break-word;
|
|
6735
|
+
color: var(--muted);
|
|
6736
|
+
-webkit-user-select: none;
|
|
6737
|
+
user-select: none;
|
|
6738
|
+
padding-inline-start: calc(var(--spacing) * 7);
|
|
6624
6739
|
}
|
|
6625
6740
|
|
|
6626
6741
|
.checkbox [data-slot="label"] {
|
|
@@ -6628,13 +6743,11 @@
|
|
|
6628
6743
|
user-select: none;
|
|
6629
6744
|
}
|
|
6630
6745
|
|
|
6631
|
-
.checkbox [data-slot="
|
|
6632
|
-
|
|
6633
|
-
-webkit-user-select: none;
|
|
6634
|
-
user-select: none;
|
|
6746
|
+
.checkbox .checkbox__content [data-slot="label"] {
|
|
6747
|
+
cursor: var(--cursor-interactive);
|
|
6635
6748
|
}
|
|
6636
6749
|
|
|
6637
|
-
.checkbox
|
|
6750
|
+
.checkbox[data-disabled="true"], .checkbox[data-disabled="true"] [data-slot="description"], .checkbox[data-disabled="true"] [data-slot="field-error"] {
|
|
6638
6751
|
opacity: var(--disabled-opacity);
|
|
6639
6752
|
cursor: var(--cursor-disabled);
|
|
6640
6753
|
pointer-events: none;
|
|
@@ -6720,10 +6833,6 @@
|
|
|
6720
6833
|
cursor: var(--cursor-interactive);
|
|
6721
6834
|
}
|
|
6722
6835
|
|
|
6723
|
-
.checkbox:has([data-slot="description"]) .checkbox__control {
|
|
6724
|
-
margin-top: calc(var(--spacing) * .5);
|
|
6725
|
-
}
|
|
6726
|
-
|
|
6727
6836
|
.checkbox__control:before {
|
|
6728
6837
|
pointer-events: none;
|
|
6729
6838
|
z-index: 0;
|
|
@@ -6752,7 +6861,7 @@
|
|
|
6752
6861
|
}
|
|
6753
6862
|
}
|
|
6754
6863
|
|
|
6755
|
-
.checkbox:focus-visible .checkbox__control, .checkbox[data-focus-visible="true"] .checkbox__control {
|
|
6864
|
+
.checkbox:focus-visible .checkbox__control, .checkbox:has([data-slot="checkbox-content"][data-focus-visible="true"]) .checkbox__control, .checkbox [data-slot="checkbox-content"][data-focus-visible="true"] .checkbox__control {
|
|
6756
6865
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
6757
6866
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
6758
6867
|
--tw-ring-color: var(--focus);
|
|
@@ -6763,11 +6872,11 @@
|
|
|
6763
6872
|
outline-style: none;
|
|
6764
6873
|
}
|
|
6765
6874
|
|
|
6766
|
-
.checkbox:hover .checkbox__control, .checkbox[data-hovered="true"] .checkbox__control {
|
|
6875
|
+
.checkbox:hover .checkbox__control, .checkbox:has([data-slot="checkbox-content"][data-hovered="true"]) .checkbox__control, .checkbox [data-slot="checkbox-content"][data-hovered="true"] .checkbox__control {
|
|
6767
6876
|
border-color: var(--field-border-hover);
|
|
6768
6877
|
}
|
|
6769
6878
|
|
|
6770
|
-
:is(.checkbox:hover .checkbox__control, .checkbox[data-hovered="true"] .checkbox__control):before {
|
|
6879
|
+
:is(.checkbox:hover .checkbox__control, .checkbox:has([data-slot="checkbox-content"][data-hovered="true"]) .checkbox__control, .checkbox [data-slot="checkbox-content"][data-hovered="true"] .checkbox__control):before {
|
|
6771
6880
|
background-color: var(--accent-hover);
|
|
6772
6881
|
}
|
|
6773
6882
|
|
|
@@ -6789,7 +6898,7 @@
|
|
|
6789
6898
|
color: var(--accent-foreground);
|
|
6790
6899
|
}
|
|
6791
6900
|
|
|
6792
|
-
.checkbox:active[data-indeterminate="true"] .checkbox__control, .checkbox[data-pressed="true"][data-indeterminate="true"] .checkbox__control {
|
|
6901
|
+
.checkbox:active[data-indeterminate="true"] .checkbox__control, .checkbox[data-pressed="true"][data-indeterminate="true"] .checkbox__control, .checkbox:has([data-slot="checkbox-content"][data-pressed="true"])[data-indeterminate="true"] .checkbox__control {
|
|
6793
6902
|
background-color: var(--accent-hover);
|
|
6794
6903
|
}
|
|
6795
6904
|
|
|
@@ -6841,15 +6950,11 @@
|
|
|
6841
6950
|
}
|
|
6842
6951
|
|
|
6843
6952
|
.checkbox__indicator svg {
|
|
6953
|
+
width: 100%;
|
|
6954
|
+
height: 100%;
|
|
6844
6955
|
transform: translateZ(0) var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
|
|
6845
6956
|
}
|
|
6846
6957
|
|
|
6847
|
-
.checkbox__content {
|
|
6848
|
-
flex-direction: column;
|
|
6849
|
-
gap: 0;
|
|
6850
|
-
display: flex;
|
|
6851
|
-
}
|
|
6852
|
-
|
|
6853
6958
|
.checkbox--disabled {
|
|
6854
6959
|
opacity: var(--disabled-opacity);
|
|
6855
6960
|
cursor: var(--cursor-disabled);
|
|
@@ -6863,10 +6968,27 @@
|
|
|
6863
6968
|
--checkbox-control-bg: var(--default);
|
|
6864
6969
|
}
|
|
6865
6970
|
|
|
6866
|
-
.checkbox:hover :is(.checkbox--secondary .checkbox__control), .checkbox[data-hovered="true"] :is(.checkbox--secondary .checkbox__control) {
|
|
6971
|
+
.checkbox:hover :is(.checkbox--secondary .checkbox__control), .checkbox:has([data-slot="checkbox-content"][data-hovered="true"]) :is(.checkbox--secondary .checkbox__control), .checkbox [data-slot="checkbox-content"][data-hovered="true"] :is(.checkbox--secondary .checkbox__control) {
|
|
6867
6972
|
border-color: var(--field-border-hover);
|
|
6868
6973
|
}
|
|
6869
6974
|
|
|
6975
|
+
.checkbox__content {
|
|
6976
|
+
cursor: inherit;
|
|
6977
|
+
align-items: center;
|
|
6978
|
+
gap: calc(var(--spacing) * 3);
|
|
6979
|
+
font-size: var(--text-sm);
|
|
6980
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
6981
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
6982
|
+
font-weight: var(--font-weight-medium);
|
|
6983
|
+
color: var(--foreground);
|
|
6984
|
+
--tw-outline-style: none;
|
|
6985
|
+
-webkit-user-select: none;
|
|
6986
|
+
user-select: none;
|
|
6987
|
+
-webkit-tap-highlight-color: transparent;
|
|
6988
|
+
outline-style: none;
|
|
6989
|
+
display: inline-flex;
|
|
6990
|
+
}
|
|
6991
|
+
|
|
6870
6992
|
.checkbox--secondary:not([aria-checked="true"]):not([data-selected="true"]):not([data-indeterminate="true"]) .checkbox__control {
|
|
6871
6993
|
background-color: var(--checkbox-control-bg);
|
|
6872
6994
|
}
|
|
@@ -7298,6 +7420,16 @@
|
|
|
7298
7420
|
pointer-events: none;
|
|
7299
7421
|
}
|
|
7300
7422
|
|
|
7423
|
+
:-webkit-any(.input-group:has([data-slot="input-group-input"]:-webkit-autofill), .input-group:has([data-slot="input-group-input"]:autofill)) {
|
|
7424
|
+
background-color: var(--field-focus);
|
|
7425
|
+
border-color: var(--field-border-focus);
|
|
7426
|
+
}
|
|
7427
|
+
|
|
7428
|
+
:is(.input-group:has([data-slot="input-group-input"]:autofill), .input-group:has([data-slot="input-group-input"]:autofill)) {
|
|
7429
|
+
background-color: var(--field-focus);
|
|
7430
|
+
border-color: var(--field-border-focus);
|
|
7431
|
+
}
|
|
7432
|
+
|
|
7301
7433
|
.input-group__input {
|
|
7302
7434
|
border-style: var(--tw-border-style);
|
|
7303
7435
|
padding-inline: calc(var(--spacing) * 3);
|
|
@@ -7342,6 +7474,41 @@
|
|
|
7342
7474
|
outline-style: none;
|
|
7343
7475
|
}
|
|
7344
7476
|
|
|
7477
|
+
.input-group__input:-webkit-autofill {
|
|
7478
|
+
-webkit-text-fill-color: var(--field-foreground);
|
|
7479
|
+
caret-color: var(--field-foreground);
|
|
7480
|
+
transition: background-color 9999s ease-in-out;
|
|
7481
|
+
box-shadow: inset 0 0 0 1000px #0000;
|
|
7482
|
+
}
|
|
7483
|
+
|
|
7484
|
+
.input-group__input:-webkit-autofill:hover {
|
|
7485
|
+
-webkit-text-fill-color: var(--field-foreground);
|
|
7486
|
+
caret-color: var(--field-foreground);
|
|
7487
|
+
transition: background-color 9999s ease-in-out;
|
|
7488
|
+
box-shadow: inset 0 0 0 1000px #0000;
|
|
7489
|
+
}
|
|
7490
|
+
|
|
7491
|
+
.input-group__input:-webkit-autofill:focus {
|
|
7492
|
+
-webkit-text-fill-color: var(--field-foreground);
|
|
7493
|
+
caret-color: var(--field-foreground);
|
|
7494
|
+
transition: background-color 9999s ease-in-out;
|
|
7495
|
+
box-shadow: inset 0 0 0 1000px #0000;
|
|
7496
|
+
}
|
|
7497
|
+
|
|
7498
|
+
.input-group__input:-webkit-autofill:active {
|
|
7499
|
+
-webkit-text-fill-color: var(--field-foreground);
|
|
7500
|
+
caret-color: var(--field-foreground);
|
|
7501
|
+
transition: background-color 9999s ease-in-out;
|
|
7502
|
+
box-shadow: inset 0 0 0 1000px #0000;
|
|
7503
|
+
}
|
|
7504
|
+
|
|
7505
|
+
.input-group__input:autofill {
|
|
7506
|
+
-webkit-text-fill-color: var(--field-foreground);
|
|
7507
|
+
caret-color: var(--field-foreground);
|
|
7508
|
+
transition: background-color 9999s ease-in-out;
|
|
7509
|
+
box-shadow: inset 0 0 0 1000px #0000;
|
|
7510
|
+
}
|
|
7511
|
+
|
|
7345
7512
|
.input-group__input[data-slot="input-group-textarea"] {
|
|
7346
7513
|
resize: vertical;
|
|
7347
7514
|
min-height: 38px;
|
|
@@ -7569,6 +7736,16 @@
|
|
|
7569
7736
|
pointer-events: none;
|
|
7570
7737
|
}
|
|
7571
7738
|
|
|
7739
|
+
:-webkit-any(.number-field__group:has([data-slot="number-field-input"]:-webkit-autofill), .number-field__group:has([data-slot="number-field-input"]:autofill)) {
|
|
7740
|
+
background-color: var(--field-focus);
|
|
7741
|
+
border-color: var(--field-border-focus);
|
|
7742
|
+
}
|
|
7743
|
+
|
|
7744
|
+
:is(.number-field__group:has([data-slot="number-field-input"]:autofill), .number-field__group:has([data-slot="number-field-input"]:autofill)) {
|
|
7745
|
+
background-color: var(--field-focus);
|
|
7746
|
+
border-color: var(--field-border-focus);
|
|
7747
|
+
}
|
|
7748
|
+
|
|
7572
7749
|
.number-field__input {
|
|
7573
7750
|
border-style: var(--tw-border-style);
|
|
7574
7751
|
min-width: 0;
|
|
@@ -7609,6 +7786,41 @@
|
|
|
7609
7786
|
outline-style: none;
|
|
7610
7787
|
}
|
|
7611
7788
|
|
|
7789
|
+
.number-field__input:-webkit-autofill {
|
|
7790
|
+
-webkit-text-fill-color: var(--field-foreground);
|
|
7791
|
+
caret-color: var(--field-foreground);
|
|
7792
|
+
transition: background-color 9999s ease-in-out;
|
|
7793
|
+
box-shadow: inset 0 0 0 1000px #0000;
|
|
7794
|
+
}
|
|
7795
|
+
|
|
7796
|
+
.number-field__input:-webkit-autofill:hover {
|
|
7797
|
+
-webkit-text-fill-color: var(--field-foreground);
|
|
7798
|
+
caret-color: var(--field-foreground);
|
|
7799
|
+
transition: background-color 9999s ease-in-out;
|
|
7800
|
+
box-shadow: inset 0 0 0 1000px #0000;
|
|
7801
|
+
}
|
|
7802
|
+
|
|
7803
|
+
.number-field__input:-webkit-autofill:focus {
|
|
7804
|
+
-webkit-text-fill-color: var(--field-foreground);
|
|
7805
|
+
caret-color: var(--field-foreground);
|
|
7806
|
+
transition: background-color 9999s ease-in-out;
|
|
7807
|
+
box-shadow: inset 0 0 0 1000px #0000;
|
|
7808
|
+
}
|
|
7809
|
+
|
|
7810
|
+
.number-field__input:-webkit-autofill:active {
|
|
7811
|
+
-webkit-text-fill-color: var(--field-foreground);
|
|
7812
|
+
caret-color: var(--field-foreground);
|
|
7813
|
+
transition: background-color 9999s ease-in-out;
|
|
7814
|
+
box-shadow: inset 0 0 0 1000px #0000;
|
|
7815
|
+
}
|
|
7816
|
+
|
|
7817
|
+
.number-field__input:autofill {
|
|
7818
|
+
-webkit-text-fill-color: var(--field-foreground);
|
|
7819
|
+
caret-color: var(--field-foreground);
|
|
7820
|
+
transition: background-color 9999s ease-in-out;
|
|
7821
|
+
box-shadow: inset 0 0 0 1000px #0000;
|
|
7822
|
+
}
|
|
7823
|
+
|
|
7612
7824
|
.number-field__increment-button, .number-field__decrement-button {
|
|
7613
7825
|
height: 100%;
|
|
7614
7826
|
width: calc(var(--spacing) * 10);
|
|
@@ -7768,27 +7980,27 @@
|
|
|
7768
7980
|
--radio-control-bg-hover: var(--default-hover);
|
|
7769
7981
|
}
|
|
7770
7982
|
|
|
7771
|
-
.radio:
|
|
7983
|
+
.radio:has([data-slot="radio-content"][data-hovered="true"]) :is(.radio-group--secondary .radio__control), .radio [data-slot="radio-content"][data-hovered="true"] :is(.radio-group--secondary .radio__control) {
|
|
7772
7984
|
border-color: var(--field-border-hover);
|
|
7773
7985
|
}
|
|
7774
7986
|
|
|
7775
|
-
.radio:not([
|
|
7987
|
+
.radio:not([data-selected]):not(:has(input:checked)) :is(.radio-group--secondary .radio__control) .radio__indicator:empty:before {
|
|
7776
7988
|
background-color: var(--radio-control-bg);
|
|
7777
7989
|
}
|
|
7778
7990
|
|
|
7779
|
-
|
|
7991
|
+
.radio:has([data-slot="radio-content"][data-hovered="true"]):not([data-selected]):not(:has(input:checked)) :is(.radio-group--secondary .radio__control) .radio__indicator:empty:before {
|
|
7780
7992
|
background-color: var(--radio-control-bg-hover);
|
|
7781
7993
|
}
|
|
7782
7994
|
|
|
7783
7995
|
.radio {
|
|
7784
7996
|
align-items: flex-start;
|
|
7785
|
-
gap:
|
|
7997
|
+
gap: var(--spacing);
|
|
7786
7998
|
--tw-outline-style: none;
|
|
7787
7999
|
-webkit-tap-highlight-color: transparent;
|
|
7788
8000
|
cursor: var(--cursor-interactive);
|
|
7789
8001
|
outline-style: none;
|
|
8002
|
+
flex-direction: column;
|
|
7790
8003
|
display: flex;
|
|
7791
|
-
position: relative;
|
|
7792
8004
|
}
|
|
7793
8005
|
|
|
7794
8006
|
.radio [data-slot="label"] {
|
|
@@ -7796,18 +8008,47 @@
|
|
|
7796
8008
|
user-select: none;
|
|
7797
8009
|
}
|
|
7798
8010
|
|
|
7799
|
-
.radio [data-slot="
|
|
8011
|
+
.radio .radio__content [data-slot="label"] {
|
|
8012
|
+
cursor: var(--cursor-interactive);
|
|
8013
|
+
}
|
|
8014
|
+
|
|
8015
|
+
.radio > [data-slot="description"], .radio > [data-slot="field-error"] {
|
|
8016
|
+
cursor: default;
|
|
8017
|
+
width: 100%;
|
|
8018
|
+
min-width: 0;
|
|
8019
|
+
font-size: var(--text-xs);
|
|
8020
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
7800
8021
|
text-wrap: wrap;
|
|
8022
|
+
overflow-wrap: break-word;
|
|
8023
|
+
color: var(--muted);
|
|
7801
8024
|
-webkit-user-select: none;
|
|
7802
8025
|
user-select: none;
|
|
8026
|
+
padding-inline-start: calc(var(--spacing) * 7);
|
|
7803
8027
|
}
|
|
7804
8028
|
|
|
7805
|
-
.radio:disabled, .radio[data-disabled="true"], .radio[aria-disabled="true"] {
|
|
8029
|
+
.radio:disabled, .radio[data-disabled="true"], .radio[aria-disabled="true"], :is(.radio:disabled, .radio[data-disabled="true"], .radio[aria-disabled="true"]) [data-slot="description"], :is(.radio:disabled, .radio[data-disabled="true"], .radio[aria-disabled="true"]) [data-slot="field-error"] {
|
|
7806
8030
|
opacity: var(--disabled-opacity);
|
|
7807
8031
|
cursor: var(--cursor-disabled);
|
|
7808
8032
|
pointer-events: none;
|
|
7809
8033
|
}
|
|
7810
8034
|
|
|
8035
|
+
.radio__content {
|
|
8036
|
+
cursor: inherit;
|
|
8037
|
+
align-items: center;
|
|
8038
|
+
gap: calc(var(--spacing) * 3);
|
|
8039
|
+
font-size: var(--text-sm);
|
|
8040
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
8041
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
8042
|
+
font-weight: var(--font-weight-medium);
|
|
8043
|
+
color: var(--foreground);
|
|
8044
|
+
--tw-outline-style: none;
|
|
8045
|
+
-webkit-user-select: none;
|
|
8046
|
+
user-select: none;
|
|
8047
|
+
-webkit-tap-highlight-color: transparent;
|
|
8048
|
+
outline-style: none;
|
|
8049
|
+
display: inline-flex;
|
|
8050
|
+
}
|
|
8051
|
+
|
|
7811
8052
|
.radio__control {
|
|
7812
8053
|
width: calc(var(--spacing) * 4);
|
|
7813
8054
|
height: calc(var(--spacing) * 4);
|
|
@@ -7826,7 +8067,6 @@
|
|
|
7826
8067
|
flex-shrink: 0;
|
|
7827
8068
|
justify-content: center;
|
|
7828
8069
|
align-items: center;
|
|
7829
|
-
margin-top: 3px;
|
|
7830
8070
|
display: inline-flex;
|
|
7831
8071
|
position: relative;
|
|
7832
8072
|
}
|
|
@@ -7845,7 +8085,7 @@
|
|
|
7845
8085
|
cursor: var(--cursor-interactive);
|
|
7846
8086
|
}
|
|
7847
8087
|
|
|
7848
|
-
.radio:focus-visible .radio__control, .radio[data-focus-visible="true"] .radio__control {
|
|
8088
|
+
.radio:has([data-slot="radio-content"][data-focus-visible="true"]) .radio__control, .radio [data-slot="radio-content"][data-focus-visible="true"] .radio__control {
|
|
7849
8089
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
7850
8090
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
7851
8091
|
--tw-ring-color: var(--focus);
|
|
@@ -7856,27 +8096,27 @@
|
|
|
7856
8096
|
outline-style: none;
|
|
7857
8097
|
}
|
|
7858
8098
|
|
|
7859
|
-
.radio:
|
|
8099
|
+
.radio:has([data-slot="radio-content"][data-hovered="true"]) .radio__control, .radio [data-slot="radio-content"][data-hovered="true"] .radio__control {
|
|
7860
8100
|
border-color: var(--field-border-hover);
|
|
7861
8101
|
}
|
|
7862
8102
|
|
|
7863
|
-
|
|
8103
|
+
.radio:has([data-slot="radio-content"][data-hovered="true"]):not([data-selected]):not(:has(input:checked)) .radio__control .radio__indicator:empty:before {
|
|
7864
8104
|
background-color: var(--field-hover);
|
|
7865
8105
|
}
|
|
7866
8106
|
|
|
7867
|
-
.radio:
|
|
8107
|
+
.radio:has([data-slot="radio-content"][data-pressed="true"]) .radio__control, .radio [data-slot="radio-content"][data-pressed="true"] .radio__control {
|
|
7868
8108
|
--tw-scale-x: 95%;
|
|
7869
8109
|
--tw-scale-y: 95%;
|
|
7870
8110
|
--tw-scale-z: 95%;
|
|
7871
8111
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
7872
8112
|
}
|
|
7873
8113
|
|
|
7874
|
-
.radio[
|
|
8114
|
+
.radio[data-selected] .radio__control, .radio:has([data-slot="radio-content"][aria-checked="true"]) .radio__control, .radio:has(input:checked) .radio__control {
|
|
7875
8115
|
background-color: var(--accent);
|
|
7876
8116
|
border-color: #0000;
|
|
7877
8117
|
}
|
|
7878
8118
|
|
|
7879
|
-
.radio:
|
|
8119
|
+
.radio[data-selected]:has([data-slot="radio-content"][data-pressed="true"]) .radio__control, .radio:has([data-slot="radio-content"][data-pressed="true"][aria-checked="true"]) .radio__control, .radio:has(input:checked):has([data-slot="radio-content"][data-pressed="true"]) .radio__control {
|
|
7880
8120
|
background-color: var(--accent-hover);
|
|
7881
8121
|
}
|
|
7882
8122
|
|
|
@@ -7897,7 +8137,7 @@
|
|
|
7897
8137
|
--tw-ring-offset-width: 0px;
|
|
7898
8138
|
}
|
|
7899
8139
|
|
|
7900
|
-
.radio[data-invalid="true"][
|
|
8140
|
+
.radio[data-invalid="true"][data-selected] .radio__control, .radio[aria-invalid="true"][data-selected] .radio__control, .radio[data-invalid="true"]:has(input:checked) .radio__control, .radio[aria-invalid="true"]:has(input:checked) .radio__control {
|
|
7901
8141
|
outline-style: var(--tw-outline-style);
|
|
7902
8142
|
outline-width: 1px;
|
|
7903
8143
|
outline-color: var(--danger);
|
|
@@ -7906,7 +8146,7 @@
|
|
|
7906
8146
|
outline-style: solid;
|
|
7907
8147
|
}
|
|
7908
8148
|
|
|
7909
|
-
:is(.radio[data-invalid="true"][
|
|
8149
|
+
:is(.radio[data-invalid="true"][data-selected] .radio__control, .radio[aria-invalid="true"][data-selected] .radio__control, .radio[data-invalid="true"]:has(input:checked) .radio__control, .radio[aria-invalid="true"]:has(input:checked) .radio__control):focus, :is(.radio[data-invalid="true"][data-selected] .radio__control, .radio[aria-invalid="true"][data-selected] .radio__control, .radio[data-invalid="true"]:has(input:checked) .radio__control, .radio[aria-invalid="true"]:has(input:checked) .radio__control):focus-visible, :is(.radio[data-invalid="true"][data-selected] .radio__control, .radio[aria-invalid="true"][data-selected] .radio__control, .radio[data-invalid="true"]:has(input:checked) .radio__control, .radio[aria-invalid="true"]:has(input:checked) .radio__control)[data-focused="true"], :is(.radio[data-invalid="true"][data-selected] .radio__control, .radio[aria-invalid="true"][data-selected] .radio__control, .radio[data-invalid="true"]:has(input:checked) .radio__control, .radio[aria-invalid="true"]:has(input:checked) .radio__control)[data-focus-visible="true"], :is(.radio[data-invalid="true"][data-selected] .radio__control, .radio[aria-invalid="true"][data-selected] .radio__control, .radio[data-invalid="true"]:has(input:checked) .radio__control, .radio[aria-invalid="true"]:has(input:checked) .radio__control):focus-within, :is(.radio[data-invalid="true"][data-selected] .radio__control, .radio[aria-invalid="true"][data-selected] .radio__control, .radio[data-invalid="true"]:has(input:checked) .radio__control, .radio[aria-invalid="true"]:has(input:checked) .radio__control)[data-focus-within="true"] {
|
|
7910
8150
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
7911
8151
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
7912
8152
|
--tw-ring-color: var(--danger);
|
|
@@ -7943,21 +8183,15 @@
|
|
|
7943
8183
|
}
|
|
7944
8184
|
}
|
|
7945
8185
|
|
|
7946
|
-
.radio[
|
|
8186
|
+
.radio[data-selected] .radio__indicator:empty:before, .radio:has([data-slot="radio-content"][aria-checked="true"]) .radio__indicator:empty:before, .radio:has(input:checked) .radio__indicator:empty:before {
|
|
7947
8187
|
background-color: var(--accent-foreground);
|
|
7948
8188
|
scale: .4286;
|
|
7949
8189
|
}
|
|
7950
8190
|
|
|
7951
|
-
.radio[data-selected="true"][data-pressed="true"] .radio__indicator:empty:before {
|
|
8191
|
+
.radio[data-selected]:has([data-slot="radio-content"][data-pressed="true"]) .radio__indicator:empty:before, .radio:has([data-slot="radio-content"][data-pressed="true"][aria-checked="true"]) .radio__indicator:empty:before, .radio:has(input:checked):has([data-slot="radio-content"][data-pressed="true"]) .radio__indicator:empty:before {
|
|
7952
8192
|
scale: .5714;
|
|
7953
8193
|
}
|
|
7954
8194
|
|
|
7955
|
-
.radio__content {
|
|
7956
|
-
flex-direction: column;
|
|
7957
|
-
gap: 0;
|
|
7958
|
-
display: flex;
|
|
7959
|
-
}
|
|
7960
|
-
|
|
7961
8195
|
.radio--disabled {
|
|
7962
8196
|
opacity: var(--disabled-opacity);
|
|
7963
8197
|
cursor: var(--cursor-disabled);
|
|
@@ -8074,6 +8308,16 @@
|
|
|
8074
8308
|
pointer-events: none;
|
|
8075
8309
|
}
|
|
8076
8310
|
|
|
8311
|
+
:-webkit-any(.search-field__group:has([data-slot="search-field-input"]:-webkit-autofill), .search-field__group:has([data-slot="search-field-input"]:autofill)) {
|
|
8312
|
+
background-color: var(--field-focus);
|
|
8313
|
+
border-color: var(--field-border-focus);
|
|
8314
|
+
}
|
|
8315
|
+
|
|
8316
|
+
:is(.search-field__group:has([data-slot="search-field-input"]:autofill), .search-field__group:has([data-slot="search-field-input"]:autofill)) {
|
|
8317
|
+
background-color: var(--field-focus);
|
|
8318
|
+
border-color: var(--field-border-focus);
|
|
8319
|
+
}
|
|
8320
|
+
|
|
8077
8321
|
.search-field__input {
|
|
8078
8322
|
border-style: var(--tw-border-style);
|
|
8079
8323
|
padding-inline: calc(var(--spacing) * 3);
|
|
@@ -8122,6 +8366,41 @@
|
|
|
8122
8366
|
outline-style: none;
|
|
8123
8367
|
}
|
|
8124
8368
|
|
|
8369
|
+
.search-field__input:-webkit-autofill {
|
|
8370
|
+
-webkit-text-fill-color: var(--field-foreground);
|
|
8371
|
+
caret-color: var(--field-foreground);
|
|
8372
|
+
transition: background-color 9999s ease-in-out;
|
|
8373
|
+
box-shadow: inset 0 0 0 1000px #0000;
|
|
8374
|
+
}
|
|
8375
|
+
|
|
8376
|
+
.search-field__input:-webkit-autofill:hover {
|
|
8377
|
+
-webkit-text-fill-color: var(--field-foreground);
|
|
8378
|
+
caret-color: var(--field-foreground);
|
|
8379
|
+
transition: background-color 9999s ease-in-out;
|
|
8380
|
+
box-shadow: inset 0 0 0 1000px #0000;
|
|
8381
|
+
}
|
|
8382
|
+
|
|
8383
|
+
.search-field__input:-webkit-autofill:focus {
|
|
8384
|
+
-webkit-text-fill-color: var(--field-foreground);
|
|
8385
|
+
caret-color: var(--field-foreground);
|
|
8386
|
+
transition: background-color 9999s ease-in-out;
|
|
8387
|
+
box-shadow: inset 0 0 0 1000px #0000;
|
|
8388
|
+
}
|
|
8389
|
+
|
|
8390
|
+
.search-field__input:-webkit-autofill:active {
|
|
8391
|
+
-webkit-text-fill-color: var(--field-foreground);
|
|
8392
|
+
caret-color: var(--field-foreground);
|
|
8393
|
+
transition: background-color 9999s ease-in-out;
|
|
8394
|
+
box-shadow: inset 0 0 0 1000px #0000;
|
|
8395
|
+
}
|
|
8396
|
+
|
|
8397
|
+
.search-field__input:autofill {
|
|
8398
|
+
-webkit-text-fill-color: var(--field-foreground);
|
|
8399
|
+
caret-color: var(--field-foreground);
|
|
8400
|
+
transition: background-color 9999s ease-in-out;
|
|
8401
|
+
box-shadow: inset 0 0 0 1000px #0000;
|
|
8402
|
+
}
|
|
8403
|
+
|
|
8125
8404
|
.search-field__search-icon {
|
|
8126
8405
|
pointer-events: none;
|
|
8127
8406
|
color: var(--field-placeholder, var(--muted));
|
|
@@ -8333,6 +8612,43 @@
|
|
|
8333
8612
|
container-type: inline-size;
|
|
8334
8613
|
}
|
|
8335
8614
|
|
|
8615
|
+
.calendar--week-view .calendar__cell, .calendar--day-view .calendar__cell {
|
|
8616
|
+
aspect-ratio: 1;
|
|
8617
|
+
place-self: center;
|
|
8618
|
+
width: 100%;
|
|
8619
|
+
height: auto;
|
|
8620
|
+
}
|
|
8621
|
+
|
|
8622
|
+
.calendar--day-view .calendar__grid {
|
|
8623
|
+
flex-direction: column;
|
|
8624
|
+
display: flex;
|
|
8625
|
+
}
|
|
8626
|
+
|
|
8627
|
+
.calendar--day-view .calendar__grid-header {
|
|
8628
|
+
grid-template-columns: repeat(7, 1fr);
|
|
8629
|
+
width: 100%;
|
|
8630
|
+
display: grid;
|
|
8631
|
+
}
|
|
8632
|
+
|
|
8633
|
+
.calendar--day-view .calendar__grid-header > tr {
|
|
8634
|
+
display: contents;
|
|
8635
|
+
}
|
|
8636
|
+
|
|
8637
|
+
.calendar--day-view .calendar__grid-body {
|
|
8638
|
+
margin-top: var(--spacing);
|
|
8639
|
+
grid-template-columns: repeat(7, 1fr);
|
|
8640
|
+
width: 100%;
|
|
8641
|
+
display: grid;
|
|
8642
|
+
}
|
|
8643
|
+
|
|
8644
|
+
.calendar--day-view .calendar__grid-body > tr {
|
|
8645
|
+
display: contents;
|
|
8646
|
+
}
|
|
8647
|
+
|
|
8648
|
+
.calendar--day-view .calendar__grid-body > tr:first-child > td {
|
|
8649
|
+
margin-top: 0;
|
|
8650
|
+
}
|
|
8651
|
+
|
|
8336
8652
|
.calendar__header {
|
|
8337
8653
|
padding-inline: calc(var(--spacing) * .5);
|
|
8338
8654
|
padding-bottom: calc(var(--spacing) * 4);
|
|
@@ -8570,6 +8886,43 @@
|
|
|
8570
8886
|
container-type: inline-size;
|
|
8571
8887
|
}
|
|
8572
8888
|
|
|
8889
|
+
.range-calendar--week-view .range-calendar__cell, .range-calendar--day-view .range-calendar__cell {
|
|
8890
|
+
aspect-ratio: 1;
|
|
8891
|
+
place-self: center;
|
|
8892
|
+
width: 100%;
|
|
8893
|
+
height: auto;
|
|
8894
|
+
}
|
|
8895
|
+
|
|
8896
|
+
.range-calendar--day-view .range-calendar__grid {
|
|
8897
|
+
flex-direction: column;
|
|
8898
|
+
display: flex;
|
|
8899
|
+
}
|
|
8900
|
+
|
|
8901
|
+
.range-calendar--day-view .range-calendar__grid-header {
|
|
8902
|
+
grid-template-columns: repeat(7, 1fr);
|
|
8903
|
+
width: 100%;
|
|
8904
|
+
display: grid;
|
|
8905
|
+
}
|
|
8906
|
+
|
|
8907
|
+
.range-calendar--day-view .range-calendar__grid-header > tr {
|
|
8908
|
+
display: contents;
|
|
8909
|
+
}
|
|
8910
|
+
|
|
8911
|
+
.range-calendar--day-view .range-calendar__grid-body {
|
|
8912
|
+
margin-top: var(--spacing);
|
|
8913
|
+
grid-template-columns: repeat(7, 1fr);
|
|
8914
|
+
width: 100%;
|
|
8915
|
+
display: grid;
|
|
8916
|
+
}
|
|
8917
|
+
|
|
8918
|
+
.range-calendar--day-view .range-calendar__grid-body > tr {
|
|
8919
|
+
display: contents;
|
|
8920
|
+
}
|
|
8921
|
+
|
|
8922
|
+
.range-calendar--day-view .range-calendar__grid-body > tr:first-child > td {
|
|
8923
|
+
margin-top: 0;
|
|
8924
|
+
}
|
|
8925
|
+
|
|
8573
8926
|
.range-calendar__header {
|
|
8574
8927
|
padding-inline: calc(var(--spacing) * .5);
|
|
8575
8928
|
padding-bottom: calc(var(--spacing) * 4);
|
|
@@ -9431,7 +9784,7 @@
|
|
|
9431
9784
|
}
|
|
9432
9785
|
|
|
9433
9786
|
.date-picker__popover {
|
|
9434
|
-
|
|
9787
|
+
min-width: var(--trigger-width);
|
|
9435
9788
|
transform-origin: var(--trigger-anchor-point);
|
|
9436
9789
|
scrollbar-color: auto;
|
|
9437
9790
|
scrollbar-gutter: auto;
|
|
@@ -9440,7 +9793,7 @@
|
|
|
9440
9793
|
overscroll-behavior: contain;
|
|
9441
9794
|
background-color: var(--overlay);
|
|
9442
9795
|
padding: calc(var(--spacing) * 3);
|
|
9443
|
-
overflow:
|
|
9796
|
+
overflow-y: auto;
|
|
9444
9797
|
}
|
|
9445
9798
|
|
|
9446
9799
|
.date-picker__popover:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .date-picker__popover:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .date-picker__popover:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
|
|
@@ -9573,7 +9926,7 @@
|
|
|
9573
9926
|
}
|
|
9574
9927
|
|
|
9575
9928
|
.date-range-picker__popover {
|
|
9576
|
-
|
|
9929
|
+
min-width: var(--trigger-width);
|
|
9577
9930
|
transform-origin: var(--trigger-anchor-point);
|
|
9578
9931
|
scrollbar-color: auto;
|
|
9579
9932
|
scrollbar-gutter: auto;
|
|
@@ -9582,7 +9935,7 @@
|
|
|
9582
9935
|
overscroll-behavior: contain;
|
|
9583
9936
|
background-color: var(--overlay);
|
|
9584
9937
|
padding: calc(var(--spacing) * 3);
|
|
9585
|
-
overflow:
|
|
9938
|
+
overflow-y: auto;
|
|
9586
9939
|
}
|
|
9587
9940
|
|
|
9588
9941
|
.date-range-picker__popover:is([data-reduce-motion="true"], [data-reduce-motion="true"] *), .date-range-picker__popover:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):before, .date-range-picker__popover:is([data-reduce-motion="true"], [data-reduce-motion="true"] *):after {
|
|
@@ -10117,6 +10470,8 @@
|
|
|
10117
10470
|
background-color: var(--overlay);
|
|
10118
10471
|
--tw-shadow: var(--overlay-shadow);
|
|
10119
10472
|
width: 100%;
|
|
10473
|
+
min-height: 0;
|
|
10474
|
+
max-height: 100%;
|
|
10120
10475
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
10121
10476
|
--tw-outline-style: none;
|
|
10122
10477
|
border-radius: min(32px, var(--radius-3xl));
|
|
@@ -10807,6 +11162,8 @@
|
|
|
10807
11162
|
}
|
|
10808
11163
|
|
|
10809
11164
|
.modal__dialog--scroll-inside {
|
|
11165
|
+
min-height: 0;
|
|
11166
|
+
max-height: 100%;
|
|
10810
11167
|
overflow: clip;
|
|
10811
11168
|
}
|
|
10812
11169
|
|
|
@@ -11497,7 +11854,7 @@
|
|
|
11497
11854
|
}
|
|
11498
11855
|
}
|
|
11499
11856
|
|
|
11500
|
-
.select--secondary .select__trigger:focus-visible:not(:focus), .select--secondary .select__trigger[data-focus-visible="true"] {
|
|
11857
|
+
.select--secondary .select__trigger:focus-visible:not(:focus), .select--secondary .select__trigger[data-focus-visible="true"], .select[data-invalid="true"] :is(.select--secondary .select__trigger), .select[aria-invalid="true"] :is(.select--secondary .select__trigger) {
|
|
11501
11858
|
background-color: var(--select-trigger-bg-focus);
|
|
11502
11859
|
}
|
|
11503
11860
|
|
|
@@ -11762,7 +12119,7 @@
|
|
|
11762
12119
|
}
|
|
11763
12120
|
}
|
|
11764
12121
|
|
|
11765
|
-
.autocomplete--secondary .autocomplete__trigger:focus-visible:not(:focus), .autocomplete--secondary .autocomplete__trigger[data-focus-visible="true"] {
|
|
12122
|
+
.autocomplete--secondary .autocomplete__trigger:focus-visible:not(:focus), .autocomplete--secondary .autocomplete__trigger[data-focus-visible="true"], .autocomplete[data-invalid="true"] :is(.autocomplete--secondary .autocomplete__trigger), .autocomplete[aria-invalid="true"] :is(.autocomplete--secondary .autocomplete__trigger) {
|
|
11766
12123
|
background-color: var(--autocomplete-trigger-bg-focus);
|
|
11767
12124
|
}
|
|
11768
12125
|
|
|
@@ -11818,12 +12175,10 @@
|
|
|
11818
12175
|
}
|
|
11819
12176
|
|
|
11820
12177
|
.autocomplete__popover {
|
|
11821
|
-
|
|
12178
|
+
width: var(--trigger-width);
|
|
12179
|
+
max-width: var(--trigger-width);
|
|
11822
12180
|
transform-origin: var(--trigger-anchor-point);
|
|
11823
12181
|
scroll-padding-block: var(--spacing);
|
|
11824
|
-
scrollbar-width: var(--scrollbar-width);
|
|
11825
|
-
scrollbar-color: var(--scrollbar-color);
|
|
11826
|
-
scrollbar-gutter: var(--scrollbar-gutter);
|
|
11827
12182
|
overscroll-behavior: contain;
|
|
11828
12183
|
background-color: var(--overlay);
|
|
11829
12184
|
padding: 0;
|
|
@@ -11832,7 +12187,7 @@
|
|
|
11832
12187
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
11833
12188
|
border-radius: min(32px, var(--radius-3xl));
|
|
11834
12189
|
box-shadow: var(--shadow-overlay);
|
|
11835
|
-
overflow
|
|
12190
|
+
overflow: hidden;
|
|
11836
12191
|
}
|
|
11837
12192
|
|
|
11838
12193
|
.autocomplete__popover:focus-visible:not(:focus), .autocomplete__popover[data-focus-visible="true"] {
|
|
@@ -11900,9 +12255,14 @@
|
|
|
11900
12255
|
}
|
|
11901
12256
|
|
|
11902
12257
|
.autocomplete__popover [data-slot="list-box"] {
|
|
12258
|
+
scrollbar-width: var(--scrollbar-width);
|
|
12259
|
+
scrollbar-color: var(--scrollbar-color);
|
|
12260
|
+
scrollbar-gutter: var(--scrollbar-gutter);
|
|
12261
|
+
max-height: 320px;
|
|
11903
12262
|
padding: calc(var(--spacing) * 1.5);
|
|
11904
12263
|
--tw-outline-style: none;
|
|
11905
12264
|
outline-style: none;
|
|
12265
|
+
overflow-y: auto;
|
|
11906
12266
|
}
|
|
11907
12267
|
|
|
11908
12268
|
.autocomplete__popover [data-slot="list-box-item"] {
|
|
@@ -11933,6 +12293,11 @@
|
|
|
11933
12293
|
}
|
|
11934
12294
|
}
|
|
11935
12295
|
|
|
12296
|
+
.autocomplete__popover-dialog, .autocomplete__popover-dialog:focus, .autocomplete__popover-dialog:focus-visible, .autocomplete__popover-dialog[data-focus-visible="true"] {
|
|
12297
|
+
--tw-outline-style: none;
|
|
12298
|
+
outline-style: none;
|
|
12299
|
+
}
|
|
12300
|
+
|
|
11936
12301
|
.autocomplete--full-width, .autocomplete__trigger--full-width {
|
|
11937
12302
|
width: 100%;
|
|
11938
12303
|
}
|
|
@@ -12360,6 +12725,7 @@
|
|
|
12360
12725
|
|
|
12361
12726
|
.scroll-shadow {
|
|
12362
12727
|
--scroll-shadow-size: 40px;
|
|
12728
|
+
--scroll-shadow-scrollbar-size: 10px;
|
|
12363
12729
|
position: relative;
|
|
12364
12730
|
}
|
|
12365
12731
|
|
|
@@ -12377,54 +12743,64 @@
|
|
|
12377
12743
|
overflow-x: auto;
|
|
12378
12744
|
}
|
|
12379
12745
|
|
|
12746
|
+
.scroll-shadow--fade.scroll-shadow--vertical:where([data-top-scroll="true"], [data-bottom-scroll="true"], [data-top-bottom-scroll="true"]) {
|
|
12747
|
+
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient)), linear-gradient(#000, #000);
|
|
12748
|
+
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient)), linear-gradient(#000, #000);
|
|
12749
|
+
mask-image: linear-gradient(var(--scroll-linear-gradient)), linear-gradient(#000, #000);
|
|
12750
|
+
-webkit-mask-position: 0 0, 100% 0;
|
|
12751
|
+
mask-position: 0 0, 100% 0;
|
|
12752
|
+
-webkit-mask-repeat: no-repeat;
|
|
12753
|
+
mask-repeat: no-repeat;
|
|
12754
|
+
-webkit-mask-size: calc(100% - var(--scroll-shadow-scrollbar-size)) 100%, var(--scroll-shadow-scrollbar-size) 100%;
|
|
12755
|
+
-webkit-mask-size: calc(100% - var(--scroll-shadow-scrollbar-size)) 100%, var(--scroll-shadow-scrollbar-size) 100%;
|
|
12756
|
+
mask-size: calc(100% - var(--scroll-shadow-scrollbar-size)) 100%, var(--scroll-shadow-scrollbar-size) 100%;
|
|
12757
|
+
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient)), linear-gradient(#000, #000);
|
|
12758
|
+
-webkit-mask-position: 0 0, 100% 0;
|
|
12759
|
+
-webkit-mask-repeat: no-repeat;
|
|
12760
|
+
-webkit-mask-size: calc(100% - var(--scroll-shadow-scrollbar-size)) 100%, var(--scroll-shadow-scrollbar-size) 100%;
|
|
12761
|
+
}
|
|
12762
|
+
|
|
12380
12763
|
.scroll-shadow--fade.scroll-shadow--vertical[data-top-scroll="true"] {
|
|
12381
12764
|
--scroll-linear-gradient: 0deg, #000 calc(100% - var(--scroll-shadow-size)), transparent;
|
|
12382
|
-
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12383
|
-
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12384
|
-
mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12385
|
-
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12386
12765
|
}
|
|
12387
12766
|
|
|
12388
12767
|
.scroll-shadow--fade.scroll-shadow--vertical[data-bottom-scroll="true"] {
|
|
12389
12768
|
--scroll-linear-gradient: 180deg, #000 calc(100% - var(--scroll-shadow-size)), transparent;
|
|
12390
|
-
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12391
|
-
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12392
|
-
mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12393
|
-
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12394
12769
|
}
|
|
12395
12770
|
|
|
12396
12771
|
.scroll-shadow--fade.scroll-shadow--vertical[data-top-bottom-scroll="true"] {
|
|
12397
12772
|
--scroll-linear-gradient: #000, #000, transparent 0, #000 var(--scroll-shadow-size),
|
|
12398
12773
|
#000 calc(100% - var(--scroll-shadow-size)), transparent;
|
|
12399
|
-
|
|
12400
|
-
|
|
12401
|
-
|
|
12402
|
-
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12774
|
+
}
|
|
12775
|
+
|
|
12776
|
+
.scroll-shadow--fade.scroll-shadow--horizontal:where([data-left-scroll="true"], [data-right-scroll="true"], [data-left-right-scroll="true"]) {
|
|
12777
|
+
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient)), linear-gradient(#000, #000);
|
|
12778
|
+
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient)), linear-gradient(#000, #000);
|
|
12779
|
+
mask-image: linear-gradient(var(--scroll-linear-gradient)), linear-gradient(#000, #000);
|
|
12780
|
+
-webkit-mask-position: 0 0, 0 100%;
|
|
12781
|
+
mask-position: 0 0, 0 100%;
|
|
12782
|
+
-webkit-mask-repeat: no-repeat;
|
|
12783
|
+
mask-repeat: no-repeat;
|
|
12784
|
+
-webkit-mask-size: 100% calc(100% - var(--scroll-shadow-scrollbar-size)), 100% var(--scroll-shadow-scrollbar-size);
|
|
12785
|
+
-webkit-mask-size: 100% calc(100% - var(--scroll-shadow-scrollbar-size)), 100% var(--scroll-shadow-scrollbar-size);
|
|
12786
|
+
mask-size: 100% calc(100% - var(--scroll-shadow-scrollbar-size)), 100% var(--scroll-shadow-scrollbar-size);
|
|
12787
|
+
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient)), linear-gradient(#000, #000);
|
|
12788
|
+
-webkit-mask-position: 0 0, 0 100%;
|
|
12789
|
+
-webkit-mask-repeat: no-repeat;
|
|
12790
|
+
-webkit-mask-size: 100% calc(100% - var(--scroll-shadow-scrollbar-size)), 100% var(--scroll-shadow-scrollbar-size);
|
|
12403
12791
|
}
|
|
12404
12792
|
|
|
12405
12793
|
.scroll-shadow--fade.scroll-shadow--horizontal[data-left-scroll="true"] {
|
|
12406
12794
|
--scroll-linear-gradient: 270deg, #000 calc(100% - var(--scroll-shadow-size)), transparent;
|
|
12407
|
-
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12408
|
-
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12409
|
-
mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12410
|
-
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12411
12795
|
}
|
|
12412
12796
|
|
|
12413
12797
|
.scroll-shadow--fade.scroll-shadow--horizontal[data-right-scroll="true"] {
|
|
12414
12798
|
--scroll-linear-gradient: 90deg, #000 calc(100% - var(--scroll-shadow-size)), transparent;
|
|
12415
|
-
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12416
|
-
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12417
|
-
mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12418
|
-
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12419
12799
|
}
|
|
12420
12800
|
|
|
12421
12801
|
.scroll-shadow--fade.scroll-shadow--horizontal[data-left-right-scroll="true"] {
|
|
12422
12802
|
--scroll-linear-gradient: to right, #000, #000, transparent 0, #000 var(--scroll-shadow-size),
|
|
12423
12803
|
#000 calc(100% - var(--scroll-shadow-size)), transparent;
|
|
12424
|
-
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12425
|
-
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12426
|
-
mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12427
|
-
-webkit-mask-image: linear-gradient(var(--scroll-linear-gradient));
|
|
12428
12804
|
}
|
|
12429
12805
|
|
|
12430
12806
|
.scroll-shadow--hide-scrollbar {
|
|
@@ -12432,6 +12808,7 @@
|
|
|
12432
12808
|
scrollbar-gutter: auto;
|
|
12433
12809
|
-ms-overflow-style: none;
|
|
12434
12810
|
scrollbar-width: none;
|
|
12811
|
+
--scroll-shadow-scrollbar-size: 0px;
|
|
12435
12812
|
}
|
|
12436
12813
|
}
|
|
12437
12814
|
|
|
@@ -13306,6 +13683,10 @@
|
|
|
13306
13683
|
margin-right: calc(var(--spacing) * 8);
|
|
13307
13684
|
}
|
|
13308
13685
|
|
|
13686
|
+
.mr-15 {
|
|
13687
|
+
margin-right: calc(var(--spacing) * 15);
|
|
13688
|
+
}
|
|
13689
|
+
|
|
13309
13690
|
.mr-18 {
|
|
13310
13691
|
margin-right: calc(var(--spacing) * 18);
|
|
13311
13692
|
}
|
|
@@ -13957,6 +14338,10 @@
|
|
|
13957
14338
|
min-height: calc(var(--spacing) * 39);
|
|
13958
14339
|
}
|
|
13959
14340
|
|
|
14341
|
+
.min-h-40 {
|
|
14342
|
+
min-height: calc(var(--spacing) * 40);
|
|
14343
|
+
}
|
|
14344
|
+
|
|
13960
14345
|
.min-h-115 {
|
|
13961
14346
|
min-height: calc(var(--spacing) * 115);
|
|
13962
14347
|
}
|
|
@@ -14281,6 +14666,10 @@
|
|
|
14281
14666
|
width: 34%;
|
|
14282
14667
|
}
|
|
14283
14668
|
|
|
14669
|
+
.w-\[36\%\] {
|
|
14670
|
+
width: 36%;
|
|
14671
|
+
}
|
|
14672
|
+
|
|
14284
14673
|
.w-\[39\%\] {
|
|
14285
14674
|
width: 39%;
|
|
14286
14675
|
}
|
|
@@ -14500,6 +14889,13 @@
|
|
|
14500
14889
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
14501
14890
|
}
|
|
14502
14891
|
|
|
14892
|
+
.scale-200 {
|
|
14893
|
+
--tw-scale-x: 200%;
|
|
14894
|
+
--tw-scale-y: 200%;
|
|
14895
|
+
--tw-scale-z: 200%;
|
|
14896
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
14897
|
+
}
|
|
14898
|
+
|
|
14503
14899
|
.scale-\[2\.5\] {
|
|
14504
14900
|
scale: 2.5;
|
|
14505
14901
|
}
|
|
@@ -15178,6 +15574,11 @@
|
|
|
15178
15574
|
border-width: 7px;
|
|
15179
15575
|
}
|
|
15180
15576
|
|
|
15577
|
+
.border-y {
|
|
15578
|
+
border-block-style: var(--tw-border-style);
|
|
15579
|
+
border-block-width: 1px;
|
|
15580
|
+
}
|
|
15581
|
+
|
|
15181
15582
|
.border-t {
|
|
15182
15583
|
border-top-style: var(--tw-border-style);
|
|
15183
15584
|
border-top-width: 1px;
|
|
@@ -15349,6 +15750,16 @@
|
|
|
15349
15750
|
}
|
|
15350
15751
|
}
|
|
15351
15752
|
|
|
15753
|
+
.border-border\/60 {
|
|
15754
|
+
border-color: var(--border);
|
|
15755
|
+
}
|
|
15756
|
+
|
|
15757
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
15758
|
+
.border-border\/60 {
|
|
15759
|
+
border-color: color-mix(in oklab, var(--border) 60%, transparent);
|
|
15760
|
+
}
|
|
15761
|
+
}
|
|
15762
|
+
|
|
15352
15763
|
.border-border\/70 {
|
|
15353
15764
|
border-color: var(--border);
|
|
15354
15765
|
}
|
|
@@ -15437,6 +15848,16 @@
|
|
|
15437
15848
|
}
|
|
15438
15849
|
}
|
|
15439
15850
|
|
|
15851
|
+
.border-muted\/70 {
|
|
15852
|
+
border-color: var(--muted);
|
|
15853
|
+
}
|
|
15854
|
+
|
|
15855
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
15856
|
+
.border-muted\/70 {
|
|
15857
|
+
border-color: color-mix(in oklab, var(--muted) 70%, transparent);
|
|
15858
|
+
}
|
|
15859
|
+
}
|
|
15860
|
+
|
|
15440
15861
|
.border-pink-400\/25 {
|
|
15441
15862
|
border-color: #fb64b640;
|
|
15442
15863
|
}
|
|
@@ -15771,6 +16192,16 @@
|
|
|
15771
16192
|
background-color: var(--border-secondary);
|
|
15772
16193
|
}
|
|
15773
16194
|
|
|
16195
|
+
.bg-border\/80 {
|
|
16196
|
+
background-color: var(--border);
|
|
16197
|
+
}
|
|
16198
|
+
|
|
16199
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
16200
|
+
.bg-border\/80 {
|
|
16201
|
+
background-color: color-mix(in oklab, var(--border) 80%, transparent);
|
|
16202
|
+
}
|
|
16203
|
+
}
|
|
16204
|
+
|
|
15774
16205
|
.bg-current {
|
|
15775
16206
|
background-color: currentColor;
|
|
15776
16207
|
}
|
|
@@ -15877,6 +16308,16 @@
|
|
|
15877
16308
|
}
|
|
15878
16309
|
}
|
|
15879
16310
|
|
|
16311
|
+
.bg-foreground\/50 {
|
|
16312
|
+
background-color: var(--foreground);
|
|
16313
|
+
}
|
|
16314
|
+
|
|
16315
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
16316
|
+
.bg-foreground\/50 {
|
|
16317
|
+
background-color: color-mix(in oklab, var(--foreground) 50%, transparent);
|
|
16318
|
+
}
|
|
16319
|
+
}
|
|
16320
|
+
|
|
15880
16321
|
.bg-foreground\/70 {
|
|
15881
16322
|
background-color: var(--foreground);
|
|
15882
16323
|
}
|
|
@@ -16421,6 +16862,21 @@
|
|
|
16421
16862
|
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
16422
16863
|
}
|
|
16423
16864
|
|
|
16865
|
+
.via-foreground\/20 {
|
|
16866
|
+
--tw-gradient-via: var(--foreground);
|
|
16867
|
+
}
|
|
16868
|
+
|
|
16869
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
16870
|
+
.via-foreground\/20 {
|
|
16871
|
+
--tw-gradient-via: color-mix(in oklab, var(--foreground) 20%, transparent);
|
|
16872
|
+
}
|
|
16873
|
+
}
|
|
16874
|
+
|
|
16875
|
+
.via-foreground\/20 {
|
|
16876
|
+
--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);
|
|
16877
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
16878
|
+
}
|
|
16879
|
+
|
|
16424
16880
|
.via-surface\/25 {
|
|
16425
16881
|
--tw-gradient-via: var(--surface);
|
|
16426
16882
|
}
|
|
@@ -17122,6 +17578,18 @@
|
|
|
17122
17578
|
font-size: 1.15em;
|
|
17123
17579
|
}
|
|
17124
17580
|
|
|
17581
|
+
.text-\[1\.35em\] {
|
|
17582
|
+
font-size: 1.35em;
|
|
17583
|
+
}
|
|
17584
|
+
|
|
17585
|
+
.text-\[1\.65em\] {
|
|
17586
|
+
font-size: 1.65em;
|
|
17587
|
+
}
|
|
17588
|
+
|
|
17589
|
+
.text-\[1\.75em\] {
|
|
17590
|
+
font-size: 1.75em;
|
|
17591
|
+
}
|
|
17592
|
+
|
|
17125
17593
|
.text-\[1\.75rem\] {
|
|
17126
17594
|
font-size: 1.75rem;
|
|
17127
17595
|
}
|
|
@@ -17154,6 +17622,10 @@
|
|
|
17154
17622
|
font-size: 3.2em;
|
|
17155
17623
|
}
|
|
17156
17624
|
|
|
17625
|
+
.text-\[3\.3em\] {
|
|
17626
|
+
font-size: 3.3em;
|
|
17627
|
+
}
|
|
17628
|
+
|
|
17157
17629
|
.text-\[4\.5rem\] {
|
|
17158
17630
|
font-size: 4.5rem;
|
|
17159
17631
|
}
|
|
@@ -17846,6 +18318,16 @@
|
|
|
17846
18318
|
}
|
|
17847
18319
|
}
|
|
17848
18320
|
|
|
18321
|
+
.text-foreground\/45 {
|
|
18322
|
+
color: var(--foreground);
|
|
18323
|
+
}
|
|
18324
|
+
|
|
18325
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
18326
|
+
.text-foreground\/45 {
|
|
18327
|
+
color: color-mix(in oklab, var(--foreground) 45%, transparent);
|
|
18328
|
+
}
|
|
18329
|
+
}
|
|
18330
|
+
|
|
17849
18331
|
.text-foreground\/50 {
|
|
17850
18332
|
color: var(--foreground);
|
|
17851
18333
|
}
|
|
@@ -17896,6 +18378,16 @@
|
|
|
17896
18378
|
}
|
|
17897
18379
|
}
|
|
17898
18380
|
|
|
18381
|
+
.text-foreground\/85 {
|
|
18382
|
+
color: var(--foreground);
|
|
18383
|
+
}
|
|
18384
|
+
|
|
18385
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
18386
|
+
.text-foreground\/85 {
|
|
18387
|
+
color: color-mix(in oklab, var(--foreground) 85%, transparent);
|
|
18388
|
+
}
|
|
18389
|
+
}
|
|
18390
|
+
|
|
17899
18391
|
.text-foreground\/90 {
|
|
17900
18392
|
color: var(--foreground);
|
|
17901
18393
|
}
|