@ieeesa-npm/shared-styles 0.2.9 → 0.3.0

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.
@@ -163,5 +163,11 @@
163
163
  <symbol id="icon-calendar-view" width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg">
164
164
  <path fill-rule="evenodd" clip-rule="evenodd" d="M12.25 2H11.5V0.5H10V2H4V0.5H2.5V2H1.75C0.9175 2 0.25 2.675 0.25 3.5V14C0.25 14.825 0.9175 15.5 1.75 15.5H12.25C13.075 15.5 13.75 14.825 13.75 14V3.5C13.75 2.675 13.075 2 12.25 2ZM12.25 14H1.75V5.75H12.25V14ZM2.875 8.75C2.875 7.715 3.715 6.875 4.75 6.875C5.785 6.875 6.625 7.715 6.625 8.75C6.625 9.785 5.785 10.625 4.75 10.625C3.715 10.625 2.875 9.785 2.875 8.75Z" fill="#1C1B1F"/>
165
165
  </symbol>
166
+ <symbol id="icon-expand-collapse-arrow-up" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
167
+ <path d="M7 14L12 9L17 14H7Z" fill="#1C1B1F"/>
168
+ </symbol>
169
+ <symbol id="icon-expand-collapse-arrow-down" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
170
+ <path d="M12 15L7 10H17L12 15Z" fill="black"/>
171
+ </symbol>
166
172
  </defs>
167
173
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/shared-styles",
3
- "version": "0.2.9",
3
+ "version": "0.3.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"