@solcre-org/core-ui 2.19.1 → 2.19.2

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.
@@ -30,16 +30,6 @@
30
30
  position: relative;
31
31
  }
32
32
 
33
- .ng-dropdown-panel {
34
- width: auto !important;
35
- }
36
-
37
- .c-entry-datetime .ng-dropdown-panel .scroll-host{
38
- width: min-content;
39
- left: 1rem;
40
- text-align: center;
41
- }
42
-
43
33
  .c-entry-datetime .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value{
44
34
  min-width: 3em;
45
35
  text-align: center;
@@ -51,11 +41,6 @@
51
41
  min-height: 3.2em;
52
42
  }
53
43
 
54
- .ng-dropdown-panel {
55
- top: 0;
56
- right: 0;
57
- }
58
-
59
44
  .ng-select .ng-select-container .ng-value-container .ng-value {
60
45
  background-color: var(--form-highlighted-color, var(--color-neutral-300));
61
46
  color: #3F4E6A;
@@ -76,30 +61,41 @@
76
61
  }
77
62
 
78
63
  .ng-dropdown-panel {
79
- .ng-dropdown-panel-items {
80
- border: none;
81
- min-height: auto;
82
- padding: 0;
83
- position: relative;
84
- right: 0;
85
- margin-top: 3em;
86
- box-shadow: 1em 2.4em 3.4em -2em hsl(var(--color-neutral-900-hsl) / 25%);
87
- background-color: var(--color-neutral-100);
88
-
89
- .ng-option {
90
- padding: .6em .8em;
91
- color: #6A788C;
92
- cursor: pointer;
93
- transition: background-color 100ms ease-out;
94
-
95
- &.ng-option-marked {
96
- color: var(--color-primary-400);
97
- }
98
-
99
- &.ng-option-selected {
100
- color: var(--color-primary-400);
101
- font-weight: 500;
102
- }
64
+ width: auto !important;
65
+ top: 0;
66
+ left: calc(var(--_entry-input-padd-x)*-1);
67
+ right: calc(var(--_entry-input-padd-x)*-1 - var(--_entry-input-addon-gap) - var(--_entry-input-addon-fz));
68
+ }
69
+
70
+ .c-entry-datetime .ng-dropdown-panel .scroll-host{
71
+ width: min-content;
72
+ left: 1rem;
73
+ text-align: center;
74
+ }
75
+
76
+ .ng-dropdown-panel .ng-dropdown-panel-items{
77
+ border: none;
78
+ min-height: auto;
79
+ padding: 0;
80
+ position: relative;
81
+ right: 0;
82
+ margin-top: 3em;
83
+ box-shadow: 1em 2.4em 3.4em -2em hsl(var(--color-neutral-900-hsl) / 25%);
84
+ background-color: var(--color-neutral-100);
85
+
86
+ .ng-option {
87
+ padding: .6em .8em;
88
+ color: #6A788C;
89
+ cursor: pointer;
90
+ transition: background-color 100ms ease-out;
91
+
92
+ &.ng-option-marked {
93
+ color: var(--color-primary-400);
94
+ }
95
+
96
+ &.ng-option-selected {
97
+ color: var(--color-primary-400);
98
+ font-weight: 500;
103
99
  }
104
100
  }
105
101
  }
@@ -16913,11 +16913,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
16913
16913
  // Este archivo es generado automáticamente por scripts/update-version.js
16914
16914
  // No edites manualmente este archivo
16915
16915
  const VERSION = {
16916
- full: '2.19.1',
16916
+ full: '2.19.2',
16917
16917
  major: 2,
16918
16918
  minor: 19,
16919
- patch: 1,
16920
- timestamp: '2026-01-13T17:17:45.234Z',
16919
+ patch: 2,
16920
+ timestamp: '2026-01-13T19:00:52.058Z',
16921
16921
  buildDate: '13/1/2026'
16922
16922
  };
16923
16923