@ieeesa-npm/shared-styles 0.4.2 → 0.4.4

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.
@@ -232,5 +232,8 @@
232
232
  <symbol id="icon-edit-tenant" viewBox="0 0 32 32">
233
233
  <path fill="#00629b" style="fill: var(--color1, #00629b)" d="M28.548 1.043l2.4 2.4c1.404 1.387 1.404 3.644 0 5.031l-23.52 23.52h-7.431v-7.431l23.52-23.52c1.387-1.387 3.644-1.387 5.031 0zM3.552 28.439l2.507 0.107 17.458-17.476-2.507-2.507-17.458 17.458v2.418z"></path>
234
234
  </symbol>
235
+ <symbol id="icon-view-participants" width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
236
+ <path d="M8 8.72727C8.90909 8.72727 9.68182 8.40909 10.3182 7.77273C10.9545 7.13636 11.2727 6.36364 11.2727 5.45455C11.2727 4.54545 10.9545 3.77273 10.3182 3.13636C9.68182 2.5 8.90909 2.18182 8 2.18182C7.09091 2.18182 6.31818 2.5 5.68182 3.13636C5.04545 3.77273 4.72727 4.54545 4.72727 5.45455C4.72727 6.36364 5.04545 7.13636 5.68182 7.77273C6.31818 8.40909 7.09091 8.72727 8 8.72727ZM8 7.41818C7.45455 7.41818 6.99091 7.22727 6.60909 6.84546C6.22727 6.46364 6.03636 6 6.03636 5.45455C6.03636 4.90909 6.22727 4.44545 6.60909 4.06364C6.99091 3.68182 7.45455 3.49091 8 3.49091C8.54545 3.49091 9.00909 3.68182 9.39091 4.06364C9.77273 4.44545 9.96364 4.90909 9.96364 5.45455C9.96364 6 9.77273 6.46364 9.39091 6.84546C9.00909 7.22727 8.54545 7.41818 8 7.41818ZM8 10.9091C6.2303 10.9091 4.61818 10.4152 3.16364 9.42727C1.70909 8.43939 0.654545 7.11515 0 5.45455C0.654545 3.79394 1.70909 2.4697 3.16364 1.48182C4.61818 0.493939 6.2303 0 8 0C9.7697 0 11.3818 0.493939 12.8364 1.48182C14.2909 2.4697 15.3455 3.79394 16 5.45455C15.3455 7.11515 14.2909 8.43939 12.8364 9.42727C11.3818 10.4152 9.7697 10.9091 8 10.9091ZM8 9.45455C9.3697 9.45455 10.6273 9.09394 11.7727 8.37273C12.9182 7.65152 13.7939 6.67879 14.4 5.45455C13.7939 4.2303 12.9182 3.25758 11.7727 2.53636C10.6273 1.81515 9.3697 1.45455 8 1.45455C6.6303 1.45455 5.37273 1.81515 4.22727 2.53636C3.08182 3.25758 2.20606 4.2303 1.6 5.45455C2.20606 6.67879 3.08182 7.65152 4.22727 8.37273C5.37273 9.09394 6.6303 9.45455 8 9.45455Z" fill="#00629B"/>
237
+ </symbol>
235
238
  </defs>
236
239
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/shared-styles",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"
@@ -132,13 +132,14 @@ $ieeesa-box-shadow-12: 0px 1px 3px rgba(235, 116, 116, 0.12),
132
132
  $ieeesa-box-shadow-13: 0px 2px 6px 2px rgba(0, 0, 0, 0.15),
133
133
  0px 1px 2px 0px rgba(0, 0, 0, 0.3);
134
134
  $ieeesa-box-shadow-14: 0px 2px 0px 0px #00b5e2 inset;
135
- $ieeesa-box-shadow-15: 0px 1px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 0px 0px #00B5E2 inset;
135
+ $ieeesa-box-shadow-15: 0px 1px 4px 0px rgba(0, 0, 0, 0.25),
136
+ 0px 4px 0px 0px #00b5e2 inset;
136
137
  $ieeesa-box-shadow-16: 0px 1px 1px 1px rgba(0, 0, 0, 0.15),
137
138
  0px 1px 1px 0px rgba(0, 0, 0, 0.3);
138
139
  $ieeesa-box-shadow-17: 0px 1px 0px 0px #9ba0a6 inset;
139
140
  $ieeesa-box-shadow-18: 0px 1px 0px 0px #dce3e9 inset;
140
141
  $ieeesa-box-shadow-19: 0px 3px 0px 0px #00b5e2 inset,
141
- 0px 4px 24px 0px rgba(0, 0, 0, 0.5);
142
+ 0px 4px 24px 0px rgba(0, 0, 0, 0.5);
142
143
  // Angular Material mat-button styles
143
144
  $ieeesa-primary-btn-active: #00629b;
144
145
  $ieeesa-primary-btn-hover: #003e65;
@@ -198,6 +199,8 @@ $ieeesa-background-color-gray: #f2f2f2;
198
199
  $ieeesa-mobile-min-width: 767px;
199
200
  $ieeesa-background-color-light-blue: #b0d6ec;
200
201
  $ieeesa-disabled-border-color: #c0c7cd;
201
- $ieeesa-inverse-primary-color: #B0D6EC;
202
+ $ieeesa-inverse-primary-color: #b0d6ec;
202
203
  $ieeesa-file-upload-background-color: #f8fcff;
203
- $ieeesa-sys-light-surface-variant: #D9D9D6;
204
+ $ieeesa-sys-light-surface-variant: #d9d9d6;
205
+ $ieeesa-nav-menu-item-hover-bg-color: #DAE9F1;
206
+ $ieeesa-nav-menu-item-focus-bg-color: #C0DEEF;