@ieeesa-npm/shared-styles 0.4.3 → 0.4.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/shared-styles",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"
@@ -132,13 +132,14 @@ $ieeesa-box-shadow-12: 0px 1px 3px rgba(235, 116, 116, 0.12),
132
132
  $ieeesa-box-shadow-13: 0px 2px 6px 2px rgba(0, 0, 0, 0.15),
133
133
  0px 1px 2px 0px rgba(0, 0, 0, 0.3);
134
134
  $ieeesa-box-shadow-14: 0px 2px 0px 0px #00b5e2 inset;
135
- $ieeesa-box-shadow-15: 0px 1px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 0px 0px #00B5E2 inset;
135
+ $ieeesa-box-shadow-15: 0px 1px 4px 0px rgba(0, 0, 0, 0.25),
136
+ 0px 4px 0px 0px #00b5e2 inset;
136
137
  $ieeesa-box-shadow-16: 0px 1px 1px 1px rgba(0, 0, 0, 0.15),
137
138
  0px 1px 1px 0px rgba(0, 0, 0, 0.3);
138
139
  $ieeesa-box-shadow-17: 0px 1px 0px 0px #9ba0a6 inset;
139
140
  $ieeesa-box-shadow-18: 0px 1px 0px 0px #dce3e9 inset;
140
141
  $ieeesa-box-shadow-19: 0px 3px 0px 0px #00b5e2 inset,
141
- 0px 4px 24px 0px rgba(0, 0, 0, 0.5);
142
+ 0px 4px 24px 0px rgba(0, 0, 0, 0.5);
142
143
  // Angular Material mat-button styles
143
144
  $ieeesa-primary-btn-active: #00629b;
144
145
  $ieeesa-primary-btn-hover: #003e65;
@@ -198,6 +199,8 @@ $ieeesa-background-color-gray: #f2f2f2;
198
199
  $ieeesa-mobile-min-width: 767px;
199
200
  $ieeesa-background-color-light-blue: #b0d6ec;
200
201
  $ieeesa-disabled-border-color: #c0c7cd;
201
- $ieeesa-inverse-primary-color: #B0D6EC;
202
+ $ieeesa-inverse-primary-color: #b0d6ec;
202
203
  $ieeesa-file-upload-background-color: #f8fcff;
203
- $ieeesa-sys-light-surface-variant: #D9D9D6;
204
+ $ieeesa-sys-light-surface-variant: #d9d9d6;
205
+ $ieeesa-nav-menu-item-hover-bg-color: #DAE9F1;
206
+ $ieeesa-nav-menu-item-focus-bg-color: #C0DEEF;