@navios/commander-tui 1.0.0 → 1.2.0

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.
Files changed (45) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/README.md +27 -0
  3. package/dist/tsconfig.tsbuildinfo +1 -1
  4. package/lib/index.cjs +338 -22
  5. package/lib/index.cjs.map +1 -1
  6. package/lib/index.d.cts +161 -118
  7. package/lib/index.d.cts.map +1 -1
  8. package/lib/index.d.mts +176 -133
  9. package/lib/index.d.mts.map +1 -1
  10. package/lib/index.mjs +333 -24
  11. package/lib/index.mjs.map +1 -1
  12. package/lib/{screen_manager_bridge-DN2J6_k1.mjs → screen_manager_bridge-Bk1i53h5.mjs} +1 -1
  13. package/lib/{screen_manager_bridge-Dfg4QUrl.mjs → screen_manager_bridge-BwPVr0bX.mjs} +17 -3
  14. package/lib/screen_manager_bridge-BwPVr0bX.mjs.map +1 -0
  15. package/lib/{screen_manager_bridge-BpDgVu3e.cjs → screen_manager_bridge-CWxLO0CK.cjs} +17 -3
  16. package/lib/screen_manager_bridge-CWxLO0CK.cjs.map +1 -0
  17. package/lib/{screen_manager_bridge-CkV7637i.cjs → screen_manager_bridge-DXc57iXW.cjs} +1 -1
  18. package/package.json +1 -1
  19. package/src/__tests__/components/__snapshots__/filter_bar.spec.tsx.snap +2604 -0
  20. package/src/__tests__/components/__snapshots__/loading_message.spec.tsx.snap +1621 -0
  21. package/src/__tests__/components/__snapshots__/log_message.spec.tsx.snap +3757 -0
  22. package/src/__tests__/components/__snapshots__/progress_message.spec.tsx.snap +2042 -0
  23. package/src/__tests__/components/__snapshots__/prompt_renderer.spec.tsx.snap +3652 -0
  24. package/src/__tests__/components/__snapshots__/sidebar.spec.tsx.snap +3426 -0
  25. package/src/__tests__/components/sidebar.spec.tsx +17 -0
  26. package/src/__tests__/services/logger.spec.ts +5 -3
  27. package/src/factories/index.ts +1 -0
  28. package/src/factories/isomorphic-logger.factory.ts +23 -0
  29. package/src/index.ts +5 -0
  30. package/src/interfaces/index.ts +1 -0
  31. package/src/interfaces/isomorphic-logger.ts +9 -0
  32. package/src/overrides/console.logger.override.ts +8 -1
  33. package/src/schemas/screen-options.ts +2 -0
  34. package/src/services/logger.ts +1 -1
  35. package/src/services/screen.ts +3 -0
  36. package/src/services/screen_manager.tsx +16 -12
  37. package/src/themes/dark.ts +4 -0
  38. package/src/themes/high-contrast.ts +4 -0
  39. package/src/themes/light.ts +4 -0
  40. package/src/tokens/logger.ts +9 -0
  41. package/src/types/screen.types.ts +2 -2
  42. package/src/types/theme.types.ts +1 -0
  43. package/src/utils/format.ts +3 -2
  44. package/lib/screen_manager_bridge-BpDgVu3e.cjs.map +0 -1
  45. package/lib/screen_manager_bridge-Dfg4QUrl.mjs.map +0 -1
@@ -138,6 +138,10 @@ exports[`ProgressMessage > complete state > should render complete state 1`] = `
138
138
  "color": "#F59E0B",
139
139
  "icon": "◐",
140
140
  },
141
+ "static": {
142
+ "color": "#3B82F6",
143
+ "icon": "●",
144
+ },
141
145
  "success": {
142
146
  "color": "#22C55E",
143
147
  "icon": "✓",
@@ -312,6 +316,10 @@ exports[`ProgressMessage > complete state > should show resolved content when co
312
316
  "color": "#F59E0B",
313
317
  "icon": "◐",
314
318
  },
319
+ "static": {
320
+ "color": "#3B82F6",
321
+ "icon": "●",
322
+ },
315
323
  "success": {
316
324
  "color": "#22C55E",
317
325
  "icon": "✓",
@@ -487,6 +495,10 @@ exports[`ProgressMessage > failed state > should render failed state 1`] = `
487
495
  "color": "#F59E0B",
488
496
  "icon": "◐",
489
497
  },
498
+ "static": {
499
+ "color": "#3B82F6",
500
+ "icon": "●",
501
+ },
490
502
  "success": {
491
503
  "color": "#22C55E",
492
504
  "icon": "✓",
@@ -661,6 +673,10 @@ exports[`ProgressMessage > failed state > should show error content when failed
661
673
  "color": "#F59E0B",
662
674
  "icon": "◐",
663
675
  },
676
+ "static": {
677
+ "color": "#3B82F6",
678
+ "icon": "●",
679
+ },
664
680
  "success": {
665
681
  "color": "#22C55E",
666
682
  "icon": "✓",
@@ -836,6 +852,10 @@ exports[`ProgressMessage > progress percentages > should handle non-100 totals 1
836
852
  "color": "#F59E0B",
837
853
  "icon": "◐",
838
854
  },
855
+ "static": {
856
+ "color": "#3B82F6",
857
+ "icon": "●",
858
+ },
839
859
  "success": {
840
860
  "color": "#22C55E",
841
861
  "icon": "✓",
@@ -1010,6 +1030,10 @@ exports[`ProgressMessage > progress percentages > should render progress at 0% 1
1010
1030
  "color": "#F59E0B",
1011
1031
  "icon": "◐",
1012
1032
  },
1033
+ "static": {
1034
+ "color": "#3B82F6",
1035
+ "icon": "●",
1036
+ },
1013
1037
  "success": {
1014
1038
  "color": "#22C55E",
1015
1039
  "icon": "✓",
@@ -1184,6 +1208,10 @@ exports[`ProgressMessage > progress percentages > should render progress at 50%
1184
1208
  "color": "#F59E0B",
1185
1209
  "icon": "◐",
1186
1210
  },
1211
+ "static": {
1212
+ "color": "#3B82F6",
1213
+ "icon": "●",
1214
+ },
1187
1215
  "success": {
1188
1216
  "color": "#22C55E",
1189
1217
  "icon": "✓",
@@ -1358,6 +1386,10 @@ exports[`ProgressMessage > progress percentages > should render progress at 100%
1358
1386
  "color": "#F59E0B",
1359
1387
  "icon": "◐",
1360
1388
  },
1389
+ "static": {
1390
+ "color": "#3B82F6",
1391
+ "icon": "●",
1392
+ },
1361
1393
  "success": {
1362
1394
  "color": "#22C55E",
1363
1395
  "icon": "✓",
@@ -1532,6 +1564,10 @@ exports[`ProgressMessage > progress percentages > should render progress at arbi
1532
1564
  "color": "#F59E0B",
1533
1565
  "icon": "◐",
1534
1566
  },
1567
+ "static": {
1568
+ "color": "#3B82F6",
1569
+ "icon": "●",
1570
+ },
1535
1571
  "success": {
1536
1572
  "color": "#22C55E",
1537
1573
  "icon": "✓",
@@ -1706,6 +1742,10 @@ exports[`ProgressMessage > with label > should render with label 1`] = `
1706
1742
  "color": "#F59E0B",
1707
1743
  "icon": "◐",
1708
1744
  },
1745
+ "static": {
1746
+ "color": "#3B82F6",
1747
+ "icon": "●",
1748
+ },
1709
1749
  "success": {
1710
1750
  "color": "#22C55E",
1711
1751
  "icon": "✓",
@@ -1741,3 +1781,2005 @@ exports[`ProgressMessage > with label > should render with label 1`] = `
1741
1781
  />
1742
1782
  </LoggerProvider>
1743
1783
  `;
1784
+
1785
+ exports[`ProgressMessage complete state should render complete state 1`] = `
1786
+ {
1787
+ "$$typeof": Symbol(react.transitional.element),
1788
+ "_debugInfo": null,
1789
+ "_debugStack": [Error: react-stack-top-frame],
1790
+ "_debugTask": null,
1791
+ "_owner": null,
1792
+ "_store": {
1793
+ "validated": 0,
1794
+ },
1795
+ "key": null,
1796
+ "props": {
1797
+ "children": {
1798
+ "$$typeof": Symbol(react.transitional.element),
1799
+ "_debugInfo": null,
1800
+ "_debugStack": [Error: react-stack-top-frame],
1801
+ "_debugTask": null,
1802
+ "_owner": null,
1803
+ "_store": {
1804
+ "validated": 1,
1805
+ },
1806
+ "key": null,
1807
+ "props": {
1808
+ "message": {
1809
+ "current": 100,
1810
+ "id": "progress-7",
1811
+ "label": "Processing",
1812
+ "status": "complete",
1813
+ "timestamp": 2025-01-01T00:00:00.000Z,
1814
+ "total": 100,
1815
+ "type": "progress",
1816
+ },
1817
+ },
1818
+ "ref": null,
1819
+ "type": [Function: ProgressMessage],
1820
+ },
1821
+ "levelColors": undefined,
1822
+ "theme": {
1823
+ "colors": {
1824
+ "background": "#111827",
1825
+ "error": "#EF4444",
1826
+ "foreground": "#F9FAFB",
1827
+ "muted": "#6B7280",
1828
+ "primary": "#3B82F6",
1829
+ "secondary": "#8B5CF6",
1830
+ "success": "#22C55E",
1831
+ "warning": "#F59E0B",
1832
+ },
1833
+ "errorHighlight": {
1834
+ "background": "#EF444425",
1835
+ "border": "#EF4444",
1836
+ "gutterBackground": "#EF444440",
1837
+ },
1838
+ "file": {
1839
+ "background": "#3B82F615",
1840
+ "border": "#3B82F6",
1841
+ "headerBackground": "#3B82F625",
1842
+ "headerText": "#F9FAFB",
1843
+ },
1844
+ "filter": {
1845
+ "activeLevel": "#3B82F6",
1846
+ "background": "#1F293780",
1847
+ "border": "#3B82F6",
1848
+ "cursor": "#3B82F6",
1849
+ "inactiveLevel": "#4B5563",
1850
+ "inputBackground": "#1F2937",
1851
+ "inputPlaceholder": "#6B7280",
1852
+ "inputText": "#F9FAFB",
1853
+ "text": "#E5E7EB",
1854
+ "textDim": "#6B7280",
1855
+ },
1856
+ "group": {
1857
+ "background": "#6B728010",
1858
+ "border": "#6B7280",
1859
+ "headerText": "#E5E7EB",
1860
+ "icon": "#9CA3AF",
1861
+ },
1862
+ "header": {
1863
+ "background": undefined,
1864
+ "border": "#374151",
1865
+ "text": "#F9FAFB",
1866
+ },
1867
+ "help": {
1868
+ "background": "#1F2937",
1869
+ "border": "#3B82F6",
1870
+ "category": "#3B82F6",
1871
+ "description": "#E5E7EB",
1872
+ "hint": "#6B7280",
1873
+ "key": "#F59E0B",
1874
+ "title": "#F9FAFB",
1875
+ },
1876
+ "logLevels": {
1877
+ "debug": {
1878
+ "background": "#8B5CF615",
1879
+ "border": "#8B5CF6",
1880
+ },
1881
+ "error": {
1882
+ "background": "#EF444415",
1883
+ "border": "#EF4444",
1884
+ },
1885
+ "fatal": {
1886
+ "background": "#DC262625",
1887
+ "border": "#DC2626",
1888
+ "text": "#FCA5A5",
1889
+ },
1890
+ "log": {
1891
+ "background": "#3B82F615",
1892
+ "border": "#3B82F6",
1893
+ },
1894
+ "verbose": {
1895
+ "background": "#6B728015",
1896
+ "border": "#6B7280",
1897
+ },
1898
+ "warn": {
1899
+ "background": "#F59E0B15",
1900
+ "border": "#F59E0B",
1901
+ },
1902
+ },
1903
+ "name": "dark",
1904
+ "progress": {
1905
+ "background": "#3B82F615",
1906
+ "barEmpty": "#374151",
1907
+ "barFilled": "#3B82F6",
1908
+ "border": "#3B82F6",
1909
+ "complete": "#22C55E",
1910
+ "completeBackground": "#22C55E15",
1911
+ "failed": "#EF4444",
1912
+ "failedBackground": "#EF444415",
1913
+ "text": "#E5E7EB",
1914
+ "textDim": "#9CA3AF",
1915
+ },
1916
+ "prompt": {
1917
+ "border": "#374151",
1918
+ "buttonBackground": "#374151",
1919
+ "buttonSelectedBackground": "#1F2937",
1920
+ "cancelButton": "#EF4444",
1921
+ "confirmButton": "#22C55E",
1922
+ "focusBorder": "#3B82F6",
1923
+ "inputBackground": "#1F2937",
1924
+ "inputBorder": "#3B82F6",
1925
+ "inputCursor": "#3B82F6",
1926
+ "inputPlaceholder": "#6B7280",
1927
+ "inputText": "#F9FAFB",
1928
+ "optionSelected": "#3B82F6",
1929
+ "optionSelectedBackground": "#1E3A5F",
1930
+ "optionText": "#E5E7EB",
1931
+ "optionTextDim": "#9CA3AF",
1932
+ "question": "#F9FAFB",
1933
+ },
1934
+ "separator": {
1935
+ "line": "#374151",
1936
+ "text": "#6B7280",
1937
+ },
1938
+ "sidebar": {
1939
+ "background": undefined,
1940
+ "badge": "#3B82F6",
1941
+ "border": "#374151",
1942
+ "focusBorder": "#3B82F6",
1943
+ "hoverBackground": "#374151",
1944
+ "selectedBackground": "#1F293780",
1945
+ "text": "#E5E7EB",
1946
+ "textDim": "#6B7280",
1947
+ },
1948
+ "statusIndicators": {
1949
+ "fail": {
1950
+ "color": "#EF4444",
1951
+ "icon": "✗",
1952
+ },
1953
+ "pending": {
1954
+ "color": "#F59E0B",
1955
+ "icon": "◐",
1956
+ },
1957
+ "static": {
1958
+ "color": "#3B82F6",
1959
+ "icon": "●",
1960
+ },
1961
+ "success": {
1962
+ "color": "#22C55E",
1963
+ "icon": "✓",
1964
+ },
1965
+ "waiting": {
1966
+ "color": "#6B7280",
1967
+ "icon": "○",
1968
+ },
1969
+ },
1970
+ "table": {
1971
+ "background": "#3B82F615",
1972
+ "border": "#3B82F6",
1973
+ "cellText": "#E5E7EB",
1974
+ "headerText": "#F9FAFB",
1975
+ "separator": "#3B82F650",
1976
+ "title": "#F9FAFB",
1977
+ },
1978
+ },
1979
+ },
1980
+ "ref": null,
1981
+ "type": [Function: LoggerProvider],
1982
+ }
1983
+ `;
1984
+
1985
+ exports[`ProgressMessage complete state should show resolved content when complete 1`] = `
1986
+ {
1987
+ "$$typeof": Symbol(react.transitional.element),
1988
+ "_debugInfo": null,
1989
+ "_debugStack": [Error: react-stack-top-frame],
1990
+ "_debugTask": null,
1991
+ "_owner": null,
1992
+ "_store": {
1993
+ "validated": 0,
1994
+ },
1995
+ "key": null,
1996
+ "props": {
1997
+ "children": {
1998
+ "$$typeof": Symbol(react.transitional.element),
1999
+ "_debugInfo": null,
2000
+ "_debugStack": [Error: react-stack-top-frame],
2001
+ "_debugTask": null,
2002
+ "_owner": null,
2003
+ "_store": {
2004
+ "validated": 1,
2005
+ },
2006
+ "key": null,
2007
+ "props": {
2008
+ "message": {
2009
+ "current": 100,
2010
+ "id": "progress-8",
2011
+ "label": "Processing",
2012
+ "resolvedContent": "All items processed successfully!",
2013
+ "status": "complete",
2014
+ "timestamp": 2025-01-01T00:00:00.000Z,
2015
+ "total": 100,
2016
+ "type": "progress",
2017
+ },
2018
+ },
2019
+ "ref": null,
2020
+ "type": [Function: ProgressMessage],
2021
+ },
2022
+ "levelColors": undefined,
2023
+ "theme": {
2024
+ "colors": {
2025
+ "background": "#111827",
2026
+ "error": "#EF4444",
2027
+ "foreground": "#F9FAFB",
2028
+ "muted": "#6B7280",
2029
+ "primary": "#3B82F6",
2030
+ "secondary": "#8B5CF6",
2031
+ "success": "#22C55E",
2032
+ "warning": "#F59E0B",
2033
+ },
2034
+ "errorHighlight": {
2035
+ "background": "#EF444425",
2036
+ "border": "#EF4444",
2037
+ "gutterBackground": "#EF444440",
2038
+ },
2039
+ "file": {
2040
+ "background": "#3B82F615",
2041
+ "border": "#3B82F6",
2042
+ "headerBackground": "#3B82F625",
2043
+ "headerText": "#F9FAFB",
2044
+ },
2045
+ "filter": {
2046
+ "activeLevel": "#3B82F6",
2047
+ "background": "#1F293780",
2048
+ "border": "#3B82F6",
2049
+ "cursor": "#3B82F6",
2050
+ "inactiveLevel": "#4B5563",
2051
+ "inputBackground": "#1F2937",
2052
+ "inputPlaceholder": "#6B7280",
2053
+ "inputText": "#F9FAFB",
2054
+ "text": "#E5E7EB",
2055
+ "textDim": "#6B7280",
2056
+ },
2057
+ "group": {
2058
+ "background": "#6B728010",
2059
+ "border": "#6B7280",
2060
+ "headerText": "#E5E7EB",
2061
+ "icon": "#9CA3AF",
2062
+ },
2063
+ "header": {
2064
+ "background": undefined,
2065
+ "border": "#374151",
2066
+ "text": "#F9FAFB",
2067
+ },
2068
+ "help": {
2069
+ "background": "#1F2937",
2070
+ "border": "#3B82F6",
2071
+ "category": "#3B82F6",
2072
+ "description": "#E5E7EB",
2073
+ "hint": "#6B7280",
2074
+ "key": "#F59E0B",
2075
+ "title": "#F9FAFB",
2076
+ },
2077
+ "logLevels": {
2078
+ "debug": {
2079
+ "background": "#8B5CF615",
2080
+ "border": "#8B5CF6",
2081
+ },
2082
+ "error": {
2083
+ "background": "#EF444415",
2084
+ "border": "#EF4444",
2085
+ },
2086
+ "fatal": {
2087
+ "background": "#DC262625",
2088
+ "border": "#DC2626",
2089
+ "text": "#FCA5A5",
2090
+ },
2091
+ "log": {
2092
+ "background": "#3B82F615",
2093
+ "border": "#3B82F6",
2094
+ },
2095
+ "verbose": {
2096
+ "background": "#6B728015",
2097
+ "border": "#6B7280",
2098
+ },
2099
+ "warn": {
2100
+ "background": "#F59E0B15",
2101
+ "border": "#F59E0B",
2102
+ },
2103
+ },
2104
+ "name": "dark",
2105
+ "progress": {
2106
+ "background": "#3B82F615",
2107
+ "barEmpty": "#374151",
2108
+ "barFilled": "#3B82F6",
2109
+ "border": "#3B82F6",
2110
+ "complete": "#22C55E",
2111
+ "completeBackground": "#22C55E15",
2112
+ "failed": "#EF4444",
2113
+ "failedBackground": "#EF444415",
2114
+ "text": "#E5E7EB",
2115
+ "textDim": "#9CA3AF",
2116
+ },
2117
+ "prompt": {
2118
+ "border": "#374151",
2119
+ "buttonBackground": "#374151",
2120
+ "buttonSelectedBackground": "#1F2937",
2121
+ "cancelButton": "#EF4444",
2122
+ "confirmButton": "#22C55E",
2123
+ "focusBorder": "#3B82F6",
2124
+ "inputBackground": "#1F2937",
2125
+ "inputBorder": "#3B82F6",
2126
+ "inputCursor": "#3B82F6",
2127
+ "inputPlaceholder": "#6B7280",
2128
+ "inputText": "#F9FAFB",
2129
+ "optionSelected": "#3B82F6",
2130
+ "optionSelectedBackground": "#1E3A5F",
2131
+ "optionText": "#E5E7EB",
2132
+ "optionTextDim": "#9CA3AF",
2133
+ "question": "#F9FAFB",
2134
+ },
2135
+ "separator": {
2136
+ "line": "#374151",
2137
+ "text": "#6B7280",
2138
+ },
2139
+ "sidebar": {
2140
+ "background": undefined,
2141
+ "badge": "#3B82F6",
2142
+ "border": "#374151",
2143
+ "focusBorder": "#3B82F6",
2144
+ "hoverBackground": "#374151",
2145
+ "selectedBackground": "#1F293780",
2146
+ "text": "#E5E7EB",
2147
+ "textDim": "#6B7280",
2148
+ },
2149
+ "statusIndicators": {
2150
+ "fail": {
2151
+ "color": "#EF4444",
2152
+ "icon": "✗",
2153
+ },
2154
+ "pending": {
2155
+ "color": "#F59E0B",
2156
+ "icon": "◐",
2157
+ },
2158
+ "static": {
2159
+ "color": "#3B82F6",
2160
+ "icon": "●",
2161
+ },
2162
+ "success": {
2163
+ "color": "#22C55E",
2164
+ "icon": "✓",
2165
+ },
2166
+ "waiting": {
2167
+ "color": "#6B7280",
2168
+ "icon": "○",
2169
+ },
2170
+ },
2171
+ "table": {
2172
+ "background": "#3B82F615",
2173
+ "border": "#3B82F6",
2174
+ "cellText": "#E5E7EB",
2175
+ "headerText": "#F9FAFB",
2176
+ "separator": "#3B82F650",
2177
+ "title": "#F9FAFB",
2178
+ },
2179
+ },
2180
+ },
2181
+ "ref": null,
2182
+ "type": [Function: LoggerProvider],
2183
+ }
2184
+ `;
2185
+
2186
+ exports[`ProgressMessage failed state should render failed state 1`] = `
2187
+ {
2188
+ "$$typeof": Symbol(react.transitional.element),
2189
+ "_debugInfo": null,
2190
+ "_debugStack": [Error: react-stack-top-frame],
2191
+ "_debugTask": null,
2192
+ "_owner": null,
2193
+ "_store": {
2194
+ "validated": 0,
2195
+ },
2196
+ "key": null,
2197
+ "props": {
2198
+ "children": {
2199
+ "$$typeof": Symbol(react.transitional.element),
2200
+ "_debugInfo": null,
2201
+ "_debugStack": [Error: react-stack-top-frame],
2202
+ "_debugTask": null,
2203
+ "_owner": null,
2204
+ "_store": {
2205
+ "validated": 1,
2206
+ },
2207
+ "key": null,
2208
+ "props": {
2209
+ "message": {
2210
+ "current": 42,
2211
+ "id": "progress-9",
2212
+ "label": "Uploading",
2213
+ "status": "failed",
2214
+ "timestamp": 2025-01-01T00:00:00.000Z,
2215
+ "total": 100,
2216
+ "type": "progress",
2217
+ },
2218
+ },
2219
+ "ref": null,
2220
+ "type": [Function: ProgressMessage],
2221
+ },
2222
+ "levelColors": undefined,
2223
+ "theme": {
2224
+ "colors": {
2225
+ "background": "#111827",
2226
+ "error": "#EF4444",
2227
+ "foreground": "#F9FAFB",
2228
+ "muted": "#6B7280",
2229
+ "primary": "#3B82F6",
2230
+ "secondary": "#8B5CF6",
2231
+ "success": "#22C55E",
2232
+ "warning": "#F59E0B",
2233
+ },
2234
+ "errorHighlight": {
2235
+ "background": "#EF444425",
2236
+ "border": "#EF4444",
2237
+ "gutterBackground": "#EF444440",
2238
+ },
2239
+ "file": {
2240
+ "background": "#3B82F615",
2241
+ "border": "#3B82F6",
2242
+ "headerBackground": "#3B82F625",
2243
+ "headerText": "#F9FAFB",
2244
+ },
2245
+ "filter": {
2246
+ "activeLevel": "#3B82F6",
2247
+ "background": "#1F293780",
2248
+ "border": "#3B82F6",
2249
+ "cursor": "#3B82F6",
2250
+ "inactiveLevel": "#4B5563",
2251
+ "inputBackground": "#1F2937",
2252
+ "inputPlaceholder": "#6B7280",
2253
+ "inputText": "#F9FAFB",
2254
+ "text": "#E5E7EB",
2255
+ "textDim": "#6B7280",
2256
+ },
2257
+ "group": {
2258
+ "background": "#6B728010",
2259
+ "border": "#6B7280",
2260
+ "headerText": "#E5E7EB",
2261
+ "icon": "#9CA3AF",
2262
+ },
2263
+ "header": {
2264
+ "background": undefined,
2265
+ "border": "#374151",
2266
+ "text": "#F9FAFB",
2267
+ },
2268
+ "help": {
2269
+ "background": "#1F2937",
2270
+ "border": "#3B82F6",
2271
+ "category": "#3B82F6",
2272
+ "description": "#E5E7EB",
2273
+ "hint": "#6B7280",
2274
+ "key": "#F59E0B",
2275
+ "title": "#F9FAFB",
2276
+ },
2277
+ "logLevels": {
2278
+ "debug": {
2279
+ "background": "#8B5CF615",
2280
+ "border": "#8B5CF6",
2281
+ },
2282
+ "error": {
2283
+ "background": "#EF444415",
2284
+ "border": "#EF4444",
2285
+ },
2286
+ "fatal": {
2287
+ "background": "#DC262625",
2288
+ "border": "#DC2626",
2289
+ "text": "#FCA5A5",
2290
+ },
2291
+ "log": {
2292
+ "background": "#3B82F615",
2293
+ "border": "#3B82F6",
2294
+ },
2295
+ "verbose": {
2296
+ "background": "#6B728015",
2297
+ "border": "#6B7280",
2298
+ },
2299
+ "warn": {
2300
+ "background": "#F59E0B15",
2301
+ "border": "#F59E0B",
2302
+ },
2303
+ },
2304
+ "name": "dark",
2305
+ "progress": {
2306
+ "background": "#3B82F615",
2307
+ "barEmpty": "#374151",
2308
+ "barFilled": "#3B82F6",
2309
+ "border": "#3B82F6",
2310
+ "complete": "#22C55E",
2311
+ "completeBackground": "#22C55E15",
2312
+ "failed": "#EF4444",
2313
+ "failedBackground": "#EF444415",
2314
+ "text": "#E5E7EB",
2315
+ "textDim": "#9CA3AF",
2316
+ },
2317
+ "prompt": {
2318
+ "border": "#374151",
2319
+ "buttonBackground": "#374151",
2320
+ "buttonSelectedBackground": "#1F2937",
2321
+ "cancelButton": "#EF4444",
2322
+ "confirmButton": "#22C55E",
2323
+ "focusBorder": "#3B82F6",
2324
+ "inputBackground": "#1F2937",
2325
+ "inputBorder": "#3B82F6",
2326
+ "inputCursor": "#3B82F6",
2327
+ "inputPlaceholder": "#6B7280",
2328
+ "inputText": "#F9FAFB",
2329
+ "optionSelected": "#3B82F6",
2330
+ "optionSelectedBackground": "#1E3A5F",
2331
+ "optionText": "#E5E7EB",
2332
+ "optionTextDim": "#9CA3AF",
2333
+ "question": "#F9FAFB",
2334
+ },
2335
+ "separator": {
2336
+ "line": "#374151",
2337
+ "text": "#6B7280",
2338
+ },
2339
+ "sidebar": {
2340
+ "background": undefined,
2341
+ "badge": "#3B82F6",
2342
+ "border": "#374151",
2343
+ "focusBorder": "#3B82F6",
2344
+ "hoverBackground": "#374151",
2345
+ "selectedBackground": "#1F293780",
2346
+ "text": "#E5E7EB",
2347
+ "textDim": "#6B7280",
2348
+ },
2349
+ "statusIndicators": {
2350
+ "fail": {
2351
+ "color": "#EF4444",
2352
+ "icon": "✗",
2353
+ },
2354
+ "pending": {
2355
+ "color": "#F59E0B",
2356
+ "icon": "◐",
2357
+ },
2358
+ "static": {
2359
+ "color": "#3B82F6",
2360
+ "icon": "●",
2361
+ },
2362
+ "success": {
2363
+ "color": "#22C55E",
2364
+ "icon": "✓",
2365
+ },
2366
+ "waiting": {
2367
+ "color": "#6B7280",
2368
+ "icon": "○",
2369
+ },
2370
+ },
2371
+ "table": {
2372
+ "background": "#3B82F615",
2373
+ "border": "#3B82F6",
2374
+ "cellText": "#E5E7EB",
2375
+ "headerText": "#F9FAFB",
2376
+ "separator": "#3B82F650",
2377
+ "title": "#F9FAFB",
2378
+ },
2379
+ },
2380
+ },
2381
+ "ref": null,
2382
+ "type": [Function: LoggerProvider],
2383
+ }
2384
+ `;
2385
+
2386
+ exports[`ProgressMessage failed state should show error content when failed 1`] = `
2387
+ {
2388
+ "$$typeof": Symbol(react.transitional.element),
2389
+ "_debugInfo": null,
2390
+ "_debugStack": [Error: react-stack-top-frame],
2391
+ "_debugTask": null,
2392
+ "_owner": null,
2393
+ "_store": {
2394
+ "validated": 0,
2395
+ },
2396
+ "key": null,
2397
+ "props": {
2398
+ "children": {
2399
+ "$$typeof": Symbol(react.transitional.element),
2400
+ "_debugInfo": null,
2401
+ "_debugStack": [Error: react-stack-top-frame],
2402
+ "_debugTask": null,
2403
+ "_owner": null,
2404
+ "_store": {
2405
+ "validated": 1,
2406
+ },
2407
+ "key": null,
2408
+ "props": {
2409
+ "message": {
2410
+ "current": 42,
2411
+ "id": "progress-10",
2412
+ "label": "Uploading",
2413
+ "resolvedContent": "Network error: connection lost",
2414
+ "status": "failed",
2415
+ "timestamp": 2025-01-01T00:00:00.000Z,
2416
+ "total": 100,
2417
+ "type": "progress",
2418
+ },
2419
+ },
2420
+ "ref": null,
2421
+ "type": [Function: ProgressMessage],
2422
+ },
2423
+ "levelColors": undefined,
2424
+ "theme": {
2425
+ "colors": {
2426
+ "background": "#111827",
2427
+ "error": "#EF4444",
2428
+ "foreground": "#F9FAFB",
2429
+ "muted": "#6B7280",
2430
+ "primary": "#3B82F6",
2431
+ "secondary": "#8B5CF6",
2432
+ "success": "#22C55E",
2433
+ "warning": "#F59E0B",
2434
+ },
2435
+ "errorHighlight": {
2436
+ "background": "#EF444425",
2437
+ "border": "#EF4444",
2438
+ "gutterBackground": "#EF444440",
2439
+ },
2440
+ "file": {
2441
+ "background": "#3B82F615",
2442
+ "border": "#3B82F6",
2443
+ "headerBackground": "#3B82F625",
2444
+ "headerText": "#F9FAFB",
2445
+ },
2446
+ "filter": {
2447
+ "activeLevel": "#3B82F6",
2448
+ "background": "#1F293780",
2449
+ "border": "#3B82F6",
2450
+ "cursor": "#3B82F6",
2451
+ "inactiveLevel": "#4B5563",
2452
+ "inputBackground": "#1F2937",
2453
+ "inputPlaceholder": "#6B7280",
2454
+ "inputText": "#F9FAFB",
2455
+ "text": "#E5E7EB",
2456
+ "textDim": "#6B7280",
2457
+ },
2458
+ "group": {
2459
+ "background": "#6B728010",
2460
+ "border": "#6B7280",
2461
+ "headerText": "#E5E7EB",
2462
+ "icon": "#9CA3AF",
2463
+ },
2464
+ "header": {
2465
+ "background": undefined,
2466
+ "border": "#374151",
2467
+ "text": "#F9FAFB",
2468
+ },
2469
+ "help": {
2470
+ "background": "#1F2937",
2471
+ "border": "#3B82F6",
2472
+ "category": "#3B82F6",
2473
+ "description": "#E5E7EB",
2474
+ "hint": "#6B7280",
2475
+ "key": "#F59E0B",
2476
+ "title": "#F9FAFB",
2477
+ },
2478
+ "logLevels": {
2479
+ "debug": {
2480
+ "background": "#8B5CF615",
2481
+ "border": "#8B5CF6",
2482
+ },
2483
+ "error": {
2484
+ "background": "#EF444415",
2485
+ "border": "#EF4444",
2486
+ },
2487
+ "fatal": {
2488
+ "background": "#DC262625",
2489
+ "border": "#DC2626",
2490
+ "text": "#FCA5A5",
2491
+ },
2492
+ "log": {
2493
+ "background": "#3B82F615",
2494
+ "border": "#3B82F6",
2495
+ },
2496
+ "verbose": {
2497
+ "background": "#6B728015",
2498
+ "border": "#6B7280",
2499
+ },
2500
+ "warn": {
2501
+ "background": "#F59E0B15",
2502
+ "border": "#F59E0B",
2503
+ },
2504
+ },
2505
+ "name": "dark",
2506
+ "progress": {
2507
+ "background": "#3B82F615",
2508
+ "barEmpty": "#374151",
2509
+ "barFilled": "#3B82F6",
2510
+ "border": "#3B82F6",
2511
+ "complete": "#22C55E",
2512
+ "completeBackground": "#22C55E15",
2513
+ "failed": "#EF4444",
2514
+ "failedBackground": "#EF444415",
2515
+ "text": "#E5E7EB",
2516
+ "textDim": "#9CA3AF",
2517
+ },
2518
+ "prompt": {
2519
+ "border": "#374151",
2520
+ "buttonBackground": "#374151",
2521
+ "buttonSelectedBackground": "#1F2937",
2522
+ "cancelButton": "#EF4444",
2523
+ "confirmButton": "#22C55E",
2524
+ "focusBorder": "#3B82F6",
2525
+ "inputBackground": "#1F2937",
2526
+ "inputBorder": "#3B82F6",
2527
+ "inputCursor": "#3B82F6",
2528
+ "inputPlaceholder": "#6B7280",
2529
+ "inputText": "#F9FAFB",
2530
+ "optionSelected": "#3B82F6",
2531
+ "optionSelectedBackground": "#1E3A5F",
2532
+ "optionText": "#E5E7EB",
2533
+ "optionTextDim": "#9CA3AF",
2534
+ "question": "#F9FAFB",
2535
+ },
2536
+ "separator": {
2537
+ "line": "#374151",
2538
+ "text": "#6B7280",
2539
+ },
2540
+ "sidebar": {
2541
+ "background": undefined,
2542
+ "badge": "#3B82F6",
2543
+ "border": "#374151",
2544
+ "focusBorder": "#3B82F6",
2545
+ "hoverBackground": "#374151",
2546
+ "selectedBackground": "#1F293780",
2547
+ "text": "#E5E7EB",
2548
+ "textDim": "#6B7280",
2549
+ },
2550
+ "statusIndicators": {
2551
+ "fail": {
2552
+ "color": "#EF4444",
2553
+ "icon": "✗",
2554
+ },
2555
+ "pending": {
2556
+ "color": "#F59E0B",
2557
+ "icon": "◐",
2558
+ },
2559
+ "static": {
2560
+ "color": "#3B82F6",
2561
+ "icon": "●",
2562
+ },
2563
+ "success": {
2564
+ "color": "#22C55E",
2565
+ "icon": "✓",
2566
+ },
2567
+ "waiting": {
2568
+ "color": "#6B7280",
2569
+ "icon": "○",
2570
+ },
2571
+ },
2572
+ "table": {
2573
+ "background": "#3B82F615",
2574
+ "border": "#3B82F6",
2575
+ "cellText": "#E5E7EB",
2576
+ "headerText": "#F9FAFB",
2577
+ "separator": "#3B82F650",
2578
+ "title": "#F9FAFB",
2579
+ },
2580
+ },
2581
+ },
2582
+ "ref": null,
2583
+ "type": [Function: LoggerProvider],
2584
+ }
2585
+ `;
2586
+
2587
+ exports[`ProgressMessage progress percentages should handle non-100 totals 1`] = `
2588
+ {
2589
+ "$$typeof": Symbol(react.transitional.element),
2590
+ "_debugInfo": null,
2591
+ "_debugStack": [Error: react-stack-top-frame],
2592
+ "_debugTask": null,
2593
+ "_owner": null,
2594
+ "_store": {
2595
+ "validated": 0,
2596
+ },
2597
+ "key": null,
2598
+ "props": {
2599
+ "children": {
2600
+ "$$typeof": Symbol(react.transitional.element),
2601
+ "_debugInfo": null,
2602
+ "_debugStack": [Error: react-stack-top-frame],
2603
+ "_debugTask": null,
2604
+ "_owner": null,
2605
+ "_store": {
2606
+ "validated": 1,
2607
+ },
2608
+ "key": null,
2609
+ "props": {
2610
+ "message": {
2611
+ "current": 3,
2612
+ "id": "progress-5",
2613
+ "label": "Processing items",
2614
+ "status": "active",
2615
+ "timestamp": 2025-01-01T00:00:00.000Z,
2616
+ "total": 10,
2617
+ "type": "progress",
2618
+ },
2619
+ },
2620
+ "ref": null,
2621
+ "type": [Function: ProgressMessage],
2622
+ },
2623
+ "levelColors": undefined,
2624
+ "theme": {
2625
+ "colors": {
2626
+ "background": "#111827",
2627
+ "error": "#EF4444",
2628
+ "foreground": "#F9FAFB",
2629
+ "muted": "#6B7280",
2630
+ "primary": "#3B82F6",
2631
+ "secondary": "#8B5CF6",
2632
+ "success": "#22C55E",
2633
+ "warning": "#F59E0B",
2634
+ },
2635
+ "errorHighlight": {
2636
+ "background": "#EF444425",
2637
+ "border": "#EF4444",
2638
+ "gutterBackground": "#EF444440",
2639
+ },
2640
+ "file": {
2641
+ "background": "#3B82F615",
2642
+ "border": "#3B82F6",
2643
+ "headerBackground": "#3B82F625",
2644
+ "headerText": "#F9FAFB",
2645
+ },
2646
+ "filter": {
2647
+ "activeLevel": "#3B82F6",
2648
+ "background": "#1F293780",
2649
+ "border": "#3B82F6",
2650
+ "cursor": "#3B82F6",
2651
+ "inactiveLevel": "#4B5563",
2652
+ "inputBackground": "#1F2937",
2653
+ "inputPlaceholder": "#6B7280",
2654
+ "inputText": "#F9FAFB",
2655
+ "text": "#E5E7EB",
2656
+ "textDim": "#6B7280",
2657
+ },
2658
+ "group": {
2659
+ "background": "#6B728010",
2660
+ "border": "#6B7280",
2661
+ "headerText": "#E5E7EB",
2662
+ "icon": "#9CA3AF",
2663
+ },
2664
+ "header": {
2665
+ "background": undefined,
2666
+ "border": "#374151",
2667
+ "text": "#F9FAFB",
2668
+ },
2669
+ "help": {
2670
+ "background": "#1F2937",
2671
+ "border": "#3B82F6",
2672
+ "category": "#3B82F6",
2673
+ "description": "#E5E7EB",
2674
+ "hint": "#6B7280",
2675
+ "key": "#F59E0B",
2676
+ "title": "#F9FAFB",
2677
+ },
2678
+ "logLevels": {
2679
+ "debug": {
2680
+ "background": "#8B5CF615",
2681
+ "border": "#8B5CF6",
2682
+ },
2683
+ "error": {
2684
+ "background": "#EF444415",
2685
+ "border": "#EF4444",
2686
+ },
2687
+ "fatal": {
2688
+ "background": "#DC262625",
2689
+ "border": "#DC2626",
2690
+ "text": "#FCA5A5",
2691
+ },
2692
+ "log": {
2693
+ "background": "#3B82F615",
2694
+ "border": "#3B82F6",
2695
+ },
2696
+ "verbose": {
2697
+ "background": "#6B728015",
2698
+ "border": "#6B7280",
2699
+ },
2700
+ "warn": {
2701
+ "background": "#F59E0B15",
2702
+ "border": "#F59E0B",
2703
+ },
2704
+ },
2705
+ "name": "dark",
2706
+ "progress": {
2707
+ "background": "#3B82F615",
2708
+ "barEmpty": "#374151",
2709
+ "barFilled": "#3B82F6",
2710
+ "border": "#3B82F6",
2711
+ "complete": "#22C55E",
2712
+ "completeBackground": "#22C55E15",
2713
+ "failed": "#EF4444",
2714
+ "failedBackground": "#EF444415",
2715
+ "text": "#E5E7EB",
2716
+ "textDim": "#9CA3AF",
2717
+ },
2718
+ "prompt": {
2719
+ "border": "#374151",
2720
+ "buttonBackground": "#374151",
2721
+ "buttonSelectedBackground": "#1F2937",
2722
+ "cancelButton": "#EF4444",
2723
+ "confirmButton": "#22C55E",
2724
+ "focusBorder": "#3B82F6",
2725
+ "inputBackground": "#1F2937",
2726
+ "inputBorder": "#3B82F6",
2727
+ "inputCursor": "#3B82F6",
2728
+ "inputPlaceholder": "#6B7280",
2729
+ "inputText": "#F9FAFB",
2730
+ "optionSelected": "#3B82F6",
2731
+ "optionSelectedBackground": "#1E3A5F",
2732
+ "optionText": "#E5E7EB",
2733
+ "optionTextDim": "#9CA3AF",
2734
+ "question": "#F9FAFB",
2735
+ },
2736
+ "separator": {
2737
+ "line": "#374151",
2738
+ "text": "#6B7280",
2739
+ },
2740
+ "sidebar": {
2741
+ "background": undefined,
2742
+ "badge": "#3B82F6",
2743
+ "border": "#374151",
2744
+ "focusBorder": "#3B82F6",
2745
+ "hoverBackground": "#374151",
2746
+ "selectedBackground": "#1F293780",
2747
+ "text": "#E5E7EB",
2748
+ "textDim": "#6B7280",
2749
+ },
2750
+ "statusIndicators": {
2751
+ "fail": {
2752
+ "color": "#EF4444",
2753
+ "icon": "✗",
2754
+ },
2755
+ "pending": {
2756
+ "color": "#F59E0B",
2757
+ "icon": "◐",
2758
+ },
2759
+ "static": {
2760
+ "color": "#3B82F6",
2761
+ "icon": "●",
2762
+ },
2763
+ "success": {
2764
+ "color": "#22C55E",
2765
+ "icon": "✓",
2766
+ },
2767
+ "waiting": {
2768
+ "color": "#6B7280",
2769
+ "icon": "○",
2770
+ },
2771
+ },
2772
+ "table": {
2773
+ "background": "#3B82F615",
2774
+ "border": "#3B82F6",
2775
+ "cellText": "#E5E7EB",
2776
+ "headerText": "#F9FAFB",
2777
+ "separator": "#3B82F650",
2778
+ "title": "#F9FAFB",
2779
+ },
2780
+ },
2781
+ },
2782
+ "ref": null,
2783
+ "type": [Function: LoggerProvider],
2784
+ }
2785
+ `;
2786
+
2787
+ exports[`ProgressMessage progress percentages should render progress at 0% 1`] = `
2788
+ {
2789
+ "$$typeof": Symbol(react.transitional.element),
2790
+ "_debugInfo": null,
2791
+ "_debugStack": [Error: react-stack-top-frame],
2792
+ "_debugTask": null,
2793
+ "_owner": null,
2794
+ "_store": {
2795
+ "validated": 0,
2796
+ },
2797
+ "key": null,
2798
+ "props": {
2799
+ "children": {
2800
+ "$$typeof": Symbol(react.transitional.element),
2801
+ "_debugInfo": null,
2802
+ "_debugStack": [Error: react-stack-top-frame],
2803
+ "_debugTask": null,
2804
+ "_owner": null,
2805
+ "_store": {
2806
+ "validated": 1,
2807
+ },
2808
+ "key": null,
2809
+ "props": {
2810
+ "message": {
2811
+ "current": 0,
2812
+ "id": "progress-1",
2813
+ "label": "Processing",
2814
+ "status": "active",
2815
+ "timestamp": 2025-01-01T00:00:00.000Z,
2816
+ "total": 100,
2817
+ "type": "progress",
2818
+ },
2819
+ },
2820
+ "ref": null,
2821
+ "type": [Function: ProgressMessage],
2822
+ },
2823
+ "levelColors": undefined,
2824
+ "theme": {
2825
+ "colors": {
2826
+ "background": "#111827",
2827
+ "error": "#EF4444",
2828
+ "foreground": "#F9FAFB",
2829
+ "muted": "#6B7280",
2830
+ "primary": "#3B82F6",
2831
+ "secondary": "#8B5CF6",
2832
+ "success": "#22C55E",
2833
+ "warning": "#F59E0B",
2834
+ },
2835
+ "errorHighlight": {
2836
+ "background": "#EF444425",
2837
+ "border": "#EF4444",
2838
+ "gutterBackground": "#EF444440",
2839
+ },
2840
+ "file": {
2841
+ "background": "#3B82F615",
2842
+ "border": "#3B82F6",
2843
+ "headerBackground": "#3B82F625",
2844
+ "headerText": "#F9FAFB",
2845
+ },
2846
+ "filter": {
2847
+ "activeLevel": "#3B82F6",
2848
+ "background": "#1F293780",
2849
+ "border": "#3B82F6",
2850
+ "cursor": "#3B82F6",
2851
+ "inactiveLevel": "#4B5563",
2852
+ "inputBackground": "#1F2937",
2853
+ "inputPlaceholder": "#6B7280",
2854
+ "inputText": "#F9FAFB",
2855
+ "text": "#E5E7EB",
2856
+ "textDim": "#6B7280",
2857
+ },
2858
+ "group": {
2859
+ "background": "#6B728010",
2860
+ "border": "#6B7280",
2861
+ "headerText": "#E5E7EB",
2862
+ "icon": "#9CA3AF",
2863
+ },
2864
+ "header": {
2865
+ "background": undefined,
2866
+ "border": "#374151",
2867
+ "text": "#F9FAFB",
2868
+ },
2869
+ "help": {
2870
+ "background": "#1F2937",
2871
+ "border": "#3B82F6",
2872
+ "category": "#3B82F6",
2873
+ "description": "#E5E7EB",
2874
+ "hint": "#6B7280",
2875
+ "key": "#F59E0B",
2876
+ "title": "#F9FAFB",
2877
+ },
2878
+ "logLevels": {
2879
+ "debug": {
2880
+ "background": "#8B5CF615",
2881
+ "border": "#8B5CF6",
2882
+ },
2883
+ "error": {
2884
+ "background": "#EF444415",
2885
+ "border": "#EF4444",
2886
+ },
2887
+ "fatal": {
2888
+ "background": "#DC262625",
2889
+ "border": "#DC2626",
2890
+ "text": "#FCA5A5",
2891
+ },
2892
+ "log": {
2893
+ "background": "#3B82F615",
2894
+ "border": "#3B82F6",
2895
+ },
2896
+ "verbose": {
2897
+ "background": "#6B728015",
2898
+ "border": "#6B7280",
2899
+ },
2900
+ "warn": {
2901
+ "background": "#F59E0B15",
2902
+ "border": "#F59E0B",
2903
+ },
2904
+ },
2905
+ "name": "dark",
2906
+ "progress": {
2907
+ "background": "#3B82F615",
2908
+ "barEmpty": "#374151",
2909
+ "barFilled": "#3B82F6",
2910
+ "border": "#3B82F6",
2911
+ "complete": "#22C55E",
2912
+ "completeBackground": "#22C55E15",
2913
+ "failed": "#EF4444",
2914
+ "failedBackground": "#EF444415",
2915
+ "text": "#E5E7EB",
2916
+ "textDim": "#9CA3AF",
2917
+ },
2918
+ "prompt": {
2919
+ "border": "#374151",
2920
+ "buttonBackground": "#374151",
2921
+ "buttonSelectedBackground": "#1F2937",
2922
+ "cancelButton": "#EF4444",
2923
+ "confirmButton": "#22C55E",
2924
+ "focusBorder": "#3B82F6",
2925
+ "inputBackground": "#1F2937",
2926
+ "inputBorder": "#3B82F6",
2927
+ "inputCursor": "#3B82F6",
2928
+ "inputPlaceholder": "#6B7280",
2929
+ "inputText": "#F9FAFB",
2930
+ "optionSelected": "#3B82F6",
2931
+ "optionSelectedBackground": "#1E3A5F",
2932
+ "optionText": "#E5E7EB",
2933
+ "optionTextDim": "#9CA3AF",
2934
+ "question": "#F9FAFB",
2935
+ },
2936
+ "separator": {
2937
+ "line": "#374151",
2938
+ "text": "#6B7280",
2939
+ },
2940
+ "sidebar": {
2941
+ "background": undefined,
2942
+ "badge": "#3B82F6",
2943
+ "border": "#374151",
2944
+ "focusBorder": "#3B82F6",
2945
+ "hoverBackground": "#374151",
2946
+ "selectedBackground": "#1F293780",
2947
+ "text": "#E5E7EB",
2948
+ "textDim": "#6B7280",
2949
+ },
2950
+ "statusIndicators": {
2951
+ "fail": {
2952
+ "color": "#EF4444",
2953
+ "icon": "✗",
2954
+ },
2955
+ "pending": {
2956
+ "color": "#F59E0B",
2957
+ "icon": "◐",
2958
+ },
2959
+ "static": {
2960
+ "color": "#3B82F6",
2961
+ "icon": "●",
2962
+ },
2963
+ "success": {
2964
+ "color": "#22C55E",
2965
+ "icon": "✓",
2966
+ },
2967
+ "waiting": {
2968
+ "color": "#6B7280",
2969
+ "icon": "○",
2970
+ },
2971
+ },
2972
+ "table": {
2973
+ "background": "#3B82F615",
2974
+ "border": "#3B82F6",
2975
+ "cellText": "#E5E7EB",
2976
+ "headerText": "#F9FAFB",
2977
+ "separator": "#3B82F650",
2978
+ "title": "#F9FAFB",
2979
+ },
2980
+ },
2981
+ },
2982
+ "ref": null,
2983
+ "type": [Function: LoggerProvider],
2984
+ }
2985
+ `;
2986
+
2987
+ exports[`ProgressMessage progress percentages should render progress at 50% 1`] = `
2988
+ {
2989
+ "$$typeof": Symbol(react.transitional.element),
2990
+ "_debugInfo": null,
2991
+ "_debugStack": [Error: react-stack-top-frame],
2992
+ "_debugTask": null,
2993
+ "_owner": null,
2994
+ "_store": {
2995
+ "validated": 0,
2996
+ },
2997
+ "key": null,
2998
+ "props": {
2999
+ "children": {
3000
+ "$$typeof": Symbol(react.transitional.element),
3001
+ "_debugInfo": null,
3002
+ "_debugStack": [Error: react-stack-top-frame],
3003
+ "_debugTask": null,
3004
+ "_owner": null,
3005
+ "_store": {
3006
+ "validated": 1,
3007
+ },
3008
+ "key": null,
3009
+ "props": {
3010
+ "message": {
3011
+ "current": 50,
3012
+ "id": "progress-2",
3013
+ "label": "Downloading files",
3014
+ "status": "active",
3015
+ "timestamp": 2025-01-01T00:00:00.000Z,
3016
+ "total": 100,
3017
+ "type": "progress",
3018
+ },
3019
+ },
3020
+ "ref": null,
3021
+ "type": [Function: ProgressMessage],
3022
+ },
3023
+ "levelColors": undefined,
3024
+ "theme": {
3025
+ "colors": {
3026
+ "background": "#111827",
3027
+ "error": "#EF4444",
3028
+ "foreground": "#F9FAFB",
3029
+ "muted": "#6B7280",
3030
+ "primary": "#3B82F6",
3031
+ "secondary": "#8B5CF6",
3032
+ "success": "#22C55E",
3033
+ "warning": "#F59E0B",
3034
+ },
3035
+ "errorHighlight": {
3036
+ "background": "#EF444425",
3037
+ "border": "#EF4444",
3038
+ "gutterBackground": "#EF444440",
3039
+ },
3040
+ "file": {
3041
+ "background": "#3B82F615",
3042
+ "border": "#3B82F6",
3043
+ "headerBackground": "#3B82F625",
3044
+ "headerText": "#F9FAFB",
3045
+ },
3046
+ "filter": {
3047
+ "activeLevel": "#3B82F6",
3048
+ "background": "#1F293780",
3049
+ "border": "#3B82F6",
3050
+ "cursor": "#3B82F6",
3051
+ "inactiveLevel": "#4B5563",
3052
+ "inputBackground": "#1F2937",
3053
+ "inputPlaceholder": "#6B7280",
3054
+ "inputText": "#F9FAFB",
3055
+ "text": "#E5E7EB",
3056
+ "textDim": "#6B7280",
3057
+ },
3058
+ "group": {
3059
+ "background": "#6B728010",
3060
+ "border": "#6B7280",
3061
+ "headerText": "#E5E7EB",
3062
+ "icon": "#9CA3AF",
3063
+ },
3064
+ "header": {
3065
+ "background": undefined,
3066
+ "border": "#374151",
3067
+ "text": "#F9FAFB",
3068
+ },
3069
+ "help": {
3070
+ "background": "#1F2937",
3071
+ "border": "#3B82F6",
3072
+ "category": "#3B82F6",
3073
+ "description": "#E5E7EB",
3074
+ "hint": "#6B7280",
3075
+ "key": "#F59E0B",
3076
+ "title": "#F9FAFB",
3077
+ },
3078
+ "logLevels": {
3079
+ "debug": {
3080
+ "background": "#8B5CF615",
3081
+ "border": "#8B5CF6",
3082
+ },
3083
+ "error": {
3084
+ "background": "#EF444415",
3085
+ "border": "#EF4444",
3086
+ },
3087
+ "fatal": {
3088
+ "background": "#DC262625",
3089
+ "border": "#DC2626",
3090
+ "text": "#FCA5A5",
3091
+ },
3092
+ "log": {
3093
+ "background": "#3B82F615",
3094
+ "border": "#3B82F6",
3095
+ },
3096
+ "verbose": {
3097
+ "background": "#6B728015",
3098
+ "border": "#6B7280",
3099
+ },
3100
+ "warn": {
3101
+ "background": "#F59E0B15",
3102
+ "border": "#F59E0B",
3103
+ },
3104
+ },
3105
+ "name": "dark",
3106
+ "progress": {
3107
+ "background": "#3B82F615",
3108
+ "barEmpty": "#374151",
3109
+ "barFilled": "#3B82F6",
3110
+ "border": "#3B82F6",
3111
+ "complete": "#22C55E",
3112
+ "completeBackground": "#22C55E15",
3113
+ "failed": "#EF4444",
3114
+ "failedBackground": "#EF444415",
3115
+ "text": "#E5E7EB",
3116
+ "textDim": "#9CA3AF",
3117
+ },
3118
+ "prompt": {
3119
+ "border": "#374151",
3120
+ "buttonBackground": "#374151",
3121
+ "buttonSelectedBackground": "#1F2937",
3122
+ "cancelButton": "#EF4444",
3123
+ "confirmButton": "#22C55E",
3124
+ "focusBorder": "#3B82F6",
3125
+ "inputBackground": "#1F2937",
3126
+ "inputBorder": "#3B82F6",
3127
+ "inputCursor": "#3B82F6",
3128
+ "inputPlaceholder": "#6B7280",
3129
+ "inputText": "#F9FAFB",
3130
+ "optionSelected": "#3B82F6",
3131
+ "optionSelectedBackground": "#1E3A5F",
3132
+ "optionText": "#E5E7EB",
3133
+ "optionTextDim": "#9CA3AF",
3134
+ "question": "#F9FAFB",
3135
+ },
3136
+ "separator": {
3137
+ "line": "#374151",
3138
+ "text": "#6B7280",
3139
+ },
3140
+ "sidebar": {
3141
+ "background": undefined,
3142
+ "badge": "#3B82F6",
3143
+ "border": "#374151",
3144
+ "focusBorder": "#3B82F6",
3145
+ "hoverBackground": "#374151",
3146
+ "selectedBackground": "#1F293780",
3147
+ "text": "#E5E7EB",
3148
+ "textDim": "#6B7280",
3149
+ },
3150
+ "statusIndicators": {
3151
+ "fail": {
3152
+ "color": "#EF4444",
3153
+ "icon": "✗",
3154
+ },
3155
+ "pending": {
3156
+ "color": "#F59E0B",
3157
+ "icon": "◐",
3158
+ },
3159
+ "static": {
3160
+ "color": "#3B82F6",
3161
+ "icon": "●",
3162
+ },
3163
+ "success": {
3164
+ "color": "#22C55E",
3165
+ "icon": "✓",
3166
+ },
3167
+ "waiting": {
3168
+ "color": "#6B7280",
3169
+ "icon": "○",
3170
+ },
3171
+ },
3172
+ "table": {
3173
+ "background": "#3B82F615",
3174
+ "border": "#3B82F6",
3175
+ "cellText": "#E5E7EB",
3176
+ "headerText": "#F9FAFB",
3177
+ "separator": "#3B82F650",
3178
+ "title": "#F9FAFB",
3179
+ },
3180
+ },
3181
+ },
3182
+ "ref": null,
3183
+ "type": [Function: LoggerProvider],
3184
+ }
3185
+ `;
3186
+
3187
+ exports[`ProgressMessage progress percentages should render progress at 100% 1`] = `
3188
+ {
3189
+ "$$typeof": Symbol(react.transitional.element),
3190
+ "_debugInfo": null,
3191
+ "_debugStack": [Error: react-stack-top-frame],
3192
+ "_debugTask": null,
3193
+ "_owner": null,
3194
+ "_store": {
3195
+ "validated": 0,
3196
+ },
3197
+ "key": null,
3198
+ "props": {
3199
+ "children": {
3200
+ "$$typeof": Symbol(react.transitional.element),
3201
+ "_debugInfo": null,
3202
+ "_debugStack": [Error: react-stack-top-frame],
3203
+ "_debugTask": null,
3204
+ "_owner": null,
3205
+ "_store": {
3206
+ "validated": 1,
3207
+ },
3208
+ "key": null,
3209
+ "props": {
3210
+ "message": {
3211
+ "current": 100,
3212
+ "id": "progress-3",
3213
+ "label": "Upload complete",
3214
+ "status": "active",
3215
+ "timestamp": 2025-01-01T00:00:00.000Z,
3216
+ "total": 100,
3217
+ "type": "progress",
3218
+ },
3219
+ },
3220
+ "ref": null,
3221
+ "type": [Function: ProgressMessage],
3222
+ },
3223
+ "levelColors": undefined,
3224
+ "theme": {
3225
+ "colors": {
3226
+ "background": "#111827",
3227
+ "error": "#EF4444",
3228
+ "foreground": "#F9FAFB",
3229
+ "muted": "#6B7280",
3230
+ "primary": "#3B82F6",
3231
+ "secondary": "#8B5CF6",
3232
+ "success": "#22C55E",
3233
+ "warning": "#F59E0B",
3234
+ },
3235
+ "errorHighlight": {
3236
+ "background": "#EF444425",
3237
+ "border": "#EF4444",
3238
+ "gutterBackground": "#EF444440",
3239
+ },
3240
+ "file": {
3241
+ "background": "#3B82F615",
3242
+ "border": "#3B82F6",
3243
+ "headerBackground": "#3B82F625",
3244
+ "headerText": "#F9FAFB",
3245
+ },
3246
+ "filter": {
3247
+ "activeLevel": "#3B82F6",
3248
+ "background": "#1F293780",
3249
+ "border": "#3B82F6",
3250
+ "cursor": "#3B82F6",
3251
+ "inactiveLevel": "#4B5563",
3252
+ "inputBackground": "#1F2937",
3253
+ "inputPlaceholder": "#6B7280",
3254
+ "inputText": "#F9FAFB",
3255
+ "text": "#E5E7EB",
3256
+ "textDim": "#6B7280",
3257
+ },
3258
+ "group": {
3259
+ "background": "#6B728010",
3260
+ "border": "#6B7280",
3261
+ "headerText": "#E5E7EB",
3262
+ "icon": "#9CA3AF",
3263
+ },
3264
+ "header": {
3265
+ "background": undefined,
3266
+ "border": "#374151",
3267
+ "text": "#F9FAFB",
3268
+ },
3269
+ "help": {
3270
+ "background": "#1F2937",
3271
+ "border": "#3B82F6",
3272
+ "category": "#3B82F6",
3273
+ "description": "#E5E7EB",
3274
+ "hint": "#6B7280",
3275
+ "key": "#F59E0B",
3276
+ "title": "#F9FAFB",
3277
+ },
3278
+ "logLevels": {
3279
+ "debug": {
3280
+ "background": "#8B5CF615",
3281
+ "border": "#8B5CF6",
3282
+ },
3283
+ "error": {
3284
+ "background": "#EF444415",
3285
+ "border": "#EF4444",
3286
+ },
3287
+ "fatal": {
3288
+ "background": "#DC262625",
3289
+ "border": "#DC2626",
3290
+ "text": "#FCA5A5",
3291
+ },
3292
+ "log": {
3293
+ "background": "#3B82F615",
3294
+ "border": "#3B82F6",
3295
+ },
3296
+ "verbose": {
3297
+ "background": "#6B728015",
3298
+ "border": "#6B7280",
3299
+ },
3300
+ "warn": {
3301
+ "background": "#F59E0B15",
3302
+ "border": "#F59E0B",
3303
+ },
3304
+ },
3305
+ "name": "dark",
3306
+ "progress": {
3307
+ "background": "#3B82F615",
3308
+ "barEmpty": "#374151",
3309
+ "barFilled": "#3B82F6",
3310
+ "border": "#3B82F6",
3311
+ "complete": "#22C55E",
3312
+ "completeBackground": "#22C55E15",
3313
+ "failed": "#EF4444",
3314
+ "failedBackground": "#EF444415",
3315
+ "text": "#E5E7EB",
3316
+ "textDim": "#9CA3AF",
3317
+ },
3318
+ "prompt": {
3319
+ "border": "#374151",
3320
+ "buttonBackground": "#374151",
3321
+ "buttonSelectedBackground": "#1F2937",
3322
+ "cancelButton": "#EF4444",
3323
+ "confirmButton": "#22C55E",
3324
+ "focusBorder": "#3B82F6",
3325
+ "inputBackground": "#1F2937",
3326
+ "inputBorder": "#3B82F6",
3327
+ "inputCursor": "#3B82F6",
3328
+ "inputPlaceholder": "#6B7280",
3329
+ "inputText": "#F9FAFB",
3330
+ "optionSelected": "#3B82F6",
3331
+ "optionSelectedBackground": "#1E3A5F",
3332
+ "optionText": "#E5E7EB",
3333
+ "optionTextDim": "#9CA3AF",
3334
+ "question": "#F9FAFB",
3335
+ },
3336
+ "separator": {
3337
+ "line": "#374151",
3338
+ "text": "#6B7280",
3339
+ },
3340
+ "sidebar": {
3341
+ "background": undefined,
3342
+ "badge": "#3B82F6",
3343
+ "border": "#374151",
3344
+ "focusBorder": "#3B82F6",
3345
+ "hoverBackground": "#374151",
3346
+ "selectedBackground": "#1F293780",
3347
+ "text": "#E5E7EB",
3348
+ "textDim": "#6B7280",
3349
+ },
3350
+ "statusIndicators": {
3351
+ "fail": {
3352
+ "color": "#EF4444",
3353
+ "icon": "✗",
3354
+ },
3355
+ "pending": {
3356
+ "color": "#F59E0B",
3357
+ "icon": "◐",
3358
+ },
3359
+ "static": {
3360
+ "color": "#3B82F6",
3361
+ "icon": "●",
3362
+ },
3363
+ "success": {
3364
+ "color": "#22C55E",
3365
+ "icon": "✓",
3366
+ },
3367
+ "waiting": {
3368
+ "color": "#6B7280",
3369
+ "icon": "○",
3370
+ },
3371
+ },
3372
+ "table": {
3373
+ "background": "#3B82F615",
3374
+ "border": "#3B82F6",
3375
+ "cellText": "#E5E7EB",
3376
+ "headerText": "#F9FAFB",
3377
+ "separator": "#3B82F650",
3378
+ "title": "#F9FAFB",
3379
+ },
3380
+ },
3381
+ },
3382
+ "ref": null,
3383
+ "type": [Function: LoggerProvider],
3384
+ }
3385
+ `;
3386
+
3387
+ exports[`ProgressMessage progress percentages should render progress at arbitrary percentage 1`] = `
3388
+ {
3389
+ "$$typeof": Symbol(react.transitional.element),
3390
+ "_debugInfo": null,
3391
+ "_debugStack": [Error: react-stack-top-frame],
3392
+ "_debugTask": null,
3393
+ "_owner": null,
3394
+ "_store": {
3395
+ "validated": 0,
3396
+ },
3397
+ "key": null,
3398
+ "props": {
3399
+ "children": {
3400
+ "$$typeof": Symbol(react.transitional.element),
3401
+ "_debugInfo": null,
3402
+ "_debugStack": [Error: react-stack-top-frame],
3403
+ "_debugTask": null,
3404
+ "_owner": null,
3405
+ "_store": {
3406
+ "validated": 1,
3407
+ },
3408
+ "key": null,
3409
+ "props": {
3410
+ "message": {
3411
+ "current": 37,
3412
+ "id": "progress-4",
3413
+ "label": "Installing packages",
3414
+ "status": "active",
3415
+ "timestamp": 2025-01-01T00:00:00.000Z,
3416
+ "total": 100,
3417
+ "type": "progress",
3418
+ },
3419
+ },
3420
+ "ref": null,
3421
+ "type": [Function: ProgressMessage],
3422
+ },
3423
+ "levelColors": undefined,
3424
+ "theme": {
3425
+ "colors": {
3426
+ "background": "#111827",
3427
+ "error": "#EF4444",
3428
+ "foreground": "#F9FAFB",
3429
+ "muted": "#6B7280",
3430
+ "primary": "#3B82F6",
3431
+ "secondary": "#8B5CF6",
3432
+ "success": "#22C55E",
3433
+ "warning": "#F59E0B",
3434
+ },
3435
+ "errorHighlight": {
3436
+ "background": "#EF444425",
3437
+ "border": "#EF4444",
3438
+ "gutterBackground": "#EF444440",
3439
+ },
3440
+ "file": {
3441
+ "background": "#3B82F615",
3442
+ "border": "#3B82F6",
3443
+ "headerBackground": "#3B82F625",
3444
+ "headerText": "#F9FAFB",
3445
+ },
3446
+ "filter": {
3447
+ "activeLevel": "#3B82F6",
3448
+ "background": "#1F293780",
3449
+ "border": "#3B82F6",
3450
+ "cursor": "#3B82F6",
3451
+ "inactiveLevel": "#4B5563",
3452
+ "inputBackground": "#1F2937",
3453
+ "inputPlaceholder": "#6B7280",
3454
+ "inputText": "#F9FAFB",
3455
+ "text": "#E5E7EB",
3456
+ "textDim": "#6B7280",
3457
+ },
3458
+ "group": {
3459
+ "background": "#6B728010",
3460
+ "border": "#6B7280",
3461
+ "headerText": "#E5E7EB",
3462
+ "icon": "#9CA3AF",
3463
+ },
3464
+ "header": {
3465
+ "background": undefined,
3466
+ "border": "#374151",
3467
+ "text": "#F9FAFB",
3468
+ },
3469
+ "help": {
3470
+ "background": "#1F2937",
3471
+ "border": "#3B82F6",
3472
+ "category": "#3B82F6",
3473
+ "description": "#E5E7EB",
3474
+ "hint": "#6B7280",
3475
+ "key": "#F59E0B",
3476
+ "title": "#F9FAFB",
3477
+ },
3478
+ "logLevels": {
3479
+ "debug": {
3480
+ "background": "#8B5CF615",
3481
+ "border": "#8B5CF6",
3482
+ },
3483
+ "error": {
3484
+ "background": "#EF444415",
3485
+ "border": "#EF4444",
3486
+ },
3487
+ "fatal": {
3488
+ "background": "#DC262625",
3489
+ "border": "#DC2626",
3490
+ "text": "#FCA5A5",
3491
+ },
3492
+ "log": {
3493
+ "background": "#3B82F615",
3494
+ "border": "#3B82F6",
3495
+ },
3496
+ "verbose": {
3497
+ "background": "#6B728015",
3498
+ "border": "#6B7280",
3499
+ },
3500
+ "warn": {
3501
+ "background": "#F59E0B15",
3502
+ "border": "#F59E0B",
3503
+ },
3504
+ },
3505
+ "name": "dark",
3506
+ "progress": {
3507
+ "background": "#3B82F615",
3508
+ "barEmpty": "#374151",
3509
+ "barFilled": "#3B82F6",
3510
+ "border": "#3B82F6",
3511
+ "complete": "#22C55E",
3512
+ "completeBackground": "#22C55E15",
3513
+ "failed": "#EF4444",
3514
+ "failedBackground": "#EF444415",
3515
+ "text": "#E5E7EB",
3516
+ "textDim": "#9CA3AF",
3517
+ },
3518
+ "prompt": {
3519
+ "border": "#374151",
3520
+ "buttonBackground": "#374151",
3521
+ "buttonSelectedBackground": "#1F2937",
3522
+ "cancelButton": "#EF4444",
3523
+ "confirmButton": "#22C55E",
3524
+ "focusBorder": "#3B82F6",
3525
+ "inputBackground": "#1F2937",
3526
+ "inputBorder": "#3B82F6",
3527
+ "inputCursor": "#3B82F6",
3528
+ "inputPlaceholder": "#6B7280",
3529
+ "inputText": "#F9FAFB",
3530
+ "optionSelected": "#3B82F6",
3531
+ "optionSelectedBackground": "#1E3A5F",
3532
+ "optionText": "#E5E7EB",
3533
+ "optionTextDim": "#9CA3AF",
3534
+ "question": "#F9FAFB",
3535
+ },
3536
+ "separator": {
3537
+ "line": "#374151",
3538
+ "text": "#6B7280",
3539
+ },
3540
+ "sidebar": {
3541
+ "background": undefined,
3542
+ "badge": "#3B82F6",
3543
+ "border": "#374151",
3544
+ "focusBorder": "#3B82F6",
3545
+ "hoverBackground": "#374151",
3546
+ "selectedBackground": "#1F293780",
3547
+ "text": "#E5E7EB",
3548
+ "textDim": "#6B7280",
3549
+ },
3550
+ "statusIndicators": {
3551
+ "fail": {
3552
+ "color": "#EF4444",
3553
+ "icon": "✗",
3554
+ },
3555
+ "pending": {
3556
+ "color": "#F59E0B",
3557
+ "icon": "◐",
3558
+ },
3559
+ "static": {
3560
+ "color": "#3B82F6",
3561
+ "icon": "●",
3562
+ },
3563
+ "success": {
3564
+ "color": "#22C55E",
3565
+ "icon": "✓",
3566
+ },
3567
+ "waiting": {
3568
+ "color": "#6B7280",
3569
+ "icon": "○",
3570
+ },
3571
+ },
3572
+ "table": {
3573
+ "background": "#3B82F615",
3574
+ "border": "#3B82F6",
3575
+ "cellText": "#E5E7EB",
3576
+ "headerText": "#F9FAFB",
3577
+ "separator": "#3B82F650",
3578
+ "title": "#F9FAFB",
3579
+ },
3580
+ },
3581
+ },
3582
+ "ref": null,
3583
+ "type": [Function: LoggerProvider],
3584
+ }
3585
+ `;
3586
+
3587
+ exports[`ProgressMessage with label should render with label 1`] = `
3588
+ {
3589
+ "$$typeof": Symbol(react.transitional.element),
3590
+ "_debugInfo": null,
3591
+ "_debugStack": [Error: react-stack-top-frame],
3592
+ "_debugTask": null,
3593
+ "_owner": null,
3594
+ "_store": {
3595
+ "validated": 0,
3596
+ },
3597
+ "key": null,
3598
+ "props": {
3599
+ "children": {
3600
+ "$$typeof": Symbol(react.transitional.element),
3601
+ "_debugInfo": null,
3602
+ "_debugStack": [Error: react-stack-top-frame],
3603
+ "_debugTask": null,
3604
+ "_owner": null,
3605
+ "_store": {
3606
+ "validated": 1,
3607
+ },
3608
+ "key": null,
3609
+ "props": {
3610
+ "message": {
3611
+ "current": 25,
3612
+ "id": "progress-6",
3613
+ "label": "Custom Label",
3614
+ "status": "active",
3615
+ "timestamp": 2025-01-01T00:00:00.000Z,
3616
+ "total": 100,
3617
+ "type": "progress",
3618
+ },
3619
+ },
3620
+ "ref": null,
3621
+ "type": [Function: ProgressMessage],
3622
+ },
3623
+ "levelColors": undefined,
3624
+ "theme": {
3625
+ "colors": {
3626
+ "background": "#111827",
3627
+ "error": "#EF4444",
3628
+ "foreground": "#F9FAFB",
3629
+ "muted": "#6B7280",
3630
+ "primary": "#3B82F6",
3631
+ "secondary": "#8B5CF6",
3632
+ "success": "#22C55E",
3633
+ "warning": "#F59E0B",
3634
+ },
3635
+ "errorHighlight": {
3636
+ "background": "#EF444425",
3637
+ "border": "#EF4444",
3638
+ "gutterBackground": "#EF444440",
3639
+ },
3640
+ "file": {
3641
+ "background": "#3B82F615",
3642
+ "border": "#3B82F6",
3643
+ "headerBackground": "#3B82F625",
3644
+ "headerText": "#F9FAFB",
3645
+ },
3646
+ "filter": {
3647
+ "activeLevel": "#3B82F6",
3648
+ "background": "#1F293780",
3649
+ "border": "#3B82F6",
3650
+ "cursor": "#3B82F6",
3651
+ "inactiveLevel": "#4B5563",
3652
+ "inputBackground": "#1F2937",
3653
+ "inputPlaceholder": "#6B7280",
3654
+ "inputText": "#F9FAFB",
3655
+ "text": "#E5E7EB",
3656
+ "textDim": "#6B7280",
3657
+ },
3658
+ "group": {
3659
+ "background": "#6B728010",
3660
+ "border": "#6B7280",
3661
+ "headerText": "#E5E7EB",
3662
+ "icon": "#9CA3AF",
3663
+ },
3664
+ "header": {
3665
+ "background": undefined,
3666
+ "border": "#374151",
3667
+ "text": "#F9FAFB",
3668
+ },
3669
+ "help": {
3670
+ "background": "#1F2937",
3671
+ "border": "#3B82F6",
3672
+ "category": "#3B82F6",
3673
+ "description": "#E5E7EB",
3674
+ "hint": "#6B7280",
3675
+ "key": "#F59E0B",
3676
+ "title": "#F9FAFB",
3677
+ },
3678
+ "logLevels": {
3679
+ "debug": {
3680
+ "background": "#8B5CF615",
3681
+ "border": "#8B5CF6",
3682
+ },
3683
+ "error": {
3684
+ "background": "#EF444415",
3685
+ "border": "#EF4444",
3686
+ },
3687
+ "fatal": {
3688
+ "background": "#DC262625",
3689
+ "border": "#DC2626",
3690
+ "text": "#FCA5A5",
3691
+ },
3692
+ "log": {
3693
+ "background": "#3B82F615",
3694
+ "border": "#3B82F6",
3695
+ },
3696
+ "verbose": {
3697
+ "background": "#6B728015",
3698
+ "border": "#6B7280",
3699
+ },
3700
+ "warn": {
3701
+ "background": "#F59E0B15",
3702
+ "border": "#F59E0B",
3703
+ },
3704
+ },
3705
+ "name": "dark",
3706
+ "progress": {
3707
+ "background": "#3B82F615",
3708
+ "barEmpty": "#374151",
3709
+ "barFilled": "#3B82F6",
3710
+ "border": "#3B82F6",
3711
+ "complete": "#22C55E",
3712
+ "completeBackground": "#22C55E15",
3713
+ "failed": "#EF4444",
3714
+ "failedBackground": "#EF444415",
3715
+ "text": "#E5E7EB",
3716
+ "textDim": "#9CA3AF",
3717
+ },
3718
+ "prompt": {
3719
+ "border": "#374151",
3720
+ "buttonBackground": "#374151",
3721
+ "buttonSelectedBackground": "#1F2937",
3722
+ "cancelButton": "#EF4444",
3723
+ "confirmButton": "#22C55E",
3724
+ "focusBorder": "#3B82F6",
3725
+ "inputBackground": "#1F2937",
3726
+ "inputBorder": "#3B82F6",
3727
+ "inputCursor": "#3B82F6",
3728
+ "inputPlaceholder": "#6B7280",
3729
+ "inputText": "#F9FAFB",
3730
+ "optionSelected": "#3B82F6",
3731
+ "optionSelectedBackground": "#1E3A5F",
3732
+ "optionText": "#E5E7EB",
3733
+ "optionTextDim": "#9CA3AF",
3734
+ "question": "#F9FAFB",
3735
+ },
3736
+ "separator": {
3737
+ "line": "#374151",
3738
+ "text": "#6B7280",
3739
+ },
3740
+ "sidebar": {
3741
+ "background": undefined,
3742
+ "badge": "#3B82F6",
3743
+ "border": "#374151",
3744
+ "focusBorder": "#3B82F6",
3745
+ "hoverBackground": "#374151",
3746
+ "selectedBackground": "#1F293780",
3747
+ "text": "#E5E7EB",
3748
+ "textDim": "#6B7280",
3749
+ },
3750
+ "statusIndicators": {
3751
+ "fail": {
3752
+ "color": "#EF4444",
3753
+ "icon": "✗",
3754
+ },
3755
+ "pending": {
3756
+ "color": "#F59E0B",
3757
+ "icon": "◐",
3758
+ },
3759
+ "static": {
3760
+ "color": "#3B82F6",
3761
+ "icon": "●",
3762
+ },
3763
+ "success": {
3764
+ "color": "#22C55E",
3765
+ "icon": "✓",
3766
+ },
3767
+ "waiting": {
3768
+ "color": "#6B7280",
3769
+ "icon": "○",
3770
+ },
3771
+ },
3772
+ "table": {
3773
+ "background": "#3B82F615",
3774
+ "border": "#3B82F6",
3775
+ "cellText": "#E5E7EB",
3776
+ "headerText": "#F9FAFB",
3777
+ "separator": "#3B82F650",
3778
+ "title": "#F9FAFB",
3779
+ },
3780
+ },
3781
+ },
3782
+ "ref": null,
3783
+ "type": [Function: LoggerProvider],
3784
+ }
3785
+ `;