solid-ui 2.4.27-5b3471ff → 2.4.27-a3872ec1
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/index.html +1 -9
- package/dist/{main.js → solid-ui.js} +16 -4
- package/dist/solid-ui.js.map +1 -0
- package/dist/solid-ui.min.js +3 -0
- package/dist/solid-ui.min.js.LICENSE.txt +117 -0
- package/dist/solid-ui.min.js.map +1 -0
- package/lib/versionInfo.js +2 -2
- package/lib/versionInfo.js.map +1 -1
- package/package.json +5 -4
- package/dist/main.js.map +0 -1
package/dist/index.html
CHANGED
|
@@ -1,9 +1 @@
|
|
|
1
|
-
<!
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<title>Webpack App</title>
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1"><script defer src="main.js"></script></head>
|
|
7
|
-
<body>
|
|
8
|
-
</body>
|
|
9
|
-
</html>
|
|
1
|
+
<!doctype html><html><head><meta charset="utf-8"><title>Webpack App</title><meta name="viewport" content="width=device-width,initial-scale=1"><script defer="defer" src="solid-ui.min.js"></script></head><body></body></html>
|
|
@@ -1,4 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
+
module.exports = factory();
|
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
|
5
|
+
define([], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["solid-ui"] = factory();
|
|
8
|
+
else
|
|
9
|
+
root["solid-ui"] = factory();
|
|
10
|
+
})(self, () => {
|
|
11
|
+
return /******/ (() => { // webpackBootstrap
|
|
2
12
|
/******/ var __webpack_modules__ = ({
|
|
3
13
|
|
|
4
14
|
/***/ "./lib/acl/access-controller.js":
|
|
@@ -13121,8 +13131,8 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
13121
13131
|
}));
|
|
13122
13132
|
exports.versionInfo = void 0;
|
|
13123
13133
|
var versionInfo = {
|
|
13124
|
-
buildTime: '2023-03-
|
|
13125
|
-
commit: '
|
|
13134
|
+
buildTime: '2023-03-25T18:23:17Z',
|
|
13135
|
+
commit: 'a3872ec19027d2db465bc7151e82d3904afa847b',
|
|
13126
13136
|
npmInfo: {
|
|
13127
13137
|
'solid-ui': '2.4.27',
|
|
13128
13138
|
npm: '8.19.4',
|
|
@@ -79206,6 +79216,8 @@ module.exports = JSON.parse('{"application/1d-interleaved-parityfec":{"source":"
|
|
|
79206
79216
|
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
79207
79217
|
/******/ var __webpack_exports__ = __webpack_require__("./lib/index.js");
|
|
79208
79218
|
/******/
|
|
79219
|
+
/******/ return __webpack_exports__;
|
|
79209
79220
|
/******/ })()
|
|
79210
79221
|
;
|
|
79211
|
-
|
|
79222
|
+
});
|
|
79223
|
+
//# sourceMappingURL=solid-ui.js.map
|