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.
package/dist/solid-ui.js
CHANGED
|
@@ -22906,13 +22906,16 @@ var ThemeLoader = /*#__PURE__*/function () {
|
|
|
22906
22906
|
}, {
|
|
22907
22907
|
key: "resolveThemePath",
|
|
22908
22908
|
value: function resolveThemePath(path) {
|
|
22909
|
-
//
|
|
22910
|
-
// In production (dist), themes should be copied alongside
|
|
22909
|
+
// Use webpack public path if available (set by mashlib/build config)
|
|
22911
22910
|
if (true) {
|
|
22912
22911
|
return __webpack_require__.p + path;
|
|
22913
22912
|
}
|
|
22914
22913
|
|
|
22915
|
-
//
|
|
22914
|
+
// Use global base path if set by mashlib
|
|
22915
|
+
// removed by dead control flow
|
|
22916
|
+
|
|
22917
|
+
|
|
22918
|
+
// Try to find mashlib or solid-ui base path from script tags
|
|
22916
22919
|
// removed by dead control flow
|
|
22917
22920
|
var scripts;
|
|
22918
22921
|
// removed by dead control flow
|
|
@@ -22920,6 +22923,8 @@ var ThemeLoader = /*#__PURE__*/function () {
|
|
|
22920
22923
|
// removed by dead control flow
|
|
22921
22924
|
var baseUrl, script;
|
|
22922
22925
|
// removed by dead control flow
|
|
22926
|
+
var origin;
|
|
22927
|
+
// removed by dead control flow
|
|
22923
22928
|
|
|
22924
22929
|
}
|
|
22925
22930
|
|