@timus-networks/theme 2.4.238 → 2.4.240
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 +4 -1
- package/dist/runtime/public/scss/element-plus/form.css +2 -0
- package/dist/runtime/public/scss/element-plus/form.scss +7 -0
- package/dist/runtime/public/scss/element-plus/index.css +4 -1
- package/dist/runtime/public/scss/element-plus/table.css +1 -1
- package/dist/runtime/public/scss/element-plus/table.scss +1 -1
- package/dist/runtime/public/scss/element-plus/tabs.css +1 -0
- package/dist/runtime/public/scss/element-plus/tabs.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.239";
|
|
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 = {
|
|
@@ -10028,6 +10028,8 @@ heights > $common-component-size
|
|
|
10028
10028
|
border-top-left-radius: 0;
|
|
10029
10029
|
border-bottom-left-radius: 0;
|
|
10030
10030
|
margin-left: -1px;
|
|
10031
|
+
}
|
|
10032
|
+
.el-form-items.sticky > :last-child:not(:first-child) [class*=__content] .el-button, .el-form-items.sticky > :last-child:not(:first-child).el-button {
|
|
10031
10033
|
z-index: 1;
|
|
10032
10034
|
}
|
|
10033
10035
|
.el-form-items.sticky [class*=__wrapper]:hover, .el-form-items.sticky [class*=__wrapper].is-focused, .el-form-items.sticky [class*=__wrapper].is-focus, .el-form-items.sticky [class*=__wrapper].is-hovering {
|
|
@@ -15105,7 +15107,7 @@ heights > $common-component-size
|
|
|
15105
15107
|
margin-left: 0;
|
|
15106
15108
|
padding-left: 0;
|
|
15107
15109
|
}
|
|
15108
|
-
.el-table .el-table__cell:last-of-type .cell {
|
|
15110
|
+
.el-table .el-table__cell:last-of-type:not(:first-of-type) .cell {
|
|
15109
15111
|
padding-right: 0;
|
|
15110
15112
|
padding-left: 12px;
|
|
15111
15113
|
}
|
|
@@ -16003,6 +16005,7 @@ heights > $common-component-size
|
|
|
16003
16005
|
overflow: hidden;
|
|
16004
16006
|
position: relative;
|
|
16005
16007
|
flex-grow: 1;
|
|
16008
|
+
min-height: 1px;
|
|
16006
16009
|
}
|
|
16007
16010
|
|
|
16008
16011
|
.el-tabs--top > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom > .el-tabs__header .el-tabs__item:nth-child(2) {
|
|
@@ -532,6 +532,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
532
532
|
border-top-left-radius: 0;
|
|
533
533
|
border-bottom-left-radius: 0;
|
|
534
534
|
margin-left: -1px;
|
|
535
|
+
}
|
|
536
|
+
.el-form-items.sticky > :last-child:not(:first-child) [class*=__content] .el-button, .el-form-items.sticky > :last-child:not(:first-child).el-button {
|
|
535
537
|
z-index: 1;
|
|
536
538
|
}
|
|
537
539
|
.el-form-items.sticky [class*=__wrapper]:hover, .el-form-items.sticky [class*=__wrapper].is-focused, .el-form-items.sticky [class*=__wrapper].is-focus, .el-form-items.sticky [class*=__wrapper].is-hovering {
|
|
@@ -294,6 +294,13 @@ $form-item-label-top-margin-bottom: map.merge(
|
|
|
294
294
|
border-top-left-radius: 0;
|
|
295
295
|
border-bottom-left-radius: 0;
|
|
296
296
|
margin-left: -1px;
|
|
297
|
+
// z-index: 1;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
> :last-child:not(:first-child) {
|
|
302
|
+
[class*='__content'] .el-button,
|
|
303
|
+
&.el-button {
|
|
297
304
|
z-index: 1;
|
|
298
305
|
}
|
|
299
306
|
}
|
|
@@ -9025,6 +9025,8 @@ heights > $common-component-size
|
|
|
9025
9025
|
border-top-left-radius: 0;
|
|
9026
9026
|
border-bottom-left-radius: 0;
|
|
9027
9027
|
margin-left: -1px;
|
|
9028
|
+
}
|
|
9029
|
+
.el-form-items.sticky > :last-child:not(:first-child) [class*=__content] .el-button, .el-form-items.sticky > :last-child:not(:first-child).el-button {
|
|
9028
9030
|
z-index: 1;
|
|
9029
9031
|
}
|
|
9030
9032
|
.el-form-items.sticky [class*=__wrapper]:hover, .el-form-items.sticky [class*=__wrapper].is-focused, .el-form-items.sticky [class*=__wrapper].is-focus, .el-form-items.sticky [class*=__wrapper].is-hovering {
|
|
@@ -14213,7 +14215,7 @@ h6,
|
|
|
14213
14215
|
margin-left: 0;
|
|
14214
14216
|
padding-left: 0;
|
|
14215
14217
|
}
|
|
14216
|
-
.el-table .el-table__cell:last-of-type .cell {
|
|
14218
|
+
.el-table .el-table__cell:last-of-type:not(:first-of-type) .cell {
|
|
14217
14219
|
padding-right: 0;
|
|
14218
14220
|
padding-left: 12px;
|
|
14219
14221
|
}
|
|
@@ -15111,6 +15113,7 @@ h6,
|
|
|
15111
15113
|
overflow: hidden;
|
|
15112
15114
|
position: relative;
|
|
15113
15115
|
flex-grow: 1;
|
|
15116
|
+
min-height: 1px;
|
|
15114
15117
|
}
|
|
15115
15118
|
|
|
15116
15119
|
.el-tabs--top > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom > .el-tabs__header .el-tabs__item:nth-child(2) {
|
|
@@ -467,7 +467,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
467
467
|
margin-left: 0;
|
|
468
468
|
padding-left: 0;
|
|
469
469
|
}
|
|
470
|
-
.el-table .el-table__cell:last-of-type .cell {
|
|
470
|
+
.el-table .el-table__cell:last-of-type:not(:first-of-type) .cell {
|
|
471
471
|
padding-right: 0;
|
|
472
472
|
padding-left: 12px;
|
|
473
473
|
}
|
|
@@ -470,6 +470,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
470
470
|
overflow: hidden;
|
|
471
471
|
position: relative;
|
|
472
472
|
flex-grow: 1;
|
|
473
|
+
min-height: 1px;
|
|
473
474
|
}
|
|
474
475
|
|
|
475
476
|
.el-tabs--top > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom > .el-tabs__header .el-tabs__item:nth-child(2) {
|
package/package.json
CHANGED