@rango-dev/widget-embedded 0.28.3-next.0 → 0.28.3-next.2

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 (38) hide show
  1. package/dist/components/HeaderButtons/HeaderButtons.d.ts.map +1 -1
  2. package/dist/components/HeaderButtons/NotificationsBadge.d.ts +3 -0
  3. package/dist/components/HeaderButtons/NotificationsBadge.d.ts.map +1 -0
  4. package/dist/components/NotificationContent/NotificationContent.d.ts.map +1 -1
  5. package/dist/components/NotificationContent/NotificationContent.styles.d.ts +769 -0
  6. package/dist/components/NotificationContent/NotificationContent.styles.d.ts.map +1 -1
  7. package/dist/components/SwapDetails/SwapDetails.d.ts.map +1 -1
  8. package/dist/hooks/useBootstrap/useBootstrap.d.ts.map +1 -1
  9. package/dist/hooks/useSyncNotifications/index.d.ts +2 -0
  10. package/dist/hooks/useSyncNotifications/index.d.ts.map +1 -0
  11. package/dist/hooks/useSyncNotifications/useSyncNotifications.d.ts +2 -0
  12. package/dist/hooks/useSyncNotifications/useSyncNotifications.d.ts.map +1 -0
  13. package/dist/hooks/useWalletList.d.ts.map +1 -1
  14. package/dist/index.js +2 -2
  15. package/dist/index.js.map +4 -4
  16. package/dist/store/notification.d.ts +27 -7
  17. package/dist/store/notification.d.ts.map +1 -1
  18. package/dist/types/notification.d.ts +0 -1
  19. package/dist/types/notification.d.ts.map +1 -1
  20. package/dist/utils/swap.d.ts +2 -0
  21. package/dist/utils/swap.d.ts.map +1 -1
  22. package/dist/widget-embedded.build.json +1 -0
  23. package/package.json +2 -2
  24. package/src/components/HeaderButtons/HeaderButtons.tsx +3 -2
  25. package/src/components/HeaderButtons/{UnreadNotificationsBadge.tsx → NotificationsBadge.tsx} +3 -3
  26. package/src/components/NotificationContent/NotificationContent.styles.ts +17 -2
  27. package/src/components/NotificationContent/NotificationContent.tsx +28 -3
  28. package/src/components/SwapDetails/SwapDetails.tsx +5 -6
  29. package/src/containers/WidgetInfo/WidgetInfo.tsx +1 -1
  30. package/src/hooks/useBootstrap/useBootstrap.ts +2 -0
  31. package/src/hooks/useSyncNotifications/index.ts +1 -0
  32. package/src/hooks/useSyncNotifications/useSyncNotifications.ts +25 -0
  33. package/src/hooks/useWalletList.ts +7 -4
  34. package/src/store/notification.ts +62 -17
  35. package/src/types/notification.ts +0 -1
  36. package/src/utils/swap.ts +12 -0
  37. package/dist/components/HeaderButtons/UnreadNotificationsBadge.d.ts +0 -3
  38. package/dist/components/HeaderButtons/UnreadNotificationsBadge.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"HeaderButtons.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAUpE,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,wBAAgB,aAAa,CAAC,KAAK,EAAE,sBAAsB,qBAuE1D"}
1
+ {"version":3,"file":"HeaderButtons.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAUpE,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,wBAAgB,aAAa,CAAC,KAAK,EAAE,sBAAsB,qBAwE1D"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare function NotificationsBadge(): React.JSX.Element | null;
3
+ //# sourceMappingURL=NotificationsBadge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationsBadge.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/NotificationsBadge.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,wBAAgB,kBAAkB,6BAmBjC"}
@@ -1 +1 @@
1
- {"version":3,"file":"NotificationContent.d.ts","sourceRoot":"","sources":["../../../src/components/NotificationContent/NotificationContent.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkB1B,wBAAgB,mBAAmB,sBAwFlC"}
1
+ {"version":3,"file":"NotificationContent.d.ts","sourceRoot":"","sources":["../../../src/components/NotificationContent/NotificationContent.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,OAAO,CAAC;AAqB1B,wBAAgB,mBAAmB,sBA8GlC"}