@timus-networks/theme 2.4.207 → 2.4.208

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.206",
4
+ "version": "2.4.207",
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.206";
14
+ const version = "2.4.207";
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 = {
@@ -12051,8 +12051,8 @@ heights > $common-component-size
12051
12051
  }
12052
12052
  .el-notification .el-notification__closeBtn {
12053
12053
  position: absolute;
12054
- top: 18px;
12055
- right: 15px;
12054
+ top: 16px;
12055
+ right: 14px;
12056
12056
  cursor: pointer;
12057
12057
  color: var(--el-notification-close-color);
12058
12058
  font-size: var(--el-notification-close-font-size);
@@ -11159,8 +11159,8 @@ h6,
11159
11159
  }
11160
11160
  .el-notification .el-notification__closeBtn {
11161
11161
  position: absolute;
11162
- top: 18px;
11163
- right: 15px;
11162
+ top: 16px;
11163
+ right: 14px;
11164
11164
  cursor: pointer;
11165
11165
  color: var(--el-notification-close-color);
11166
11166
  font-size: var(--el-notification-close-font-size);
@@ -370,8 +370,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
370
370
  }
371
371
  .el-notification .el-notification__closeBtn {
372
372
  position: absolute;
373
- top: 18px;
374
- right: 15px;
373
+ top: 16px;
374
+ right: 14px;
375
375
  cursor: pointer;
376
376
  color: var(--el-notification-close-color);
377
377
  font-size: var(--el-notification-close-font-size);
@@ -68,8 +68,8 @@
68
68
 
69
69
  & .#{$namespace}-notification__closeBtn {
70
70
  position: absolute;
71
- top: 18px;
72
- right: 15px;
71
+ top: 16px;
72
+ right: 14px;
73
73
  cursor: pointer;
74
74
  color: getCssVar('notification-close-color');
75
75
  font-size: getCssVar('notification-close-font-size');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.207",
3
+ "version": "2.4.208",
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": {