@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 +1 -1
- package/dist/module.mjs +2 -2
- package/dist/runtime/public/scss/element-plus/index.css +3 -0
- package/dist/runtime/public/scss/element-plus/input-number.css +1 -0
- package/dist/runtime/public/scss/element-plus/input-number.scss +1 -0
- package/dist/runtime/public/scss/element-plus/message-box.css +1 -0
- package/dist/runtime/public/scss/element-plus/message-box.scss +1 -0
- package/dist/runtime/public/scss/element-plus/popper.css +1 -0
- package/dist/runtime/public/scss/element-plus/popper.scss +1 -0
- package/package.json +2 -2
package/dist/module.json
CHANGED
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.
|
|
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/
|
|
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);
|
|
@@ -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);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@timus-networks/theme",
|
|
3
|
-
"version": "2.4.
|
|
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/
|
|
48
|
+
"url": "https://bitbucket.org/timus-networks/upgrade.modules.git"
|
|
49
49
|
},
|
|
50
50
|
"keywords": [
|
|
51
51
|
"nuxt",
|