@timus-networks/theme 2.4.260 → 2.4.262

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.259",
4
+ "version": "2.4.261",
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.259";
14
+ const version = "2.4.261";
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 = {
@@ -9089,6 +9089,21 @@ heights > $common-component-size
9089
9089
  text-align: right;
9090
9090
  }
9091
9091
 
9092
+ .description-item {
9093
+ align-items: center;
9094
+ border-bottom: 1px solid var(--el-color-neutral-light-2);
9095
+ display: flex;
9096
+ flex-direction: row;
9097
+ height: 40px;
9098
+ }
9099
+ .description-item-label {
9100
+ width: 150px;
9101
+ @apply text-neutral-9;
9102
+ }
9103
+ .description-item-value {
9104
+ @apply grow truncate max-w-[227px] text-right;
9105
+ }
9106
+
9092
9107
  .el-descriptions__label.el-descriptions__cell.is-bordered-label {
9093
9108
  color: var(--el-color-neutral-light-9);
9094
9109
  }
@@ -16780,6 +16795,7 @@ heights > $common-component-size
16780
16795
  display: flex;
16781
16796
  align-items: center;
16782
16797
  justify-content: center;
16798
+ border: none;
16783
16799
  }
16784
16800
 
16785
16801
  .el-text {
@@ -419,4 +419,19 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
419
419
  }
420
420
  .el-descriptions.strech .el-descriptions__table .el-descriptions__cell.is-bordered-content {
421
421
  text-align: right;
422
+ }
423
+
424
+ .description-item {
425
+ align-items: center;
426
+ border-bottom: 1px solid var(--el-color-neutral-light-2);
427
+ display: flex;
428
+ flex-direction: row;
429
+ height: 40px;
430
+ }
431
+ .description-item-label {
432
+ width: 150px;
433
+ @apply text-neutral-9;
434
+ }
435
+ .description-item-value {
436
+ @apply grow truncate max-w-[227px] text-right;
422
437
  }
@@ -192,3 +192,20 @@ $descriptions-cell-font-size: map.merge(
192
192
  }
193
193
  }
194
194
  }
195
+
196
+ .description-item {
197
+ align-items: center;
198
+ border-bottom: 1px solid var(--el-color-neutral-light-2);
199
+ display: flex;
200
+ flex-direction: row;
201
+ height: 40px;
202
+
203
+ &-label {
204
+ width: 150px;
205
+ @apply text-neutral-9;
206
+ }
207
+
208
+ &-value {
209
+ @apply grow truncate max-w-[227px] text-right;
210
+ }
211
+ }
@@ -8086,6 +8086,21 @@ heights > $common-component-size
8086
8086
  text-align: right;
8087
8087
  }
8088
8088
 
8089
+ .description-item {
8090
+ align-items: center;
8091
+ border-bottom: 1px solid var(--el-color-neutral-light-2);
8092
+ display: flex;
8093
+ flex-direction: row;
8094
+ height: 40px;
8095
+ }
8096
+ .description-item-label {
8097
+ width: 150px;
8098
+ @apply text-neutral-9;
8099
+ }
8100
+ .description-item-value {
8101
+ @apply grow truncate max-w-[227px] text-right;
8102
+ }
8103
+
8089
8104
  .el-descriptions__label.el-descriptions__cell.is-bordered-label {
8090
8105
  color: var(--el-color-neutral-light-9);
8091
8106
  }
@@ -15888,6 +15903,7 @@ h6,
15888
15903
  display: flex;
15889
15904
  align-items: center;
15890
15905
  justify-content: center;
15906
+ border: none;
15891
15907
  }
15892
15908
 
15893
15909
  .el-text {
@@ -640,4 +640,5 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
640
640
  display: flex;
641
641
  align-items: center;
642
642
  justify-content: center;
643
+ border: none;
643
644
  }
@@ -181,5 +181,6 @@ $tag-icon-span-gap: map.merge(
181
181
  display: flex;
182
182
  align-items: center;
183
183
  justify-content: center;
184
+ border: none;
184
185
  }
185
186
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.260",
3
+ "version": "2.4.262",
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": {