@timus-networks/theme 2.4.76 → 2.4.77

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.76",
4
+ "version": "2.4.77",
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.76";
14
+ const version = "2.4.77";
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 = {
@@ -14214,6 +14214,10 @@ h6,
14214
14214
  .el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
14215
14215
  height: unset;
14216
14216
  }
14217
+ .el-table__header-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner, .el-table__body-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner {
14218
+ width: 12px;
14219
+ height: 12px;
14220
+ }
14217
14221
  .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 {
14218
14222
  padding-left: 4px;
14219
14223
  }
@@ -715,6 +715,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
715
715
  .el-table__header-wrapper .el-table-column--selection .el-checkbox, .el-table__body-wrapper .el-table-column--selection .el-checkbox {
716
716
  height: unset;
717
717
  }
718
+ .el-table__header-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner, .el-table__body-wrapper .el-table-column--selection .el-checkbox .el-checkbox__inner {
719
+ width: 12px;
720
+ height: 12px;
721
+ }
718
722
  .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 {
719
723
  padding-left: 4px;
720
724
  }
@@ -478,6 +478,11 @@
478
478
 
479
479
  .#{$namespace}-checkbox {
480
480
  height: unset;
481
+
482
+ .#{$namespace}-checkbox__inner {
483
+ width: 12px;
484
+ height: 12px;
485
+ }
481
486
  }
482
487
 
483
488
  & + td,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.76",
3
+ "version": "2.4.77",
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": {