@timus-networks/theme 2.4.61 → 2.4.62
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
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.62";
|
|
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 = {
|
|
@@ -10608,7 +10608,7 @@ heights > $common-component-size
|
|
|
10608
10608
|
gap: 4px;
|
|
10609
10609
|
color: var(--el-message-text-color);
|
|
10610
10610
|
box-shadow: var(--el-box-shadow-light);
|
|
10611
|
-
z-index: 99999;
|
|
10611
|
+
z-index: 99999 !important;
|
|
10612
10612
|
}
|
|
10613
10613
|
.el-message.is-center {
|
|
10614
10614
|
justify-content: center;
|
|
@@ -331,7 +331,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
331
331
|
gap: 4px;
|
|
332
332
|
color: var(--el-message-text-color);
|
|
333
333
|
box-shadow: var(--el-box-shadow-light);
|
|
334
|
-
z-index: 99999;
|
|
334
|
+
z-index: 99999 !important;
|
|
335
335
|
}
|
|
336
336
|
.el-message.is-center {
|
|
337
337
|
justify-content: center;
|
package/package.json
CHANGED