@luxfi/ui 5.4.2 → 5.5.1

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 (96) hide show
  1. package/components/auth/login-panel.tsx +1 -1
  2. package/components/{commerce → auth}/mobile-login-button.tsx +0 -1
  3. package/components/auth/signup-panel.tsx +1 -1
  4. package/components/chat-widget.tsx +1 -1
  5. package/components/commerce/bag-button.tsx +2 -2
  6. package/components/commerce/checkout-button.tsx +2 -2
  7. package/components/commerce/desktop-bag-popup.tsx +2 -2
  8. package/components/{commerce → header}/desktop-nav-menu.tsx +59 -59
  9. package/components/header/desktop.tsx +6 -2
  10. package/components/header/index.tsx +3 -2
  11. package/components/{commerce → header}/mobile-bag-drawer.tsx +1 -1
  12. package/components/header/mobile-nav-menu-item.tsx +47 -0
  13. package/components/{commerce → header}/mobile-nav-menu.tsx +1 -1
  14. package/components/header/mobile.tsx +23 -18
  15. package/components/icons/index.ts +6 -0
  16. package/components/logo.tsx +3 -3
  17. package/package.json +3 -2
  18. package/site-def/footer/community.tsx +12 -18
  19. package/site-def/index.ts +2 -1
  20. package/site-def/main-nav.tsx +67 -65
  21. package/components/commerce/_to_deprecate_checkout-widget/const.ts +0 -13
  22. package/components/commerce/_to_deprecate_checkout-widget/index.tsx_ +0 -188
  23. package/components/commerce/_to_deprecate_checkout-widget/obs-string-set.ts +0 -48
  24. package/components/commerce/_to_deprecate_checkout-widget/use-anim-clx-set.ts +0 -59
  25. package/components/commerce/mobile-nav-menu-item.tsx +0 -50
  26. package/components/icons/24k-gold-card.tsx +0 -43
  27. package/components/icons/ai-chat-act.tsx +0 -47
  28. package/components/icons/ai-chat.tsx +0 -29
  29. package/components/icons/anodized-titanium.tsx +0 -45
  30. package/components/icons/blog-act.tsx +0 -14
  31. package/components/icons/blog.tsx +0 -20
  32. package/components/icons/bridge-act.tsx +0 -18
  33. package/components/icons/bridge.tsx +0 -68
  34. package/components/icons/changelog-act.tsx +0 -15
  35. package/components/icons/changelog.tsx +0 -21
  36. package/components/icons/chrome.tsx +0 -45
  37. package/components/icons/coins-act.tsx +0 -29
  38. package/components/icons/coins.tsx +0 -20
  39. package/components/icons/compare-cards-act.tsx +0 -30
  40. package/components/icons/compare-cards.tsx +0 -21
  41. package/components/icons/credit-act.tsx +0 -29
  42. package/components/icons/credit.tsx +0 -20
  43. package/components/icons/customer-support-act.tsx +0 -27
  44. package/components/icons/customer-support.tsx +0 -21
  45. package/components/icons/customers-act.tsx +0 -65
  46. package/components/icons/customers.tsx +0 -33
  47. package/components/icons/developer-docs-act.tsx +0 -26
  48. package/components/icons/developer-docs.tsx +0 -20
  49. package/components/icons/exchange-act.tsx +0 -27
  50. package/components/icons/exchange.tsx +0 -21
  51. package/components/icons/explorer-act.tsx +0 -27
  52. package/components/icons/explorer.tsx +0 -22
  53. package/components/icons/faqs-act.tsx +0 -27
  54. package/components/icons/faqs.tsx +0 -21
  55. package/components/icons/github.tsx +0 -14
  56. package/components/icons/guides-act.tsx +0 -26
  57. package/components/icons/guides.tsx +0 -21
  58. package/components/icons/gun-metal.tsx +0 -44
  59. package/components/icons/index.tsx +0 -43
  60. package/components/icons/integrations-act.tsx +0 -41
  61. package/components/icons/integrations.tsx +0 -25
  62. package/components/icons/irradescent.tsx +0 -41
  63. package/components/icons/launch-subnet.tsx +0 -21
  64. package/components/icons/launchsubnet-act.tsx +0 -29
  65. package/components/icons/lux-finance-act.tsx +0 -34
  66. package/components/icons/lux-finance.tsx +0 -23
  67. package/components/icons/lux-pass-act.tsx +0 -41
  68. package/components/icons/lux-pass.tsx +0 -25
  69. package/components/icons/lux-quests-act.tsx +0 -15
  70. package/components/icons/lux-quests.tsx +0 -21
  71. package/components/icons/market-act.tsx +0 -39
  72. package/components/icons/market.tsx +0 -24
  73. package/components/icons/mirrored-titanium.tsx +0 -46
  74. package/components/icons/more-benefits-act.tsx +0 -29
  75. package/components/icons/more-benefits.tsx +0 -21
  76. package/components/icons/open-source-act.tsx +0 -41
  77. package/components/icons/open-source.tsx +0 -26
  78. package/components/icons/safe-act.tsx +0 -77
  79. package/components/icons/safe.tsx +0 -37
  80. package/components/icons/search.tsx +0 -12
  81. package/components/icons/secure-delivery.tsx +0 -13
  82. package/components/icons/shop-act.tsx +0 -29
  83. package/components/icons/shop.tsx +0 -20
  84. package/components/icons/sterling-silver-card.tsx +0 -44
  85. package/components/icons/templates-act.tsx +0 -29
  86. package/components/icons/templates.tsx +0 -21
  87. package/components/icons/validators-act.tsx +0 -42
  88. package/components/icons/validators.tsx +0 -41
  89. package/components/icons/view-all-card-act.tsx +0 -28
  90. package/components/icons/view-all-card.tsx +0 -20
  91. package/components/icons/wallet-act.tsx +0 -29
  92. package/components/icons/wallet.tsx +0 -20
  93. package/components/icons/warpcast.tsx +0 -58
  94. package/components/icons/youtube-logo.tsx +0 -59
  95. /package/components/{commerce → header}/mobile-menu-toggle-button.tsx +0 -0
  96. /package/components/{commerce → header}/mobile-nav-menu-ai.tsx +0 -0

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.