cps-ui-kit 0.95.0 → 0.96.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.
Files changed (2) hide show
  1. package/assets/icons.svg +3 -2
  2. package/package.json +1 -1
package/assets/icons.svg CHANGED
@@ -275,8 +275,9 @@
275
275
  <symbol id="line-vertical" viewBox="0 0 14.707 14.707">
276
276
  <path d="M6.275 0h2.158v14.707H6.275z" style="fill:currentColor"/>
277
277
  </symbol>
278
- <symbol xmlns="http://www.w3.org/2000/svg" id="lock" fill="none" viewBox="0 0 20 20">
279
- <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M15.833 9.168H4.167c-.92 0-1.667.746-1.667 1.667v5.833c0 .92.746 1.667 1.667 1.667h11.666c.92 0 1.667-.747 1.667-1.667v-5.833c0-.92-.746-1.667-1.667-1.667ZM5.834 9.168V5.835a4.167 4.167 0 0 1 8.333 0v3.333"/>
278
+ <symbol id="lock" viewBox="0 0 100 100"
279
+ xmlns="http://www.w3.org/2000/svg">
280
+ <path d="M16.2 97.713c-1.084-.545-2.55-1.857-3.257-2.915l-.953-1.925-.333-25.558c-.309-23.67.076-25.701 1.035-27.488 1.252-2.335 4.156-4 6.976-4h2.082l.224-8.356c.263-9.739 1.194-12.914 5.23-17.841 5.072-6.188 11.04-8.36 22.974-8.36 11.933 0 17.9 2.172 22.973 8.36 4.037 4.926 4.968 8.102 5.23 17.841l.225 8.356h2.082c2.82 0 5.724 1.665 6.976 4 .959 1.787 1.035 3.817 1.035 27.488l-.298 25.533-.988 1.95c-2.187 4.318-1.556 3.906-37.235 3.906-29.342 0-32.17-.083-33.978-.99zm67.222-4.205 1.311-1.232v-25.11c0-24.354-.034-25.144-1.133-26.243-1.106-1.106-1.888-1.133-33.422-1.133s-32.316.027-33.422 1.133c-1.099 1.1-1.133 1.889-1.133 26.163 0 24.92.004 25.036 1.232 26.341l1.232 1.312h64.025zM42.443 81.404c-.184-.48-.023-3.234.36-6.12.691-5.229.689-5.255-.766-7.398-2.632-3.878-2.612-8.024.055-11.573 2.17-2.887 4.497-4.054 8.086-4.054 3.585 0 5.904 1.16 8.1 4.054 2.664 3.51 2.662 7.712-.006 11.642-1.442 2.125-1.449 2.187-.783 7.272.368 2.82.504 5.56.301 6.09-.32.835-1.327.96-7.69.96-6.074 0-7.379-.148-7.657-.873zm11.078-5.782c-.745-4.528-.6-7.86.377-8.67.488-.405 1.275-1.487 1.75-2.404 2.867-5.546-4.516-10.964-9.372-6.878-2.94 2.474-2.908 5.861.088 9.151 1.018 1.119 1.1 1.719.753 5.543-.214 2.359-.532 4.662-.707 5.119-.26.68.394.83 3.618.83h3.936zm-21.47-46.103c0-3.47.296-7.295.657-8.502.932-3.108 4.176-6.646 7.525-8.205 2.527-1.177 3.698-1.334 9.945-1.334 6.248 0 7.419.157 9.945 1.334 3.35 1.56 6.594 5.097 7.525 8.205.362 1.207.658 5.033.658 8.502v6.307h6.354l-.218-8.356c-.214-8.23-.246-8.409-2.134-11.916-2.247-4.177-4.74-6.528-9.075-8.561-3.009-1.412-3.56-1.474-13.055-1.474s-10.046.062-13.055 1.474c-4.335 2.033-6.828 4.384-9.075 8.561-1.887 3.507-1.92 3.686-2.134 11.916l-.218 8.356h6.355zm32.194-.677c-.17-6.347-.317-7.174-1.604-9.072-2.322-3.424-4.947-4.338-12.463-4.338-7.516 0-10.141.914-12.463 4.338-1.287 1.898-1.433 2.725-1.604 9.072l-.188 6.984h28.51z" stroke="currentColor" stroke-width="1.934"/>
280
281
  </symbol>
281
282
  <symbol id="logout" viewBox="0 0 384.971 384.971">
282
283
  <path d="M180.455 360.91H24.061V24.061h156.394c6.641 0 12.03-5.39 12.03-12.03s-5.39-12.03-12.03-12.03H12.03C5.39.001 0 5.39 0 12.031V372.94c0 6.641 5.39 12.03 12.03 12.03h168.424c6.641 0 12.03-5.39 12.03-12.03.001-6.641-5.389-12.03-12.029-12.03z"/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cps-ui-kit",
3
- "version": "0.95.0",
3
+ "version": "0.96.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "15 - 16",
6
6
  "@angular/core": "15 - 16",