@ieeesa-npm/shared-styles 0.6.1 → 0.6.3

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.
@@ -252,5 +252,11 @@
252
252
  <path d="M6.063 19.873v-2.526h10.105v2.526h-10.105zM6.063 14.4v-2.526h18.526v2.526h-18.526zM6.063 8.926v-2.526h18.526v2.526h-18.526z"></path>
253
253
  <path d="M17.852 23.137l1.789 1.789 2.421-2.421 2.421 2.421 1.789-1.789-2.421-2.421 2.421-2.421-1.789-1.789-2.421 2.421-2.421-2.421-1.789 1.789 2.421 2.421-2.421 2.421z"></path>
254
254
  </symbol>
255
+ <symbol id="icon-file-delete" width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
256
+ <path id="icon" fill-rule="evenodd" clip-rule="evenodd" d="M11.25 2.25V3H15V4.5H14.25V14.25C14.25 15.075 13.575 15.75 12.75 15.75H5.25C4.425 15.75 3.75 15.075 3.75 14.25V4.5H3V3H6.75V2.25H11.25ZM5.25 14.25H12.75V4.5H5.25V14.25ZM6.75 6H8.25V12.75H6.75V6ZM11.25 6H9.75V12.75H11.25V6Z" fill="#1C1B1F"/>
257
+ </symbol>
258
+ <symbol id="icon-drag-indicator" viewBox="0 0 24 24">
259
+ <path d="M15 15.984q0.797 0 1.406 0.609t0.609 1.406-0.609 1.406-1.406 0.609-1.406-0.609-0.609-1.406 0.609-1.406 1.406-0.609zM15 9.984q0.797 0 1.406 0.609t0.609 1.406-0.609 1.406-1.406 0.609-1.406-0.609-0.609-1.406 0.609-1.406 1.406-0.609zM15 8.016q-0.797 0-1.406-0.609t-0.609-1.406 0.609-1.406 1.406-0.609 1.406 0.609 0.609 1.406-0.609 1.406-1.406 0.609zM9 3.984q0.797 0 1.406 0.609t0.609 1.406-0.609 1.406-1.406 0.609-1.406-0.609-0.609-1.406 0.609-1.406 1.406-0.609zM9 9.984q0.797 0 1.406 0.609t0.609 1.406-0.609 1.406-1.406 0.609-1.406-0.609-0.609-1.406 0.609-1.406 1.406-0.609zM11.016 18q0 0.797-0.609 1.406t-1.406 0.609-1.406-0.609-0.609-1.406 0.609-1.406 1.406-0.609 1.406 0.609 0.609 1.406z" fill="#b7b2be"></path>
260
+ </symbol>
255
261
  </defs>
256
262
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/shared-styles",
3
- "version": "0.6.1",
3
+ "version": "0.6.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"
@@ -150,6 +150,8 @@ $ieeesa-confirmation-modal-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
150
150
  $ieeesa-modal-box-shadow: 0px 3px 0px 0px #00b5e2 inset,
151
151
  0px 4px 24px 0px rgba(0, 0, 0, 0.5);
152
152
  $ieeesa-box-shadow-25: 0px 4px 0px 0px #00B5E2 inset;
153
+ $ieeesa-drag-and-drop-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
154
+ 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
153
155
  // Angular Material mat-button styles
154
156
  $ieeesa-primary-btn-active: #00629b;
155
157
  $ieeesa-primary-btn-hover: #003e65;
@@ -231,3 +233,4 @@ $ieeesa-chips-background: linear-gradient(
231
233
  rgba(0, 98, 155, 0.05) 100%
232
234
  ),
233
235
  #fffbfe;
236
+ $ieeesa-info-color: #313033;