@timus-networks/theme 2.4.46 → 2.4.48
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.48";
|
|
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 = {
|
|
@@ -16723,6 +16723,7 @@ mark.el-text {
|
|
|
16723
16723
|
color: var(--el-bg-color);
|
|
16724
16724
|
background: var(--el-text-color-primary);
|
|
16725
16725
|
border: 1px solid var(--el-text-color-primary);
|
|
16726
|
+
padding: 12px;
|
|
16726
16727
|
}
|
|
16727
16728
|
.el-popper.is-dark .el-popper__arrow::before {
|
|
16728
16729
|
border: 1px solid var(--el-text-color-primary);
|
|
@@ -319,6 +319,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
319
319
|
color: var(--el-bg-color);
|
|
320
320
|
background: var(--el-text-color-primary);
|
|
321
321
|
border: 1px solid var(--el-text-color-primary);
|
|
322
|
+
padding: 12px;
|
|
322
323
|
}
|
|
323
324
|
.el-popper.is-dark .el-popper__arrow::before {
|
|
324
325
|
border: 1px solid var(--el-text-color-primary);
|
package/package.json
CHANGED