karafka-web 0.11.1 → 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 +15 -0
- data/Gemfile +0 -2
- data/Gemfile.lock +44 -19
- 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/helpers/ttls/array.rb +11 -0
- data/lib/karafka/web/tracking/helpers/ttls/hash.rb +7 -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 +201 -100
- 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 +122 -150
- data/package.json +3 -3
- metadata +5 -5
@@ -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 {
|
@@ -196,6 +196,9 @@
|
|
196
196
|
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
|
197
197
|
padding-block: 0;
|
198
198
|
}
|
199
|
+
::-webkit-calendar-picker-indicator {
|
200
|
+
line-height: 1;
|
201
|
+
}
|
199
202
|
:-moz-ui-invalid {
|
200
203
|
box-shadow: none;
|
201
204
|
}
|
@@ -217,6 +220,7 @@
|
|
217
220
|
overflow: hidden;
|
218
221
|
webkit-user-select: none;
|
219
222
|
user-select: none;
|
223
|
+
grid-template-rows: 1fr 1.8rem 1fr;
|
220
224
|
direction: ltr;
|
221
225
|
container-type: inline-size;
|
222
226
|
grid-template-columns: auto 1fr;
|
@@ -232,30 +236,30 @@
|
|
232
236
|
outline-offset: 1px;
|
233
237
|
outline-color: var(--color-base-content);
|
234
238
|
.diff-resizer {
|
235
|
-
min-width:
|
236
|
-
max-width:
|
239
|
+
min-width: 95cqi;
|
240
|
+
max-width: 95cqi;
|
237
241
|
}
|
238
242
|
}
|
239
|
-
&:has(.diff-item-
|
243
|
+
&:has(.diff-item-1:focus-visible) {
|
240
244
|
outline-style: var(--tw-outline-style);
|
241
245
|
outline-width: 2px;
|
242
246
|
outline-offset: 1px;
|
243
247
|
.diff-resizer {
|
244
|
-
min-width:
|
245
|
-
max-width:
|
248
|
+
min-width: 5cqi;
|
249
|
+
max-width: 5cqi;
|
246
250
|
}
|
247
251
|
}
|
248
252
|
@supports (-webkit-overflow-scrolling: touch) and (overflow: -webkit-paged-x) {
|
249
253
|
&:focus {
|
250
254
|
.diff-resizer {
|
251
|
-
min-width:
|
252
|
-
max-width:
|
255
|
+
min-width: 5cqi;
|
256
|
+
max-width: 5cqi;
|
253
257
|
}
|
254
258
|
}
|
255
259
|
&:has(.diff-item-1:focus) {
|
256
260
|
.diff-resizer {
|
257
|
-
min-width:
|
258
|
-
max-width:
|
261
|
+
min-width: 95cqi;
|
262
|
+
max-width: 95cqi;
|
259
263
|
}
|
260
264
|
}
|
261
265
|
}
|
@@ -281,6 +285,7 @@
|
|
281
285
|
overflow-y: hidden;
|
282
286
|
overscroll-behavior: contain;
|
283
287
|
z-index: 999;
|
288
|
+
scrollbar-gutter: auto;
|
284
289
|
&::backdrop {
|
285
290
|
display: none;
|
286
291
|
}
|
@@ -308,7 +313,7 @@
|
|
308
313
|
position: fixed;
|
309
314
|
inset-inline-start: calc(0.25rem * 0);
|
310
315
|
top: calc(0.25rem * 0);
|
311
|
-
z-index:
|
316
|
+
z-index: 10;
|
312
317
|
grid-column-start: 1;
|
313
318
|
grid-row-start: 1;
|
314
319
|
display: grid;
|
@@ -384,7 +389,6 @@
|
|
384
389
|
opacity: 0%;
|
385
390
|
font-size: 0.875rem;
|
386
391
|
line-height: 1.25;
|
387
|
-
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;
|
388
392
|
background-color: var(--tt-bg);
|
389
393
|
width: max-content;
|
390
394
|
pointer-events: none;
|
@@ -392,17 +396,25 @@
|
|
392
396
|
--tw-content: attr(data-tip);
|
393
397
|
content: var(--tw-content);
|
394
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
|
+
}
|
395
409
|
&:after {
|
396
|
-
position: absolute;
|
397
|
-
position: absolute;
|
398
410
|
opacity: 0%;
|
399
411
|
background-color: var(--tt-bg);
|
400
|
-
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;
|
401
412
|
content: "";
|
402
413
|
pointer-events: none;
|
403
414
|
width: 0.625rem;
|
404
415
|
height: 0.25rem;
|
405
416
|
display: block;
|
417
|
+
position: absolute;
|
406
418
|
mask-repeat: no-repeat;
|
407
419
|
mask-position: -1px 0;
|
408
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");
|
@@ -412,7 +424,11 @@
|
|
412
424
|
> .tooltip-content, &[data-tip]:before, &:after {
|
413
425
|
opacity: 100%;
|
414
426
|
--tt-pos: 0rem;
|
415
|
-
|
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
|
+
}
|
416
432
|
}
|
417
433
|
}
|
418
434
|
> .tooltip-content, &[data-tip]:before {
|
@@ -471,13 +487,13 @@
|
|
471
487
|
opacity: 0%;
|
472
488
|
}
|
473
489
|
}
|
474
|
-
&: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"]) {
|
475
491
|
& + .tab-content {
|
476
492
|
display: block;
|
477
493
|
height: calc(100% - var(--tab-height) + var(--border));
|
478
494
|
}
|
479
495
|
}
|
480
|
-
&: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"] ) {
|
481
497
|
color: var(--color-base-content);
|
482
498
|
@supports (color: color-mix(in lab, red, red)) {
|
483
499
|
color: color-mix(in oklab, var(--color-base-content) 50%, transparent);
|
@@ -688,11 +704,13 @@
|
|
688
704
|
}
|
689
705
|
&[popover], .dropdown-content {
|
690
706
|
z-index: 999;
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
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
|
+
}
|
696
714
|
}
|
697
715
|
@starting-style {
|
698
716
|
&[popover], .dropdown-content {
|
@@ -817,7 +835,7 @@
|
|
817
835
|
}
|
818
836
|
}
|
819
837
|
}
|
820
|
-
&:focus-visible {
|
838
|
+
&:focus-visible, &:has(:focus-visible) {
|
821
839
|
outline-width: 2px;
|
822
840
|
outline-style: solid;
|
823
841
|
isolation: isolate;
|
@@ -880,7 +898,7 @@
|
|
880
898
|
pointer-events: none;
|
881
899
|
display: inline-block;
|
882
900
|
aspect-ratio: 1 / 1;
|
883
|
-
background-color:
|
901
|
+
background-color: currentcolor;
|
884
902
|
vertical-align: middle;
|
885
903
|
width: calc(var(--size-selector, 0.25rem) * 6);
|
886
904
|
mask-size: 100%;
|
@@ -1043,7 +1061,7 @@
|
|
1043
1061
|
aspect-ratio: 1 / 1;
|
1044
1062
|
height: 100%;
|
1045
1063
|
border-radius: var(--radius-selector);
|
1046
|
-
background-color:
|
1064
|
+
background-color: currentcolor;
|
1047
1065
|
translate: 0;
|
1048
1066
|
--tw-content: "";
|
1049
1067
|
content: var(--tw-content);
|
@@ -1077,7 +1095,7 @@
|
|
1077
1095
|
background-color: var(--color-base-100);
|
1078
1096
|
--input-color: var(--color-base-content);
|
1079
1097
|
&:before {
|
1080
|
-
background-color:
|
1098
|
+
background-color: currentcolor;
|
1081
1099
|
}
|
1082
1100
|
@starting-style {
|
1083
1101
|
&:before {
|
@@ -1151,7 +1169,7 @@
|
|
1151
1169
|
direction: ltr;
|
1152
1170
|
}
|
1153
1171
|
:where(input[type="date"]) {
|
1154
|
-
display: inline-
|
1172
|
+
display: inline-flex;
|
1155
1173
|
}
|
1156
1174
|
&:focus, &:focus-within {
|
1157
1175
|
--input-color: var(--color-base-content);
|
@@ -1164,7 +1182,7 @@
|
|
1164
1182
|
isolation: isolate;
|
1165
1183
|
z-index: 1;
|
1166
1184
|
}
|
1167
|
-
&:has(> input[disabled]), &:is(:disabled, [disabled]) {
|
1185
|
+
&:has(> input[disabled]), &:is(:disabled, [disabled]), fieldset:disabled & {
|
1168
1186
|
cursor: not-allowed;
|
1169
1187
|
border-color: var(--color-base-200);
|
1170
1188
|
background-color: var(--color-base-200);
|
@@ -1196,11 +1214,24 @@
|
|
1196
1214
|
position: absolute;
|
1197
1215
|
inset-inline-end: 0.75em;
|
1198
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
|
+
}
|
1199
1231
|
}
|
1200
1232
|
.row-table {
|
1201
1233
|
font-size: 0.875rem;
|
1202
1234
|
position: relative;
|
1203
|
-
width: 100%;
|
1204
1235
|
border-radius: var(--radius-box);
|
1205
1236
|
text-align: left;
|
1206
1237
|
&:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
|
@@ -1325,7 +1356,6 @@
|
|
1325
1356
|
.data-table {
|
1326
1357
|
font-size: 0.875rem;
|
1327
1358
|
position: relative;
|
1328
|
-
width: 100%;
|
1329
1359
|
border-radius: var(--radius-box);
|
1330
1360
|
text-align: left;
|
1331
1361
|
&:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
|
@@ -1726,7 +1756,7 @@
|
|
1726
1756
|
align-items: center;
|
1727
1757
|
gap: calc(0.25rem * 1.5);
|
1728
1758
|
background-color: var(--color-base-100);
|
1729
|
-
padding-inline-start: calc(0.25rem *
|
1759
|
+
padding-inline-start: calc(0.25rem * 3);
|
1730
1760
|
padding-inline-end: calc(0.25rem * 7);
|
1731
1761
|
vertical-align: middle;
|
1732
1762
|
width: clamp(3rem, 20rem, 100%);
|
@@ -1755,14 +1785,21 @@
|
|
1755
1785
|
[dir="rtl"] & {
|
1756
1786
|
background-position: calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%);
|
1757
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
|
+
}
|
1758
1794
|
select {
|
1759
|
-
margin-inline-start: calc(0.25rem * -
|
1795
|
+
margin-inline-start: calc(0.25rem * -3);
|
1760
1796
|
margin-inline-end: calc(0.25rem * -7);
|
1761
1797
|
width: calc(100% + 2.75rem);
|
1762
1798
|
appearance: none;
|
1763
|
-
padding-inline-start: calc(0.25rem *
|
1799
|
+
padding-inline-start: calc(0.25rem * 3);
|
1764
1800
|
padding-inline-end: calc(0.25rem * 7);
|
1765
|
-
height: calc(100% -
|
1801
|
+
height: calc(100% - calc(var(--border) * 2));
|
1802
|
+
align-items: center;
|
1766
1803
|
background: inherit;
|
1767
1804
|
border-radius: inherit;
|
1768
1805
|
border-style: none;
|
@@ -1790,7 +1827,7 @@
|
|
1790
1827
|
isolation: isolate;
|
1791
1828
|
z-index: 1;
|
1792
1829
|
}
|
1793
|
-
&:has(> select[disabled]), &:is(:disabled, [disabled]) {
|
1830
|
+
&:has(> select[disabled]), &:is(:disabled, [disabled]), fieldset:disabled & {
|
1794
1831
|
cursor: not-allowed;
|
1795
1832
|
border-color: var(--color-base-200);
|
1796
1833
|
background-color: var(--color-base-200);
|
@@ -1808,6 +1845,66 @@
|
|
1808
1845
|
&:has(> select[disabled]) > select[disabled] {
|
1809
1846
|
cursor: not-allowed;
|
1810
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
|
+
}
|
1811
1908
|
}
|
1812
1909
|
.timeline {
|
1813
1910
|
position: relative;
|
@@ -2130,7 +2227,7 @@
|
|
2130
2227
|
width: 100%;
|
2131
2228
|
height: 100%;
|
2132
2229
|
rotate: 45deg;
|
2133
|
-
background-color:
|
2230
|
+
background-color: currentcolor;
|
2134
2231
|
opacity: 0%;
|
2135
2232
|
transition: clip-path 0.3s, opacity 0.1s, rotate 0.3s, translate 0.3s;
|
2136
2233
|
transition-delay: 0.1s;
|
@@ -2168,6 +2265,10 @@
|
|
2168
2265
|
}
|
2169
2266
|
}
|
2170
2267
|
&:indeterminate {
|
2268
|
+
background-color: var(--input-color, var(--color-base-content));
|
2269
|
+
@supports (color: color-mix(in lab, red, red)) {
|
2270
|
+
background-color: var(--input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000));
|
2271
|
+
}
|
2171
2272
|
&:before {
|
2172
2273
|
rotate: 0deg;
|
2173
2274
|
opacity: 100%;
|
@@ -2212,11 +2313,13 @@
|
|
2212
2313
|
outline: 2px solid currentColor;
|
2213
2314
|
}
|
2214
2315
|
&:checked, &[aria-checked="true"] {
|
2215
|
-
|
2216
|
-
border-color: currentColor;
|
2316
|
+
border-color: currentcolor;
|
2217
2317
|
background-color: var(--color-base-100);
|
2318
|
+
@media (prefers-reduced-motion: no-preference) {
|
2319
|
+
animation: radio 0.2s ease-out;
|
2320
|
+
}
|
2218
2321
|
&:before {
|
2219
|
-
background-color:
|
2322
|
+
background-color: currentcolor;
|
2220
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));
|
2221
2324
|
}
|
2222
2325
|
@media (forced-colors: active) {
|
@@ -2258,30 +2361,34 @@
|
|
2258
2361
|
appearance: none;
|
2259
2362
|
overflow: hidden;
|
2260
2363
|
border-radius: var(--radius-box);
|
2261
|
-
background-color:
|
2364
|
+
background-color: currentcolor;
|
2262
2365
|
@supports (color: color-mix(in lab, red, red)) {
|
2263
|
-
background-color: color-mix(in oklab,
|
2366
|
+
background-color: color-mix(in oklab, currentcolor 20%, transparent);
|
2264
2367
|
}
|
2265
2368
|
color: var(--color-base-content);
|
2266
2369
|
&:indeterminate {
|
2267
2370
|
background-image: repeating-linear-gradient( 90deg, currentColor -1%, currentColor 10%, #0000 10%, #0000 90% );
|
2268
2371
|
background-size: 200%;
|
2269
2372
|
background-position-x: 15%;
|
2270
|
-
|
2373
|
+
@media (prefers-reduced-motion: no-preference) {
|
2374
|
+
animation: progress 5s ease-in-out infinite;
|
2375
|
+
}
|
2271
2376
|
@supports (-moz-appearance: none) {
|
2272
2377
|
&::-moz-progress-bar {
|
2273
2378
|
background-color: transparent;
|
2274
|
-
|
2275
|
-
|
2276
|
-
|
2277
|
-
|
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
|
+
}
|
2278
2385
|
}
|
2279
2386
|
}
|
2280
2387
|
}
|
2281
2388
|
@supports (-moz-appearance: none) {
|
2282
2389
|
&::-moz-progress-bar {
|
2283
2390
|
border-radius: var(--radius-box);
|
2284
|
-
background-color:
|
2391
|
+
background-color: currentcolor;
|
2285
2392
|
}
|
2286
2393
|
}
|
2287
2394
|
@supports (-webkit-appearance: none) {
|
@@ -2298,6 +2405,9 @@
|
|
2298
2405
|
.absolute {
|
2299
2406
|
position: absolute;
|
2300
2407
|
}
|
2408
|
+
.fixed {
|
2409
|
+
position: fixed;
|
2410
|
+
}
|
2301
2411
|
.relative {
|
2302
2412
|
position: relative;
|
2303
2413
|
}
|
@@ -2636,9 +2746,9 @@
|
|
2636
2746
|
align-items: center;
|
2637
2747
|
gap: calc(0.25rem * 1.5);
|
2638
2748
|
white-space: nowrap;
|
2639
|
-
color:
|
2749
|
+
color: currentcolor;
|
2640
2750
|
@supports (color: color-mix(in lab, red, red)) {
|
2641
|
-
color: color-mix(in oklab,
|
2751
|
+
color: color-mix(in oklab, currentcolor 60%, transparent);
|
2642
2752
|
}
|
2643
2753
|
&:has(input) {
|
2644
2754
|
cursor: pointer;
|
@@ -2669,9 +2779,7 @@
|
|
2669
2779
|
}
|
2670
2780
|
}
|
2671
2781
|
.card-detail-body {
|
2672
|
-
display: flex;
|
2673
2782
|
flex: auto;
|
2674
|
-
flex-direction: column;
|
2675
2783
|
gap: calc(0.25rem * 2);
|
2676
2784
|
padding: var(--card-p, 1.5rem);
|
2677
2785
|
font-size: var(--card-fs, 0.875rem);
|
@@ -3029,10 +3137,7 @@
|
|
3029
3137
|
vertical-align: middle;
|
3030
3138
|
color: color-mix(in srgb, #000 30%, transparent);
|
3031
3139
|
@supports (color: color-mix(in lab, red, red)) {
|
3032
|
-
color: color-mix(in
|
3033
|
-
@supports (color: color-mix(in lab, red, red)) {
|
3034
|
-
color: color-mix(in oklab, var(--color-black) 30%, transparent);
|
3035
|
-
}
|
3140
|
+
color: color-mix(in oklab, var(--color-black) 30%, transparent);
|
3036
3141
|
}
|
3037
3142
|
background-image: radial-gradient( circle at 35% 30%, oklch(1 0 0 / calc(var(--depth) * 0.5)), #0000 );
|
3038
3143
|
box-shadow: 0 2px 3px -1px currentColor;
|
@@ -4010,6 +4115,14 @@
|
|
4010
4115
|
.topic-tile-body {
|
4011
4116
|
padding: calc(var(--spacing) * 2);
|
4012
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
|
+
}
|
4013
4126
|
.badge-sm {
|
4014
4127
|
--size: calc(var(--size-selector, 0.25rem) * 5);
|
4015
4128
|
font-size: 0.75rem;
|
@@ -4079,10 +4192,6 @@
|
|
4079
4192
|
font-size: var(--text-sm);
|
4080
4193
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
4081
4194
|
}
|
4082
|
-
.select-sm {
|
4083
|
-
--size: calc(var(--size-field, 0.25rem) * 8);
|
4084
|
-
font-size: 0.75rem;
|
4085
|
-
}
|
4086
4195
|
.font-bold {
|
4087
4196
|
--tw-font-weight: var(--font-weight-bold);
|
4088
4197
|
font-weight: var(--font-weight-bold);
|
@@ -4193,7 +4302,7 @@
|
|
4193
4302
|
--btn-border: #0000;
|
4194
4303
|
--btn-noise: none;
|
4195
4304
|
&:not(:disabled, [disabled], .btn-disabled) {
|
4196
|
-
outline-color:
|
4305
|
+
outline-color: currentcolor;
|
4197
4306
|
--btn-fg: currentColor;
|
4198
4307
|
}
|
4199
4308
|
}
|
@@ -4215,7 +4324,7 @@
|
|
4215
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,);
|
4216
4325
|
}
|
4217
4326
|
.transition {
|
4218
|
-
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;
|
4219
4328
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
4220
4329
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
4221
4330
|
}
|
@@ -4441,7 +4550,6 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4441
4550
|
}
|
4442
4551
|
display: inline-flex;
|
4443
4552
|
flex-shrink: 0;
|
4444
|
-
cursor: pointer;
|
4445
4553
|
flex-wrap: nowrap;
|
4446
4554
|
align-items: center;
|
4447
4555
|
justify-content: center;
|
@@ -4478,16 +4586,9 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4478
4586
|
--btn-bg: var(--btn-color, var(--color-base-200));
|
4479
4587
|
--btn-fg: var(--color-base-content);
|
4480
4588
|
--btn-p: 1rem;
|
4481
|
-
--btn-border: var(--btn-bg);
|
4482
|
-
|
4483
|
-
--btn-border: color-mix(in oklab, var(--btn-bg), #000 calc(var(--depth) * 5%));
|
4484
|
-
}
|
4485
|
-
--btn-shadow: 0 3px 2px -2px var(--btn-bg),
|
4486
|
-
0 4px 3px -2px var(--btn-bg);
|
4487
|
-
@supports (color: color-mix(in lab, red, red)) {
|
4488
|
-
--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),
|
4489
4591
|
0 4px 3px -2px color-mix(in oklab, var(--btn-bg) calc(var(--depth) * 30%), #0000);
|
4490
|
-
}
|
4491
4592
|
--btn-noise: var(--fx-noise);
|
4492
4593
|
.prose & {
|
4493
4594
|
text-decoration-line: none;
|
@@ -4500,7 +4601,7 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4500
4601
|
}
|
4501
4602
|
}
|
4502
4603
|
}
|
4503
|
-
&:focus-visible {
|
4604
|
+
&:focus-visible, &:has(:focus-visible) {
|
4504
4605
|
outline-width: 2px;
|
4505
4606
|
outline-style: solid;
|
4506
4607
|
isolation: isolate;
|
@@ -4573,7 +4674,7 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4573
4674
|
--btn-border: #0000;
|
4574
4675
|
--btn-noise: none;
|
4575
4676
|
&:not(:disabled, [disabled], .btn-disabled) {
|
4576
|
-
outline-color:
|
4677
|
+
outline-color: currentcolor;
|
4577
4678
|
--btn-fg: currentColor;
|
4578
4679
|
}
|
4579
4680
|
}
|
@@ -4629,7 +4730,7 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4629
4730
|
}
|
4630
4731
|
@layer base {
|
4631
4732
|
@media (prefers-color-scheme: dark) {
|
4632
|
-
:root {
|
4733
|
+
:root:not([data-theme]) {
|
4633
4734
|
color-scheme: dark;
|
4634
4735
|
--color-base-100: oklch(25.33% 0.016 252.42);
|
4635
4736
|
--color-base-200: oklch(23.26% 0.014 253.1);
|
@@ -4729,10 +4830,8 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4729
4830
|
}
|
4730
4831
|
}
|
4731
4832
|
@layer base {
|
4732
|
-
|
4733
|
-
|
4734
|
-
inherits: true;
|
4735
|
-
initial-value: 0%;
|
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");
|
4736
4835
|
}
|
4737
4836
|
}
|
4738
4837
|
@layer base {
|
@@ -4744,8 +4843,10 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4744
4843
|
}
|
4745
4844
|
}
|
4746
4845
|
@layer base {
|
4747
|
-
|
4748
|
-
|
4846
|
+
@property --radialprogress {
|
4847
|
+
syntax: "<percentage>";
|
4848
|
+
inherits: true;
|
4849
|
+
initial-value: 0%;
|
4749
4850
|
}
|
4750
4851
|
}
|
4751
4852
|
@layer base {
|
@@ -4772,25 +4873,23 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4772
4873
|
color: var(--color-base-content);
|
4773
4874
|
}
|
4774
4875
|
}
|
4775
|
-
@keyframes
|
4776
|
-
0% {
|
4777
|
-
|
4778
|
-
|
4779
|
-
50% {
|
4780
|
-
padding: 3px;
|
4876
|
+
@keyframes rating {
|
4877
|
+
0%, 40% {
|
4878
|
+
scale: 1.1;
|
4879
|
+
filter: brightness(1.05) contrast(1.05);
|
4781
4880
|
}
|
4782
4881
|
}
|
4783
|
-
@keyframes
|
4882
|
+
@keyframes dropdown {
|
4784
4883
|
0% {
|
4785
|
-
|
4786
|
-
}
|
4787
|
-
100% {
|
4788
|
-
background-position: -50%;
|
4884
|
+
opacity: 0;
|
4789
4885
|
}
|
4790
4886
|
}
|
4791
|
-
@keyframes
|
4887
|
+
@keyframes radio {
|
4888
|
+
0% {
|
4889
|
+
padding: 5px;
|
4890
|
+
}
|
4792
4891
|
50% {
|
4793
|
-
|
4892
|
+
padding: 3px;
|
4794
4893
|
}
|
4795
4894
|
}
|
4796
4895
|
@keyframes toast {
|
@@ -4803,15 +4902,17 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4803
4902
|
opacity: 1;
|
4804
4903
|
}
|
4805
4904
|
}
|
4806
|
-
@keyframes
|
4905
|
+
@keyframes skeleton {
|
4807
4906
|
0% {
|
4808
|
-
|
4907
|
+
background-position: 150%;
|
4908
|
+
}
|
4909
|
+
100% {
|
4910
|
+
background-position: -50%;
|
4809
4911
|
}
|
4810
4912
|
}
|
4811
|
-
@keyframes
|
4812
|
-
|
4813
|
-
|
4814
|
-
filter: brightness(1.05) contrast(1.05);
|
4913
|
+
@keyframes progress {
|
4914
|
+
50% {
|
4915
|
+
background-position-x: -115%;
|
4815
4916
|
}
|
4816
4917
|
}
|
4817
4918
|
@property --tw-border-style {
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|