@ieeesa-npm/shared-styles 0.3.6 → 0.3.8

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.
@@ -213,5 +213,8 @@
213
213
  <circle cx="12" cy="12.5" r="1.5" fill="#00629B"/>
214
214
  <circle cx="12" cy="18.5" r="1.5" fill="#00629B"/>
215
215
  </symbol>
216
+ <symbol id="icon-edit-tenant" viewBox="0 0 32 32">
217
+ <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>
218
+ </symbol>
216
219
  </defs>
217
220
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/shared-styles",
3
- "version": "0.3.6",
3
+ "version": "0.3.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"
@@ -98,6 +98,8 @@ $ieeesa-button-bg-gray: #383838;
98
98
  $ieeesa-light-surface-variant: #daf1fe;
99
99
  $ieeesa-border-blue: #b2b7be;
100
100
  $ieeesa-background-light-blue: #eaf3f9;
101
+ $ieeesa-dark-gray: #ccd2da;
102
+ $ieeesa-data-table-columns-header: #dae9f1;
101
103
  $ieeesa-list-background-color: #f4f5f7;
102
104
  // Box-shadow options
103
105
  $ieeesa-box-shadow-1: 0px 1px 2px rgba(0, 0, 0, 0.3),
@@ -134,6 +136,7 @@ $ieeesa-box-shadow-15: 0px 1px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 0px 0px #00B
134
136
  $ieeesa-box-shadow-16: 0px 1px 1px 1px rgba(0, 0, 0, 0.15),
135
137
  0px 1px 1px 0px rgba(0, 0, 0, 0.3);
136
138
  $ieeesa-box-shadow-17: 0px 1px 0px 0px #9ba0a6 inset;
139
+ $ieeesa-box-shadow-18: 0px 1px 0px 0px #dce3e9 inset;
137
140
  // Angular Material mat-button styles
138
141
  $ieeesa-primary-btn-active: #00629b;
139
142
  $ieeesa-primary-btn-hover: #003e65;