@timus-networks/theme 2.4.153 → 2.4.155
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 -2
- package/dist/runtime/public/scss/element-plus/index.css +2 -2
- package/dist/runtime/public/scss/element-plus/table.css +2 -2
- package/dist/runtime/public/scss/element-plus/table.scss +2 -2
- 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.154";
|
|
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 = {
|
|
@@ -15291,9 +15291,9 @@ heights > $common-component-size
|
|
|
15291
15291
|
}
|
|
15292
15292
|
.el-table__header-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner::after, .el-table__body-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner::after {
|
|
15293
15293
|
height: 6px;
|
|
15294
|
-
left:
|
|
15294
|
+
left: 0;
|
|
15295
15295
|
width: 2px;
|
|
15296
|
-
top:
|
|
15296
|
+
top: -1px;
|
|
15297
15297
|
}
|
|
15298
15298
|
.el-table__header-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::before, .el-table__body-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::before {
|
|
15299
15299
|
top: 3px;
|
|
@@ -14405,9 +14405,9 @@ h6,
|
|
|
14405
14405
|
}
|
|
14406
14406
|
.el-table__header-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner::after, .el-table__body-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner::after {
|
|
14407
14407
|
height: 6px;
|
|
14408
|
-
left:
|
|
14408
|
+
left: 0;
|
|
14409
14409
|
width: 2px;
|
|
14410
|
-
top:
|
|
14410
|
+
top: -1px;
|
|
14411
14411
|
}
|
|
14412
14412
|
.el-table__header-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::before, .el-table__body-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::before {
|
|
14413
14413
|
top: 3px;
|
|
@@ -736,9 +736,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
736
736
|
}
|
|
737
737
|
.el-table__header-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner::after, .el-table__body-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner::after {
|
|
738
738
|
height: 6px;
|
|
739
|
-
left:
|
|
739
|
+
left: 0;
|
|
740
740
|
width: 2px;
|
|
741
|
-
top:
|
|
741
|
+
top: -1px;
|
|
742
742
|
}
|
|
743
743
|
.el-table__header-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::before, .el-table__body-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::before {
|
|
744
744
|
top: 3px;
|
package/package.json
CHANGED