@ieeesa-npm/shared-styles 0.4.8 → 0.5.0

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.8",
3
+ "version": "0.5.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"
@@ -50,6 +50,7 @@
50
50
  .mat-mdc-form-field-focus-overlay {
51
51
  background: $ieeesa-white;
52
52
  padding: 0;
53
+ border: none;
53
54
  .mat-mdc-form-field-infix {
54
55
  min-height: 2.375em;
55
56
  padding-top: 0.0625em;
package/styles/theme.scss CHANGED
@@ -197,6 +197,10 @@
197
197
  }
198
198
  }
199
199
  }
200
+ .mat-mdc-button,
201
+ .mat-mdc-outlined-button {
202
+ --mat-mdc-button-persistent-ripple-color: unset;
203
+ }
200
204
  @media (max-width: 768px) {
201
205
  .ieeesa-cancel-modal-confirm-dialog {
202
206
  width: 90vw !important;
@@ -143,6 +143,9 @@ $ieeesa-box-shadow-19: 0px 3px 0px 0px #00b5e2 inset,
143
143
  $ieeesa-box-shadow-20: 0px 2px 6px 2px rgba(0, 0, 0, 0.15),
144
144
  0px 1px 2px 0px rgba(0, 0, 0, 0.3);
145
145
  $ieeesa-box-shadow-21: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
146
+ $ieeesa-box-shadow-22: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
147
+ $ieeesa-box-shadow-23: 0px 1px 0px 0px #DBE2EB inset;
148
+ $ieeesa-box-shadow-24: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
146
149
  // Angular Material mat-button styles
147
150
  $ieeesa-primary-btn-active: #00629b;
148
151
  $ieeesa-primary-btn-hover: #003e65;
@@ -160,7 +163,6 @@ $ieeesa-primary-brand-10: #002c37;
160
163
  $ieeesa-primary-brand-30: #0188aa;
161
164
  $ieeesa-dark-grey-20: #333436;
162
165
  $ieeesa-dark-grey-30: #4a4d50;
163
- $ieeesa-dark-grey-20: #333436;
164
166
  $ieeesa-dark-grey-99: #f4f8fe;
165
167
  $ieeesa-dark-grey-95: #dbe2eb;
166
168
  $ieeesa-brand-grey-50: #777a7e;
@@ -214,3 +216,5 @@ $ieeesa-toggle-btn-group-radius: 0.25em;
214
216
  $ieeesa-calendar-bg-color: #ffffff;
215
217
  $ieeesa-nav-menu-item-hover-bg-color: #dae9f1;
216
218
  $ieeesa-nav-menu-item-focus-bg-color: #c0deef;
219
+ $ieeesa-table-footer-label: rgba(0, 0, 0, 0.60);
220
+ $ieeesa-table-pagination-range: rgba(0, 0, 0, 0.87);