@timus-networks/theme 2.4.201 → 2.4.204

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.200",
4
+ "version": "2.4.203",
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.200";
14
+ const version = "2.4.203";
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 = {
@@ -8267,7 +8267,7 @@ heights > $common-component-size
8267
8267
  position: relative;
8268
8268
  text-align: left;
8269
8269
  vertical-align: middle;
8270
- min-width: 400px;
8270
+ min-width: 386px;
8271
8271
  }
8272
8272
  .el-date-editor.el-input__wrapper {
8273
8273
  box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
@@ -8285,6 +8285,7 @@ heights > $common-component-size
8285
8285
 
8286
8286
  .el-date-editor--daterange, .el-date-editor--timerange {
8287
8287
  --el-date-editor-width: var(--el-date-editor-daterange-width);
8288
+ min-width: 200px;
8288
8289
  }
8289
8290
 
8290
8291
  .el-date-editor--datetimerange {
@@ -8310,7 +8311,8 @@ heights > $common-component-size
8310
8311
  font-size: 14px;
8311
8312
  color: var(--el-text-color-placeholder);
8312
8313
  float: left;
8313
- width: 28px;
8314
+ width: 14px;
8315
+ margin-right: 4px;
8314
8316
  }
8315
8317
  .el-date-editor .el-range__icon svg {
8316
8318
  vertical-align: middle;
@@ -8351,7 +8353,7 @@ heights > $common-component-size
8351
8353
  height: inherit;
8352
8354
  width: unset;
8353
8355
  cursor: pointer;
8354
- margin-left: 8px;
8356
+ margin-left: 4px;
8355
8357
  }
8356
8358
  .el-date-editor .el-range__close-icon:hover {
8357
8359
  color: var(--el-text-color-secondary);
@@ -9951,7 +9953,7 @@ heights > $common-component-size
9951
9953
  .el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label:after,
9952
9954
  .el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label-wrap > .el-form-item__label:after {
9953
9955
  content: "*";
9954
- color: var(--el-color-danger);
9956
+ color: var(--el-color-neutral-light-9);
9955
9957
  margin-left: 4px;
9956
9958
  }
9957
9959
 
@@ -15094,6 +15096,7 @@ heights > $common-component-size
15094
15096
  .el-table .cell .el-link {
15095
15097
  font-size: var(--el-table-font-size);
15096
15098
  line-height: 16px;
15099
+ display: inline;
15097
15100
  }
15098
15101
  .el-table .cell .more-icon {
15099
15102
  display: flex;
@@ -470,7 +470,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
470
470
  position: relative;
471
471
  text-align: left;
472
472
  vertical-align: middle;
473
- min-width: 400px;
473
+ min-width: 386px;
474
474
  }
475
475
  .el-date-editor.el-input__wrapper {
476
476
  box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
@@ -488,6 +488,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
488
488
 
489
489
  .el-date-editor--daterange, .el-date-editor--timerange {
490
490
  --el-date-editor-width: var(--el-date-editor-daterange-width);
491
+ min-width: 200px;
491
492
  }
492
493
 
493
494
  .el-date-editor--datetimerange {
@@ -513,7 +514,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
513
514
  font-size: 14px;
514
515
  color: var(--el-text-color-placeholder);
515
516
  float: left;
516
- width: 28px;
517
+ width: 14px;
518
+ margin-right: 4px;
517
519
  }
518
520
  .el-date-editor .el-range__icon svg {
519
521
  vertical-align: middle;
@@ -554,7 +556,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
554
556
  height: inherit;
555
557
  width: unset;
556
558
  cursor: pointer;
557
- margin-left: 8px;
559
+ margin-left: 4px;
558
560
  }
559
561
  .el-date-editor .el-range__close-icon:hover {
560
562
  color: var(--el-text-color-secondary);
@@ -18,7 +18,7 @@
18
18
  position: relative;
19
19
  text-align: left;
20
20
  vertical-align: middle;
21
- min-width: 400px;
21
+ min-width: 386px;
22
22
 
23
23
  &.#{$namespace}-input__wrapper {
24
24
  @include inset-input-border(var(#{getCssVarName('input-border-color')}, map.get($input, 'border-color')));
@@ -40,6 +40,7 @@
40
40
 
41
41
  @include m((daterange, timerange)) {
42
42
  @include css-var-from-global('date-editor-width', 'date-editor-daterange-width');
43
+ min-width: 200px;
43
44
  }
44
45
 
45
46
  @include m(datetimerange) {
@@ -70,7 +71,8 @@
70
71
  font-size: 14px;
71
72
  color: getCssVar('text-color', 'placeholder');
72
73
  float: left;
73
- width: 28px;
74
+ width: 14px;
75
+ margin-right: 4px;
74
76
 
75
77
  svg {
76
78
  vertical-align: middle;
@@ -116,7 +118,7 @@
116
118
  height: inherit;
117
119
  width: unset;
118
120
  cursor: pointer;
119
- margin-left: 8px;
121
+ margin-left: 4px;
120
122
 
121
123
  &:hover {
122
124
  color: getCssVar('text-color', 'secondary');
@@ -853,7 +853,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
853
853
  position: relative;
854
854
  text-align: left;
855
855
  vertical-align: middle;
856
- min-width: 400px;
856
+ min-width: 386px;
857
857
  }
858
858
  .el-date-editor.el-input__wrapper {
859
859
  box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
@@ -871,6 +871,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
871
871
 
872
872
  .el-date-editor--daterange, .el-date-editor--timerange {
873
873
  --el-date-editor-width: var(--el-date-editor-daterange-width);
874
+ min-width: 200px;
874
875
  }
875
876
 
876
877
  .el-date-editor--datetimerange {
@@ -896,7 +897,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
896
897
  font-size: 14px;
897
898
  color: var(--el-text-color-placeholder);
898
899
  float: left;
899
- width: 28px;
900
+ width: 14px;
901
+ margin-right: 4px;
900
902
  }
901
903
  .el-date-editor .el-range__icon svg {
902
904
  vertical-align: middle;
@@ -937,7 +939,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
937
939
  height: inherit;
938
940
  width: unset;
939
941
  cursor: pointer;
940
- margin-left: 8px;
942
+ margin-left: 4px;
941
943
  }
942
944
  .el-date-editor .el-range__close-icon:hover {
943
945
  color: var(--el-text-color-secondary);
@@ -478,7 +478,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
478
478
  .el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label:after,
479
479
  .el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label-wrap > .el-form-item__label:after {
480
480
  content: "*";
481
- color: var(--el-color-danger);
481
+ color: var(--el-color-neutral-light-9);
482
482
  margin-left: 4px;
483
483
  }
484
484
 
@@ -221,7 +221,7 @@ $form-item-label-top-margin-bottom: map.merge(
221
221
  > .#{$namespace}-form-item__label:after,
222
222
  > .#{$namespace}-form-item__label-wrap > .#{$namespace}-form-item__label:after {
223
223
  content: '*';
224
- color: getCssVar('color-danger');
224
+ color: getCssVar('color-neutral-light-9');
225
225
  margin-left: 4px;
226
226
  }
227
227
  }
@@ -7264,7 +7264,7 @@ heights > $common-component-size
7264
7264
  position: relative;
7265
7265
  text-align: left;
7266
7266
  vertical-align: middle;
7267
- min-width: 400px;
7267
+ min-width: 386px;
7268
7268
  }
7269
7269
  .el-date-editor.el-input__wrapper {
7270
7270
  box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
@@ -7282,6 +7282,7 @@ heights > $common-component-size
7282
7282
 
7283
7283
  .el-date-editor--daterange, .el-date-editor--timerange {
7284
7284
  --el-date-editor-width: var(--el-date-editor-daterange-width);
7285
+ min-width: 200px;
7285
7286
  }
7286
7287
 
7287
7288
  .el-date-editor--datetimerange {
@@ -7307,7 +7308,8 @@ heights > $common-component-size
7307
7308
  font-size: 14px;
7308
7309
  color: var(--el-text-color-placeholder);
7309
7310
  float: left;
7310
- width: 28px;
7311
+ width: 14px;
7312
+ margin-right: 4px;
7311
7313
  }
7312
7314
  .el-date-editor .el-range__icon svg {
7313
7315
  vertical-align: middle;
@@ -7348,7 +7350,7 @@ heights > $common-component-size
7348
7350
  height: inherit;
7349
7351
  width: unset;
7350
7352
  cursor: pointer;
7351
- margin-left: 8px;
7353
+ margin-left: 4px;
7352
7354
  }
7353
7355
  .el-date-editor .el-range__close-icon:hover {
7354
7356
  color: var(--el-text-color-secondary);
@@ -8948,7 +8950,7 @@ heights > $common-component-size
8948
8950
  .el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label:after,
8949
8951
  .el-form-item.is-required:not(.is-no-asterisk).asterisk-right > .el-form-item__label-wrap > .el-form-item__label:after {
8950
8952
  content: "*";
8951
- color: var(--el-color-danger);
8953
+ color: var(--el-color-neutral-light-9);
8952
8954
  margin-left: 4px;
8953
8955
  }
8954
8956
 
@@ -14202,6 +14204,7 @@ h6,
14202
14204
  .el-table .cell .el-link {
14203
14205
  font-size: var(--el-table-font-size);
14204
14206
  line-height: 16px;
14207
+ display: inline;
14205
14208
  }
14206
14209
  .el-table .cell .more-icon {
14207
14210
  display: flex;
@@ -488,6 +488,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
488
488
  .el-table .cell .el-link {
489
489
  font-size: var(--el-table-font-size);
490
490
  line-height: 16px;
491
+ display: inline;
491
492
  }
492
493
  .el-table .cell .more-icon {
493
494
  display: flex;
@@ -250,6 +250,7 @@
250
250
  .el-link {
251
251
  font-size: getCssVar('table-font-size');
252
252
  line-height: 16px;
253
+ display: inline;
253
254
  }
254
255
 
255
256
  .more-icon {
@@ -470,7 +470,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
470
470
  position: relative;
471
471
  text-align: left;
472
472
  vertical-align: middle;
473
- min-width: 400px;
473
+ min-width: 386px;
474
474
  }
475
475
  .el-date-editor.el-input__wrapper {
476
476
  box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
@@ -488,6 +488,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
488
488
 
489
489
  .el-date-editor--daterange, .el-date-editor--timerange {
490
490
  --el-date-editor-width: var(--el-date-editor-daterange-width);
491
+ min-width: 200px;
491
492
  }
492
493
 
493
494
  .el-date-editor--datetimerange {
@@ -513,7 +514,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
513
514
  font-size: 14px;
514
515
  color: var(--el-text-color-placeholder);
515
516
  float: left;
516
- width: 28px;
517
+ width: 14px;
518
+ margin-right: 4px;
517
519
  }
518
520
  .el-date-editor .el-range__icon svg {
519
521
  vertical-align: middle;
@@ -554,7 +556,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
554
556
  height: inherit;
555
557
  width: unset;
556
558
  cursor: pointer;
557
- margin-left: 8px;
559
+ margin-left: 4px;
558
560
  }
559
561
  .el-date-editor .el-range__close-icon:hover {
560
562
  color: var(--el-text-color-secondary);
@@ -470,7 +470,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
470
470
  position: relative;
471
471
  text-align: left;
472
472
  vertical-align: middle;
473
- min-width: 400px;
473
+ min-width: 386px;
474
474
  }
475
475
  .el-date-editor.el-input__wrapper {
476
476
  box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
@@ -488,6 +488,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
488
488
 
489
489
  .el-date-editor--daterange, .el-date-editor--timerange {
490
490
  --el-date-editor-width: var(--el-date-editor-daterange-width);
491
+ min-width: 200px;
491
492
  }
492
493
 
493
494
  .el-date-editor--datetimerange {
@@ -513,7 +514,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
513
514
  font-size: 14px;
514
515
  color: var(--el-text-color-placeholder);
515
516
  float: left;
516
- width: 28px;
517
+ width: 14px;
518
+ margin-right: 4px;
517
519
  }
518
520
  .el-date-editor .el-range__icon svg {
519
521
  vertical-align: middle;
@@ -554,7 +556,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
554
556
  height: inherit;
555
557
  width: unset;
556
558
  cursor: pointer;
557
- margin-left: 8px;
559
+ margin-left: 4px;
558
560
  }
559
561
  .el-date-editor .el-range__close-icon:hover {
560
562
  color: var(--el-text-color-secondary);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timus-networks/theme",
3
- "version": "2.4.201",
3
+ "version": "2.4.204",
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": {