@timus-networks/theme 2.4.91 → 2.4.93
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 +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/public/scss/element-plus/common/var.scss +1 -1
- package/dist/runtime/public/scss/element-plus/index.css +4 -2
- package/dist/runtime/public/scss/element-plus/menu.css +3 -1
- package/dist/runtime/public/scss/element-plus/menu.scss +2 -0
- package/dist/runtime/public/scss/element-plus/table.css +1 -1
- package/dist/runtime/public/scss/element-plus/table.scss +1 -1
- package/package.json +1 -1
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.93";
|
|
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 = {
|
|
@@ -1244,7 +1244,7 @@ $menu: map.merge(
|
|
|
1244
1244
|
'item-font-size': getCssVar('font-size-base'),
|
|
1245
1245
|
'item-hover-fill': getCssVar('color-primary-light-9'),
|
|
1246
1246
|
'border-color': getCssVar('border-color'),
|
|
1247
|
-
'base-level-padding':
|
|
1247
|
+
'base-level-padding': 8px,
|
|
1248
1248
|
'level-padding': 20px,
|
|
1249
1249
|
'icon-width': 14px,
|
|
1250
1250
|
'border-radius': 4px,
|
|
@@ -10197,7 +10197,7 @@ h6,
|
|
|
10197
10197
|
--el-menu-item-font-size: var(--el-font-size-base);
|
|
10198
10198
|
--el-menu-item-hover-fill: var(--el-color-primary-light-9);
|
|
10199
10199
|
--el-menu-border-color: var(--el-border-color);
|
|
10200
|
-
--el-menu-base-level-padding:
|
|
10200
|
+
--el-menu-base-level-padding: 8px;
|
|
10201
10201
|
--el-menu-level-padding: 20px;
|
|
10202
10202
|
--el-menu-icon-width: 14px;
|
|
10203
10203
|
--el-menu-border-radius: 4px;
|
|
@@ -10325,6 +10325,7 @@ h6,
|
|
|
10325
10325
|
}
|
|
10326
10326
|
.el-menu--collapse .el-sub-menu.is-active .el-sub-menu__title {
|
|
10327
10327
|
color: var(--el-menu-active-color);
|
|
10328
|
+
background-color: var(--el-menu-active-bg-color);
|
|
10328
10329
|
}
|
|
10329
10330
|
|
|
10330
10331
|
.el-menu--popup {
|
|
@@ -10337,6 +10338,7 @@ h6,
|
|
|
10337
10338
|
}
|
|
10338
10339
|
.el-menu--popup .el-menu-item {
|
|
10339
10340
|
padding: 0 12px;
|
|
10341
|
+
margin: 0 4px;
|
|
10340
10342
|
height: var(--el-menu-horizontal-sub-item-height);
|
|
10341
10343
|
}
|
|
10342
10344
|
|
|
@@ -14218,7 +14220,7 @@ h6,
|
|
|
14218
14220
|
overflow: hidden;
|
|
14219
14221
|
position: sticky;
|
|
14220
14222
|
z-index: 12;
|
|
14221
|
-
top:
|
|
14223
|
+
top: 20px;
|
|
14222
14224
|
}
|
|
14223
14225
|
.el-table__header-wrapper tbody td.el-table__cell {
|
|
14224
14226
|
background-color: var(--el-table-row-hover-bg-color);
|
|
@@ -433,7 +433,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
433
433
|
--el-menu-item-font-size: var(--el-font-size-base);
|
|
434
434
|
--el-menu-item-hover-fill: var(--el-color-primary-light-9);
|
|
435
435
|
--el-menu-border-color: var(--el-border-color);
|
|
436
|
-
--el-menu-base-level-padding:
|
|
436
|
+
--el-menu-base-level-padding: 8px;
|
|
437
437
|
--el-menu-level-padding: 20px;
|
|
438
438
|
--el-menu-icon-width: 14px;
|
|
439
439
|
--el-menu-border-radius: 4px;
|
|
@@ -561,6 +561,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
561
561
|
}
|
|
562
562
|
.el-menu--collapse .el-sub-menu.is-active .el-sub-menu__title {
|
|
563
563
|
color: var(--el-menu-active-color);
|
|
564
|
+
background-color: var(--el-menu-active-bg-color);
|
|
564
565
|
}
|
|
565
566
|
|
|
566
567
|
.el-menu--popup {
|
|
@@ -573,6 +574,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
573
574
|
}
|
|
574
575
|
.el-menu--popup .el-menu-item {
|
|
575
576
|
padding: 0 12px;
|
|
577
|
+
margin: 0 4px;
|
|
576
578
|
height: var(--el-menu-horizontal-sub-item-height);
|
|
577
579
|
}
|
|
578
580
|
|
|
@@ -211,6 +211,7 @@
|
|
|
211
211
|
|
|
212
212
|
.#{$namespace}-sub-menu__title {
|
|
213
213
|
color: getCssVar('menu-active-color');
|
|
214
|
+
background-color: getCssVar('menu-active-bg-color');
|
|
214
215
|
}
|
|
215
216
|
}
|
|
216
217
|
}
|
|
@@ -225,6 +226,7 @@
|
|
|
225
226
|
|
|
226
227
|
.#{$namespace}-menu-item {
|
|
227
228
|
padding: 0 12px;
|
|
229
|
+
margin: 0 4px;
|
|
228
230
|
height: getCssVar('menu-horizontal-sub-item-height');
|
|
229
231
|
}
|
|
230
232
|
}
|
|
@@ -699,7 +699,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
699
699
|
overflow: hidden;
|
|
700
700
|
position: sticky;
|
|
701
701
|
z-index: 12;
|
|
702
|
-
top:
|
|
702
|
+
top: 20px;
|
|
703
703
|
}
|
|
704
704
|
.el-table__header-wrapper tbody td.el-table__cell {
|
|
705
705
|
background-color: var(--el-table-row-hover-bg-color);
|
package/package.json
CHANGED