@zextras/carbonio-shell-ui 0.4.18 → 0.4.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/CHANGELOG.md +9 -0
- package/dist/PKGBUILD +6 -6
- package/dist/commit +1 -1
- package/dist/component.json +3 -3
- package/dist/index.html +3 -3
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.be4cec71.chunk.js → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.00f4613f.chunk.js} +87 -78
- package/dist/src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.00f4613f.chunk.js.map +1 -0
- package/dist/{src_workers_folder_ts.de4ad0df.chunk.js → src_workers_folder_ts.fffe1a8e.chunk.js} +2 -2
- package/dist/{src_workers_folder_ts.de4ad0df.chunk.js.map → src_workers_folder_ts.fffe1a8e.chunk.js.map} +1 -1
- package/dist/{src_workers_tag_ts.fbf91d32.chunk.js → src_workers_tag_ts.78b43ca1.chunk.js} +2 -2
- package/dist/{src_workers_tag_ts.fbf91d32.chunk.js.map → src_workers_tag_ts.78b43ca1.chunk.js.map} +1 -1
- package/dist/{style.8cc99bb1.css → style.ff4d2796.css} +1 -1
- package/dist/{style.8cc99bb1.css.map → style.ff4d2796.css.map} +1 -1
- package/dist/{vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-eb34a0.e0814547.chunk.js → vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-eb34a0.8a622d34.chunk.js} +189 -135
- package/dist/{vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-eb34a0.e0814547.chunk.js.map → vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-eb34a0.8a622d34.chunk.js.map} +1 -1
- package/dist/zapp-shell.bundle.js +2 -2
- package/dist/zapp-shell.bundle.js.map +1 -1
- package/package.json +3 -3
- package/dist/src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.be4cec71.chunk.js.map +0 -1
|
@@ -14823,14 +14823,14 @@ function SvgCalendarBookShareWithMeFill(props) {
|
|
|
14823
14823
|
|
|
14824
14824
|
function SvgCalendarMod(props) {
|
|
14825
14825
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
14826
|
-
|
|
14827
|
-
|
|
14828
|
-
|
|
14829
|
-
|
|
14830
|
-
|
|
14831
|
-
|
|
14832
|
-
|
|
14833
|
-
}));
|
|
14826
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14827
|
+
viewBox: "0 0 24 24"
|
|
14828
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
14829
|
+
"data-name": "Layer 2"
|
|
14830
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
14831
|
+
d: "M18 4h-1V3a1 1 0 00-2 0v1H9V3a1 1 0 00-2 0v1H6a3 3 0 00-3 3v12a3 3 0 003 3h12a3 3 0 003-3V7a3 3 0 00-3-3zM8 17a1 1 0 111-1 1 1 0 01-1 1zm8 0h-4a1 1 0 010-2h4a1 1 0 010 2zm3-6H5V7a1 1 0 011-1h1v1a1 1 0 002 0V6h6v1a1 1 0 002 0V6h1a1 1 0 011 1z",
|
|
14832
|
+
"data-name": "calendar"
|
|
14833
|
+
})));
|
|
14834
14834
|
}
|
|
14835
14835
|
|
|
14836
14836
|
function SvgCalendarWarning(props) {
|
|
@@ -15258,14 +15258,15 @@ function SvgContactsFolder(props) {
|
|
|
15258
15258
|
|
|
15259
15259
|
function SvgContactsMod(props) {
|
|
15260
15260
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
15261
|
-
|
|
15262
|
-
|
|
15263
|
-
|
|
15264
|
-
|
|
15265
|
-
|
|
15266
|
-
|
|
15267
|
-
|
|
15268
|
-
|
|
15261
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15262
|
+
viewBox: "0 0 24 24"
|
|
15263
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
15264
|
+
"data-name": "Layer 2"
|
|
15265
|
+
}, /*#__PURE__*/React__namespace.createElement("g", {
|
|
15266
|
+
"data-name": "people"
|
|
15267
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
15268
|
+
d: "M9 11a4 4 0 10-4-4 4 4 0 004 4zM17 13a3 3 0 10-3-3 3 3 0 003 3zM21 20a1 1 0 001-1 5 5 0 00-8.06-3.95A7 7 0 002 20a1 1 0 001 1h12a1 1 0 001-1"
|
|
15269
|
+
}))));
|
|
15269
15270
|
}
|
|
15270
15271
|
|
|
15271
15272
|
function SvgConversationView(props) {
|
|
@@ -16681,14 +16682,14 @@ function SvgMailFolder(props) {
|
|
|
16681
16682
|
|
|
16682
16683
|
function SvgMailMod(props) {
|
|
16683
16684
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
16684
|
-
|
|
16685
|
-
|
|
16686
|
-
|
|
16687
|
-
|
|
16688
|
-
|
|
16689
|
-
|
|
16690
|
-
|
|
16691
|
-
}));
|
|
16685
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16686
|
+
viewBox: "0 0 24 24"
|
|
16687
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
16688
|
+
"data-name": "Layer 2"
|
|
16689
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
16690
|
+
d: "M19 4H5a3 3 0 00-3 3v10a3 3 0 003 3h14a3 3 0 003-3V7a3 3 0 00-3-3zm0 2l-6.5 4.47a1 1 0 01-1 0L5 6z",
|
|
16691
|
+
"data-name": "email"
|
|
16692
|
+
})));
|
|
16692
16693
|
}
|
|
16693
16694
|
|
|
16694
16695
|
function SvgMap(props) {
|
|
@@ -17787,14 +17788,14 @@ function SvgSearchFolder(props) {
|
|
|
17787
17788
|
|
|
17788
17789
|
function SvgSearchMod(props) {
|
|
17789
17790
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
17790
|
-
|
|
17791
|
-
|
|
17792
|
-
|
|
17793
|
-
|
|
17794
|
-
|
|
17795
|
-
|
|
17796
|
-
|
|
17797
|
-
}));
|
|
17791
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17792
|
+
viewBox: "0 0 24 24"
|
|
17793
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
17794
|
+
"data-name": "Layer 2"
|
|
17795
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
17796
|
+
d: "M20.71 19.29l-3.4-3.39A7.92 7.92 0 0019 11a8 8 0 10-8 8 7.92 7.92 0 004.9-1.69l3.39 3.4a1 1 0 001.42 0 1 1 0 000-1.42zM5 11a6 6 0 116 6 6 6 0 01-6-6z",
|
|
17797
|
+
"data-name": "search"
|
|
17798
|
+
})));
|
|
17798
17799
|
}
|
|
17799
17800
|
|
|
17800
17801
|
function SvgSendDelayed(props) {
|
|
@@ -17859,14 +17860,19 @@ function SvgSettings2(props) {
|
|
|
17859
17860
|
|
|
17860
17861
|
function SvgSettingsMod(props) {
|
|
17861
17862
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
17862
|
-
|
|
17863
|
-
|
|
17864
|
-
|
|
17865
|
-
|
|
17866
|
-
|
|
17867
|
-
|
|
17868
|
-
|
|
17869
|
-
|
|
17863
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17864
|
+
viewBox: "0 0 24 24"
|
|
17865
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
17866
|
+
"data-name": "Layer 2"
|
|
17867
|
+
}, /*#__PURE__*/React__namespace.createElement("g", {
|
|
17868
|
+
"data-name": "settings"
|
|
17869
|
+
}, /*#__PURE__*/React__namespace.createElement("circle", {
|
|
17870
|
+
cx: 12,
|
|
17871
|
+
cy: 12,
|
|
17872
|
+
r: 1.5
|
|
17873
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
17874
|
+
d: "M21.89 10.32L21.1 7.8a2.26 2.26 0 00-2.88-1.51l-.34.11a1.74 1.74 0 01-1.59-.26l-.11-.08a1.76 1.76 0 01-.69-1.43v-.28a2.37 2.37 0 00-.68-1.68 2.26 2.26 0 00-1.6-.67h-2.55a2.32 2.32 0 00-2.29 2.33v.24a1.94 1.94 0 01-.73 1.51l-.13.1a1.93 1.93 0 01-1.78.29 2.14 2.14 0 00-1.68.12 2.18 2.18 0 00-1.12 1.33l-.82 2.6a2.34 2.34 0 001.48 2.94h.16a1.83 1.83 0 011.12 1.22l.06.16a2.06 2.06 0 01-.23 1.86 2.37 2.37 0 00.49 3.3l2.07 1.57a2.25 2.25 0 001.35.43A2 2 0 009 22a2.25 2.25 0 001.47-1l.23-.33a1.8 1.8 0 011.43-.77 1.75 1.75 0 011.5.78l.12.17a2.24 2.24 0 003.22.53L19 19.86a2.38 2.38 0 00.5-3.23l-.26-.38A2 2 0 0119 14.6a1.89 1.89 0 011.21-1.28l.2-.07a2.36 2.36 0 001.48-2.93zM12 15.5a3.5 3.5 0 113.5-3.5 3.5 3.5 0 01-3.5 3.5z"
|
|
17875
|
+
}))));
|
|
17870
17876
|
}
|
|
17871
17877
|
|
|
17872
17878
|
function SvgShake(props) {
|
|
@@ -18284,12 +18290,14 @@ function SvgTaskShared(props) {
|
|
|
18284
18290
|
|
|
18285
18291
|
function SvgTeam(props) {
|
|
18286
18292
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
18287
|
-
|
|
18288
|
-
|
|
18289
|
-
|
|
18290
|
-
|
|
18291
|
-
|
|
18292
|
-
|
|
18293
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18294
|
+
viewBox: "0 0 24 24"
|
|
18295
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
18296
|
+
"data-name": "Layer 2"
|
|
18297
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
18298
|
+
d: "M19.07 4.93a10 10 0 00-16.28 11 1.06 1.06 0 01.09.64L2 20.8a1 1 0 00.27.91A1 1 0 003 22h.2l4.28-.86a1.26 1.26 0 01.64.09 10 10 0 0011-16.28zM8 13a1 1 0 111-1 1 1 0 01-1 1zm4 0a1 1 0 111-1 1 1 0 01-1 1zm4 0a1 1 0 111-1 1 1 0 01-1 1z",
|
|
18299
|
+
"data-name": "message-circle"
|
|
18300
|
+
})));
|
|
18293
18301
|
}
|
|
18294
18302
|
|
|
18295
18303
|
function SvgText(props) {
|
|
@@ -19988,14 +19996,21 @@ function SvgCalendarBookShareByMeOutline(props) {
|
|
|
19988
19996
|
|
|
19989
19997
|
function SvgCalendarModOutline(props) {
|
|
19990
19998
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
19991
|
-
|
|
19992
|
-
|
|
19993
|
-
|
|
19994
|
-
|
|
19995
|
-
|
|
19996
|
-
|
|
19997
|
-
|
|
19998
|
-
|
|
19999
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20000
|
+
viewBox: "0 0 24 24"
|
|
20001
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
20002
|
+
"data-name": "Layer 2"
|
|
20003
|
+
}, /*#__PURE__*/React__namespace.createElement("g", {
|
|
20004
|
+
"data-name": "calendar"
|
|
20005
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
20006
|
+
d: "M18 4h-1V3a1 1 0 00-2 0v1H9V3a1 1 0 00-2 0v1H6a3 3 0 00-3 3v12a3 3 0 003 3h12a3 3 0 003-3V7a3 3 0 00-3-3zM6 6h1v1a1 1 0 002 0V6h6v1a1 1 0 002 0V6h1a1 1 0 011 1v4H5V7a1 1 0 011-1zm12 14H6a1 1 0 01-1-1v-6h14v6a1 1 0 01-1 1z"
|
|
20007
|
+
}), /*#__PURE__*/React__namespace.createElement("circle", {
|
|
20008
|
+
cx: 8,
|
|
20009
|
+
cy: 16,
|
|
20010
|
+
r: 1
|
|
20011
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
20012
|
+
d: "M16 15h-4a1 1 0 000 2h4a1 1 0 000-2z"
|
|
20013
|
+
}))));
|
|
19999
20014
|
}
|
|
20000
20015
|
|
|
20001
20016
|
function SvgCalendarOutline(props) {
|
|
@@ -20489,20 +20504,15 @@ function SvgContactsFolderOutline(props) {
|
|
|
20489
20504
|
|
|
20490
20505
|
function SvgContactsModOutline(props) {
|
|
20491
20506
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
20492
|
-
|
|
20493
|
-
|
|
20494
|
-
|
|
20495
|
-
|
|
20496
|
-
|
|
20497
|
-
|
|
20498
|
-
|
|
20499
|
-
|
|
20500
|
-
|
|
20501
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
20502
|
-
fillRule: "evenodd",
|
|
20503
|
-
clipRule: "evenodd",
|
|
20504
|
-
d: "M9.425 10.575a1.266 1.266 0 11-2.445.659 1.266 1.266 0 012.445-.66zM17.665 10.5a1.548 1.548 0 11-2.989.807 1.548 1.548 0 012.99-.806zM13.765 8.438a1.827 1.827 0 11-3.529.95 1.827 1.827 0 013.529-.95z"
|
|
20505
|
-
}));
|
|
20507
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20508
|
+
viewBox: "0 0 24 24"
|
|
20509
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
20510
|
+
"data-name": "Layer 2"
|
|
20511
|
+
}, /*#__PURE__*/React__namespace.createElement("g", {
|
|
20512
|
+
"data-name": "people"
|
|
20513
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
20514
|
+
d: "M9 11a4 4 0 10-4-4 4 4 0 004 4zm0-6a2 2 0 11-2 2 2 2 0 012-2zM17 13a3 3 0 10-3-3 3 3 0 003 3zm0-4a1 1 0 11-1 1 1 1 0 011-1zM17 14a5 5 0 00-3.06 1.05A7 7 0 002 20a1 1 0 002 0 5 5 0 0110 0 1 1 0 002 0 6.9 6.9 0 00-.86-3.35A3 3 0 0120 19a1 1 0 002 0 5 5 0 00-5-5z"
|
|
20515
|
+
}))));
|
|
20506
20516
|
}
|
|
20507
20517
|
|
|
20508
20518
|
function SvgConversationViewOutline(props) {
|
|
@@ -22097,18 +22107,14 @@ function SvgMailFolderOutline(props) {
|
|
|
22097
22107
|
|
|
22098
22108
|
function SvgMailModOutline(props) {
|
|
22099
22109
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
22100
|
-
|
|
22101
|
-
|
|
22102
|
-
|
|
22103
|
-
|
|
22104
|
-
|
|
22105
|
-
|
|
22106
|
-
|
|
22107
|
-
})
|
|
22108
|
-
fillRule: "evenodd",
|
|
22109
|
-
clipRule: "evenodd",
|
|
22110
|
-
d: "M4.276 4.003A2.277 2.277 0 002 6.283v11.484a2.277 2.277 0 002.276 2.28h15.448A2.277 2.277 0 0022 17.766V6.28A2.277 2.277 0 0019.724 4l-15.448.003zm.267 2.185a.353.353 0 00-.352.352V17.5c0 .194.158.352.352.352h14.92a.353.353 0 00.352-.352V6.543a.353.353 0 00-.352-.352l-14.92-.003z"
|
|
22111
|
-
}));
|
|
22110
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
22111
|
+
viewBox: "0 0 24 24"
|
|
22112
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
22113
|
+
"data-name": "Layer 2"
|
|
22114
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
22115
|
+
d: "M19 4H5a3 3 0 00-3 3v10a3 3 0 003 3h14a3 3 0 003-3V7a3 3 0 00-3-3zm-.67 2L12 10.75 5.67 6zM19 18H5a1 1 0 01-1-1V7.25l7.4 5.55a1 1 0 00.6.2 1 1 0 00.6-.2L20 7.25V17a1 1 0 01-1 1z",
|
|
22116
|
+
"data-name": "email"
|
|
22117
|
+
})));
|
|
22112
22118
|
}
|
|
22113
22119
|
|
|
22114
22120
|
function SvgMailStatusOutline(props) {
|
|
@@ -23285,14 +23291,14 @@ function SvgSearchFolderOutline(props) {
|
|
|
23285
23291
|
|
|
23286
23292
|
function SvgSearchModOutline(props) {
|
|
23287
23293
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
23288
|
-
|
|
23289
|
-
|
|
23290
|
-
|
|
23291
|
-
|
|
23292
|
-
|
|
23293
|
-
|
|
23294
|
-
|
|
23295
|
-
}));
|
|
23294
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23295
|
+
viewBox: "0 0 24 24"
|
|
23296
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
23297
|
+
"data-name": "Layer 2"
|
|
23298
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
23299
|
+
d: "M20.71 19.29l-3.4-3.39A7.92 7.92 0 0019 11a8 8 0 10-8 8 7.92 7.92 0 004.9-1.69l3.39 3.4a1 1 0 001.42 0 1 1 0 000-1.42zM5 11a6 6 0 116 6 6 6 0 01-6-6z",
|
|
23300
|
+
"data-name": "search"
|
|
23301
|
+
})));
|
|
23296
23302
|
}
|
|
23297
23303
|
|
|
23298
23304
|
function SvgSearchOutline(props) {
|
|
@@ -23363,16 +23369,18 @@ function SvgSettings2Outline(props) {
|
|
|
23363
23369
|
|
|
23364
23370
|
function SvgSettingsModOutline(props) {
|
|
23365
23371
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
23366
|
-
|
|
23367
|
-
|
|
23368
|
-
|
|
23369
|
-
|
|
23370
|
-
|
|
23372
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23373
|
+
viewBox: "0 0 24 24"
|
|
23374
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
23375
|
+
"data-name": "Layer 2"
|
|
23376
|
+
}, /*#__PURE__*/React__namespace.createElement("g", {
|
|
23377
|
+
"data-name": "settings"
|
|
23378
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
23379
|
+
d: "M8.61 22a2.25 2.25 0 01-1.35-.46L5.19 20a2.37 2.37 0 01-.49-3.22 2.06 2.06 0 00.23-1.86l-.06-.16a1.83 1.83 0 00-1.12-1.22h-.16a2.34 2.34 0 01-1.48-2.94L2.93 8a2.18 2.18 0 011.12-1.41 2.14 2.14 0 011.68-.12 1.93 1.93 0 001.78-.29l.13-.1a1.94 1.94 0 00.73-1.51v-.24A2.32 2.32 0 0110.66 2h2.55a2.26 2.26 0 011.6.67 2.37 2.37 0 01.68 1.68v.28a1.76 1.76 0 00.69 1.43l.11.08a1.74 1.74 0 001.59.26l.34-.11A2.26 2.26 0 0121.1 7.8l.79 2.52a2.36 2.36 0 01-1.46 2.93l-.2.07A1.89 1.89 0 0019 14.6a2 2 0 00.25 1.65l.26.38a2.38 2.38 0 01-.5 3.23L17 21.41a2.24 2.24 0 01-3.22-.53l-.12-.17a1.75 1.75 0 00-1.5-.78 1.8 1.8 0 00-1.43.77l-.23.33A2.25 2.25 0 019 22a2 2 0 01-.39 0zM4.4 11.62a3.83 3.83 0 012.38 2.5v.12a4 4 0 01-.46 3.62.38.38 0 000 .51L8.47 20a.25.25 0 00.37-.07l.23-.33a3.77 3.77 0 016.2 0l.12.18a.3.3 0 00.18.12.25.25 0 00.19-.05l2.06-1.56a.36.36 0 00.07-.49l-.26-.38A4 4 0 0117.1 14a3.92 3.92 0 012.49-2.61l.2-.07a.34.34 0 00.19-.44l-.78-2.49a.35.35 0 00-.2-.19.21.21 0 00-.19 0l-.34.11a3.74 3.74 0 01-3.43-.57L15 7.65a3.76 3.76 0 01-1.49-3v-.31a.37.37 0 00-.1-.26.31.31 0 00-.21-.08h-2.54a.31.31 0 00-.29.33v.25a3.9 3.9 0 01-1.52 3.09l-.13.1a3.91 3.91 0 01-3.63.59.22.22 0 00-.14 0 .28.28 0 00-.12.15L4 11.12a.36.36 0 00.22.45z",
|
|
23380
|
+
"data-name": "<Group>"
|
|
23371
23381
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
23372
|
-
|
|
23373
|
-
|
|
23374
|
-
d: "M9.17 9.279c.612-.348 1.398-.148 1.752.448.353.594.142 1.36-.474 1.709-.613.348-1.399.148-1.753-.449A1.235 1.235 0 019.17 9.28zM10.807 13.262c.75-.425 1.71-.18 2.142.546.432.728.174 1.663-.577 2.088-.751.426-1.711.181-2.143-.546-.431-.727-.173-1.662.578-2.088zM13.521 9.48c.886-.502 2.02-.213 2.53.648.51.858.204 1.963-.684 2.465-.887.502-2.02.213-2.53-.647-.51-.858-.201-1.964.684-2.466z"
|
|
23375
|
-
}));
|
|
23382
|
+
d: "M12 15.5a3.5 3.5 0 113.5-3.5 3.5 3.5 0 01-3.5 3.5zm0-5a1.5 1.5 0 101.5 1.5 1.5 1.5 0 00-1.5-1.5z"
|
|
23383
|
+
}))));
|
|
23376
23384
|
}
|
|
23377
23385
|
|
|
23378
23386
|
function SvgSettingsOutline(props) {
|
|
@@ -23894,16 +23902,27 @@ function SvgTagsMoreOutline(props) {
|
|
|
23894
23902
|
|
|
23895
23903
|
function SvgTeamOutline(props) {
|
|
23896
23904
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
23897
|
-
|
|
23898
|
-
|
|
23899
|
-
|
|
23900
|
-
|
|
23901
|
-
|
|
23905
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23906
|
+
viewBox: "0 0 24 24"
|
|
23907
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
23908
|
+
"data-name": "Layer 2"
|
|
23909
|
+
}, /*#__PURE__*/React__namespace.createElement("g", {
|
|
23910
|
+
"data-name": "message-circle"
|
|
23911
|
+
}, /*#__PURE__*/React__namespace.createElement("circle", {
|
|
23912
|
+
cx: 12,
|
|
23913
|
+
cy: 12,
|
|
23914
|
+
r: 1
|
|
23915
|
+
}), /*#__PURE__*/React__namespace.createElement("circle", {
|
|
23916
|
+
cx: 16,
|
|
23917
|
+
cy: 12,
|
|
23918
|
+
r: 1
|
|
23919
|
+
}), /*#__PURE__*/React__namespace.createElement("circle", {
|
|
23920
|
+
cx: 8,
|
|
23921
|
+
cy: 12,
|
|
23922
|
+
r: 1
|
|
23902
23923
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
23903
|
-
|
|
23904
|
-
|
|
23905
|
-
d: "M17.327 11.988a1.265 1.265 0 11-2.53-.001 1.265 1.265 0 012.53.001zM9.179 11.988a1.546 1.546 0 11-3.093-.001 1.546 1.546 0 013.093.001zM13.815 11.988a1.827 1.827 0 11-3.655-.001 1.827 1.827 0 013.655.001z"
|
|
23906
|
-
}));
|
|
23924
|
+
d: "M19.07 4.93a10 10 0 00-16.28 11 1.06 1.06 0 01.09.64L2 20.8a1 1 0 00.27.91A1 1 0 003 22h.2l4.28-.86a1.26 1.26 0 01.64.09 10 10 0 0011-16.28zm.83 8.36a8 8 0 01-11 6.08 3.26 3.26 0 00-1.25-.26 3.43 3.43 0 00-.56.05l-2.82.57.57-2.82a3.09 3.09 0 00-.21-1.81 8 8 0 016.08-11 8 8 0 019.19 9.19z"
|
|
23925
|
+
}))));
|
|
23907
23926
|
}
|
|
23908
23927
|
|
|
23909
23928
|
function SvgTextOutline(props) {
|
|
@@ -55622,7 +55641,7 @@ module.exports = exports
|
|
|
55622
55641
|
/***/ (function(__unused_webpack_module, exports) {
|
|
55623
55642
|
|
|
55624
55643
|
/**
|
|
55625
|
-
* Dark Reader v4.9.
|
|
55644
|
+
* Dark Reader v4.9.46
|
|
55626
55645
|
* https://darkreader.org/
|
|
55627
55646
|
*/
|
|
55628
55647
|
|
|
@@ -55736,13 +55755,12 @@ module.exports = exports
|
|
|
55736
55755
|
|
|
55737
55756
|
var MessageType = {
|
|
55738
55757
|
UI_GET_DATA: 'ui-get-data',
|
|
55739
|
-
UI_GET_ACTIVE_TAB_INFO: 'ui-get-active-tab-info',
|
|
55740
55758
|
UI_SUBSCRIBE_TO_CHANGES: 'ui-subscribe-to-changes',
|
|
55741
55759
|
UI_UNSUBSCRIBE_FROM_CHANGES: 'ui-unsubscribe-from-changes',
|
|
55742
55760
|
UI_CHANGE_SETTINGS: 'ui-change-settings',
|
|
55743
55761
|
UI_SET_THEME: 'ui-set-theme',
|
|
55744
55762
|
UI_SET_SHORTCUT: 'ui-set-shortcut',
|
|
55745
|
-
|
|
55763
|
+
UI_TOGGLE_ACTIVE_TAB: 'ui-toggle-active-tab',
|
|
55746
55764
|
UI_MARK_NEWS_AS_READ: 'ui-mark-news-as-read',
|
|
55747
55765
|
UI_LOAD_CONFIG: 'ui-load-config',
|
|
55748
55766
|
UI_APPLY_DEV_DYNAMIC_THEME_FIXES: 'ui-apply-dev-dynamic-theme-fixes',
|
|
@@ -55772,6 +55790,8 @@ module.exports = exports
|
|
|
55772
55790
|
CS_FRAME_RESUME: 'cs-frame-resume',
|
|
55773
55791
|
CS_EXPORT_CSS_RESPONSE: 'cs-export-css-response',
|
|
55774
55792
|
CS_FETCH: 'cs-fetch',
|
|
55793
|
+
CS_DARK_THEME_DETECTED: 'cs-dark-theme-detected',
|
|
55794
|
+
CS_DARK_THEME_NOT_DETECTED: 'cs-dark-theme-not-detected',
|
|
55775
55795
|
};
|
|
55776
55796
|
|
|
55777
55797
|
var userAgent = typeof navigator === 'undefined' ? 'some useragent' : navigator.userAgent.toLowerCase();
|
|
@@ -56035,6 +56055,7 @@ module.exports = exports
|
|
|
56035
56055
|
styleSystemControls: !isCSSColorSchemePropSupported,
|
|
56036
56056
|
lightColorScheme: 'Default',
|
|
56037
56057
|
darkColorScheme: 'Default',
|
|
56058
|
+
immediateModify: false,
|
|
56038
56059
|
};
|
|
56039
56060
|
|
|
56040
56061
|
function isArrayLike(items) {
|
|
@@ -56259,12 +56280,18 @@ module.exports = exports
|
|
|
56259
56280
|
}
|
|
56260
56281
|
});
|
|
56261
56282
|
for (var node = (root.shadowRoot ? walker.currentNode : walker.nextNode()); node != null; node = walker.nextNode()) {
|
|
56283
|
+
if (node.classList.contains('surfingkeys_hints_host')) {
|
|
56284
|
+
continue;
|
|
56285
|
+
}
|
|
56262
56286
|
iterator(node);
|
|
56263
56287
|
iterateShadowHosts(node.shadowRoot, iterator);
|
|
56264
56288
|
}
|
|
56265
56289
|
}
|
|
56266
|
-
function
|
|
56290
|
+
var isDOMReady = function () {
|
|
56267
56291
|
return document.readyState === 'complete' || document.readyState === 'interactive';
|
|
56292
|
+
};
|
|
56293
|
+
function setIsDOMReady(newFunc) {
|
|
56294
|
+
isDOMReady = newFunc;
|
|
56268
56295
|
}
|
|
56269
56296
|
var readyStateListeners = new Set();
|
|
56270
56297
|
function addDOMReadyListener(listener) {
|
|
@@ -56539,7 +56566,7 @@ module.exports = exports
|
|
|
56539
56566
|
}
|
|
56540
56567
|
}
|
|
56541
56568
|
var cssURLRegex = /url\((('.+?')|(".+?")|([^\)]*?))\)/g;
|
|
56542
|
-
var cssImportRegex = /@import\s*(url\()?(('.+?')|(".+?")|([^\)]*?))\)? ?(screen)?;?/
|
|
56569
|
+
var cssImportRegex = /@import\s*(url\()?(('.+?')|(".+?")|([^\)]*?))\)? ?(screen)?;?/gi;
|
|
56543
56570
|
function getCSSURLValue(cssURL) {
|
|
56544
56571
|
return cssURL.replace(/^url\((.*)\)$/, '$1').trim().replace(/^"(.*)"$/, '$1').replace(/^'(.*)'$/, '$1');
|
|
56545
56572
|
}
|
|
@@ -57014,6 +57041,9 @@ module.exports = exports
|
|
|
57014
57041
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
57015
57042
|
return [key.toLowerCase(), value];
|
|
57016
57043
|
}));
|
|
57044
|
+
function getSRGBLightness(r, g, b) {
|
|
57045
|
+
return (0.2126 * r + 0.7152 * g + 0.0722 * b) / 255;
|
|
57046
|
+
}
|
|
57017
57047
|
|
|
57018
57048
|
function scale(x, inLow, inHigh, outLow, outHigh) {
|
|
57019
57049
|
return (x - inLow) * (outHigh - outLow) / (inHigh - inLow) + outLow;
|
|
@@ -57337,6 +57367,9 @@ module.exports = exports
|
|
|
57337
57367
|
hx = scale(h, 60, 120, 60, 105);
|
|
57338
57368
|
}
|
|
57339
57369
|
}
|
|
57370
|
+
if (hx > 40 && hx < 80) {
|
|
57371
|
+
lx *= 0.75;
|
|
57372
|
+
}
|
|
57340
57373
|
return { h: hx, s: s, l: lx, a: a };
|
|
57341
57374
|
}
|
|
57342
57375
|
function modifyBackgroundColor(rgb, theme) {
|
|
@@ -57672,15 +57705,15 @@ module.exports = exports
|
|
|
57672
57705
|
for (y = 0; y < height; y++) {
|
|
57673
57706
|
for (x = 0; x < width; x++) {
|
|
57674
57707
|
i = 4 * (y * width + x);
|
|
57675
|
-
r = d[i + 0]
|
|
57676
|
-
g = d[i + 1]
|
|
57677
|
-
b = d[i + 2]
|
|
57678
|
-
a = d[i + 3]
|
|
57679
|
-
if (a < TRANSPARENT_ALPHA_THRESHOLD) {
|
|
57708
|
+
r = d[i + 0];
|
|
57709
|
+
g = d[i + 1];
|
|
57710
|
+
b = d[i + 2];
|
|
57711
|
+
a = d[i + 3];
|
|
57712
|
+
if (a / 255 < TRANSPARENT_ALPHA_THRESHOLD) {
|
|
57680
57713
|
transparentPixelsCount++;
|
|
57681
57714
|
}
|
|
57682
57715
|
else {
|
|
57683
|
-
l =
|
|
57716
|
+
l = getSRGBLightness(r, g, b);
|
|
57684
57717
|
if (l < DARK_LIGHTNESS_THRESHOLD) {
|
|
57685
57718
|
darkPixelsCount++;
|
|
57686
57719
|
}
|
|
@@ -57739,11 +57772,13 @@ module.exports = exports
|
|
|
57739
57772
|
if (index - possibleType.length >= 0) {
|
|
57740
57773
|
var possibleGradient = value.substring(index - possibleType.length, index);
|
|
57741
57774
|
if (possibleGradient === possibleType) {
|
|
57742
|
-
if (index - possibleType.length - 1
|
|
57743
|
-
|
|
57744
|
-
|
|
57745
|
-
|
|
57746
|
-
|
|
57775
|
+
if (value.slice(index - possibleType.length - 10, index - possibleType.length - 1) === 'repeating') {
|
|
57776
|
+
typeGradient = "repeating-".concat(possibleType, "gradient");
|
|
57777
|
+
return true;
|
|
57778
|
+
}
|
|
57779
|
+
if (value.slice(index - possibleType.length - 8, index - possibleType.length - 1) === '-webkit') {
|
|
57780
|
+
typeGradient = "-webkit-".concat(possibleType, "gradient");
|
|
57781
|
+
return true;
|
|
57747
57782
|
}
|
|
57748
57783
|
typeGradient = "".concat(possibleType, "gradient");
|
|
57749
57784
|
return true;
|
|
@@ -58194,7 +58229,21 @@ module.exports = exports
|
|
|
58194
58229
|
if (results.some(function (r) { return r instanceof Promise; })) {
|
|
58195
58230
|
return Promise.all(results)
|
|
58196
58231
|
.then(function (asyncResults) {
|
|
58197
|
-
|
|
58232
|
+
var result = '';
|
|
58233
|
+
var lastWasURL = false;
|
|
58234
|
+
asyncResults.filter(Boolean).forEach(function (asyncResult) {
|
|
58235
|
+
if (lastWasURL) {
|
|
58236
|
+
if (asyncResult) {
|
|
58237
|
+
result += ', ';
|
|
58238
|
+
}
|
|
58239
|
+
lastWasURL = false;
|
|
58240
|
+
}
|
|
58241
|
+
result += asyncResult;
|
|
58242
|
+
if (asyncResult.startsWith('url(')) {
|
|
58243
|
+
lastWasURL = true;
|
|
58244
|
+
}
|
|
58245
|
+
});
|
|
58246
|
+
return result;
|
|
58198
58247
|
});
|
|
58199
58248
|
}
|
|
58200
58249
|
return results.join('');
|
|
@@ -60436,9 +60485,13 @@ module.exports = exports
|
|
|
60436
60485
|
var _this = this;
|
|
60437
60486
|
var getCurrentValue = function () {
|
|
60438
60487
|
var docSheets = documentStyleSheetsDescriptor.get.call(_this);
|
|
60439
|
-
|
|
60488
|
+
var filteredSheets = __spreadArray([], __read(docSheets), false).filter(function (styleSheet) {
|
|
60440
60489
|
return !styleSheet.ownerNode.classList.contains('darkreader');
|
|
60441
|
-
})
|
|
60490
|
+
});
|
|
60491
|
+
filteredSheets.item = function (item) {
|
|
60492
|
+
return filteredSheets[item];
|
|
60493
|
+
};
|
|
60494
|
+
return Object.setPrototypeOf(filteredSheets, StyleSheetList.prototype);
|
|
60442
60495
|
};
|
|
60443
60496
|
var elements = getCurrentValue();
|
|
60444
60497
|
var styleSheetListBehavior = {
|
|
@@ -60463,7 +60516,7 @@ module.exports = exports
|
|
|
60463
60516
|
var elements = getCurrentElementValue();
|
|
60464
60517
|
var nodeListBehavior = {
|
|
60465
60518
|
get: function (_, property) {
|
|
60466
|
-
return getCurrentElementValue()[Number(property)];
|
|
60519
|
+
return getCurrentElementValue()[Number(property) || property];
|
|
60467
60520
|
}
|
|
60468
60521
|
};
|
|
60469
60522
|
elements = new Proxy(elements, nodeListBehavior);
|
|
@@ -60539,20 +60592,16 @@ module.exports = exports
|
|
|
60539
60592
|
document.head.insertBefore(textStyle, fallbackStyle.nextSibling);
|
|
60540
60593
|
setupNodePositionWatcher(textStyle, 'text');
|
|
60541
60594
|
var invertStyle = createOrUpdateStyle('darkreader--invert');
|
|
60542
|
-
var invertStyleContent = '';
|
|
60543
60595
|
if (fixes && Array.isArray(fixes.invert) && fixes.invert.length > 0) {
|
|
60544
|
-
|
|
60596
|
+
invertStyle.textContent = [
|
|
60545
60597
|
"".concat(fixes.invert.join(', '), " {"),
|
|
60546
60598
|
" filter: ".concat(getCSSFilterValue(__assign(__assign({}, filter), { contrast: filter.mode === 0 ? filter.contrast : clamp(filter.contrast - 10, 0, 100) })), " !important;"),
|
|
60547
60599
|
'}',
|
|
60548
|
-
'',
|
|
60549
60600
|
].join('\n');
|
|
60550
60601
|
}
|
|
60551
|
-
|
|
60552
|
-
|
|
60553
|
-
invertStyleContent += "img { filter: ".concat(imageFilter, " !important;\n");
|
|
60602
|
+
else {
|
|
60603
|
+
invertStyle.textContent = '';
|
|
60554
60604
|
}
|
|
60555
|
-
invertStyle.textContent = invertStyleContent;
|
|
60556
60605
|
document.head.insertBefore(invertStyle, textStyle.nextSibling);
|
|
60557
60606
|
setupNodePositionWatcher(invertStyle, 'invert');
|
|
60558
60607
|
var inlineStyle = createOrUpdateStyle('darkreader--inline');
|
|
@@ -60741,7 +60790,7 @@ module.exports = exports
|
|
|
60741
60790
|
createDynamicStyleOverrides();
|
|
60742
60791
|
watchForUpdates();
|
|
60743
60792
|
}
|
|
60744
|
-
if (document.hidden) {
|
|
60793
|
+
if (document.hidden && !filter.immediateModify) {
|
|
60745
60794
|
watchForDocumentVisibility(runDynamicStyle);
|
|
60746
60795
|
}
|
|
60747
60796
|
else {
|
|
@@ -60839,6 +60888,11 @@ module.exports = exports
|
|
|
60839
60888
|
ignoredImageAnalysisSelectors = [];
|
|
60840
60889
|
ignoredInlineSelectors = [];
|
|
60841
60890
|
}
|
|
60891
|
+
if (filter.immediateModify) {
|
|
60892
|
+
setIsDOMReady(function () {
|
|
60893
|
+
return true;
|
|
60894
|
+
});
|
|
60895
|
+
}
|
|
60842
60896
|
isIFrame$1 = iframe;
|
|
60843
60897
|
if (document.head) {
|
|
60844
60898
|
if (isAnotherDarkReaderInstanceActive()) {
|
|
@@ -251126,4 +251180,4 @@ var loadLanguages = instance.loadLanguages;
|
|
|
251126
251180
|
/***/ })
|
|
251127
251181
|
|
|
251128
251182
|
}]);
|
|
251129
|
-
//# sourceMappingURL=vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-eb34a0.
|
|
251183
|
+
//# sourceMappingURL=vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-eb34a0.8a622d34.chunk.js.map
|