@timus-networks/theme 2.4.82 → 2.4.83
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
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.83";
|
|
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 = {
|
|
@@ -1222,12 +1222,10 @@ body {
|
|
|
1222
1222
|
|
|
1223
1223
|
.page-footer {
|
|
1224
1224
|
align-items: center;
|
|
1225
|
-
border-top: 1px solid var(--el-color-neutral-light-3);
|
|
1226
1225
|
display: flex;
|
|
1227
|
-
gap:
|
|
1226
|
+
gap: 28px;
|
|
1228
1227
|
justify-content: center;
|
|
1229
1228
|
margin-top: 24px;
|
|
1230
|
-
padding: 24px 0 8px;
|
|
1231
1229
|
}
|
|
1232
1230
|
.page-footer .el-button {
|
|
1233
1231
|
flex-basis: 100%;
|
|
@@ -31,12 +31,10 @@ body {
|
|
|
31
31
|
|
|
32
32
|
.page-footer {
|
|
33
33
|
align-items: center;
|
|
34
|
-
border-top: 1px solid var(--el-color-neutral-light-3);
|
|
35
34
|
display: flex;
|
|
36
|
-
gap:
|
|
35
|
+
gap: 28px;
|
|
37
36
|
justify-content: center;
|
|
38
37
|
margin-top: 24px;
|
|
39
|
-
padding: 24px 0 8px;
|
|
40
38
|
|
|
41
39
|
.el-button {
|
|
42
40
|
flex-basis: 100%;
|
package/package.json
CHANGED