@timus-networks/theme 2.4.187 → 2.4.188

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.186",
4
+ "version": "2.4.187",
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.186";
14
+ const version = "2.4.187";
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 = {
@@ -1738,7 +1738,7 @@ body {
1738
1738
  .el-alert__content {
1739
1739
  display: flex;
1740
1740
  flex-direction: column;
1741
- gap: 4px;
1741
+ gap: 8px;
1742
1742
  }
1743
1743
 
1744
1744
  .el-alert .el-alert__icon {
@@ -473,7 +473,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
473
473
  .el-alert__content {
474
474
  display: flex;
475
475
  flex-direction: column;
476
- gap: 4px;
476
+ gap: 8px;
477
477
  }
478
478
 
479
479
  .el-alert .el-alert__icon {
@@ -104,7 +104,7 @@
104
104
  @include e(content) {
105
105
  display: flex;
106
106
  flex-direction: column;
107
- gap: 4px;
107
+ gap: 8px;
108
108
  }
109
109
 
110
110
  & .#{$namespace}-alert__icon {
@@ -735,7 +735,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
735
735
  .el-alert__content {
736
736
  display: flex;
737
737
  flex-direction: column;
738
- gap: 4px;
738
+ gap: 8px;
739
739
  }
740
740
 
741
741
  .el-alert .el-alert__icon {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.187",
3
+ "version": "2.4.188",
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": {