@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

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.