karafka-web 0.11.0 → 0.11.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/Gemfile +0 -2
- data/Gemfile.lock +15 -26
- data/lib/karafka/web/tracking/consumers/reporter.rb +6 -2
- 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/reporter.rb +4 -2
- data/lib/karafka/web/ui/public/javascripts/application.min.js.gz +0 -0
- data/lib/karafka/web/ui/public/stylesheets/application.min.css +41 -31
- 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/version.rb +1 -1
- data/package-lock.json +118 -146
- data/package.json +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4320bd74426900e3a77f1748242c757cb44a1b0b578300a413d5a1cb706ec3de
|
4
|
+
data.tar.gz: 75be8a6b974829adde0b266cb2df6e1f62752a35dc271110a04a00eef93865df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58a4c8ed2d9d400070aa4d43bb29a73006c435c00fd4d9143dd520db01368b5984729bd947bd88a8f2c1865fff25935449150b329f9396405ec53ce82c850299
|
7
|
+
data.tar.gz: d1c96b677662d862d9d05a70945f3ca7fbc55359033fb7f3350600eb4e0388673bc8482f1f165f0775b5d02bf8075801e1450286b59a0fdc4bd2b2d9e5405ef7
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Karafka Web Changelog
|
2
2
|
|
3
|
+
## 0.11.2 (2025-08-18)
|
4
|
+
- [Enhancement] Make sure that TTL counters related `#inspect` are thread-safe.
|
5
|
+
- [Change] Add new CI action to trigger auto-doc refresh.
|
6
|
+
- [Change] Update daisyUI to `5.0.50`
|
7
|
+
|
8
|
+
## 0.11.1 (2025-06-23)
|
9
|
+
- [Fix] Extremely high error turnover from hundreds of partitions can cause a deadlock in the reporter for transactional Web producer.
|
10
|
+
|
3
11
|
## 0.11.0 (2025-06-15)
|
4
12
|
- **[Feature]** Provide ability to pause/resume partitions on running consumers via the UI (Pro).
|
5
13
|
- **[Feature]** Provide ability to edit offsets of running consumers (Pro).
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
karafka-web (0.11.
|
4
|
+
karafka-web (0.11.2)
|
5
5
|
erubi (~> 1.4)
|
6
6
|
karafka (>= 2.5.0.rc2, < 2.6.0)
|
7
7
|
karafka-core (>= 2.5.0, < 2.6.0)
|
@@ -11,7 +11,7 @@ PATH
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
activesupport (7.2.2.
|
14
|
+
activesupport (7.2.2.2)
|
15
15
|
base64
|
16
16
|
benchmark (>= 0.3)
|
17
17
|
bigdecimal
|
@@ -35,25 +35,15 @@ GEM
|
|
35
35
|
erubi (1.13.1)
|
36
36
|
et-orbi (1.2.11)
|
37
37
|
tzinfo
|
38
|
-
factory_bot (6.5.
|
38
|
+
factory_bot (6.5.5)
|
39
39
|
activesupport (>= 6.1.0)
|
40
40
|
ffi (1.17.2)
|
41
|
-
ffi (1.17.2-aarch64-linux-gnu)
|
42
|
-
ffi (1.17.2-aarch64-linux-musl)
|
43
|
-
ffi (1.17.2-arm-linux-gnu)
|
44
|
-
ffi (1.17.2-arm-linux-musl)
|
45
|
-
ffi (1.17.2-arm64-darwin)
|
46
|
-
ffi (1.17.2-x86-linux-gnu)
|
47
|
-
ffi (1.17.2-x86-linux-musl)
|
48
|
-
ffi (1.17.2-x86_64-darwin)
|
49
|
-
ffi (1.17.2-x86_64-linux-gnu)
|
50
|
-
ffi (1.17.2-x86_64-linux-musl)
|
51
41
|
fugit (1.11.1)
|
52
42
|
et-orbi (~> 1, >= 1.2.11)
|
53
43
|
raabro (~> 1.4)
|
54
44
|
i18n (1.14.7)
|
55
45
|
concurrent-ruby (~> 1.0)
|
56
|
-
karafka (2.5.0
|
46
|
+
karafka (2.5.0)
|
57
47
|
base64 (~> 0.2)
|
58
48
|
karafka-core (>= 2.5.2, < 2.6.0)
|
59
49
|
karafka-rdkafka (>= 0.19.5)
|
@@ -69,29 +59,29 @@ GEM
|
|
69
59
|
logger (1.7.0)
|
70
60
|
mini_portile2 (2.8.9)
|
71
61
|
minitest (5.25.5)
|
72
|
-
nokogiri (1.18.
|
62
|
+
nokogiri (1.18.9)
|
73
63
|
mini_portile2 (~> 2.8.2)
|
74
64
|
racc (~> 1.4)
|
75
|
-
nokogiri (1.18.
|
65
|
+
nokogiri (1.18.9-aarch64-linux-gnu)
|
76
66
|
racc (~> 1.4)
|
77
|
-
nokogiri (1.18.
|
67
|
+
nokogiri (1.18.9-aarch64-linux-musl)
|
78
68
|
racc (~> 1.4)
|
79
|
-
nokogiri (1.18.
|
69
|
+
nokogiri (1.18.9-arm-linux-gnu)
|
80
70
|
racc (~> 1.4)
|
81
|
-
nokogiri (1.18.
|
71
|
+
nokogiri (1.18.9-arm-linux-musl)
|
82
72
|
racc (~> 1.4)
|
83
|
-
nokogiri (1.18.
|
73
|
+
nokogiri (1.18.9-arm64-darwin)
|
84
74
|
racc (~> 1.4)
|
85
|
-
nokogiri (1.18.
|
75
|
+
nokogiri (1.18.9-x86_64-darwin)
|
86
76
|
racc (~> 1.4)
|
87
|
-
nokogiri (1.18.
|
77
|
+
nokogiri (1.18.9-x86_64-linux-gnu)
|
88
78
|
racc (~> 1.4)
|
89
|
-
nokogiri (1.18.
|
79
|
+
nokogiri (1.18.9-x86_64-linux-musl)
|
90
80
|
racc (~> 1.4)
|
91
|
-
ostruct (0.6.
|
81
|
+
ostruct (0.6.3)
|
92
82
|
raabro (1.4.0)
|
93
83
|
racc (1.8.1)
|
94
|
-
rack (3.1.
|
84
|
+
rack (3.1.16)
|
95
85
|
rack-test (2.2.0)
|
96
86
|
rack (>= 1.3)
|
97
87
|
rackup (0.2.3)
|
@@ -147,7 +137,6 @@ DEPENDENCIES
|
|
147
137
|
byebug
|
148
138
|
factory_bot
|
149
139
|
fugit
|
150
|
-
karafka
|
151
140
|
karafka-web!
|
152
141
|
nokogiri
|
153
142
|
ostruct
|
@@ -49,6 +49,10 @@ module Karafka
|
|
49
49
|
# block during this time
|
50
50
|
sampler.sample
|
51
51
|
|
52
|
+
messages = nil
|
53
|
+
|
54
|
+
# We aggregate all the data behind a mutex to make sure, we do not corrupt the already
|
55
|
+
# aggregated data in a different thread
|
52
56
|
MUTEX.synchronize do
|
53
57
|
return unless report?(forced)
|
54
58
|
|
@@ -84,12 +88,12 @@ module Karafka
|
|
84
88
|
}
|
85
89
|
end
|
86
90
|
|
87
|
-
produce(messages)
|
88
|
-
|
89
91
|
# Clear the sampler so it tracks new state changes without previous once impacting
|
90
92
|
# the data
|
91
93
|
sampler.clear
|
92
94
|
end
|
95
|
+
|
96
|
+
produce(messages)
|
93
97
|
end
|
94
98
|
|
95
99
|
# Reports bypassing frequency check. This can be used to report when state changes in the
|
@@ -56,6 +56,17 @@ module Karafka
|
|
56
56
|
super
|
57
57
|
end
|
58
58
|
|
59
|
+
# @return [String] thread-safe inspection string
|
60
|
+
def inspect
|
61
|
+
clear
|
62
|
+
size = @accu.size
|
63
|
+
|
64
|
+
parts = ["ttl=#{@ttl}ms"]
|
65
|
+
parts << "size=#{size}"
|
66
|
+
|
67
|
+
"#<#{self.class.name}:#{format('%#x', object_id)} #{parts.join(' ')}>"
|
68
|
+
end
|
69
|
+
|
59
70
|
private
|
60
71
|
|
61
72
|
# Evicts outdated samples
|
@@ -10,7 +10,8 @@ module Karafka
|
|
10
10
|
class Hash < Hash
|
11
11
|
# @param ttl [Integer] milliseconds ttl
|
12
12
|
def initialize(ttl)
|
13
|
-
|
13
|
+
@ttl = ttl
|
14
|
+
super() { |k, v| k[v] = Ttls::Array.new(@ttl) }
|
14
15
|
end
|
15
16
|
|
16
17
|
# Takes a block where we provide a hash select filtering to select keys we are
|
@@ -26,6 +27,11 @@ module Karafka
|
|
26
27
|
select(&block)
|
27
28
|
)
|
28
29
|
end
|
30
|
+
|
31
|
+
# @return [String] thread-safe inspect of the ttls hash
|
32
|
+
def inspect
|
33
|
+
"#<#{self.class.name}:#{format('%#x', object_id)} size=#{size} ttl=#{@ttl}ms>"
|
34
|
+
end
|
29
35
|
end
|
30
36
|
end
|
31
37
|
end
|
@@ -23,6 +23,8 @@ module Karafka
|
|
23
23
|
|
24
24
|
# Dispatches the current state from sampler to appropriate topics
|
25
25
|
def report
|
26
|
+
messages = nil
|
27
|
+
|
26
28
|
MUTEX.synchronize do
|
27
29
|
return unless report?
|
28
30
|
|
@@ -42,12 +44,12 @@ module Karafka
|
|
42
44
|
|
43
45
|
return if messages.empty?
|
44
46
|
|
45
|
-
produce(messages)
|
46
|
-
|
47
47
|
# Clear the sampler so it tracks new state changes without previous once impacting
|
48
48
|
# the data
|
49
49
|
sampler.clear
|
50
50
|
end
|
51
|
+
|
52
|
+
produce(messages)
|
51
53
|
end
|
52
54
|
|
53
55
|
private
|
Binary file
|
@@ -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.12 | 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
|
}
|
@@ -2144,7 +2147,10 @@
|
|
2144
2147
|
outline-offset: 2px;
|
2145
2148
|
}
|
2146
2149
|
&:checked, &[aria-checked="true"] {
|
2147
|
-
background-color: var(--input-color,
|
2150
|
+
background-color: var(--input-color, var(--color-base-content));
|
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
|
+
}
|
2148
2154
|
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));
|
2149
2155
|
&:before {
|
2150
2156
|
clip-path: polygon(20% 100%, 20% 80%, 50% 80%, 50% 0%, 70% 0%, 70% 100%);
|
@@ -2168,6 +2174,10 @@
|
|
2168
2174
|
}
|
2169
2175
|
}
|
2170
2176
|
&:indeterminate {
|
2177
|
+
background-color: var(--input-color, var(--color-base-content));
|
2178
|
+
@supports (color: color-mix(in lab, red, red)) {
|
2179
|
+
background-color: var(--input-color, color-mix(in oklab, var(--color-base-content) 20%, #0000));
|
2180
|
+
}
|
2171
2181
|
&:before {
|
2172
2182
|
rotate: 0deg;
|
2173
2183
|
opacity: 100%;
|
@@ -4729,18 +4739,9 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4729
4739
|
}
|
4730
4740
|
}
|
4731
4741
|
@layer base {
|
4732
|
-
|
4733
|
-
|
4734
|
-
|
4735
|
-
initial-value: 0%;
|
4736
|
-
}
|
4737
|
-
}
|
4738
|
-
@layer base {
|
4739
|
-
:root {
|
4740
|
-
scrollbar-color: currentColor #0000;
|
4741
|
-
@supports (color: color-mix(in lab, red, red)) {
|
4742
|
-
scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) #0000;
|
4743
|
-
}
|
4742
|
+
:root, [data-theme] {
|
4743
|
+
background-color: var(--root-bg, var(--color-base-100));
|
4744
|
+
color: var(--color-base-content);
|
4744
4745
|
}
|
4745
4746
|
}
|
4746
4747
|
@layer base {
|
@@ -4749,8 +4750,10 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4749
4750
|
}
|
4750
4751
|
}
|
4751
4752
|
@layer base {
|
4752
|
-
|
4753
|
-
|
4753
|
+
@property --radialprogress {
|
4754
|
+
syntax: "<percentage>";
|
4755
|
+
inherits: true;
|
4756
|
+
initial-value: 0%;
|
4754
4757
|
}
|
4755
4758
|
}
|
4756
4759
|
@layer base {
|
@@ -4767,30 +4770,29 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4767
4770
|
}
|
4768
4771
|
}
|
4769
4772
|
@layer base {
|
4770
|
-
:root
|
4771
|
-
|
4772
|
-
color:
|
4773
|
+
:root {
|
4774
|
+
scrollbar-color: currentColor #0000;
|
4775
|
+
@supports (color: color-mix(in lab, red, red)) {
|
4776
|
+
scrollbar-color: color-mix(in oklch, currentColor 35%, #0000) #0000;
|
4777
|
+
}
|
4773
4778
|
}
|
4774
4779
|
}
|
4775
|
-
@
|
4776
|
-
|
4777
|
-
|
4780
|
+
@layer base {
|
4781
|
+
:root:has( .modal-open, .modal[open], .modal:target, .modal-toggle:checked, .drawer:not([class*="drawer-open"]) > .drawer-toggle:checked ) {
|
4782
|
+
overflow: hidden;
|
4778
4783
|
}
|
4784
|
+
}
|
4785
|
+
@keyframes progress {
|
4779
4786
|
50% {
|
4780
|
-
|
4787
|
+
background-position-x: -115%;
|
4781
4788
|
}
|
4782
4789
|
}
|
4783
|
-
@keyframes
|
4790
|
+
@keyframes radio {
|
4784
4791
|
0% {
|
4785
|
-
|
4786
|
-
}
|
4787
|
-
100% {
|
4788
|
-
background-position: -50%;
|
4792
|
+
padding: 5px;
|
4789
4793
|
}
|
4790
|
-
}
|
4791
|
-
@keyframes progress {
|
4792
4794
|
50% {
|
4793
|
-
|
4795
|
+
padding: 3px;
|
4794
4796
|
}
|
4795
4797
|
}
|
4796
4798
|
@keyframes toast {
|
@@ -4814,6 +4816,14 @@ tr:not(:first-child) th[colspan]:not([colspan="1"]) {
|
|
4814
4816
|
filter: brightness(1.05) contrast(1.05);
|
4815
4817
|
}
|
4816
4818
|
}
|
4819
|
+
@keyframes skeleton {
|
4820
|
+
0% {
|
4821
|
+
background-position: 150%;
|
4822
|
+
}
|
4823
|
+
100% {
|
4824
|
+
background-position: -50%;
|
4825
|
+
}
|
4826
|
+
}
|
4817
4827
|
@property --tw-border-style {
|
4818
4828
|
syntax: "*";
|
4819
4829
|
inherits: false;
|
Binary file
|
Binary file
|
data/lib/karafka/web/version.rb
CHANGED
data/package-lock.json
CHANGED
@@ -5,15 +5,15 @@
|
|
5
5
|
"packages": {
|
6
6
|
"": {
|
7
7
|
"devDependencies": {
|
8
|
-
"@tailwindcss/postcss": "^4.1.
|
9
|
-
"daisyui": "^5.0.
|
8
|
+
"@tailwindcss/postcss": "^4.1.12",
|
9
|
+
"daisyui": "^5.0.50",
|
10
10
|
"gulp": "^5.0.1",
|
11
11
|
"gulp-concat": "^2.6.1",
|
12
12
|
"gulp-sourcemaps": "^3.0.0",
|
13
13
|
"gulp-uglify": "^3.0.2",
|
14
|
-
"postcss": "^8.5.
|
14
|
+
"postcss": "^8.5.6",
|
15
15
|
"postcss-cli": "^11.0.1",
|
16
|
-
"tailwindcss": "^4.1.
|
16
|
+
"tailwindcss": "^4.1.12",
|
17
17
|
"through2": "^4.0.2"
|
18
18
|
}
|
19
19
|
},
|
@@ -29,20 +29,6 @@
|
|
29
29
|
"url": "https://github.com/sponsors/sindresorhus"
|
30
30
|
}
|
31
31
|
},
|
32
|
-
"node_modules/@ampproject/remapping": {
|
33
|
-
"version": "2.3.0",
|
34
|
-
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
|
35
|
-
"integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
|
36
|
-
"dev": true,
|
37
|
-
"license": "Apache-2.0",
|
38
|
-
"dependencies": {
|
39
|
-
"@jridgewell/gen-mapping": "^0.3.5",
|
40
|
-
"@jridgewell/trace-mapping": "^0.3.24"
|
41
|
-
},
|
42
|
-
"engines": {
|
43
|
-
"node": ">=6.0.0"
|
44
|
-
}
|
45
|
-
},
|
46
32
|
"node_modules/@gulp-sourcemaps/identity-map": {
|
47
33
|
"version": "2.0.1",
|
48
34
|
"resolved": "https://registry.npmjs.org/@gulp-sourcemaps/identity-map/-/identity-map-2.0.1.tgz",
|
@@ -163,34 +149,31 @@
|
|
163
149
|
}
|
164
150
|
},
|
165
151
|
"node_modules/@jridgewell/gen-mapping": {
|
166
|
-
"version": "0.3.
|
167
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.
|
168
|
-
"integrity": "sha512-
|
152
|
+
"version": "0.3.13",
|
153
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
154
|
+
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
169
155
|
"dev": true,
|
170
156
|
"license": "MIT",
|
171
157
|
"dependencies": {
|
172
|
-
"@jridgewell/
|
173
|
-
"@jridgewell/sourcemap-codec": "^1.4.10",
|
158
|
+
"@jridgewell/sourcemap-codec": "^1.5.0",
|
174
159
|
"@jridgewell/trace-mapping": "^0.3.24"
|
175
|
-
},
|
176
|
-
"engines": {
|
177
|
-
"node": ">=6.0.0"
|
178
160
|
}
|
179
161
|
},
|
180
|
-
"node_modules/@jridgewell/
|
181
|
-
"version": "3.
|
182
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/
|
183
|
-
"integrity": "sha512-
|
162
|
+
"node_modules/@jridgewell/remapping": {
|
163
|
+
"version": "2.3.5",
|
164
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
|
165
|
+
"integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
|
184
166
|
"dev": true,
|
185
167
|
"license": "MIT",
|
186
|
-
"
|
187
|
-
"
|
168
|
+
"dependencies": {
|
169
|
+
"@jridgewell/gen-mapping": "^0.3.5",
|
170
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
188
171
|
}
|
189
172
|
},
|
190
|
-
"node_modules/@jridgewell/
|
191
|
-
"version": "1.2
|
192
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/
|
193
|
-
"integrity": "sha512-
|
173
|
+
"node_modules/@jridgewell/resolve-uri": {
|
174
|
+
"version": "3.1.2",
|
175
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
176
|
+
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
194
177
|
"dev": true,
|
195
178
|
"license": "MIT",
|
196
179
|
"engines": {
|
@@ -205,9 +188,9 @@
|
|
205
188
|
"license": "MIT"
|
206
189
|
},
|
207
190
|
"node_modules/@jridgewell/trace-mapping": {
|
208
|
-
"version": "0.3.
|
209
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.
|
210
|
-
"integrity": "sha512-
|
191
|
+
"version": "0.3.30",
|
192
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.30.tgz",
|
193
|
+
"integrity": "sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==",
|
211
194
|
"dev": true,
|
212
195
|
"license": "MIT",
|
213
196
|
"dependencies": {
|
@@ -216,35 +199,25 @@
|
|
216
199
|
}
|
217
200
|
},
|
218
201
|
"node_modules/@tailwindcss/node": {
|
219
|
-
"version": "4.1.
|
220
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.
|
221
|
-
"integrity": "sha512-
|
202
|
+
"version": "4.1.12",
|
203
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.12.tgz",
|
204
|
+
"integrity": "sha512-3hm9brwvQkZFe++SBt+oLjo4OLDtkvlE8q2WalaD/7QWaeM7KEJbAiY/LJZUaCs7Xa8aUu4xy3uoyX4q54UVdQ==",
|
222
205
|
"dev": true,
|
223
206
|
"license": "MIT",
|
224
207
|
"dependencies": {
|
225
|
-
"@
|
226
|
-
"enhanced-resolve": "^5.18.
|
227
|
-
"jiti": "^2.
|
208
|
+
"@jridgewell/remapping": "^2.3.4",
|
209
|
+
"enhanced-resolve": "^5.18.3",
|
210
|
+
"jiti": "^2.5.1",
|
228
211
|
"lightningcss": "1.30.1",
|
229
212
|
"magic-string": "^0.30.17",
|
230
213
|
"source-map-js": "^1.2.1",
|
231
|
-
"tailwindcss": "4.1.
|
232
|
-
}
|
233
|
-
},
|
234
|
-
"node_modules/@tailwindcss/node/node_modules/jiti": {
|
235
|
-
"version": "2.4.2",
|
236
|
-
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz",
|
237
|
-
"integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==",
|
238
|
-
"dev": true,
|
239
|
-
"license": "MIT",
|
240
|
-
"bin": {
|
241
|
-
"jiti": "lib/jiti-cli.mjs"
|
214
|
+
"tailwindcss": "4.1.12"
|
242
215
|
}
|
243
216
|
},
|
244
217
|
"node_modules/@tailwindcss/oxide": {
|
245
|
-
"version": "4.1.
|
246
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.
|
247
|
-
"integrity": "sha512-
|
218
|
+
"version": "4.1.12",
|
219
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.12.tgz",
|
220
|
+
"integrity": "sha512-gM5EoKHW/ukmlEtphNwaGx45fGoEmP10v51t9unv55voWh6WrOL19hfuIdo2FjxIaZzw776/BUQg7Pck++cIVw==",
|
248
221
|
"dev": true,
|
249
222
|
"hasInstallScript": true,
|
250
223
|
"license": "MIT",
|
@@ -256,24 +229,24 @@
|
|
256
229
|
"node": ">= 10"
|
257
230
|
},
|
258
231
|
"optionalDependencies": {
|
259
|
-
"@tailwindcss/oxide-android-arm64": "4.1.
|
260
|
-
"@tailwindcss/oxide-darwin-arm64": "4.1.
|
261
|
-
"@tailwindcss/oxide-darwin-x64": "4.1.
|
262
|
-
"@tailwindcss/oxide-freebsd-x64": "4.1.
|
263
|
-
"@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.
|
264
|
-
"@tailwindcss/oxide-linux-arm64-gnu": "4.1.
|
265
|
-
"@tailwindcss/oxide-linux-arm64-musl": "4.1.
|
266
|
-
"@tailwindcss/oxide-linux-x64-gnu": "4.1.
|
267
|
-
"@tailwindcss/oxide-linux-x64-musl": "4.1.
|
268
|
-
"@tailwindcss/oxide-wasm32-wasi": "4.1.
|
269
|
-
"@tailwindcss/oxide-win32-arm64-msvc": "4.1.
|
270
|
-
"@tailwindcss/oxide-win32-x64-msvc": "4.1.
|
232
|
+
"@tailwindcss/oxide-android-arm64": "4.1.12",
|
233
|
+
"@tailwindcss/oxide-darwin-arm64": "4.1.12",
|
234
|
+
"@tailwindcss/oxide-darwin-x64": "4.1.12",
|
235
|
+
"@tailwindcss/oxide-freebsd-x64": "4.1.12",
|
236
|
+
"@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.12",
|
237
|
+
"@tailwindcss/oxide-linux-arm64-gnu": "4.1.12",
|
238
|
+
"@tailwindcss/oxide-linux-arm64-musl": "4.1.12",
|
239
|
+
"@tailwindcss/oxide-linux-x64-gnu": "4.1.12",
|
240
|
+
"@tailwindcss/oxide-linux-x64-musl": "4.1.12",
|
241
|
+
"@tailwindcss/oxide-wasm32-wasi": "4.1.12",
|
242
|
+
"@tailwindcss/oxide-win32-arm64-msvc": "4.1.12",
|
243
|
+
"@tailwindcss/oxide-win32-x64-msvc": "4.1.12"
|
271
244
|
}
|
272
245
|
},
|
273
246
|
"node_modules/@tailwindcss/oxide-android-arm64": {
|
274
|
-
"version": "4.1.
|
275
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.
|
276
|
-
"integrity": "sha512-
|
247
|
+
"version": "4.1.12",
|
248
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.12.tgz",
|
249
|
+
"integrity": "sha512-oNY5pq+1gc4T6QVTsZKwZaGpBb2N1H1fsc1GD4o7yinFySqIuRZ2E4NvGasWc6PhYJwGK2+5YT1f9Tp80zUQZQ==",
|
277
250
|
"cpu": [
|
278
251
|
"arm64"
|
279
252
|
],
|
@@ -288,9 +261,9 @@
|
|
288
261
|
}
|
289
262
|
},
|
290
263
|
"node_modules/@tailwindcss/oxide-darwin-arm64": {
|
291
|
-
"version": "4.1.
|
292
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.
|
293
|
-
"integrity": "sha512-
|
264
|
+
"version": "4.1.12",
|
265
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.12.tgz",
|
266
|
+
"integrity": "sha512-cq1qmq2HEtDV9HvZlTtrj671mCdGB93bVY6J29mwCyaMYCP/JaUBXxrQQQm7Qn33AXXASPUb2HFZlWiiHWFytw==",
|
294
267
|
"cpu": [
|
295
268
|
"arm64"
|
296
269
|
],
|
@@ -305,9 +278,9 @@
|
|
305
278
|
}
|
306
279
|
},
|
307
280
|
"node_modules/@tailwindcss/oxide-darwin-x64": {
|
308
|
-
"version": "4.1.
|
309
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.
|
310
|
-
"integrity": "sha512-
|
281
|
+
"version": "4.1.12",
|
282
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.12.tgz",
|
283
|
+
"integrity": "sha512-6UCsIeFUcBfpangqlXay9Ffty9XhFH1QuUFn0WV83W8lGdX8cD5/+2ONLluALJD5+yJ7k8mVtwy3zMZmzEfbLg==",
|
311
284
|
"cpu": [
|
312
285
|
"x64"
|
313
286
|
],
|
@@ -322,9 +295,9 @@
|
|
322
295
|
}
|
323
296
|
},
|
324
297
|
"node_modules/@tailwindcss/oxide-freebsd-x64": {
|
325
|
-
"version": "4.1.
|
326
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.
|
327
|
-
"integrity": "sha512-
|
298
|
+
"version": "4.1.12",
|
299
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.12.tgz",
|
300
|
+
"integrity": "sha512-JOH/f7j6+nYXIrHobRYCtoArJdMJh5zy5lr0FV0Qu47MID/vqJAY3r/OElPzx1C/wdT1uS7cPq+xdYYelny1ww==",
|
328
301
|
"cpu": [
|
329
302
|
"x64"
|
330
303
|
],
|
@@ -339,9 +312,9 @@
|
|
339
312
|
}
|
340
313
|
},
|
341
314
|
"node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
|
342
|
-
"version": "4.1.
|
343
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.
|
344
|
-
"integrity": "sha512-
|
315
|
+
"version": "4.1.12",
|
316
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.12.tgz",
|
317
|
+
"integrity": "sha512-v4Ghvi9AU1SYgGr3/j38PD8PEe6bRfTnNSUE3YCMIRrrNigCFtHZ2TCm8142X8fcSqHBZBceDx+JlFJEfNg5zQ==",
|
345
318
|
"cpu": [
|
346
319
|
"arm"
|
347
320
|
],
|
@@ -356,9 +329,9 @@
|
|
356
329
|
}
|
357
330
|
},
|
358
331
|
"node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
|
359
|
-
"version": "4.1.
|
360
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.
|
361
|
-
"integrity": "sha512-
|
332
|
+
"version": "4.1.12",
|
333
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.12.tgz",
|
334
|
+
"integrity": "sha512-YP5s1LmetL9UsvVAKusHSyPlzSRqYyRB0f+Kl/xcYQSPLEw/BvGfxzbH+ihUciePDjiXwHh+p+qbSP3SlJw+6g==",
|
362
335
|
"cpu": [
|
363
336
|
"arm64"
|
364
337
|
],
|
@@ -373,9 +346,9 @@
|
|
373
346
|
}
|
374
347
|
},
|
375
348
|
"node_modules/@tailwindcss/oxide-linux-arm64-musl": {
|
376
|
-
"version": "4.1.
|
377
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.
|
378
|
-
"integrity": "sha512-
|
349
|
+
"version": "4.1.12",
|
350
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.12.tgz",
|
351
|
+
"integrity": "sha512-V8pAM3s8gsrXcCv6kCHSuwyb/gPsd863iT+v1PGXC4fSL/OJqsKhfK//v8P+w9ThKIoqNbEnsZqNy+WDnwQqCA==",
|
379
352
|
"cpu": [
|
380
353
|
"arm64"
|
381
354
|
],
|
@@ -390,9 +363,9 @@
|
|
390
363
|
}
|
391
364
|
},
|
392
365
|
"node_modules/@tailwindcss/oxide-linux-x64-gnu": {
|
393
|
-
"version": "4.1.
|
394
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.
|
395
|
-
"integrity": "sha512
|
366
|
+
"version": "4.1.12",
|
367
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.12.tgz",
|
368
|
+
"integrity": "sha512-xYfqYLjvm2UQ3TZggTGrwxjYaLB62b1Wiysw/YE3Yqbh86sOMoTn0feF98PonP7LtjsWOWcXEbGqDL7zv0uW8Q==",
|
396
369
|
"cpu": [
|
397
370
|
"x64"
|
398
371
|
],
|
@@ -407,9 +380,9 @@
|
|
407
380
|
}
|
408
381
|
},
|
409
382
|
"node_modules/@tailwindcss/oxide-linux-x64-musl": {
|
410
|
-
"version": "4.1.
|
411
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.
|
412
|
-
"integrity": "sha512-
|
383
|
+
"version": "4.1.12",
|
384
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.12.tgz",
|
385
|
+
"integrity": "sha512-ha0pHPamN+fWZY7GCzz5rKunlv9L5R8kdh+YNvP5awe3LtuXb5nRi/H27GeL2U+TdhDOptU7T6Is7mdwh5Ar3A==",
|
413
386
|
"cpu": [
|
414
387
|
"x64"
|
415
388
|
],
|
@@ -424,9 +397,9 @@
|
|
424
397
|
}
|
425
398
|
},
|
426
399
|
"node_modules/@tailwindcss/oxide-wasm32-wasi": {
|
427
|
-
"version": "4.1.
|
428
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.
|
429
|
-
"integrity": "sha512-
|
400
|
+
"version": "4.1.12",
|
401
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.12.tgz",
|
402
|
+
"integrity": "sha512-4tSyu3dW+ktzdEpuk6g49KdEangu3eCYoqPhWNsZgUhyegEda3M9rG0/j1GV/JjVVsj+lG7jWAyrTlLzd/WEBg==",
|
430
403
|
"bundleDependencies": [
|
431
404
|
"@napi-rs/wasm-runtime",
|
432
405
|
"@emnapi/core",
|
@@ -442,11 +415,11 @@
|
|
442
415
|
"license": "MIT",
|
443
416
|
"optional": true,
|
444
417
|
"dependencies": {
|
445
|
-
"@emnapi/core": "^1.4.
|
446
|
-
"@emnapi/runtime": "^1.4.
|
447
|
-
"@emnapi/wasi-threads": "^1.0.
|
448
|
-
"@napi-rs/wasm-runtime": "^0.2.
|
449
|
-
"@tybys/wasm-util": "^0.
|
418
|
+
"@emnapi/core": "^1.4.5",
|
419
|
+
"@emnapi/runtime": "^1.4.5",
|
420
|
+
"@emnapi/wasi-threads": "^1.0.4",
|
421
|
+
"@napi-rs/wasm-runtime": "^0.2.12",
|
422
|
+
"@tybys/wasm-util": "^0.10.0",
|
450
423
|
"tslib": "^2.8.0"
|
451
424
|
},
|
452
425
|
"engines": {
|
@@ -454,18 +427,18 @@
|
|
454
427
|
}
|
455
428
|
},
|
456
429
|
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": {
|
457
|
-
"version": "1.4.
|
430
|
+
"version": "1.4.5",
|
458
431
|
"dev": true,
|
459
432
|
"inBundle": true,
|
460
433
|
"license": "MIT",
|
461
434
|
"optional": true,
|
462
435
|
"dependencies": {
|
463
|
-
"@emnapi/wasi-threads": "1.0.
|
436
|
+
"@emnapi/wasi-threads": "1.0.4",
|
464
437
|
"tslib": "^2.4.0"
|
465
438
|
}
|
466
439
|
},
|
467
440
|
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": {
|
468
|
-
"version": "1.4.
|
441
|
+
"version": "1.4.5",
|
469
442
|
"dev": true,
|
470
443
|
"inBundle": true,
|
471
444
|
"license": "MIT",
|
@@ -475,7 +448,7 @@
|
|
475
448
|
}
|
476
449
|
},
|
477
450
|
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": {
|
478
|
-
"version": "1.0.
|
451
|
+
"version": "1.0.4",
|
479
452
|
"dev": true,
|
480
453
|
"inBundle": true,
|
481
454
|
"license": "MIT",
|
@@ -485,7 +458,7 @@
|
|
485
458
|
}
|
486
459
|
},
|
487
460
|
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": {
|
488
|
-
"version": "0.2.
|
461
|
+
"version": "0.2.12",
|
489
462
|
"dev": true,
|
490
463
|
"inBundle": true,
|
491
464
|
"license": "MIT",
|
@@ -493,11 +466,11 @@
|
|
493
466
|
"dependencies": {
|
494
467
|
"@emnapi/core": "^1.4.3",
|
495
468
|
"@emnapi/runtime": "^1.4.3",
|
496
|
-
"@tybys/wasm-util": "^0.
|
469
|
+
"@tybys/wasm-util": "^0.10.0"
|
497
470
|
}
|
498
471
|
},
|
499
472
|
"node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": {
|
500
|
-
"version": "0.
|
473
|
+
"version": "0.10.0",
|
501
474
|
"dev": true,
|
502
475
|
"inBundle": true,
|
503
476
|
"license": "MIT",
|
@@ -514,9 +487,9 @@
|
|
514
487
|
"optional": true
|
515
488
|
},
|
516
489
|
"node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
|
517
|
-
"version": "4.1.
|
518
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.
|
519
|
-
"integrity": "sha512-
|
490
|
+
"version": "4.1.12",
|
491
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.12.tgz",
|
492
|
+
"integrity": "sha512-iGLyD/cVP724+FGtMWslhcFyg4xyYyM+5F4hGvKA7eifPkXHRAUDFaimu53fpNg9X8dfP75pXx/zFt/jlNF+lg==",
|
520
493
|
"cpu": [
|
521
494
|
"arm64"
|
522
495
|
],
|
@@ -531,9 +504,9 @@
|
|
531
504
|
}
|
532
505
|
},
|
533
506
|
"node_modules/@tailwindcss/oxide-win32-x64-msvc": {
|
534
|
-
"version": "4.1.
|
535
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.
|
536
|
-
"integrity": "sha512-
|
507
|
+
"version": "4.1.12",
|
508
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.12.tgz",
|
509
|
+
"integrity": "sha512-NKIh5rzw6CpEodv/++r0hGLlfgT/gFN+5WNdZtvh6wpU2BpGNgdjvj6H2oFc8nCM839QM1YOhjpgbAONUb4IxA==",
|
537
510
|
"cpu": [
|
538
511
|
"x64"
|
539
512
|
],
|
@@ -548,17 +521,17 @@
|
|
548
521
|
}
|
549
522
|
},
|
550
523
|
"node_modules/@tailwindcss/postcss": {
|
551
|
-
"version": "4.1.
|
552
|
-
"resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.
|
553
|
-
"integrity": "sha512-
|
524
|
+
"version": "4.1.12",
|
525
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.12.tgz",
|
526
|
+
"integrity": "sha512-5PpLYhCAwf9SJEeIsSmCDLgyVfdBhdBpzX1OJ87anT9IVR0Z9pjM0FNixCAUAHGnMBGB8K99SwAheXrT0Kh6QQ==",
|
554
527
|
"dev": true,
|
555
528
|
"license": "MIT",
|
556
529
|
"dependencies": {
|
557
530
|
"@alloc/quick-lru": "^5.2.0",
|
558
|
-
"@tailwindcss/node": "4.1.
|
559
|
-
"@tailwindcss/oxide": "4.1.
|
531
|
+
"@tailwindcss/node": "4.1.12",
|
532
|
+
"@tailwindcss/oxide": "4.1.12",
|
560
533
|
"postcss": "^8.4.41",
|
561
|
-
"tailwindcss": "4.1.
|
534
|
+
"tailwindcss": "4.1.12"
|
562
535
|
}
|
563
536
|
},
|
564
537
|
"node_modules/acorn": {
|
@@ -1035,9 +1008,9 @@
|
|
1035
1008
|
}
|
1036
1009
|
},
|
1037
1010
|
"node_modules/daisyui": {
|
1038
|
-
"version": "5.0.
|
1039
|
-
"resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.0.
|
1040
|
-
"integrity": "sha512-
|
1011
|
+
"version": "5.0.50",
|
1012
|
+
"resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.0.50.tgz",
|
1013
|
+
"integrity": "sha512-c1PweK5RI1C76q58FKvbS4jzgyNJSP6CGTQ+KkZYzADdJoERnOxFoeLfDHmQgxLpjEzlYhFMXCeodQNLCC9bow==",
|
1041
1014
|
"dev": true,
|
1042
1015
|
"license": "MIT",
|
1043
1016
|
"funding": {
|
@@ -1135,9 +1108,9 @@
|
|
1135
1108
|
}
|
1136
1109
|
},
|
1137
1110
|
"node_modules/enhanced-resolve": {
|
1138
|
-
"version": "5.18.
|
1139
|
-
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.
|
1140
|
-
"integrity": "sha512-
|
1111
|
+
"version": "5.18.3",
|
1112
|
+
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz",
|
1113
|
+
"integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==",
|
1141
1114
|
"dev": true,
|
1142
1115
|
"license": "MIT",
|
1143
1116
|
"dependencies": {
|
@@ -2141,14 +2114,13 @@
|
|
2141
2114
|
}
|
2142
2115
|
},
|
2143
2116
|
"node_modules/jiti": {
|
2144
|
-
"version": "
|
2145
|
-
"resolved": "https://registry.npmjs.org/jiti/-/jiti-
|
2146
|
-
"integrity": "sha512-
|
2117
|
+
"version": "2.5.1",
|
2118
|
+
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.5.1.tgz",
|
2119
|
+
"integrity": "sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==",
|
2147
2120
|
"dev": true,
|
2148
|
-
"
|
2149
|
-
"peer": true,
|
2121
|
+
"license": "MIT",
|
2150
2122
|
"bin": {
|
2151
|
-
"jiti": "
|
2123
|
+
"jiti": "lib/jiti-cli.mjs"
|
2152
2124
|
}
|
2153
2125
|
},
|
2154
2126
|
"node_modules/jsonfile": {
|
@@ -2759,9 +2731,9 @@
|
|
2759
2731
|
}
|
2760
2732
|
},
|
2761
2733
|
"node_modules/postcss": {
|
2762
|
-
"version": "8.5.
|
2763
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.
|
2764
|
-
"integrity": "sha512-
|
2734
|
+
"version": "8.5.6",
|
2735
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
2736
|
+
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
2765
2737
|
"dev": true,
|
2766
2738
|
"funding": [
|
2767
2739
|
{
|
@@ -3235,16 +3207,16 @@
|
|
3235
3207
|
}
|
3236
3208
|
},
|
3237
3209
|
"node_modules/tailwindcss": {
|
3238
|
-
"version": "4.1.
|
3239
|
-
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.
|
3240
|
-
"integrity": "sha512-
|
3210
|
+
"version": "4.1.12",
|
3211
|
+
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.12.tgz",
|
3212
|
+
"integrity": "sha512-DzFtxOi+7NsFf7DBtI3BJsynR+0Yp6etH+nRPTbpWnS2pZBaSksv/JGctNwSWzbFjp0vxSqknaUylseZqMDGrA==",
|
3241
3213
|
"dev": true,
|
3242
3214
|
"license": "MIT"
|
3243
3215
|
},
|
3244
3216
|
"node_modules/tapable": {
|
3245
|
-
"version": "2.2.
|
3246
|
-
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.
|
3247
|
-
"integrity": "sha512-
|
3217
|
+
"version": "2.2.2",
|
3218
|
+
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.2.tgz",
|
3219
|
+
"integrity": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==",
|
3248
3220
|
"dev": true,
|
3249
3221
|
"license": "MIT",
|
3250
3222
|
"engines": {
|
data/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"devDependencies": {
|
3
|
-
"@tailwindcss/postcss": "^4.1.
|
4
|
-
"daisyui": "^5.0.
|
3
|
+
"@tailwindcss/postcss": "^4.1.12",
|
4
|
+
"daisyui": "^5.0.50",
|
5
5
|
"gulp": "^5.0.1",
|
6
6
|
"gulp-concat": "^2.6.1",
|
7
7
|
"gulp-sourcemaps": "^3.0.0",
|
8
8
|
"gulp-uglify": "^3.0.2",
|
9
|
-
"postcss": "^8.5.
|
9
|
+
"postcss": "^8.5.6",
|
10
10
|
"postcss-cli": "^11.0.1",
|
11
|
-
"tailwindcss": "^4.1.
|
11
|
+
"tailwindcss": "^4.1.12",
|
12
12
|
"through2": "^4.0.2"
|
13
13
|
}
|
14
14
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: karafka-web
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Maciej Mensfeld
|
@@ -841,7 +841,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
841
841
|
- !ruby/object:Gem::Version
|
842
842
|
version: '0'
|
843
843
|
requirements: []
|
844
|
-
rubygems_version: 3.6.
|
844
|
+
rubygems_version: 3.6.9
|
845
845
|
specification_version: 4
|
846
846
|
summary: Karafka ecosystem Web UI interface
|
847
847
|
test_files: []
|