@aitronos/freddy-plugins 0.1.9 → 0.1.11

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 (97) hide show
  1. package/dist/aitronos-lib.es.js +2026 -173
  2. package/dist/components/index.d.ts +0 -0
  3. package/dist/freddy-plugins.css +1 -1
  4. package/dist/icons/IconChevronDown.vue +13 -33
  5. package/dist/icons/IconChevronDown.vue.d.ts +1 -1
  6. package/dist/icons/IconCircle.vue +16 -18
  7. package/dist/icons/IconCircle.vue.d.ts +1 -1
  8. package/dist/icons/IconConnectorConfluence.vue +95 -0
  9. package/dist/icons/IconConnectorFigma.vue +91 -0
  10. package/dist/icons/IconConnectorFreshDesk.vue +91 -0
  11. package/dist/icons/IconConnectorGitHub.vue +65 -0
  12. package/dist/icons/IconConnectorJira.vue +90 -0
  13. package/dist/icons/IconConnectorLinear.vue +47 -0
  14. package/dist/icons/IconConnectorNotion.vue +39 -0
  15. package/dist/icons/IconConnectorSlack.vue +40 -0
  16. package/dist/icons/IconConnectorZapier.vue +37 -0
  17. package/dist/icons/IconCross.vue +15 -0
  18. package/dist/icons/IconCrossCircleFill.vue +12 -0
  19. package/dist/icons/IconCurrentTick.vue +15 -0
  20. package/dist/icons/IconDelete.vue +17 -0
  21. package/dist/icons/IconDisabledAlert.vue +29 -0
  22. package/dist/icons/IconDocumentation.vue +15 -0
  23. package/dist/icons/IconDownload.vue +10 -0
  24. package/dist/icons/IconDropdownArrow.vue +15 -0
  25. package/dist/icons/IconEdit.vue +17 -0
  26. package/dist/icons/IconEllipse.vue +39 -0
  27. package/dist/icons/IconExcelThumbnail.vue +20 -0
  28. package/dist/icons/IconEye.vue +21 -0
  29. package/dist/icons/IconFile.vue +17 -0
  30. package/dist/icons/IconFileSystem.vue +15 -0
  31. package/dist/icons/IconFileUpload.vue +13 -0
  32. package/dist/icons/IconFreddyHub.vue +1082 -0
  33. package/dist/icons/IconFreddyHubLogo.vue +182 -0
  34. package/dist/icons/IconFreddyHubNewLogo.vue +397 -0
  35. package/dist/icons/IconFreddyHubTitle.vue +36 -0
  36. package/dist/icons/IconFreddySmall.vue +1055 -0
  37. package/dist/icons/IconGlobExpand.vue +17 -0
  38. package/dist/icons/IconHollowCircle.vue +17 -0
  39. package/dist/icons/IconHome.vue +11 -0
  40. package/dist/icons/IconHub.vue +49 -0
  41. package/dist/icons/IconInfoRounded.vue +11 -0
  42. package/dist/icons/IconInvoice.vue +78 -0
  43. package/dist/icons/IconInvoiceSwitch.vue +233 -0
  44. package/dist/icons/IconLapTableBottom.vue +18 -0
  45. package/dist/icons/IconLense.vue +28 -0
  46. package/dist/icons/IconLoadingError.vue +81 -0
  47. package/dist/icons/IconLoadingOrg.vue +32 -0
  48. package/dist/icons/IconLocationWithCircleIn.vue +24 -0
  49. package/dist/icons/IconMarketPlace.vue +16 -0
  50. package/dist/icons/IconNewNotification.vue +46 -0
  51. package/dist/icons/IconNotification.vue +46 -0
  52. package/dist/icons/IconPauseCircle.vue +20 -0
  53. package/dist/icons/IconPdfThumbnail.vue +17 -0
  54. package/dist/icons/IconPencil.vue +16 -0
  55. package/dist/icons/IconPeopleHub.vue +8 -0
  56. package/dist/icons/IconPersonCircle.vue +32 -0
  57. package/dist/icons/IconPits.vue +46 -0
  58. package/dist/icons/IconPlay.vue +12 -0
  59. package/dist/icons/IconPlus copy.vue +23 -0
  60. package/dist/icons/IconPlus.vue +0 -2
  61. package/dist/icons/IconPolygonDown.vue +26 -0
  62. package/dist/icons/IconPresentation.vue +16 -0
  63. package/dist/icons/IconProgressBase.vue +30 -0
  64. package/dist/icons/IconProgressComplete.vue +23 -0
  65. package/dist/icons/IconProgressGoing.vue +23 -0
  66. package/dist/icons/IconPurpose.vue +79 -0
  67. package/dist/icons/IconPurseCircleFill.vue +19 -0
  68. package/dist/icons/IconQuestion.vue +23 -0
  69. package/dist/icons/IconRadio.vue +22 -0
  70. package/dist/icons/IconRadioFill.vue +22 -0
  71. package/dist/icons/IconRobotScreen.vue +29 -0
  72. package/dist/icons/IconRoundTick.vue +16 -0
  73. package/dist/icons/IconSearch.vue +22 -0
  74. package/dist/icons/IconSend.vue +26 -0
  75. package/dist/icons/IconSettings.vue +20 -0
  76. package/dist/icons/IconSettingsBold.vue +41 -0
  77. package/dist/icons/IconSize.vue +18 -0
  78. package/dist/icons/IconSortIdle.vue +23 -0
  79. package/dist/icons/IconSpotlio.vue +29 -0
  80. package/dist/icons/IconStatistics.vue +12 -0
  81. package/dist/icons/IconStreamLineHub.vue +35 -0
  82. package/dist/icons/IconStreamLineHubNewLogo.vue +28 -0
  83. package/dist/icons/IconSun.vue +47 -0
  84. package/dist/icons/IconSwap.vue +14 -0
  85. package/dist/icons/IconText.vue +11 -0
  86. package/dist/icons/IconTextThumbnail.vue +16 -0
  87. package/dist/icons/IconThinDocument.vue +17 -0
  88. package/dist/icons/IconThinFile.vue +14 -0
  89. package/dist/icons/IconTick.vue +11 -0
  90. package/dist/icons/IconUser.vue +11 -0
  91. package/dist/icons/IconVerticalDots.vue +25 -0
  92. package/dist/icons/IconWarningOctal.vue +10 -0
  93. package/dist/icons/IconZip.vue +19 -0
  94. package/dist/icons/IconzipThumbnail.vue +15 -0
  95. package/dist/utility/useSnackbar.d.ts +19 -0
  96. package/dist/vite.svg +31 -1
  97. package/package.json +1 -1
@@ -0,0 +1,17 @@
1
+ <template>
2
+ <svg
3
+ width="100%"
4
+ height="100%"
5
+ viewBox="0 0 15 15"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M12.5 7.5C12.5 10.2614 10.2614 12.5 7.5 12.5M12.5 7.5C12.5 4.73858 10.2614 2.5 7.5 2.5M12.5 7.5H2.5M7.5 12.5C4.73858 12.5 2.5 10.2614 2.5 7.5M7.5 12.5C8.75064 11.1308 9.46172 9.35398 9.50034 7.5C9.46172 5.64602 8.75064 3.86918 7.5 2.5M7.5 12.5C6.24936 11.1308 5.53897 9.35398 5.50034 7.5C5.53897 5.64602 6.24936 3.86918 7.5 2.5M2.5 7.5C2.5 4.73858 4.73858 2.5 7.5 2.5M3.75 12.5C3.75 13.1904 3.19036 13.75 2.5 13.75C1.80964 13.75 1.25 13.1904 1.25 12.5C1.25 11.8096 1.80964 11.25 2.5 11.25C3.19036 11.25 3.75 11.8096 3.75 12.5ZM13.75 12.5C13.75 13.1904 13.1904 13.75 12.5 13.75C11.8096 13.75 11.25 13.1904 11.25 12.5C11.25 11.8096 11.8096 11.25 12.5 11.25C13.1904 11.25 13.75 11.8096 13.75 12.5ZM3.75 2.5C3.75 3.19036 3.19036 3.75 2.5 3.75C1.80964 3.75 1.25 3.19036 1.25 2.5C1.25 1.80964 1.80964 1.25 2.5 1.25C3.19036 1.25 3.75 1.80964 3.75 2.5ZM13.75 2.5C13.75 3.19036 13.1904 3.75 12.5 3.75C11.8096 3.75 11.25 3.19036 11.25 2.5C11.25 1.80964 11.8096 1.25 12.5 1.25C13.1904 1.25 13.75 1.80964 13.75 2.5Z"
11
+ stroke="white"
12
+ stroke-opacity="0.4"
13
+ stroke-linecap="round"
14
+ stroke-linejoin="round"
15
+ />
16
+ </svg>
17
+ </template>
@@ -0,0 +1,17 @@
1
+ <template>
2
+ <svg
3
+ width="100%"
4
+ height="100%"
5
+ viewBox="0 0 15 15"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M7.5 13.75C10.9518 13.75 13.75 10.9518 13.75 7.5C13.75 4.04822 10.9518 1.25 7.5 1.25C4.04822 1.25 1.25 4.04822 1.25 7.5C1.25 10.9518 4.04822 13.75 7.5 13.75Z"
11
+ stroke="white"
12
+ stroke-opacity="0.4"
13
+ stroke-linecap="round"
14
+ stroke-linejoin="round"
15
+ />
16
+ </svg>
17
+ </template>
@@ -0,0 +1,11 @@
1
+ <template>
2
+ <svg viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M7.48297 20.5V13.1C7.48297 12.5399 7.48297 12.2599 7.59781 12.046C7.69883 11.8578 7.86001 11.7049 8.05827 11.609C8.28366 11.5 8.5787 11.5 9.1688 11.5H12.119C12.7091 11.5 13.0041 11.5 13.2295 11.609C13.4278 11.7049 13.589 11.8578 13.69 12.046C13.8048 12.2599 13.8048 12.5399 13.8048 13.1V20.5M9.6089 2.264L2.46279 7.53912C1.9851 7.89175 1.74626 8.06806 1.57419 8.28886C1.42177 8.48444 1.30822 8.70478 1.23913 8.93905C1.16113 9.20352 1.16113 9.4907 1.16113 10.0651V17.3C1.16113 18.4201 1.16113 18.9801 1.39081 19.408C1.59284 19.7843 1.91522 20.0903 2.31173 20.282C2.7625 20.5 3.35259 20.5 4.53278 20.5H16.755C17.9352 20.5 18.5253 20.5 18.9761 20.282C19.3726 20.0903 19.6949 19.7843 19.897 19.408C20.1267 18.9801 20.1267 18.4201 20.1267 17.3V10.0651C20.1267 9.4907 20.1267 9.20352 20.0487 8.93905C19.9796 8.70478 19.866 8.48444 19.7136 8.28886C19.5415 8.06806 19.3027 7.89175 18.825 7.53913L11.6789 2.264C11.3087 1.99075 11.1236 1.85412 10.9193 1.8016C10.7389 1.75526 10.5489 1.75526 10.3685 1.8016C10.1642 1.85412 9.97907 1.99075 9.6089 2.264Z"
5
+ stroke="currentColor"
6
+ stroke-width="2"
7
+ stroke-linecap="round"
8
+ stroke-linejoin="round"
9
+ />
10
+ </svg>
11
+ </template>