@ieeesa-npm/shared-styles 0.3.3 → 0.3.5

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.
@@ -184,6 +184,9 @@
184
184
  <symbol id="icon-create-agenda-template-white" width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
185
185
  <path d="M3.75 15.75C3.3375 15.75 2.98438 15.6031 2.69063 15.3094C2.39688 15.0156 2.25 14.6625 2.25 14.25V3.75C2.25 3.3375 2.39688 2.98438 2.69063 2.69063C2.98438 2.39688 3.3375 2.25 3.75 2.25H10.5V3.75H3.75V14.25H14.25V7.5H15.75V14.25C15.75 14.6625 15.6031 15.0156 15.3094 15.3094C15.0156 15.6031 14.6625 15.75 14.25 15.75H3.75ZM6 12.75V11.25H12V12.75H6ZM6 10.5V9H12V10.5H6ZM6 8.25V6.75H12V8.25H6ZM12.75 6.75V5.25H11.25V3.75H12.75V2.25H14.25V3.75H15.75V5.25H14.25V6.75H12.75Z" fill="white"/>
186
186
  </symbol>
187
+ <symbol id="icon-check" width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
188
+ <path d="M6.75012 12.1264L3.62262 8.99891L2.55762 10.0564L6.75012 14.2489L15.7501 5.24891L14.6926 4.19141L6.75012 12.1264Z" fill="#1D192B"/>
189
+ </symbol>
187
190
  <symbol id="icon-records_not_available" width="371" height="222" viewBox="0 0 371 222" fill="none" xmlns="http://www.w3.org/2000/svg">
188
191
  <ellipse opacity="0.77" cx="205.5" cy="217.5" rx="131.5" ry="4" fill="#DAE9F1"/>
189
192
  <rect opacity="0.22" x="0.601562" y="113.812" width="270.266" height="24.5" rx="12.25" fill="#B0D6EC"/>
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.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"
@@ -77,6 +77,7 @@ $ieeesa-background-dark-color: #1c1b1f;
77
77
  $ieeesa-on-surface-variant-color: #49454f;
78
78
  $ieeesa-title-color: #1c1b1f;
79
79
  $ieeesa-red: #ba0c2f;
80
+ $ieeesa-background-lighter-blue: #c0dced;
80
81
  $ieeesa-blue: #00629b;
81
82
  $ieeesa-medium-gray: #f0f5f9;
82
83
  $ieeesa-background-gray: #fffbfe;
@@ -131,6 +132,7 @@ $ieeesa-box-shadow-14: 0px 2px 0px 0px #00b5e2 inset;
131
132
  $ieeesa-box-shadow-15: 0px 1px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 0px 0px #00B5E2 inset;
132
133
  $ieeesa-box-shadow-16: 0px 1px 1px 1px rgba(0, 0, 0, 0.15),
133
134
  0px 1px 1px 0px rgba(0, 0, 0, 0.3);
135
+ $ieeesa-box-shadow-17: 0px 1px 0px 0px #9ba0a6 inset;
134
136
  // Angular Material mat-button styles
135
137
  $ieeesa-primary-btn-active: #00629b;
136
138
  $ieeesa-primary-btn-hover: #003e65;
@@ -148,6 +150,10 @@ $ieeesa-primary-brand-10: #002c37;
148
150
  $ieeesa-primary-brand-30: #0188aa;
149
151
  $ieeesa-dark-grey-20: #333436;
150
152
  $ieeesa-dark-grey-30: #4a4d50;
153
+ $ieeesa-dark-grey-20: #333436;
154
+ $ieeesa-dark-grey-60: #878b8f;
155
+ $ieeesa-dark-grey-99: #f4f8fe;
156
+ $ieeesa-dark-grey-95: #dbe2eb;
151
157
  $ieeesa-brand-grey-50: #777a7e;
152
158
  $ieeesa-dark-grey-60: #878b8f;
153
159
  $ieeesa-brand-grey-70: #9ba0a6;