steam-theming-utils 3.3.0 → 3.3.1

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 (2) hide show
  1. package/cdp/db/client.js +2 -1
  2. package/package.json +1 -1
package/cdp/db/client.js CHANGED
@@ -331,12 +331,12 @@ exportedModules = [
331
331
  ["gamepaduisvglibrary", (e) => e.WifiBar1],
332
332
  ["gamepaduiappoverlay", (e) => e.OverlayPosition],
333
333
  ["gamepaduiappoverlayvirtualmenucontainer", (e) => e.VirtualMenuContainer],
334
- ["gamerecordingaudiosessionfield", (e) => e.VU],
335
334
  ["gamerecordingbitrate", (e) => e.BitrateButton],
336
335
  ["gamerecordingdesktopdialog", (e) => e.GameRecordingDesktopDialog],
337
336
  ["gamerecordingplayer", (e) => e.GameRecordingPlayer],
338
337
  ["gamerecordingquickaccess", (e) => e.BackgroundRecordingQuickSettingRow],
339
338
  ["gamerecordingsettings", (e) => e.RecordingMode],
339
+ ["gamerecordingsettingspage", (e) => e.VU],
340
340
  ["gamerecordingshare", (e) => e.ExportProgressContainer],
341
341
  ["gamerecordingtour", (e) => e.TourBox],
342
342
  ["gamerecordingwarning", (e) => e.WarningBox && !e.VU],
@@ -481,6 +481,7 @@ exportedModules = [
481
481
  (e) => e.OverlayContainer && e.SpacingContainer,
482
482
  ],
483
483
  ["screenshotmanagerdialog", (e) => e.ScreenshotFormRow],
484
+ ["screenshotmanagerphaselist", (e) => e.PhaseListContainer],
484
485
  ["screenshotpopout", (e) => e.PopupScreenshotModal],
485
486
  ["screenshots", (e) => e.ClickableScreenshot],
486
487
  ["scrollfade", (e) => e.ScrollFade],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steam-theming-utils",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "description": "A collection of scripts for easier Steam theming",
5
5
  "repository": {
6
6
  "type": "git",