karafka-web 0.11.2 → 0.11.3
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/Gemfile.lock +40 -14
- data/bin/verify_kafka_warnings +1 -1
- data/config/locales/errors.yml +1 -0
- data/docker-compose.yml +1 -3
- data/karafka-web.gemspec +2 -2
- data/lib/karafka/web/deserializer.rb +6 -1
- data/lib/karafka/web/errors.rb +8 -5
- data/lib/karafka/web/processing/consumers/aggregators/state.rb +5 -1
- data/lib/karafka/web/processing/consumers/contracts/state.rb +6 -1
- data/lib/karafka/web/tracking/producers/listeners/base.rb +1 -1
- data/lib/karafka/web/ui/public/javascripts/application.min.js.gz +0 -0
- data/lib/karafka/web/ui/public/stylesheets/application.min.css +196 -105
- data/lib/karafka/web/ui/public/stylesheets/application.min.css.br +0 -0
- data/lib/karafka/web/ui/public/stylesheets/application.min.css.gz +0 -0
- data/lib/karafka/web/ui/public/stylesheets/libs/highlight_dark.min.css.gz +0 -0
- data/lib/karafka/web/ui/public/stylesheets/libs/highlight_light.min.css.gz +0 -0
- data/lib/karafka/web/version.rb +1 -1
- data/lib/karafka/web.rb +8 -10
- data/package-lock.json +78 -78
- data/package.json +3 -3
- metadata +4 -4
@@ -11,7 +11,7 @@
|
|
11
11
|
.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}
|
12
12
|
.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}
|
13
13
|
|
14
|
-
/*! tailwindcss v4.1.
|
14
|
+
/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
|
15
15
|
@layer properties;
|
16
16
|
@layer theme, base, components, utilities;
|
17
17
|
@layer theme {
|
@@ -220,6 +220,7 @@
|
|
220
220
|
overflow: hidden;
|
221
221
|
webkit-user-select: none;
|
222
222
|
user-select: none;
|
223
|
+
grid-template-rows: 1fr 1.8rem 1fr;
|
223
224
|
direction: ltr;
|
224
225
|
container-type: inline-size;
|
225
226
|
grid-template-columns: auto 1fr;
|
@@ -235,30 +236,30 @@
|
|
235
236
|
outline-offset: 1px;
|
236
237
|
outline-color: var(--color-base-content);
|
237
238
|
.diff-resizer {
|
238
|
-
min-width:
|
239
|
-
max-width:
|
239
|
+
min-width: 95cqi;
|
240
|
+
max-width: 95cqi;
|
240
241
|
}
|
241
242
|
}
|
242
|
-
&:has(.diff-item-
|
243
|
+
&:has(.diff-item-1:focus-visible) {
|
243
244
|
outline-style: var(--tw-outline-style);
|
244
245
|
outline-width: 2px;
|
245
246
|
outline-offset: 1px;
|
246
247
|
.diff-resizer {
|
247
|
-
min-width:
|
248
|
-
max-width:
|
248
|
+
min-width: 5cqi;
|
249
|
+
max-width: 5cqi;
|
249
250
|
}
|
250
251
|
}
|
251
252
|
@supports (-webkit-overflow-scrolling: touch) and (overflow: -webkit-paged-x) {
|
252
253
|
&:focus {
|
253
254
|
.diff-resizer {
|
254
|
-
min-width:
|
255
|
-
max-width:
|
255
|
+
min-width: 5cqi;
|
256
|
+
max-width: 5cqi;
|
256
257
|
}
|
257
258
|
}
|
258
259
|
&:has(.diff-item-1:focus) {
|
259
260
|
.diff-resizer {
|
260
|
-
min-width:
|
261
|
-
max-width:
|
261
|
+
min-width: 95cqi;
|
262
|
+
max-width: 95cqi;
|
262
263
|
}
|
263
264
|
}
|
264
265
|
}
|
@@ -284,6 +285,7 @@
|
|
284
285
|
overflow-y: hidden;
|
285
286
|
overscroll-behavior: contain;
|
286
287
|
z-index: 999;
|
288
|
+
scrollbar-gutter: auto;
|
287
289
|
&::backdrop {
|
288
290
|
display: none;
|
289
291
|
}
|
@@ -311,7 +313,7 @@
|
|
311
313
|
position: fixed;
|
312
314
|
inset-inline-start: calc(0.25rem * 0);
|
313
315
|
top: calc(0.25rem * 0);
|
314
|
-
z-index:
|
316
|
+
z-index: 10;
|
315
317
|
grid-column-start: 1;
|
316
318
|
grid-row-start: 1;
|
317
319
|
display: grid;
|
@@ -387,7 +389,6 @@
|
|
387
389
|
opacity: 0%;
|
388
390
|
font-size: 0.875rem;
|
389
391
|
line-height: 1.25;
|
390
|
-
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms;
|
391
392
|
background-color: var(--tt-bg);
|
392
393
|
width: max-content;
|
393
394
|
pointer-events: none;
|
@@ -395,17 +396,25 @@
|
|
395
396
|
--tw-content: attr(data-tip);
|
396
397
|
content: var(--tw-content);
|
397
398
|
}
|
399
|
+
@media (prefers-reduced-motion: no-preference) {
|
400
|
+
& > :where(.tooltip-content), &:where([data-tip]):before {
|
401
|
+
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms;
|
402
|
+
}
|
403
|
+
}
|
404
|
+
@media (prefers-reduced-motion: no-preference) {
|
405
|
+
&:after {
|
406
|
+
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms;
|
407
|
+
}
|
408
|
+
}
|
398
409
|
&:after {
|
399
|
-
position: absolute;
|
400
|
-
position: absolute;
|
401
410
|
opacity: 0%;
|
402
411
|
background-color: var(--tt-bg);
|
403
|
-
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 75ms;
|
404
412
|
content: "";
|
405
413
|
pointer-events: none;
|
406
414
|
width: 0.625rem;
|
407
415
|
height: 0.25rem;
|
408
416
|
display: block;
|
417
|
+
position: absolute;
|
409
418
|
mask-repeat: no-repeat;
|
410
419
|
mask-position: -1px 0;
|
411
420
|
--mask-tooltip: url("data:image/svg+xml,%3Csvg width='10' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500009 1C3.5 1 3.00001 4 5.00001 4C7 4 6.5 1 9.5 1C10 1 10 0.499897 10 0H0C-1.99338e-08 0.5 0 1 0.500009 1Z' fill='black'/%3E%3C/svg%3E%0A");
|
@@ -415,7 +424,11 @@
|
|
415
424
|
> .tooltip-content, &[data-tip]:before, &:after {
|
416
425
|
opacity: 100%;
|
417
426
|
--tt-pos: 0rem;
|
418
|
-
|
427
|
+
}
|
428
|
+
@media (prefers-reduced-motion: no-preference) {
|
429
|
+
& > .tooltip-content, &[data-tip]:before, &:after {
|
430
|
+
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
431
|
+
}
|
419
432
|
}
|
420
433
|
}
|
421
434
|
> .tooltip-content, &[data-tip]:before {
|
@@ -474,13 +487,13 @@
|
|
474
487
|
opacity: 0%;
|
475
488
|
}
|
476
489
|
}
|
477
|
-
&:checked, &:is(label:has(:checked)), &:is(.tab-active, [aria-selected="true"]) {
|
490
|
+
&:checked, &:is(label:has(:checked)), &:is(.tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"]) {
|
478
491
|
& + .tab-content {
|
479
492
|
display: block;
|
480
493
|
height: calc(100% - var(--tab-height) + var(--border));
|
481
494
|
}
|
482
495
|
}
|
483
|
-
&:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected="true"]) {
|
496
|
+
&:not( :checked, label:has(:checked), :hover, .tab-active, [aria-selected="true"], [aria-current="true"], [aria-current="page"] ) {
|
484
497
|
color: var(--color-base-content);
|
485
498
|
@supports (color: color-mix(in lab, red, red)) {
|
486
499
|
color: color-mix(in oklab, var(--color-base-content) 50%, transparent);
|
@@ -691,11 +704,13 @@
|
|
691
704
|
}
|
692
705
|
&[popover], .dropdown-content {
|
693
706
|
z-index: 999;
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
707
|
+
@media (prefers-reduced-motion: no-preference) {
|
708
|
+
animation: dropdown 0.2s;
|
709
|
+
transition-property: opacity, scale, display;
|
710
|
+
transition-behavior: allow-discrete;
|
711
|
+
transition-duration: 0.2s;
|
712
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
713
|
+
}
|
699
714
|
}
|
700
715
|
@starting-style {
|
701
716
|
&[popover], .dropdown-content {
|
@@ -820,7 +835,7 @@
|
|
820
835
|
}
|
821
836
|
}
|
822
837
|
}
|
823
|
-
&:focus-visible {
|
838
|
+
&:focus-visible, &:has(:focus-visible) {
|
824
839
|
outline-width: 2px;
|
825
840
|
outline-style: solid;
|
826
841
|
isolation: isolate;
|
@@ -883,7 +898,7 @@
|
|
883
898
|
pointer-events: none;
|
884
899
|
display: inline-block;
|
885
900
|
aspect-ratio: 1 / 1;
|
886
|
-
background-color:
|
901
|
+
background-color: currentcolor;
|
887
902
|
vertical-align: middle;
|
888
903
|
width: calc(var(--size-selector, 0.25rem) * 6);
|
889
904
|
mask-size: 100%;
|
@@ -1046,7 +1061,7 @@
|
|
1046
1061
|
aspect-ratio: 1 / 1;
|
1047
1062
|
height: 100%;
|
1048
1063
|
border-radius: var(--radius-selector);
|
1049
|
-
background-color:
|
1064
|
+
background-color: currentcolor;
|
1050
1065
|
translate: 0;
|
1051
1066
|
--tw-content: "";
|
1052
1067
|
content: var(--tw-content);
|
@@ -1080,7 +1095,7 @@
|
|
1080
1095
|
background-color: var(--color-base-100);
|
1081
1096
|
--input-color: var(--color-base-content);
|
1082
1097
|
&:before {
|
1083
|
-
background-color:
|
1098
|
+
background-color: currentcolor;
|
1084
1099
|
}
|
1085
1100
|
@starting-style {
|
1086
1101
|
&:before {
|
@@ -1154,7 +1169,7 @@
|
|
1154
1169
|
direction: ltr;
|
1155
1170
|
}
|
1156
1171
|
:where(input[type="date"]) {
|
1157
|
-
display: inline-
|
1172
|
+
display: inline-flex;
|
1158
1173
|
}
|
1159
1174
|
&:focus, &:focus-within {
|
1160
1175
|
--input-color: var(--color-base-content);
|
@@ -1167,7 +1182,7 @@
|
|
1167
1182
|
isolation: isolate;
|
1168
1183
|
z-index: 1;
|
1169
1184
|
}
|
1170
|
-
&:has(> input[disabled]), &:is(:disabled, [disabled]) {
|
1185
|
+
&:has(> input[disabled]), &:is(:disabled, [disabled]), fieldset:disabled & {
|
1171
1186
|
cursor: not-allowed;
|
1172
1187
|
border-color: var(--color-base-200);
|
1173
1188
|
background-color: var(--color-base-200);
|
@@ -1199,11 +1214,24 @@
|
|
1199
1214
|
position: absolute;
|
1200
1215
|
inset-inline-end: 0.75em;
|
1201
1216
|
}
|
1217
|
+
&:has(> input[type="date"]) {
|
1218
|
+
:where(input[type="date"]) {
|
1219
|
+
display: inline-flex;
|
1220
|
+
webkit-appearance: none;
|
1221
|
+
appearance: none;
|
1222
|
+
}
|
1223
|
+
input[type="date"]::-webkit-calendar-picker-indicator {
|
1224
|
+
position: absolute;
|
1225
|
+
inset-inline-end: 0.75em;
|
1226
|
+
width: 1em;
|
1227
|
+
height: 1em;
|
1228
|
+
cursor: pointer;
|
1229
|
+
}
|
1230
|
+
}
|
1202
1231
|
}
|
1203
1232
|
.row-table {
|
1204
1233
|
font-size: 0.875rem;
|
1205
1234
|
position: relative;
|
1206
|
-
width: 100%;
|
1207
1235
|
border-radius: var(--radius-box);
|
1208
1236
|
text-align: left;
|
1209
1237
|
&:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
|
@@ -1328,7 +1356,6 @@
|
|
1328
1356
|
.data-table {
|
1329
1357
|
font-size: 0.875rem;
|
1330
1358
|
position: relative;
|
1331
|
-
width: 100%;
|
1332
1359
|
border-radius: var(--radius-box);
|
1333
1360
|
text-align: left;
|
1334
1361
|
&:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
|
@@ -1729,7 +1756,7 @@
|
|
1729
1756
|
align-items: center;
|
1730
1757
|
gap: calc(0.25rem * 1.5);
|
1731
1758
|
background-color: var(--color-base-100);
|
1732
|
-
padding-inline-start: calc(0.25rem *
|
1759
|
+
padding-inline-start: calc(0.25rem * 3);
|
1733
1760
|
padding-inline-end: calc(0.25rem * 7);
|
1734
1761
|
vertical-align: middle;
|
1735
1762
|
width: clamp(3rem, 20rem, 100%);
|
@@ -1758,14 +1785,21 @@
|
|
1758
1785
|
[dir="rtl"] & {
|
1759
1786
|
background-position: calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%);
|
1760
1787
|
}
|
1788
|
+
&:where([multiple]) {
|
1789
|
+
height: auto;
|
1790
|
+
padding-block: calc(0.25rem * 3);
|
1791
|
+
padding-inline-end: calc(0.25rem * 3);
|
1792
|
+
background-image: none;
|
1793
|
+
}
|
1761
1794
|
select {
|
1762
|
-
margin-inline-start: calc(0.25rem * -
|
1795
|
+
margin-inline-start: calc(0.25rem * -3);
|
1763
1796
|
margin-inline-end: calc(0.25rem * -7);
|
1764
1797
|
width: calc(100% + 2.75rem);
|
1765
1798
|
appearance: none;
|
1766
|
-
padding-inline-start: calc(0.25rem *
|
1799
|
+
padding-inline-start: calc(0.25rem * 3);
|
1767
1800
|
padding-inline-end: calc(0.25rem * 7);
|
1768
|
-
height: calc(100% -
|
1801
|
+
height: calc(100% - calc(var(--border) * 2));
|
1802
|
+
align-items: center;
|
1769
1803
|
background: inherit;
|
1770
1804
|
border-radius: inherit;
|
1771
1805
|
border-style: none;
|
@@ -1793,7 +1827,7 @@
|
|
1793
1827
|
isolation: isolate;
|
1794
1828
|
z-index: 1;
|
1795
1829
|
}
|
1796
|
-
&:has(> select[disabled]), &:is(:disabled, [disabled]) {
|
1830
|
+
&:has(> select[disabled]), &:is(:disabled, [disabled]), fieldset:disabled & {
|
1797
1831
|
cursor: not-allowed;
|
1798
1832
|
border-color: var(--color-base-200);
|
1799
1833
|
background-color: var(--color-base-200);
|
@@ -1811,6 +1845,66 @@
|
|
1811
1845
|
&:has(> select[disabled]) > select[disabled] {
|
1812
1846
|
cursor: not-allowed;
|
1813
1847
|
}
|
1848
|
+
&, & select {
|
1849
|
+
@supports (appearance: base-select) {
|
1850
|
+
appearance: base-select;
|
1851
|
+
}
|
1852
|
+
@supports (appearance: base-select) {
|
1853
|
+
&::picker(select) {
|
1854
|
+
appearance: base-select;
|
1855
|
+
}
|
1856
|
+
}
|
1857
|
+
&::picker(select) {
|
1858
|
+
color: inherit;
|
1859
|
+
max-height: min(24rem, 70dvh);
|
1860
|
+
border: var(--border) solid var(--color-base-200);
|
1861
|
+
margin-block: calc(0.25rem * 2);
|
1862
|
+
border-radius: var(--radius-box);
|
1863
|
+
padding: calc(0.25rem * 2);
|
1864
|
+
background-color: inherit;
|
1865
|
+
box-shadow: 0 2px calc(var(--depth) * 3px) -2px oklch(0% 0 0/0.2);
|
1866
|
+
box-shadow: 0 20px 25px -5px rgb(0 0 0 / calc(var(--depth) * 0.1)), 0 8px 10px -6px rgb(0 0 0 / calc(var(--depth) * 0.1));
|
1867
|
+
}
|
1868
|
+
&::picker-icon {
|
1869
|
+
display: none;
|
1870
|
+
}
|
1871
|
+
optgroup {
|
1872
|
+
padding-top: 0.5em;
|
1873
|
+
option {
|
1874
|
+
&:nth-child(1) {
|
1875
|
+
margin-top: 0.5em;
|
1876
|
+
}
|
1877
|
+
}
|
1878
|
+
}
|
1879
|
+
option {
|
1880
|
+
border-radius: var(--radius-field);
|
1881
|
+
padding-inline: calc(0.25rem * 3);
|
1882
|
+
padding-block: calc(0.25rem * 1.5);
|
1883
|
+
transition-property: color, background-color;
|
1884
|
+
transition-duration: 0.2s;
|
1885
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
1886
|
+
&:not(:disabled) {
|
1887
|
+
&:hover, &:focus-visible {
|
1888
|
+
cursor: pointer;
|
1889
|
+
background-color: var(--color-base-content);
|
1890
|
+
@supports (color: color-mix(in lab, red, red)) {
|
1891
|
+
background-color: color-mix(in oklab, var(--color-base-content) 10%, transparent);
|
1892
|
+
}
|
1893
|
+
--tw-outline-style: none;
|
1894
|
+
outline-style: none;
|
1895
|
+
@media (forced-colors: active) {
|
1896
|
+
outline: 2px solid transparent;
|
1897
|
+
outline-offset: 2px;
|
1898
|
+
}
|
1899
|
+
}
|
1900
|
+
&:active {
|
1901
|
+
background-color: var(--color-neutral);
|
1902
|
+
color: var(--color-neutral-content);
|
1903
|
+
box-shadow: 0 2px calc(var(--depth) * 3px) -2px var(--color-neutral);
|
1904
|
+
}
|
1905
|
+
}
|
1906
|
+
}
|
1907
|
+
}
|
1814
1908
|
}
|
1815
1909
|
.timeline {
|
1816
1910
|
position: relative;
|
@@ -2133,7 +2227,7 @@
|
|
2133
2227
|
width: 100%;
|
2134
2228
|
height: 100%;
|
2135
2229
|
rotate: 45deg;
|
2136
|
-
background-color:
|
2230
|
+
background-color: currentcolor;
|
2137
2231
|
opacity: 0%;
|
2138
2232
|
transition: clip-path 0.3s, opacity 0.1s, rotate 0.3s, translate 0.3s;
|
2139
2233
|
transition-delay: 0.1s;
|
@@ -2147,10 +2241,7 @@
|
|
2147
2241
|
outline-offset: 2px;
|
2148
2242
|
}
|
2149
2243
|
&:checked, &[aria-checked="true"] {
|
2150
|
-
background-color: var(--input-color,
|
2151
|
-
@supports (color: color-mix(in lab, red, red)) {
|
2152
|
-
background-color: var(--input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000));
|
2153
|
-
}
|
2244
|
+
background-color: var(--input-color, #0000);
|
2154
2245
|
box-shadow: 0 0 #0000 inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1));
|
2155
2246
|
&:before {
|
2156
2247
|
clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 0%, 70% 0%, 70% 100%);
|
@@ -2222,11 +2313,13 @@
|
|
2222
2313
|
outline: 2px solid currentColor;
|
2223
2314
|
}
|
2224
2315
|
&:checked, &[aria-checked="true"] {
|
2225
|
-
|
2226
|
-
border-color: currentColor;
|
2316
|
+
border-color: currentcolor;
|
2227
2317
|
background-color: var(--color-base-100);
|
2318
|
+
@media (prefers-reduced-motion: no-preference) {
|
2319
|
+
animation: radio 0.2s ease-out;
|
2320
|
+
}
|
2228
2321
|
&:before {
|
2229
|
-
background-color:
|
2322
|
+
background-color: currentcolor;
|
2230
2323
|
box-shadow: 0 -1px oklch(0% 0 0 / calc(var(--depth) * 0.1)) inset, 0 8px 0 -4px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset, 0 1px oklch(0% 0 0 / calc(var(--depth) * 0.1));
|
2231
2324
|
}
|
2232
2325
|
@media (forced-colors: active) {
|
@@ -2268,30 +2361,34 @@
|
|
2268
2361
|
appearance: none;
|
2269
2362
|
overflow: hidden;
|
2270
2363
|
border-radius: var(--radius-box);
|
2271
|
-
background-color:
|
2364
|
+
background-color: currentcolor;
|
2272
2365
|
@supports (color: color-mix(in lab, red, red)) {
|
2273
|
-
background-color: color-mix(in oklab,
|
2366
|
+
background-color: color-mix(in oklab, currentcolor 20%, transparent);
|
2274
2367
|
}
|
2275
2368
|
color: var(--color-base-content);
|
2276
2369
|
&:indeterminate {
|
2277
2370
|
background-image: repeating-linear-gradient( 90deg, currentColor -1%, currentColor 10%, #0000 10%, #0000 90% );
|
2278
2371
|
background-size: 200%;
|
2279
2372
|
background-position-x: 15%;
|
2280
|
-
|
2373
|
+
@media (prefers-reduced-motion: no-preference) {
|
2374
|
+
animation: progress 5s ease-in-out infinite;
|
2375
|
+
}
|
2281
2376
|
@supports (-moz-appearance: none) {
|
2282
2377
|
&::-moz-progress-bar {
|
2283
2378
|
background-color: transparent;
|
2284
|
-
|
2285
|
-
|
2286
|
-
|
2287
|
-
|
2379
|
+
@media (prefers-reduced-motion: no-preference) {
|
2380
|
+
animation: progress 5s ease-in-out infinite;
|
2381
|
+
background-image: repeating-linear-gradient( 90deg, currentColor -1%, currentColor 10%, #0000 10%, #0000 90% );
|
2382
|
+
background-size: 200%;
|
2383
|
+
background-position-x: 15%;
|
2384
|
+
}
|
2288
2385
|
}
|
2289
2386
|
}
|
2290
2387
|
}
|
2291
2388
|
@supports (-moz-appearance: none) {
|
2292
2389
|
&::-moz-progress-bar {
|
2293
2390
|
border-radius: var(--radius-box);
|
2294
|
-
background-color:
|
2391
|
+
background-color: currentcolor;
|
2295
2392
|
}
|
2296
2393
|
}
|
2297
2394
|
@supports (-webkit-appearance: none) {
|
@@ -2308,6 +2405,9 @@
|
|
2308
2405
|
.absolute {
|
2309
2406
|
position: absolute;
|
2310
2407
|
}
|
2408
|
+
.fixed {
|
2409
|
+
position: fixed;
|
2410
|
+
}
|
2311
2411
|
.relative {
|
2312
2412
|
position: relative;
|
2313
2413
|
}
|
@@ -2646,9 +2746,9 @@
|
|
2646
2746
|
align-items: center;
|
2647
2747
|
gap: calc(0.25rem * 1.5);
|
2648
2748
|
white-space: nowrap;
|
2649
|
-
color:
|
2749
|
+
color: currentcolor;
|
2650
2750
|
@supports (color: color-mix(in lab, red, red)) {
|
2651
|
-
color: color-mix(in oklab,
|
2751
|
+
color: color-mix(in oklab, currentcolor 60%, transparent);
|
2652
2752
|
}
|
2653
2753
|
&:has(input) {
|
2654
2754
|
cursor: pointer;
|
@@ -2679,9 +2779,7 @@
|
|
2679
2779
|
}
|
2680
2780
|
}
|
2681
2781
|
.card-detail-body {
|
2682
|
-
display: flex;
|
2683
2782
|
flex: auto;
|
2684
|
-
flex-direction: column;
|
2685
2783
|
gap: calc(0.25rem * 2);
|
2686
2784
|
padding: var(--card-p, 1.5rem);
|
2687
2785
|
font-size: var(--card-fs, 0.875rem);
|
@@ -3039,10 +3137,7 @@
|
|
3039
3137
|
vertical-align: middle;
|
3040
3138
|
color: color-mix(in srgb, #000 30%, transparent);
|
3041
3139
|
@supports (color: color-mix(in lab, red, red)) {
|
3042
|
-
color: color-mix(in
|
3043
|
-
@supports (color: color-mix(in lab, red, red)) {
|
3044
|
-
color: color-mix(in oklab, var(--color-black) 30%, transparent);
|
3045
|
-
}
|
3140
|
+
color: color-mix(in oklab, var(--color-black) 30%, transparent);
|
3046
3141
|
}
|
3047
3142
|
background-image: radial-gradient( circle at 35% 30%, oklch(1 0 0 / calc(var(--depth) * 0.5)), #0000 );
|
3048
3143
|
box-shadow: 0 2px 3px -1px currentColor;
|
@@ -4020,6 +4115,14 @@
|
|
4020
4115
|
.topic-tile-body {
|
4021
4116
|
padding: calc(var(--spacing) * 2);
|
4022
4117
|
}
|
4118
|
+
.select-sm {
|
4119
|
+
--size: calc(var(--size-field, 0.25rem) * 8);
|
4120
|
+
font-size: 0.75rem;
|
4121
|
+
option {
|
4122
|
+
padding-inline: calc(0.25rem * 2.5);
|
4123
|
+
padding-block: calc(0.25rem * 1);
|
4124
|
+
}
|
4125
|
+
}
|
4023
4126
|
.badge-sm {
|
4024
4127
|
--size: calc(var(--size-selector, 0.25rem) * 5);
|
4025
4128
|
font-size: 0.75rem;
|
@@ -4089,10 +4192,6 @@
|
|
4089
4192
|
font-size: var(--text-sm);
|
4090
4193
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
4091
4194
|
}
|
4092
|
-
.select-sm {
|
4093
|
-
--size: calc(var(--size-field, 0.25rem) * 8);
|
4094
|
-
font-size: 0.75rem;
|
4095
|
-
}
|
4096
4195
|
.font-bold {
|
4097
4196
|
--tw-font-weight: var(--font-weight-bold);
|
4098
4197
|
font-weight: var(--font-weight-bold);
|
@@ -4203,7 +4302,7 @@
|
|
4203
4302
|
--btn-border: #0000;
|
4204
4303
|
--btn-noise: none;
|
4205
4304
|
&:not(:disabled, [disabled], .btn-disabled) {
|
4206
|
-
outline-color:
|
4305
|
+
outline-color: currentcolor;
|
4207
4306
|
--btn-fg: currentColor;
|
4208
4307
|
}
|
4209
4308
|
}
|
@@ -4225,7 +4324,7 @@
|
|
4225
4324
|
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
4226
4325
|
}
|
4227
4326
|
.transition {
|
4228
|
-
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display,
|
4327
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
|
4229
4328
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
4230
4329
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
4231
4330
|
}
|
@@ -4451,7 +4550,6 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4451
4550
|
}
|
4452
4551
|
display: inline-flex;
|
4453
4552
|
flex-shrink: 0;
|
4454
|
-
cursor: pointer;
|
4455
4553
|
flex-wrap: nowrap;
|
4456
4554
|
align-items: center;
|
4457
4555
|
justify-content: center;
|
@@ -4488,16 +4586,9 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4488
4586
|
--btn-bg: var(--btn-color, var(--color-base-200));
|
4489
4587
|
--btn-fg: var(--color-base-content);
|
4490
4588
|
--btn-p: 1rem;
|
4491
|
-
--btn-border: var(--btn-bg);
|
4492
|
-
|
4493
|
-
--btn-border: color-mix(in oklab, var(--btn-bg), #000 calc(var(--depth) * 5%));
|
4494
|
-
}
|
4495
|
-
--btn-shadow: 0 3px 2px -2px var(--btn-bg),
|
4496
|
-
0 4px 3px -2px var(--btn-bg);
|
4497
|
-
@supports (color: color-mix(in lab, red, red)) {
|
4498
|
-
--btn-shadow: 0 3px 2px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000),
|
4589
|
+
--btn-border: color-mix(in oklab, var(--btn-bg), #000 calc(var(--depth) * 5%));
|
4590
|
+
--btn-shadow: 0 3px 2px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000),
|
4499
4591
|
0 4px 3px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000);
|
4500
|
-
}
|
4501
4592
|
--btn-noise: var(--fx-noise);
|
4502
4593
|
.prose & {
|
4503
4594
|
text-decoration-line: none;
|
@@ -4510,7 +4601,7 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4510
4601
|
}
|
4511
4602
|
}
|
4512
4603
|
}
|
4513
|
-
&:focus-visible {
|
4604
|
+
&:focus-visible, &:has(:focus-visible) {
|
4514
4605
|
outline-width: 2px;
|
4515
4606
|
outline-style: solid;
|
4516
4607
|
isolation: isolate;
|
@@ -4583,7 +4674,7 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4583
4674
|
--btn-border: #0000;
|
4584
4675
|
--btn-noise: none;
|
4585
4676
|
&:not(:disabled, [disabled], .btn-disabled) {
|
4586
|
-
outline-color:
|
4677
|
+
outline-color: currentcolor;
|
4587
4678
|
--btn-fg: currentColor;
|
4588
4679
|
}
|
4589
4680
|
}
|
@@ -4639,7 +4730,7 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4639
4730
|
}
|
4640
4731
|
@layer base {
|
4641
4732
|
@media (prefers-color-scheme: dark) {
|
4642
|
-
:root {
|
4733
|
+
:root:not([data-theme]) {
|
4643
4734
|
color-scheme: dark;
|
4644
4735
|
--color-base-100: oklch(25.33% 0.016 252.42);
|
4645
4736
|
--color-base-200: oklch(23.26% 0.014 253.1);
|
@@ -4739,14 +4830,16 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4739
4830
|
}
|
4740
4831
|
}
|
4741
4832
|
@layer base {
|
4742
|
-
:root
|
4743
|
-
|
4744
|
-
color: var(--color-base-content);
|
4833
|
+
:root {
|
4834
|
+
--fx-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.34' numOctaves='4' stitchTiles='stitch'%3E%3C/feTurbulence%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23a)' opacity='0.2'%3E%3C/rect%3E%3C/svg%3E");
|
4745
4835
|
}
|
4746
4836
|
}
|
4747
4837
|
@layer base {
|
4748
4838
|
:root {
|
4749
|
-
|
4839
|
+
scrollbar-color: currentColor #0000;
|
4840
|
+
@supports (color: color-mix(in lab, red, red)) {
|
4841
|
+
scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) #0000;
|
4842
|
+
}
|
4750
4843
|
}
|
4751
4844
|
}
|
4752
4845
|
@layer base {
|
@@ -4756,6 +4849,11 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4756
4849
|
initial-value: 0%;
|
4757
4850
|
}
|
4758
4851
|
}
|
4852
|
+
@layer base {
|
4853
|
+
:root:has( .modal-open, .modal[open], .modal:target, .modal-toggle:checked, .drawer:not([class*="drawer-open"]) > .drawer-toggle:checked ) {
|
4854
|
+
overflow: hidden;
|
4855
|
+
}
|
4856
|
+
}
|
4759
4857
|
@layer base {
|
4760
4858
|
:where( :root:has( .modal-open, .modal[open], .modal:target, .modal-toggle:checked, .drawer:not(.drawer-open) > .drawer-toggle:checked ) ) {
|
4761
4859
|
scrollbar-gutter: stable;
|
@@ -4770,21 +4868,20 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4770
4868
|
}
|
4771
4869
|
}
|
4772
4870
|
@layer base {
|
4773
|
-
:root {
|
4774
|
-
|
4775
|
-
|
4776
|
-
scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) #0000;
|
4777
|
-
}
|
4871
|
+
:root, [data-theme] {
|
4872
|
+
background-color: var(--root-bg, var(--color-base-100));
|
4873
|
+
color: var(--color-base-content);
|
4778
4874
|
}
|
4779
4875
|
}
|
4780
|
-
@
|
4781
|
-
|
4782
|
-
|
4876
|
+
@keyframes rating {
|
4877
|
+
0%, 40% {
|
4878
|
+
scale: 1.1;
|
4879
|
+
filter: brightness(1.05) contrast(1.05);
|
4783
4880
|
}
|
4784
4881
|
}
|
4785
|
-
@keyframes
|
4786
|
-
|
4787
|
-
|
4882
|
+
@keyframes dropdown {
|
4883
|
+
0% {
|
4884
|
+
opacity: 0;
|
4788
4885
|
}
|
4789
4886
|
}
|
4790
4887
|
@keyframes radio {
|
@@ -4805,17 +4902,6 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4805
4902
|
opacity: 1;
|
4806
4903
|
}
|
4807
4904
|
}
|
4808
|
-
@keyframes dropdown {
|
4809
|
-
0% {
|
4810
|
-
opacity: 0;
|
4811
|
-
}
|
4812
|
-
}
|
4813
|
-
@keyframes rating {
|
4814
|
-
0%, 40% {
|
4815
|
-
scale: 1.1;
|
4816
|
-
filter: brightness(1.05) contrast(1.05);
|
4817
|
-
}
|
4818
|
-
}
|
4819
4905
|
@keyframes skeleton {
|
4820
4906
|
0% {
|
4821
4907
|
background-position: 150%;
|
@@ -4824,6 +4910,11 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4824
4910
|
background-position: -50%;
|
4825
4911
|
}
|
4826
4912
|
}
|
4913
|
+
@keyframes progress {
|
4914
|
+
50% {
|
4915
|
+
background-position-x: -115%;
|
4916
|
+
}
|
4917
|
+
}
|
4827
4918
|
@property --tw-border-style {
|
4828
4919
|
syntax: "*";
|
4829
4920
|
inherits: false;
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|