@timus-networks/theme 2.4.49 → 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.49",
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.49";
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 = {
@@ -44,7 +44,7 @@ const scripts = {
44
44
  };
45
45
  const repository = {
46
46
  type: "git",
47
- url: "https://bitbucket.org/timus-networks/timus.modules.git"
47
+ url: "https://bitbucket.org/timus-networks/upgrade.modules.git"
48
48
  };
49
49
  const keywords = [
50
50
  "nuxt",
@@ -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);
@@ -9645,6 +9645,7 @@ heights > $common-component-size
9645
9645
  cursor: pointer;
9646
9646
  font-size: 13px;
9647
9647
  user-select: none;
9648
+ z-index: 2;
9648
9649
  }
9649
9650
  .el-input-number__increase:hover, .el-input-number__decrease:hover {
9650
9651
  color: var(--el-color-primary);
@@ -10367,7 +10368,7 @@ heights > $common-component-size
10367
10368
  --el-messagebox-box-shadow: var(--el-box-shadow);
10368
10369
  --el-messagebox-font-size: var(--el-font-size-large);
10369
10370
  --el-messagebox-content-font-size: var(--el-font-size-base);
10370
- --el-messagebox-content-color: var(--el-text-color-regular);
10371
+ --el-messagebox-content-color: var(--el-color-neutral-light-7);
10371
10372
  --el-messagebox-error-font-size: 12px;
10372
10373
  --el-messagebox-padding-primary: 24px;
10373
10374
  --el-messagebox-font-line-height: var(--el-font-line-height-primary);
@@ -10389,6 +10390,7 @@ heights > $common-component-size
10389
10390
  backface-visibility: hidden;
10390
10391
  box-sizing: border-box;
10391
10392
  overflow-wrap: break-word;
10393
+ min-width: 630px;
10392
10394
  }
10393
10395
  .el-message-box:focus {
10394
10396
  outline: none !important;
@@ -10424,6 +10426,7 @@ heights > $common-component-size
10424
10426
  font-size: var(--el-messagebox-font-size);
10425
10427
  line-height: var(--el-messagebox-font-line-height);
10426
10428
  color: var(--el-messagebox-title-color);
10429
+ font-weight: 500;
10427
10430
  }
10428
10431
  .el-message-box__title span:not(:empty) {
10429
10432
  display: block;
@@ -10463,6 +10466,7 @@ heights > $common-component-size
10463
10466
  display: flex;
10464
10467
  align-items: center;
10465
10468
  gap: 12px;
10469
+ color: var(--el-color-neutral-light-7);
10466
10470
  }
10467
10471
 
10468
10472
  .el-message-box__input {
@@ -335,6 +335,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
335
335
  cursor: pointer;
336
336
  font-size: 13px;
337
337
  user-select: none;
338
+ z-index: 2;
338
339
  }
339
340
  .el-input-number__increase:hover, .el-input-number__decrease:hover {
340
341
  color: var(--el-color-primary);
@@ -46,6 +46,7 @@
46
46
  cursor: pointer;
47
47
  font-size: 13px;
48
48
  user-select: none;
49
+ z-index: 2;
49
50
 
50
51
  &:hover {
51
52
  color: getCssVar('color-primary');
@@ -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);
@@ -366,6 +366,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
366
366
  backface-visibility: hidden;
367
367
  box-sizing: border-box;
368
368
  overflow-wrap: break-word;
369
+ min-width: 630px;
369
370
  }
370
371
  .el-message-box:focus {
371
372
  outline: none !important;
@@ -401,6 +402,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
401
402
  font-size: var(--el-messagebox-font-size);
402
403
  line-height: var(--el-messagebox-font-line-height);
403
404
  color: var(--el-messagebox-title-color);
405
+ font-weight: 500;
404
406
  }
405
407
  .el-message-box__title span:not(:empty) {
406
408
  display: block;
@@ -440,6 +442,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
440
442
  display: flex;
441
443
  align-items: center;
442
444
  gap: 12px;
445
+ color: var(--el-color-neutral-light-7);
443
446
  }
444
447
 
445
448
  .el-message-box__input {
@@ -26,6 +26,7 @@
26
26
  // To avoid small screen overflowing, see #11919
27
27
  box-sizing: border-box;
28
28
  overflow-wrap: break-word;
29
+ min-width: 630px;
29
30
 
30
31
  &:focus {
31
32
  outline: none !important;
@@ -71,6 +72,7 @@
71
72
  font-size: getCssVar('messagebox-font-size');
72
73
  line-height: getCssVar('messagebox-font-line-height');
73
74
  color: getCssVar('messagebox-title-color');
75
+ font-weight: 500;
74
76
 
75
77
  span:not(:empty) {
76
78
  display: block;
@@ -116,6 +118,7 @@
116
118
  display: flex;
117
119
  align-items: center;
118
120
  gap: 12px;
121
+ color: var(--el-color-neutral-light-7);
119
122
  }
120
123
 
121
124
  @include e(input) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.49",
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": {
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "repository": {
47
47
  "type": "git",
48
- "url": "https://bitbucket.org/timus-networks/timus.modules.git"
48
+ "url": "https://bitbucket.org/timus-networks/upgrade.modules.git"
49
49
  },
50
50
  "keywords": [
51
51
  "nuxt",