@timus-networks/theme 2.4.54 → 2.4.56

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.54",
4
+ "version": "2.4.56",
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.54";
14
+ const version = "2.4.56";
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 = {
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  :root {
3
2
  --font-size: 1em;
4
3
  --border-width: 1px;
@@ -1246,29 +1245,4 @@ body {
1246
1245
  .el-icon.more-icon svg {
1247
1246
  height: 20px;
1248
1247
  width: 24px;
1249
- }
1250
-
1251
- .el-main {
1252
- overflow: hidden scroll;
1253
- position: relative; /* scrollbar'ın absolute pozisyonu için gerekli */
1254
- }
1255
- .el-main::-webkit-scrollbar {
1256
- position: absolute;
1257
- right: 0;
1258
- width: 8px;
1259
- z-index: 1000; /* içeriğin üzerinde durması için */
1260
- }
1261
- .el-main::-webkit-scrollbar-track {
1262
- background: transparent;
1263
- }
1264
- .el-main::-webkit-scrollbar-thumb {
1265
- background-color: rgba(0, 0, 0, 0);
1266
- border-radius: 4px;
1267
- transition: background-color 0.3s ease;
1268
- }
1269
- .el-main::-webkit-scrollbar-thumb:hover {
1270
- background-color: rgba(255, 255, 255, 0.01);
1271
- }
1272
- .el-main:hover::-webkit-scrollbar-thumb {
1273
- background-color: rgba(255, 255, 255, 0.01);
1274
1248
  }
@@ -59,37 +59,3 @@ body {
59
59
  }
60
60
  }
61
61
  }
62
-
63
- .el-main {
64
- $neutral-light-2: map.get(map.get($theme, 'light'), '2');
65
- $neutral-light-3: map.get(map.get($theme, 'light'), '3');
66
- overflow: hidden scroll;
67
- position: relative; /* scrollbar'ın absolute pozisyonu için gerekli */
68
-
69
- &::-webkit-scrollbar {
70
- position: absolute;
71
- right: 0;
72
- width: 8px;
73
- z-index: 1000; /* içeriğin üzerinde durması için */
74
- }
75
-
76
- &::-webkit-scrollbar-track {
77
- background: transparent;
78
- }
79
-
80
- &::-webkit-scrollbar-thumb {
81
- background-color: rgba(0, 0, 0, 0%);
82
- border-radius: 4px;
83
- transition: background-color 0.3s ease;
84
-
85
- &:hover {
86
- background-color: $neutral-light-3;
87
- }
88
- }
89
-
90
- &:hover {
91
- &::-webkit-scrollbar-thumb {
92
- background-color: $neutral-light-2;
93
- }
94
- }
95
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.54",
3
+ "version": "2.4.56",
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": {