carriera-intern-components 1.1.199 → 1.1.721

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 (111) hide show
  1. package/fesm2022/carriera-intern-components.mjs +9119 -5402
  2. package/fesm2022/carriera-intern-components.mjs.map +1 -1
  3. package/index.d.ts +2550 -3
  4. package/package.json +1 -1
  5. package/public/assets/animations/animation-document-update.json +1 -0
  6. package/public/assets/animations/animation-image.json +1 -0
  7. package/public/assets/animations/animation-logo.json +1 -0
  8. package/public/assets/animations/animation-media.json +1 -0
  9. package/public/assets/cdl.png +0 -0
  10. package/public/assets/icons/Thumb-active.svg +3 -0
  11. package/public/assets/icons/cai-drop-zone-focus.svg +48 -0
  12. package/public/assets/icons/fuel-contact/cai-contact.svg +3 -0
  13. package/public/assets/icons/general/cai-date.svg +1 -1
  14. package/public/assets/icons/general/cai-sort-descending.svg +4 -0
  15. package/public/assets/icons/interaction/cai-dislike.svg +2 -2
  16. package/public/assets/icons/interaction/cai-drag.svg +3 -0
  17. package/public/assets/icons/interaction/cai-like.svg +2 -2
  18. package/public/assets/icons/interaction/cai_time.svg +1 -1
  19. package/public/assets/icons/load/cai-parking.svg +3 -0
  20. package/public/assets/invexample.png +0 -0
  21. package/public/assets/invoice.png +0 -0
  22. package/public/assets/json/icons.json +20 -0
  23. package/src/styles/README.md +7 -5
  24. package/src/styles/_variables.scss +27 -14
  25. package/src/styles/cropper.scss +14 -8
  26. package/src/styles/custompickers.scss +704 -693
  27. package/src/styles/popover.scss +210 -4
  28. package/src/styles/review_variables.scss +5 -0
  29. package/src/styles/tooltip.scss +37 -3
  30. package/src/styles.scss +18 -6
  31. package/app/components/avatar/avatar.component.d.ts +0 -30
  32. package/app/components/avatar/models/avatar.model.d.ts +0 -28
  33. package/app/components/avatar/models/index.d.ts +0 -1
  34. package/app/components/avatar/pipes/initials.pipe.d.ts +0 -11
  35. package/app/components/copy/copy.component.d.ts +0 -23
  36. package/app/components/document-preview/document-preview.component.d.ts +0 -107
  37. package/app/components/document-preview/interfaces/document-tag.interface.d.ts +0 -4
  38. package/app/components/document-preview/interfaces/index.d.ts +0 -1
  39. package/app/components/drop-zone/drop-zone.component.d.ts +0 -192
  40. package/app/components/drop-zone/models/file.response.d.ts +0 -10
  41. package/app/components/input/directives/helpers/index.d.ts +0 -1
  42. package/app/components/input/directives/helpers/mask.helper.d.ts +0 -15
  43. package/app/components/input/directives/mask.directive.d.ts +0 -67
  44. package/app/components/input/directives/number-format.directive.d.ts +0 -120
  45. package/app/components/input/directives/password.directive.d.ts +0 -100
  46. package/app/components/input/input.component.d.ts +0 -394
  47. package/app/components/input/models/dropdown.model.d.ts +0 -272
  48. package/app/components/input/models/index.d.ts +0 -2
  49. package/app/components/input/models/input.model.d.ts +0 -62
  50. package/app/components/input/pipes/error-message.pipe.d.ts +0 -11
  51. package/app/components/input/pipes/filter-by-search.pipe.d.ts +0 -9
  52. package/app/components/input/pipes/highlight-search.d.ts +0 -13
  53. package/app/components/input/pipes/remap-pm-icons.pipe.d.ts +0 -7
  54. package/app/components/input-address/enums/input-address-layers-string.enum.d.ts +0 -4
  55. package/app/components/input-address/enums/input-address-type-string.enum.d.ts +0 -5
  56. package/app/components/input-address/input-address.component.d.ts +0 -67
  57. package/app/components/input-address/models/address-data.model.d.ts +0 -19
  58. package/app/components/input-address/models/address-list.model.d.ts +0 -6
  59. package/app/components/input-address/models/long-lat.model.d.ts +0 -4
  60. package/app/components/input-address/models/sent-address-data.model.d.ts +0 -22
  61. package/app/components/input-datetime-picker/cai-input-datetime-picker.component.d.ts +0 -103
  62. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/cai-custom-datetime-pickers.component.d.ts +0 -58
  63. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/components/cai-custom-datetime-pickers-calendar-dates-main/cai-custom-datetime-pickers-calendar-dates-main.component.d.ts +0 -41
  64. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/components/cai-custom-datetime-pickers-calendar-days/cai-custom-datetime-pickers-calendar-days.component.d.ts +0 -26
  65. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/components/cai-custom-datetime-pickers-calendar-left/cai-custom-datetime-pickers-calendar-left.component.d.ts +0 -30
  66. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/components/cai-custom-datetime-pickers-date-calendars/cai-custom-datetime-pickers-date-calendars.component.d.ts +0 -38
  67. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/config/cai-input.config.d.ts +0 -169
  68. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/config/index.d.ts +0 -1
  69. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/calendar-left-string.enum.d.ts +0 -5
  70. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/calendar-list-preview-string.enum.d.ts +0 -4
  71. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/calendar-main-string.enum.d.ts +0 -5
  72. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/calendar-scroll-type-string.enum.d.ts +0 -4
  73. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/calendar-string.enum.d.ts +0 -6
  74. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/calendar-type-string.enum.d.ts +0 -3
  75. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/config.enum.d.ts +0 -7
  76. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/models/scroll-change.model.d.ts +0 -6
  77. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/models/scroll-type.model.d.ts +0 -8
  78. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/pipes/calendar-months.pipe.d.ts +0 -9
  79. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/services/calendar-datetime-picker.service.d.ts +0 -19
  80. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/strategy/calendar-strategy.d.ts +0 -30
  81. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/utils/constants/custom-datetime-pickers.constants.d.ts +0 -19
  82. package/app/components/input-datetime-picker/enums/input-config-name-string.enum.d.ts +0 -7
  83. package/app/components/input-datetime-picker/pipes/input-clear-class.pipe.d.ts +0 -14
  84. package/app/components/input-datetime-picker/pipes/input-date-time-container-class.pipe.d.ts +0 -11
  85. package/app/components/input-datetime-picker/pipes/input-dropdown-arrow-class.pipe.d.ts +0 -11
  86. package/app/components/input-datetime-picker/pipes/input-placeholder-icon.class.pipe.d.ts +0 -11
  87. package/app/components/input-datetime-picker/pipes/show-clear.pipe.d.ts +0 -8
  88. package/app/components/pm/pm.component.d.ts +0 -76
  89. package/app/components/selected-location-field/interfaces/index.d.ts +0 -1
  90. package/app/components/selected-location-field/interfaces/selected-business-field.interface.d.ts +0 -11
  91. package/app/components/selected-location-field/selected-business-field.component.d.ts +0 -12
  92. package/app/directives/hover-svg-directives.d.ts +0 -15
  93. package/app/directives/index.d.ts +0 -3
  94. package/app/directives/infinite-scroll.directive.d.ts +0 -16
  95. package/app/directives/intersection-observer.directive.d.ts +0 -15
  96. package/app/enums/alignment.enum.d.ts +0 -4
  97. package/app/enums/general-actions.enum.d.ts +0 -58
  98. package/app/enums/index.d.ts +0 -3
  99. package/app/enums/string-placeholder.enum.d.ts +0 -3
  100. package/app/models/appFile.model.d.ts +0 -14
  101. package/app/models/pm.model.d.ts +0 -10
  102. package/app/pipes/bytes-to-human-readable.pipe.d.ts +0 -7
  103. package/app/pipes/currency.pipe.d.ts +0 -28
  104. package/app/pipes/number-format.pipe.d.ts +0 -7
  105. package/app/services/document.service.d.ts +0 -22
  106. package/app/utils/autofill-validators.d.ts +0 -10
  107. package/app/utils/constants/index.d.ts +0 -1
  108. package/app/utils/constants/input-character-sets.constants.d.ts +0 -18
  109. package/app/utils/index.d.ts +0 -2
  110. package/public/pdfjs/pdf.worker.min.mjs +0 -30
  111. package/public-api.d.ts +0 -11
@@ -0,0 +1,48 @@
1
+ <svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g opacity="0.7">
3
+ <path d="M60.2737 23.886V149.096C60.2759 149.436 60.2112 149.774 60.0832 150.089C59.9553 150.404 59.7667 150.69 59.5282 150.932C59.2898 151.173 59.0062 151.365 58.6939 151.496C58.3815 151.626 58.0466 151.694 57.7083 151.694H6.06554C5.72724 151.694 5.39225 151.626 5.0799 151.496C4.76755 151.365 4.484 151.173 4.24556 150.932C4.00711 150.69 3.81849 150.404 3.69055 150.089C3.5626 149.774 3.49786 149.436 3.50005 149.096V23.9363C3.50442 23.2397 3.78138 22.5729 4.27093 22.0803C4.76048 21.5877 5.42321 21.3091 6.11552 21.3047H57.7749C58.4451 21.3179 59.0831 21.5962 59.5508 22.0793C60.0185 22.5625 60.2782 23.2115 60.2737 23.886Z" fill="#DF3C3C"/>
4
+ <path d="M60.2737 23.7351V25.1263C60.2737 25.5175 60.1192 25.8927 59.8443 26.1693C59.5694 26.4459 59.1965 26.6014 58.8077 26.6014H5.0993C4.71049 26.6014 4.33761 26.4459 4.06269 26.1693C3.78776 25.8927 3.6333 25.5175 3.6333 25.1263V23.7351C3.6333 23.0905 3.8878 22.4723 4.3408 22.0166C4.79381 21.5608 5.4082 21.3047 6.04884 21.3047H57.9248C58.5441 21.3097 59.1388 21.5491 59.5907 21.9751C59.8155 22.2078 59.9918 22.4834 60.1091 22.7856C60.2264 23.0879 60.2824 23.4107 60.2737 23.7351Z" fill="#DF3C3C"/>
5
+ <path d="M60.2737 23.7351V25.1263C60.2737 25.5175 60.1192 25.8927 59.8443 26.1693C59.5694 26.4459 59.1965 26.6013 58.8077 26.6013H5.0993C4.71049 26.6013 4.33761 26.4459 4.06269 26.1693C3.78776 25.8927 3.6333 25.5175 3.6333 25.1263V24.8581C4.24286 25.0138 4.8703 25.0871 5.49909 25.076C8.74759 25.076 59.8406 26.9533 59.5907 21.9751C59.8155 22.2077 59.9918 22.4833 60.1091 22.7856C60.2264 23.0879 60.2824 23.4107 60.2737 23.7351Z" fill="#C20C0C"/>
6
+ <path d="M55.9924 109.655H7.99801C6.98596 109.655 6.16553 110.481 6.16553 111.499V145.626C6.16553 146.644 6.98596 147.47 7.99801 147.47H55.9924C57.0045 147.47 57.8249 146.644 57.8249 145.626V111.499C57.8249 110.481 57.0045 109.655 55.9924 109.655Z" fill="#E66767"/>
7
+ <path d="M41.3825 119.914H22.5912C21.6711 119.914 20.9253 120.664 20.9253 121.59V129.484C20.9253 130.41 21.6711 131.161 22.5912 131.161H41.3825C42.3025 131.161 43.0484 130.41 43.0484 129.484V121.59C43.0484 120.664 42.3025 119.914 41.3825 119.914Z" fill="#DF3C3C"/>
8
+ <path d="M40.1331 121.573H23.8573C23.1764 121.573 22.6245 122.129 22.6245 122.814V127.909C22.6245 128.594 23.1764 129.15 23.8573 129.15H40.1331C40.8139 129.15 41.3658 128.594 41.3658 127.909V122.814C41.3658 122.129 40.8139 121.573 40.1331 121.573Z" fill="#C20C0C"/>
9
+ <path d="M41.3658 122.763V125.193H22.6245V122.746C22.6245 122.59 22.6551 122.435 22.7145 122.291C22.774 122.146 22.8611 122.015 22.971 121.905C23.0808 121.794 23.2112 121.707 23.3547 121.647C23.4982 121.587 23.652 121.556 23.8073 121.556H40.183C40.3398 121.556 40.495 121.587 40.6396 121.648C40.7842 121.709 40.9153 121.798 41.0253 121.911C41.1354 122.023 41.2222 122.156 41.2806 122.302C41.3391 122.449 41.368 122.605 41.3658 122.763Z" fill="#ED9292"/>
10
+ <path d="M56.0257 69.9473H7.96469C6.97104 69.9473 6.16553 70.7577 6.16553 71.7575V104.862C6.16553 105.862 6.97104 106.672 7.96469 106.672H56.0257C57.0194 106.672 57.8249 105.862 57.8249 104.862V71.7575C57.8249 70.7577 57.0194 69.9473 56.0257 69.9473Z" fill="#E66767"/>
11
+ <path d="M41.3825 80.2051H22.5912C21.6711 80.2051 20.9253 80.9555 20.9253 81.8812V89.776C20.9253 90.7017 21.6711 91.4522 22.5912 91.4522H41.3825C42.3025 91.4522 43.0484 90.7017 43.0484 89.776V81.8812C43.0484 80.9555 42.3025 80.2051 41.3825 80.2051Z" fill="#DF3C3C"/>
12
+ <path d="M40.1331 81.8647H23.8573C23.1764 81.8647 22.6245 82.4201 22.6245 83.1051V88.2007C22.6245 88.8857 23.1764 89.441 23.8573 89.441H40.1331C40.8139 89.441 41.3658 88.8857 41.3658 88.2007V83.1051C41.3658 82.4201 40.8139 81.8647 40.1331 81.8647Z" fill="#C20C0C"/>
13
+ <path d="M41.3658 83.0548V85.5021H22.6245V83.0548C22.6245 82.7392 22.7491 82.4365 22.971 82.2133C23.1928 81.9901 23.4936 81.8647 23.8073 81.8647H40.183C40.4967 81.8647 40.7976 81.9901 41.0194 82.2133C41.2412 82.4365 41.3658 82.7392 41.3658 83.0548Z" fill="#ED9292"/>
14
+ <path d="M56.0257 29.2495H7.96469C6.97104 29.2495 6.16553 30.06 6.16553 31.0598V65.4883C6.16553 66.488 6.97104 67.2985 7.96469 67.2985H56.0257C57.0194 67.2985 57.8249 66.488 57.8249 65.4883V31.0598C57.8249 30.06 57.0194 29.2495 56.0257 29.2495Z" fill="#E66767"/>
15
+ <path d="M41.3825 39.5078H22.5912C21.6711 39.5078 20.9253 40.2583 20.9253 41.184V49.0787C20.9253 50.0045 21.6711 50.7549 22.5912 50.7549H41.3825C42.3025 50.7549 43.0484 50.0045 43.0484 49.0787V41.184C43.0484 40.2583 42.3025 39.5078 41.3825 39.5078Z" fill="#DF3C3C"/>
16
+ <path d="M40.1331 41.1675H23.8573C23.1764 41.1675 22.6245 41.7228 22.6245 42.4078V47.5034C22.6245 48.1884 23.1764 48.7438 23.8573 48.7438H40.1331C40.8139 48.7438 41.3658 48.1884 41.3658 47.5034V42.4078C41.3658 41.7228 40.8139 41.1675 40.1331 41.1675Z" fill="#C20C0C"/>
17
+ <path d="M41.3658 42.3406V44.7375H22.6245V42.2736C22.6245 42.1173 22.6551 41.9625 22.7145 41.8182C22.774 41.6738 22.8611 41.5426 22.971 41.4321C23.0808 41.3215 23.2112 41.2339 23.3547 41.1741C23.4982 41.1143 23.652 41.0835 23.8073 41.0835H40.183C40.3441 41.0832 40.5036 41.1161 40.6516 41.18C40.7996 41.244 40.9331 41.3377 41.0439 41.4554C41.1546 41.5731 41.2403 41.7123 41.2957 41.8645C41.351 42.0168 41.3749 42.1788 41.3658 42.3406Z" fill="#ED9292"/>
18
+ <path d="M60.2737 111.986V149.097C60.2759 149.437 60.2112 149.775 60.0832 150.09C59.9553 150.405 59.7667 150.691 59.5282 150.933C59.2898 151.174 59.0062 151.366 58.6939 151.497C58.3815 151.627 58.0466 151.695 57.7083 151.695H6.06554C5.72724 151.695 5.39225 151.627 5.0799 151.497C4.76755 151.366 4.484 151.174 4.24556 150.933C4.00711 150.691 3.81849 150.405 3.69055 150.09C3.5626 149.775 3.49786 149.437 3.50005 149.097V145.744C3.50005 145.744 3.50005 149.516 9.11411 149.516C14.7282 149.516 58.8244 151.309 60.2737 111.986Z" fill="#C20C0C"/>
19
+ </g>
20
+ <path d="M132.162 150.801C132.527 152.966 132.034 155.188 130.787 156.991C129.541 158.793 127.642 160.031 125.498 160.439L43.9525 175.324C42.8869 175.517 41.794 175.497 40.7362 175.264C39.6785 175.031 38.6768 174.591 37.7885 173.968C36.9002 173.345 36.1428 172.552 35.5597 171.634C34.9765 170.716 34.5792 169.692 34.3903 168.619L13.6332 53.1144C13.417 51.9234 13.4365 50.7012 13.6906 49.5178C13.9447 48.3344 14.4284 47.213 15.1139 46.218C15.7995 45.223 16.6735 44.3739 17.6858 43.7194C18.6981 43.0649 19.8288 42.6177 21.0131 42.4037L101.642 27.6702C102.708 27.4771 103.801 27.4974 104.859 27.7301C105.916 27.9627 106.918 28.403 107.806 29.0259C108.695 29.6487 109.452 30.4418 110.035 31.3597C110.618 32.2776 111.016 33.3022 111.205 34.3749L120.6 86.4869L132.162 150.801Z" fill="#F3F3F3"/>
21
+ <path d="M132.165 150.799C132.53 152.963 132.037 155.186 130.791 156.988C129.545 158.79 127.645 160.028 125.501 160.437L43.9558 175.321C42.8902 175.514 41.7972 175.494 40.7395 175.261C39.6818 175.028 38.6801 174.588 37.7918 173.965C36.9035 173.342 36.1461 172.549 35.5629 171.631C34.9798 170.714 34.5824 169.689 34.3936 168.616C36.0594 169.773 39.7078 171.131 47.3542 170.125C59.1154 168.583 128.533 160.302 120.504 86.417L132.165 150.799Z" fill="#EAEAEA"/>
22
+ <path d="M25.1321 70.4804C25.1321 70.4804 35.7771 66.7761 38.1261 79.7832C40.475 92.7902 53.3357 90.1419 51.4532 79.3976C49.5708 68.6534 51.3033 62.4851 56.0677 61.6135C60.8322 60.7419 62.8146 66.8096 64.6971 77.2689C65.8299 83.5378 68.8951 83.2528 71.1941 82.0292C71.5175 81.8675 71.8738 81.7835 72.2349 81.7839C72.5961 81.7844 72.9522 81.8692 73.2752 82.0317C73.5982 82.1942 73.8793 82.43 74.0964 82.7204C74.3134 83.0108 74.4604 83.348 74.5259 83.7054L76.9081 96.9136L30.8461 105.294L25.1321 70.4804Z" fill="#BED0F9"/>
23
+ <path d="M76.9471 96.9321L76.2474 93.0266C76.0776 92.1364 75.6814 91.3056 75.0975 90.6153C74.5136 89.925 73.7619 89.3986 72.9156 89.0876C65.0693 86.0873 65.7523 61.7325 61.3876 63.9451C56.5899 66.275 65.3691 82.7685 58.0559 84.3944C50.7426 86.0202 50.8759 75.1922 41.3969 74.0021C38.7363 73.6719 36.0384 74.1506 33.6505 75.3766C31.465 76.5032 29.6983 78.3082 28.6121 80.5242C27.5259 82.7401 27.178 85.2492 27.62 87.6796L30.8185 105.414L76.9471 96.9321Z" fill="#F4BEBE"/>
24
+ <path d="M76.9359 96.9316C76.9647 97.0793 76.9636 97.2313 76.9328 97.3786C76.902 97.5259 76.842 97.6654 76.7566 97.789C76.6711 97.9125 76.5618 98.0175 76.4352 98.0977C76.3086 98.1778 76.1673 98.2316 76.0197 98.2558L31.0405 106.469C30.8927 106.498 30.7407 106.497 30.5932 106.466C30.4458 106.435 30.3059 106.375 30.1818 106.29C30.0578 106.204 29.9519 106.094 29.8705 105.966C29.7891 105.839 29.7338 105.696 29.7078 105.547L21.545 60.2906C21.5162 60.1429 21.5173 59.9908 21.5481 59.8436C21.5789 59.6963 21.6388 59.5567 21.7243 59.4332C21.8098 59.3097 21.9191 59.2047 22.0456 59.1245C22.1722 59.0443 22.3135 58.9905 22.4612 58.9664C22.609 58.9374 22.7611 58.9383 22.9085 58.9692C23.0559 59 23.1958 59.06 23.3199 59.1459C23.444 59.2317 23.5498 59.3416 23.6312 59.4691C23.7126 59.5965 23.7679 59.7391 23.7939 59.8883L31.5403 102.832C31.5971 103.132 31.7682 103.398 32.0171 103.573C32.266 103.749 32.5731 103.819 32.873 103.77L75.5699 95.9594C75.7237 95.9256 75.8828 95.9244 76.0371 95.9559C76.1914 95.9874 76.3375 96.0509 76.466 96.1424C76.5946 96.2339 76.7027 96.3513 76.7836 96.4872C76.8645 96.6231 76.9164 96.7744 76.9359 96.9316Z" fill="#D6D6D6"/>
25
+ <path d="M105.115 46.2227L75.7583 51.5853C74.6358 51.7903 73.891 52.8721 74.0948 54.0015L74.2734 54.9911C74.4772 56.1205 75.5524 56.8699 76.6749 56.6648L106.031 51.3023C107.154 51.0972 107.898 50.0154 107.695 48.886L107.516 47.8965C107.312 46.767 106.237 46.0177 105.115 46.2227Z" fill="#D6D6D6"/>
26
+ <path d="M108.282 63.7511L78.926 69.1136C77.8035 69.3186 77.0588 70.4004 77.2626 71.5299L77.4411 72.5194C77.6449 73.6488 78.7201 74.3982 79.8426 74.1931L109.199 68.8306C110.321 68.6256 111.066 67.5438 110.862 66.4143L110.684 65.4248C110.48 64.2954 109.405 63.546 108.282 63.7511Z" fill="#D6D6D6"/>
27
+ <path d="M111.436 81.2799L82.0794 86.6424C80.9569 86.8474 80.2121 87.9292 80.4159 89.0587L80.5944 90.0482C80.7982 91.1776 81.8734 91.927 82.9959 91.7219L112.352 86.3594C113.475 86.1544 114.219 85.0726 114.016 83.9431L113.837 82.9536C113.633 81.8242 112.558 81.0748 111.436 81.2799Z" fill="#D6D6D6"/>
28
+ <path d="M113.282 101.953L35.0481 116.244C33.9256 116.449 33.1808 117.531 33.3846 118.661L33.5632 119.65C33.767 120.78 34.8421 121.529 35.9647 121.324L114.199 107.033C115.321 106.828 116.066 105.746 115.862 104.617L115.684 103.627C115.48 102.498 114.405 101.748 113.282 101.953Z" fill="#D6D6D6"/>
29
+ <path d="M119.256 123.514V123.648C119.339 124.303 119.17 124.966 118.783 125.499C118.395 126.032 117.82 126.396 117.174 126.515L115.791 126.749L39.943 140.611C39.2833 140.735 38.6016 140.594 38.0441 140.218C37.4867 139.842 37.0979 139.261 36.9611 138.6V138.466C36.869 137.812 37.0329 137.147 37.4183 136.613C37.8037 136.078 38.3804 135.715 39.0268 135.599L116.274 121.486C116.763 121.397 117.268 121.455 117.724 121.654C118.111 121.814 118.453 122.068 118.72 122.392C118.987 122.717 119.171 123.102 119.256 123.514Z" fill="#D6D6D6"/>
30
+ <path d="M122.734 142.841V142.975C122.817 143.63 122.648 144.292 122.261 144.825C121.873 145.358 121.298 145.722 120.652 145.841L98.8287 149.83L43.4044 159.887C42.735 160.009 42.0449 159.859 41.4857 159.469C40.9265 159.08 40.544 158.482 40.4224 157.809V157.658C40.3397 157 40.5115 156.336 40.9022 155.803C41.293 155.269 41.8728 154.907 42.5215 154.792L105.409 143.31L119.736 140.695C120.073 140.63 120.42 140.635 120.756 140.709C121.092 140.783 121.41 140.924 121.69 141.124C121.97 141.325 122.207 141.58 122.386 141.875C122.566 142.17 122.684 142.499 122.734 142.841Z" fill="#D6D6D6"/>
31
+ <path d="M117.182 126.501L115.8 126.736C116.526 125.049 117.165 123.326 117.716 121.573C118.111 121.74 118.458 122.004 118.726 122.341C118.993 122.677 119.173 123.076 119.248 123.501V123.635C119.332 124.288 119.165 124.948 118.781 125.481C118.397 126.013 117.825 126.378 117.182 126.501Z" fill="#BBBBBB"/>
32
+ <path d="M122.731 142.85V142.984C122.814 143.639 122.644 144.301 122.257 144.834C121.87 145.367 121.294 145.731 120.648 145.85L98.8252 149.839C101.167 147.853 103.361 145.696 105.389 143.386L119.715 140.771C120.05 140.704 120.394 140.704 120.728 140.772C121.062 140.841 121.378 140.976 121.66 141.17C121.941 141.363 122.18 141.612 122.364 141.9C122.548 142.189 122.673 142.512 122.731 142.85Z" fill="#BBBBBB"/>
33
+ <path d="M196.285 66.2106L183.125 172.563C182.779 175.332 181.359 177.85 179.174 179.568C176.989 181.286 174.217 182.064 171.463 181.732L79.1896 170.167C76.4334 169.827 73.9237 168.401 72.212 166.201C70.5003 164.001 69.7265 161.207 70.0605 158.433V158.333L86.4862 25.6976C86.8278 22.9263 88.2466 20.4039 90.432 18.6824C92.6175 16.961 95.3916 16.1807 98.1475 16.5122L164.2 24.7925C165.687 24.9833 167.117 25.4858 168.398 26.2675C169.467 26.9322 170.405 27.7903 171.164 28.7985L177.711 37.1793L194.153 58.4332C195.001 59.5269 195.626 60.7785 195.992 62.1161C196.358 63.4537 196.458 64.8509 196.285 66.2274V66.2106Z" fill="#EEEEEE"/>
34
+ <path d="M196.285 66.2127L183.125 172.566C182.779 175.334 181.359 177.852 179.174 179.57C176.989 181.288 174.217 182.066 171.463 181.734L79.1896 170.169C76.4334 169.829 73.9237 168.403 72.212 166.203C70.5003 164.003 69.7265 161.209 70.0605 158.435V158.335C72.1262 161.05 77.9569 165.978 93.533 167.252C115.34 169.029 157.653 174.326 169.381 134.014C181.109 93.7019 183.358 63.8493 168.565 56.4742L177.761 37.1479L194.203 58.4017C195.051 59.4954 195.676 60.7471 196.042 62.0847C196.408 63.4223 196.508 64.8195 196.335 66.1959L196.285 66.2127Z" fill="#DADADA"/>
35
+ <path d="M184.867 46.4244L184.751 47.3965C184.63 48.3263 184.149 49.1704 183.413 49.745C182.677 50.3195 181.744 50.578 180.819 50.4639L101.923 40.5746C101 40.4573 100.161 39.9769 99.5896 39.2387C99.0182 38.5004 98.7609 37.5643 98.874 36.6356L99.0739 34.9594C99.1295 34.4988 99.275 34.0538 99.5022 33.65C99.7293 33.2462 100.034 32.8916 100.397 32.6065C100.761 32.3215 101.177 32.1116 101.622 31.989C102.067 31.8663 102.531 31.8334 102.989 31.892L181.286 41.6976L184.867 46.4244Z" fill="#6C6C6C"/>
36
+ <path d="M181.622 72.5803C181.544 73.192 181.269 73.7611 180.839 74.2002C180.408 74.6392 179.847 74.924 179.24 75.0108H178.557L98.2607 64.9538C97.8973 64.9082 97.5464 64.7909 97.2281 64.6086C96.9098 64.4263 96.6304 64.1825 96.406 63.8913C96.1816 63.6001 96.0165 63.2672 95.9203 62.9116C95.824 62.556 95.7985 62.1848 95.8452 61.8193C95.9155 61.202 96.1905 60.6264 96.6257 60.1855C97.0609 59.7445 97.631 59.4639 98.2441 59.3889C98.4761 59.3554 98.7117 59.3554 98.9438 59.3889L177.574 69.2615L179.24 69.4627C179.601 69.5081 179.949 69.625 180.264 69.8067C180.58 69.9884 180.856 70.2313 181.078 70.5213C181.299 70.8112 181.461 71.1425 181.555 71.4959C181.648 71.8494 181.671 72.2179 181.622 72.5803Z" fill="#919191"/>
37
+ <path d="M178.772 95.6482C178.727 96.0351 178.6 96.4078 178.399 96.7405C178.197 97.0732 177.927 97.3582 177.606 97.5758C177.239 97.8488 176.809 98.022 176.356 98.0787C176.124 98.1121 175.889 98.1121 175.657 98.0787L95.3771 88.0216C95.0144 87.9781 94.6638 87.8627 94.3456 87.6821C94.0274 87.5015 93.748 87.2593 93.5234 86.9694C93.2988 86.6796 93.1335 86.3478 93.0371 85.9933C92.9406 85.6388 92.915 85.2685 92.9615 84.9039C93.0376 84.2843 93.3161 83.7077 93.7534 83.2647C94.1906 82.8217 94.7618 82.5375 95.3771 82.4568C95.6036 82.4233 95.8336 82.4233 96.0601 82.4568L176.356 92.5138C177.064 92.5985 177.71 92.9597 178.155 93.5195C178.393 93.8158 178.569 94.1565 178.675 94.5218C178.781 94.8872 178.814 95.27 178.772 95.6482Z" fill="#919191"/>
38
+ <path d="M175.919 118.7C175.846 119.316 175.57 119.89 175.135 120.33C174.701 120.771 174.132 121.052 173.52 121.13C173.282 121.155 173.042 121.155 172.804 121.13L92.5242 111.073C92.1593 111.03 91.8066 110.914 91.4864 110.732C91.1662 110.551 90.8849 110.308 90.6588 110.016C90.4326 109.725 90.2661 109.391 90.1688 109.034C90.0716 108.678 90.0454 108.306 90.092 107.939C90.1658 107.324 90.4423 106.753 90.8772 106.315C91.3121 105.878 91.8803 105.599 92.4909 105.525C92.7285 105.492 92.9696 105.492 93.2072 105.525L173.487 115.582C173.699 115.61 173.906 115.666 174.103 115.75C174.69 115.967 175.187 116.375 175.516 116.91C175.845 117.445 175.987 118.075 175.919 118.7Z" fill="#919191"/>
39
+ <path d="M173.075 141.756C172.991 142.368 172.712 142.936 172.279 143.374C171.847 143.813 171.284 144.098 170.677 144.187C170.433 144.22 170.187 144.22 169.944 144.187L165.512 143.633L89.6641 134.13C88.983 134.054 88.3535 133.729 87.8962 133.215C87.4389 132.702 87.186 132.037 87.186 131.347C87.186 130.658 87.4389 129.992 87.8962 129.479C88.3535 128.966 88.983 128.64 89.6641 128.565C89.9017 128.531 90.1428 128.531 90.3804 128.565L167.894 138.286L170.66 138.638C171.389 138.735 172.051 139.116 172.503 139.699C172.955 140.282 173.16 141.021 173.075 141.756Z" fill="#919191"/>
40
+ <path d="M170.221 164.83C170.144 165.448 169.865 166.022 169.427 166.462C168.99 166.903 168.419 167.183 167.805 167.261C167.579 167.294 167.349 167.294 167.122 167.261L142.417 164.177L86.8261 157.187C86.4628 157.143 86.1116 157.028 85.7926 156.848C85.4736 156.667 85.1931 156.425 84.9672 156.136C84.7413 155.846 84.5743 155.515 84.476 155.16C84.3776 154.805 84.3497 154.435 84.3939 154.069C84.4754 153.452 84.7557 152.878 85.1919 152.436C85.6282 151.994 86.1963 151.708 86.8095 151.622H87.5091L151.33 159.634L167.789 161.696C168.524 161.788 169.193 162.17 169.649 162.757C170.104 163.345 170.31 164.09 170.221 164.83Z" fill="#919191"/>
41
+ <path d="M170.231 164.829C170.155 165.447 169.875 166.021 169.438 166.462C169 166.902 168.43 167.183 167.816 167.26C167.589 167.293 167.359 167.293 167.133 167.26L142.427 164.176C145.55 162.983 148.537 161.461 151.34 159.633L167.799 161.695C168.534 161.787 169.203 162.169 169.659 162.756C170.115 163.344 170.321 164.089 170.231 164.829Z" fill="#6C6C6C"/>
42
+ <path d="M173.073 141.754C172.989 142.366 172.71 142.934 172.277 143.372C171.845 143.811 171.282 144.096 170.674 144.184C170.431 144.218 170.184 144.218 169.941 144.184L165.51 143.631C166.407 141.899 167.197 140.114 167.876 138.284L170.641 138.636C171.373 138.728 172.039 139.108 172.495 139.692C172.95 140.275 173.158 141.017 173.073 141.754Z" fill="#6C6C6C"/>
43
+ <path d="M175.926 118.696C175.853 119.313 175.577 119.887 175.143 120.327C174.708 120.768 174.139 121.049 173.527 121.127C173.289 121.152 173.049 121.152 172.811 121.127C173.294 119.283 173.711 117.49 174.11 115.713C174.703 115.931 175.205 116.345 175.535 116.887C175.864 117.428 176.002 118.066 175.926 118.696Z" fill="#6C6C6C"/>
44
+ <path d="M178.148 93.5254C178.385 93.8217 178.562 94.1624 178.668 94.5277C178.773 94.8931 178.806 95.2759 178.764 95.6541C178.72 96.041 178.592 96.4137 178.391 96.7464C178.19 97.0792 177.919 97.3641 177.598 97.5817C177.815 96.1905 177.998 94.8496 178.148 93.5254Z" fill="#6C6C6C"/>
45
+ <path d="M181.623 72.5829C181.545 73.1946 181.27 73.7637 180.839 74.2028C180.409 74.6419 179.847 74.9266 179.24 75.0134H178.557C178.36 73.0745 178.02 71.1528 177.541 69.2642L179.207 69.4653C179.571 69.5066 179.923 69.6206 180.242 69.8005C180.561 69.9804 180.841 70.2227 181.066 70.5131C181.291 70.8035 181.457 71.1362 181.552 71.4916C181.648 71.847 181.672 72.218 181.623 72.5829Z" fill="#6C6C6C"/>
46
+ <path d="M195.878 61.7348L168.407 58.3825C167.36 58.2487 166.409 57.7021 165.762 56.8629C165.116 56.0237 164.827 54.9606 164.959 53.9071V53.8065L168.374 26.2671C169.443 26.9317 170.381 27.7899 171.139 28.7981L184.333 45.8447L194.129 58.483C194.895 59.4564 195.487 60.5568 195.878 61.7348Z" fill="#E5E5E5"/>
47
+ <path d="M195.878 61.7451L168.407 58.3927C167.36 58.2589 166.409 57.7123 165.762 56.8731C165.116 56.034 164.827 54.9708 164.959 53.9173V53.8168C165.325 54.7722 166.625 55.9455 169.956 56.3645C176.22 57.0853 192.08 56.3646 184.283 45.855L194.079 58.4933C194.863 59.4629 195.472 60.5635 195.878 61.7451Z" fill="#CCCCCC"/>
48
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 0.5C8.12108 0.5 6.28436 1.05717 4.72209 2.10104C3.15982 3.14491 1.94218 4.62861 1.22315 6.36451C0.504114 8.1004 0.315985 10.0105 0.682545 11.8534C1.0491 13.6962 1.95389 15.3889 3.28249 16.7175C4.61109 18.0461 6.30382 18.9509 8.14664 19.3175C9.98946 19.684 11.8996 19.4959 13.6355 18.7769C15.3714 18.0578 16.8551 16.8402 17.899 15.2779C18.9428 13.7156 19.5 11.8789 19.5 10C19.5 7.48044 18.4991 5.06408 16.7175 3.28249C14.9359 1.50089 12.5196 0.5 10 0.5ZM10 4.17778C10.6671 4.17756 11.3192 4.37518 11.8739 4.74564C12.4287 5.1161 12.8611 5.64275 13.1164 6.25899C13.3718 6.87523 13.4387 7.55336 13.3086 8.20761C13.1785 8.86187 12.8573 9.46284 12.3856 9.93452C11.914 10.4062 11.313 10.7274 10.6587 10.8575C10.0045 10.9876 9.32635 10.9207 8.71011 10.6653C8.09387 10.4099 7.56721 9.97754 7.19675 9.42281C6.82629 8.86808 6.62867 8.21595 6.62889 7.54889C6.62889 7.10619 6.71609 6.66782 6.88551 6.25882C7.05492 5.84982 7.30323 5.47819 7.61627 5.16515C8.24847 4.53295 9.10593 4.17778 10 4.17778ZM10 17.3556C8.93075 17.3551 7.87451 17.121 6.90513 16.6698C5.93574 16.2186 5.07661 15.5611 4.38778 14.7433C4.74878 14.0533 5.29156 13.4752 5.95741 13.0713C6.62325 12.6675 7.38683 12.4534 8.16556 12.4522C8.25783 12.4534 8.34948 12.4676 8.43778 12.4944C9.45253 12.8467 10.5564 12.8467 11.5711 12.4944C11.6594 12.4676 11.7511 12.4534 11.8433 12.4522C12.6221 12.4533 13.3857 12.6674 14.0516 13.0712C14.7175 13.475 15.2602 14.0533 15.6211 14.7433C14.9313 15.5623 14.0707 16.2205 13.0997 16.6717C12.1287 17.1229 11.0707 17.3564 10 17.3556Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0.914062 15.5804C0.914328 15.9831 1.07448 16.3692 1.35932 16.6539C1.64416 16.9385 2.03037 17.0984 2.43306 17.0984H13.5711C13.9736 17.0982 14.3595 16.9382 14.6442 16.6535C14.9288 16.3689 15.0888 15.983 15.0891 15.5804V6.97344H0.914062V15.5804ZM2.93906 9.50444C2.93959 9.37023 2.99321 9.24168 3.0882 9.14687C3.1832 9.05206 3.31185 8.9987 3.44606 8.99844H6.48306C6.61718 8.9987 6.74573 9.0521 6.84057 9.14693C6.9354 9.24177 6.9888 9.37032 6.98906 9.50444V12.5424C6.9888 12.6766 6.9354 12.8051 6.84057 12.8999C6.74573 12.9948 6.61718 13.0482 6.48306 13.0484H3.44606C3.31185 13.0482 3.1832 12.9948 3.0882 12.9C2.99321 12.8052 2.93959 12.6766 2.93906 12.5424V9.50444ZM13.5711 2.92344H12.0511V1.40544C12.0508 1.2714 11.9976 1.1429 11.903 1.04793C11.8084 0.952962 11.6801 0.899229 11.5461 0.898438H10.5331C10.3987 0.898702 10.2699 0.952203 10.1749 1.04723C10.0798 1.14225 10.0263 1.27105 10.0261 1.40544V2.92344H5.97706V1.40544C5.9768 1.27123 5.92344 1.14257 5.82863 1.04758C5.73382 0.952583 5.60527 0.898966 5.47106 0.898438H4.45806C4.32368 0.898702 4.19487 0.952203 4.09985 1.04723C4.00483 1.14225 3.95133 1.27105 3.95106 1.40544V2.92344H2.43306C2.03037 2.92344 1.64416 3.08334 1.35932 3.36799C1.07448 3.65264 0.914328 4.03875 0.914062 4.44144V5.96044H15.0891V4.44144C15.0888 4.03892 14.9288 3.65296 14.6442 3.36834C14.3595 3.08372 13.9736 2.9237 13.5711 2.92344Z" fill="#919191"/>
2
+ <path d="M0.914062 15.5804C0.914328 15.9831 1.07448 16.3692 1.35932 16.6539C1.64416 16.9385 2.03037 17.0984 2.43306 17.0984H13.5711C13.9736 17.0982 14.3595 16.9382 14.6442 16.6535C14.9288 16.3689 15.0888 15.983 15.0891 15.5804V6.97344H0.914062V15.5804ZM2.93906 9.50444C2.93959 9.37023 2.99321 9.24168 3.0882 9.14687C3.1832 9.05206 3.31185 8.9987 3.44606 8.99844H6.48306C6.61718 8.9987 6.74573 9.0521 6.84057 9.14693C6.9354 9.24177 6.9888 9.37032 6.98906 9.50444V12.5424C6.9888 12.6766 6.9354 12.8051 6.84057 12.8999C6.74573 12.9948 6.61718 13.0482 6.48306 13.0484H3.44606C3.31185 13.0482 3.1832 12.9948 3.0882 12.9C2.99321 12.8052 2.93959 12.6766 2.93906 12.5424V9.50444ZM13.5711 2.92344H12.0511V1.40544C12.0508 1.2714 11.9976 1.1429 11.903 1.04793C11.8084 0.952962 11.6801 0.899229 11.5461 0.898438H10.5331C10.3987 0.898702 10.2699 0.952203 10.1749 1.04723C10.0798 1.14225 10.0263 1.27105 10.0261 1.40544V2.92344H5.97706V1.40544C5.9768 1.27123 5.92344 1.14257 5.82863 1.04758C5.73382 0.952583 5.60527 0.898966 5.47106 0.898438H4.45806C4.32368 0.898702 4.19487 0.952203 4.09985 1.04723C4.00483 1.14225 3.95133 1.27105 3.95106 1.40544V2.92344H2.43306C2.03037 2.92344 1.64416 3.08334 1.35932 3.36799C1.07448 3.65264 0.914328 4.03875 0.914062 4.44144V5.96044H15.0891V4.44144C15.0888 4.03892 14.9288 3.65296 14.6442 3.36834C14.3595 3.08372 13.9736 2.9237 13.5711 2.92344Z" fill="currentColor"/>
3
3
  </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.13115 7.6989C3.93712 7.69856 3.74715 7.64071 3.58589 7.53336C3.42482 7.42603 3.29917 7.27381 3.22489 7.09565C3.15055 6.91735 3.13095 6.72106 3.16848 6.53167C3.20602 6.34238 3.29875 6.16814 3.43547 6.0313L8.30333 1.18842C8.39417 1.097 8.50282 1.02475 8.62202 0.975172C8.74137 0.925591 8.86967 0.899414 8.99901 0.899414C9.12833 0.899418 9.25665 0.925595 9.37599 0.975172C9.49517 1.02475 9.60386 1.09701 9.69468 1.18842L14.5644 6.0313C14.7014 6.16837 14.794 6.34295 14.8314 6.53261C14.8688 6.7224 14.8489 6.91904 14.7741 7.09752C14.6992 7.27595 14.573 7.42822 14.4112 7.53523C14.2493 7.64221 14.0593 7.69935 13.865 7.69891L4.13115 7.6989ZM13.8781 6.73744C13.8814 6.7353 13.8841 6.73257 13.8857 6.72902C13.8872 6.72533 13.8883 6.72078 13.8875 6.71686C13.8868 6.71313 13.8845 6.70933 13.8819 6.70657L9.00935 1.86182C9.00935 1.86182 9.00643 1.85882 9.00465 1.85808L8.99901 1.85714L8.99336 1.85808L8.98866 1.86182L4.11799 6.70657C4.11543 6.70928 4.11406 6.71322 4.11329 6.71686C4.11251 6.72077 4.11269 6.72533 4.11423 6.72902C4.11578 6.73256 4.11852 6.73528 4.12175 6.73744C4.12503 6.73962 4.12911 6.74113 4.13303 6.74118L13.8669 6.74118C13.8709 6.74119 13.8748 6.73962 13.8781 6.73744Z" fill="#6692F1"/>
3
+ <path d="M9.00088 17.0994C8.8718 17.0994 8.74397 17.074 8.62484 17.0246C8.50552 16.975 8.39706 16.9019 8.30615 16.8104L3.44017 11.9694C3.30345 11.8325 3.21071 11.6583 3.17318 11.469C3.13574 11.2798 3.15537 11.0841 3.22959 10.906C3.30393 10.7277 3.42933 10.5747 3.59059 10.4673C3.7517 10.3601 3.94109 10.3032 4.13491 10.3027L13.8687 10.3027C14.0628 10.3031 14.2527 10.36 14.414 10.4673C14.5752 10.5747 14.7007 10.7277 14.775 10.906C14.8492 11.0841 14.8688 11.2799 14.8314 11.469C14.7939 11.6583 14.7011 11.8326 14.5644 11.9694L9.69656 16.8104C9.60563 16.9019 9.49721 16.975 9.37786 17.0246C9.25854 17.0742 9.13018 17.0994 9.00088 17.0994Z" fill="#6692F1"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3.06084 0.272472H1.48584C1.28038 0.271402 1.08272 0.351116 0.935482 0.494426C0.788244 0.637736 0.703217 0.833165 0.69873 1.03858L0.69873 6.52892C0.69922 6.63113 0.720074 6.73222 0.760075 6.82628C0.800077 6.92034 0.858423 7.00548 0.931705 7.07673C1.00499 7.14799 1.09173 7.20392 1.18688 7.24127C1.28202 7.27862 1.38366 7.29663 1.48584 7.29425H3.06084C3.26617 7.29532 3.46372 7.21572 3.61093 7.07257C3.75815 6.92943 3.84327 6.7342 3.84795 6.52892V1.06036C3.84805 0.956931 3.82777 0.854493 3.78826 0.758906C3.74875 0.66332 3.69079 0.576458 3.61769 0.503285C3.54459 0.430113 3.45778 0.372066 3.36224 0.332461C3.26669 0.292856 3.16427 0.272472 3.06084 0.272472ZM12.1982 5.39492C12.341 5.24042 12.4398 5.05041 12.4841 4.84472C12.5284 4.63903 12.5167 4.42521 12.4502 4.22559C12.3837 4.02597 12.2648 3.84787 12.106 3.70988C11.9471 3.57189 11.7541 3.47908 11.5472 3.44114C11.6412 3.28824 11.6993 3.11602 11.7172 2.93742C11.735 2.75883 11.7122 2.57851 11.6504 2.41001C11.5885 2.24151 11.4893 2.08922 11.3602 1.96457C11.231 1.83993 11.0753 1.74618 10.9047 1.69036C10.9259 1.61255 10.9364 1.53222 10.9358 1.45158C10.9354 1.13872 10.8109 0.838813 10.5895 0.617731C10.3681 0.396649 10.068 0.272471 9.75517 0.272472H8.31084C7.45906 0.272415 6.63023 0.548602 5.94873 1.05958L5.10873 1.68958C4.9645 1.79695 4.8469 1.93606 4.76503 2.09615C4.68316 2.25624 4.63923 2.43302 4.63662 2.6128V6.55069C4.63676 6.72715 4.67644 6.90133 4.75276 7.06042C4.82908 7.21952 4.94009 7.35948 5.07762 7.47003L5.47895 7.79047C7.49417 9.42381 6.58806 11.2975 8.14129 11.2975C8.29934 11.3012 8.45655 11.2734 8.60372 11.2156C8.75089 11.1579 8.88507 11.0713 8.99841 10.9611C9.11175 10.8509 9.20197 10.7192 9.2638 10.5737C9.32563 10.4282 9.35783 10.2718 9.35851 10.1137C9.24495 9.27504 8.95552 8.46984 8.50917 7.75081H12.1157C12.4222 7.75178 12.7169 7.63335 12.9375 7.42063C13.158 7.20792 13.2871 6.91764 13.2972 6.61138C13.3073 6.30512 13.1977 6.00697 12.9917 5.78016C12.7856 5.55335 12.4993 5.41572 12.1935 5.39647L12.1982 5.39492Z" fill="#E66767"/>
1
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.93544 2.92189H1.91044C1.64627 2.92051 1.39214 3.023 1.20283 3.20726C1.01353 3.39151 0.904205 3.64278 0.898438 3.90689L0.898438 10.9659C0.899066 11.0973 0.925879 11.2273 0.97731 11.3482C1.02874 11.4691 1.10376 11.5786 1.19798 11.6702C1.29219 11.7618 1.40373 11.8338 1.52606 11.8818C1.64839 11.9298 1.77906 11.9529 1.91044 11.9499H3.93544C4.19944 11.9513 4.45342 11.8489 4.6427 11.6649C4.83198 11.4808 4.94141 11.2298 4.94744 10.9659V3.93489C4.94757 3.80191 4.92149 3.6702 4.87069 3.5473C4.81989 3.42441 4.74537 3.31273 4.65138 3.21865C4.5574 3.12457 4.44579 3.04994 4.32294 2.99902C4.2001 2.9481 4.06842 2.92189 3.93544 2.92189ZM15.6834 9.50789C15.8671 9.30925 15.994 9.06495 16.051 8.8005C16.108 8.53604 16.093 8.26113 16.0075 8.00447C15.922 7.74781 15.7691 7.51882 15.5649 7.34141C15.3606 7.164 15.1125 7.04467 14.8464 6.99589C14.9673 6.7993 15.042 6.57787 15.065 6.34825C15.088 6.11863 15.0586 5.88679 14.9791 5.67015C14.8996 5.45351 14.7721 5.2577 14.606 5.09745C14.44 4.93719 14.2398 4.81665 14.0204 4.74489C14.0477 4.64485 14.0611 4.54156 14.0604 4.43789C14.0599 4.03564 13.8997 3.65004 13.6151 3.36579C13.3305 3.08155 12.9447 2.92189 12.5424 2.92189H10.6854C9.59029 2.92182 8.52465 3.27691 7.64844 3.93389L6.56844 4.74389C6.38299 4.88193 6.23179 5.06079 6.12654 5.26662C6.02128 5.47245 5.96479 5.69973 5.96144 5.93089V10.9939C5.96161 11.2208 6.01264 11.4447 6.11076 11.6493C6.20888 11.8538 6.35161 12.0338 6.52844 12.1759L7.04444 12.5879C9.63544 14.6879 8.47044 17.0969 10.4674 17.0969C10.6707 17.1017 10.8728 17.0659 11.062 16.9916C11.2512 16.9174 11.4237 16.8062 11.5695 16.6644C11.7152 16.5227 11.8312 16.3534 11.9107 16.1663C11.9902 15.9792 12.0316 15.7782 12.0324 15.5749C11.8864 14.4966 11.5143 13.4614 10.9404 12.5369H15.5774C15.9714 12.5381 16.3504 12.3859 16.634 12.1124C16.9175 11.8389 17.0834 11.4657 17.0964 11.0719C17.1094 10.6782 16.9686 10.2948 16.7036 10.0032C16.4387 9.71159 16.0706 9.53464 15.6774 9.50989L15.6834 9.50789Z" fill="currentColor"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.7812 7.77865V5.55642C17.7812 5.26174 17.6642 4.97912 17.4558 4.77075C17.2474 4.56238 16.9648 4.44531 16.6701 4.44531H14.4479C14.1532 4.44531 13.8706 4.56238 13.6622 4.77075C13.4539 4.97912 13.3368 5.26174 13.3368 5.55642V7.77865C13.3368 8.07333 13.4539 8.35595 13.6622 8.56432C13.8706 8.77269 14.1532 8.88976 14.4479 8.88976H16.6701C16.9648 8.88976 17.2474 8.77269 17.4558 8.56432C17.6642 8.35595 17.7812 8.07333 17.7812 7.77865ZM12.2257 7.77865V5.55642C12.2257 5.26174 12.1086 4.97912 11.9003 4.77075C11.6919 4.56238 11.4093 4.44531 11.1146 4.44531L8.89236 4.44531C8.59768 4.44531 8.31506 4.56238 8.10669 4.77075C7.89831 4.97912 7.78125 5.26174 7.78125 5.55642V7.77865C7.78125 8.07333 7.89831 8.35595 8.10669 8.56432C8.31506 8.77269 8.59768 8.88976 8.89236 8.88976H11.1146C11.4093 8.88976 11.6919 8.77269 11.9003 8.56432C12.1086 8.35595 12.2257 8.07333 12.2257 7.77865ZM6.67014 7.77865V5.55642C6.67014 5.26174 6.55308 4.97912 6.3447 4.77075C6.13633 4.56238 5.85371 4.44531 5.55903 4.44531H3.33681C3.04212 4.44531 2.75951 4.56238 2.55113 4.77075C2.34276 4.97912 2.2257 5.26174 2.2257 5.55642V7.77865C2.2257 8.07333 2.34276 8.35595 2.55113 8.56432C2.75951 8.77269 3.04212 8.88976 3.33681 8.88976H5.55903C5.85371 8.88976 6.13633 8.77269 6.3447 8.56432C6.55308 8.35595 6.67014 8.07333 6.67014 7.77865ZM17.7812 14.4453V12.2231C17.7812 11.9284 17.6642 11.6458 17.4558 11.4374C17.2474 11.229 16.9648 11.112 16.6701 11.112H14.4479C14.1532 11.112 13.8706 11.229 13.6622 11.4374C13.4539 11.6458 13.3368 11.9284 13.3368 12.2231V14.4453C13.3368 14.74 13.4539 15.0226 13.6622 15.231C13.8706 15.4394 14.1532 15.5564 14.4479 15.5564H16.6701C16.9648 15.5564 17.2474 15.4394 17.4558 15.231C17.6642 15.0226 17.7812 14.74 17.7812 14.4453ZM12.2257 14.4453V12.2231C12.2257 11.9284 12.1086 11.6458 11.9003 11.4374C11.6919 11.229 11.4093 11.112 11.1146 11.112H8.89236C8.59768 11.112 8.31506 11.229 8.10669 11.4374C7.89831 11.6458 7.78125 11.9284 7.78125 12.2231V14.4453C7.78125 14.74 7.89831 15.0226 8.10669 15.231C8.31506 15.4394 8.59768 15.5564 8.89236 15.5564H11.1146C11.4093 15.5564 11.6919 15.4394 11.9003 15.231C12.1086 15.0226 12.2257 14.74 12.2257 14.4453ZM6.67014 14.4453V12.2231C6.67014 11.9284 6.55308 11.6458 6.3447 11.4374C6.13633 11.229 5.85371 11.112 5.55903 11.112H3.33681C3.04212 11.112 2.75951 11.229 2.55113 11.4374C2.34276 11.6458 2.2257 11.9284 2.2257 12.2231V14.4453C2.2257 14.74 2.34276 15.0226 2.55113 15.231C2.75951 15.4394 3.04212 15.5564 3.33681 15.5564H5.55903C5.85371 15.5564 6.13633 15.4394 6.3447 15.231C6.55308 15.0226 6.67014 14.74 6.67014 14.4453Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3.84883 10.9149V5.40279C3.84834 5.30058 3.82748 5.19949 3.78748 5.10543C3.74748 5.01137 3.68913 4.92623 3.61585 4.85497C3.54257 4.78372 3.45582 4.72778 3.36068 4.69043C3.26553 4.65309 3.1639 4.63508 3.06172 4.63746H1.48672C1.28138 4.63638 1.08384 4.71599 0.936624 4.85913C0.789408 5.00227 0.704293 5.19751 0.699606 5.40279V10.8931C0.700095 10.9953 0.720948 11.0964 0.76095 11.1905C0.800952 11.2845 0.859298 11.3697 0.932579 11.4409C1.00586 11.5122 1.09261 11.5681 1.18775 11.6055C1.2829 11.6428 1.38453 11.6608 1.48672 11.6585H3.06172C3.16398 11.6691 3.26733 11.6575 3.3647 11.6245C3.46208 11.5915 3.55118 11.5379 3.62592 11.4673C3.70065 11.3967 3.75926 11.3108 3.79774 11.2155C3.83621 11.1201 3.85364 11.0176 3.84883 10.9149ZM13.2988 5.4269C13.2988 5.27179 13.2683 5.1182 13.2089 4.9749C13.1495 4.8316 13.0625 4.70141 12.9527 4.59177C12.843 4.48212 12.7128 4.39517 12.5694 4.33588C12.4261 4.27659 12.2725 4.24613 12.1174 4.24623H8.51238C8.95877 3.52722 9.2482 2.72201 9.36172 1.88334C9.36094 1.72514 9.32862 1.56869 9.26665 1.42313C9.20469 1.27756 9.11433 1.14582 9.00084 1.03559C8.88736 0.925369 8.75304 0.83888 8.60573 0.781183C8.45843 0.723486 8.30109 0.695739 8.14294 0.699567C6.58738 0.699567 7.49427 2.57323 5.47983 4.18401L5.07849 4.50368C4.94129 4.61464 4.83058 4.75482 4.75443 4.914C4.67827 5.07317 4.63859 5.24733 4.63827 5.42379V9.36168C4.63818 9.54504 4.6808 9.7259 4.76274 9.88992C4.84469 10.054 4.96371 10.1966 5.11038 10.3067L5.95038 10.9367C6.6312 11.4485 7.45998 11.725 8.31172 11.7246H9.75527C9.9327 11.7257 10.1081 11.6866 10.2682 11.6101C10.4283 11.5337 10.5691 11.422 10.6798 11.2833C10.7905 11.1447 10.8683 10.9827 10.9075 10.8097C10.9466 10.6366 10.9459 10.4569 10.9056 10.2841C11.0755 10.2309 11.231 10.1396 11.3601 10.017C11.4893 9.89446 11.5886 9.74398 11.6506 9.5771C11.7127 9.41022 11.7356 9.23135 11.7179 9.05421C11.7001 8.87707 11.642 8.70635 11.5481 8.55512C11.7549 8.51736 11.9479 8.4247 12.1067 8.28683C12.2655 8.14896 12.3844 7.97095 12.4508 7.77141C12.5173 7.57188 12.5289 7.35815 12.4845 7.15259C12.44 6.94703 12.3412 6.75718 12.1983 6.6029C12.4968 6.58334 12.7766 6.4509 12.9811 6.23249C13.1855 6.01407 13.2991 5.72604 13.2988 5.4269Z" fill="#56B4AC"/>
1
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.0484 14.0329V6.94589C13.0491 6.81447 13.0759 6.6845 13.1273 6.56357C13.1787 6.44263 13.2538 6.33316 13.348 6.24155C13.4422 6.14994 13.5537 6.07802 13.6761 6.03C13.7984 5.98198 13.9291 5.95883 14.0604 5.96188H16.0854C16.3494 5.96051 16.6034 6.06285 16.7927 6.2469C16.982 6.43094 17.0914 6.68195 17.0974 6.94589V14.0049C17.0968 14.1363 17.07 14.2663 17.0186 14.3872C16.9671 14.5081 16.8921 14.6176 16.7979 14.7092C16.7037 14.8008 16.5921 14.8728 16.4698 14.9208C16.3475 14.9688 16.2168 14.9919 16.0854 14.9889H14.0604C13.929 15.0026 13.7961 14.9877 13.6709 14.9453C13.5457 14.9029 13.4311 14.8339 13.335 14.7431C13.2389 14.6524 13.1636 14.5419 13.1141 14.4193C13.0647 14.2967 13.0423 14.1649 13.0484 14.0329ZM0.898438 6.97688C0.898438 6.77745 0.937735 6.57998 1.01408 6.39574C1.09043 6.2115 1.20234 6.04412 1.3434 5.90314C1.48447 5.76217 1.65193 5.65038 1.83622 5.57415C2.02051 5.49792 2.21801 5.45876 2.41744 5.45889H7.05244C6.47851 4.53444 6.10639 3.49916 5.96044 2.42088C5.96144 2.21748 6.00299 2.01633 6.08266 1.82918C6.16233 1.64202 6.27851 1.47264 6.42442 1.33092C6.57033 1.1892 6.74303 1.078 6.93242 1.00382C7.12181 0.929638 7.3241 0.893964 7.52744 0.898885C9.52744 0.898885 8.36144 3.30788 10.9514 5.37888L11.4674 5.78988C11.6438 5.93255 11.7862 6.11278 11.8841 6.31744C11.982 6.52209 12.033 6.74602 12.0334 6.97289V12.0359C12.0336 12.2716 11.9788 12.5042 11.8734 12.7151C11.768 12.926 11.615 13.1094 11.4264 13.2509L10.3464 14.0609C9.47111 14.7189 8.40553 15.0745 7.31044 15.0739H5.45444C5.22632 15.0753 5.00083 15.025 4.79495 14.9268C4.58907 14.8285 4.40815 14.6848 4.26579 14.5066C4.12344 14.3283 4.02335 14.1201 3.97306 13.8976C3.92277 13.6751 3.92358 13.444 3.97544 13.2219C3.757 13.1535 3.5571 13.036 3.39107 12.8785C3.22503 12.7209 3.09726 12.5274 3.01753 12.3129C2.93781 12.0983 2.90824 11.8683 2.93111 11.6406C2.95397 11.4128 3.02865 11.1933 3.14944 10.9989C2.88343 10.9503 2.63536 10.8312 2.43117 10.6539C2.22698 10.4767 2.07417 10.2478 1.98873 9.99126C1.90328 9.73472 1.88834 9.45993 1.94546 9.19563C2.00258 8.93134 2.12967 8.68724 2.31344 8.48889C1.92965 8.46374 1.56981 8.29346 1.30701 8.01264C1.0442 7.73182 0.898123 7.3615 0.898438 6.97688Z" fill="currentColor"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19">
2
- <path id="clock" d="M17,8a9,9,0,1,0,9,9A9,9,0,0,0,17,8Zm2.072,12.705-3.2-2.326a.438.438,0,0,1-.178-.352V11.919a.437.437,0,0,1,.435-.435h1.742a.437.437,0,0,1,.435.435v5l2.3,1.677a.435.435,0,0,1,.094.61l-1.023,1.408a.438.438,0,0,1-.61.094Z" transform="translate(-7.5 -7.5)" fill="#b7b7b7" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/>
2
+ <path id="clock" d="M17,8a9,9,0,1,0,9,9A9,9,0,0,0,17,8Zm2.072,12.705-3.2-2.326a.438.438,0,0,1-.178-.352V11.919a.437.437,0,0,1,.435-.435h1.742a.437.437,0,0,1,.435.435v5l2.3,1.677a.435.435,0,0,1,.094.61l-1.023,1.408a.438.438,0,0,1-.61.094Z" transform="translate(-7.5 -7.5)" fill="currentColor" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.6783 1.5H3.32173C2.83858 1.5 2.37521 1.69193 2.03357 2.03357C1.69193 2.37521 1.5 2.83858 1.5 3.32173L1.5 16.6783C1.5 17.1614 1.69193 17.6248 2.03357 17.9664C2.37521 18.3081 2.83858 18.5 3.32173 18.5H16.6783C17.1614 18.5 17.6248 18.3081 17.9664 17.9664C18.3081 17.6248 18.5 17.1614 18.5 16.6783V3.32173C18.5 2.83858 18.3081 2.37521 17.9664 2.03357C17.6248 1.69193 17.1614 1.5 16.6783 1.5ZM10.6076 12.4283H8.78586V14.25C8.78559 14.4111 8.72148 14.5654 8.6076 14.6793C8.49371 14.7932 8.33933 14.8573 8.17827 14.8576H6.96414C6.80308 14.8573 6.64869 14.7932 6.53481 14.6793C6.42092 14.5654 6.35682 14.4111 6.35654 14.25V5.75C6.35682 5.58894 6.42092 5.43456 6.53481 5.32067C6.64869 5.20679 6.80308 5.14269 6.96414 5.14241H10.6076C11.5738 5.14241 12.5004 5.52621 13.1835 6.2094C13.8667 6.89258 14.2505 7.81917 14.2505 8.78534C14.2505 9.75151 13.8667 10.6781 13.1835 11.3613C12.5004 12.0445 11.5738 12.4283 10.6076 12.4283ZM10.6076 7.57068H8.78586V10H10.6076C10.9296 10 11.2384 9.87208 11.4661 9.64439C11.6938 9.41669 11.8217 9.10787 11.8217 8.78586C11.8217 8.46386 11.6938 8.15504 11.4661 7.92734C11.2384 7.69965 10.9296 7.57173 10.6076 7.57173V7.57068Z" fill="currentColor"/>
3
+ </svg>
Binary file
Binary file
@@ -188,6 +188,10 @@
188
188
  "iconName": "cai-cancel",
189
189
  "iconPath": "/assets/icons/interaction/cai-cancel.svg"
190
190
  },
191
+ {
192
+ "iconName": "cai-drag",
193
+ "iconPath": "/assets/icons/interaction/cai-drag.svg"
194
+ },
191
195
  {
192
196
  "iconName": "cai-copy",
193
197
  "iconPath": "/assets/icons/interaction/cai-copy.svg"
@@ -288,6 +292,10 @@
288
292
  "iconName": "cai-sort-by",
289
293
  "iconPath": "/assets/icons/general/cai-sort-by.svg"
290
294
  },
295
+ {
296
+ "iconName": "cai-sort-descending",
297
+ "iconPath": "/assets/icons/general/cai-sort-descending.svg"
298
+ },
291
299
  {
292
300
  "iconName": "cai-search",
293
301
  "iconPath": "/assets/icons/cai-search.svg"
@@ -324,6 +332,10 @@
324
332
  "iconName": "cai-weight",
325
333
  "iconPath": "/assets/icons/load/cai-weight.svg"
326
334
  },
335
+ {
336
+ "iconName": "cai-parking",
337
+ "iconPath": "/assets/icons/load/cai-parking.svg"
338
+ },
327
339
  {
328
340
  "iconName": "cai-people",
329
341
  "iconPath": "/assets/icons/fuel-contact/cai-people.svg"
@@ -364,6 +376,10 @@
364
376
  "iconName": "cai-illustration-drop-zone-cover",
365
377
  "iconPath": "/assets/icons/cai-illustration-drop-zone-cover.svg"
366
378
  },
379
+ {
380
+ "iconName": "cai-drop-zone-focus",
381
+ "iconPath": "/assets/icons/cai-drop-zone-focus.svg"
382
+ },
367
383
  {
368
384
  "iconName": "cai-arrow-primary-up",
369
385
  "iconPath": "/assets/icons/arrows/cai-arrow-primary-up.svg"
@@ -959,6 +975,10 @@
959
975
  {
960
976
  "iconName": "cai-efs",
961
977
  "iconPath": "/assets/icons/integration/cai-efs.svg"
978
+ },
979
+ {
980
+ "iconName": "cai-contact",
981
+ "iconPath": "/assets/icons/fuel-contact/cai-contact.svg"
962
982
  }
963
983
  ],
964
984
  "customIcons": []
@@ -23,14 +23,14 @@ The global styles are automatically included when you import the library. The st
23
23
  When creating new components, you can import the global variables:
24
24
 
25
25
  ```scss
26
- @import '../../../styles/variables';
27
- @import '../../../styles/review_variables';
26
+ @use "../../../styles/variables";
27
+ @use "../../../styles/review_variables";
28
28
  ```
29
29
 
30
30
  Or use the main index file:
31
31
 
32
32
  ```scss
33
- @import '../../../styles/index';
33
+ @use "../../../styles/index";
34
34
  ```
35
35
 
36
36
  ## Variables
@@ -38,8 +38,9 @@ Or use the main index file:
38
38
  ### Color Variables
39
39
 
40
40
  All color variables follow the naming convention:
41
+
41
42
  - `$color-text-base-*` - Text colors
42
- - `$color-icon-base-*` - Icon colors
43
+ - `$color-icon-base-*` - Icon colors
43
44
  - `$color-surface-input-*` - Input surface colors
44
45
  - `$color-inverse-*` - Dark theme colors
45
46
 
@@ -52,6 +53,7 @@ All color variables follow the naming convention:
52
53
  ## Build Configuration
53
54
 
54
55
  The styles are configured in:
56
+
55
57
  - `angular.json` - Storybook and build configurations
56
58
  - `ng-package.json` - Library build includes
57
- - `public-api.ts` - Exports for TypeScript access
59
+ - `public-api.ts` - Exports for TypeScript access
@@ -3,6 +3,7 @@ $color-text-base-heading: #424242;
3
3
  $color-text-base-content: #2f2f2f;
4
4
  $color-text-base-content-subtle: #919191;
5
5
  $color-text-base-inverse: #ffffff;
6
+ $color-text-transparent: transparent;
6
7
 
7
8
  $color-icon-base-neutral: #919191;
8
9
  $color-icon-base-negative: #e66767;
@@ -58,6 +59,12 @@ $font-extrabold: 800;
58
59
 
59
60
  // Colors
60
61
 
62
+ $color-gray-20: #91919133;
63
+ $color-gray-40: #91919166;
64
+ $color-white-40: #ffffff66;
65
+ $color-white-70: #ffffffb3;
66
+ $color-black-30: #0000004d;
67
+
61
68
  // White color palette
62
69
  $color-white-50: #ffffff;
63
70
  $color-white-100: #f7f7f7;
@@ -69,7 +76,9 @@ $color-white-700: #cccccc;
69
76
  // Black color palette
70
77
  $color-black-50: #aaaaaa;
71
78
  $color-black-100: #919191;
79
+ $color-black-100-20: #91919133;
72
80
  $color-black-200: #6c6c6c;
81
+ $color-black-200-90: #6c6c6ce5;
73
82
  $color-black-300: #424242;
74
83
  $color-black-500: #2f2f2f;
75
84
  $color-black-700: #1d1d1d;
@@ -79,8 +88,11 @@ $color-blue-50: #e9effd;
79
88
  $color-blue-100: #bed0f9;
80
89
  $color-blue-200: #92b1f5;
81
90
  $color-blue-300: #6692f1;
91
+ $color-blue-300-40: #6692f166;
82
92
  $color-blue-500: #3b73ed;
93
+ $color-blue-500-40: #3b73ed66;
83
94
  $color-blue-700: #0b49d1;
95
+ $color-blue-900: #00179e;
84
96
 
85
97
  // Red color palette
86
98
  $color-red-50: #fbe9e9;
@@ -173,7 +185,7 @@ $color-azure-700: #0093c9;
173
185
  // Palette
174
186
 
175
187
  $color-palettes: (
176
- white: (
188
+ "white": (
177
189
  50: $color-white-50,
178
190
  100: $color-white-100,
179
191
  200: $color-white-200,
@@ -181,7 +193,7 @@ $color-palettes: (
181
193
  500: $color-white-500,
182
194
  700: $color-white-700,
183
195
  ),
184
- black: (
196
+ "black": (
185
197
  50: $color-black-50,
186
198
  100: $color-black-100,
187
199
  200: $color-black-200,
@@ -189,15 +201,16 @@ $color-palettes: (
189
201
  500: $color-black-500,
190
202
  700: $color-black-700,
191
203
  ),
192
- blue: (
204
+ "blue": (
193
205
  50: $color-blue-50,
194
206
  100: $color-blue-100,
195
207
  200: $color-blue-200,
196
208
  300: $color-blue-300,
197
209
  500: $color-blue-500,
198
210
  700: $color-blue-700,
211
+ 900: $color-blue-900,
199
212
  ),
200
- red: (
213
+ "red": (
201
214
  50: $color-red-50,
202
215
  100: $color-red-100,
203
216
  200: $color-red-200,
@@ -205,7 +218,7 @@ $color-palettes: (
205
218
  500: $color-red-500,
206
219
  700: $color-red-700,
207
220
  ),
208
- green: (
221
+ "green": (
209
222
  50: $color-green-50,
210
223
  100: $color-green-100,
211
224
  200: $color-green-200,
@@ -213,7 +226,7 @@ $color-palettes: (
213
226
  500: $color-green-500,
214
227
  700: $color-green-700,
215
228
  ),
216
- yellow: (
229
+ "yellow": (
217
230
  50: $color-yellow-50,
218
231
  100: $color-yellow-100,
219
232
  200: $color-yellow-200,
@@ -221,7 +234,7 @@ $color-palettes: (
221
234
  500: $color-yellow-500,
222
235
  700: $color-yellow-700,
223
236
  ),
224
- purple: (
237
+ "purple": (
225
238
  50: $color-purple-50,
226
239
  100: $color-purple-100,
227
240
  200: $color-purple-200,
@@ -229,7 +242,7 @@ $color-palettes: (
229
242
  500: $color-purple-500,
230
243
  700: $color-purple-700,
231
244
  ),
232
- orange: (
245
+ "orange": (
233
246
  50: $color-orange-50,
234
247
  100: $color-orange-100,
235
248
  200: $color-orange-200,
@@ -237,7 +250,7 @@ $color-palettes: (
237
250
  500: $color-orange-500,
238
251
  700: $color-orange-700,
239
252
  ),
240
- azure: (
253
+ "azure": (
241
254
  50: $color-azure-50,
242
255
  100: $color-azure-100,
243
256
  200: $color-azure-200,
@@ -245,7 +258,7 @@ $color-palettes: (
245
258
  500: $color-azure-500,
246
259
  700: $color-azure-700,
247
260
  ),
248
- gold: (
261
+ "gold": (
249
262
  50: $color-gold-50,
250
263
  100: $color-gold-100,
251
264
  200: $color-gold-200,
@@ -253,7 +266,7 @@ $color-palettes: (
253
266
  500: $color-gold-500,
254
267
  700: $color-gold-700,
255
268
  ),
256
- brown: (
269
+ "brown": (
257
270
  50: $color-brown-50,
258
271
  100: $color-brown-100,
259
272
  200: $color-brown-200,
@@ -261,7 +274,7 @@ $color-palettes: (
261
274
  500: $color-brown-500,
262
275
  700: $color-brown-700,
263
276
  ),
264
- navy: (
277
+ "navy": (
265
278
  50: $color-navy-50,
266
279
  100: $color-navy-100,
267
280
  200: $color-navy-200,
@@ -269,7 +282,7 @@ $color-palettes: (
269
282
  500: $color-navy-500,
270
283
  700: $color-navy-700,
271
284
  ),
272
- lime: (
285
+ "lime": (
273
286
  50: $color-lime-50,
274
287
  100: $color-lime-100,
275
288
  200: $color-lime-200,
@@ -277,7 +290,7 @@ $color-palettes: (
277
290
  500: $color-lime-500,
278
291
  700: $color-lime-700,
279
292
  ),
280
- magenta: (
293
+ "magenta": (
281
294
  50: $color-magenta-50,
282
295
  100: $color-magenta-100,
283
296
  200: $color-magenta-200,
@@ -1,4 +1,4 @@
1
- @import "variables";
1
+ @use "variables" as *;
2
2
 
3
3
  .logoVar {
4
4
  .img-cropper .ngx-ic-cropper {
@@ -18,16 +18,22 @@
18
18
  margin-left: 0 !important;
19
19
  width: 100% !important;
20
20
  }
21
- .ngx-ic-cropper{
21
+ .ngx-ic-cropper {
22
+ position: relative;
22
23
  pointer-events: none !important;
23
24
 
24
- .ngx-ic-move{
25
- border: none !important;
26
- outline: none !important;
25
+ .ngx-ic-move {
26
+ border: 4px solid $color-gray-40 !important;
27
+ border-radius: 2px;
28
+ outline: none !important;
27
29
  }
28
30
  }
29
- .ngx-ic-cropper::after{
30
- border: 5px dashed #ffffff !important;
31
+ .ngx-ic-cropper::after {
32
+ content: "";
33
+ position: absolute;
34
+ inset: 0;
31
35
  opacity: 1 !important;
36
+ border: 4px dashed $color-white-50 !important;
37
+ border-radius: 2px;
32
38
  }
33
- }
39
+ }