@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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
3
  "configKey": "themeOptions",
4
- "version": "2.4.100",
4
+ "version": "2.4.103",
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.100";
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 = {
@@ -432,7 +432,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
432
432
  .el-dialog__footer {
433
433
  display: flex;
434
434
  gap: 30px;
435
- padding-top: var(--el-dialog-padding-primary);
435
+ padding-top: 12px;
436
436
  text-align: right;
437
437
  box-sizing: border-box;
438
438
  }
@@ -103,7 +103,7 @@
103
103
  @include e(footer) {
104
104
  display: flex;
105
105
  gap: 30px;
106
- padding-top: getCssVar('dialog', 'padding-primary');
106
+ padding-top: 12px;
107
107
  text-align: right;
108
108
  box-sizing: border-box;
109
109
 
@@ -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 {
@@ -8227,7 +8227,7 @@ heights > $common-component-size
8227
8227
  .el-dialog__footer {
8228
8228
  display: flex;
8229
8229
  gap: 30px;
8230
- padding-top: var(--el-dialog-padding-primary);
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
  }
@@ -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.101",
3
+ "version": "2.4.104",
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": {