@timus-networks/theme 2.4.90 → 2.4.92
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/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -11,7 +11,7 @@ const __filename = __cjs_url__.fileURLToPath(import.meta.url);
|
|
|
11
11
|
const __dirname = __cjs_path__.dirname(__filename);
|
|
12
12
|
const require = __cjs_mod__.createRequire(import.meta.url);
|
|
13
13
|
const name = "@timus-networks/theme";
|
|
14
|
-
const version = "2.4.
|
|
14
|
+
const version = "2.4.92";
|
|
15
15
|
const description = "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.";
|
|
16
16
|
const type = "module";
|
|
17
17
|
const exports = {
|
|
@@ -10336,7 +10336,7 @@ h6,
|
|
|
10336
10336
|
box-shadow: var(--el-box-shadow-light);
|
|
10337
10337
|
}
|
|
10338
10338
|
.el-menu--popup .el-menu-item {
|
|
10339
|
-
padding: 0
|
|
10339
|
+
padding: 0 12px;
|
|
10340
10340
|
height: var(--el-menu-horizontal-sub-item-height);
|
|
10341
10341
|
}
|
|
10342
10342
|
|
|
@@ -572,7 +572,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
572
572
|
box-shadow: var(--el-box-shadow-light);
|
|
573
573
|
}
|
|
574
574
|
.el-menu--popup .el-menu-item {
|
|
575
|
-
padding: 0
|
|
575
|
+
padding: 0 12px;
|
|
576
576
|
height: var(--el-menu-horizontal-sub-item-height);
|
|
577
577
|
}
|
|
578
578
|
|
package/package.json
CHANGED