@timus-networks/theme 2.4.183 → 2.4.184
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 -0
- package/dist/runtime/public/scss/element-plus/index.css +4 -0
- package/dist/runtime/public/scss/element-plus/pagination.css +4 -0
- package/dist/runtime/public/scss/element-plus/pagination.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.183";
|
|
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 = {
|
|
@@ -12430,6 +12430,10 @@ heights > $common-component-size
|
|
|
12430
12430
|
outline-offset: -1px;
|
|
12431
12431
|
}
|
|
12432
12432
|
|
|
12433
|
+
.el-table + .el-pagination {
|
|
12434
|
+
margin-top: 16px;
|
|
12435
|
+
}
|
|
12436
|
+
|
|
12433
12437
|
.el-popconfirm__main {
|
|
12434
12438
|
display: flex;
|
|
12435
12439
|
align-items: center;
|
|
@@ -11543,6 +11543,10 @@ h6,
|
|
|
11543
11543
|
outline-offset: -1px;
|
|
11544
11544
|
}
|
|
11545
11545
|
|
|
11546
|
+
.el-table + .el-pagination {
|
|
11547
|
+
margin-top: 16px;
|
|
11548
|
+
}
|
|
11549
|
+
|
|
11546
11550
|
.el-popconfirm__main {
|
|
11547
11551
|
display: flex;
|
|
11548
11552
|
align-items: center;
|
package/package.json
CHANGED