@timus-networks/theme 2.4.0 → 2.4.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/module.json +1 -1
- package/dist/module.mjs +2 -2
- package/dist/runtime/components/development/example.button.vue +1 -1
- package/dist/runtime/components/production/timus-breadcrumb.vue +1 -1
- package/dist/runtime/public/scss/element-plus/index.css +1 -10
- package/dist/runtime/public/scss/element-plus/link.css +1 -10
- package/dist/runtime/public/scss/element-plus/link.scss +10 -9
- package/package.json +2 -2
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -12,7 +12,7 @@ const __filename = __cjs_url__.fileURLToPath(import.meta.url);
|
|
|
12
12
|
const __dirname = __cjs_path__.dirname(__filename);
|
|
13
13
|
const require = __cjs_mod__.createRequire(import.meta.url);
|
|
14
14
|
const name = "@timus-networks/theme";
|
|
15
|
-
const version = "2.
|
|
15
|
+
const version = "2.4.2";
|
|
16
16
|
const description = "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.";
|
|
17
17
|
const type = "module";
|
|
18
18
|
const exports = {
|
|
@@ -40,7 +40,7 @@ const scripts = {
|
|
|
40
40
|
build: "nuxt-module-build build",
|
|
41
41
|
"release-old": "npm run build && changelogen --release && npm run pub && git push --follow-tags",
|
|
42
42
|
version: "standard-version --release-as ${npm_config_type:-patch}",
|
|
43
|
-
release: "npm run
|
|
43
|
+
release: "npm run version && npm run build && npm run pub && git push --follow-tags origin main"
|
|
44
44
|
};
|
|
45
45
|
const repository = {
|
|
46
46
|
type: "git",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
</div>
|
|
16
16
|
<template #footer>
|
|
17
17
|
<code class="flex flex-col gap-3 items-start">
|
|
18
|
-
<el-tag type="neutral"><el-button
|
|
18
|
+
<el-tag type="neutral"><el-button size="small">small</el-button></el-tag>
|
|
19
19
|
</code>
|
|
20
20
|
</template>
|
|
21
21
|
</el-card>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
</template>
|
|
7
7
|
<el-breadcrumb separator="">
|
|
8
8
|
<el-breadcrumb-item v-for="(crumb, index) in list" :key="index" v-bind="index < list.length - 1 ? { to: { path: crumb.path } } : {}">
|
|
9
|
-
{{ crumb }}
|
|
9
|
+
{{ $t(crumb.label) }}
|
|
10
10
|
<!--{{ crumb }} Tüm Objeyi Görüntülemek İçin Bunu Kullan -->
|
|
11
11
|
</el-breadcrumb-item>
|
|
12
12
|
</el-breadcrumb>
|
|
@@ -9811,20 +9811,11 @@ heights > $common-component-size
|
|
|
9811
9811
|
}
|
|
9812
9812
|
.el-link:hover {
|
|
9813
9813
|
color: var(--el-link-hover-text-color);
|
|
9814
|
+
border-bottom: 1px solid var(--el-link-hover-text-color);
|
|
9814
9815
|
}
|
|
9815
9816
|
.el-link:active {
|
|
9816
9817
|
color: var(--el-link-active-text-color);
|
|
9817
9818
|
}
|
|
9818
|
-
.el-link.is-underline:hover::after {
|
|
9819
|
-
content: "";
|
|
9820
|
-
width: 100%;
|
|
9821
|
-
position: absolute;
|
|
9822
|
-
bottom: 0;
|
|
9823
|
-
border-bottom-width: 1px;
|
|
9824
|
-
border-color: var(--el-color-primary-light-4);
|
|
9825
|
-
border-style: solid;
|
|
9826
|
-
}
|
|
9827
|
-
|
|
9828
9819
|
.el-link.is-disabled {
|
|
9829
9820
|
color: var(--el-link-disabled-text-color);
|
|
9830
9821
|
cursor: not-allowed;
|
|
@@ -327,20 +327,11 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
327
327
|
}
|
|
328
328
|
.el-link:hover {
|
|
329
329
|
color: var(--el-link-hover-text-color);
|
|
330
|
+
border-bottom: 1px solid var(--el-link-hover-text-color);
|
|
330
331
|
}
|
|
331
332
|
.el-link:active {
|
|
332
333
|
color: var(--el-link-active-text-color);
|
|
333
334
|
}
|
|
334
|
-
.el-link.is-underline:hover::after {
|
|
335
|
-
content: "";
|
|
336
|
-
width: 100%;
|
|
337
|
-
position: absolute;
|
|
338
|
-
bottom: 0;
|
|
339
|
-
border-bottom-width: 1px;
|
|
340
|
-
border-color: var(--el-color-primary-light-4);
|
|
341
|
-
border-style: solid;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
335
|
.el-link.is-disabled {
|
|
345
336
|
color: var(--el-link-disabled-text-color);
|
|
346
337
|
cursor: not-allowed;
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
&:hover {
|
|
29
29
|
color: getCssVar('link', 'hover-text-color');
|
|
30
|
+
border-bottom: 1px solid getCssVar('link', 'hover-text-color');
|
|
30
31
|
}
|
|
31
32
|
|
|
32
33
|
&:active {
|
|
@@ -34,15 +35,15 @@
|
|
|
34
35
|
}
|
|
35
36
|
|
|
36
37
|
@include when(underline) {
|
|
37
|
-
&:hover::after {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}
|
|
38
|
+
// &:hover::after {
|
|
39
|
+
// content: '';
|
|
40
|
+
// width: 100%;
|
|
41
|
+
// position: absolute;
|
|
42
|
+
// bottom: 0;
|
|
43
|
+
// border-bottom-width: 1px;
|
|
44
|
+
// border-color: getCssVar('color', 'primary', 'light-4');
|
|
45
|
+
// border-style: solid;
|
|
46
|
+
// }
|
|
46
47
|
}
|
|
47
48
|
|
|
48
49
|
@include when(disabled) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@timus-networks/theme",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2",
|
|
4
4
|
"description": "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"build": "nuxt-module-build build",
|
|
29
29
|
"release-old": "npm run build && changelogen --release && npm run pub && git push --follow-tags",
|
|
30
30
|
"version": "standard-version --release-as ${npm_config_type:-patch}",
|
|
31
|
-
"release": "npm run
|
|
31
|
+
"release": "npm run version && npm run build && npm run pub && git push --follow-tags origin main"
|
|
32
32
|
},
|
|
33
33
|
"standard-version": {
|
|
34
34
|
"tagPrefix": "theme-v",
|