@timus-networks/theme 2.4.80 → 2.4.82

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.80",
4
+ "version": "2.4.82",
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.80";
14
+ const version = "2.4.82";
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 = {
@@ -14030,7 +14030,10 @@ h6,
14030
14030
  .el-table tr {
14031
14031
  background-color: var(--el-table-tr-bg-color);
14032
14032
  }
14033
- .el-table tr input[type=checkbox] {
14033
+ .el-table tr .el-checkbox {
14034
+ max-height: 20px;
14035
+ }
14036
+ .el-table tr .el-checkbox input[type=checkbox] {
14034
14037
  margin: 0;
14035
14038
  }
14036
14039
  .el-table th.el-table__cell.is-leaf,
@@ -14230,7 +14233,7 @@ h6,
14230
14233
  width: 2px;
14231
14234
  top: 0px;
14232
14235
  }
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 {
14236
+ .el-table__header-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::before, .el-table__body-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::before {
14234
14237
  top: 3px;
14235
14238
  }
14236
14239
  .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 {
@@ -15292,6 +15295,7 @@ h6,
15292
15295
  border-radius: var(--el-tag-border-radius);
15293
15296
  box-sizing: border-box;
15294
15297
  white-space: nowrap;
15298
+ transition: none;
15295
15299
  --el-icon-size: 14px;
15296
15300
  --el-tag-bg-color: var(--el-color-primary-light-1);
15297
15301
  --el-tag-border-color: var(--el-color-primary-light-4);
@@ -528,7 +528,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
528
528
  .el-table tr {
529
529
  background-color: var(--el-table-tr-bg-color);
530
530
  }
531
- .el-table tr input[type=checkbox] {
531
+ .el-table tr .el-checkbox {
532
+ max-height: 20px;
533
+ }
534
+ .el-table tr .el-checkbox input[type=checkbox] {
532
535
  margin: 0;
533
536
  }
534
537
  .el-table th.el-table__cell.is-leaf,
@@ -728,7 +731,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
728
731
  width: 2px;
729
732
  top: 0px;
730
733
  }
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 {
734
+ .el-table__header-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::before, .el-table__body-wrapper .el-table-column--selection .el-checkbox .is-indeterminate .el-checkbox__inner::before {
732
735
  top: 3px;
733
736
  }
734
737
  .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 {
@@ -265,8 +265,12 @@
265
265
  tr {
266
266
  background-color: getCssVar('table-tr-bg-color');
267
267
 
268
- input[type='checkbox'] {
269
- margin: 0;
268
+ .#{$namespace}-checkbox {
269
+ max-height: 20px;
270
+
271
+ input[type='checkbox'] {
272
+ margin: 0;
273
+ }
270
274
  }
271
275
  }
272
276
 
@@ -496,7 +500,7 @@
496
500
 
497
501
  .is-indeterminate {
498
502
  .#{$namespace}-checkbox__inner {
499
- &::after {
503
+ &::before {
500
504
  top: 3px;
501
505
  }
502
506
  }
@@ -323,6 +323,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
323
323
  border-radius: var(--el-tag-border-radius);
324
324
  box-sizing: border-box;
325
325
  white-space: nowrap;
326
+ transition: none;
326
327
  --el-icon-size: 14px;
327
328
  --el-tag-bg-color: var(--el-color-primary-light-1);
328
329
  --el-tag-border-color: var(--el-color-primary-light-4);
@@ -66,6 +66,7 @@ $tag-icon-span-gap: map.merge(
66
66
  border-radius: getCssVar('tag-border-radius');
67
67
  box-sizing: border-box;
68
68
  white-space: nowrap;
69
+ transition: none;
69
70
 
70
71
  @include set-css-var-value('icon-size', 14px);
71
72
  @include genTheme('light-1', 'light-4', '');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.80",
3
+ "version": "2.4.82",
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": {