climb-onyx-gui 0.16.3-dev → 0.16.3-dev.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.
- package/dist/climb-onyx-gui.js +2 -2
- package/package.json +1 -1
package/dist/climb-onyx-gui.js
CHANGED
|
@@ -113251,7 +113251,7 @@ function Xae(e) {
|
|
|
113251
113251
|
Bz,
|
|
113252
113252
|
{
|
|
113253
113253
|
...e,
|
|
113254
|
-
theme: t,
|
|
113254
|
+
theme: e.extTheme ?? t,
|
|
113255
113255
|
tabState: c,
|
|
113256
113256
|
setTabState: i,
|
|
113257
113257
|
project: u,
|
|
@@ -113277,7 +113277,7 @@ function Xae(e) {
|
|
|
113277
113277
|
Yae,
|
|
113278
113278
|
{
|
|
113279
113279
|
...e,
|
|
113280
|
-
theme: t,
|
|
113280
|
+
theme: e.extTheme ?? t,
|
|
113281
113281
|
tabState: c,
|
|
113282
113282
|
setTabState: i,
|
|
113283
113283
|
project: D,
|