@timus-networks/theme 2.4.234 → 2.4.236

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.233",
4
+ "version": "2.4.235",
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.233";
14
+ const version = "2.4.235";
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 = {
@@ -9076,7 +9076,7 @@ heights > $common-component-size
9076
9076
  font-size: 10px;
9077
9077
  height: 28px;
9078
9078
  }
9079
- .el-descriptions.strech .el-descriptions__table .el-descriptions__cell:not(.is-bordered-content) {
9079
+ .el-descriptions.strech .el-descriptions__table .el-descriptions__cell:not(.is-bordered-content):not(.is-bordered-label) {
9080
9080
  display: flex;
9081
9081
  align-items: center;
9082
9082
  justify-content: space-between;
@@ -10027,6 +10027,7 @@ heights > $common-component-size
10027
10027
  border-top-left-radius: 0;
10028
10028
  border-bottom-left-radius: 0;
10029
10029
  margin-left: -1px;
10030
+ z-index: 1;
10030
10031
  }
10031
10032
  .el-form-items.sticky [class*=__wrapper]:hover, .el-form-items.sticky [class*=__wrapper].is-focused, .el-form-items.sticky [class*=__wrapper].is-focus, .el-form-items.sticky [class*=__wrapper].is-hovering {
10032
10033
  z-index: 1;
@@ -408,7 +408,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
408
408
  font-size: 10px;
409
409
  height: 28px;
410
410
  }
411
- .el-descriptions.strech .el-descriptions__table .el-descriptions__cell:not(.is-bordered-content) {
411
+ .el-descriptions.strech .el-descriptions__table .el-descriptions__cell:not(.is-bordered-content):not(.is-bordered-label) {
412
412
  display: flex;
413
413
  align-items: center;
414
414
  justify-content: space-between;
@@ -175,7 +175,7 @@ $descriptions-cell-font-size: map.merge(
175
175
 
176
176
  &.strech {
177
177
  .#{$namespace}-descriptions__table {
178
- .#{$namespace}-descriptions__cell:not(.is-bordered-content) {
178
+ .#{$namespace}-descriptions__cell:not(.is-bordered-content):not(.is-bordered-label) {
179
179
  display: flex;
180
180
  align-items: center;
181
181
  justify-content: space-between;
@@ -531,6 +531,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
531
531
  border-top-left-radius: 0;
532
532
  border-bottom-left-radius: 0;
533
533
  margin-left: -1px;
534
+ z-index: 1;
534
535
  }
535
536
  .el-form-items.sticky [class*=__wrapper]:hover, .el-form-items.sticky [class*=__wrapper].is-focused, .el-form-items.sticky [class*=__wrapper].is-focus, .el-form-items.sticky [class*=__wrapper].is-hovering {
536
537
  z-index: 1;
@@ -293,6 +293,7 @@ $form-item-label-top-margin-bottom: map.merge(
293
293
  border-top-left-radius: 0;
294
294
  border-bottom-left-radius: 0;
295
295
  margin-left: -1px;
296
+ z-index: 1;
296
297
  }
297
298
  }
298
299
 
@@ -8073,7 +8073,7 @@ heights > $common-component-size
8073
8073
  font-size: 10px;
8074
8074
  height: 28px;
8075
8075
  }
8076
- .el-descriptions.strech .el-descriptions__table .el-descriptions__cell:not(.is-bordered-content) {
8076
+ .el-descriptions.strech .el-descriptions__table .el-descriptions__cell:not(.is-bordered-content):not(.is-bordered-label) {
8077
8077
  display: flex;
8078
8078
  align-items: center;
8079
8079
  justify-content: space-between;
@@ -9024,6 +9024,7 @@ heights > $common-component-size
9024
9024
  border-top-left-radius: 0;
9025
9025
  border-bottom-left-radius: 0;
9026
9026
  margin-left: -1px;
9027
+ z-index: 1;
9027
9028
  }
9028
9029
  .el-form-items.sticky [class*=__wrapper]:hover, .el-form-items.sticky [class*=__wrapper].is-focused, .el-form-items.sticky [class*=__wrapper].is-focus, .el-form-items.sticky [class*=__wrapper].is-hovering {
9029
9030
  z-index: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.234",
3
+ "version": "2.4.236",
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": {