@timus-networks/theme 2.4.142 → 2.4.144
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 -5
- package/dist/runtime/public/scss/element-plus/alert.css +1 -1
- package/dist/runtime/public/scss/element-plus/alert.scss +1 -2
- package/dist/runtime/public/scss/element-plus/index.css +2 -5
- package/dist/runtime/public/scss/element-plus/pagination.css +0 -4
- package/dist/runtime/public/scss/element-plus/pagination.scss +0 -5
- package/dist/runtime/public/scss/element-plus/table.css +1 -0
- package/dist/runtime/public/scss/element-plus/table.scss +2 -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.143";
|
|
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 = {
|
|
@@ -1735,7 +1735,7 @@ body {
|
|
|
1735
1735
|
|
|
1736
1736
|
.el-alert__title {
|
|
1737
1737
|
font-size: var(--el-alert-title-font-size);
|
|
1738
|
-
line-height:
|
|
1738
|
+
line-height: 18px;
|
|
1739
1739
|
}
|
|
1740
1740
|
.el-alert__title.with-description {
|
|
1741
1741
|
font-size: var(--el-alert-title-with-description-font-size);
|
|
@@ -12248,10 +12248,6 @@ heights > $common-component-size
|
|
|
12248
12248
|
.el-pagination__total[disabled=true] {
|
|
12249
12249
|
color: var(--el-text-color-placeholder);
|
|
12250
12250
|
}
|
|
12251
|
-
.el-pagination__total::after {
|
|
12252
|
-
content: "Records";
|
|
12253
|
-
padding-left: 4px;
|
|
12254
|
-
}
|
|
12255
12251
|
|
|
12256
12252
|
.el-pagination__jump {
|
|
12257
12253
|
display: flex;
|
|
@@ -15028,6 +15024,7 @@ heights > $common-component-size
|
|
|
15028
15024
|
line-height: 20px;
|
|
15029
15025
|
padding: 0 12px;
|
|
15030
15026
|
align-items: center;
|
|
15027
|
+
line-height: 1;
|
|
15031
15028
|
gap: 2px;
|
|
15032
15029
|
white-space: nowrap;
|
|
15033
15030
|
}
|
|
@@ -483,7 +483,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
483
483
|
|
|
484
484
|
.el-alert__title {
|
|
485
485
|
font-size: var(--el-alert-title-font-size);
|
|
486
|
-
line-height:
|
|
486
|
+
line-height: 18px;
|
|
487
487
|
}
|
|
488
488
|
.el-alert__title.with-description {
|
|
489
489
|
font-size: var(--el-alert-title-with-description-font-size);
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
@include b(alert) {
|
|
6
6
|
@include set-component-css-var('alert', $alert);
|
|
7
7
|
position: relative;
|
|
8
|
-
|
|
9
8
|
width: 100%;
|
|
10
9
|
padding: 8px 16px;
|
|
11
10
|
margin: 0;
|
|
@@ -122,7 +121,7 @@
|
|
|
122
121
|
|
|
123
122
|
@include e(title) {
|
|
124
123
|
font-size: getCssVar('alert', 'title-font-size');
|
|
125
|
-
line-height:
|
|
124
|
+
line-height: 18px;
|
|
126
125
|
|
|
127
126
|
&.with-description {
|
|
128
127
|
font-size: getCssVar('alert', 'title-with-description-font-size');
|
|
@@ -738,7 +738,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
738
738
|
|
|
739
739
|
.el-alert__title {
|
|
740
740
|
font-size: var(--el-alert-title-font-size);
|
|
741
|
-
line-height:
|
|
741
|
+
line-height: 18px;
|
|
742
742
|
}
|
|
743
743
|
.el-alert__title.with-description {
|
|
744
744
|
font-size: var(--el-alert-title-with-description-font-size);
|
|
@@ -11362,10 +11362,6 @@ h6,
|
|
|
11362
11362
|
.el-pagination__total[disabled=true] {
|
|
11363
11363
|
color: var(--el-text-color-placeholder);
|
|
11364
11364
|
}
|
|
11365
|
-
.el-pagination__total::after {
|
|
11366
|
-
content: "Records";
|
|
11367
|
-
padding-left: 4px;
|
|
11368
|
-
}
|
|
11369
11365
|
|
|
11370
11366
|
.el-pagination__jump {
|
|
11371
11367
|
display: flex;
|
|
@@ -14142,6 +14138,7 @@ h6,
|
|
|
14142
14138
|
line-height: 20px;
|
|
14143
14139
|
padding: 0 12px;
|
|
14144
14140
|
align-items: center;
|
|
14141
|
+
line-height: 1;
|
|
14145
14142
|
gap: 2px;
|
|
14146
14143
|
white-space: nowrap;
|
|
14147
14144
|
}
|
|
@@ -436,10 +436,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
436
436
|
.el-pagination__total[disabled=true] {
|
|
437
437
|
color: var(--el-text-color-placeholder);
|
|
438
438
|
}
|
|
439
|
-
.el-pagination__total::after {
|
|
440
|
-
content: "Records";
|
|
441
|
-
padding-left: 4px;
|
|
442
|
-
}
|
|
443
439
|
|
|
444
440
|
.el-pagination__jump {
|
|
445
441
|
display: flex;
|
|
@@ -225,7 +225,8 @@
|
|
|
225
225
|
line-height: 20px;
|
|
226
226
|
padding: 0 12px;
|
|
227
227
|
align-items: center;
|
|
228
|
-
// display: flex; // bunu eklersem truncate etmiyor
|
|
228
|
+
// display: flex; // bunu eklersem truncate etmiyor o yüzden aşağıdaki line-height: 1 i ekledim çözüldü
|
|
229
|
+
line-height: 1;
|
|
229
230
|
gap: 2px;
|
|
230
231
|
white-space: nowrap;
|
|
231
232
|
|
package/package.json
CHANGED