@timus-networks/theme 2.4.114 → 2.4.115

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.113",
4
+ "version": "2.4.114",
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.113";
14
+ const version = "2.4.114";
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 = {
@@ -45,8 +45,8 @@
45
45
  <el-card>
46
46
  <template #header> Without Border </template>
47
47
  <div class="flex flex-col gap-7.5 items-start">
48
- <p>Just add <el-text tag="mark">.no-border</el-text> to table class attribute.</p>
49
- <el-table :data="tableData" style="width: 100%" flexible height="300" class="no-border">
48
+ <p>Just add <el-text tag="mark">.t-border-none</el-text> to table class attribute.</p>
49
+ <el-table :data="tableData" style="width: 100%" flexible height="300" class="t-border-none">
50
50
  <el-table-column type="selection" width="16" />
51
51
  <el-table-column label="Date" width="120" show-overflow-tooltip>
52
52
  <template #default="scope">{{ scope.row.date }}</template>
@@ -13972,7 +13972,7 @@ h6,
13972
13972
  font-weight: var(--el-table-font-weight-head);
13973
13973
  border-bottom: 1px solid var(--el-color-neutral-light-3);
13974
13974
  }
13975
- .el-table thead th .el-table__cell .cell {
13975
+ .el-table thead th.el-table__cell .cell {
13976
13976
  display: flex;
13977
13977
  gap: 3px;
13978
13978
  }
@@ -424,7 +424,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
424
424
  font-weight: var(--el-table-font-weight-head);
425
425
  border-bottom: 1px solid var(--el-color-neutral-light-3);
426
426
  }
427
- .el-table thead th .el-table__cell .cell {
427
+ .el-table thead th.el-table__cell .cell {
428
428
  display: flex;
429
429
  gap: 3px;
430
430
  }
@@ -157,7 +157,7 @@
157
157
  font-weight: getCssVar('table-font-weight-head');
158
158
  border-bottom: 1px solid getCssVar('color-neutral-light-3');
159
159
 
160
- .#{$namespace}-table__cell {
160
+ &.#{$namespace}-table__cell {
161
161
  .cell {
162
162
  display: flex;
163
163
  gap: 3px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.114",
3
+ "version": "2.4.115",
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": {