ecabs-components 1.1.74 → 1.1.75

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/README.md CHANGED
@@ -25,6 +25,7 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
25
25
 
26
26
  ## Version History
27
27
 
28
+ - **v1.1.75** — Update table border color to use `--color-gray-200` in `bordered` style.
28
29
  - **v1.1.74** — Optimize `dateRangeValidator` logic to streamline error handling and remove redundant optional input properties `dateFromOptional` and `dateToOptional`.
29
30
  - **v1.1.73** — Include `place_id` in Google Place API result fields.
30
31
  - Add `debounceTime` input for customizable debounce delays
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecabs-components",
3
- "version": "1.1.74",
3
+ "version": "1.1.75",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^16.2.12",
6
6
  "@angular/common": "^16.2.12",
@@ -92,7 +92,7 @@
92
92
  @include e(bordered) {
93
93
  td,
94
94
  th {
95
- border-bottom: 1px solid var(--color-gray-50);
95
+ border-bottom: 1px solid var(--color-gray-200);
96
96
  }
97
97
  }
98
98