@timus-networks/theme 2.4.232 → 2.4.233

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.231",
4
+ "version": "2.4.232",
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.231";
14
+ const version = "2.4.232";
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 = {
@@ -9082,9 +9082,7 @@ heights > $common-component-size
9082
9082
  justify-content: space-between;
9083
9083
  }
9084
9084
  .el-descriptions.strech .el-descriptions__table .el-descriptions__cell.is-bordered-content {
9085
- display: flex;
9086
- align-items: center;
9087
- justify-content: space-between;
9085
+ text-align: right;
9088
9086
  }
9089
9087
 
9090
9088
  .el-descriptions__label.el-descriptions__cell.is-bordered-label {
@@ -414,7 +414,5 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
414
414
  justify-content: space-between;
415
415
  }
416
416
  .el-descriptions.strech .el-descriptions__table .el-descriptions__cell.is-bordered-content {
417
- display: flex;
418
- align-items: center;
419
- justify-content: space-between;
417
+ text-align: right;
420
418
  }
@@ -181,9 +181,7 @@ $descriptions-cell-font-size: map.merge(
181
181
  justify-content: space-between;
182
182
  }
183
183
  .#{$namespace}-descriptions__cell.is-bordered-content {
184
- display: flex;
185
- align-items: center;
186
- justify-content: space-between;
184
+ text-align: right;
187
185
  }
188
186
  }
189
187
  }
@@ -8079,9 +8079,7 @@ heights > $common-component-size
8079
8079
  justify-content: space-between;
8080
8080
  }
8081
8081
  .el-descriptions.strech .el-descriptions__table .el-descriptions__cell.is-bordered-content {
8082
- display: flex;
8083
- align-items: center;
8084
- justify-content: space-between;
8082
+ text-align: right;
8085
8083
  }
8086
8084
 
8087
8085
  .el-descriptions__label.el-descriptions__cell.is-bordered-label {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.232",
3
+ "version": "2.4.233",
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": {