@timus-networks/theme 2.4.261 → 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.260",
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.260";
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
  }
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.261",
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": {