@ieeesa-npm/shared-styles 0.3.3 → 0.3.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.3.3",
3
+ "version": "0.3.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"
@@ -131,6 +131,7 @@ $ieeesa-box-shadow-14: 0px 2px 0px 0px #00b5e2 inset;
131
131
  $ieeesa-box-shadow-15: 0px 1px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 0px 0px #00B5E2 inset;
132
132
  $ieeesa-box-shadow-16: 0px 1px 1px 1px rgba(0, 0, 0, 0.15),
133
133
  0px 1px 1px 0px rgba(0, 0, 0, 0.3);
134
+ $ieeesa-box-shadow-17: 0px 1px 0px 0px #9ba0a6 inset;
134
135
  // Angular Material mat-button styles
135
136
  $ieeesa-primary-btn-active: #00629b;
136
137
  $ieeesa-primary-btn-hover: #003e65;
@@ -148,6 +149,10 @@ $ieeesa-primary-brand-10: #002c37;
148
149
  $ieeesa-primary-brand-30: #0188aa;
149
150
  $ieeesa-dark-grey-20: #333436;
150
151
  $ieeesa-dark-grey-30: #4a4d50;
152
+ $ieeesa-dark-grey-20: #333436;
153
+ $ieeesa-dark-grey-60: #878b8f;
154
+ $ieeesa-dark-grey-99: #f4f8fe;
155
+ $ieeesa-dark-grey-95: #dbe2eb;
151
156
  $ieeesa-brand-grey-50: #777a7e;
152
157
  $ieeesa-dark-grey-60: #878b8f;
153
158
  $ieeesa-brand-grey-70: #9ba0a6;