@timus-networks/theme 2.4.62 → 2.4.64

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.62",
4
+ "version": "2.4.64",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "2.0.0"
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.62";
14
+ const version = "2.4.64";
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 = {
@@ -4,8 +4,8 @@
4
4
  --border-width: 1px;
5
5
  --border-style: solid;
6
6
  --border-radius: 4px;
7
- --border-color: var(--secondary-100);
8
- --body-color: var(--secondary-500);
7
+ --border-color: var(--el-color-secondary-light-1);
8
+ --body-color: var(--el-color-secondary-light-5);
9
9
  --text-opacity: 1;
10
10
  --button-font-color: white;
11
11
  --button-font-family: var(--font-family);
@@ -441,7 +441,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
441
441
  .el-button.is-text {
442
442
  color: var(--el-button-text-color);
443
443
  border: 0 solid transparent;
444
- background-color: var(--el-button-bg-color);
444
+ background-color: transparent;
445
445
  --el-button-text-color: var(--el-color-primary);
446
446
  --el-button-bg-color: var(--el-color-white);
447
447
  --el-button-border-color: var(--el-color-white);
@@ -169,7 +169,7 @@ $button-icon-span-gap: map.merge(
169
169
  @include when(text) {
170
170
  color: getCssVar('button', 'text-color');
171
171
  border: 0 solid transparent;
172
- background-color: getCssVar('button-bg-color');
172
+ background-color: transparent;
173
173
 
174
174
  @include css-var-from-global(('button-text-color'), ('color-primary'));
175
175
  @include css-var-from-global(('button-bg-color'), ('color-white'));
@@ -1502,7 +1502,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
1502
1502
  .el-button.is-text {
1503
1503
  color: var(--el-button-text-color);
1504
1504
  border: 0 solid transparent;
1505
- background-color: var(--el-button-bg-color);
1505
+ background-color: transparent;
1506
1506
  --el-button-text-color: var(--el-color-primary);
1507
1507
  --el-button-bg-color: var(--el-color-white);
1508
1508
  --el-button-border-color: var(--el-color-white);
@@ -3,8 +3,8 @@
3
3
  --border-width: 1px;
4
4
  --border-style: solid;
5
5
  --border-radius: 4px;
6
- --border-color: var(--secondary-100);
7
- --body-color: var(--secondary-500);
6
+ --border-color: var(--el-color-secondary-light-1);
7
+ --body-color: var(--el-color-secondary-light-5);
8
8
  --text-opacity: 1;
9
9
  --button-font-color: white;
10
10
  --button-font-family: var(--font-family);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.62",
3
+ "version": "2.4.64",
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": {