@timus-networks/theme 2.4.132 → 2.4.134
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/assets/scss/main.css +7 -5
- package/dist/runtime/public/scss/element-plus/breadcrumb.css +2 -2
- package/dist/runtime/public/scss/element-plus/breadcrumb.scss +4 -2
- package/dist/runtime/public/scss/element-plus/common/var.scss +4 -3
- package/dist/runtime/public/scss/element-plus/index.css +7 -5
- package/dist/runtime/public/scss/element-plus/menu.css +5 -3
- package/dist/runtime/public/scss/element-plus/menu.scss +1 -0
- 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.133";
|
|
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 = {
|
|
@@ -2045,7 +2045,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
2045
2045
|
line-height: 10px;
|
|
2046
2046
|
}
|
|
2047
2047
|
.el-breadcrumb__separator::before {
|
|
2048
|
-
font-family: "
|
|
2048
|
+
font-family: "Material Symbols Outlined" !important;
|
|
2049
2049
|
-webkit-font-smoothing: antialiased;
|
|
2050
2050
|
-moz-osx-font-smoothing: grayscale;
|
|
2051
2051
|
font-style: normal;
|
|
@@ -2054,7 +2054,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
2054
2054
|
line-height: 1;
|
|
2055
2055
|
speak: never;
|
|
2056
2056
|
text-transform: none;
|
|
2057
|
-
content: "
|
|
2057
|
+
content: "arrow_forward_ios";
|
|
2058
2058
|
}
|
|
2059
2059
|
.el-breadcrumb__separator.el-icon {
|
|
2060
2060
|
margin: 0 6px;
|
|
@@ -11076,11 +11076,11 @@ heights > $common-component-size
|
|
|
11076
11076
|
:root {
|
|
11077
11077
|
--el-menu-active-color: var(--el-color-white);
|
|
11078
11078
|
--el-menu-active-bg-color: var(--el-color-primary-light-5);
|
|
11079
|
-
--el-menu-text-color: var(--el-color-neutral-light-
|
|
11079
|
+
--el-menu-text-color: var(--el-color-neutral-light-9);
|
|
11080
11080
|
--el-menu-hover-text-color: var(--el-color-primary);
|
|
11081
11081
|
--el-menu-bg-color: var(--el-color-white);
|
|
11082
11082
|
--el-menu-hover-bg-color: var(--el-color-white);
|
|
11083
|
-
--el-menu-item-height:
|
|
11083
|
+
--el-menu-item-height: 36px;
|
|
11084
11084
|
--el-menu-sub-item-height: calc(var(--el-menu-item-height) - 0px);
|
|
11085
11085
|
--el-menu-horizontal-height: 60px;
|
|
11086
11086
|
--el-menu-horizontal-sub-item-height: 36px;
|
|
@@ -11089,7 +11089,8 @@ heights > $common-component-size
|
|
|
11089
11089
|
--el-menu-border-color: var(--el-border-color);
|
|
11090
11090
|
--el-menu-base-level-padding: 8px;
|
|
11091
11091
|
--el-menu-level-padding: 20px;
|
|
11092
|
-
--el-menu-icon-width:
|
|
11092
|
+
--el-menu-icon-width: 16px;
|
|
11093
|
+
--el-menu-icon-color: var(--el-color-neutral-light-5);
|
|
11093
11094
|
--el-menu-border-radius: 4px;
|
|
11094
11095
|
--el-menu-items-gap: 6px;
|
|
11095
11096
|
}
|
|
@@ -11275,6 +11276,7 @@ heights > $common-component-size
|
|
|
11275
11276
|
text-align: center;
|
|
11276
11277
|
font-size: var(--el-menu-icon-width);
|
|
11277
11278
|
vertical-align: middle;
|
|
11279
|
+
color: var(--el-menu-icon-color);
|
|
11278
11280
|
}
|
|
11279
11281
|
.el-menu-item.is-active {
|
|
11280
11282
|
color: var(--el-menu-active-color);
|
|
@@ -321,7 +321,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
321
321
|
line-height: 10px;
|
|
322
322
|
}
|
|
323
323
|
.el-breadcrumb__separator::before {
|
|
324
|
-
font-family: "
|
|
324
|
+
font-family: "Material Symbols Outlined" !important;
|
|
325
325
|
-webkit-font-smoothing: antialiased;
|
|
326
326
|
-moz-osx-font-smoothing: grayscale;
|
|
327
327
|
font-style: normal;
|
|
@@ -330,7 +330,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
330
330
|
line-height: 1;
|
|
331
331
|
speak: never;
|
|
332
332
|
text-transform: none;
|
|
333
|
-
content: "
|
|
333
|
+
content: "arrow_forward_ios";
|
|
334
334
|
}
|
|
335
335
|
.el-breadcrumb__separator.el-icon {
|
|
336
336
|
margin: 0 6px;
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
@use 'mixins/utils' as *;
|
|
3
3
|
@use 'common/var' as *;
|
|
4
4
|
|
|
5
|
+
$material-icons-font-family: 'Material Symbols Outlined';
|
|
6
|
+
|
|
5
7
|
@include b(breadcrumb) {
|
|
6
8
|
font-size: 12px;
|
|
7
9
|
line-height: 1;
|
|
@@ -14,7 +16,7 @@
|
|
|
14
16
|
line-height: 10px;
|
|
15
17
|
|
|
16
18
|
&::before {
|
|
17
|
-
font-family:
|
|
19
|
+
font-family: $material-icons-font-family !important;
|
|
18
20
|
-webkit-font-smoothing: antialiased;
|
|
19
21
|
-moz-osx-font-smoothing: grayscale;
|
|
20
22
|
font-style: normal;
|
|
@@ -23,7 +25,7 @@
|
|
|
23
25
|
line-height: 1;
|
|
24
26
|
speak: never;
|
|
25
27
|
text-transform: none;
|
|
26
|
-
content: '
|
|
28
|
+
content: 'arrow_forward_ios';
|
|
27
29
|
}
|
|
28
30
|
|
|
29
31
|
&.#{$namespace}-icon {
|
|
@@ -1233,11 +1233,11 @@ $menu: map.merge(
|
|
|
1233
1233
|
(
|
|
1234
1234
|
'active-color': getCssVar('color-white'),
|
|
1235
1235
|
'active-bg-color': getCssVar('color-primary-light-5'),
|
|
1236
|
-
'text-color': getCssVar('color-neutral-light-
|
|
1236
|
+
'text-color': getCssVar('color-neutral-light-9'),
|
|
1237
1237
|
'hover-text-color': getCssVar('color-primary'),
|
|
1238
1238
|
'bg-color': getCssVar('color-white'),
|
|
1239
1239
|
'hover-bg-color': getCssVar('color-white'),
|
|
1240
|
-
'item-height':
|
|
1240
|
+
'item-height': 36px,
|
|
1241
1241
|
'sub-item-height': calc(#{getCssVar('menu-item-height')} - 0px),
|
|
1242
1242
|
'horizontal-height': 60px,
|
|
1243
1243
|
'horizontal-sub-item-height': 36px,
|
|
@@ -1246,7 +1246,8 @@ $menu: map.merge(
|
|
|
1246
1246
|
'border-color': getCssVar('border-color'),
|
|
1247
1247
|
'base-level-padding': 8px,
|
|
1248
1248
|
'level-padding': 20px,
|
|
1249
|
-
'icon-width':
|
|
1249
|
+
'icon-width': 16px,
|
|
1250
|
+
'icon-color': getCssVar('color-neutral-light-5'),
|
|
1250
1251
|
'border-radius': 4px,
|
|
1251
1252
|
'items-gap': 6px,
|
|
1252
1253
|
),
|
|
@@ -1081,7 +1081,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
1081
1081
|
line-height: 10px;
|
|
1082
1082
|
}
|
|
1083
1083
|
.el-breadcrumb__separator::before {
|
|
1084
|
-
font-family: "
|
|
1084
|
+
font-family: "Material Symbols Outlined" !important;
|
|
1085
1085
|
-webkit-font-smoothing: antialiased;
|
|
1086
1086
|
-moz-osx-font-smoothing: grayscale;
|
|
1087
1087
|
font-style: normal;
|
|
@@ -1090,7 +1090,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
1090
1090
|
line-height: 1;
|
|
1091
1091
|
speak: never;
|
|
1092
1092
|
text-transform: none;
|
|
1093
|
-
content: "
|
|
1093
|
+
content: "arrow_forward_ios";
|
|
1094
1094
|
}
|
|
1095
1095
|
.el-breadcrumb__separator.el-icon {
|
|
1096
1096
|
margin: 0 6px;
|
|
@@ -10223,11 +10223,11 @@ h6,
|
|
|
10223
10223
|
:root {
|
|
10224
10224
|
--el-menu-active-color: var(--el-color-white);
|
|
10225
10225
|
--el-menu-active-bg-color: var(--el-color-primary-light-5);
|
|
10226
|
-
--el-menu-text-color: var(--el-color-neutral-light-
|
|
10226
|
+
--el-menu-text-color: var(--el-color-neutral-light-9);
|
|
10227
10227
|
--el-menu-hover-text-color: var(--el-color-primary);
|
|
10228
10228
|
--el-menu-bg-color: var(--el-color-white);
|
|
10229
10229
|
--el-menu-hover-bg-color: var(--el-color-white);
|
|
10230
|
-
--el-menu-item-height:
|
|
10230
|
+
--el-menu-item-height: 36px;
|
|
10231
10231
|
--el-menu-sub-item-height: calc(var(--el-menu-item-height) - 0px);
|
|
10232
10232
|
--el-menu-horizontal-height: 60px;
|
|
10233
10233
|
--el-menu-horizontal-sub-item-height: 36px;
|
|
@@ -10236,7 +10236,8 @@ h6,
|
|
|
10236
10236
|
--el-menu-border-color: var(--el-border-color);
|
|
10237
10237
|
--el-menu-base-level-padding: 8px;
|
|
10238
10238
|
--el-menu-level-padding: 20px;
|
|
10239
|
-
--el-menu-icon-width:
|
|
10239
|
+
--el-menu-icon-width: 16px;
|
|
10240
|
+
--el-menu-icon-color: var(--el-color-neutral-light-5);
|
|
10240
10241
|
--el-menu-border-radius: 4px;
|
|
10241
10242
|
--el-menu-items-gap: 6px;
|
|
10242
10243
|
}
|
|
@@ -10422,6 +10423,7 @@ h6,
|
|
|
10422
10423
|
text-align: center;
|
|
10423
10424
|
font-size: var(--el-menu-icon-width);
|
|
10424
10425
|
vertical-align: middle;
|
|
10426
|
+
color: var(--el-menu-icon-color);
|
|
10425
10427
|
}
|
|
10426
10428
|
.el-menu-item.is-active {
|
|
10427
10429
|
color: var(--el-menu-active-color);
|
|
@@ -422,11 +422,11 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
422
422
|
:root {
|
|
423
423
|
--el-menu-active-color: var(--el-color-white);
|
|
424
424
|
--el-menu-active-bg-color: var(--el-color-primary-light-5);
|
|
425
|
-
--el-menu-text-color: var(--el-color-neutral-light-
|
|
425
|
+
--el-menu-text-color: var(--el-color-neutral-light-9);
|
|
426
426
|
--el-menu-hover-text-color: var(--el-color-primary);
|
|
427
427
|
--el-menu-bg-color: var(--el-color-white);
|
|
428
428
|
--el-menu-hover-bg-color: var(--el-color-white);
|
|
429
|
-
--el-menu-item-height:
|
|
429
|
+
--el-menu-item-height: 36px;
|
|
430
430
|
--el-menu-sub-item-height: calc(var(--el-menu-item-height) - 0px);
|
|
431
431
|
--el-menu-horizontal-height: 60px;
|
|
432
432
|
--el-menu-horizontal-sub-item-height: 36px;
|
|
@@ -435,7 +435,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
435
435
|
--el-menu-border-color: var(--el-border-color);
|
|
436
436
|
--el-menu-base-level-padding: 8px;
|
|
437
437
|
--el-menu-level-padding: 20px;
|
|
438
|
-
--el-menu-icon-width:
|
|
438
|
+
--el-menu-icon-width: 16px;
|
|
439
|
+
--el-menu-icon-color: var(--el-color-neutral-light-5);
|
|
439
440
|
--el-menu-border-radius: 4px;
|
|
440
441
|
--el-menu-items-gap: 6px;
|
|
441
442
|
}
|
|
@@ -621,6 +622,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
621
622
|
text-align: center;
|
|
622
623
|
font-size: var(--el-menu-icon-width);
|
|
623
624
|
vertical-align: middle;
|
|
625
|
+
color: var(--el-menu-icon-color);
|
|
624
626
|
}
|
|
625
627
|
.el-menu-item.is-active {
|
|
626
628
|
color: var(--el-menu-active-color);
|
package/package.json
CHANGED