@timus-networks/theme 2.4.73 → 2.4.74
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.74";
|
|
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 = {
|
|
@@ -13824,7 +13824,7 @@ h6,
|
|
|
13824
13824
|
height: fit-content;
|
|
13825
13825
|
max-width: 100%;
|
|
13826
13826
|
background-color: var(--el-table-bg-color);
|
|
13827
|
-
font-size: var(--el-table-font-size
|
|
13827
|
+
font-size: var(--el-table-font-size);
|
|
13828
13828
|
font-weight: var(--el-table-font-weight-body);
|
|
13829
13829
|
color: var(--el-table-text-color);
|
|
13830
13830
|
overflow: initial;
|
|
@@ -13969,7 +13969,7 @@ h6,
|
|
|
13969
13969
|
min-width: 50px;
|
|
13970
13970
|
}
|
|
13971
13971
|
.el-table .cell .el-link {
|
|
13972
|
-
font-size: var(--el-table-font-size
|
|
13972
|
+
font-size: var(--el-table-font-size);
|
|
13973
13973
|
line-height: 16px;
|
|
13974
13974
|
}
|
|
13975
13975
|
.el-table .cell .more-icon {
|
|
@@ -327,7 +327,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
327
327
|
height: fit-content;
|
|
328
328
|
max-width: 100%;
|
|
329
329
|
background-color: var(--el-table-bg-color);
|
|
330
|
-
font-size: var(--el-table-font-size
|
|
330
|
+
font-size: var(--el-table-font-size);
|
|
331
331
|
font-weight: var(--el-table-font-weight-body);
|
|
332
332
|
color: var(--el-table-text-color);
|
|
333
333
|
overflow: initial;
|
|
@@ -472,7 +472,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
472
472
|
min-width: 50px;
|
|
473
473
|
}
|
|
474
474
|
.el-table .cell .el-link {
|
|
475
|
-
font-size: var(--el-table-font-size
|
|
475
|
+
font-size: var(--el-table-font-size);
|
|
476
476
|
line-height: 16px;
|
|
477
477
|
}
|
|
478
478
|
.el-table .cell .more-icon {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
// width: calc(100% - 48px) !important;
|
|
17
17
|
max-width: 100%;
|
|
18
18
|
background-color: getCssVar('table-bg-color');
|
|
19
|
-
font-size: getCssVar('table-font-size
|
|
19
|
+
font-size: getCssVar('table-font-size');
|
|
20
20
|
font-weight: getCssVar('table-font-weight-body');
|
|
21
21
|
color: getCssVar('table-text-color');
|
|
22
22
|
overflow: initial;
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.el-link {
|
|
226
|
-
font-size: getCssVar('table-font-size
|
|
226
|
+
font-size: getCssVar('table-font-size');
|
|
227
227
|
line-height: 16px;
|
|
228
228
|
}
|
|
229
229
|
|
package/package.json
CHANGED