@timus-networks/theme 2.4.189 → 2.4.190
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 +6 -2
- package/dist/runtime/public/scss/element-plus/index.css +6 -2
- package/dist/runtime/public/scss/element-plus/input.css +3 -2
- package/dist/runtime/public/scss/element-plus/input.scss +3 -2
- package/dist/runtime/public/scss/element-plus/table.css +3 -0
- package/dist/runtime/public/scss/element-plus/table.scss +4 -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.189";
|
|
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 = {
|
|
@@ -10223,7 +10223,7 @@ heights > $common-component-size
|
|
|
10223
10223
|
display: inline-block;
|
|
10224
10224
|
width: 100%;
|
|
10225
10225
|
vertical-align: bottom;
|
|
10226
|
-
font-size: var(--el-font-size-
|
|
10226
|
+
font-size: var(--el-font-size-small);
|
|
10227
10227
|
}
|
|
10228
10228
|
.el-textarea__inner {
|
|
10229
10229
|
position: relative;
|
|
@@ -10302,7 +10302,7 @@ heights > $common-component-size
|
|
|
10302
10302
|
.el-input {
|
|
10303
10303
|
--el-input-height: var(--el-component-size);
|
|
10304
10304
|
position: relative;
|
|
10305
|
-
font-size: var(--el-font-size-
|
|
10305
|
+
font-size: var(--el-font-size-small);
|
|
10306
10306
|
display: inline-flex;
|
|
10307
10307
|
flex-grow: 1;
|
|
10308
10308
|
box-sizing: border-box;
|
|
@@ -10351,6 +10351,7 @@ heights > $common-component-size
|
|
|
10351
10351
|
line-height: initial;
|
|
10352
10352
|
display: inline-block;
|
|
10353
10353
|
padding-left: 8px;
|
|
10354
|
+
font-size: 8px;
|
|
10354
10355
|
}
|
|
10355
10356
|
.el-input__wrapper {
|
|
10356
10357
|
display: inline-flex;
|
|
@@ -15051,6 +15052,9 @@ heights > $common-component-size
|
|
|
15051
15052
|
.el-table .el-table__cell.is-right {
|
|
15052
15053
|
text-align: right;
|
|
15053
15054
|
}
|
|
15055
|
+
.el-table .el-table__cell.is-right .cell {
|
|
15056
|
+
justify-content: flex-end;
|
|
15057
|
+
}
|
|
15054
15058
|
|
|
15055
15059
|
.el-table .el-table__cell.gutter {
|
|
15056
15060
|
width: 15px;
|
|
@@ -9220,7 +9220,7 @@ heights > $common-component-size
|
|
|
9220
9220
|
display: inline-block;
|
|
9221
9221
|
width: 100%;
|
|
9222
9222
|
vertical-align: bottom;
|
|
9223
|
-
font-size: var(--el-font-size-
|
|
9223
|
+
font-size: var(--el-font-size-small);
|
|
9224
9224
|
}
|
|
9225
9225
|
.el-textarea__inner {
|
|
9226
9226
|
position: relative;
|
|
@@ -9299,7 +9299,7 @@ heights > $common-component-size
|
|
|
9299
9299
|
.el-input {
|
|
9300
9300
|
--el-input-height: var(--el-component-size);
|
|
9301
9301
|
position: relative;
|
|
9302
|
-
font-size: var(--el-font-size-
|
|
9302
|
+
font-size: var(--el-font-size-small);
|
|
9303
9303
|
display: inline-flex;
|
|
9304
9304
|
flex-grow: 1;
|
|
9305
9305
|
box-sizing: border-box;
|
|
@@ -9348,6 +9348,7 @@ heights > $common-component-size
|
|
|
9348
9348
|
line-height: initial;
|
|
9349
9349
|
display: inline-block;
|
|
9350
9350
|
padding-left: 8px;
|
|
9351
|
+
font-size: 8px;
|
|
9351
9352
|
}
|
|
9352
9353
|
.el-input__wrapper {
|
|
9353
9354
|
display: inline-flex;
|
|
@@ -14159,6 +14160,9 @@ h6,
|
|
|
14159
14160
|
.el-table .el-table__cell.is-right {
|
|
14160
14161
|
text-align: right;
|
|
14161
14162
|
}
|
|
14163
|
+
.el-table .el-table__cell.is-right .cell {
|
|
14164
|
+
justify-content: flex-end;
|
|
14165
|
+
}
|
|
14162
14166
|
|
|
14163
14167
|
.el-table .el-table__cell.gutter {
|
|
14164
14168
|
width: 15px;
|
|
@@ -323,7 +323,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
323
323
|
display: inline-block;
|
|
324
324
|
width: 100%;
|
|
325
325
|
vertical-align: bottom;
|
|
326
|
-
font-size: var(--el-font-size-
|
|
326
|
+
font-size: var(--el-font-size-small);
|
|
327
327
|
}
|
|
328
328
|
.el-textarea__inner {
|
|
329
329
|
position: relative;
|
|
@@ -402,7 +402,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
402
402
|
.el-input {
|
|
403
403
|
--el-input-height: var(--el-component-size);
|
|
404
404
|
position: relative;
|
|
405
|
-
font-size: var(--el-font-size-
|
|
405
|
+
font-size: var(--el-font-size-small);
|
|
406
406
|
display: inline-flex;
|
|
407
407
|
flex-grow: 1;
|
|
408
408
|
box-sizing: border-box;
|
|
@@ -451,6 +451,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
451
451
|
line-height: initial;
|
|
452
452
|
display: inline-block;
|
|
453
453
|
padding-left: 8px;
|
|
454
|
+
font-size: 8px;
|
|
454
455
|
}
|
|
455
456
|
.el-input__wrapper {
|
|
456
457
|
display: inline-flex;
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
display: inline-block;
|
|
76
76
|
width: 100%;
|
|
77
77
|
vertical-align: bottom;
|
|
78
|
-
font-size: getCssVar('font-size', '
|
|
78
|
+
font-size: getCssVar('font-size', 'small');
|
|
79
79
|
|
|
80
80
|
@include e(inner) {
|
|
81
81
|
position: relative;
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
@include css-var-from-global('input-height', 'component-size');
|
|
153
153
|
|
|
154
154
|
position: relative;
|
|
155
|
-
font-size: getCssVar('font-size', '
|
|
155
|
+
font-size: getCssVar('font-size', 'small');
|
|
156
156
|
display: inline-flex;
|
|
157
157
|
// width: getCssVar('input-width');
|
|
158
158
|
// line-height: getCssVar('input-height'); // #{map.get($input-height, 'default') - 2};
|
|
@@ -186,6 +186,7 @@
|
|
|
186
186
|
line-height: initial;
|
|
187
187
|
display: inline-block;
|
|
188
188
|
padding-left: 8px;
|
|
189
|
+
font-size: 8px;
|
|
189
190
|
}
|
|
190
191
|
}
|
|
191
192
|
|
|
@@ -450,6 +450,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
450
450
|
.el-table .el-table__cell.is-right {
|
|
451
451
|
text-align: right;
|
|
452
452
|
}
|
|
453
|
+
.el-table .el-table__cell.is-right .cell {
|
|
454
|
+
justify-content: flex-end;
|
|
455
|
+
}
|
|
453
456
|
|
|
454
457
|
.el-table .el-table__cell.gutter {
|
|
455
458
|
width: 15px;
|
package/package.json
CHANGED