@timus-networks/theme 2.4.101 → 2.4.104
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/public/scss/element-plus/dialog.css +1 -1
- package/dist/runtime/public/scss/element-plus/dialog.scss +1 -1
- package/dist/runtime/public/scss/element-plus/form.css +0 -3
- package/dist/runtime/public/scss/element-plus/form.scss +1 -1
- package/dist/runtime/public/scss/element-plus/index.css +1 -4
- package/dist/runtime/public/scss/theme.css +0 -1
- package/dist/runtime/public/scss/theme.scss +0 -1
- 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.103";
|
|
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 = {
|
|
@@ -8227,7 +8227,7 @@ heights > $common-component-size
|
|
|
8227
8227
|
.el-dialog__footer {
|
|
8228
8228
|
display: flex;
|
|
8229
8229
|
gap: 30px;
|
|
8230
|
-
padding-top:
|
|
8230
|
+
padding-top: 12px;
|
|
8231
8231
|
text-align: right;
|
|
8232
8232
|
box-sizing: border-box;
|
|
8233
8233
|
}
|
|
@@ -8759,9 +8759,6 @@ heights > $common-component-size
|
|
|
8759
8759
|
--font-size: 14px;
|
|
8760
8760
|
margin-bottom: 16px;
|
|
8761
8761
|
}
|
|
8762
|
-
.el-form-item:last-child {
|
|
8763
|
-
margin-bottom: 0;
|
|
8764
|
-
}
|
|
8765
8762
|
.el-form-item .el-form-item {
|
|
8766
8763
|
margin-bottom: 0;
|
|
8767
8764
|
}
|
package/package.json
CHANGED