@timus-networks/theme 2.4.239 → 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 +2 -1
- package/dist/runtime/public/scss/element-plus/index.css +2 -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 = {
|
|
@@ -15107,7 +15107,7 @@ heights > $common-component-size
|
|
|
15107
15107
|
margin-left: 0;
|
|
15108
15108
|
padding-left: 0;
|
|
15109
15109
|
}
|
|
15110
|
-
.el-table .el-table__cell:last-of-type .cell {
|
|
15110
|
+
.el-table .el-table__cell:last-of-type:not(:first-of-type) .cell {
|
|
15111
15111
|
padding-right: 0;
|
|
15112
15112
|
padding-left: 12px;
|
|
15113
15113
|
}
|
|
@@ -16005,6 +16005,7 @@ heights > $common-component-size
|
|
|
16005
16005
|
overflow: hidden;
|
|
16006
16006
|
position: relative;
|
|
16007
16007
|
flex-grow: 1;
|
|
16008
|
+
min-height: 1px;
|
|
16008
16009
|
}
|
|
16009
16010
|
|
|
16010
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) {
|
|
@@ -14215,7 +14215,7 @@ h6,
|
|
|
14215
14215
|
margin-left: 0;
|
|
14216
14216
|
padding-left: 0;
|
|
14217
14217
|
}
|
|
14218
|
-
.el-table .el-table__cell:last-of-type .cell {
|
|
14218
|
+
.el-table .el-table__cell:last-of-type:not(:first-of-type) .cell {
|
|
14219
14219
|
padding-right: 0;
|
|
14220
14220
|
padding-left: 12px;
|
|
14221
14221
|
}
|
|
@@ -15113,6 +15113,7 @@ h6,
|
|
|
15113
15113
|
overflow: hidden;
|
|
15114
15114
|
position: relative;
|
|
15115
15115
|
flex-grow: 1;
|
|
15116
|
+
min-height: 1px;
|
|
15116
15117
|
}
|
|
15117
15118
|
|
|
15118
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