@timus-networks/theme 2.4.100 → 2.4.103

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
3
  "configKey": "themeOptions",
4
- "version": "2.4.99",
4
+ "version": "2.4.102",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
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.99";
14
+ const version = "2.4.102";
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 = {
@@ -37,6 +37,8 @@
37
37
  import type { TabsPaneContext } from 'element-plus';
38
38
  import { ref } from 'vue';
39
39
 
40
+ import { definePageMeta } from '#imports';
41
+
40
42
  definePageMeta({
41
43
  layout: 'modules',
42
44
  pageTransition: false,
@@ -336,9 +336,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
336
336
  --font-size: 14px;
337
337
  margin-bottom: 16px;
338
338
  }
339
- .el-form-item:last-child {
340
- margin-bottom: 0;
341
- }
342
339
  .el-form-item .el-form-item {
343
340
  margin-bottom: 0;
344
341
  }
@@ -98,7 +98,7 @@ $form-item-label-top-margin-bottom: map.merge(
98
98
  margin-bottom: #{map.get($form-item-margin-bottom, 'default')};
99
99
 
100
100
  &:last-child {
101
- margin-bottom: 0;
101
+ // margin-bottom: 0;
102
102
  }
103
103
 
104
104
  .#{$namespace}-form-item {
@@ -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
  }
@@ -1225,7 +1225,6 @@ body {
1225
1225
  display: flex;
1226
1226
  gap: 28px;
1227
1227
  justify-content: center;
1228
- margin-top: 24px;
1229
1228
  }
1230
1229
  .page-footer .el-button {
1231
1230
  flex-basis: 100%;
@@ -34,7 +34,6 @@ body {
34
34
  display: flex;
35
35
  gap: 28px;
36
36
  justify-content: center;
37
- margin-top: 24px;
38
37
 
39
38
  .el-button {
40
39
  flex-basis: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.100",
3
+ "version": "2.4.103",
4
4
  "description": "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.",
5
5
  "type": "module",
6
6
  "exports": {