@timus-networks/theme 2.4.48 → 2.4.50

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.48",
4
+ "version": "2.4.50",
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.48";
14
+ const version = "2.4.50";
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",
@@ -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);
@@ -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;
@@ -16724,6 +16726,7 @@ mark.el-text {
16724
16726
  background: var(--el-text-color-primary);
16725
16727
  border: 1px solid var(--el-text-color-primary);
16726
16728
  padding: 12px;
16729
+ max-width: 450px;
16727
16730
  }
16728
16731
  .el-popper.is-dark .el-popper__arrow::before {
16729
16732
  border: 1px solid var(--el-text-color-primary);
@@ -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');
@@ -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;
@@ -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;
@@ -320,6 +320,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
320
320
  background: var(--el-text-color-primary);
321
321
  border: 1px solid var(--el-text-color-primary);
322
322
  padding: 12px;
323
+ max-width: 450px;
323
324
  }
324
325
  .el-popper.is-dark .el-popper__arrow::before {
325
326
  border: 1px solid var(--el-text-color-primary);
@@ -25,6 +25,7 @@
25
25
  background: getCssVar('text-color', 'primary');
26
26
  border: 1px solid getCssVar('text-color', 'primary');
27
27
  padding: 12px;
28
+ max-width: 450px;
28
29
 
29
30
  #{$arrow-selector}::before {
30
31
  border: 1px solid getCssVar('text-color', 'primary');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.48",
3
+ "version": "2.4.50",
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",