@timus-networks/theme 2.4.149 → 2.4.150

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.148",
4
+ "version": "2.4.149",
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.148";
14
+ const version = "2.4.149";
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 = {
@@ -14998,6 +14998,9 @@ heights > $common-component-size
14998
14998
  .el-table .el-table__cell.is-center {
14999
14999
  text-align: center;
15000
15000
  }
15001
+ .el-table .el-table__cell.is-center .cell {
15002
+ justify-content: center;
15003
+ }
15001
15004
 
15002
15005
  .el-table .el-table__cell.is-right {
15003
15006
  text-align: right;
@@ -14112,6 +14112,9 @@ h6,
14112
14112
  .el-table .el-table__cell.is-center {
14113
14113
  text-align: center;
14114
14114
  }
14115
+ .el-table .el-table__cell.is-center .cell {
14116
+ justify-content: center;
14117
+ }
14115
14118
 
14116
14119
  .el-table .el-table__cell.is-right {
14117
14120
  text-align: right;
@@ -444,6 +444,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
444
444
  .el-table .el-table__cell.is-center {
445
445
  text-align: center;
446
446
  }
447
+ .el-table .el-table__cell.is-center .cell {
448
+ justify-content: center;
449
+ }
447
450
 
448
451
  .el-table .el-table__cell.is-right {
449
452
  text-align: right;
@@ -184,6 +184,10 @@
184
184
 
185
185
  @include when(center) {
186
186
  text-align: center;
187
+
188
+ .cell {
189
+ justify-content: center;
190
+ }
187
191
  }
188
192
 
189
193
  @include when(right) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.149",
3
+ "version": "2.4.150",
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": {