@timus-networks/theme 2.4.3 → 2.4.4

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
3
  "configKey": "themeOptions",
4
- "version": "2.4.3",
4
+ "version": "2.4.4",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
package/dist/module.mjs CHANGED
@@ -12,7 +12,7 @@ const __filename = __cjs_url__.fileURLToPath(import.meta.url);
12
12
  const __dirname = __cjs_path__.dirname(__filename);
13
13
  const require = __cjs_mod__.createRequire(import.meta.url);
14
14
  const name = "@timus-networks/theme";
15
- const version = "2.4.3";
15
+ const version = "2.4.4";
16
16
  const description = "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.";
17
17
  const type = "module";
18
18
  const exports = {
@@ -1407,7 +1407,7 @@ $link: () !default;
1407
1407
  $link: map.merge(
1408
1408
  (
1409
1409
  'font-size': getCssVar('font-size-base'),
1410
- 'font-weight': getCssVar('font-weight-primary'),
1410
+ 'font-weight': 400,
1411
1411
  'text-color': getCssVar('color-primary-light-5'),
1412
1412
  'hover-text-color': getCssVar('color-primary-light-4'),
1413
1413
  'disabled-text-color': getCssVar('color-primary-light-2'),
@@ -9786,7 +9786,7 @@ heights > $common-component-size
9786
9786
 
9787
9787
  .el-link {
9788
9788
  --el-link-font-size: var(--el-font-size-base);
9789
- --el-link-font-weight: var(--el-font-weight-primary);
9789
+ --el-link-font-weight: 400;
9790
9790
  --el-link-text-color: var(--el-color-primary-light-5);
9791
9791
  --el-link-hover-text-color: var(--el-color-primary-light-4);
9792
9792
  --el-link-disabled-text-color: var(--el-color-primary-light-2);
@@ -302,7 +302,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
302
302
  **/
303
303
  .el-link {
304
304
  --el-link-font-size: var(--el-font-size-base);
305
- --el-link-font-weight: var(--el-font-weight-primary);
305
+ --el-link-font-weight: 400;
306
306
  --el-link-text-color: var(--el-color-primary-light-5);
307
307
  --el-link-hover-text-color: var(--el-color-primary-light-4);
308
308
  --el-link-disabled-text-color: var(--el-color-primary-light-2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.3",
3
+ "version": "2.4.4",
4
4
  "description": "A comprehensive Nuxt.js module providing a tailored theme experience with integrated TailwindCSS support for applications.",
5
5
  "type": "module",
6
6
  "exports": {