@haiilo/catalyst 10.33.1 → 10.33.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/cjs/index-0c9af7fb.js +14 -1
- package/dist/esm/index-30afba72.js +14 -1
- package/package.json +2 -2
|
@@ -1285,7 +1285,20 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
1285
1285
|
if (module) {
|
|
1286
1286
|
return module[exportName];
|
|
1287
1287
|
}
|
|
1288
|
-
|
|
1288
|
+
|
|
1289
|
+
if (!hmrVersionId || !BUILD.hotModuleReplacement) {
|
|
1290
|
+
const processMod = importedModule => {
|
|
1291
|
+
cmpModules.set(bundleId, importedModule);
|
|
1292
|
+
return importedModule[exportName];
|
|
1293
|
+
}
|
|
1294
|
+
switch(bundleId) {
|
|
1295
|
+
|
|
1296
|
+
case 'cat-alert_30.cjs':
|
|
1297
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1298
|
+
/* webpackMode: "lazy" */
|
|
1299
|
+
'./cat-alert_30.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1300
|
+
}
|
|
1301
|
+
}
|
|
1289
1302
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1290
1303
|
/* @vite-ignore */
|
|
1291
1304
|
/* webpackInclude: /\.entry\.js$/ */
|
|
@@ -1263,7 +1263,20 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
1263
1263
|
if (module) {
|
|
1264
1264
|
return module[exportName];
|
|
1265
1265
|
}
|
|
1266
|
-
|
|
1266
|
+
|
|
1267
|
+
if (!hmrVersionId || !BUILD.hotModuleReplacement) {
|
|
1268
|
+
const processMod = importedModule => {
|
|
1269
|
+
cmpModules.set(bundleId, importedModule);
|
|
1270
|
+
return importedModule[exportName];
|
|
1271
|
+
}
|
|
1272
|
+
switch(bundleId) {
|
|
1273
|
+
|
|
1274
|
+
case 'cat-alert_30':
|
|
1275
|
+
return import(
|
|
1276
|
+
/* webpackMode: "lazy" */
|
|
1277
|
+
'./cat-alert_30.entry.js').then(processMod, consoleError);
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1267
1280
|
return import(
|
|
1268
1281
|
/* @vite-ignore */
|
|
1269
1282
|
/* webpackInclude: /\.entry\.js$/ */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haiilo/catalyst",
|
|
3
|
-
"version": "10.33.
|
|
3
|
+
"version": "10.33.2",
|
|
4
4
|
"description": "Catalyst Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"sanitize.css": "13.0.0",
|
|
40
40
|
"tabbable": "6.2.0",
|
|
41
41
|
"toastify-js": "1.12.0",
|
|
42
|
-
"@haiilo/catalyst-tokens": "10.33.
|
|
42
|
+
"@haiilo/catalyst-tokens": "10.33.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@babel/core": "^7.24.7",
|