@ieeesa-npm/shared-styles 0.3.4 → 0.3.6

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"/>
@@ -205,5 +208,10 @@
205
208
  <path d="M234.883 40.8579V49.6914L245.41 45.8633L240.279 39.0527C238.546 36.7527 234.883 37.9782 234.883 40.8579Z" fill="#9BA0A6"/>
206
209
  <path opacity="0.14" d="M234.883 39.5469V67.4922L269.589 166.812C270.367 169.038 272.377 170.602 274.726 170.809L280.679 171.335C282.68 171.511 284.637 170.675 285.892 169.106L290.027 163.937C290.97 162.759 291.251 161.182 290.773 159.75L281.302 163.538C278.122 164.811 274.524 163.167 273.404 159.93L240.625 65.1953L239.477 38.0156C238.005 36.0536 234.883 37.0943 234.883 39.5469Z" fill="#463A01"/>
207
210
  </symbol>
211
+ <symbol id="icon-more" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
212
+ <circle cx="12" cy="6.5" r="1.5" fill="#00629B"/>
213
+ <circle cx="12" cy="12.5" r="1.5" fill="#00629B"/>
214
+ <circle cx="12" cy="18.5" r="1.5" fill="#00629B"/>
215
+ </symbol>
208
216
  </defs>
209
217
  </svg>
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.6",
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;
@@ -97,6 +98,7 @@ $ieeesa-button-bg-gray: #383838;
97
98
  $ieeesa-light-surface-variant: #daf1fe;
98
99
  $ieeesa-border-blue: #b2b7be;
99
100
  $ieeesa-background-light-blue: #eaf3f9;
101
+ $ieeesa-list-background-color: #f4f5f7;
100
102
  // Box-shadow options
101
103
  $ieeesa-box-shadow-1: 0px 1px 2px rgba(0, 0, 0, 0.3),
102
104
  0px 1px 3px 1px rgba(0, 0, 0, 0.15);