solid-ui 3.0.1-27039d9 → 3.0.1-4cafc12

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.
@@ -21731,13 +21731,16 @@ var ThemeLoader = /*#__PURE__*/function () {
21731
21731
  }, {
21732
21732
  key: "resolveThemePath",
21733
21733
  value: function resolveThemePath(path) {
21734
- // In development, path might need adjustment
21735
- // In production (dist), themes should be copied alongside
21734
+ // Use webpack public path if available (set by mashlib/build config)
21736
21735
  if (true) {
21737
21736
  return __webpack_require__.p + path;
21738
21737
  }
21739
21738
 
21740
- // Try to find solid-ui base path
21739
+ // Use global base path if set by mashlib
21740
+ // removed by dead control flow
21741
+
21742
+
21743
+ // Try to find mashlib or solid-ui base path from script tags
21741
21744
  // removed by dead control flow
21742
21745
  var scripts;
21743
21746
  // removed by dead control flow
@@ -21745,6 +21748,8 @@ var ThemeLoader = /*#__PURE__*/function () {
21745
21748
  // removed by dead control flow
21746
21749
  var baseUrl, script;
21747
21750
  // removed by dead control flow
21751
+ var origin;
21752
+ // removed by dead control flow
21748
21753
 
21749
21754
  }
21750
21755