@tmorrow/cre8-wc 1.2.7 → 2.0.1

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 (114) hide show
  1. package/cdn/cre8-wc.esm.js +9404 -7399
  2. package/cdn/cre8-wc.esm.js.map +1 -1
  3. package/cdn/cre8-wc.min.js +5839 -3834
  4. package/cdn/cre8-wc.min.js.map +1 -1
  5. package/lib/components/accordion-item/accordion-item.js +1 -1
  6. package/lib/components/accordion-item/accordion-item.js.map +1 -1
  7. package/lib/components/alert/alert.js +6 -6
  8. package/lib/components/alert/alert.js.map +1 -1
  9. package/lib/components/badge/badge.d.ts +1 -1
  10. package/lib/components/badge/badge.js.map +1 -1
  11. package/lib/components/breadcrumbs-item/breadcrumbs-item.js +1 -1
  12. package/lib/components/breadcrumbs-item/breadcrumbs-item.js.map +1 -1
  13. package/lib/components/checkbox-field-item/checkbox-field-item.js +1 -1
  14. package/lib/components/checkbox-field-item/checkbox-field-item.js.map +1 -1
  15. package/lib/components/date-picker/date-picker.styles.d.ts.map +1 -1
  16. package/lib/components/date-picker/date-picker.styles.js +955 -1
  17. package/lib/components/date-picker/date-picker.styles.js.map +1 -1
  18. package/lib/components/dropdown/dropdown.js +1 -1
  19. package/lib/components/dropdown/dropdown.js.map +1 -1
  20. package/lib/components/field-note/field-note.js +2 -2
  21. package/lib/components/field-note/field-note.js.map +1 -1
  22. package/lib/components/icon/icon.d.ts +1 -1
  23. package/lib/components/icon/icon.d.ts.map +1 -1
  24. package/lib/components/icon/icon.js +39 -41
  25. package/lib/components/icon/icon.js.map +1 -1
  26. package/lib/components/inline-alert/inline-alert.js +5 -5
  27. package/lib/components/inline-alert/inline-alert.js.map +1 -1
  28. package/lib/components/link/link.js +1 -1
  29. package/lib/components/link/link.js.map +1 -1
  30. package/lib/components/modal/modal.js +6 -6
  31. package/lib/components/modal/modal.js.map +1 -1
  32. package/lib/components/multi-select/multi-select.js +2 -2
  33. package/lib/components/multi-select/multi-select.js.map +1 -1
  34. package/lib/components/pagination/pagination.js +5 -5
  35. package/lib/components/pagination/pagination.js.map +1 -1
  36. package/lib/components/percent-bar/percent-bar.js +1 -1
  37. package/lib/components/percent-bar/percent-bar.js.map +1 -1
  38. package/lib/components/remove-tag/remove-tag.js +1 -1
  39. package/lib/components/remove-tag/remove-tag.js.map +1 -1
  40. package/lib/components/select/select.js +1 -1
  41. package/lib/components/select/select.js.map +1 -1
  42. package/lib/components/select-tile/select-tile.js +1 -1
  43. package/lib/components/select-tile/select-tile.js.map +1 -1
  44. package/lib/components/select-tile/select-tile.styles.d.ts.map +1 -1
  45. package/lib/components/select-tile/select-tile.styles.js +1055 -1
  46. package/lib/components/select-tile/select-tile.styles.js.map +1 -1
  47. package/lib/components/table-row/table-row.js +1 -1
  48. package/lib/components/table-row/table-row.js.map +1 -1
  49. package/lib/components/tag/tag.js +1 -1
  50. package/lib/components/tag/tag.js.map +1 -1
  51. package/lib/icons/Account.svg +3 -0
  52. package/lib/icons/Account_Filled.svg +3 -0
  53. package/lib/icons/Arrow_-_Left.svg +3 -0
  54. package/lib/icons/Arrow_-_Left_Filled.svg +3 -0
  55. package/lib/icons/Caret_Double_Left.svg +3 -0
  56. package/lib/icons/Caret_Double_Right.svg +3 -0
  57. package/lib/icons/Caret_Down.svg +3 -0
  58. package/lib/icons/Caret_Down_Filled.svg +3 -0
  59. package/lib/icons/Caret_Left.svg +3 -0
  60. package/lib/icons/Caret_Right.svg +3 -0
  61. package/lib/icons/Caret_Up.svg +3 -0
  62. package/lib/icons/Cart.svg +3 -0
  63. package/lib/icons/Chat_Default.svg +3 -0
  64. package/lib/icons/Check.svg +3 -0
  65. package/lib/icons/Check_Filled.svg +3 -0
  66. package/lib/icons/Clear_X.svg +3 -0
  67. package/lib/icons/Close.svg +3 -0
  68. package/lib/icons/Download.svg +3 -0
  69. package/lib/icons/Edit.svg +3 -0
  70. package/lib/icons/Ellipsis.svg +3 -0
  71. package/lib/icons/Ellipsis_Filled.svg +3 -0
  72. package/lib/icons/Error.svg +3 -0
  73. package/lib/icons/Error_Filled.svg +3 -0
  74. package/lib/icons/External_Link.svg +3 -0
  75. package/lib/icons/Globe.svg +3 -0
  76. package/lib/icons/Help.svg +3 -0
  77. package/lib/icons/Help_Filled.svg +3 -0
  78. package/lib/icons/Info.svg +3 -0
  79. package/lib/icons/Lightbulb.svg +3 -0
  80. package/lib/icons/Lightbulb_Filled.svg +3 -0
  81. package/lib/icons/Location.svg +3 -0
  82. package/lib/icons/Medication.svg +3 -0
  83. package/lib/icons/Menu.svg +3 -0
  84. package/lib/icons/Message_Unread.svg +3 -0
  85. package/lib/icons/Message_Unread_Filled.svg +3 -0
  86. package/lib/icons/Minus.svg +3 -0
  87. package/lib/icons/Notification.svg +3 -0
  88. package/lib/icons/Play_Arrow.svg +3 -0
  89. package/lib/icons/Play_Circle.svg +3 -0
  90. package/lib/icons/Rectangle.svg +1 -0
  91. package/lib/icons/Refill.svg +4 -0
  92. package/lib/icons/Search.svg +3 -0
  93. package/lib/icons/Spinner_75.svg +3 -0
  94. package/lib/icons/Undo.svg +3 -0
  95. package/lib/icons/Vaccinations.svg +5 -0
  96. package/lib/icons/Warning.svg +3 -0
  97. package/lib/icons/add.svg +2 -2
  98. package/lib/icons/calendar.svg +2 -4
  99. package/lib/icons/wellness.svg +2 -6
  100. package/mcp-manifest.json +3 -3
  101. package/package.json +1 -1
  102. package/lib/icons/check.svg +0 -3
  103. package/lib/icons/close.svg +0 -3
  104. package/lib/icons/download.svg +0 -5
  105. package/lib/icons/edit.svg +0 -5
  106. package/lib/icons/ellipsis.svg +0 -3
  107. package/lib/icons/error.svg +0 -3
  108. package/lib/icons/globe.svg +0 -3
  109. package/lib/icons/help.svg +0 -3
  110. package/lib/icons/info.svg +0 -3
  111. package/lib/icons/menu.svg +0 -5
  112. package/lib/icons/minus.svg +0 -6
  113. package/lib/icons/search.svg +0 -10
  114. package/lib/icons/warning.svg +0 -3
@@ -0,0 +1,3 @@
1
+ <svg fill="currentColor" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16 7.99949C16.0002 9.94094 15.2358 11.8044 13.8723 13.1864C12.5088 14.5685 10.6559 15.358 8.71461 15.3841H8.61539C6.72942 15.3888 4.91406 14.6671 3.54615 13.3687C3.48741 13.3132 3.44019 13.2466 3.40718 13.1728C3.37417 13.099 3.35603 13.0194 3.35378 12.9385C3.35153 12.8577 3.36522 12.7772 3.39407 12.7017C3.42292 12.6262 3.46636 12.5571 3.52192 12.4983C3.57748 12.4396 3.64407 12.3924 3.71788 12.3594C3.79169 12.3264 3.87127 12.3082 3.9521 12.306C4.03292 12.3037 4.11339 12.3174 4.18893 12.3463C4.26446 12.3751 4.33357 12.4185 4.39231 12.4741C5.27215 13.3039 6.37699 13.856 7.56879 14.0615C8.7606 14.267 9.98654 14.1168 11.0935 13.6296C12.2004 13.1424 13.1392 12.3398 13.7927 11.3222C14.4461 10.3045 14.7852 9.11686 14.7676 7.9076C14.75 6.69833 14.3765 5.52106 13.6937 4.52285C13.011 3.52463 12.0492 2.74973 10.9285 2.29495C9.80792 1.84017 8.57813 1.72567 7.39281 1.96576C6.20748 2.20584 5.11918 2.78987 4.26385 3.64487C4.25756 3.65167 4.25088 3.65809 4.24385 3.66411L2.19923 5.53795H4.30769C4.4709 5.53795 4.62743 5.60279 4.74284 5.71819C4.85824 5.8336 4.92308 5.99013 4.92308 6.15334C4.92308 6.31655 4.85824 6.47307 4.74284 6.58848C4.62743 6.70389 4.4709 6.76872 4.30769 6.76872H0.615385C0.452174 6.76872 0.295649 6.70389 0.180242 6.58848C0.064835 6.47307 0 6.31655 0 6.15334V2.46103C0 2.29782 0.064835 2.14129 0.180242 2.02589C0.295649 1.91048 0.452174 1.84564 0.615385 1.84564C0.778595 1.84564 0.93512 1.91048 1.05053 2.02589C1.16593 2.14129 1.23077 2.29782 1.23077 2.46103V4.75334L3.40385 2.76872C4.43768 1.73891 5.75344 1.03846 7.18502 0.755821C8.61661 0.473178 10.0998 0.621002 11.4475 1.18063C12.7951 1.74027 13.9468 2.68662 14.757 3.90022C15.5673 5.11382 15.9998 6.54027 16 7.99949Z"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.11221 0.888888C3.35665 0.888888 3.55665 0.688888 3.55665 0.444444C3.55665 0.2 3.35665 0 3.11221 0H0.445543C0.201098 0 0.00109863 0.2 0.00109863 0.444444C0.00109863 0.688888 0.201098 0.888888 0.445543 0.888888H1.33443V2.66666H0.445543C0.201098 2.66666 0.00109863 2.86666 0.00109863 3.11111V12C0.00109863 12.2444 0.201098 12.4444 0.445543 12.4444H1.33443V15.5555C1.33443 15.8 1.53443 16 1.77887 16C2.02332 16 2.22332 15.8 2.22332 15.5555V12.4444H3.11221C3.35665 12.4444 3.55665 12.2444 3.55665 12V3.11111C3.55665 2.86666 3.35665 2.66666 3.11221 2.66666H2.22332V0.888888H3.11221ZM2.66776 11.5555H0.889987V3.55555H2.66776V11.5555Z" fill="black"/>
3
+ <path d="M15.7234 5.70446L10.5234 3.58891C10.4167 3.54446 10.2967 3.54446 10.1879 3.58891L4.98786 5.70446C4.82119 5.77335 4.71008 5.93557 4.71008 6.11557C4.71008 7.53335 4.92342 9.65557 5.92786 11.7267C6.88341 13.6978 8.3123 15.1222 10.1723 15.96C10.2301 15.9867 10.2923 16 10.3545 16C10.4167 16 10.479 15.9867 10.5367 15.96C12.3967 15.1222 13.8256 13.6978 14.7812 11.7267C15.7856 9.65557 15.9967 7.53113 15.999 6.11557C15.999 5.93557 15.8901 5.77113 15.7212 5.70446H15.7234ZM10.3567 15.0645C9.05452 14.4222 5.72119 12.2133 5.60342 6.41335L10.3567 4.48002L15.1101 6.41335C14.9923 12.2133 11.6612 14.4222 10.3567 15.0645Z" fill="black"/>
4
+ <path d="M8.64756 9.17556C8.47423 9.00222 8.192 9.00222 8.01867 9.17556C7.84534 9.34889 7.84534 9.63111 8.01867 9.80445L9.652 11.4378C9.73867 11.5244 9.852 11.5689 9.96534 11.5689C10.0787 11.5689 10.192 11.5244 10.2787 11.4378L13.5476 8.16889C13.7209 7.99556 13.7209 7.71334 13.5476 7.54C13.3742 7.36667 13.092 7.36667 12.9187 7.54L9.96534 10.4933L8.64534 9.17334L8.64756 9.17556Z" fill="black"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg fill="currentColor" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.7714 12.5776L9.52528 1.73028C9.36919 1.46453 9.14637 1.24418 8.87889 1.09107C8.61141 0.937966 8.30856 0.857422 8.00036 0.857422C7.69216 0.857422 7.38931 0.937966 7.12182 1.09107C6.85434 1.24418 6.63152 1.46453 6.47543 1.73028L0.229326 12.5776C0.079145 12.8346 0 13.127 0 13.4247C0 13.7224 0.079145 14.0147 0.229326 14.2718C0.383411 14.5391 0.605857 14.7607 0.873837 14.9137C1.14182 15.0667 1.44568 15.1457 1.75425 15.1425H14.2465C14.5548 15.1454 14.8584 15.0663 15.1261 14.9133C15.3938 14.7603 15.616 14.5389 15.77 14.2718C15.9204 14.0149 15.9997 13.7226 16 13.4249C16.0002 13.1272 15.9214 12.8348 15.7714 12.5776ZM7.42896 6.57146C7.42896 6.41992 7.48916 6.27458 7.59632 6.16742C7.70347 6.06026 7.84881 6.00006 8.00036 6.00006C8.1519 6.00006 8.29724 6.06026 8.4044 6.16742C8.51155 6.27458 8.57176 6.41992 8.57176 6.57146V9.42846C8.57176 9.58 8.51155 9.72534 8.4044 9.8325C8.29724 9.93966 8.1519 9.99986 8.00036 9.99986C7.84881 9.99986 7.70347 9.93966 7.59632 9.8325C7.48916 9.72534 7.42896 9.58 7.42896 9.42846V6.57146ZM8.00036 12.8569C7.83084 12.8569 7.66513 12.8066 7.52418 12.7124C7.38323 12.6182 7.27337 12.4844 7.2085 12.3278C7.14363 12.1711 7.12665 11.9988 7.15973 11.8325C7.1928 11.6663 7.27443 11.5136 7.3943 11.3937C7.51416 11.2738 7.66688 11.1922 7.83314 11.1591C7.9994 11.1261 8.17174 11.143 8.32835 11.2079C8.48497 11.2728 8.61883 11.3826 8.71301 11.5236C8.80719 11.6645 8.85746 11.8302 8.85746 11.9998C8.85746 12.2271 8.76715 12.4451 8.60642 12.6058C8.44568 12.7666 8.22767 12.8569 8.00036 12.8569Z"/>
3
+ </svg>
package/lib/icons/add.svg CHANGED
@@ -1,3 +1,3 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M24 13.7143H13.7143V24H10.2857V13.7143H0V10.2857H10.2857V0H13.7143V10.2857H24V13.7143Z"/>
1
+ <svg fill="currentColor" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8 0C6.41775 0 4.87103 0.469192 3.55544 1.34824C2.23985 2.22729 1.21447 3.47672 0.608967 4.93853C0.00346628 6.40034 -0.15496 8.00887 0.153721 9.56072C0.462403 11.1126 1.22433 12.538 2.34315 13.6569C3.46197 14.7757 4.88743 15.5376 6.43928 15.8463C7.99113 16.155 9.59966 15.9965 11.0615 15.391C12.5233 14.7855 13.7727 13.7602 14.6518 12.4446C15.5308 11.129 16 9.58225 16 8C15.9978 5.87895 15.1542 3.84542 13.6544 2.34562C12.1546 0.845814 10.121 0.00223986 8 0ZM8 14.7692C6.66117 14.7692 5.35241 14.3722 4.23922 13.6284C3.12603 12.8846 2.2584 11.8274 1.74605 10.5905C1.2337 9.35356 1.09965 7.99249 1.36084 6.67939C1.62203 5.36629 2.26674 4.16012 3.21343 3.21343C4.16013 2.26674 5.36629 1.62203 6.67939 1.36084C7.99249 1.09965 9.35356 1.2337 10.5905 1.74605C11.8274 2.25839 12.8846 3.12602 13.6284 4.23922C14.3722 5.35241 14.7692 6.66117 14.7692 8C14.7672 9.79468 14.0534 11.5153 12.7843 12.7843C11.5153 14.0534 9.79469 14.7672 8 14.7692ZM11.6923 8C11.6923 8.16321 11.6275 8.31973 11.5121 8.43514C11.3967 8.55055 11.2401 8.61538 11.0769 8.61538H8.61539V11.0769C8.61539 11.2401 8.55055 11.3967 8.43514 11.5121C8.31974 11.6275 8.16321 11.6923 8 11.6923C7.83679 11.6923 7.68027 11.6275 7.56486 11.5121C7.44945 11.3967 7.38462 11.2401 7.38462 11.0769V8.61538H4.92308C4.75987 8.61538 4.60334 8.55055 4.48794 8.43514C4.37253 8.31973 4.30769 8.16321 4.30769 8C4.30769 7.83679 4.37253 7.68026 4.48794 7.56486C4.60334 7.44945 4.75987 7.38461 4.92308 7.38461H7.38462V4.92308C7.38462 4.75987 7.44945 4.60334 7.56486 4.48793C7.68027 4.37253 7.83679 4.30769 8 4.30769C8.16321 4.30769 8.31974 4.37253 8.43514 4.48793C8.55055 4.60334 8.61539 4.75987 8.61539 4.92308V7.38461H11.0769C11.2401 7.38461 11.3967 7.44945 11.5121 7.56486C11.6275 7.68026 11.6923 7.83679 11.6923 8Z"/>
3
3
  </svg>
@@ -1,5 +1,3 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
3
- <title>calendar</title>
4
- <path d="M10 12h4v4h-4zM16 12h4v4h-4zM22 12h4v4h-4zM4 24h4v4h-4zM10 24h4v4h-4zM16 24h4v4h-4zM10 18h4v4h-4zM16 18h4v4h-4zM22 18h4v4h-4zM4 18h4v4h-4zM26 0v2h-4v-2h-14v2h-4v-2h-4v32h30v-32h-4zM28 30h-26v-22h26v22z"></path>
1
+ <svg fill="currentColor" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.1538 1.23077H12.3077V0.615385C12.3077 0.452174 12.2428 0.295649 12.1274 0.180242C12.012 0.064835 11.8555 0 11.6923 0C11.5291 0 11.3725 0.064835 11.2571 0.180242C11.1417 0.295649 11.0769 0.452174 11.0769 0.615385V1.23077H4.92305V0.615385C4.92305 0.452174 4.85821 0.295649 4.74281 0.180242C4.6274 0.064835 4.47087 0 4.30766 0C4.14445 0 3.98793 0.064835 3.87252 0.180242C3.75711 0.295649 3.69228 0.452174 3.69228 0.615385V1.23077H1.84613C1.51971 1.23077 1.20665 1.36044 0.97584 1.59125C0.745026 1.82207 0.615356 2.13512 0.615356 2.46154V14.7692C0.615356 15.0957 0.745026 15.4087 0.97584 15.6395C1.20665 15.8703 1.51971 16 1.84613 16H14.1538C14.4802 16 14.7933 15.8703 15.0241 15.6395C15.2549 15.4087 15.3846 15.0957 15.3846 14.7692V2.46154C15.3846 2.13512 15.2549 1.82207 15.0241 1.59125C14.7933 1.36044 14.4802 1.23077 14.1538 1.23077ZM3.69228 2.46154V3.07692C3.69228 3.24013 3.75711 3.39666 3.87252 3.51207C3.98793 3.62747 4.14445 3.69231 4.30766 3.69231C4.47087 3.69231 4.6274 3.62747 4.74281 3.51207C4.85821 3.39666 4.92305 3.24013 4.92305 3.07692V2.46154H11.0769V3.07692C11.0769 3.24013 11.1417 3.39666 11.2571 3.51207C11.3725 3.62747 11.5291 3.69231 11.6923 3.69231C11.8555 3.69231 12.012 3.62747 12.1274 3.51207C12.2428 3.39666 12.3077 3.24013 12.3077 3.07692V2.46154H14.1538V4.92308H1.84613V2.46154H3.69228ZM14.1538 14.7692H1.84613V6.15385H14.1538V14.7692ZM6.7692 8V12.9231C6.7692 13.0863 6.70437 13.2428 6.58896 13.3582C6.47355 13.4736 6.31703 13.5385 6.15382 13.5385C5.99061 13.5385 5.83408 13.4736 5.71868 13.3582C5.60327 13.2428 5.53843 13.0863 5.53843 12.9231V8.99539L5.19843 9.16615C5.05236 9.23919 4.88326 9.25121 4.72832 9.19956C4.57339 9.14792 4.44532 9.03684 4.37228 8.89077C4.29924 8.7447 4.28722 8.57559 4.33887 8.42066C4.39051 8.26573 4.50159 8.13765 4.64766 8.06462L5.87843 7.44923C5.97229 7.40227 6.0766 7.38008 6.18144 7.3848C6.28629 7.38951 6.38818 7.42095 6.47745 7.47615C6.56671 7.53134 6.64038 7.60845 6.69145 7.70013C6.74251 7.79182 6.76928 7.89505 6.7692 8ZM11.32 10.3423L9.84612 12.3077H11.0769C11.2401 12.3077 11.3966 12.3725 11.512 12.4879C11.6274 12.6033 11.6923 12.7599 11.6923 12.9231C11.6923 13.0863 11.6274 13.2428 11.512 13.3582C11.3966 13.4736 11.2401 13.5385 11.0769 13.5385H8.61536C8.50107 13.5385 8.38904 13.5066 8.29183 13.4466C8.19461 13.3865 8.11605 13.3005 8.06494 13.1983C8.01383 13.0961 7.99219 12.9816 8.00246 12.8678C8.01272 12.754 8.05448 12.6453 8.12305 12.5538L10.3369 9.60231C10.3873 9.53527 10.4234 9.45865 10.4431 9.37715C10.4627 9.29565 10.4656 9.21098 10.4513 9.12836C10.4371 9.04573 10.4062 8.96687 10.3604 8.89664C10.3146 8.8264 10.2549 8.76626 10.1851 8.71991C10.1152 8.67356 10.0366 8.64198 9.95408 8.6271C9.87156 8.61222 9.78688 8.61436 9.70523 8.63338C9.62357 8.6524 9.54666 8.68791 9.47922 8.73773C9.41178 8.78755 9.35524 8.85062 9.31305 8.92308C9.27383 8.99529 9.22055 9.05893 9.15635 9.11022C9.09214 9.16151 9.01831 9.19942 8.93922 9.22172C8.86012 9.24401 8.77736 9.25024 8.69582 9.24004C8.61428 9.22983 8.53561 9.2034 8.46445 9.16229C8.39329 9.12119 8.33109 9.06625 8.2815 9.00072C8.23192 8.93519 8.19597 8.86038 8.17576 8.78073C8.15555 8.70108 8.15151 8.61818 8.16386 8.53694C8.17621 8.45569 8.2047 8.37774 8.24766 8.30769C8.45094 7.95591 8.76459 7.68102 9.13998 7.52562C9.51538 7.37021 9.93155 7.34298 10.324 7.44815C10.7164 7.55331 11.0632 7.785 11.3106 8.10729C11.558 8.42958 11.6921 8.82448 11.6923 9.23077C11.6936 9.63211 11.5627 10.0227 11.32 10.3423Z"/>
5
3
  </svg>
@@ -1,7 +1,3 @@
1
- <svg width="23" height="22" viewBox="0 0 23 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M16 8C16 7.44772 16.4477 7 17 7H18C19.3261 7 20.5979 7.52678 21.5355 8.46447C22.4732 9.40215 23 10.6739 23 12C23 13.3261 22.4732 14.5979 21.5355 15.5355C20.5979 16.4732 19.3261 17 18 17H17C16.4477 17 16 16.5523 16 16C16 15.4477 16.4477 15 17 15H18C18.7956 15 19.5587 14.6839 20.1213 14.1213C20.6839 13.5587 21 12.7956 21 12C21 11.2044 20.6839 10.4413 20.1213 9.87868C19.5587 9.31607 18.7956 9 18 9H17C16.4477 9 16 8.55228 16 8Z" fill="black"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0 8C0 7.44772 0.447715 7 1 7H17C17.5523 7 18 7.44772 18 8V17C18 18.3261 17.4732 19.5979 16.5355 20.5355C15.5979 21.4732 14.3261 22 13 22H5C3.67392 22 2.40215 21.4732 1.46447 20.5355C0.526784 19.5979 0 18.3261 0 17V8ZM2 9V17C2 17.7956 2.31607 18.5587 2.87868 19.1213C3.44129 19.6839 4.20435 20 5 20H13C13.7956 20 14.5587 19.6839 15.1213 19.1213C15.6839 18.5587 16 17.7956 16 17V9H2Z" fill="black"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5 0C5.55228 0 6 0.447715 6 1V4C6 4.55229 5.55228 5 5 5C4.44772 5 4 4.55229 4 4V1C4 0.447715 4.44772 0 5 0Z" fill="black"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9 0C9.55228 0 10 0.447715 10 1V4C10 4.55229 9.55228 5 9 5C8.44772 5 8 4.55229 8 4V1C8 0.447715 8.44772 0 9 0Z" fill="black"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M13 0C13.5523 0 14 0.447715 14 1V4C14 4.55229 13.5523 5 13 5C12.4477 5 12 4.55229 12 4V1C12 0.447715 12.4477 0 13 0Z" fill="black"/>
1
+ <svg fill="currentColor" width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.3525 9.13707C15.1781 9.00269 14.9782 8.9052 14.765 8.85054C14.5517 8.79588 14.3296 8.78519 14.1121 8.81913C15.3639 7.55536 15.9971 6.29893 15.9971 5.06715C15.9971 3.30281 14.578 1.86774 12.8336 1.86774C12.3708 1.86483 11.9129 1.96327 11.4922 2.15614C11.0714 2.34902 10.698 2.63165 10.3981 2.9842C10.0982 2.63165 9.72476 2.34902 9.30401 2.15614C8.88325 1.96327 8.42538 1.86483 7.96254 1.86774C6.21819 1.86774 4.79912 3.30281 4.79912 5.06715C4.79912 5.80035 5.01508 6.51289 5.46966 7.26675C5.09736 7.36107 4.75759 7.55457 4.48651 7.82665L2.97879 9.33304H1.06647C0.783625 9.33304 0.512364 9.4454 0.312362 9.6454C0.11236 9.8454 0 10.1167 0 10.3995L0 13.0657C0 13.3485 0.11236 13.6198 0.312362 13.8198C0.512364 14.0198 0.783625 14.1322 1.06647 14.1322H7.99853C8.04213 14.1322 8.08557 14.1268 8.12784 14.1162L12.3937 13.0497C12.4209 13.0432 12.4475 13.0343 12.473 13.023L15.0639 11.9206L15.0932 11.9072C15.3422 11.7828 15.5555 11.597 15.7128 11.3674C15.8702 11.1378 15.9665 10.8719 15.9927 10.5948C16.0189 10.3177 15.9741 10.0385 15.8626 9.78344C15.7511 9.52841 15.5764 9.30597 15.3552 9.13707H15.3525ZM7.96254 2.93421C8.37554 2.92817 8.78096 3.04544 9.12695 3.27104C9.47294 3.49663 9.74379 3.8203 9.90485 4.20064C9.94503 4.29845 10.0134 4.3821 10.1012 4.44097C10.189 4.49984 10.2924 4.53127 10.3981 4.53127C10.5038 4.53127 10.6072 4.49984 10.695 4.44097C10.7828 4.3821 10.8512 4.29845 10.8913 4.20064C11.0524 3.8203 11.3232 3.49663 11.6692 3.27104C12.0152 3.04544 12.4206 2.92817 12.8336 2.93421C13.9701 2.93421 14.9306 3.9107 14.9306 5.06715C14.9306 6.36758 13.8781 7.83864 11.8872 9.32637L11.148 9.49634C11.2128 9.22225 11.2148 8.93703 11.1538 8.66206C11.0928 8.38709 10.9703 8.12949 10.7956 7.90858C10.6208 7.68768 10.3984 7.50918 10.1448 7.38649C9.8913 7.26379 9.61329 7.20006 9.33162 7.20009H6.71077C6.13554 6.42424 5.86559 5.74169 5.86559 5.06715C5.86559 3.9107 6.82608 2.93421 7.96254 2.93421ZM1.06647 10.3995H2.66618V13.0657H1.06647V10.3995ZM14.626 10.9467L12.0931 12.0252L7.93188 13.0657H3.73265V10.0869L5.24104 8.57917C5.33971 8.47971 5.45717 8.40086 5.58659 8.34719C5.716 8.29352 5.8548 8.26612 5.9949 8.26657H9.33162C9.54376 8.26657 9.7472 8.35084 9.8972 8.50084C10.0472 8.65084 10.1315 8.85428 10.1315 9.06642C10.1315 9.27855 10.0472 9.482 9.8972 9.632C9.7472 9.782 9.54376 9.86627 9.33162 9.86627H7.4653C7.32388 9.86627 7.18825 9.92245 7.08824 10.0225C6.98824 10.1225 6.93206 10.2581 6.93206 10.3995C6.93206 10.5409 6.98824 10.6766 7.08824 10.7766C7.18825 10.8766 7.32388 10.9327 7.4653 10.9327H9.59824C9.63838 10.9326 9.67838 10.9282 9.71755 10.9194L14.1834 9.89227L14.2041 9.88694C14.3404 9.84909 14.4859 9.863 14.6126 9.92598C14.7393 9.98897 14.8382 10.0966 14.8903 10.2281C14.9424 10.3597 14.9441 10.5058 14.8949 10.6385C14.8457 10.7711 14.7492 10.8809 14.624 10.9467H14.626Z"/>
7
3
  </svg>
package/mcp-manifest.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.6",
2
+ "version": "2.0.1",
3
3
  "library": "@tmorrow/cre8-wc",
4
4
  "tagPrefix": "cre8",
5
5
  "description": "cre8 Web Components is a library of presentational UI web components to be consumed by # web applications.",
@@ -1307,7 +1307,7 @@
1307
1307
  },
1308
1308
  "svg": {
1309
1309
  "type": "string",
1310
- "description": "SVG as a raw string\n- For badges with icons, the icon is defined by this prop\n- Pass in a raw svg as a String. We use raw string loader for this but any method of getting raw svgs will do\n- Import example:`import svgFeedback from '@tmorrow/cre8-wc/icons/System/Regular/Feedback.svg?raw';`\n- [cre8-icons Github repo](https://git.express-scripts.com/ExpressScripts/cre8-icons) This is the Github\nrepo for Cre8 icons, which includes a link to the storybook as well as relavant information for new icons"
1310
+ "description": "SVG as a raw string\n- For badges with icons, the icon is defined by this prop\n- Pass in a raw svg as a String. We use raw string loader for this but any method of getting raw svgs will do\n- Import example:`import svgFeedback from '@tmorrow/cre8-wc/icons/Feedback.svg?raw';`\n- [cre8-icons Github repo](https://git.express-scripts.com/ExpressScripts/cre8-icons) This is the Github\nrepo for Cre8 icons, which includes a link to the storybook as well as relavant information for new icons"
1311
1311
  }
1312
1312
  },
1313
1313
  "properties": {},
@@ -2817,7 +2817,7 @@
2817
2817
  {
2818
2818
  "name": "cre8-icon",
2819
2819
  "category": "Media",
2820
- "description": "\n<svg> is a web component, which can be used with any frontend framework and use any svg.\nIt takes raw svgs as props and renders them.\n\n**'svg-legacy'** will be **deprecated** in Web Components v0.5.0\n\n- [List of new figma icons](https:/www.figma.com/file/j1a0rBkoH65XiGKfq7ppWa/Iconography?type=design&node-id=2037-5773&mode=design&t=6ZzC6KH3Gkxf3fj5-4)\n- The new `svg` from the svg package: https:/static-dev.esi-memberweb-dev.aws.evernorthcloud.com/svgs/.\n\n##Usability Considerations\n- If the icon is decorative: set `aria-hidden` to true.\n- If the icon is interactive (not decorative): set `aria-hidden` to false and add the `aria-label`\n- If the icon is key to functionality from a screen reader perspective, it is required to add `aria-label`\nwhich will describe the icon.\nFor example, if the icon is a close button, setting `aria-label=\"Close\"`will give\nthe SVG an aria-label to make it sufficiently accessible.\n\n[More information on Accessibility with svgs](https:/static-dev.esi-memberweb-dev.aws.evernorthcloud.com/svgs/?path=/story/getting-started-accessibility--page)\n\n##How to use\nCre8 Web Components (cre8-wc) includes the `cre8_dev/svgs` package.\nIf you need to install a newer version than what's included, please see\nthe [installation instructions for svgs](https:/git.express-scripts.com/ExpressScripts/svgs#installation).\n- Import the component (this is the icon container): `import '@cre8_dev/svgs';`\n- Import an svg as a string: `import svgInfo from 'cre8_dev/svgs/lib/icons/System/Regular/Info.svg?raw';`\n\nYour import paths may be different depending on your project's build configuration.\nPlease see [Importing Icons](https:/static-dev.esi-memberweb-dev.aws.evernorthcloud.com/svgs/?path=/story/icon-sets-importing-icons--page)\nof the `cre8_dev/svgs` documentation for more information.",
2820
+ "description": "\n<svg> is a web component, which can be used with any frontend framework and use any svg.\nIt takes raw svgs as props and renders them.\n\n**'svg-legacy'** will be **deprecated** in Web Components v0.5.0\n\n- [List of new figma icons](https:/www.figma.com/file/j1a0rBkoH65XiGKfq7ppWa/Iconography?type=design&node-id=2037-5773&mode=design&t=6ZzC6KH3Gkxf3fj5-4)\n- The new `svg` from the svg package: https:/static-dev.esi-memberweb-dev.aws.evernorthcloud.com/svgs/.\n\n##Usability Considerations\n- If the icon is decorative: set `aria-hidden` to true.\n- If the icon is interactive (not decorative): set `aria-hidden` to false and add the `aria-label`\n- If the icon is key to functionality from a screen reader perspective, it is required to add `aria-label`\nwhich will describe the icon.\nFor example, if the icon is a close button, setting `aria-label=\"Close\"`will give\nthe SVG an aria-label to make it sufficiently accessible.\n\n[More information on Accessibility with svgs](https:/static-dev.esi-memberweb-dev.aws.evernorthcloud.com/svgs/?path=/story/getting-started-accessibility--page)\n\n##How to use\nCre8 Web Components (cre8-wc) includes the `cre8_dev/svgs` package.\nIf you need to install a newer version than what's included, please see\nthe [installation instructions for svgs](https:/git.express-scripts.com/ExpressScripts/svgs#installation).\n- Import the component (this is the icon container): `import '@cre8_dev/svgs';`\n- Import an svg as a string: `import svgInfo from '@tmorrow/cre8-wc/icons/Info.svg?raw';`\n\nYour import paths may be different depending on your project's build configuration.\nPlease see [Importing Icons](https:/static-dev.esi-memberweb-dev.aws.evernorthcloud.com/svgs/?path=/story/icon-sets-importing-icons--page)\nof the `cre8_dev/svgs` documentation for more information.",
2821
2821
  "attributes": {
2822
2822
  "focusable": {
2823
2823
  "type": "boolean",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmorrow/cre8-wc",
3
- "version": "1.2.7",
3
+ "version": "2.0.1",
4
4
  "description": "cre8 Web Components is a library of presentational UI web components to be consumed by # web applications.",
5
5
  "license": "BSD-3-Clause",
6
6
  "scripts": {
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M7.62706 17.4355L1.93746 11.7459L0 13.6697L7.62706 21.2968L24 4.92382L22.0762 3L7.62706 17.4355Z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13 0.830251L12.1705 0L6.50038 5.67012L0.831034 0L0 0.828686L5.67012 6.49959L0.000782461 12.1689L0.829469 13L6.50038 7.32906L12.1697 12.9992L13 12.1705L7.32985 6.49959L13 0.830251Z" fill="black"/>
3
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="22" height="18" viewBox="0 0 22 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6.56781 12.8666C6.91908 12.5153 7.4886 12.5153 7.83987 12.8666L10.8018 15.8285L13.7636 12.8666C14.1149 12.5153 14.6844 12.5153 15.0357 12.8666C15.387 13.2179 15.387 13.7874 15.0357 14.1387L11.4378 17.7366C11.0865 18.0878 10.517 18.0878 10.1657 17.7366L6.56781 14.1387C6.21655 13.7874 6.21655 13.2179 6.56781 12.8666Z" fill="black"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.8018 8.10576C11.2985 8.10576 11.7012 8.50847 11.7012 9.00524V17.1005C11.7012 17.5973 11.2985 18 10.8018 18C10.305 18 9.90227 17.5973 9.90227 17.1005V9.00524C9.90227 8.50847 10.305 8.10576 10.8018 8.10576Z" fill="black"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.80437 0.00523004C9.02809 -0.0387772 10.2459 0.195399 11.366 0.69013C12.4861 1.18486 13.4794 1.92725 14.2711 2.86142C14.9102 3.6155 15.4044 4.47868 15.7313 5.40735L16.198 5.40735C17.3449 5.4066 18.463 5.77127 19.3887 6.44847C20.3145 7.12581 21.0005 8.08056 21.347 9.17417C21.6935 10.2678 21.6825 11.4434 21.3156 12.5303C20.9487 13.6172 20.245 14.559 19.3066 15.2188C18.9002 15.5046 18.3391 15.4068 18.0534 15.0005C17.7676 14.5941 17.8654 14.0331 18.2718 13.7473C18.8974 13.3074 19.3665 12.6796 19.6111 11.9549C19.8557 11.2303 19.8631 10.4466 19.6321 9.71752C19.4011 8.98844 18.9438 8.35194 18.3265 7.90038C17.7092 7.44882 16.9642 7.2057 16.1994 7.2063L15.0653 7.2063C14.6547 7.2063 14.2961 6.92816 14.1941 6.53038C13.9574 5.60787 13.5144 4.75107 12.8987 4.0245C12.2829 3.29793 11.5104 2.72051 10.6392 2.33572C9.76795 1.95093 8.8208 1.7688 7.86902 1.80302C6.91723 1.83725 5.98561 2.08695 5.1443 2.53333C4.30298 2.9797 3.57389 3.61112 3.01191 4.38005C2.44993 5.14897 2.06971 6.03537 1.89988 6.9725C1.73004 7.90964 1.77501 8.87309 2.03141 9.79033C2.2878 10.7076 2.74894 11.5547 3.3801 12.2679C3.70931 12.6399 3.67461 13.2084 3.30259 13.5376C2.93057 13.8668 2.36211 13.8321 2.0329 13.4601C1.2214 12.5431 0.628514 11.4539 0.298864 10.2746C-0.030786 9.09532 -0.0886069 7.85659 0.129755 6.65171C0.348116 5.44682 0.836969 4.30717 1.55951 3.31855C2.28206 2.32993 3.21946 1.5181 4.30115 0.944193C5.38285 0.370281 6.58064 0.0492373 7.80437 0.00523004Z" fill="black"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g id="edit">
3
- <path id="&#240;&#159;&#150;&#141; icon color" fill-rule="evenodd" clip-rule="evenodd" d="M9.96354 1.84117C9.94878 1.8529 9.93456 1.86558 9.92097 1.87922L0.778116 11.0545C0.766444 11.0752 0.754799 11.0947 0.743545 11.1135C0.691872 11.2002 0.64843 11.273 0.64843 11.3798L0 15.3493C0 15.5445 0 15.6747 0.129686 15.8699C0.185139 15.9187 0.336764 16 0.518744 16L4.47416 15.2842C4.49293 15.2802 4.51051 15.2769 4.52726 15.2736C4.62256 15.2553 4.69107 15.2422 4.79838 15.1541L13.9412 5.9788L13.9414 5.97422L15.3679 4.59847C16.2109 3.90443 16.2109 2.57945 15.3679 1.75922L14.2007 0.623525C13.4875 -0.196703 12.0749 -0.213285 11.232 0.606942L9.96354 1.84117ZM11.0527 2.29683L13.6534 4.908L14.6547 3.89649C15.0438 3.50605 15.0438 2.85532 14.6547 2.46489L13.4875 1.29357C13.0985 0.903137 12.4501 0.903137 12.061 1.29357L11.0527 2.29683ZM1.68584 11.7052L1.1671 14.8287L4.27956 14.3081L4.63633 13.9501L2.04261 11.3472L1.68584 11.7052ZM2.75589 10.6314L10.31 3.05053L12.9037 5.65345L5.3496 13.2343L2.75589 10.6314Z" fill="#515761"/>
4
- </g>
5
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15.4839 12.4839C15.4839 14.4097 13.9258 15.9677 12 15.9677C10.0742 15.9677 8.51613 14.4097 8.51613 12.4839C8.51613 10.5581 10.0742 9 12 9C13.9258 9 15.4839 10.5581 15.4839 12.4839ZM20.5161 9C18.5903 9 17.0323 10.5581 17.0323 12.4839C17.0323 14.4097 18.5903 15.9677 20.5161 15.9677C22.4419 15.9677 24 14.4097 24 12.4839C24 10.5581 22.4419 9 20.5161 9ZM3.48387 9C1.55806 9 0 10.5581 0 12.4839C0 14.4097 1.55806 15.9677 3.48387 15.9677C5.40968 15.9677 6.96774 14.4097 6.96774 12.4839C6.96774 10.5581 5.40968 9 3.48387 9Z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 1.875C9.99747 1.875 8.0399 2.46882 6.37486 3.58137C4.70981 4.69392 3.41206 6.27523 2.64572 8.12533C1.87939 9.97543 1.67888 12.0112 2.06955 13.9753C2.46023 15.9393 3.42454 17.7435 4.84055 19.1595C6.25656 20.5755 8.06066 21.5398 10.0247 21.9305C11.9888 22.3211 14.0246 22.1206 15.8747 21.3543C17.7248 20.5879 19.3061 19.2902 20.4186 17.6251C21.5312 15.9601 22.125 14.0025 22.125 12C22.122 9.3156 21.0543 6.74199 19.1562 4.84383C17.258 2.94567 14.6844 1.87798 12 1.875ZM12 19.875C10.4425 19.875 8.91993 19.4131 7.62489 18.5478C6.32985 17.6825 5.32049 16.4526 4.72445 15.0136C4.12841 13.5747 3.97246 11.9913 4.27632 10.4637C4.58018 8.93606 5.3302 7.53287 6.43154 6.43153C7.53288 5.3302 8.93607 4.58017 10.4637 4.27632C11.9913 3.97246 13.5747 4.12841 15.0136 4.72445C16.4526 5.32049 17.6825 6.32985 18.5478 7.62488C19.4131 8.91992 19.875 10.4425 19.875 12C19.8728 14.0879 19.0424 16.0896 17.566 17.566C16.0896 19.0424 14.0879 19.8728 12 19.875ZM10.875 12.375V7.5C10.875 7.20163 10.9935 6.91548 11.2045 6.7045C11.4155 6.49353 11.7016 6.375 12 6.375C12.2984 6.375 12.5845 6.49353 12.7955 6.7045C13.0065 6.91548 13.125 7.20163 13.125 7.5V12.375C13.125 12.6734 13.0065 12.9595 12.7955 13.1705C12.5845 13.3815 12.2984 13.5 12 13.5C11.7016 13.5 11.4155 13.3815 11.2045 13.1705C10.9935 12.9595 10.875 12.6734 10.875 12.375ZM13.5 16.125C13.5 16.4217 13.412 16.7117 13.2472 16.9584C13.0824 17.205 12.8481 17.3973 12.574 17.5108C12.2999 17.6244 11.9983 17.6541 11.7074 17.5962C11.4164 17.5383 11.1491 17.3954 10.9393 17.1857C10.7296 16.9759 10.5867 16.7086 10.5288 16.4176C10.4709 16.1267 10.5007 15.8251 10.6142 15.551C10.7277 15.2769 10.92 15.0426 11.1666 14.8778C11.4133 14.713 11.7033 14.625 12 14.625C12.3978 14.625 12.7794 14.783 13.0607 15.0643C13.342 15.3456 13.5 15.7272 13.5 16.125Z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM9.96661 14.4241C11.6165 13.9237 12.9965 12.8029 13.8354 11.3333H11.2975C10.9487 12.7195 10.4242 13.7362 9.96661 14.4241ZM8.11204 14.7105C8.69142 14.0313 9.43024 12.9258 9.89827 11.3333H6.10173C6.56959 12.9252 7.30805 14.0305 7.88732 14.7098C7.93218 14.7107 7.97715 14.7111 8.02222 14.7111C8.05221 14.7111 8.08215 14.7109 8.11204 14.7105ZM11.5553 10H14.4139C14.6071 9.37494 14.7111 8.71073 14.7111 8.02222C14.7111 7.31737 14.6021 6.63798 14.4 6H11.555C11.6398 6.61136 11.6889 7.27776 11.6889 8.00143C11.6889 8.72403 11.64 9.38948 11.5553 10ZM10.199 6C10.2982 6.61144 10.3556 7.27785 10.3556 8.00143C10.3556 8.72394 10.2984 9.3894 10.1995 10H5.80054C5.70165 9.3894 5.64444 8.72394 5.64444 8.00143C5.64444 7.27785 5.70182 6.61144 5.80098 6H10.199ZM11.2969 4.66667H13.8098C12.9748 3.22953 11.6198 2.13189 10.0025 1.63131C10.4511 2.31811 10.9572 3.31747 11.2969 4.66667ZM8.14947 1.33452C8.72262 2.01721 9.43951 3.10914 9.89755 4.66667H6.10245C6.56027 3.1099 7.27668 2.01828 7.84969 1.33552C7.90703 1.33406 7.96454 1.33333 8.02222 1.33333C8.06473 1.33333 8.10715 1.33373 8.14947 1.33452ZM4.31111 8.00143C4.31111 7.27776 4.36019 6.61136 4.44504 6H1.64446C1.44236 6.63798 1.33333 7.31737 1.33333 8.02222C1.33333 8.71073 1.43736 9.37494 1.63055 10H4.44467C4.36005 9.38948 4.31111 8.72403 4.31111 8.00143ZM4.70309 4.66667C5.03991 3.32892 5.54031 2.33511 5.98609 1.64888C4.39342 2.15727 3.06002 3.24612 2.23463 4.66667H4.70309ZM6.02197 14.4069C5.56711 13.7193 5.04836 12.708 4.70248 11.3333H2.20903C3.03842 12.7863 4.39684 13.8983 6.02197 14.4069Z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11C20 6.02944 15.9706 2 11 2ZM0 11C0 4.92487 4.92487 0 11 0C17.0751 0 22 4.92487 22 11C22 17.0751 17.0751 22 11 22C4.92487 22 0 17.0751 0 11ZM11.2581 7.02431C10.7926 6.94446 10.3138 7.03194 9.90664 7.27126C9.49944 7.51057 9.19007 7.88628 9.03333 8.33183C8.85006 8.85282 8.27915 9.1266 7.75816 8.94333C7.23717 8.76005 6.96339 8.18914 7.14667 7.66815C7.46014 6.77704 8.07887 6.02562 8.89327 5.54699C9.70767 5.06836 10.6652 4.8934 11.5962 5.0531C12.5273 5.2128 13.3718 5.69685 13.9801 6.41952C14.5883 7.14197 14.9212 8.05628 14.92 9.0006C14.9197 10.5311 13.785 11.5418 12.9747 12.082C12.5391 12.3725 12.1106 12.586 11.7949 12.7263C11.6356 12.7971 11.5015 12.8508 11.4049 12.8876C11.3565 12.906 11.3173 12.9203 11.2887 12.9305L11.254 12.9427L11.2429 12.9464L11.239 12.9477L11.2375 12.9483L10.92 12C11.2362 12.9487 11.2372 12.9484 11.2375 12.9483C10.7135 13.1229 10.146 12.8402 9.97132 12.3162C9.7969 11.793 10.0791 11.2275 10.6017 11.052L10.6031 11.0515L10.9087 11.9662C10.6052 11.0556 10.6033 11.0515 10.6031 11.0515L10.6187 11.0461C10.6341 11.0406 10.6593 11.0314 10.6929 11.0186C10.7603 10.9929 10.8606 10.9529 10.9826 10.8987C11.2294 10.789 11.5509 10.6275 11.8653 10.4179C12.5549 9.95821 12.92 9.46913 12.92 8.99999L12.92 8.9985C12.9207 8.52618 12.7542 8.06886 12.4501 7.70752C12.1459 7.34618 11.7236 7.10416 11.2581 7.02431ZM11 15C10.4477 15 10 15.4477 10 16C10 16.5523 10.4477 17 11 17H11.01C11.5623 17 12.01 16.5523 12.01 16C12.01 15.4477 11.5623 15 11.01 15H11Z" fill="black"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 21.75C10.0716 21.75 8.18657 21.1782 6.58319 20.1068C4.97982 19.0355 3.73013 17.5127 2.99218 15.7312C2.25422 13.9496 2.06114 11.9892 2.43735 10.0979C2.81355 8.20655 3.74215 6.46927 5.10571 5.10571C6.46928 3.74215 8.20656 2.81355 10.0979 2.43734C11.9892 2.06114 13.9496 2.25422 15.7312 2.99218C17.5127 3.73013 19.0355 4.97981 20.1068 6.58319C21.1782 8.18657 21.75 10.0716 21.75 12C21.7473 14.585 20.7192 17.0634 18.8913 18.8913C17.0634 20.7192 14.585 21.7473 12 21.75ZM11.25 16.5C11.25 16.6989 11.329 16.8897 11.4697 17.0303C11.6103 17.171 11.8011 17.25 12 17.25C12.1989 17.25 12.3897 17.171 12.5303 17.0303C12.671 16.8897 12.75 16.6989 12.75 16.5V11.25C12.75 11.0511 12.671 10.8603 12.5303 10.7197C12.3897 10.579 12.1989 10.5 12 10.5C11.8011 10.5 11.6103 10.579 11.4697 10.7197C11.329 10.8603 11.25 11.0511 11.25 11.25V16.5ZM12 6.75C11.7775 6.75 11.56 6.81598 11.375 6.9396C11.19 7.06321 11.0458 7.23891 10.9606 7.44448C10.8755 7.65005 10.8532 7.87625 10.8966 8.09448C10.94 8.3127 11.0472 8.51316 11.2045 8.67049C11.3618 8.82783 11.5623 8.93498 11.7805 8.97838C11.9988 9.02179 12.225 8.99951 12.4305 8.91436C12.6361 8.82922 12.8118 8.68502 12.9354 8.50002C13.059 8.31501 13.125 8.0975 13.125 7.875C13.125 7.57663 13.0065 7.29048 12.7955 7.07951C12.5845 6.86853 12.2984 6.75 12 6.75Z"/>
3
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="20" height="14" viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0 7C0 6.44772 0.447715 6 1 6H19C19.5523 6 20 6.44772 20 7C20 7.55228 19.5523 8 19 8H1C0.447715 8 0 7.55228 0 7Z" fill="#333333"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0 1C0 0.447715 0.447715 0 1 0H19C19.5523 0 20 0.447715 20 1C20 1.55228 19.5523 2 19 2H1C0.447715 2 0 1.55228 0 1Z" fill="#333333"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0 13C0 12.4477 0.447715 12 1 12H19C19.5523 12 20 12.4477 20 13C20 13.5523 19.5523 14 19 14H1C0.447715 14 0 13.5523 0 13Z" fill="#333333"/>
5
- </svg>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generated by IcoMoon.io -->
3
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
5
- <path d="M0 6.5v3c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5z"></path>
6
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0)">
3
- <path d="M17.1527 15.0943H16.0686L15.6844 14.7238C17.0292 13.1595 17.8388 11.1286 17.8388 8.91938C17.8388 3.99314 13.8456 0 8.91938 0C3.99314 0 0 3.99314 0 8.91938C0 13.8456 3.99314 17.8388 8.91938 17.8388C11.1286 17.8388 13.1595 17.0292 14.7238 15.6844L15.0943 16.0686V17.1527L21.9554 24L24 21.9554L17.1527 15.0943ZM8.91938 15.0943C5.50257 15.0943 2.74443 12.3362 2.74443 8.91938C2.74443 5.50257 5.50257 2.74443 8.91938 2.74443C12.3362 2.74443 15.0943 5.50257 15.0943 8.91938C15.0943 12.3362 12.3362 15.0943 8.91938 15.0943Z"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0">
7
- <rect width="24" height="24" fill="white"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M22.2 17.6335L14.0016 3.39569C13.7967 3.04687 13.5042 2.75764 13.1532 2.55668C12.8021 2.35572 12.4046 2.25 12 2.25C11.5955 2.25 11.198 2.35572 10.8469 2.55668C10.4958 2.75764 10.2033 3.04687 9.99847 3.39569L1.80003 17.6335C1.60291 17.9709 1.49902 18.3546 1.49902 18.7454C1.49902 19.1361 1.60291 19.5199 1.80003 19.8572C2.00228 20.2082 2.29425 20.499 2.64599 20.6998C2.99773 20.9006 3.39658 21.0043 3.80159 21.0001H20.1985C20.6032 21.0039 21.0016 20.9001 21.353 20.6993C21.7044 20.4985 21.9961 20.2079 22.1982 19.8572C22.3956 19.52 22.4998 19.1364 22.5001 18.7456C22.5004 18.3549 22.3969 17.9711 22.2 17.6335ZM11.25 9.75006C11.25 9.55115 11.329 9.36038 11.4697 9.21973C11.6104 9.07908 11.8011 9.00006 12 9.00006C12.1989 9.00006 12.3897 9.07908 12.5304 9.21973C12.671 9.36038 12.75 9.55115 12.75 9.75006V13.5001C12.75 13.699 12.671 13.8897 12.5304 14.0304C12.3897 14.171 12.1989 14.2501 12 14.2501C11.8011 14.2501 11.6104 14.171 11.4697 14.0304C11.329 13.8897 11.25 13.699 11.25 13.5001V9.75006ZM12 18.0001C11.7775 18.0001 11.56 17.9341 11.375 17.8105C11.19 17.6868 11.0458 17.5111 10.9607 17.3056C10.8755 17.1 10.8532 16.8738 10.8966 16.6556C10.9401 16.4374 11.0472 16.2369 11.2045 16.0796C11.3619 15.9222 11.5623 15.8151 11.7806 15.7717C11.9988 15.7283 12.225 15.7505 12.4305 15.8357C12.6361 15.9208 12.8118 16.065 12.9354 16.25C13.059 16.435 13.125 16.6526 13.125 16.8751C13.125 17.1734 13.0065 17.4596 12.7955 17.6706C12.5845 17.8815 12.2984 18.0001 12 18.0001Z"/>
3
- </svg>