@timus-networks/theme 2.4.133 → 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 +2 -2
- 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/index.css +2 -2
- 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;
|
|
@@ -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 {
|
|
@@ -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;
|
package/package.json
CHANGED