@reapit/elements 5.0.0-beta.23 → 5.0.0-beta.24

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 (86) hide show
  1. package/assets/icons/appSwitcher.svg +3 -0
  2. package/assets/icons/archive.svg +1 -0
  3. package/assets/icons/bill.svg +1 -0
  4. package/assets/icons/billBulk.svg +1 -0
  5. package/assets/icons/bookmark.svg +1 -0
  6. package/assets/icons/bookmarkBulk.svg +1 -0
  7. package/assets/icons/buy.svg +1 -0
  8. package/assets/icons/calculator.svg +1 -0
  9. package/assets/icons/checkbox.svg +1 -0
  10. package/assets/icons/checkboxDisabled.svg +1 -0
  11. package/assets/icons/checkboxIndeterminate.svg +1 -0
  12. package/assets/icons/checkboxSelected.svg +1 -0
  13. package/assets/icons/consolidate.svg +1 -0
  14. package/assets/icons/drawClose.svg +1 -0
  15. package/assets/icons/exit.svg +1 -0
  16. package/assets/icons/expand.svg +1 -0
  17. package/assets/icons/feather.svg +1 -0
  18. package/assets/icons/fileAttached.svg +1 -0
  19. package/assets/icons/fileAudio.svg +1 -0
  20. package/assets/icons/fileDocument.svg +1 -0
  21. package/assets/icons/fileExcel.svg +1 -0
  22. package/assets/icons/fileImage.svg +1 -0
  23. package/assets/icons/filePdf.svg +1 -0
  24. package/assets/icons/filePowerpoint.svg +1 -0
  25. package/assets/icons/fileSpreadsheet.svg +1 -0
  26. package/assets/icons/fileVideo.svg +1 -0
  27. package/assets/icons/fileWord.svg +1 -0
  28. package/assets/icons/fileZip.svg +1 -0
  29. package/assets/icons/landSize.svg +1 -0
  30. package/assets/icons/lock.svg +3 -4
  31. package/assets/icons/lockOutline.svg +4 -0
  32. package/assets/icons/menuAlt.svg +1 -0
  33. package/assets/icons/priorityHigh.svg +1 -0
  34. package/assets/icons/priorityLow.svg +1 -0
  35. package/assets/icons/priorityMedium.svg +1 -0
  36. package/assets/icons/radioDisabled.svg +1 -0
  37. package/assets/icons/radioSelected.svg +1 -0
  38. package/assets/icons/rent.svg +1 -0
  39. package/assets/icons/separatorDot.svg +1 -0
  40. package/assets/icons/separatorLine.svg +1 -0
  41. package/assets/icons/sort.svg +1 -0
  42. package/assets/icons/sprout.svg +1 -0
  43. package/assets/icons/status.svg +1 -0
  44. package/assets/icons/trash.svg +3 -5
  45. package/assets/icons/unarchive.svg +1 -0
  46. package/assets/icons/wand.svg +1 -0
  47. package/dist/js/components/avatar/styles.d.ts.map +1 -1
  48. package/dist/js/components/badge/styles.d.ts.map +1 -1
  49. package/dist/js/components/bottom-bar-item/styles.d.ts.map +1 -1
  50. package/dist/js/components/breadcrumbs/styles.d.ts.map +1 -1
  51. package/dist/js/components/deprecated-nav/__styles__/index.d.ts +41 -0
  52. package/dist/js/components/deprecated-nav/__styles__/index.d.ts.map +1 -0
  53. package/dist/js/components/deprecated-nav/__tests__/nav-responsive.test.d.ts.map +1 -0
  54. package/dist/js/components/deprecated-nav/__tests__/nav.test.d.ts.map +1 -0
  55. package/dist/js/components/deprecated-nav/index.d.ts.map +1 -0
  56. package/dist/js/components/{nav → deprecated-nav}/nav-responsive.d.ts +16 -12
  57. package/dist/js/components/deprecated-nav/nav-responsive.d.ts.map +1 -0
  58. package/dist/js/components/deprecated-nav/nav.d.ts +17 -0
  59. package/dist/js/components/deprecated-nav/nav.d.ts.map +1 -0
  60. package/dist/js/components/{nav → deprecated-nav}/nav.stories.d.ts +1 -1
  61. package/dist/js/components/deprecated-nav/nav.stories.d.ts.map +1 -0
  62. package/dist/js/components/features/styles.d.ts.map +1 -1
  63. package/dist/js/components/icon/__styles__/index.d.ts.map +1 -1
  64. package/dist/js/components/nav-icon-item/styles.d.ts.map +1 -1
  65. package/dist/js/components/table/table-text/table-text.stories.d.ts +2 -2
  66. package/dist/js/icons/icons.d.ts +130 -1
  67. package/dist/js/icons/icons.d.ts.map +1 -1
  68. package/dist/js/index.cjs +3 -3
  69. package/dist/js/index.d.ts +1 -1
  70. package/dist/js/index.d.ts.map +1 -1
  71. package/dist/js/index.js +2547 -2493
  72. package/dist/js/style.css +1 -1
  73. package/package.json +1 -1
  74. package/assets/icons/appLauncher.svg +0 -12
  75. package/dist/js/components/nav/__styles__/index.d.ts +0 -23
  76. package/dist/js/components/nav/__styles__/index.d.ts.map +0 -1
  77. package/dist/js/components/nav/__tests__/nav-responsive.test.d.ts.map +0 -1
  78. package/dist/js/components/nav/__tests__/nav.test.d.ts.map +0 -1
  79. package/dist/js/components/nav/index.d.ts.map +0 -1
  80. package/dist/js/components/nav/nav-responsive.d.ts.map +0 -1
  81. package/dist/js/components/nav/nav.d.ts +0 -11
  82. package/dist/js/components/nav/nav.d.ts.map +0 -1
  83. package/dist/js/components/nav/nav.stories.d.ts.map +0 -1
  84. /package/dist/js/components/{nav → deprecated-nav}/__tests__/nav-responsive.test.d.ts +0 -0
  85. /package/dist/js/components/{nav → deprecated-nav}/__tests__/nav.test.d.ts +0 -0
  86. /package/dist/js/components/{nav → deprecated-nav}/index.d.ts +0 -0
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
2
+ <path fill="currentColor" d="M6 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM14 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM22 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM6 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM14 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM22 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM6 20a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM14 20a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM22 20a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M20.45 2h-17C2.1 2 1 3.1 1 4.45v2c0 .81.4 1.52 1 1.97v10.53c0 .78.31 1.53.86 2.09.55.55 1.3.86 2.09.86h14c.78 0 1.53-.31 2.09-.86.56-.55.86-1.3.86-2.09V8.42c.6-.45 1-1.16 1-1.97v-2C22.9 3.1 21.8 2 20.45 2ZM2.9 4.45c0-.3.25-.55.55-.55h17c.3 0 .55.25.55.55v2c0 .3-.25.55-.55.55h-17c-.3 0-.55-.25-.55-.55v-2Zm6 4.45H15v2.05s0 .03-.01.04c-.01.01-.02.01-.04.01h-6s-.03 0-.04-.01c0 0-.01-.02-.01-.04V8.9Zm10.79 10.79c-.2.2-.46.31-.74.31h-14c-.28 0-.55-.11-.74-.31-.2-.2-.31-.46-.31-.74V8.9H7v2.05c0 .52.21 1.01.57 1.38.37.37.86.57 1.38.57h6c.52 0 1.01-.21 1.38-.57.37-.36.57-.86.57-1.38V8.9H20v10.05c0 .28-.11.55-.31.74Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M18.46 5.541c-3.57-3.57-9.35-3.57-12.91 0-3.57 3.57-3.57 9.35 0 12.91 3.57 3.57 9.35 3.57 12.91 0 3.56-3.57 3.57-9.35 0-12.91ZM4.22 4.221c4.3-4.29 11.26-4.29 15.56 0 4.3 4.3 4.3 11.26 0 15.56-4.3 4.3-11.26 4.3-15.56 0-4.29-4.3-4.29-11.26 0-15.56Zm7.78.14c.52 0 .93.42.93.93v.74c1.86.05 3.36 1.58 3.36 3.45 0 .52-.42.93-.93.93s-.93-.42-.93-.93c0-.87-.71-1.58-1.58-1.58h-1.84a1.421 1.421 0 0 0-.34 2.8l3.14.79c1.46.37 2.49 1.68 2.49 3.19 0 1.82-1.47 3.29-3.29 3.29h-.07v.74c0 .52-.42.93-.93.93s-.93-.42-.93-.93v-.74a3.45 3.45 0 0 1-3.35-3.45c0-.52.42-.93.93-.93s.93.42.93.93c0 .87.71 1.58 1.58 1.58H13a1.421 1.421 0 0 0 .34-2.8l-3.14-.79a3.294 3.294 0 0 1-2.49-3.19c0-1.82 1.47-3.29 3.29-3.29h.06v-.74c0-.52.42-.93.93-.93H12Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M20.22 3.778a9.5 9.5 0 0 0-13.436.01 9.374 9.374 0 0 0-1.316 1.68 9.05 9.05 0 0 0-1.68 1.314 9.492 9.492 0 0 0 0 13.44c3.707 3.704 9.728 3.704 13.445 0a9.245 9.245 0 0 0 1.335-1.71 9.17 9.17 0 0 0 1.652-1.296c3.707-3.705 3.707-9.714 0-13.429v-.01Zm-3.054 13.688-.125.202c-.298.47-.644.921-1.047 1.324-3.044 3.034-7.971 3.034-11.006 0a7.767 7.767 0 0 1 0-11c.461-.461.97-.855 1.517-1.171 2.978-1.767 6.906-1.383 9.47 1.18 2.564 2.563 2.948 6.48 1.171 9.465h.02Zm2.718-2.553a9.502 9.502 0 0 0-.337-4.31v-.01a8.24 8.24 0 0 0-.393-1.017v-.01a10.422 10.422 0 0 0-.51-.97.2.2 0 0 0-.038-.057 10.651 10.651 0 0 0-.547-.797c-.048-.057-.087-.115-.135-.173-.22-.268-.441-.537-.7-.787 0 0-.02-.01-.03-.019-.23-.23-.48-.441-.73-.653-.086-.076-.182-.144-.278-.21a6.089 6.089 0 0 0-.576-.394c-.096-.058-.192-.125-.288-.183-.26-.153-.519-.288-.778-.413-.135-.067-.279-.124-.423-.182l-.451-.173c-.163-.057-.317-.115-.48-.163-.135-.038-.27-.067-.413-.106a10.42 10.42 0 0 0-.922-.182c-.116-.02-.221-.029-.336-.048-.193-.02-.394-.038-.586-.048h-.288c-.413 0-.826.01-1.24.058-.038 0-.076 0-.114.01-.077.009-.164.009-.24.019a7.778 7.778 0 0 1 9.93.883 7.782 7.782 0 0 1 .893 9.925l.01.01Z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M9.646 10.046h1.575c.71 0 1.296.586 1.296 1.296 0 .48.385.864.865.864a.86.86 0 0 0 .864-.864c0-1.622-1.287-2.937-2.89-3.014v-.586a.86.86 0 0 0-.865-.864.86.86 0 0 0-.864.864v.576a2.889 2.889 0 0 0-2.872 2.89c0 1.305.884 2.476 2.18 2.793l2.699.672c.509.124.874.585.874 1.123a1.16 1.16 0 0 1-1.162 1.161H9.77c-.71 0-1.297-.585-1.297-1.296a.86.86 0 0 0-.864-.864.86.86 0 0 0-.864.864 3.011 3.011 0 0 0 2.88 3.005v.595c0 .48.385.864.865.864a.86.86 0 0 0 .864-.864v-.576a2.885 2.885 0 0 0 2.881-2.89 2.877 2.877 0 0 0-2.18-2.793l-2.698-.671a1.145 1.145 0 0 1-.865-1.123 1.16 1.16 0 0 1 1.162-1.162h-.01Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="20" fill="none"><path fill="currentColor" d="M16.44 0H7.56C5.04 0 3 2.01 3 4.47v12.68c0 1.12.45 2.04 1.24 2.51.81.48 1.85.44 2.88-.11l4.5-2.44c.18-.1.59-.1.77 0l4.49 2.44c.55.3 1.11.45 1.63.45.45 0 .87-.11 1.24-.33.79-.47 1.25-1.39 1.25-2.52V4.47C20.99 2.01 18.94 0 16.44 0ZM19 17.15c0 .39-.1.7-.27.8-.18.11-.52.05-.9-.16l-4.49-2.43c-.39-.22-.87-.32-1.34-.32-.47 0-.95.11-1.34.32L6.17 17.8c-.37.2-.72.26-.9.15-.17-.1-.27-.4-.27-.79V4.47C5 3.11 6.15 2 7.56 2h8.88C17.85 2 19 3.11 19 4.47v12.68Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M18.66 2H11.4C9.37 2 7.71 3.62 7.62 5.63H5.8C3.71 5.63 2 7.34 2 9.43v10.6c0 .88.32 1.72 1.08 2.16.75.44 1.65.32 2.41-.11l3.67-2.04s.13-.05.28-.05c.15 0 .24.03.28.05l3.66 2.04c.77.42 1.66.55 2.41.11.76-.44 1.08-1.29 1.08-2.16v-2.75l2.11 1.18c.77.42 1.66.55 2.41.11.76-.44 1.08-1.29 1.08-2.16V5.8c0-2.09-1.71-3.8-3.8-3.8h-.01Zm-3.59 18.03c0 .48-.16.6-.19.61-.03.02-.21.1-.63-.13l-3.66-2.04c-.36-.2-.78-.27-1.14-.27-.36 0-.78.07-1.14.27l-3.67 2.05c-.42.23-.6.15-.63.13-.03-.02-.19-.13-.19-.61V9.43c0-1.1.9-2 2-2h7.26c1.1 0 2 .9 2 2v10.6h-.01Zm5.6-3.62c0 .48-.16.6-.19.61-.03.02-.21.1-.63-.13l-2.98-1.66v-5.8c0-2.09-1.71-3.8-3.8-3.8H9.41c.09-1.02.96-1.82 1.99-1.82h7.26c1.1 0 2 .9 2 2v10.6h.01Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="m22.99 8.918-10.5-7a1 1 0 0 0-1.1 0l-10.45 7c-.4.32-.49.9-.21 1.33.28.43.85.57 1.31.33l.9-.63v11.3c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-11.3l.95.63c.16.11.35.17.55.17.44 0 .82-.29.95-.71s-.04-.87-.4-1.12Zm-4.05 11.33h-14V8.617l7-4.67 7 4.67v11.63Z"/><path fill="currentColor" d="M11.15 7.588v.32h-.36c-1.4 0-2.55 1.18-2.55 2.63 0 1.69.98 2.23 1.73 2.49l1.19.41v2.63h-.12c-.6 0-1.09-.53-1.09-1.19a.85.85 0 1 0-1.7 0c0 1.59 1.25 2.89 2.79 2.89h.12v.32a.85.85 0 1 0 1.7 0v-.32h.38c1.41 0 2.55-1.18 2.55-2.63 0-1.68-.98-2.23-1.73-2.49l-1.2-.42v-2.62h.13c.6 0 1.09.53 1.09 1.19a.85.85 0 1 0 1.7 0c0-1.59-1.25-2.89-2.79-2.89h-.13v-.32a.85.85 0 1 0-1.7 0h-.01Zm0 4.05-.62-.22c-.41-.14-.59-.24-.59-.89 0-.51.38-.93.85-.93h.36v2.04Zm1.7 2.39.64.22c.41.15.59.24.59.89 0 .51-.38.93-.85.93h-.38v-2.04Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M9.5 13a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM12 14.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM17.5 13a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM8 18.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM13.5 17a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM16 18.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM7.5 6h9a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5Z"/><path fill="currentColor" fill-rule="evenodd" d="M5 2h14a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2Zm0 2v16h14V4H5Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M20 2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Zm0 18H4V4h16v16Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M20 2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M16 13H8a1 1 0 1 1 0-2h8a1 1 0 1 1 0 2Z"/><path fill="currentColor" fill-rule="evenodd" d="M4 2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2Zm0 18h16V4H4v16Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M20 2H4a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Zm-2 7.17-7.07 7.07a1 1 0 0 1-.71.3 1 1 0 0 1-.7-.3L6 12.71a1 1 0 1 1 1.41-1.42l2.83 2.83 6.36-6.36A1 1 0 0 1 18 9.17Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M21.153 16.304a3.858 3.858 0 0 0-2.122-1.358V11.02h-6.05V9.07a3.93 3.93 0 0 0 2.122-1.374c.564-.697.846-1.507.846-2.432 0-1.103-.382-2.04-1.146-2.809C14.04 1.684 13.104 1.3 12 1.3c-1.104 0-2.039.384-2.803 1.153-.764.77-1.146 1.708-1.146 2.816 0 .922.282 1.732.846 2.428a3.935 3.935 0 0 0 2.123 1.372v1.951H4.97v3.926c-.851.21-1.559.662-2.123 1.358C2.282 17 2 17.816 2 18.751c0 1.1.383 2.033 1.15 2.8.767.766 1.7 1.15 2.8 1.15 1.103 0 2.04-.384 2.809-1.15.77-.767 1.154-1.7 1.154-2.8 0-.935-.282-1.75-.847-2.447a3.857 3.857 0 0 0-2.122-1.358V12.98h10.112v1.966c-.85.21-1.558.662-2.122 1.358-.565.696-.847 1.512-.847 2.447 0 1.1.383 2.033 1.15 2.8.767.766 1.7 1.15 2.8 1.15 1.103 0 2.04-.384 2.809-1.15.77-.767 1.154-1.7 1.154-2.8 0-.935-.282-1.75-.847-2.447Zm-13.79 1.039c.384.387.576.857.576 1.409 0 .551-.194 1.018-.581 1.4a1.93 1.93 0 0 1-1.409.575 1.898 1.898 0 0 1-1.401-.58 1.923 1.923 0 0 1-.574-1.405c0-.552.193-1.02.579-1.404a1.919 1.919 0 0 1 1.406-.576c.552 0 1.02.194 1.404.581Zm4.632-10.104a1.912 1.912 0 0 1-1.407-.58 1.916 1.916 0 0 1-.577-1.405 1.9 1.9 0 0 1 .582-1.404 1.934 1.934 0 0 1 1.412-.576c.553 0 1.022.194 1.407.581.385.388.577.857.577 1.409 0 .551-.194 1.018-.582 1.4a1.937 1.937 0 0 1-1.412.575Zm7.45 12.914a1.93 1.93 0 0 1-1.409.574 1.898 1.898 0 0 1-1.4-.58 1.923 1.923 0 0 1-.575-1.405c0-.552.193-1.02.58-1.404a1.919 1.919 0 0 1 1.405-.576c.552 0 1.02.194 1.404.581.384.387.576.857.576 1.409 0 .551-.194 1.018-.581 1.4Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="m10.707 4.294 6.997 6.996a.999.999 0 0 1 0 1.419l-6.997 6.995a1 1 0 0 1-1.42 0 1 1 0 0 1 0-1.419l5.298-5.287H3A1 1 0 1 1 3 11h11.585L9.287 5.713a1.003 1.003 0 1 1 1.42-1.42Z"/><path fill="currentColor" d="M18 12v7.111c0 .491.448.889 1 .889s1-.398 1-.889V4.89C20 4.398 19.552 4 19 4s-1 .398-1 .889v7.11Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M5 21c-.55 0-1.02-.196-1.413-.587A1.926 1.926 0 0 1 3 19V5c0-.55.196-1.02.587-1.413A1.926 1.926 0 0 1 5 3h6c.283 0 .52.096.713.288.191.191.287.429.287.712s-.096.52-.287.713A.968.968 0 0 1 11 5H5v14h6c.283 0 .52.096.713.288.191.191.287.429.287.712s-.096.52-.287.712A.968.968 0 0 1 11 21H5Zm12.175-8H10a.967.967 0 0 1-.713-.287A.968.968 0 0 1 9 12c0-.283.096-.52.287-.713A.967.967 0 0 1 10 11h7.175L15.3 9.125a.918.918 0 0 1-.275-.675c0-.267.092-.5.275-.7a.948.948 0 0 1 .7-.313.946.946 0 0 1 .725.288L20.3 11.3c.2.2.3.433.3.7 0 .267-.1.5-.3.7l-3.575 3.575a.93.93 0 0 1-.713.288 1.02 1.02 0 0 1-.712-.313.973.973 0 0 1-.263-.713.977.977 0 0 1 .288-.687l1.85-1.85Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="m12 18.1 2.325-2.325c.2-.2.442-.3.725-.3s.525.1.725.3c.2.2.3.442.3.725s-.1.525-.3.725L12.7 20.3c-.1.1-.208.17-.325.212a1.105 1.105 0 0 1-.375.063c-.133 0-.258-.02-.375-.063a.878.878 0 0 1-.325-.212l-3.075-3.075c-.2-.2-.3-.442-.3-.725s.1-.525.3-.725c.2-.2.442-.3.725-.3s.525.1.725.3L12 18.1ZM12 6 9.675 8.325c-.2.2-.442.3-.725.3a.988.988 0 0 1-.725-.3c-.2-.2-.3-.442-.3-.725s.1-.525.3-.725L11.3 3.8c.1-.1.208-.17.325-.213.117-.041.242-.062.375-.062s.258.02.375.062a.877.877 0 0 1 .325.213l3.075 3.075c.2.2.3.442.3.725s-.1.525-.3.725c-.2.2-.442.3-.725.3a.988.988 0 0 1-.725-.3L12 6Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M20.264 3.739a5.94 5.94 0 0 0-8.398 0L6.176 9.42a4.001 4.001 0 0 0-1.172 2.819v5.373l-2.718 2.719a.977.977 0 1 0 1.382 1.382l2.726-2.728h5.354a3.99 3.99 0 0 0 2.817-1.164l5.69-5.682a5.928 5.928 0 0 0 0-8.401h.009Zm-1.39 7.028-5.69 5.682c-.382.382-.9.591-1.436.591h-3.4l8.353-8.355a.977.977 0 0 0-1.381-1.382l-8.362 8.364V12.25c0-.537.218-1.055.59-1.437l5.69-5.682a3.987 3.987 0 0 1 5.635 0 3.99 3.99 0 0 1 0 5.637Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M8.142 17.45h7.703v-1.584H8.142v1.584Zm0-4.067h7.703v-1.584H8.142v1.584Zm-2.247 8.445c-.518 0-.964-.187-1.336-.56A1.824 1.824 0 0 1 4 19.934V3.909c0-.523.186-.971.559-1.346A1.817 1.817 0 0 1 5.895 2h8.663L20 7.442v12.49c0 .519-.188.964-.563 1.337a1.843 1.843 0 0 1-1.346.559H5.895Zm7.675-13.47v-4.45H5.895v16.024h12.196V8.359H13.57Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M19 3c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14Zm-6.958 3C9.258 6 7 8.333 7 11.21v4.053C7 16.224 7.75 17 8.68 17h1.681v-4.632h-2.24V11.21c0-2.24 1.753-4.052 3.92-4.052 2.169 0 3.922 1.812 3.922 4.052v1.158h-2.24V17h1.68c.93 0 1.68-.776 1.68-1.737V11.21c0-2.877-2.257-5.21-5.041-5.21Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2Zm-2 6H7V7h10v2Zm0 4H7v-2h10v2Zm-3 4H7v-2h7v2Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M16.2 17h-2L12 13.2 9.8 17h-2l3.2-5-3.2-5h2l2.2 3.8L14.2 7h2L13 12m6-9H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M19 3c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14Zm-9.5 8L5 17h14l-3.5-4.5-2.5 3.01L9.5 11Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2Zm-9.5 8.5c0 .8-.7 1.5-1.5 1.5H7v2H5.5V9H8c.8 0 1.5.7 1.5 1.5v1Zm5 2c0 .8-.7 1.5-1.5 1.5h-2.5V9H13c.8 0 1.5.7 1.5 1.5v3Zm4-3H17v1h1.5V13H17v2h-1.5V9h3v1.5Zm-6.5 0h1v3h-1v-3Zm-5 0h1v1H7v-1Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm4.945 8.942h1.675a2.175 2.175 0 0 0 1.481-.442 1.64 1.64 0 0 0 .5-1.293c0-1.1-.639-1.651-1.919-1.651H9.945v3.386Zm2.023-4.933a4.13 4.13 0 0 1 2.735.802 2.868 2.868 0 0 1 .953 2.322 3.231 3.231 0 0 1-.47 1.735 3.139 3.139 0 0 1-1.333 1.178 4.528 4.528 0 0 1-2.006.422h-1.9V17H8V7.01h3.968Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M19 3c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14Zm-8 2H9v4H5v2h4v8h2v-8h8V9h-8V5Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M19 3c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14ZM7.8 7h-.6C6.537 7 6 7.56 6 8.25v7.5c0 .69.537 1.25 1.2 1.25h9.6c.663 0 1.2-.56 1.2-1.25V7h-2.4l1.2 2.5H15L13.8 7h-1.2l1.2 2.5H12L10.8 7H9.6l1.2 2.5H9L7.8 7Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M15.5 17H14l-2-7.5-2 7.5H8.5L6.1 7h1.7l1.54 7.5L11.3 7h1.4l1.97 7.5L16.2 7h1.7M19 3H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M14 17h-2v-2h-2v-2h2v2h2m0-6h-2v2h2v2h-2v-2h-2V9h2V7h-2V5h2v2h2m5-4H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M23 2a1 1 0 1 0-2 0H9a1 1 0 0 0-2 0v2a1 1 0 0 0 2 0h12a1 1 0 1 0 2 0V2ZM1 8a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2v12a1 1 0 1 1 0 2H2a1 1 0 1 1 0-2V9a1 1 0 0 1-1-1Z"/><path fill="currentColor" fill-rule="evenodd" d="M7 9a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V9Zm2 0h12v12H9V9Z" clip-rule="evenodd"/></svg>
@@ -1,4 +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="M13.5 16C13.5 16.8284 12.8284 17.5 12 17.5C11.1716 17.5 10.5 16.8284 10.5 16C10.5 15.1716 11.1716 14.5 12 14.5C12.8284 14.5 13.5 15.1716 13.5 16Z" fill="currentColor"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M18 8V10C19.1046 10 20 10.8954 20 12V20C20 21.1046 19.1046 22 18 22H6C4.89543 22 4 21.1046 4 20V12C4 10.8954 4.89543 10 6 10V8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8ZM12 4C9.79086 4 8 5.79086 8 8V10H16V8C16 5.79086 14.2091 4 12 4ZM6 12V20H18V12H6Z" fill="currentColor"/>
4
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
2
+ <path fill="currentColor" fill-rule="evenodd" d="M18 10V8A6 6 0 0 0 6 8v2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2ZM8 8a4 4 0 1 1 8 0v2H8V8Zm4 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.5 16C13.5 16.8284 12.8284 17.5 12 17.5C11.1716 17.5 10.5 16.8284 10.5 16C10.5 15.1716 11.1716 14.5 12 14.5C12.8284 14.5 13.5 15.1716 13.5 16Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18 8V10C19.1046 10 20 10.8954 20 12V20C20 21.1046 19.1046 22 18 22H6C4.89543 22 4 21.1046 4 20V12C4 10.8954 4.89543 10 6 10V8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8ZM12 4C9.79086 4 8 5.79086 8 8V10H16V8C16 5.79086 14.2091 4 12 4ZM6 12V20H18V12H6Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M3 7a1 1 0 0 0 0 2h18a1 1 0 1 0 0-2H3ZM3 15a1 1 0 1 0 0 2h18a1 1 0 1 0 0-2H3Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M12 13.175 4.575 19.05c-.333.233-.68.262-1.038.087-.358-.175-.537-.47-.537-.887 0-.167.038-.325.112-.475a.85.85 0 0 1 .313-.35l8.575-6.7 8.575 6.7c.133.083.238.2.313.35.074.15.112.308.112.475 0 .4-.18.692-.538.875-.358.183-.704.158-1.037-.075L12 13.175Zm0-5.95L4.575 13.1c-.333.233-.68.263-1.038.088C3.18 13.011 3 12.716 3 12.3c0-.167.038-.325.112-.475a.85.85 0 0 1 .313-.35L12 4.775l8.575 6.7c.133.083.238.2.313.35.074.15.112.308.112.475 0 .4-.18.692-.538.875-.358.183-.704.158-1.037-.075L12 7.225Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="m12 10.85 7.425-5.875c.333-.233.68-.263 1.037-.088.359.175.538.471.538.888 0 .167-.038.325-.113.475a.851.851 0 0 1-.312.35L12 13.3 3.425 6.6a.851.851 0 0 1-.313-.35A1.048 1.048 0 0 1 3 5.775c0-.4.18-.692.538-.875.358-.183.704-.158 1.037.075L12 10.85Zm0 5.95 7.425-5.875c.333-.233.68-.263 1.037-.088.359.175.538.471.538.888 0 .167-.038.325-.113.475a.851.851 0 0 1-.312.35L12 19.25l-8.575-6.7a.85.85 0 0 1-.313-.35A1.048 1.048 0 0 1 3 11.725c0-.4.18-.692.538-.875.358-.183.704-.158 1.037.075L12 16.8Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M4.2 8.5c-.663 0-1.2.448-1.2 1s.537 1 1.2 1h15.6c.663 0 1.2-.448 1.2-1s-.537-1-1.2-1H4.2ZM4.2 13.5c-.663 0-1.2.448-1.2 1s.537 1 1.2 1h15.6a1.3 1.3 0 0 0 .942-.38.897.897 0 0 0 .258-.62c0-.552-.537-1-1.2-1H4.2Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10A10 10 0 0 0 12 2Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z"/><path fill="currentColor" fill-rule="evenodd" d="M2 12C2 6.477 6.477 2 12 2A10 10 0 1 1 2 12Zm2 0a8 8 0 1 0 16 0 8 8 0 0 0-16 0Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" fill-rule="evenodd" d="m16.495 5.667 5 5c2 2 2 5.25 0 7.25l-.25.25c-2 2-5.25 2-7.25 0l-3.21-3.21c-.19.15-.37.28-.57.41v4.41c0 .56-.22 1.1-.62 1.49l-1.11 1.11c-.82.82-2.16.82-2.98 0l-1.11-1.12c-.39-.4-.61-.93-.61-1.49v-4.4c-1.66-1.06-2.78-2.91-2.78-5.04 0-2.99 2.2-5.47 5.08-5.91a4.037 4.037 0 0 1 3.99-3.41c2.03 0 3.7 1.5 3.99 3.45.89.13 1.74.52 2.43 1.21Zm-4.42-1.04c-.2-.93-1.02-1.63-2.01-1.63v.01c-.92 0-1.69.61-1.95 1.44.9.16 1.73.54 2.44 1.06.46-.41.97-.7 1.52-.88Zm-3.85 10.16c0-.41.25-.77.61-.92l.01-.01c1.29-.67 2.17-2 2.17-3.54 0-1.86-1.28-3.41-3-3.86v3.1c.16.21.28.47.28.76 0 .71-.57 1.28-1.28 1.28-.71 0-1.28-.56-1.28-1.27 0-.29.12-.55.28-.76v-3.1c-1.72.45-3 2-3 3.86 0 1.54.88 2.87 2.17 3.54.34.14.59.47.61.86v5.04c0 .03.03.08.03.08l1.11 1.12c.04.04.11.04.15 0l1.11-1.11c.02-.02.03-.08.03-.08v-4.99Zm11.61 1.97.25-.25-.01-.01a3.126 3.126 0 0 0 0-4.42l-5.01-5.01c-.86-.86-2.21-.9-3.13-.14.67.97 1.06 2.14 1.06 3.4 0 1.15-.33 2.21-.89 3.12l3.31 3.31a3.126 3.126 0 0 0 4.42 0Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M12.5 6h-1v12h1V6Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M11.727 8.297 6.721 3.3a1.003 1.003 0 0 0-1.422 0L.293 8.297a.998.998 0 0 0 1.412 1.41l3.294-3.289V20c0 .55.45 1 1.001 1 .55 0 1.001-.45 1.001-1V6.418l3.294 3.288a.998.998 0 0 0 1.412-1.409h.02ZM12.273 15.703l5.006 4.997a1.003 1.003 0 0 0 1.422 0l5.006-4.997a.998.998 0 0 0-1.412-1.41l-3.294 3.289V3.999c0-.55-.45-.999-1.001-.999-.55 0-1.001.45-1.001 1v13.582l-3.294-3.289a.998.998 0 0 0-1.412 1.41h-.02Z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="M11.493 23a.936.936 0 0 1-.68-.267.886.886 0 0 1-.274-.662v-8.897c-1.277 0-2.5-.235-3.671-.705a9.466 9.466 0 0 1-3.103-2.014 8.97 8.97 0 0 1-2.056-3.017A9.215 9.215 0 0 1 1 3.868v-.76c0-.314.11-.577.327-.79.218-.212.489-.318.812-.318h.783c1.25 0 2.459.237 3.628.71a9.544 9.544 0 0 1 3.102 2.02 8.786 8.786 0 0 1 1.64 2.171c.427.8.732 1.648.917 2.547.147-.248.31-.482.49-.704.181-.221.383-.44.605-.656a9.517 9.517 0 0 1 3.103-2.019 9.7 9.7 0 0 1 3.67-.712h.784c.323 0 .593.106.811.319.219.212.328.475.328.788v.762a8.981 8.981 0 0 1-.732 3.568 9.216 9.216 0 0 1-2.077 3.018 9.304 9.304 0 0 1-3.087 1.999c-1.16.46-2.378.689-3.655.689v5.571a.885.885 0 0 1-.275.662.938.938 0 0 1-.68.267Zm-.942-11.714a6.99 6.99 0 0 0-.589-2.832 7.53 7.53 0 0 0-1.671-2.4A7.767 7.767 0 0 0 5.823 4.43a7.55 7.55 0 0 0-2.913-.573c0 .99.191 1.94.573 2.848A7.274 7.274 0 0 0 5.14 9.119a7.51 7.51 0 0 0 2.483 1.61c.934.371 1.91.557 2.93.557Zm1.898 3.357c1.019 0 1.99-.186 2.913-.557a7.553 7.553 0 0 0 2.467-1.61 7.483 7.483 0 0 0 1.672-2.414 7.1 7.1 0 0 0 .589-2.848c-1.019 0-1.995.191-2.93.573a7.72 7.72 0 0 0-2.482 1.625 7.318 7.318 0 0 0-1.656 2.399 7.157 7.157 0 0 0-.573 2.832Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18Z" clip-rule="evenodd"/></svg>
@@ -1,5 +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="M9 11C9 10.4477 9.44771 10 10 10C10.5523 10 11 10.4477 11 11V17C11 17.5523 10.5523 18 10 18C9.44771 18 9 17.5523 9 17V11Z" fill="currentColor"/>
3
- <path d="M13 11C13 10.4477 13.4477 10 14 10C14.5523 10 15 10.4477 15 11V17C15 17.5523 14.5523 18 14 18C13.4477 18 13 17.5523 13 17V11Z" fill="currentColor"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M18 5H21C21.5523 5 22 5.44771 22 6C22 6.55228 21.5523 7 21 7H20.94L20.25 18.31C20.086 20.9497 17.8947 23.0051 15.25 23H8.76999C6.12524 23.0051 3.93397 20.9497 3.77 18.31L3.06 7H3C2.44771 7 2 6.55228 2 6C2 5.44771 2.44771 5 3 5H6V4C6 2.34314 7.34314 1 9 1H15C16.6568 1 18 2.34314 18 4V5ZM8.99999 3C8.44771 3 7.99999 3.44771 7.99999 4V5H16V4C16 3.44771 15.5523 3 15 3H8.99999ZM15.24 21C16.8254 21.0032 18.1396 19.7722 18.24 18.19L18.94 6.99999H5.06L5.76 18.19C5.8604 19.7722 7.17459 21.0032 8.75999 21H15.24Z" fill="currentColor"/>
5
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
2
+ <path fill="currentColor" d="M5.393 23c-.568 0-1.05-.198-1.448-.594a1.958 1.958 0 0 1-.597-1.441V4.06h-.33a.983.983 0 0 1-.724-.295A.99.99 0 0 1 2 3.037c0-.289.098-.53.294-.723a.992.992 0 0 1 .725-.29H7.93c0-.292.098-.535.294-.73A.986.986 0 0 1 8.95 1h6.095c.287 0 .529.1.725.297.195.199.293.441.293.728h4.92c.287 0 .529.098.724.295.196.196.294.439.294.728 0 .288-.098.53-.294.722a.992.992 0 0 1-.725.29h-.329v16.905c0 .564-.199 1.045-.597 1.44-.398.397-.88.595-1.448.595H5.393ZM18.607 4.06H5.393v16.905h13.214V4.06ZM8.527 18.453h1.916V6.535H8.527v11.918Zm5.03 0h1.923V6.535h-1.923v11.918Z"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill="currentColor" d="m11.28 5.285-3 3a.948.948 0 0 0 .67 1.62c.24 0 .49-.09.67-.28L11 8.245v4.38c0 .52.43.95.95.95s.95-.43.95-.95v-4.38l1.38 1.38c.19.19.43.28.67.28.24 0 .49-.09.67-.28.37-.37.37-.97 0-1.34l-3-3a.945.945 0 0 0-1.35 0h.01Z"/><path fill="currentColor" d="M20.74 3.16A3.92 3.92 0 0 0 17.95 2h-2c-.52 0-.95.43-.95.95s.43.95.95.95h2c.55 0 1.06.21 1.45.6.38.38.6.91.6 1.45V14h-3.43c-.36 0-.72.1-1.03.29-.31.19-.56.46-.72.79l-.49.92-4.81-.03-.45-.9c-.16-.32-.41-.6-.72-.79-.31-.19-.66-.29-1.03-.29H3.9V5.95c0-.55.21-1.06.6-1.45.39-.39.9-.6 1.45-.6h2c.52 0 .95-.43.95-.95S8.47 2 7.95 2h-2c-1.06 0-2.05.41-2.79 1.16C2.41 3.9 2 4.89 2 5.95v12c0 1.06.41 2.05 1.16 2.79a3.92 3.92 0 0 0 2.79 1.16h12c1.05 0 2.05-.41 2.79-1.16.74-.75 1.16-1.74 1.16-2.79v-12c0-1.05-.41-2.05-1.16-2.79ZM19.4 19.4c-.39.39-.9.6-1.45.6h-12c-.54 0-1.07-.22-1.45-.6-.39-.39-.6-.9-.6-1.45v-2.04l3.48.02.45.9c.16.32.41.6.72.79.31.19.66.29 1.03.29h4.76c.36 0 .72-.1 1.03-.29.31-.19.56-.46.72-.79l.49-.92h3.43v2.05c0 .55-.21 1.06-.6 1.45l-.01-.01Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor" clip-path="url(#a)"><path d="m23.5.5-2.65 1.452L18.197.5l1.455 2.645-1.455 2.645 2.651-1.452L23.5 5.79l-1.445-2.645L23.5.5Zm-2.65 14.389-2.652-1.452 1.455 2.645-1.455 2.645 2.651-1.442 2.651 1.442-1.445-2.645 1.445-2.645-2.65 1.452ZM8.034 4.338l2.65 1.452L9.23 3.145 10.685.5 8.034 1.952 5.383.5l1.445 2.645L5.383 5.79l2.65-1.452Zm7.683 1.939a2.128 2.128 0 0 0-1.515-.626c-.578 0-1.116.219-1.514.626L1.128 17.812a2.145 2.145 0 0 0 0 3.033l2.033 2.029c.408.407.946.626 1.514.626.578 0 1.117-.219 1.515-.627L17.75 11.34a2.145 2.145 0 0 0 0-3.033l-2.033-2.029Zm.618 3.65-2.78 2.774-2.243-2.237 2.78-2.785s.08-.05.11-.05.07 0 .11.05l2.033 2.029c.06.06.06.16 0 .219h-.01Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"/","sources":["../../../../components/avatar/components/avatar/styles.ts"],"names":[],"mappings":"AAwBA,eAAO,MAAM,QAAQ,uKAkCpB,CAAA"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"/","sources":["../../../../components/avatar/components/avatar/styles.ts"],"names":[],"mappings":"AAmBA,eAAO,MAAM,QAAQ,uKA8BpB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"/","sources":["../../../../components/badge/components/badge/styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,uKAAgB,CAAA;AAExC,eAAO,MAAM,OAAO,qKAmKnB,CAAA;AAGD,eAAO,MAAM,YAAY,uKAWxB,CAAA"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"/","sources":["../../../../components/badge/components/badge/styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,uKAAgB,CAAA;AAExC,eAAO,MAAM,OAAO,qKAkKnB,CAAA;AAGD,eAAO,MAAM,YAAY,uKAWxB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"/","sources":["../../../../components/bottom-bar-item/components/bottom-bar-item/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAA;AAGlE,eAAO,MAAM,mBAAmB,qKAI/B,CAAA;AAED,eAAO,MAAM,oBAAoB,uKAShC,CAAA;AAsBD,eAAO,MAAM,sBAAsB,qKAElC,CAAA;AAED,eAAO,MAAM,oBAAoB,uKAQhC,CAAA;AAED,eAAO,MAAM,8BAA8B,wIAM1C,CAAA;AAED,eAAO,MAAM,8BAA8B,wIAM1C,CAAA"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"/","sources":["../../../../components/bottom-bar-item/components/bottom-bar-item/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAA;AAElE,eAAO,MAAM,mBAAmB,qKAG/B,CAAA;AAED,eAAO,MAAM,oBAAoB,uKAShC,CAAA;AAsBD,eAAO,MAAM,sBAAsB,qKAElC,CAAA;AAED,eAAO,MAAM,oBAAoB,uKAQhC,CAAA;AAED,eAAO,MAAM,8BAA8B,wIAE1C,CAAA;AAED,eAAO,MAAM,8BAA8B,wIAE1C,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"/","sources":["../../../../components/breadcrumbs/components/breadcrumbs/styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB,qKAS7B,CAAA;AAED,eAAO,MAAM,wBAAwB;;mDAUpC,CAAA;AAED,eAAO,MAAM,iBAAiB,0CAwB7B,CAAA;AAED,eAAO,MAAM,iBAAiB,yKAc7B,CAAA;AAED,eAAO,MAAM,aAAa,+JAAe,CAAA"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"/","sources":["../../../../components/breadcrumbs/components/breadcrumbs/styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB,qKAS7B,CAAA;AAED,eAAO,MAAM,wBAAwB;;mDAQpC,CAAA;AAED,eAAO,MAAM,iBAAiB,0CA4B7B,CAAA;AAED,eAAO,MAAM,iBAAiB,yKAc7B,CAAA;AAED,eAAO,MAAM,aAAa,+JAAe,CAAA"}
@@ -0,0 +1,41 @@
1
+ /** @deprecated */
2
+ export declare const ElDeprecatedNavBg: import('@linaria/react').StyledComponent<import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
3
+ /** @deprecated */
4
+ export declare const ElDeprecatedNavControlsBg: import('@linaria/react').StyledComponent<import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
5
+ /** @deprecated */
6
+ export declare const ElDeprecatedNavContainer: import('@linaria/react').StyledComponent<import('react').ClassAttributes<HTMLElement> & import('react').HTMLAttributes<HTMLElement> & Record<never, unknown>>;
7
+ /** @deprecated */
8
+ export declare const ElDeprecatedNavSubContainer: import('@linaria/react').StyledComponent<import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
9
+ /** @deprecated */
10
+ export declare const elDeprecatedNavItemSecondary: import('@linaria/core').LinariaClassName;
11
+ /** @deprecated */
12
+ export declare const ElDeprecatedNavItem: import('@linaria/react').StyledComponent<import('react').ClassAttributes<HTMLAnchorElement> & import('react').AnchorHTMLAttributes<HTMLAnchorElement> & Record<never, unknown>>;
13
+ /** @deprecated */
14
+ export declare const elDeprecatedNavItemActive: import('@linaria/core').LinariaClassName;
15
+ /** @deprecated */
16
+ export declare const elDeprecatedNavItemExpanded: import('@linaria/core').LinariaClassName;
17
+ /** @deprecated */
18
+ export declare const elDeprecatedNavItemIcon: import('@linaria/core').LinariaClassName;
19
+ /** @deprecated */
20
+ export declare const ElDeprecatedNavSubItem: import('@linaria/react').StyledComponent<import('react').ClassAttributes<HTMLAnchorElement> & import('react').AnchorHTMLAttributes<HTMLAnchorElement> & Record<never, unknown>>;
21
+ /** @deprecated */
22
+ export declare const elDeprecatedNavSubItemExpanded: import('@linaria/core').LinariaClassName;
23
+ /** @deprecated */
24
+ export declare const elDeprecatedNavSubItemActive: import('@linaria/core').LinariaClassName;
25
+ /** @deprecated */
26
+ export declare const elDeprecatedNavItemHideDesktop: import('@linaria/core').LinariaClassName;
27
+ /** @deprecated */
28
+ export declare const elDeprecatedNavIsHidden: import('@linaria/core').LinariaClassName;
29
+ /** @deprecated */
30
+ export declare const ElDeprecatedNavMenu: import('@linaria/react').StyledComponent<import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
31
+ /** @deprecated */
32
+ export declare const ElDeprecatedNavMenuOption: import('@linaria/react').StyledComponent<import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
33
+ /** @deprecated */
34
+ export declare const ElDeprecatedNavMenuOptionDivider: import('@linaria/react').StyledComponent<import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
35
+ /** @deprecated */
36
+ export declare const ElDeprecatedNavResponsiveAvatarWrap: import('@linaria/react').StyledComponent<import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
37
+ export declare const elAppSwitcherOpen: import('@linaria/core').LinariaClassName;
38
+ export declare const ElNavResponsiveAppSwitcherWrap: import('@linaria/react').StyledComponent<import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
39
+ export declare const ElNavResponsiveAppSwitcherIconWrap: import('@linaria/react').StyledComponent<import('react').ClassAttributes<HTMLDivElement> & import('react').HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
40
+ export declare const elNewTopBarAppSwitcher: import('@linaria/core').LinariaClassName;
41
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"/","sources":["../../../../../components/deprecated-nav/__styles__/components/deprecated-nav/__styles__/index.ts"],"names":[],"mappings":"AAKA,kBAAkB;AAClB,eAAO,MAAM,iBAAiB,qKAc7B,CAAA;AAED,kBAAkB;AAClB,eAAO,MAAM,yBAAyB,qKAWrC,CAAA;AAED,kBAAkB;AAClB,eAAO,MAAM,wBAAwB,+JAuBpC,CAAA;AAED,kBAAkB;AAClB,eAAO,MAAM,2BAA2B,qKAOvC,CAAA;AAED,kBAAkB;AAClB,eAAO,MAAM,4BAA4B,0CAAQ,CAAA;AAEjD,kBAAkB;AAClB,eAAO,MAAM,mBAAmB,iLA2E/B,CAAA;AAED,kBAAkB;AAClB,eAAO,MAAM,yBAAyB,0CAkBrC,CAAA;AAED,kBAAkB;AAClB,eAAO,MAAM,2BAA2B,0CAevC,CAAA;AAED,kBAAkB;AAClB,eAAO,MAAM,uBAAuB,0CAInC,CAAA;AAED,kBAAkB;AAClB,eAAO,MAAM,sBAAsB,iLAgBlC,CAAA;AAED,kBAAkB;AAClB,eAAO,MAAM,8BAA8B,0CAa1C,CAAA;AAED,kBAAkB;AAClB,eAAO,MAAM,4BAA4B,0CAGxC,CAAA;AAED,kBAAkB;AAClB,eAAO,MAAM,8BAA8B,0CAQ1C,CAAA;AAED,kBAAkB;AAClB,eAAO,MAAM,uBAAuB,0CAEnC,CAAA;AAED,kBAAkB;AAClB,eAAO,MAAM,mBAAmB,qKAa/B,CAAA;AAED,kBAAkB;AAClB,eAAO,MAAM,yBAAyB,qKAoBrC,CAAA;AAED,kBAAkB;AAClB,eAAO,MAAM,gCAAgC,qKAK5C,CAAA;AAED,kBAAkB;AAClB,eAAO,MAAM,mCAAmC,qKA6B/C,CAAA;AAED,eAAO,MAAM,iBAAiB,0CAAQ,CAAA;AAEtC,eAAO,MAAM,8BAA8B,qKAU1C,CAAA;AAED,eAAO,MAAM,kCAAkC,qKAe9C,CAAA;AAED,eAAO,MAAM,sBAAsB,0CAMlC,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nav-responsive.test.d.ts","sourceRoot":"/","sources":["../../../../../components/deprecated-nav/__tests__/components/deprecated-nav/__tests__/nav-responsive.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nav.test.d.ts","sourceRoot":"/","sources":["../../../../../components/deprecated-nav/__tests__/components/deprecated-nav/__tests__/nav.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"/","sources":["../../../../components/deprecated-nav/components/deprecated-nav/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,OAAO,CAAA;AACrB,cAAc,kBAAkB,CAAA"}
@@ -1,13 +1,13 @@
1
1
  import { Dispatch, FC, HTMLAttributes, ReactNode, SetStateAction, MouseEvent } from 'react';
2
- export type NavResponsiveItemType = 'ICON' | 'ITEM' | 'SECONDARY';
3
- export interface NavResponsiveOption {
2
+ export type DeprecatedNavResponsiveItemType = 'ICON' | 'ITEM' | 'SECONDARY';
3
+ export interface DeprecatedNavResponsiveOption {
4
4
  itemIndex: number;
5
5
  callback?: () => void;
6
6
  text?: string;
7
7
  href?: string;
8
- subItems?: NavResponsiveOption[];
8
+ subItems?: DeprecatedNavResponsiveOption[];
9
9
  }
10
- export interface NavResponsiveAvatarOption {
10
+ export interface DeprecatedNavResponsiveAvatarOption {
11
11
  text?: string;
12
12
  callback?: () => void;
13
13
  }
@@ -20,17 +20,19 @@ export interface BrandOptions {
20
20
  callback?: () => void;
21
21
  logoUrl?: string;
22
22
  }
23
- export interface NavResponsiveProps extends HTMLAttributes<HTMLDivElement> {
24
- options: NavResponsiveOption[];
23
+ /** @deprecated will be replaced by new v5 Navigation components props */
24
+ export interface DeprecatedNavResponsiveProps extends HTMLAttributes<HTMLDivElement> {
25
+ options: DeprecatedNavResponsiveOption[];
25
26
  appSwitcherOptions?: NavResponsiveAppSwitcherOption[];
26
27
  brandOptions?: BrandOptions;
27
- avatarOptions?: NavResponsiveAvatarOption[];
28
+ avatarOptions?: DeprecatedNavResponsiveAvatarOption[];
28
29
  avatarText?: string;
29
30
  defaultNavIndex?: number;
30
31
  defaultNavSubIndex?: number;
31
32
  }
32
- export interface NavResponsiveAvatarProps {
33
- options: NavResponsiveAvatarOption[];
33
+ /** @deprecated will be replaced by new v5 Navigation components props */
34
+ export interface DeprecatedNavResponsiveAvatarProps {
35
+ options: DeprecatedNavResponsiveAvatarOption[];
34
36
  text: string;
35
37
  isHidden: boolean;
36
38
  }
@@ -38,10 +40,12 @@ export interface NavResponsiveAppSwitcherProps {
38
40
  options: NavResponsiveAppSwitcherOption[];
39
41
  className?: string;
40
42
  }
41
- export type LogoIcon = 'reapitLogoSelectedMenu' | 'reapitLogoMenu';
43
+ export type DeprecatedLogoIcon = 'reapitLogoSelectedMenu' | 'reapitLogoMenu';
42
44
  export declare const handleToggleMenu: (setState: Dispatch<SetStateAction<boolean>>, callback?: () => void) => (event?: MouseEvent<HTMLDivElement>) => void;
43
45
  export declare const clickNavEventHandler: (setActive: Dispatch<SetStateAction<boolean>>) => (event?: MouseEvent<HTMLAnchorElement | HTMLDivElement>) => void;
44
- export declare const NavResponsiveAvatar: FC<NavResponsiveAvatarProps>;
46
+ /** @deprecated will be replaced by new v5 Navigation components */
47
+ export declare const DeprecatedNavResponsiveAvatar: FC<DeprecatedNavResponsiveAvatarProps>;
45
48
  export declare const NavResponsiveAppSwitcher: FC<NavResponsiveAppSwitcherProps>;
46
- export declare const NavResponsive: FC<NavResponsiveProps>;
49
+ /** @deprecated will be replaced by new v5 Navigation components */
50
+ export declare const DeprecatedNavResponsive: FC<DeprecatedNavResponsiveProps>;
47
51
  //# sourceMappingURL=nav-responsive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nav-responsive.d.ts","sourceRoot":"/","sources":["../../../../components/deprecated-nav/components/deprecated-nav/nav-responsive.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,EAAE,EAAY,cAAc,EAAE,SAAS,EAAE,cAAc,EAAY,UAAU,EAAE,MAAM,OAAO,CAAA;AA6B/G,MAAM,MAAM,+BAA+B,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,CAAA;AAE3E,MAAM,WAAW,6BAA6B;IAC5C,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;IACrB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,6BAA6B,EAAE,CAAA;CAC3C;AAED,MAAM,WAAW,mCAAmC;IAClD,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;CACtB;AAED,MAAM,WAAW,8BAA8B;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;IACrB,OAAO,CAAC,EAAE,SAAS,CAAA;CACpB;AAED,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;IACrB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB;AAED,yEAAyE;AACzE,MAAM,WAAW,4BAA6B,SAAQ,cAAc,CAAC,cAAc,CAAC;IAClF,OAAO,EAAE,6BAA6B,EAAE,CAAA;IACxC,kBAAkB,CAAC,EAAE,8BAA8B,EAAE,CAAA;IACrD,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,aAAa,CAAC,EAAE,mCAAmC,EAAE,CAAA;IACrD,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,kBAAkB,CAAC,EAAE,MAAM,CAAA;CAC5B;AAED,yEAAyE;AACzE,MAAM,WAAW,kCAAkC;IACjD,OAAO,EAAE,mCAAmC,EAAE,CAAA;IAC9C,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,OAAO,CAAA;CAClB;AAED,MAAM,WAAW,6BAA6B;IAC5C,OAAO,EAAE,8BAA8B,EAAE,CAAA;IACzC,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,MAAM,MAAM,kBAAkB,GAAG,wBAAwB,GAAG,gBAAgB,CAAA;AAE5E,eAAO,MAAM,gBAAgB,aAChB,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,aAAa,MAAM,IAAI,cAAc,UAAU,CAAC,cAAc,CAAC,SAO1G,CAAA;AAEH,eAAO,MAAM,oBAAoB,cACnB,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,cAAc,UAAU,CAAC,iBAAiB,GAAG,cAAc,CAAC,SAKxG,CAAA;AAEH,mEAAmE;AACnE,eAAO,MAAM,6BAA6B,EAAE,EAAE,CAAC,kCAAkC,CA6ChF,CAAA;AAED,eAAO,MAAM,wBAAwB,EAAE,EAAE,CAAC,6BAA6B,CAiEtE,CAAA;AAED,mEAAmE;AACnE,eAAO,MAAM,uBAAuB,EAAE,EAAE,CAAC,4BAA4B,CA4KpE,CAAA"}
@@ -0,0 +1,17 @@
1
+ import { AnchorHTMLAttributes, HTMLAttributes, FC } from 'react';
2
+ /** @deprecated will be replaced by new v5 Navigation components props */
3
+ export interface DeprecatedNavItemProps extends AnchorHTMLAttributes<HTMLAnchorElement> {
4
+ isSecondary?: boolean;
5
+ }
6
+ /** @deprecated will be replaced by new v5 Navigation components props */
7
+ export interface DeprecatedNavProps extends HTMLAttributes<HTMLDivElement> {
8
+ }
9
+ /** @deprecated will be replaced by new v5 Navigation components */
10
+ export declare const DeprecatedNavItem: FC<DeprecatedNavItemProps>;
11
+ /** @deprecated will be replaced by new v5 Navigation components */
12
+ export declare const DeprecatedNav: FC<DeprecatedNavProps>;
13
+ /** @deprecated will be replaced by new v5 Navigation components */
14
+ export declare const DeprecatedNavSubNavItem: FC<DeprecatedNavItemProps>;
15
+ /** @deprecated will be replaced by new v5 Navigation components */
16
+ export declare const DeprecatedNavSubNav: FC<DeprecatedNavProps>;
17
+ //# sourceMappingURL=nav.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nav.d.ts","sourceRoot":"/","sources":["../../../../components/deprecated-nav/components/deprecated-nav/nav.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,oBAAoB,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAUvE,yEAAyE;AACzE,MAAM,WAAW,sBAAuB,SAAQ,oBAAoB,CAAC,iBAAiB,CAAC;IACrF,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB;AAED,yEAAyE;AACzE,MAAM,WAAW,kBAAmB,SAAQ,cAAc,CAAC,cAAc,CAAC;CAAG;AAE7E,mEAAmE;AACnE,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CAQxD,CAAA;AAED,mEAAmE;AACnE,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CAEhD,CAAA;AAED,mEAAmE;AACnE,eAAO,MAAM,uBAAuB,EAAE,EAAE,CAAC,sBAAsB,CAE9D,CAAA;AAED,mEAAmE;AACnE,eAAO,MAAM,mBAAmB,EAAE,EAAE,CAAC,kBAAkB,CAEtD,CAAA"}
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  title: string;
3
- component: import('react').FC<import('./nav-responsive').NavResponsiveProps>;
3
+ component: import('react').FC<import('./nav-responsive').DeprecatedNavResponsiveProps>;
4
4
  };
5
5
  export default _default;
6
6
  export declare const BasicExample: {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nav.stories.d.ts","sourceRoot":"/","sources":["../../../../components/deprecated-nav/components/deprecated-nav/nav.stories.tsx"],"names":[],"mappings":";;;;AASA,wBAGC;AAED,eAAO,MAAM,YAAY;;CAmBxB,CAAA;AAED,eAAO,MAAM,0BAA0B;;CAgCtC,CAAA;AAED,eAAO,MAAM,UAAU;;CAuFtB,CAAA;AAED,eAAO,MAAM,yBAAyB;;CA2FrC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"/","sources":["../../../../components/features/components/features/styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB,uKAK9B,CAAA;AAED,eAAO,MAAM,cAAc,qKAiB1B,CAAA;AAED,eAAO,MAAM,UAAU,yKAKtB,CAAA"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"/","sources":["../../../../components/features/components/features/styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB,uKAK9B,CAAA;AAED,eAAO,MAAM,cAAc,qKAgB1B,CAAA;AAED,eAAO,MAAM,UAAU,yKAKtB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"/","sources":["../../../../../components/icon/__styles__/components/icon/__styles__/index.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,MAAM,uKAgClB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"/","sources":["../../../../../components/icon/__styles__/components/icon/__styles__/index.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,MAAM,uKA+BlB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"/","sources":["../../../../components/nav-icon-item/components/nav-icon-item/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAA;AAuClE,eAAO,MAAM,kBAAkB,uKAQ9B,CAAA;AAED,eAAO,MAAM,mBAAmB,wIAM/B,CAAA;AAED,eAAO,MAAM,mBAAmB,wIAM/B,CAAA"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"/","sources":["../../../../components/nav-icon-item/components/nav-icon-item/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAA;AAsClE,eAAO,MAAM,kBAAkB,uKAQ9B,CAAA;AAED,eAAO,MAAM,mBAAmB,wIAE/B,CAAA;AAED,eAAO,MAAM,mBAAmB,wIAE/B,CAAA"}
@@ -19,13 +19,13 @@ declare const meta: {
19
19
  };
20
20
  iconLeft: {
21
21
  control: string;
22
- options: ("link" | "menu" | "search" | "time" | "video" | "filter" | "view" | "warning" | "add" | "announcement" | "appLauncher" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "asterisk" | "attachment" | "automation" | "bath" | "bed" | "calendar" | "camera" | "car" | "check" | "checkOutline" | "chevronDown" | "chevronLeft" | "chevronRight" | "chevronUp" | "circularAdd" | "circularAddSolid" | "circularRemove" | "circularRemoveSolid" | "close" | "cloud" | "compliance" | "contact" | "contacts" | "copy" | "dashboard" | "dragIndicator" | "dragIndicatorAlt" | "edit" | "elipsis" | "email" | "emailDisabled" | "emailFill" | "euro" | "exportIcon" | "favourite" | "feed" | "file" | "fileDownload" | "fileUpload" | "folder" | "forward" | "fullscreen" | "fullscreenExit" | "help" | "info" | "infoOutline" | "insights" | "inspection" | "insurance" | "key" | "keyboard" | "laptop" | "location" | "locationAlt" | "locationDisabled" | "lock" | "maintenance" | "maintenanceAlt" | "marketplace" | "message" | "messageDisabled" | "messageTyping" | "micOff" | "micOn" | "minus" | "mobile" | "money" | "moodHappy" | "moodNeutral" | "moodUnhappy" | "more" | "note" | "notification" | "payment" | "phone" | "phoneDisabled" | "photo" | "pin" | "pound" | "powerOn" | "property" | "propertyChecked" | "radio" | "reapitLogo" | "reapitLogoSmall" | "refresh" | "repeat" | "reply" | "replyAll" | "report" | "sale" | "settings" | "share" | "sortAscend" | "sortDescend" | "star" | "statusBad" | "statusGood" | "statusPaused" | "statusUnknown" | "tag" | "task" | "trash" | "user" | "viewDisabled" | "walking" | "warningOutline" | "workflow" | "placeholderLarge" | "placeholderSmall")[];
22
+ options: ("link" | "menu" | "search" | "time" | "video" | "filter" | "view" | "warning" | "add" | "announcement" | "appSwitcher" | "archive" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "asterisk" | "attachment" | "automation" | "bath" | "bed" | "bill" | "billBulk" | "bookmark" | "bookmarkBulk" | "buy" | "calculator" | "calendar" | "camera" | "car" | "check" | "checkbox" | "checkboxDisabled" | "checkboxIndeterminate" | "checkboxSelected" | "checkOutline" | "chevronDown" | "chevronLeft" | "chevronRight" | "chevronUp" | "circularAdd" | "circularAddSolid" | "circularRemove" | "circularRemoveSolid" | "close" | "cloud" | "compliance" | "consolidate" | "contact" | "contacts" | "copy" | "dashboard" | "dragIndicator" | "dragIndicatorAlt" | "drawClose" | "edit" | "elipsis" | "email" | "emailDisabled" | "emailFill" | "euro" | "exit" | "expand" | "exportIcon" | "favourite" | "feather" | "feed" | "file" | "fileAttached" | "fileAudio" | "fileDocument" | "fileDownload" | "fileExcel" | "fileImage" | "filePdf" | "filePowerpoint" | "fileSpreadsheet" | "fileUpload" | "fileVideo" | "fileWord" | "fileZip" | "folder" | "forward" | "fullscreen" | "fullscreenExit" | "help" | "info" | "infoOutline" | "insights" | "inspection" | "insurance" | "key" | "keyboard" | "landSize" | "laptop" | "location" | "locationAlt" | "locationDisabled" | "lock" | "lockOutline" | "maintenance" | "maintenanceAlt" | "marketplace" | "menuAlt" | "message" | "messageDisabled" | "messageTyping" | "micOff" | "micOn" | "minus" | "mobile" | "money" | "moodHappy" | "moodNeutral" | "moodUnhappy" | "more" | "note" | "notification" | "payment" | "phone" | "phoneDisabled" | "photo" | "pin" | "pound" | "powerOn" | "priorityHigh" | "priorityLow" | "priorityMedium" | "property" | "propertyChecked" | "radio" | "radioDisabled" | "radioSelected" | "reapitLogo" | "reapitLogoSmall" | "refresh" | "rent" | "repeat" | "reply" | "replyAll" | "report" | "sale" | "separatorDot" | "separatorLine" | "settings" | "share" | "sort" | "sortAscend" | "sortDescend" | "sprout" | "star" | "status" | "statusBad" | "statusGood" | "statusPaused" | "statusUnknown" | "tag" | "task" | "trash" | "unarchive" | "user" | "viewDisabled" | "walking" | "wand" | "warningOutline" | "workflow" | "placeholderLarge" | "placeholderSmall")[];
23
23
  description: string;
24
24
  mapping: {};
25
25
  };
26
26
  iconRight: {
27
27
  control: string;
28
- options: ("link" | "menu" | "search" | "time" | "video" | "filter" | "view" | "warning" | "add" | "announcement" | "appLauncher" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "asterisk" | "attachment" | "automation" | "bath" | "bed" | "calendar" | "camera" | "car" | "check" | "checkOutline" | "chevronDown" | "chevronLeft" | "chevronRight" | "chevronUp" | "circularAdd" | "circularAddSolid" | "circularRemove" | "circularRemoveSolid" | "close" | "cloud" | "compliance" | "contact" | "contacts" | "copy" | "dashboard" | "dragIndicator" | "dragIndicatorAlt" | "edit" | "elipsis" | "email" | "emailDisabled" | "emailFill" | "euro" | "exportIcon" | "favourite" | "feed" | "file" | "fileDownload" | "fileUpload" | "folder" | "forward" | "fullscreen" | "fullscreenExit" | "help" | "info" | "infoOutline" | "insights" | "inspection" | "insurance" | "key" | "keyboard" | "laptop" | "location" | "locationAlt" | "locationDisabled" | "lock" | "maintenance" | "maintenanceAlt" | "marketplace" | "message" | "messageDisabled" | "messageTyping" | "micOff" | "micOn" | "minus" | "mobile" | "money" | "moodHappy" | "moodNeutral" | "moodUnhappy" | "more" | "note" | "notification" | "payment" | "phone" | "phoneDisabled" | "photo" | "pin" | "pound" | "powerOn" | "property" | "propertyChecked" | "radio" | "reapitLogo" | "reapitLogoSmall" | "refresh" | "repeat" | "reply" | "replyAll" | "report" | "sale" | "settings" | "share" | "sortAscend" | "sortDescend" | "star" | "statusBad" | "statusGood" | "statusPaused" | "statusUnknown" | "tag" | "task" | "trash" | "user" | "viewDisabled" | "walking" | "warningOutline" | "workflow" | "placeholderLarge" | "placeholderSmall")[];
28
+ options: ("link" | "menu" | "search" | "time" | "video" | "filter" | "view" | "warning" | "add" | "announcement" | "appSwitcher" | "archive" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "asterisk" | "attachment" | "automation" | "bath" | "bed" | "bill" | "billBulk" | "bookmark" | "bookmarkBulk" | "buy" | "calculator" | "calendar" | "camera" | "car" | "check" | "checkbox" | "checkboxDisabled" | "checkboxIndeterminate" | "checkboxSelected" | "checkOutline" | "chevronDown" | "chevronLeft" | "chevronRight" | "chevronUp" | "circularAdd" | "circularAddSolid" | "circularRemove" | "circularRemoveSolid" | "close" | "cloud" | "compliance" | "consolidate" | "contact" | "contacts" | "copy" | "dashboard" | "dragIndicator" | "dragIndicatorAlt" | "drawClose" | "edit" | "elipsis" | "email" | "emailDisabled" | "emailFill" | "euro" | "exit" | "expand" | "exportIcon" | "favourite" | "feather" | "feed" | "file" | "fileAttached" | "fileAudio" | "fileDocument" | "fileDownload" | "fileExcel" | "fileImage" | "filePdf" | "filePowerpoint" | "fileSpreadsheet" | "fileUpload" | "fileVideo" | "fileWord" | "fileZip" | "folder" | "forward" | "fullscreen" | "fullscreenExit" | "help" | "info" | "infoOutline" | "insights" | "inspection" | "insurance" | "key" | "keyboard" | "landSize" | "laptop" | "location" | "locationAlt" | "locationDisabled" | "lock" | "lockOutline" | "maintenance" | "maintenanceAlt" | "marketplace" | "menuAlt" | "message" | "messageDisabled" | "messageTyping" | "micOff" | "micOn" | "minus" | "mobile" | "money" | "moodHappy" | "moodNeutral" | "moodUnhappy" | "more" | "note" | "notification" | "payment" | "phone" | "phoneDisabled" | "photo" | "pin" | "pound" | "powerOn" | "priorityHigh" | "priorityLow" | "priorityMedium" | "property" | "propertyChecked" | "radio" | "radioDisabled" | "radioSelected" | "reapitLogo" | "reapitLogoSmall" | "refresh" | "rent" | "repeat" | "reply" | "replyAll" | "report" | "sale" | "separatorDot" | "separatorLine" | "settings" | "share" | "sort" | "sortAscend" | "sortDescend" | "sprout" | "star" | "status" | "statusBad" | "statusGood" | "statusPaused" | "statusUnknown" | "tag" | "task" | "trash" | "unarchive" | "user" | "viewDisabled" | "walking" | "wand" | "warningOutline" | "workflow" | "placeholderLarge" | "placeholderSmall")[];
29
29
  description: string;
30
30
  mapping: {};
31
31
  };