@ieeesa-npm/shared-styles 0.4.5 → 0.4.7

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.5",
3
+ "version": "0.4.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"
@@ -83,9 +83,9 @@
83
83
  }
84
84
  @mixin set-form-field-border-and-background() {
85
85
  background: $ieeesa-form-field-background;
86
- border-top: $ieeesa-border-width solid $ieeesa-sys-light-surface-variant;
87
- border-right: $ieeesa-border-width solid $ieeesa-sys-light-surface-variant;
88
- border-left: $ieeesa-border-width solid $ieeesa-sys-light-surface-variant;
86
+ border-top: $ieeesa-border-width solid $ieeesa-dark-grey-60;
87
+ border-right: $ieeesa-border-width solid $ieeesa-dark-grey-60;
88
+ border-left: $ieeesa-border-width solid $ieeesa-dark-grey-60;
89
89
  border-top-left-radius: 4px;
90
90
  border-top-right-radius: 4px;
91
91
  border-bottom-left-radius: $ieeesa-border-bottom-left-radius;
@@ -140,6 +140,9 @@ $ieeesa-box-shadow-17: 0px 1px 0px 0px #9ba0a6 inset;
140
140
  $ieeesa-box-shadow-18: 0px 1px 0px 0px #dce3e9 inset;
141
141
  $ieeesa-box-shadow-19: 0px 3px 0px 0px #00b5e2 inset,
142
142
  0px 4px 24px 0px rgba(0, 0, 0, 0.5);
143
+ $ieeesa-box-shadow-20: 0px 2px 6px 2px rgba(0, 0, 0, 0.15),
144
+ 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
145
+ $ieeesa-box-shadow-21: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
143
146
  // Angular Material mat-button styles
144
147
  $ieeesa-primary-btn-active: #00629b;
145
148
  $ieeesa-primary-btn-hover: #003e65;
@@ -201,7 +204,7 @@ $ieeesa-border-width: 1px;
201
204
  $ieeesa-form-field-overlay-background: #ffffff;
202
205
  $ieeesa-filled-form-field-border: 2px solid $ieeesa-blue;
203
206
  $ieeesa-invalid-form-field-border: 2px solid $ieeesa-red;
204
- $ieeesa-ripple-border-bottom-color: #d9d9d6;
207
+ $ieeesa-ripple-border-bottom-color: #878b8f;
205
208
  $ieeesa-mat-expansion-panel-bg-color: #f3f5f7;
206
209
  $ieeesa-form-field-content-color: #49454f;
207
210
  $ieeesa-form-field-content-font-size: 0.75rem;