ecabs-components 1.1.19 → 1.1.20

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
@@ -36,14 +36,13 @@ v1.0.79 — feat(CU-11266): Update `MatDialog` to `MDC`.
36
36
  - Add `expired` style for `EcabsChip`.
37
37
  v1.0.80 — Allow custom button options for `Confirm` and `Cancel` buttons on `EcabsDialog`.
38
38
  v1.0.81 — Fix font size of `EcabsSelect`.
39
- v1.0.82 — Improve appearance of disabled inputs.
39
+ v1.0.82 — Improve the appearance of disabled inputs.
40
40
  - Fix placeholder text of `EcabsSelect`.
41
41
  v1.0.83 — Fix buttons height.
42
42
  v1.0.84 — Emit `falsey` result when Close button is clicked on `EcabsDialogConfirm` and `EcabsDialogMessage`.
43
43
  v1.0.85 — Improve styling for `EcabsTable` row colors.
44
44
  v1.0.87 — Apply min/max Date logic for date picker
45
45
  v1.0.88 — Roll back 1.0.87
46
- v1.0.84 — Emit `falsey` result when Close button is clicked on `EcabsDialogConfirm` and `EcabsDialogMessage`.
47
46
  v1.0.89 — Upgrade `MatLegacyTable` and `MatLegacyProgress` to `MDC`.
48
47
  v1.0.90 — Upgrade `MatLegacyPaginator` to `MDC`.
49
48
  - Add `EcabsPaginatorDirective`.
@@ -76,4 +75,5 @@ v1.1.15 — Cleanup `EcabsComponentsService` and provide default config via `con
76
75
  v1.1.16 — Implemented custom phone number control.
77
76
  v1.1.17 — Fix peerDependency on `libphonenumber-js`.
78
77
  v1.1.18 — Adjust position of `sticky` header on `MatTable`.
79
- v1.1.19 - Increase delay for phone control. Add it to config
78
+ v1.1.19 Increase delay for phone control and to config.
79
+ v1.1.20 — Improve the appearance for the scrollbar.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecabs-components",
3
- "version": "1.1.19",
3
+ "version": "1.1.20",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^16.2.12",
6
6
  "@angular/common": "^16.2.12",
@@ -33,7 +33,12 @@ ul, ol {
33
33
  }
34
34
 
35
35
  ::-webkit-scrollbar {
36
- width: 8px;
36
+ width: calc-rem(8px);
37
+ }
38
+
39
+ ::-webkit-scrollbar-track,
40
+ ::-webkit-scrollbar-thumb {
41
+ border-radius: $border-radius-base;
37
42
  }
38
43
 
39
44
  ::-webkit-scrollbar-track {