@timus-networks/theme 2.4.143 → 2.4.145

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.142",
4
+ "version": "2.4.144",
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.142";
14
+ const version = "2.4.144";
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 = {
@@ -1735,7 +1735,7 @@ body {
1735
1735
 
1736
1736
  .el-alert__title {
1737
1737
  font-size: var(--el-alert-title-font-size);
1738
- line-height: 24px;
1738
+ line-height: 18px;
1739
1739
  }
1740
1740
  .el-alert__title.with-description {
1741
1741
  font-size: var(--el-alert-title-with-description-font-size);
@@ -4293,7 +4293,9 @@ heights > $common-component-size
4293
4293
  }
4294
4294
 
4295
4295
  .el-checkbox__inner {
4296
- display: inline-block;
4296
+ display: flex;
4297
+ align-items: center;
4298
+ justify-content: center;
4297
4299
  position: relative;
4298
4300
  border: var(--el-checkbox-input-border);
4299
4301
  border-radius: var(--el-checkbox-border-radius);
@@ -4314,9 +4316,7 @@ heights > $common-component-size
4314
4316
  border-left: 0;
4315
4317
  border-top: 0;
4316
4318
  height: 7px;
4317
- left: 4px;
4318
- position: absolute;
4319
- top: 1px;
4319
+ top: -1px;
4320
4320
  transform: rotate(45deg) scaleY(0);
4321
4321
  width: 3px;
4322
4322
  transition: transform 0.15s ease-in 0.05s;
@@ -15024,6 +15024,7 @@ heights > $common-component-size
15024
15024
  line-height: 20px;
15025
15025
  padding: 0 12px;
15026
15026
  align-items: center;
15027
+ line-height: 1;
15027
15028
  gap: 2px;
15028
15029
  white-space: nowrap;
15029
15030
  }
@@ -483,7 +483,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
483
483
 
484
484
  .el-alert__title {
485
485
  font-size: var(--el-alert-title-font-size);
486
- line-height: 24px;
486
+ line-height: 18px;
487
487
  }
488
488
  .el-alert__title.with-description {
489
489
  font-size: var(--el-alert-title-with-description-font-size);
@@ -5,7 +5,6 @@
5
5
  @include b(alert) {
6
6
  @include set-component-css-var('alert', $alert);
7
7
  position: relative;
8
-
9
8
  width: 100%;
10
9
  padding: 8px 16px;
11
10
  margin: 0;
@@ -122,7 +121,7 @@
122
121
 
123
122
  @include e(title) {
124
123
  font-size: getCssVar('alert', 'title-font-size');
125
- line-height: 24px;
124
+ line-height: 18px;
126
125
 
127
126
  &.with-description {
128
127
  font-size: getCssVar('alert', 'title-with-description-font-size');
@@ -472,7 +472,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
472
472
  }
473
473
 
474
474
  .el-checkbox__inner {
475
- display: inline-block;
475
+ display: flex;
476
+ align-items: center;
477
+ justify-content: center;
476
478
  position: relative;
477
479
  border: var(--el-checkbox-input-border);
478
480
  border-radius: var(--el-checkbox-border-radius);
@@ -493,9 +495,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
493
495
  border-left: 0;
494
496
  border-top: 0;
495
497
  height: 7px;
496
- left: 4px;
497
- position: absolute;
498
- top: 1px;
498
+ top: -1px;
499
499
  transform: rotate(45deg) scaleY(0);
500
500
  width: 3px;
501
501
  transition: transform 0.15s ease-in 0.05s;
@@ -193,7 +193,9 @@ $checkbox-bordered-input-width: map.merge($checkbox-bordered-input-height, $chec
193
193
  }
194
194
 
195
195
  @include e(inner) {
196
- display: inline-block;
196
+ display: flex;
197
+ align-items: center;
198
+ justify-content: center;
197
199
  position: relative;
198
200
  border: getCssVar('checkbox-input-border');
199
201
  border-radius: getCssVar('checkbox-border-radius');
@@ -218,9 +220,7 @@ $checkbox-bordered-input-width: map.merge($checkbox-bordered-input-height, $chec
218
220
  border-left: 0;
219
221
  border-top: 0;
220
222
  height: 7px;
221
- left: 4px;
222
- position: absolute;
223
- top: 1px;
223
+ top: -1px;
224
224
  transform: rotate(45deg) scaleY(0);
225
225
  width: 3px;
226
226
  transition: transform 0.15s ease-in 0.05s;
@@ -738,7 +738,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
738
738
 
739
739
  .el-alert__title {
740
740
  font-size: var(--el-alert-title-font-size);
741
- line-height: 24px;
741
+ line-height: 18px;
742
742
  }
743
743
  .el-alert__title.with-description {
744
744
  font-size: var(--el-alert-title-with-description-font-size);
@@ -3296,7 +3296,9 @@ heights > $common-component-size
3296
3296
  }
3297
3297
 
3298
3298
  .el-checkbox__inner {
3299
- display: inline-block;
3299
+ display: flex;
3300
+ align-items: center;
3301
+ justify-content: center;
3300
3302
  position: relative;
3301
3303
  border: var(--el-checkbox-input-border);
3302
3304
  border-radius: var(--el-checkbox-border-radius);
@@ -3317,9 +3319,7 @@ heights > $common-component-size
3317
3319
  border-left: 0;
3318
3320
  border-top: 0;
3319
3321
  height: 7px;
3320
- left: 4px;
3321
- position: absolute;
3322
- top: 1px;
3322
+ top: -1px;
3323
3323
  transform: rotate(45deg) scaleY(0);
3324
3324
  width: 3px;
3325
3325
  transition: transform 0.15s ease-in 0.05s;
@@ -14138,6 +14138,7 @@ h6,
14138
14138
  line-height: 20px;
14139
14139
  padding: 0 12px;
14140
14140
  align-items: center;
14141
+ line-height: 1;
14141
14142
  gap: 2px;
14142
14143
  white-space: nowrap;
14143
14144
  }
@@ -472,6 +472,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
472
472
  line-height: 20px;
473
473
  padding: 0 12px;
474
474
  align-items: center;
475
+ line-height: 1;
475
476
  gap: 2px;
476
477
  white-space: nowrap;
477
478
  }
@@ -225,7 +225,8 @@
225
225
  line-height: 20px;
226
226
  padding: 0 12px;
227
227
  align-items: center;
228
- // display: flex; // bunu eklersem truncate etmiyor
228
+ // display: flex; // bunu eklersem truncate etmiyor o yüzden aşağıdaki line-height: 1 i ekledim çözüldü
229
+ line-height: 1;
229
230
  gap: 2px;
230
231
  white-space: nowrap;
231
232
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.143",
3
+ "version": "2.4.145",
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": {