toggle-components-library 1.39.17-beta.2 → 1.39.18

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 (27) hide show
  1. package/dist/img/dashboards-icon-hover.f0a8040f.svg +3 -0
  2. package/dist/img/dashboards-icon.c19e9ab1.svg +3 -0
  3. package/dist/img/metrics-library-icon-hover.293f1c2c.svg +3 -0
  4. package/dist/img/metrics-library-icon.cda9a67f.svg +3 -0
  5. package/dist/img/performance-dashboard-icon-hover.28e6e02f.svg +3 -0
  6. package/dist/img/performance-dashboard-icon.9b74368a.svg +3 -0
  7. package/dist/img/segments-library-icon-hover.6e7a68c6.svg +1 -0
  8. package/dist/img/segments-library-icon.14f2abd4.svg +1 -0
  9. package/dist/toggle-components-library.common.js +89 -81
  10. package/dist/toggle-components-library.common.js.map +1 -1
  11. package/dist/toggle-components-library.css +1 -1
  12. package/dist/toggle-components-library.umd.js +89 -81
  13. package/dist/toggle-components-library.umd.js.map +1 -1
  14. package/dist/toggle-components-library.umd.min.js +1 -1
  15. package/dist/toggle-components-library.umd.min.js.map +1 -1
  16. package/package.json +1 -1
  17. package/src/.DS_Store +0 -0
  18. package/src/assets/icons/dashboards-icon-hover.svg +3 -0
  19. package/src/assets/icons/dashboards-icon.svg +3 -0
  20. package/src/assets/icons/metrics-library-icon-hover.svg +3 -0
  21. package/src/assets/icons/metrics-library-icon.svg +3 -0
  22. package/src/assets/icons/performance-dashboard-icon-hover.svg +3 -0
  23. package/src/assets/icons/performance-dashboard-icon.svg +3 -0
  24. package/src/assets/icons/segments-library-icon-hover.svg +1 -0
  25. package/src/assets/icons/segments-library-icon.svg +1 -0
  26. package/src/components/navs/multitiersidenav/ToggleMultiTierSideNavItem.vue +8 -1
  27. package/src/sass/includes/_as_navs.scss +121 -79
@@ -0,0 +1,3 @@
1
+ <svg width="18" height="18" viewBox="2.7 2.7 12.6 12.6" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.50001 2.70001C3.5072 2.70001 2.70001 3.5072 2.70001 4.50001V13.5C2.70001 14.4928 3.5072 15.3 4.50001 15.3H13.5C14.4928 15.3 15.3 14.4928 15.3 13.5V4.50001C15.3 3.5072 14.4928 2.70001 13.5 2.70001H4.50001ZM6.07501 8.10001C6.44907 8.10001 6.75001 8.40095 6.75001 8.77501V11.925C6.75001 12.2991 6.44907 12.6 6.07501 12.6C5.70095 12.6 5.40001 12.2991 5.40001 11.925V8.77501C5.40001 8.40095 5.70095 8.10001 6.07501 8.10001ZM11.25 10.575C11.25 10.2009 11.5509 9.90001 11.925 9.90001C12.2991 9.90001 12.6 10.2009 12.6 10.575V11.925C12.6 12.2991 12.2991 12.6 11.925 12.6C11.5509 12.6 11.25 12.2991 11.25 11.925V10.575ZM9.00001 5.40001C9.37407 5.40001 9.67501 5.70095 9.67501 6.07501V11.925C9.67501 12.2991 9.37407 12.6 9.00001 12.6C8.62595 12.6 8.32501 12.2991 8.32501 11.925V6.07501C8.32501 5.70095 8.62595 5.40001 9.00001 5.40001Z" fill="#477ef6"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="18" height="18" viewBox="2.7 2.7 12.6 12.6" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.50001 2.70001C3.5072 2.70001 2.70001 3.5072 2.70001 4.50001V13.5C2.70001 14.4928 3.5072 15.3 4.50001 15.3H13.5C14.4928 15.3 15.3 14.4928 15.3 13.5V4.50001C15.3 3.5072 14.4928 2.70001 13.5 2.70001H4.50001ZM6.07501 8.10001C6.44907 8.10001 6.75001 8.40095 6.75001 8.77501V11.925C6.75001 12.2991 6.44907 12.6 6.07501 12.6C5.70095 12.6 5.40001 12.2991 5.40001 11.925V8.77501C5.40001 8.40095 5.70095 8.10001 6.07501 8.10001ZM11.25 10.575C11.25 10.2009 11.5509 9.90001 11.925 9.90001C12.2991 9.90001 12.6 10.2009 12.6 10.575V11.925C12.6 12.2991 12.2991 12.6 11.925 12.6C11.5509 12.6 11.25 12.2991 11.25 11.925V10.575ZM9.00001 5.40001C9.37407 5.40001 9.67501 5.70095 9.67501 6.07501V11.925C9.67501 12.2991 9.37407 12.6 9.00001 12.6C8.62595 12.6 8.32501 12.2991 8.32501 11.925V6.07501C8.32501 5.70095 8.62595 5.40001 9.00001 5.40001Z" fill="#354b64"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="18" height="18" viewBox="1.8 1.8 14.4 14.4" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2.69999 2.7C3.1978 2.7 3.59999 3.10218 3.59999 3.6V13.05C3.59999 13.2975 3.80249 13.5 4.04999 13.5H15.3C15.7978 13.5 16.2 13.9022 16.2 14.4C16.2 14.8978 15.7978 15.3 15.3 15.3H4.04999C2.80686 15.3 1.79999 14.2931 1.79999 13.05V3.6C1.79999 3.10218 2.20218 2.7 2.69999 2.7ZM8.54999 4.5C8.73843 4.5 8.91843 4.57875 9.0478 4.71937L11.0475 6.89906L12.3469 5.59687C12.6112 5.3325 13.0387 5.3325 13.3003 5.59687L15.1003 7.39687C15.2269 7.52343 15.2972 7.695 15.2972 7.875V11.025C15.2972 11.3991 14.9962 11.7 14.6222 11.7H6.07218C5.69811 11.7 5.39718 11.3991 5.39718 11.025V7.875C5.39718 7.70625 5.46186 7.54312 5.57436 7.41937L8.04936 4.71937C8.17593 4.57875 8.35874 4.5 8.54717 4.5H8.54999Z" fill="#477ef6"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="18" height="18" viewBox="1.8 1.8 14.4 14.4" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2.69999 2.7C3.1978 2.7 3.59999 3.10218 3.59999 3.6V13.05C3.59999 13.2975 3.80249 13.5 4.04999 13.5H15.3C15.7978 13.5 16.2 13.9022 16.2 14.4C16.2 14.8978 15.7978 15.3 15.3 15.3H4.04999C2.80686 15.3 1.79999 14.2931 1.79999 13.05V3.6C1.79999 3.10218 2.20218 2.7 2.69999 2.7ZM8.54999 4.5C8.73843 4.5 8.91843 4.57875 9.0478 4.71937L11.0475 6.89906L12.3469 5.59687C12.6112 5.3325 13.0387 5.3325 13.3003 5.59687L15.1003 7.39687C15.2269 7.52343 15.2972 7.695 15.2972 7.875V11.025C15.2972 11.3991 14.9962 11.7 14.6222 11.7H6.07218C5.69811 11.7 5.39718 11.3991 5.39718 11.025V7.875C5.39718 7.70625 5.46186 7.54312 5.57436 7.41937L8.04936 4.71937C8.17593 4.57875 8.35874 4.5 8.54717 4.5H8.54999Z" fill="#354b64"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="18" height="18" viewBox="1.8 1.8 14.4 14.4" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.19999 4.05C7.19999 3.30468 7.80468 2.7 8.54999 2.7H9.44999C10.1953 2.7 10.8 3.30468 10.8 4.05V13.95C10.8 14.6953 10.1953 15.3 9.44999 15.3H8.54999C7.80468 15.3 7.19999 14.6953 7.19999 13.95V4.05ZM1.79999 9.45C1.79999 8.70468 2.40468 8.1 3.14999 8.1H4.04999C4.7953 8.1 5.39999 8.70468 5.39999 9.45V13.95C5.39999 14.6953 4.7953 15.3 4.04999 15.3H3.14999C2.40468 15.3 1.79999 14.6953 1.79999 13.95V9.45ZM13.95 4.5H14.85C15.5953 4.5 16.2 5.10468 16.2 5.85V13.95C16.2 14.6953 15.5953 15.3 14.85 15.3H13.95C13.2047 15.3 12.6 14.6953 12.6 13.95V5.85C12.6 5.10468 13.2047 4.5 13.95 4.5Z" fill="#477ef6"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="18" height="18" viewBox="1.8 1.8 14.4 14.4" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.19999 4.05C7.19999 3.30468 7.80468 2.7 8.54999 2.7H9.44999C10.1953 2.7 10.8 3.30468 10.8 4.05V13.95C10.8 14.6953 10.1953 15.3 9.44999 15.3H8.54999C7.80468 15.3 7.19999 14.6953 7.19999 13.95V4.05ZM1.79999 9.45C1.79999 8.70468 2.40468 8.1 3.14999 8.1H4.04999C4.7953 8.1 5.39999 8.70468 5.39999 9.45V13.95C5.39999 14.6953 4.7953 15.3 4.04999 15.3H3.14999C2.40468 15.3 1.79999 14.6953 1.79999 13.95V9.45ZM13.95 4.5H14.85C15.5953 4.5 16.2 5.10468 16.2 5.85V13.95C16.2 14.6953 15.5953 15.3 14.85 15.3H13.95C13.2047 15.3 12.6 14.6953 12.6 13.95V5.85C12.6 5.10468 13.2047 4.5 13.95 4.5Z" fill="#354b64"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="48 32 544 544"><path d="M177 217C167.6 226.4 152.4 226.4 143.1 217L79 153C69.7 143.6 69.7 128.4 79 119C88.3 109.6 103.6 109.7 113 119L136 142.1L136 56C136 42.7 146.7 32 160 32C173.3 32 184 42.7 184 56L184 142.1L207 119.1C216.4 109.7 231.6 109.7 240.9 119.1C250.2 128.5 250.3 143.7 240.9 153L176.9 217zM497 217C487.6 226.4 472.4 226.4 463.1 217L399 153C389.6 143.6 389.6 128.4 399 119.1C408.4 109.8 423.6 109.7 432.9 119.1L455.9 142.1L455.9 56C455.9 42.7 466.6 32 479.9 32C493.2 32 503.9 42.7 503.9 56L503.9 142.1L526.9 119.1C536.3 109.7 551.5 109.7 560.8 119.1C570.1 128.5 570.2 143.7 560.8 153L496.8 217zM320 256C350.9 256 376 281.1 376 312C376 342.9 350.9 368 320 368C289.1 368 264 342.9 264 312C264 281.1 289.1 256 320 256zM320 416C373 416 416 459 416 512L416 544C416 561.7 401.7 576 384 576L256 576C238.3 576 224 561.7 224 544L224 512C224 459 267 416 320 416zM96 352C96 325.5 117.5 304 144 304C170.5 304 192 325.5 192 352C192 378.5 170.5 400 144 400C117.5 400 96 378.5 96 352zM448 352C448 325.5 469.5 304 496 304C522.5 304 544 325.5 544 352C544 378.5 522.5 400 496 400C469.5 400 448 378.5 448 352zM144 432C159.3 432 173.6 436.3 185.8 443.8C179.5 460 176 477.6 176 496L176 544C176 555.4 178.4 566.2 182.7 576L94.9 576C77.8 576 64 562.2 64 545.1L64 512C64 467.8 99.8 432 144 432zM457.3 576C461.6 566.2 464 555.4 464 544L464 496C464 477.6 460.5 460 454.2 443.8C466.4 436.3 480.7 432 496 432C540.2 432 576 467.8 576 512L576 545.1C576 562.1 562.2 576 545.1 576L457.3 576z" fill="#477ef6"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="48 32 544 544"><path d="M177 217C167.6 226.4 152.4 226.4 143.1 217L79 153C69.7 143.6 69.7 128.4 79 119C88.3 109.6 103.6 109.7 113 119L136 142.1L136 56C136 42.7 146.7 32 160 32C173.3 32 184 42.7 184 56L184 142.1L207 119.1C216.4 109.7 231.6 109.7 240.9 119.1C250.2 128.5 250.3 143.7 240.9 153L176.9 217zM497 217C487.6 226.4 472.4 226.4 463.1 217L399 153C389.6 143.6 389.6 128.4 399 119.1C408.4 109.8 423.6 109.7 432.9 119.1L455.9 142.1L455.9 56C455.9 42.7 466.6 32 479.9 32C493.2 32 503.9 42.7 503.9 56L503.9 142.1L526.9 119.1C536.3 109.7 551.5 109.7 560.8 119.1C570.1 128.5 570.2 143.7 560.8 153L496.8 217zM320 256C350.9 256 376 281.1 376 312C376 342.9 350.9 368 320 368C289.1 368 264 342.9 264 312C264 281.1 289.1 256 320 256zM320 416C373 416 416 459 416 512L416 544C416 561.7 401.7 576 384 576L256 576C238.3 576 224 561.7 224 544L224 512C224 459 267 416 320 416zM96 352C96 325.5 117.5 304 144 304C170.5 304 192 325.5 192 352C192 378.5 170.5 400 144 400C117.5 400 96 378.5 96 352zM448 352C448 325.5 469.5 304 496 304C522.5 304 544 325.5 544 352C544 378.5 522.5 400 496 400C469.5 400 448 378.5 448 352zM144 432C159.3 432 173.6 436.3 185.8 443.8C179.5 460 176 477.6 176 496L176 544C176 555.4 178.4 566.2 182.7 576L94.9 576C77.8 576 64 562.2 64 545.1L64 512C64 467.8 99.8 432 144 432zM457.3 576C461.6 566.2 464 555.4 464 544L464 496C464 477.6 460.5 460 454.2 443.8C466.4 436.3 480.7 432 496 432C540.2 432 576 467.8 576 512L576 545.1C576 562.1 562.2 576 545.1 576L457.3 576z" fill="#354b64"/></svg>