@timus-networks/theme 2.4.239 → 2.4.240

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.238",
4
+ "version": "2.4.239",
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.238";
14
+ const version = "2.4.239";
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 = {
@@ -15107,7 +15107,7 @@ heights > $common-component-size
15107
15107
  margin-left: 0;
15108
15108
  padding-left: 0;
15109
15109
  }
15110
- .el-table .el-table__cell:last-of-type .cell {
15110
+ .el-table .el-table__cell:last-of-type:not(:first-of-type) .cell {
15111
15111
  padding-right: 0;
15112
15112
  padding-left: 12px;
15113
15113
  }
@@ -16005,6 +16005,7 @@ heights > $common-component-size
16005
16005
  overflow: hidden;
16006
16006
  position: relative;
16007
16007
  flex-grow: 1;
16008
+ min-height: 1px;
16008
16009
  }
16009
16010
 
16010
16011
  .el-tabs--top > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom > .el-tabs__header .el-tabs__item:nth-child(2) {
@@ -14215,7 +14215,7 @@ h6,
14215
14215
  margin-left: 0;
14216
14216
  padding-left: 0;
14217
14217
  }
14218
- .el-table .el-table__cell:last-of-type .cell {
14218
+ .el-table .el-table__cell:last-of-type:not(:first-of-type) .cell {
14219
14219
  padding-right: 0;
14220
14220
  padding-left: 12px;
14221
14221
  }
@@ -15113,6 +15113,7 @@ h6,
15113
15113
  overflow: hidden;
15114
15114
  position: relative;
15115
15115
  flex-grow: 1;
15116
+ min-height: 1px;
15116
15117
  }
15117
15118
 
15118
15119
  .el-tabs--top > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom > .el-tabs__header .el-tabs__item:nth-child(2) {
@@ -467,7 +467,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
467
467
  margin-left: 0;
468
468
  padding-left: 0;
469
469
  }
470
- .el-table .el-table__cell:last-of-type .cell {
470
+ .el-table .el-table__cell:last-of-type:not(:first-of-type) .cell {
471
471
  padding-right: 0;
472
472
  padding-left: 12px;
473
473
  }
@@ -219,7 +219,7 @@
219
219
  }
220
220
  }
221
221
 
222
- &:last-of-type {
222
+ &:last-of-type:not(:first-of-type) {
223
223
  .cell {
224
224
  padding-right: 0;
225
225
  // padding-left: 0;
@@ -470,6 +470,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
470
470
  overflow: hidden;
471
471
  position: relative;
472
472
  flex-grow: 1;
473
+ min-height: 1px;
473
474
  }
474
475
 
475
476
  .el-tabs--top > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom > .el-tabs__header .el-tabs__item:nth-child(2) {
@@ -176,6 +176,7 @@
176
176
  overflow: hidden;
177
177
  position: relative;
178
178
  flex-grow: 1;
179
+ min-height: 1px;
179
180
  }
180
181
  @include m((top, bottom)) {
181
182
  > .#{$namespace}-tabs__header {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.239",
3
+ "version": "2.4.240",
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": {