@timus-networks/theme 2.4.49 → 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 +2 -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/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;
|
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",
|