@timus-networks/theme 2.4.50 → 2.4.51

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.50",
4
+ "version": "2.4.51",
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.50";
14
+ const version = "2.4.51";
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 = {
@@ -561,7 +561,7 @@ $messagebox: map.merge(
561
561
  'box-shadow': getCssVar('box-shadow'),
562
562
  'font-size': getCssVar('font-size-large'),
563
563
  'content-font-size': getCssVar('font-size-base'),
564
- 'content-color': getCssVar('text-color-regular'),
564
+ 'content-color': getCssVar('color', 'neutral-light-7'),
565
565
  'error-font-size': 12px,
566
566
  'padding-primary': 24px,
567
567
  'font-line-height': getCssVar('font-line-height-primary'),
@@ -849,7 +849,7 @@ $dialog: map.merge(
849
849
  'content-font-size': 14px,
850
850
  'content-line-height': 22px,
851
851
  'padding-primary': 24px,
852
- 'border-radius': 4px,
852
+ 'border-radius': 16px,
853
853
  ),
854
854
  $dialog
855
855
  );
@@ -347,7 +347,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
347
347
  --el-dialog-content-font-size: 14px;
348
348
  --el-dialog-content-line-height: 22px;
349
349
  --el-dialog-padding-primary: 24px;
350
- --el-dialog-border-radius: 4px;
350
+ --el-dialog-border-radius: 16px;
351
351
  position: relative;
352
352
  margin: var(--el-dialog-margin-top, 15vh) auto 50px;
353
353
  background: var(--el-dialog-bg-color);
@@ -8131,7 +8131,7 @@ heights > $common-component-size
8131
8131
  --el-dialog-content-font-size: 14px;
8132
8132
  --el-dialog-content-line-height: 22px;
8133
8133
  --el-dialog-padding-primary: 24px;
8134
- --el-dialog-border-radius: 4px;
8134
+ --el-dialog-border-radius: 16px;
8135
8135
  position: relative;
8136
8136
  margin: var(--el-dialog-margin-top, 15vh) auto 50px;
8137
8137
  background: var(--el-dialog-bg-color);
@@ -10368,7 +10368,7 @@ heights > $common-component-size
10368
10368
  --el-messagebox-box-shadow: var(--el-box-shadow);
10369
10369
  --el-messagebox-font-size: var(--el-font-size-large);
10370
10370
  --el-messagebox-content-font-size: var(--el-font-size-base);
10371
- --el-messagebox-content-color: var(--el-text-color-regular);
10371
+ --el-messagebox-content-color: var(--el-color-neutral-light-7);
10372
10372
  --el-messagebox-error-font-size: 12px;
10373
10373
  --el-messagebox-padding-primary: 24px;
10374
10374
  --el-messagebox-font-line-height: var(--el-font-line-height-primary);
@@ -10426,6 +10426,7 @@ heights > $common-component-size
10426
10426
  font-size: var(--el-messagebox-font-size);
10427
10427
  line-height: var(--el-messagebox-font-line-height);
10428
10428
  color: var(--el-messagebox-title-color);
10429
+ font-weight: 500;
10429
10430
  }
10430
10431
  .el-message-box__title span:not(:empty) {
10431
10432
  display: block;
@@ -10465,6 +10466,7 @@ heights > $common-component-size
10465
10466
  display: flex;
10466
10467
  align-items: center;
10467
10468
  gap: 12px;
10469
+ color: var(--el-color-neutral-light-7);
10468
10470
  }
10469
10471
 
10470
10472
  .el-message-box__input {
@@ -344,7 +344,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
344
344
  --el-messagebox-box-shadow: var(--el-box-shadow);
345
345
  --el-messagebox-font-size: var(--el-font-size-large);
346
346
  --el-messagebox-content-font-size: var(--el-font-size-base);
347
- --el-messagebox-content-color: var(--el-text-color-regular);
347
+ --el-messagebox-content-color: var(--el-color-neutral-light-7);
348
348
  --el-messagebox-error-font-size: 12px;
349
349
  --el-messagebox-padding-primary: 24px;
350
350
  --el-messagebox-font-line-height: var(--el-font-line-height-primary);
@@ -402,6 +402,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
402
402
  font-size: var(--el-messagebox-font-size);
403
403
  line-height: var(--el-messagebox-font-line-height);
404
404
  color: var(--el-messagebox-title-color);
405
+ font-weight: 500;
405
406
  }
406
407
  .el-message-box__title span:not(:empty) {
407
408
  display: block;
@@ -441,6 +442,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
441
442
  display: flex;
442
443
  align-items: center;
443
444
  gap: 12px;
445
+ color: var(--el-color-neutral-light-7);
444
446
  }
445
447
 
446
448
  .el-message-box__input {
@@ -72,6 +72,7 @@
72
72
  font-size: getCssVar('messagebox-font-size');
73
73
  line-height: getCssVar('messagebox-font-line-height');
74
74
  color: getCssVar('messagebox-title-color');
75
+ font-weight: 500;
75
76
 
76
77
  span:not(:empty) {
77
78
  display: block;
@@ -117,6 +118,7 @@
117
118
  display: flex;
118
119
  align-items: center;
119
120
  gap: 12px;
121
+ color: var(--el-color-neutral-light-7);
120
122
  }
121
123
 
122
124
  @include e(input) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.50",
3
+ "version": "2.4.51",
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": {