@ieeesa-npm/shared-styles 0.4.0 → 0.4.1

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.0",
3
+ "version": "0.4.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"
@@ -137,6 +137,8 @@ $ieeesa-box-shadow-16: 0px 1px 1px 1px rgba(0, 0, 0, 0.15),
137
137
  0px 1px 1px 0px rgba(0, 0, 0, 0.3);
138
138
  $ieeesa-box-shadow-17: 0px 1px 0px 0px #9ba0a6 inset;
139
139
  $ieeesa-box-shadow-18: 0px 1px 0px 0px #dce3e9 inset;
140
+ $ieeesa-box-shadow-19: 0px 3px 0px 0px #00b5e2 inset,
141
+ 0px 4px 24px 0px rgba(0, 0, 0, 0.5);
140
142
  // Angular Material mat-button styles
141
143
  $ieeesa-primary-btn-active: #00629b;
142
144
  $ieeesa-primary-btn-hover: #003e65;