@timus-networks/theme 2.4.255 → 2.4.256
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 +1 -1
- package/dist/runtime/assets/scss/main.css +1 -1
- package/dist/runtime/public/scss/element-plus/common/var.scss +1 -1
- package/dist/runtime/public/scss/element-plus/descriptions.css +1 -1
- package/dist/runtime/public/scss/element-plus/descriptions.scss +1 -0
- package/dist/runtime/public/scss/element-plus/index.css +1 -1
- package/package.json +1 -1
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.255";
|
|
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 = {
|
|
@@ -8969,7 +8969,7 @@ heights > $common-component-size
|
|
|
8969
8969
|
}
|
|
8970
8970
|
|
|
8971
8971
|
.el-descriptions {
|
|
8972
|
-
--el-descriptions-table-border-color: var(--el-
|
|
8972
|
+
--el-descriptions-table-border-color: var(--el-color-neutral-light-2);
|
|
8973
8973
|
--el-descriptions-item-bordered-label-background: var(--el-fill-color-light);
|
|
8974
8974
|
box-sizing: border-box;
|
|
8975
8975
|
font-size: var(--el-font-size-base);
|
|
@@ -1552,7 +1552,7 @@ $empty: map.merge(
|
|
|
1552
1552
|
$descriptions: () !default;
|
|
1553
1553
|
$descriptions: map.merge(
|
|
1554
1554
|
(
|
|
1555
|
-
'table-border-color': getCssVar('
|
|
1555
|
+
'table-border-color': getCssVar('color-neutral-light-2'),
|
|
1556
1556
|
'item-bordered-label-background': getCssVar('fill-color', 'light'),
|
|
1557
1557
|
),
|
|
1558
1558
|
$descriptions
|
|
@@ -301,7 +301,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
301
301
|
}
|
|
302
302
|
**/
|
|
303
303
|
.el-descriptions {
|
|
304
|
-
--el-descriptions-table-border-color: var(--el-
|
|
304
|
+
--el-descriptions-table-border-color: var(--el-color-neutral-light-2);
|
|
305
305
|
--el-descriptions-item-bordered-label-background: var(--el-fill-color-light);
|
|
306
306
|
box-sizing: border-box;
|
|
307
307
|
font-size: var(--el-font-size-base);
|
|
@@ -118,6 +118,7 @@ $descriptions-cell-font-size: map.merge(
|
|
|
118
118
|
&.is-bordered {
|
|
119
119
|
.#{$namespace}-descriptions__cell {
|
|
120
120
|
border-bottom: 1px solid getCssVar('descriptions-table-border-color');
|
|
121
|
+
|
|
121
122
|
// padding: map.get($descriptions-bordered-cell-padding, 'default');
|
|
122
123
|
|
|
123
124
|
&.el-descriptions__label:not(:first-of-type) {
|
|
@@ -7966,7 +7966,7 @@ heights > $common-component-size
|
|
|
7966
7966
|
}
|
|
7967
7967
|
|
|
7968
7968
|
.el-descriptions {
|
|
7969
|
-
--el-descriptions-table-border-color: var(--el-
|
|
7969
|
+
--el-descriptions-table-border-color: var(--el-color-neutral-light-2);
|
|
7970
7970
|
--el-descriptions-item-bordered-label-background: var(--el-fill-color-light);
|
|
7971
7971
|
box-sizing: border-box;
|
|
7972
7972
|
font-size: var(--el-font-size-base);
|
package/package.json
CHANGED