@timus-networks/theme 2.4.214 → 2.4.216

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.213",
4
+ "version": "2.4.215",
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.213";
14
+ const version = "2.4.215";
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 = {
@@ -7472,6 +7472,19 @@ heights > $common-component-size
7472
7472
  margin-bottom: -1px;
7473
7473
  }
7474
7474
 
7475
+ .reverse-collapse .el-collapse-item__header {
7476
+ height: 36px;
7477
+ line-height: 36px;
7478
+ }
7479
+ .reverse-collapse .el-collapse-item__header .el-collapse-item__title {
7480
+ display: flex;
7481
+ flex-grow: 1;
7482
+ order: 2;
7483
+ }
7484
+ .reverse-collapse .el-collapse-item__content {
7485
+ padding-bottom: 0 !important;
7486
+ }
7487
+
7475
7488
  .el-color-predefine {
7476
7489
  display: flex;
7477
7490
  font-size: 12px;
@@ -10001,7 +10014,8 @@ heights > $common-component-size
10001
10014
  border-radius: 0;
10002
10015
  margin-left: -1px;
10003
10016
  }
10004
- .el-form-items.sticky > :last-child [class*=__wrapper], .el-form-items.sticky > :last-child.el-button {
10017
+ .el-form-items.sticky > :last-child:not(:first-child) [class*=__wrapper],
10018
+ .el-form-items.sticky > :last-child:not(:first-child) [class*=__content] .el-button, .el-form-items.sticky > :last-child:not(:first-child).el-button {
10005
10019
  border-top-left-radius: 0;
10006
10020
  border-bottom-left-radius: 0;
10007
10021
  margin-left: -1px;
@@ -487,4 +487,17 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
487
487
 
488
488
  .el-collapse-item:last-child {
489
489
  margin-bottom: -1px;
490
+ }
491
+
492
+ .reverse-collapse .el-collapse-item__header {
493
+ height: 36px;
494
+ line-height: 36px;
495
+ }
496
+ .reverse-collapse .el-collapse-item__header .el-collapse-item__title {
497
+ display: flex;
498
+ flex-grow: 1;
499
+ order: 2;
500
+ }
501
+ .reverse-collapse .el-collapse-item__content {
502
+ padding-bottom: 0 !important;
490
503
  }
@@ -68,3 +68,20 @@
68
68
  margin-bottom: -1px;
69
69
  }
70
70
  }
71
+
72
+ .reverse-collapse {
73
+ .el-collapse-item__header {
74
+ height: 36px;
75
+ line-height: 36px;
76
+
77
+ .el-collapse-item__title {
78
+ display: flex;
79
+ flex-grow: 1;
80
+ order: 2;
81
+ }
82
+ }
83
+
84
+ .el-collapse-item__content {
85
+ padding-bottom: 0 !important;
86
+ }
87
+ }
@@ -526,7 +526,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
526
526
  border-radius: 0;
527
527
  margin-left: -1px;
528
528
  }
529
- .el-form-items.sticky > :last-child [class*=__wrapper], .el-form-items.sticky > :last-child.el-button {
529
+ .el-form-items.sticky > :last-child:not(:first-child) [class*=__wrapper],
530
+ .el-form-items.sticky > :last-child:not(:first-child) [class*=__content] .el-button, .el-form-items.sticky > :last-child:not(:first-child).el-button {
530
531
  border-top-left-radius: 0;
531
532
  border-bottom-left-radius: 0;
532
533
  margin-left: -1px;
@@ -286,8 +286,9 @@ $form-item-label-top-margin-bottom: map.merge(
286
286
  }
287
287
  }
288
288
 
289
- > :last-child {
289
+ > :last-child:not(:first-child) {
290
290
  [class*='__wrapper'],
291
+ [class*='__content'] .el-button,
291
292
  &.el-button {
292
293
  border-top-left-radius: 0;
293
294
  border-bottom-left-radius: 0;
@@ -6469,6 +6469,19 @@ heights > $common-component-size
6469
6469
  margin-bottom: -1px;
6470
6470
  }
6471
6471
 
6472
+ .reverse-collapse .el-collapse-item__header {
6473
+ height: 36px;
6474
+ line-height: 36px;
6475
+ }
6476
+ .reverse-collapse .el-collapse-item__header .el-collapse-item__title {
6477
+ display: flex;
6478
+ flex-grow: 1;
6479
+ order: 2;
6480
+ }
6481
+ .reverse-collapse .el-collapse-item__content {
6482
+ padding-bottom: 0 !important;
6483
+ }
6484
+
6472
6485
  .el-color-predefine {
6473
6486
  display: flex;
6474
6487
  font-size: 12px;
@@ -8998,7 +9011,8 @@ heights > $common-component-size
8998
9011
  border-radius: 0;
8999
9012
  margin-left: -1px;
9000
9013
  }
9001
- .el-form-items.sticky > :last-child [class*=__wrapper], .el-form-items.sticky > :last-child.el-button {
9014
+ .el-form-items.sticky > :last-child:not(:first-child) [class*=__wrapper],
9015
+ .el-form-items.sticky > :last-child:not(:first-child) [class*=__content] .el-button, .el-form-items.sticky > :last-child:not(:first-child).el-button {
9002
9016
  border-top-left-radius: 0;
9003
9017
  border-bottom-left-radius: 0;
9004
9018
  margin-left: -1px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.214",
3
+ "version": "2.4.216",
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": {