@ieeesa-npm/shared-styles 0.3.4 → 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.4",
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;