@timus-networks/theme 2.4.115 → 2.4.116
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.115";
|
|
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 = {
|
|
@@ -301,7 +301,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
301
301
|
}
|
|
302
302
|
**/
|
|
303
303
|
.el-card {
|
|
304
|
-
--el-card-border-color: var(--el-color-neutral-light-
|
|
304
|
+
--el-card-border-color: var(--el-color-neutral-light-3);
|
|
305
305
|
--el-card-border-radius: 4px;
|
|
306
306
|
--el-card-padding: 16px;
|
|
307
307
|
--el-card-bg-color: var(--el-fill-color-blank);
|
|
@@ -1200,7 +1200,7 @@ $badge: map.merge(
|
|
|
1200
1200
|
$card: () !default;
|
|
1201
1201
|
$card: map.merge(
|
|
1202
1202
|
(
|
|
1203
|
-
'border-color': getCssVar('color-neutral-light-
|
|
1203
|
+
'border-color': getCssVar('color-neutral-light-3'),
|
|
1204
1204
|
'border-radius': 4px,
|
|
1205
1205
|
'padding': 16px,
|
|
1206
1206
|
'bg-color': getCssVar('fill-color', 'blank'),
|
|
@@ -2222,7 +2222,7 @@ heights > $common-component-size
|
|
|
2222
2222
|
}
|
|
2223
2223
|
|
|
2224
2224
|
.el-card {
|
|
2225
|
-
--el-card-border-color: var(--el-color-neutral-light-
|
|
2225
|
+
--el-card-border-color: var(--el-color-neutral-light-3);
|
|
2226
2226
|
--el-card-border-radius: 4px;
|
|
2227
2227
|
--el-card-padding: 16px;
|
|
2228
2228
|
--el-card-bg-color: var(--el-fill-color-blank);
|
package/package.json
CHANGED