@huyooo/ui 0.4.73 → 0.4.75

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 (45) hide show
  1. package/dist/{AuthkitAuthModal-hVSE1o31.js → AuthkitAuthModal-A8HqP1Bw.js} +2 -2
  2. package/dist/{AuthkitAuthorize-CcuxKyfx.js → AuthkitAuthorize-BlEC4PlY.js} +2 -2
  3. package/dist/{FeedbackItem-BCMwNxsb.js → FeedbackItem-B_EUApFA.js} +1 -1
  4. package/dist/{FeedbackModal-CmGPYo4h.js → FeedbackModal-D1htK7xY.js} +31 -31
  5. package/dist/{ReferrerReferees-BFMQJqqj.js → ReferrerReferees-BclAtmgX.js} +1 -1
  6. package/dist/{UserAccountMenu-CI6Yvfwe.js → UserAccountMenu-C7LQIjwT.js} +5 -5
  7. package/dist/authkit.js +4 -4
  8. package/dist/common/downloadOptions.d.ts +23 -0
  9. package/dist/components/Authkit/Auth/AuthkitAuthContainer.vue.d.ts +1 -1
  10. package/dist/components/Authkit/Auth/AuthkitAuthorize.vue.d.ts +1 -1
  11. package/dist/components/Authkit/Auth/AuthkitOAuthList.vue.d.ts +1 -1
  12. package/dist/components/Authkit/Auth/AuthkitPasswordUpdateAndVerify.vue.d.ts +2 -2
  13. package/dist/components/Authkit/AuthkitAppSetting.vue.d.ts +2 -2
  14. package/dist/components/Authkit/AuthkitAuthModal.vue.d.ts +2 -2
  15. package/dist/components/Download/BrowserExtensions.vue.d.ts +20 -0
  16. package/dist/components/Download/DesktopDownloads.vue.d.ts +7 -0
  17. package/dist/components/Download/DownloadCard.vue.d.ts +17 -0
  18. package/dist/components/Download/DownloadDropdown.vue.d.ts +5 -0
  19. package/dist/components/Download/DownloadGrid.vue.d.ts +17 -0
  20. package/dist/components/Download/DownloadSectionHeader.vue.d.ts +6 -0
  21. package/dist/components/Download/ExtensionCard.vue.d.ts +21 -0
  22. package/dist/components/Download/MobileDownloads.vue.d.ts +21 -0
  23. package/dist/components/Feedback/FeedbackBubbleEnd.vue.d.ts +2 -2
  24. package/dist/components/Feedback/FeedbackBubbleStart.vue.d.ts +2 -2
  25. package/dist/components/Feedback/FeedbackModal.vue.d.ts +2 -2
  26. package/dist/components/LandingPage/LandingPageContact.vue.d.ts +2 -2
  27. package/dist/components/Message/MessageAppMessage.vue.d.ts +2 -2
  28. package/dist/components/Message/MessageHandle.vue.d.ts +3 -3
  29. package/dist/components/Pay/PaySubscriptions.vue.d.ts +2 -2
  30. package/dist/components/User/UserBasicInformation.vue.d.ts +2 -2
  31. package/dist/components/User/UserPanel.vue.d.ts +15 -15
  32. package/dist/composables/useDownloads.d.ts +39 -0
  33. package/dist/composables.d.ts +1 -0
  34. package/dist/composables.js +22 -70
  35. package/dist/download.d.ts +8 -0
  36. package/dist/feedback.js +2 -2
  37. package/dist/index.js +700 -145
  38. package/dist/main.d.ts +2 -0
  39. package/dist/referrer.js +1 -1
  40. package/dist/style.css +1 -1
  41. package/dist/{useAuthkitAuthModal-hxivJw_U.js → useAuthkitAppsAuthPageInfo-COeq29Tn.js} +13 -13
  42. package/dist/{useAuthkitUsersProfile-CRLJnYMy.js → useAuthkitUsersProfile-DNOB_Kuk.js} +62 -62
  43. package/dist/useDownloads-BkDo_wOR.js +103 -0
  44. package/dist/user.js +1 -1
  45. package/package.json +1 -1
package/dist/main.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export * from './composables';
1
2
  export * from './authkit';
2
3
  export * from './message';
3
4
  export * from './feedback';
@@ -7,3 +8,4 @@ export * from './pay';
7
8
  export * from './referrer';
8
9
  export * from './upload';
9
10
  export * from './user';
11
+ export * from './download';
package/dist/referrer.js CHANGED
@@ -1,4 +1,4 @@
1
- import { R as f } from "./ReferrerReferees-BFMQJqqj.js";
1
+ import { R as f } from "./ReferrerReferees-BclAtmgX.js";
2
2
  export {
3
3
  f as ReferrerReferees
4
4
  };