@timus-networks/theme 2.4.79 → 2.4.80

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.79",
4
+ "version": "2.4.80",
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.79";
14
+ const version = "2.4.80";
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 = {
@@ -14230,7 +14230,7 @@ h6,
14230
14230
  width: 2px;
14231
14231
  top: 0px;
14232
14232
  }
14233
- .el-table__header-wrapper .el-table-column--selection .el-checkbox .is-indeterminate::after, .el-table__body-wrapper .el-table-column--selection .el-checkbox .is-indeterminate::after {
14233
+ .el-table__header-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::after, .el-table__body-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::after {
14234
14234
  top: 3px;
14235
14235
  }
14236
14236
  .el-table__header-wrapper .el-table-column--selection + td > .cell, .el-table__header-wrapper .el-table-column--selection + th > .cell, .el-table__body-wrapper .el-table-column--selection + td > .cell, .el-table__body-wrapper .el-table-column--selection + th > .cell {
@@ -728,7 +728,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
728
728
  width: 2px;
729
729
  top: 0px;
730
730
  }
731
- .el-table__header-wrapper .el-table-column--selection .el-checkbox .is-indeterminate::after, .el-table__body-wrapper .el-table-column--selection .el-checkbox .is-indeterminate::after {
731
+ .el-table__header-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::after, .el-table__body-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::after {
732
732
  top: 3px;
733
733
  }
734
734
  .el-table__header-wrapper .el-table-column--selection + td > .cell, .el-table__header-wrapper .el-table-column--selection + th > .cell, .el-table__body-wrapper .el-table-column--selection + td > .cell, .el-table__body-wrapper .el-table-column--selection + th > .cell {
@@ -495,8 +495,10 @@
495
495
  }
496
496
 
497
497
  .is-indeterminate {
498
- &::after {
499
- top: 3px;
498
+ .#{$namespace}-checkbox__inner {
499
+ &::after {
500
+ top: 3px;
501
+ }
500
502
  }
501
503
  }
502
504
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.79",
3
+ "version": "2.4.80",
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": {